html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

strong,
em,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 14px/24px "microsoft yahei", arial;
	 color:#333;
	outline: 0;
}

body {
	background: #fff;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	margin: 0 auto;
}

a,
a:hover {
	color: #333;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

input, textarea, select, button {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    background: inherit;
    border: 0;
}

textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

div,
img,
a,
input {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

audio,
canvas,
video {
	display: inline-block;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: "microsoft yahei";
	font-size: 14px;
}

.hide {
	display: none;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after,
.hd-list li:before,
.hd-list li:after ,
.new-list li:before,
.new-list li:after,
.lc-box li:before,
.lc-box li:after,
.messageBox ul>li:before,
.messageBox ul>li:after {
	content: "";
	display: table;
}

.clearfix:after,
.hd-list li:after, 
.new-list li:after,
.lc-box li:after,
.messageBox ul>li:after{
	clear: both;
}

.clearfix,
.hd-list li {
	*zoom: 1;
}

.layout {
	width: 1100px;
	margin: 0 auto;
}


/*pic*/


.m-list li .pic img,
.m-item .pic img,
.hd-list .pic img,
.show-list li .pic img,
.new-list li .pic img,
.fc-list .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.m-list li:hover img,
.m-item .pic:hover img,
.hd-list .pic:hover img,
.show-list li .pic:hover img,
.new-list li .pic:hover img,
.fc-list .pic:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/*头部*/

.head {
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../images/bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.head .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #202121;
	opacity: .75;
	filter: alpha(opacity=75);
}

.head .logo {
	line-height: 150px;
}

.head .logo img {
	vertical-align: middle;
}

.head .hd {
	width: 826px;
	line-height: 150px;
	text-align: center;
}

.top-wrap {
	position: absolute;
	top: 10px;
	right: 0;
}

.top-wrap a,
.top-wrap span {
	color: #fff;
}

.top-wrap span {
	padding: 0 8px;
}


/*导航*/

.navbox {
	position: relative;
	height: 51px;
	line-height: 51px;
	background: #f0f0ef;
}

.navbox .bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #513317;
}

.nav li {
	float: left;
	display: block;
	height: 46px;
	line-height: 46px;
	color: #323333;
	font-size: 16px;
}

.nav li a {
	color: #323333;
	padding: 10px 50px;
	border-right: 1px solid #b5b5b5;
}

.nav li:last-child a {
	border: none;
}

.nav li:hover,
.nav li.on {
	position: relative
}

.nav li:hover:after,
.nav li.on:after {
	content: '';
	position: absolute;
	background: #513317;
	left: -1px;
	right: -1px;
	top: 0;
	bottom: 0
}

.nav li:hover,
.nav li.on {
	border-bottom: 5px solid #b02c10;
}

.nav li:hover a,
.nav li.on a {
	position: relative;
	z-index: 9;
	color: #fff;
	border-right-color: #513317;
}

.search {
	position: relative;
	width: 240px;
	height: 30px;
	margin-top: 8px;
	line-height: 30px;
	background: #f0f0f0;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
}

.searchtxt {
	width: 200px;
	padding: 0px 4px 2px 8px;
	background: #f0f0f0;
	font-size: 12px;
	color: #aaa;
	border: 0;
	border-radius: 5px;
}

.sbtn {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../images/search.png) center no-repeat;
	border: none;
	outline: none;
}


/*主体公共*/

.boxshadow {
	-webkit-box-shadow: 0px 3px 10px #ccc;
	-moz-box-shadow: 0px 3px 10px #ccc;
	box-shadow: 0px 3px 10px #ccc;
}

.border {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #bfbfbf;
}


/*主体*/

.main {
	padding-top: 30px;
	padding-bottom: 60px;
	background: #f0f0ef;
}

.main .m-top {
	height: 484px;
	overflow: hidden;
}

.m-info {
	width: 254px;
	padding: 0 15px;
}

.m-info h1 {
	margin: 20px 0 15px;
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	color: #b02c10;
}

.m-info h1 img {
	margin-right: 10px;
}

.m-info>div {
	color: #555;
	line-height: 1.8;
}

.m-info .m-ul {
	margin-top: 10px;
}

.m-info .m-ul li {
	position: relative;
	display: block;
	height: 36px;
	padding-left: 54px;
	line-height: 36px;
	color: #444344;
	border-bottom: 1px solid #b9b9b9;
	font-size:12px;
}

.m-info .m-ul li i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 50px;
	height: 36px;
	line-height: 36px;
}

.m-info .m-ul li:hover {
	background: #513316;
}

.m-info .m-ul li:hover a {
	color: #fff;
}

.m-info .m-ul .li1 {
	background: url(../../img/dh1.png) center center no-repeat;
}

.m-info .m-ul li:hover .li1 {
	background-image: url(../../img/dh1_1.png);
}

.m-info .m-ul .li2 {
	background: url(../images/icon2.png) center center no-repeat;
}

.m-info .m-ul li:hover .li2 {
	background-image: url(../images/icon2_1.png);
}

.m-info .m-ul .li3 {
	background: url(../images/icon3.png) center center no-repeat;
}

.m-info .m-ul li:hover .li3 {
	background-image: url(../images/icon3_1.png);
}

.m-info .m-ul .li4 {
	background: url(../images/icon4.png) center center no-repeat;
}

.m-info .m-ul li:hover .li4 {
	background-image: url(../images/icon4_1.png);
}

.m-info .m-ul .li5 {
	background: url(../images/icon5.png) center center no-repeat;
}

.m-info .m-ul li:hover .li5 {
	background-image: url(../images/icon5_1.png);
}

.m-info .m-ul .li6 {
	background: url(../../img/xz1.png) center center no-repeat;
}

.m-info .m-ul li:hover .li6 {
	background-image: url(../../img/xz1_1.png);
}

.m-pic {
	position: relative;
	width: 816px;
	height: 484px;
	overflow: hidden;
}

.m-pic img {
	width: 100%;
}

.m-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 1);
}


/*列表*/

.m-list ul {
	width: 103%;
}

.m-list li {
	position: relative;
	float: left;
	margin-right: 26px;
}

.m-list li .pic {
	width: 255px;
	height: 206px;
	overflow: hidden;
}

.m-list .m-txt{
	background: rgba(0, 0, 0, .5);
}

/*m-item

.m-item {}
*/
.m-item .pic {
	width: 250px;
	height: 245px;
	overflow: hidden;
}

.m-item .info {
	width: 236px;
	margin: 0 27px 0 22px;
}

.m-item .hd {
	position: relative;
	margin: 24px 0 15px;
	padding-bottom: 5px;
	color: #323333;
	font-size: 18px;
	border-bottom: 1px solid #B9B9B9;
}

.m-item .hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.5px;
	width: 70px;
	height: 2px;
	background: #513316;
}

.m-item .info {
	position: relative;
	height: 245px;
	overflow: hidden;
}

.m-item .info h2 {
	color: #323333;
	margin-bottom: 5px;
	width: 224px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.m-item .info>div {
	position: relative;
	color: #555;
	line-height: 1.8;
}

.m-item .info .more {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100px;
	height: 26px;
	line-height: 26px;
	background: #cdcdcd;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.m-item .info .more a {
	color: #666;
}

.m-item .info .more a span {
	font-family: serif;
	padding-left: 5px;
}

.m-item .info .more:hover {
	background: #513316;
}

.m-item .info .more:hover a {
	color: #fff;
}

.m-item .info .time {
	position: absolute;
	font-size: 12px;
	right: 0;
	bottom: 0;
}


/*底部*/

.f-top {
	color: #fff;
	background: #513316;
}

.f-top a {
	line-height: 40px;
	margin-right: 25px;
	color: #ccc;
}

.f-top a:last-child {
	margin-right: 0;
}

.f-top a:hover,
.f-bottom dl dd a:hover {
	color: #fff;
}

.f-bottom {
	padding: 40px 0;
	background: #2d2d2d;
}

.f-bottom dl {
	/* width: 130px; */
	margin-right: 36px;
}

.f-bottom dl a {
	display: block;
	margin-bottom: 5px;
}

.f-bottom dl dt a {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #535454;
	font-size: 18px;
	color: #fff;
}

.f-bottom dl dd a {
	color: #ccc;
}

.f-bottom dl.dl_tel {
	width: 360px;
	margin-right: 0px;
	color: #ccc;
	line-height: 1.6;
}

.f-bottom .dl_tel .dd-l {
	float: left;
	width: 82px;
}

.f-bottom .dl_tel .dd-r {
	float: left;
	width: 270px;
	margin-bottom: 5px;
}

.f-bottom .qr>div {
    text-align: center;
    margin-top: 10px;
    margin: 10px 2%;
    width: 42%;
}

.f-bottom .qr p {
	margin-top: 8px;
	font-size: 12px;
}

.f-copy {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	color: #666;
	background: url(../images/f_bar.jpg) top left repeat-x #2d2d2d;
}

.f-copy .link a {
	display: inline-block;
	margin-left: 10px;
}


/*内页公共*/

.m-left {
	width: 255px;
	margin-bottom: 40px;
}

.m-left .title {
	height: 48px;
	line-height: 45px;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #b02c10;
	border-bottom: 2px solid #513316;
}

.m-right {
	position: relative;
	width: 808px;
}

.m-nav li {
	width: 100%;
	margin-bottom: 1px;
	line-height: 24px;
	background: #2c2c2c;
}

.m-nav li a {
	position: relative;
	display: block;
	color: #fff;
	padding:10px 20px 10px 20px;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

.m-nav li a i {
	display: inline-block;
	width: 10px;
	height: 24px;
	background: url(../images/jia1.png) center no-repeat;
}

.m-nav>li:hover,
.m-nav>li.on {
	background: #8c7337;
}

.m-nav li:hover i,
.m-nav li.on i {
	background-image: url(../images/jian1.png);
}

/*.m-nav li:nth-child(6){display:none;}*/

.sub-ul {
	margin-bottom: 20px;
}

.sub-ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #8C7337;
	background: #f0f0ef;
}

.sub-ul li a {
	color: #333;
}

.sub-ul li:hover a,
.sub-ul li.cur a {
	color: #8C7337;
}

.main .m-hd {
	height: 48px;
	line-height: 52px;
	margin-bottom: 20px;
	border-bottom: 2px solid #513316;
}

.main .m-hd h1 {
	font-size: 18px;
	color: #333;
}

.main .m-hd h1.t-red {
	font-size: 22px;
    color: #B02C10;
}

.wz {
	color: #666;
}

.wz span {
	font-family: serif;
}

.t-orange {
	color: #513316;
}

.t-red {
	color: #b02c10;
}

.ad {
	position: relative;
	margin-top: 40px;
	padding-top: 30px;
	border: 1px solid #8C7337;
	text-align: center;
}

.ad .sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 63px;
	background: url(../images/szb.png) no-repeat;
}

.ad img {
	vertical-align: middle;
}

.ad p {
	color: #333;
	padding: 15px 0;
	text-align: center;
}


/*活动*/


/*****日历*****/

.rili-box {
	margin: 38px 0 20px;
	width: 100%;
}

.ic__container,
.ic__week-head,
.ic__week-head td,
.ic__days,
.ic__days td,
.ic__header,
.ic__prev,
.ic__next,
.ic__datepicker {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	cursor: default;
	text-shadow: none !important;
}

.ic__container {
	position: relative;
	background: #fff;
}

.ic__container table {
	width: 100%;
	border: 0;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.ic__header {
	position: relative;
	background: #513316;
	height: 35px;
}

.ic__prev,
.ic__next {
	position: absolute;
	top: 0;
	width: 7%;
	height: 35px;
	background-color: #513316;
	cursor: pointer;
}

.ic__prev:hover,
.ic__next:hover {
	background-color: #666;
}

.ic__prev div,
.ic__next div {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px solid transparent;
}

.ic__prev {
	left: 0;
}

.ic__prev div {
	top: 13px;
	left: 50%;
	margin-left: -7px;
	border-right-color: #fff;
}

.ic__next {
	right: 0;
}

.ic__next div {
	top: 13px;
	right: 50%;
	margin-right: -7px;
	border-left-color: #fff;
}

.ic__month {
	position: absolute;
	top: 6px;
	left: 16%;
	width: 30%;
}

.ic__year {
	position: absolute;
	top: 6px;
	right: 16%;
	width: 30%;
}

.ic__header select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*       border: 1px solid #000;*/
	padding: 2px;   
	background: #fff;
}

.ic__header select:focus {
	outline: none;
}

.ic__week-head td {
	width: 14%;
	vertical-align: top;
	text-align: center;
	padding: 10px 0 8px;
	/*border: 1px solid #ebebeb;*/
	color: #666;
	font-size: 9px;
	line-height: 1.333;
	text-transform: uppercase;
}

.ic__week-head tbody {
	border: 1px solid #818181;
}

.ic__days {
	margin-top: -1px;
}

.ic__days td {
	width: 14%;
	vertical-align: top;
	text-align: center;
	padding: 10px 0 8px;
	border: 1px solid #818181;
	/*color: #757575;*/
	color: #333;
	font-size: 9px;
	line-height: 1.333;
	text-transform: uppercase;
}

.ic__days .ic__day {
	background: #fff;
	cursor: pointer;
}

.ic__days .ic__day:hover {
	background: #b02c10;
	color: #fff;
}

.ic__days .ic__day-empty {
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=');
}

.ic__days .ic__day_state_current {
	background: #b02c10;
	color: #fff;
}

.ic__days .ic__day_state_selected {
	background: #f4f4f4;
	color: #000;
}

.ic__datepicker {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 250px;
	padding: 10px;
	border-radius: 10px;
	background: #333;
	z-index: 9999;
}


/******日历结束********/

.bor-x,
.hd-list li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #bdbdbd;
}

.hd-list .pic {
	width: 320px;
	height: 210px;
	overflow: hidden;
}

.hd-list .hd-info {
	position: relative;
	margin-left: 20px;
	height: 210px;
	width:465px;
}

.hd-list .hd-info h1 {
	margin: 15px 0 20px;
	font-size: 18px;
}

.hd-list .hd-info h1 a {
	color: #333;
}

.hd-list .hd-info h1 a:hover {
	color: #8C7337;
}

.hd-txt {
	margin-bottom: 5px;
	line-height: 1.8;
	color: #333;
}

.hd-txt span {
	color: #000;
}

.txt-l {
	color: #b02c10;
	margin-right: 20px;
}

.txt-r {
	color: #513316;
}

.btnbox {
	position: absolute;
	left: 0;
	bottom: 0;
}

.btnbox a {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.btnbox a span {
	position: absolute;
	right: 20px;
	font-family: serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.btnbox a:hover span {
	right: 15px;
}

.btnbox .yuyue {
	margin-right: 20px;
	background: #8c7337;
	color: #fff;
}

.btnbox .more {
	background: #b4b4b4;
}

.morebtn {
	width: 564px;
	height: 30px;
	margin: 40px auto;
	line-height: 30px;
	text-align: center;
	background: url(../images/more.png) no-repeat;
}

.morebtn a {
	display: block;
	width: 564px;
	height: 30px;
	color: #fff;
}

.morebtn a .arrow {
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url(../images/icon_m.png) no-repeat;
	margin-left: 10px;
}


/*活动内页*/

.hd-detail {
	margin-top: 37px;
}

.hd-title {
	margin-bottom: 16px;
	padding-left: 15px;
	line-height: 16px;
	font-size: 18px;
	color: #333;
	border-left: 6px solid #b02c10;
}

.hd-bt {
	position: relative;
	margin-top: 27px;
	margin-bottom: 20px;
}

.hd-bt .bor {
	position: absolute;
	bottom: 0px;
	left: 150px;
	width: 658px;
	height: 30px;
	border-bottom: 1px solid #90908f;
}

.hd-bt .bt {
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #B02C10;
	border-bottom: 1px solid #B02C10;
	z-index: 999;
}

.hd-detail .btnbox {
	position: inherit;
	margin-top: 25px;
}

.hd-detail .hd-box {
	color: #666;
	line-height: 1.8;
}

.hd-bm .hd-bt {
	margin-bottom: 30px;
}

.btnbottom{
	margin: 40px 0;
}

.btnbottom a{
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}

.return {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #b4b4b4;
	font-size: 16px;
	color: #333;
}

.return img {
	margin-right: 12px;
}

.btnbottom .yuyue{
	margin-left: 20px;
	background: #8C7337;
	color: #fff;
}


/*我要报名*/

.bm-box{
	margin-top: 25px;
}

.form-box {
	float: left;
	width: 388px;
	margin-right: 30px;
}

.form-box:nth-child(2n){
	margin-right: 0;
}

.form-box input {
	width: 100%;
	height: 36px;
	color: #888;
	text-indent: 10px;
	line-height: 36px;
	margin-bottom: 18px;
	outline: none;
	border: 1px solid #c9c9c9;
}

.form-btn{
    display: block;
    width: 120px;
    height: 36px;
    margin: 10px 0 40px;
    background: #8c7337;
    border: none;
    outline: none;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
}

.form-btn:hover{
    color: #FFF;
}

/*活动弹窗*/

.pop-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.pop-box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: pointer;
	z-index: 998;
}

.pop-box,
.pop-yuyue,
.pop-bm,
.pop-dh,
.pop-jp {
	display: none;
}

/*预约*/
.pop-yy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	padding: 0 60px;
	height: 354px;
	margin-top: -177px;
	margin-left: -250px;
	background: #fff;
	z-index: 999;
}

.pop-yuyue h1 {
	margin: 40px 0 30px;
	font-size: 22px;
	color: #B02C10;
	text-align: center;
}

.pop-yuyue>div {
	line-height: 1.8;
}

.pop-yuyue .look {
	width: 125px;
	height: 30px;
	line-height: 30px;
	margin: 30px auto 0;
	background: #8c7438;
	color: #fff;
	text-align: center;
}

.pop-yuyue .look a {
	color: #fff;
}

.pop-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 20px;
	background: url(../images/close_g.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.pop-bm .pop-close {
	background-image: url(../images/close_w.png);
}

.pop-dh .pop-close,
.pop-jp .pop-close{    
	top: 12px;
	background-image: url(../images/close_dh.png);
	opacity: .7;
	filter: alpha(opacity=70);
}

.pop-dh .pop-close:hover,
.pop-jp .pop-close:hover{	
	opacity: 1;
	filter: alpha(opacity=100);
}

.pop-xz{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 466px;
	height: 352px;
	margin-top: -178px;
	margin-left: -233px;
	background: #fff;
	z-index: 999;
}

.pop-bm h1,
.pop-dhbox h1 {
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	background: #8c7438;
}

.pop-bm .info {
	margin-top: 20px;
	padding: 0 20px;
	color: #666;
	line-height: 1.8;
}

.pop-bm .info h2 {
	color: #333;
}

.bm-btn {
	margin-top: 5px;
	text-align: center;
}

.bm-btn>a {
	display: inline-block;
	width: 100px;
	height: 30px;
	margin: 0 10px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.bm-btn a.btn-l {
	background: #8c7438;
}

.bm-btn a.btn-r {
	background: #a0a0a0;
}

/*展示弹窗*/
.pop-box.pop-dh .mask {
	opacity: .4;
	filter: alpha(opacity=40);
}

.pop-dhbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 840px;
	height: 568px;
	margin-left: -420px;
	margin-top: -284px;
	background:rgba(0,0,0,.7);
	z-index: 999;
	overflow: hidden;
}

.pop-jp .pop-dhbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 526px;
	margin-left: -320px;
	margin-top: -263px;
	background:rgba(0,0,0,.7);
	z-index: 999;
	overflow: hidden;
}

.pop-dhbox .hd{
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	background: #8c7438;
}

.pop-dhbox .hd .hd-title{
	color: #fff;
	line-height: 45px;
}

.pop-dh .info{
	width: 100%;
	height: 523px;
	overflow: hidden;
}


/*内容*/

.content-txt {
	position: relative;
	margin: 40px 0;
	line-height: 1.8;
	color: #666;
}

.content-txt a {
	color: #666;
}

.content-txt .content img{
	max-width: 800px;
}


/*导览*/

.content-txt .pic {
	position: absolute;
	top: 0;
	right: 0;
}

.select-box{
	margin-bottom: 20px;
}

.select-box li{
	display: inline-block;
	margin-right: 50px;
}

.select-box li select {
	width: 200px;
	height: 30px;
	color: #333;
	border: 1px solid #c9c9c9;
	vertical-align: middle;
	background-color: #fff;
	z-index: 9999;
}

.t-order{
	width: 100%;
}

/* .t-order td{
	
} */

.t-order thead tr{
	width: 100%;
	height: 40px;
	background: #8c7337;
	color: #fff;
}

.t-order thead td{
	position: relative;
	text-align: center;
}

.t-order thead td span{
	position: absolute;
	right: 0;
	color: #c9bda1;
}

/* .t-order tbody td {
} */

.t-order tbody td span{
    display: block;
    margin-right: 8px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #a0a0a0;
    text-align: center;
}

.t-order tbody td.in input{
	width: 90%;
	height: 100%;
	color: #666;
	background: none;
	border: none;
}


.t-order tbody td.in select{	
	width: 100%;
	height: 100%;
	color: #666;
	background: none;
	border: none;
}

.t-order .add{
	color: #8c7337;
	text-decoration: underline;
}

.t-order .t-sub{
	margin-top: 30px;
}

.t-order input[type="submit"]{
    background-color: #8c7337;
    color: #fff;
    font-size: 18px;
    padding: 6px 70px;
    cursor: pointer;
}

/*展示*/

.show-box {
	margin-top: 40px;
	margin-bottom: 30px;
}

.show-box .show-wrap{
	width: 806px;
	height: 460px;
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.show-wrap > div{
	width: 100%;
	height: 100%;
}

.show-nav li {
	float: left;
	width: 194px;
	height: 90px;
	margin-right: 10px;
	line-height: 30px;
	background: #b4b4b4;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.show-nav li span {
	display: inline-block;
	color: #333;
	margin-top: 15px;
}

.show-nav li.li_1,
.show-nav li.li_1:hover span{
	background: #2c2c2c !important;
	font-size: 20px !important;
	line-height: 90px !important;
}

.show-nav li.li_1 span,
.show-nav li.li_1:hover span{
	margin: 0 !important;
	color: #fff;
}
.show-nav li.li_4 {
	margin: 0;
}

.show-nav li .icon{
    display: block;
    text-align: center;
    margin: 5px auto;
}

.show-nav li.li_2 .icon{
    width: 20px;
    height: 18px;
    background: url(../images/icon_sp.png) no-repeat;
}

.show-nav li.li_2.cur .icon,
.show-nav li.li_2:hover .icon{
	background-image: url(../images/icon_sp2.png);
}

.show-nav li.li_3 .icon{
    width: 19px;
    height: 19px;
    background: url(../images/icon_d.png) no-repeat;
}

.show-nav li.li_3.cur .icon,
.show-nav li.li_3:hover .icon{
	background-image: url(../images/icon_d2.png);
}

.show-nav li.li_4 .icon{
    width: 18px;
    height: 18px;
    background: url(../images/icon_tw.png) no-repeat;
}

.show-nav li.li_4.cur .icon,
.show-nav li.li_4:hover .icon{
	background-image: url(../images/icon_tw2.png);
}

.show-nav li:hover,
.show-nav li.cur{
	background: #8c7337;
}

.show-nav li:hover span,
.show-nav li.cur span{
	color: #fff;
}

.imgtext{
	width: 100%;
	height: 460px;
}

.show-img{
	width: 280px;
	height: 460px;
	overflow: hidden;
}

.show-text{
	width: 480px;
	padding: 20px;
	line-height: 1.8;
    color: #666;
}


/*土墩展示*/


.video-box{
	width: 100%;
}

.video-text{
	font-size: 16px;
	line-height: 1.8;
}

.video-pic li {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
}

.video-pic li:nth-child(2n){
	margin-right: 0;
}

.video-pic li img{
	width: 100%;
}


.show-box .hd-title{
	margin-bottom: 30px;
	font-size: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.mb65{
	margin-bottom: 65px;
}

/*土墩展示结束*/




/*虚拟*/
.show-box #center {
	position: relative;
	width: 802px;
	height: 582px;
}

.show-box #pic {
	position: relative;
}

.tips,
.tips1,
.tips2,
.tips3 {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #000;
	background: #fff;
	display: block;
}

.tips1 {
	top: 246px;
	left: 386px;
}

.tips2 {
	top: 250px;
	left: 580px;
}

.tips3 {
	top: 100px;
	left: 80px;
}

.show-box #slider .title {
	color: #F80;
	font-weight: bold;
	font-size: 14px;
	margin-right: 1.5em;
	text-decoration: none;
}

.show-box #slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #a6aa93;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.show-box #slider .bg {
	position: absolute;
	top: 70%;
	background-color: #555555;
	filter: Alpha(Opacity=60);
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 766px;
	left: 10px;
	right: 300px;
	padding: 10px;
	line-height: 24px;
}

.show-box #slider .text {
	position: absolute;
	top: 70%;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 766px;
	left: 10px;
	right: 300px;
	padding: 10px;
	line-height: 24px;
}

.show-box #slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

.show-box #slider {
	position: absolute;
	width: 802px;
	height: 544px;
	left: 0;
	top: 26px;
	overflow: hidden;
	background: #a6aa93;
	border: 0px solid #a6aa93;
}

.show-box #Layer2 {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.show-box #Layer3 {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
}

.show-nav ul,
.show-yz ul,
.show-list ul{
	width: 105%;
}

.show-list li{
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.show-list li p{
	margin-top: 20px;
	text-align: center;
}

.show-list li .pic{
	width: 255px;
	height: 221px;
	overflow: hidden;
}

.show-list .morebtn{
	margin: 0 auto 40px;
}

.xn-box{
	height: 360px;
	overflow: hidden;
}

.xn-pic{
	width: 420px;
}

.xn-info{
	position: relative;
	width: 345px;
	height: 360px;
	margin-left: 40px;
}

.xn-content{
	line-height: 1.6;
	color: #666;
}

.xn-more{
	position: absolute;
	bottom: 0;
	left: 0;
}

.xn-more h1{
	margin-bottom: 10px;
	color: #B02C10;
}

.xn-list{
	width: 348px;
	padding: 16px 0;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}

.xn-list li{
	display: inline-block;
	margin-right: 30px;
}

.xn-list li a{
	display: inline-block;
	width: 40px;
	height: 37px;
}

.xn-list li.li1 a{
	background: url(../images/show1_1.png) left center no-repeat;
}

.xn-list li.li1 a.on{
	background: url(../images/show1.png) left center no-repeat;
}


.xn-list li.li2 a{
	background: url(../images/show2.png) left center no-repeat;
}

.xn-list li.li3 a{
	/*background: url(../images/show3.png) left center no-repeat;*/
	background: url(../images/show3_3.png) left center no-repeat;
}

/*.xn-list li.li3 a.on{
	background: url(../images/show3_3.png) left center no-repeat;
}*/

.xn-list li.li4 a{
	background: url(../images/show4.png) left center no-repeat;
}

.xn-list li.li5 a{
	background: url(../images/show5.png) left center no-repeat;
}

/*遗址*/

.show-yz{
	margin-bottom: 40px;
}

.show-yz li {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 10px;
	line-height: 30px;
	background: #b4b4b4;
	line-height: 1.6;
	padding-left: 14px;
	color: #333;
	text-align: left;
	cursor: pointer;
}

.show-yz h1{
	font-size: 24px;
	color: #8c7337;
	font-weight: 200;
}

/*.show-yz li:hover{
	background: #8C7337;
	color: #fff;
}*/

.show-yz li.cur{
	background: #8C7337;
	color: #fff;
}

.show-yz li.cur h1,
.show-yz li.cur a{
	color: #fff;
}

/*.show-yz li:hover h1,
.show-yz li:hover a{
	color: #fff;
}*/

.yz-pan{
	position: relative;
}

.yzbtn{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.show-list .pages{
	margin: 0 0 40px;
}


/*资讯*/

.new-list{
	margin-top: 40px;
}

.new-list li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px dashed #90908f;
}

.new-list li .pic{
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.new-list li .new-info{
	position: relative;
	width: 576px;
	margin-left: 30px;
	height: 150px;
}

.new-list li .new-info h1{
	font-size: 16px;
}

.new-list li .new-info .new-txt{
	margin: 18px 0 10px;
	line-height: 1.6;
	color: #666;
}

.new-list li .new-info .new-date{
	font-size: 12px;
	color: #666;
}

.new-info .btnbox .more {
    color: #666;
    background: #cdcdcd;
}

.new-info .btnbox a.more:hover  {
	background: #8C7337;
	color: #fff;
}

.new-info .btnbox a:hover span {
	right: 20px;
}

/*page*/

.pages {
	text-align: center;
	padding: 5px 0;
	margin: 40px 0;
}

.pages a {
	display: inline-block;
	padding: 3px 9px;
	line-height: 24px;
	background-color: #d1cfd0;
	margin: 0 2px;
}

.pages a:hover {
	padding: 3px 9px;
	line-height: 24px;
	background-color: #8c7337;
	color: #FFFFFF;
}

.pages .a1 {
	display: none;
}

.pages a.on,
.pages a.tzbtn:hover input{
	background-color: #8c7337;
	color: #fff;
	cursor: pointer;
}

.pages a.tzlink{
	width: 20px;
	padding: 3px;
	background: #fff;
}

.pages a.tzlink input{
	width: 100%;
}

/*详情*/

.content-title{
	margin-bottom: 40px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #90908f;
}

.content-title h1{
	font-size: 18px;
	color: #8c7337;
	text-align: center;
}


.prevnextdata{
	margin-top: 40px;
	height: 80px;
}

.prevnextdata li{
	margin-bottom: 10px;
}

.prevnextdata li a:hover{
	color: #8C7337;
}

.prevnextdata span{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background: #8C7337;
}

.prevnextdata .return{
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #333;    
	margin: 0;
}

.prevnextdata .return a{
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
   	color: #333;
}

.prevnextdata .return img{
	margin-left:10px;    
	margin-bottom: 3px;
}

/*下载*/
.down-list{
	margin-top: 40px;
}

.down-list li{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom:1px dashed #90908f;
}

.down-list li h1{
	width: 83%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.down-list .date{
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}

.d-btn a{
	display: inline-block;
	width: 110px;
	height: 26px;
	margin-right: 15px;
	background: #cdcdcd;
	line-height: 26px;
	text-align: center;
	color: #666;
}

.d-btn a:hover{
	background: #8C7337;
	color: #fff;
}

.d-btn .read p {
	background:url(../images/read.png) 0 3px no-repeat;
	padding-left: 18px;
	margin: 0 18px;
}

.d-btn .download p {
    background: url(../images/download.png) 0 3px no-repeat;
    padding-left: 18px;
	margin: 0 18px;
}

/*加入我们*/

.lc-box li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.lc-box li span{
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 30px;
	color: #dcd9d9;
}

.lc-box li h1{
	font-size: 16px;
	color: #333;   
	margin: 5px 0 8px;
}

.lc-box li h2{
	width: 728px;
	line-height: 1.6;
	color: #666;
}

.signUp a{
	display: block;
	width: 180px;
	height: 40px;
	margin: 40px auto;
	line-height: 40px;
	text-align: center;
	background: #8C7337;
	color: #fff;
}

.fc-list ul{
	width: 105%;
}

.fc-list li{
	float: left;
	margin: 0 35px 40px 0;
	text-align: center;
}

.fc-list li .pic{
	width: 385px;
	height: 250px;
	overflow: hidden;
}

.fc-list li p{
	margin-top: 20px;
	color: #333;
}

.fc-list.wd-list  li{
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
}


.fc-list.wd-list li .pic{
	width: 249px;
	height: 190px;
	overflow: hidden;
}


/*我要报名*/
.red{
	color:#ff0000;
	
}

.com-form  .trhd  td{
	padding: 10px 0 8px 0;
	padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #c9c9c9;
}

.com-form th{
	width: 80px;
    text-align: right;
    font-weight: normal;
    padding: 0 6px 0 0;
    color: #666;
}

.com-form.bm-form  th{
    width: 200px;
}

.com-form td {
    padding: 15px 0;
}

.com-form td.padding8 {
    padding: 8px 0;
}

.com-form .com-input{
    padding: 0 8px;
    width: 218px;
    height: 30px;
    line-height: 26px;
    padding: 1px 8px;
    border: 1px solid #c9c9c9;
    outline: none;
}

.com-form .com-input.lone-input{ 
	width: 462px;
}

.com-form  .label {
    margin: 0 25px 0 3px;
    vertical-align: middle;
}

.com-form .fw-chara td {
    padding: 10px 0 0;
    line-height: 26px;
    width: 670px;
}

.com-form .fw-chara th {
    padding: 0 6px 15px 0;
}

.com-form .fw-chara td span {
    width: 100px;
    float: left;
}

.com-form .lan-chara td span {
    float: left;
    margin-right: 20px;
}

.com-form  th.th-sub{
	padding: 18px 6px 10px 0;
	vertical-align: sub;
}
    
.com-form .lan-chara .lan-info{
    padding: 8px 6px 10px 0;
}

.com-form .lan-chara .lan-qt{
   margin-top: 8px;
}

.com-textarea{
    border: 1px solid #c9c9c9;
    width: 460px;
    height: 110px;
    padding:8px;
    vertical-align: middle;    
    font-family: "microsoft yahei";
}

.com-form .sub-btn{
	width: 148px;
    height: 34px;    
    margin: 20px 0px 50px 86px;
	border: none;
    background: #8c7337;
    line-height: 34px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.com-form.bm-form .sub-btn{
	margin-left: 174px;
}

.up-avatar {
    position: absolute;
    top: 70px;
    right: 0;
}

.file {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 120px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #8C7337;
    text-align: center;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
	filter: alpha(opacity=0);
}

.file:hover {
	color: #fff;
}


input[type="file" i] {
    align-items: baseline;
    color: inherit;
    text-align: start;    
    -webkit-appearance: initial;
	appearance: none;
	/*Also define the standard property 'appearance' for compatibility;-webkit-appearance报错，wxvet */
    background-color: initial;
    padding: initial;
    border: initial;
}


/*留言*/
.messageBox{
	margin: 0 0 200px 0;
}


.messageBox ul li{
	position: relative;
	display: block;
	margin-bottom: 20px;
	line-height: 36px;
}

.mclose{
	background: #c9c9c9;
	cursor: pointer;
}

.messageBox ul li .li-l{
	padding-left: 20px;
}

.messageBox ul li .li-r{
	width: 130px;
	font-size: 12px;
	color: #666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.messageBox ul li .li-r .arrow{
	display: inline-block;
	width: 18px;
	height: 10px;
	padding-left: 25px;
	background: url(../images/arrow_d.png)  right no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.t-hei{
	color: #333;
}

.t-yellow{
	color: #8C7337;
}

.messageBox .sub-ul {
	display:none;
	width: 806px;
	border: 1px solid #C9C9C9;
	border-top: none;
}

.messageBox .sub-ul li{
	width: 95%;
	margin: 0 auto;
	padding: 8px 0;
	background: #f0f0ef;
	color: #666;
	border-bottom: 1px solid #C9C9C9;
}

.messageBox .sub-ul li:last-child{
	border: none;
}

.messageBox ul li.on .mclose{
	background: #8C7337;
	color: #fff;
}

.messageBox ul li.on .li-r{
	color: #fff;
}

.messageBox ul li.on .li-r .arrow{	
	display: inline-block;
	background-image: url(../images/arrow_u.png);
}

/*我要留言*/

.ly-form .com-select{
    width: 100px;
    height: 30px;
    line-height: 26px;
    padding: 1px 8px;
    border: 1px solid #c9c9c9;
    outline: none;
}

/*个人中心*/
.peo-form .com-select{
    width: 236px;
    height: 30px;
    line-height: 26px;
    padding: 1px 8px;
    border: 1px solid #c9c9c9;
    outline: none;
}

input[type="text" i]:disabled {
    background-color: #e5e5e5;
}

.personal-order li{
	color: #666;
}

.personal-order .li-hd{
	padding:0 25px;
	line-height: 36px;
	background: #e5e5e5;
}

.personal-order .li-l{
	font-size: 16px;
}

.personal-order .li-l .red{
	color: #bc513d;
}

.personal-order .li-r{
	color: #666;
}

.personal-order .li-r span{
	font-family: serif;
}

.personal-order li .li-info{
	margin: 10px 0;
	padding-left: 20px;
	line-height: 1.8;
}

.order-table{
	text-align: center;	
}

.order-table td{
	line-height: 36px;
}

.order-table .qxbtn{
	color: #8C7337;
}


/*问卷调查*/
.research h2{
	color: #666;
}

.com-form.wj-form td {
    padding: 20px 0 0;
    color: #333;
}

.com-form table{
	width: 100%;
}

.d-radio{
	margin-left: 10px;
	margin-top: 8px;
	color: #666;
}

.com-form .d-radio label{
	margin: 0;
}

.d-radio span{
	display: inline-block;
	width: 156px;
	margin-bottom: 5px;
}

.wj-btn{
	margin: 40px 0;
}

.wj-btn .sub-btn{
	display: inline-block;
	width: 148px;
    height: 34px;    
	margin:0 30px 0 0;
    background: #8c7337;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.sub-btn.jg-btn{
	background: #cdcdcd;
	color: #666;
}


/*会员登录*/
.common{
	text-align: center;
	padding: 70px 0;
}

.common .title{
	font-size: 28px;
	color: #8C7337;
	text-align: center;
	padding-bottom: 25px;
}


.commBox{
	height: 308px;
	padding: 20px 0 100px;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.commBox .wrap{
	width: 290px;
	margin: 0 auto;
}

.commBox .input-wrapper input {
    padding: 8px 8px;
    width: 100%;
    margin-top:20px;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
}

.forbox{
    margin-top: 8px;
	text-align: left;
}

.forbox .forget{
	color: #B02C10;
	text-decoration: underline;
}

.btn-wrap{
	margin-top: 20px;
}

.btn-wrap .sub-btn{
	float: left;
	width: 182px;
	height: 36px;
	line-height: 36px;
	background: #8C7337;
	color: #fff;
	cursor: pointer;
}

.btn-wrap .reg{
	display: block;
	float:right;
	width: 96px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #8C7337;
}

.btn-wrap .regBtn{
	width: 100%;
	height: 36px;
	margin-bottom: 15px;
	line-height: 36px;
	background: #8C7337;
	color: #fff;
	cursor: pointer;
}

.dllink a{
	font-size: 12px;
	color: #888;
}

/*音乐*/
.music-box{
	display: none;
	position: absolute;    
	left: 460px;
    top: 470px;
    width: 350px;
}

.music-box .language{
	margin: 10px 0 15px;
}

.music-box .language a{
	display: inline-block;
	margin-right: 20px;
	width: 50px;
	height: 34px;
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.music-box .language a.zh{
	background: url(../images/flag_zh.jpg) center 0 no-repeat;
	background-size: cover;
}

.music-box .language a.en{
	background: url(../images/flag_en.jpg) center 0 no-repeat;
	background-size: cover;
}

.music-box .language a.jp{
	background: url(../images/flag_ja.jpg) center 0 no-repeat;
	background-size: cover;
}

.music-box .language a.kr{
	background: url(../images/flag_ko.jpg) center 0 no-repeat;
	background-size: cover;
}

.music-box .language a:hover,
.music-box .language a.on{
	opacity: 1;
	filter: alpha(opacity=100);
}

.music-box audio{
    width: 350px;
	cursor: pointer;
}