body,html{color:#ccab5d;margin:0;padding:0;font:12px/24px Microsoft YaHei,PingFangSC-Regular,SimSun,san-serif;background: #FFF;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:12px;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#ccab5d;outline: none;}
a:hover{text-decoration:none;color:#ff8903;}
.wrap{width:1200px; margin: 0 auto;min-width:1200px}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank70,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}
.blank50{height:50px;}.blank60{height:60px;}.blank70{height:70px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}

.box{
	max-width: 7.5rem;
	margin: 0 auto;
	background: #000;
	position: relative;
}
.header{
	position: fixed;
	top: 0.3rem;
	left: 0;
	padding: 0 0.3rem;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
}
.header .wechat{
	background: #1aad19;
	padding: 0.15rem 0.2rem;
	color: #FFF;
	font-size: 0.24rem;
	border-radius: 0.05rem;
	display: inline-block;
	float: right;
	border: none;
	cursor: pointer;
}
.header #target{
	position: relative;
	top: -9999rem;
}
.weixin-btn{
	position: fixed;
	top: 0.3rem;
	left: 0;
	padding: 0 0.3rem;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
}
.weixin-btn .weixin-copy{
	background: #1aad19;
	width: 1.8rem;
	line-height: 0.6rem;
	color: #FFF;
	font-size: 0.24rem;
	border-radius: 0.6rem;
	display: inline-block;
	float: right;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.weixin-btn .weixin-copy:after{
	content: "";
	position: absolute;
	/*left: -1.8rem;*/
	left: 0;
	top: 0;
	width: 0.2rem;
	height: 0.6rem;

	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));

	-webkit-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-ms-transform: skewx(-25deg);
	transform: skewx(-25deg);
	animation: warn 1.5s ease-out 0s infinite;
	animation-direction: alternate;
}
@keyframes warn{
	0%{
		left: 12rem;
	}
	100%{
		left: -1.8rem;
	}
}
.popup{
	position: absolute;
	background: #FFF;
	top: 3.0rem;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 10px;
	padding: 0.4rem 0;
	width: 6.0rem;
	z-index: 9999;
	color: #333;
	display: none;
	box-shadow: 0 0 10px #ccc;
}
.popup[data-view="open"]{
	display: block;
}
.open{
	display: block;
}

.popup .icon i{
	color: #1aad19;
	font-size: 0.6rem;
	display: inline-block;
}
.popup .close{
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 0.3rem;
	line-height: 0.3rem;
	cursor: pointer;
}
.popup .close i{
	font-size: 0.2rem;
	color: #333;
}
.popup .t{
	font-size: 0.28rem;
	font-weight: bold;
	padding: 0.1rem 0;
}
.popup .text{
	line-height: 0.35rem;
	margin-bottom: 0.2rem;
	font-size: 0.26rem;
}
.popup .text a{
	color: #333;
}
.popup .btn{
	width: 2rem;
	margin: 0 auto;
	font-size: 0.3rem;
	line-height: 0.8rem;
	background: #1aad19;
	color: #FFF;
	border-radius: 0.05rem;
}
.nav{
	position: fixed;
	top: 15%;
	left: 0;
	z-index: 9;
}
.nav a{
	background: rgba(204, 171, 93, .4);
	width: 1.5rem;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 0 0.43rem 0.4rem 0;
	display: block;
	color: #FFF;
	margin: 0.05rem 0;
}
.nav-btn{
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin: 0 auto;
	border-radius: 100%;
	background: rgba(204, 171, 93, .4);
	text-align: center;
	color: #FFF;
}
.nav .fa-bars{
	display: none;
}
.nav .active .fa-bars{
	display: inline-block;
}
.nav .active .fa-times{
	display: none;
}
.nav .open{
	display: none;
}

/*头部*/
.div1{
	background: url(../../images/01/div1-01.jpg) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 8.9rem;
	position: relative;
	margin-bottom: 0.6rem;
}
.div1 .logo{
	width: 2.24rem;
	height: 0.85rem;
	line-height: 0.85rem;
	margin: 0 auto;
	text-align: center;
	background: #ccab5d;
	border-radius: 0 0 0.2rem 0.2rem;
}
.div1 .logo img{
	width: 1.36rem;
	height: 0.44rem;
	vertical-align: middle;
}
.div1 .title{
	padding-top: 0.5rem;
}
.div1 .title h1{
	font-size: 0.6rem;
	line-height: 0.6rem;
	font-weight: bold;
	/*background: linear-gradient(to top, #f5d141, #f7e19d, #aa7e21);
	-webkit-background-clip: text;
	color: transparent;*/
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#aa7e21), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
}
.div1 .title h4{
	font-size: 0.30rem;
	line-height: 0.30rem;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#aa7e21), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
}
.div1 .p span{
	font-size: 0.24rem;
	color: #FFF;
	border: 0.01rem solid #FFF;
	border-radius: 0.1rem;
	display: inline-block;
	padding: 0.1rem 0.2rem;
}
.div1 .tel{
	margin-top: 0.5rem;
}
.div1 .tel span{
	background: #ccab5d;
	color: #FFF;
	padding: 0.1rem 0.3rem;
	border-radius: 0.5rem;
	font-size: 0.30rem;
	display: inline-block;
}
.div1 .tel span a{
	color: #FFF;
	font-size: 0.30rem;
}
.div1 .tel span i{
	margin-right: 0.1rem;
}
.video{
	max-width: 5.0rem;
	border: 0.01rem solid #ccab5d;
	margin: 0 auto;
}
.vjs-tech {
  pointer-events: none;
}
.vjs-big-play-centered .vjs-big-play-button{
	margin: 0;
	transform: translate(-50%, -50%);
}
.video-js .vjs-big-play-button{
	width: 1.0rem;
	height: 1.0rem;
	line-height: 1.0rem;
	border-radius: 100%;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

/*标题*/
.box-title{
}
.box-title .t,.box-title span{
	font-size: 0.4rem;
	line-height: 0.4rem;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#aa7e21), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
}
.box-title .p{
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.22rem;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#aa7e21), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
}


.div2{
	margin-top: 0.5rem;
}
.div2 .box-title span{
	border-bottom: 0.02rem solid #ccab5d;
	padding-bottom: 0.3rem;
	display: inline-block;
	width: 4.67rem;
}
.div2-item{
	display: flex;
	flex-direction: row;
	padding: 0 0.3rem;
}
.div2-item li{
	width: 100%;
}
.div2-item li .t{
	font-size: 0.26rem;
	line-height: 0.26rem;
	padding-top: 0.2rem;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5d141), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
}
.div2-item li .pic img{
	height: 0.35rem;
}
.div2-item1{
	margin: 0.5rem 0;
}
.div2-item2{
	margin-bottom: 0.5rem;
}

.div3{
	height: 8.48rem;
	position: relative;
	overflow: hidden;
}
.div3-01{
	width: 3.5rem;
	/*height: 4.21rem;*/
	position: absolute;
	left: 0;
	top: 0.65rem;
}
.div3-item{
	position: absolute;
}
.div3-item .i{
	width: 3.35rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 0.3rem;
	/*background: #af8428;*/
	background: linear-gradient(#f5d244, #f7e19d, #b2882e);
	position: relative;
}
.div3-item .i span{
	display: inline-block;
	width: 0.8rem;
	line-height: 0.8rem;
	background: #f3dda4;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: -50%;
	font-size: 0.36rem;
	font-weight: bold;
	color: #ccab5d;
	font-family: "Britannic";
}
.div3-item .t{
	font-size: 0.28rem;
	line-height: 0.28rem;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5d141), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
	padding-top: 0.36rem;
	padding-bottom: 0.1rem;
}
.div3-item .p{
	font-size: 0.24rem;
	color: #FFF;
	line-height: 0.3rem;
}
.div3 .item1{
	top: 1.25rem;
	right: -0.2rem;
}
.div3 .item1 .text{
	position: relative;
	left: -0.5rem;
}
.div3 .item2{
	top: 3.8rem;
	right: 0.6rem;
}
.div3 .item3{
	top: 6.1rem;
	right: auto;
	left: 0.6rem;
}

.div4{
	padding: 0.5rem 0;
}
.div4 .box-title{
	margin-bottom: 0.3rem;
}

.div4 .item{
	padding: 0 0.25rem;
	display: flex;
	flex-flow: row wrap;
}
.div4 .item li{
	width: 3.37rem;
	margin-top: 0.25rem;
	position: relative;
}
.div4 .item li:nth-child(2n+2){
	margin-left: 0.25rem;
}
.div4 .item li .pic{
	cursor: pointer;
}
.div4 .item li .right{
	line-height: 0.6rem;
	color: #dedede;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(0deg,#000000d9 0,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);
	z-index: 9;
	font-size: 0.2rem;
}
.div4 .item li .right .text{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0.15rem;
	z-index: 9999;
}
.div4 .item li .right span{
	line-height: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
}
.div4 .item li .right .text a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #FFF;
	width: 100%;
}

.tabs{
	text-align: center;
	margin: 0.3rem 0;
}
.tabs a{
	color: #ccab5d;
	font-size: 0.26rem;
	line-height: 0.26rem;
	display: inline-block;
	/*margin: 0 0.1rem;*/
	padding: 0.15rem 0.35rem;
}
.tabs a.active{
	background: #ccab5d;
	color: #FFF;
	border-radius: 0.3rem;
}

.tab-con{
	width: 6.7rem;
	height: 7.7rem;
	margin: 0 auto;
}

.tab-con .swiper-slide {
    text-align: center;
    font-size: 0.2rem;
    background: #fff;
    height: calc((95% - 0.3rem) / 2);
    overflow: hidden;
    background: #5d5d5d;
}
.tab-con .pic{
}
.tab-con .pic img{
	width: 100%;
}
.tab-con .text{
	padding: 0.22rem 0;
	background: #5d5d5d;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.tab-con .t{
	font-size: 0.24rem;
	line-height: 0.24rem;
	font-weight: bold;
}
.tab-con .p{
	font-size: 0.2rem;
	padding-top: 0.1rem;
}
.tab-con .swiper-pagination-bullet{
	background: #FFF;
	opacity: 1;
}
.tab-con .swiper-pagination-bullet-active{
	background: #ccab5d;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
}

.div5-item{
	padding: 0 0.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.div5-item li{}
.div5-item li .pic{
	width: 2.0rem;
	height: 2.0rem;
}
.div5-item li .text{
	background: #5d5d5d;
	padding: 0.3rem 0;
	height: 1.4rem;

}
.div5-item li .text .t{
	font-size: 0.24rem;
	line-height: 0.24rem;
	font-weight: bold;
	color: #eed092;
	padding-bottom: 0.2rem;
}
.div5-item li .text .p{
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #eed092;
}

.form{
	padding: 0.5rem 0.4rem;
}
.form .box-title{
	margin: 0.15rem 0;
}
.form-item{
	padding: 0 1.2rem;
}
.form-item li{
	margin-top: 0.3rem;
}
.form-item li input{
	height: 0.6rem;
	line-height: 0.6rem;
	background: #000;
	border: 1px dashed #ccab5d;
	border-radius: 0.1rem;
	width: 100%;
	padding-left: 0.5rem;
	color: #FFF;
	box-sizing: border-box;
	font-size: 0.24rem;
}
.form-item li input.form-user{
	background: url(../../images/01/form-user.png) 0.15rem 0.15rem no-repeat;
	background-size: 0.25rem 0.26rem;
}
.form-item li input.form-tel{
	background: url(../../images/01/form-tel.png) 0.18rem 0.15rem no-repeat;
	background-size: 0.18rem 0.26rem;
}
.form-btn{
	background: #ccab5d;
	color: #FFF;
	line-height: 0.65rem;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	border-radius: 0.1rem;
	box-sizing: border-box;
	font-size: 0.26rem;
}
.form-box{
	background: rgba(255, 255, 255, .8);
	padding: 0.1rem 0.2rem;
	line-height: 0.5rem;
	border-radius: 0.1rem;
	display: flex;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	margin-top: 0.3rem;
	color: #000;
}
.form-box i{
	font-size: 0.26rem;
	display: inline-block;
	margin-right: 0.15rem;
}
.form-swiper{
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	width: 100%;
}
.form-swiper .swiper-slide-item{
	line-height: 0.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.2rem;
}

.footer{
	padding: 0.5rem 0 1.3rem 0;
}
.footer-t{
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.3rem;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#aa7e21), to(#f7e19d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f5d141;
	position: relative;
	padding-bottom: 0.25rem;
}
.footer-t:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 2.0rem;
	height: 0.03rem;
	background: #ccab5d;
}
.footer-tel{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.footer-tel span{
	border: 1px dashed #ccab5d;
	border-radius: 0.1rem;
	padding: 0.1rem 0.2rem;
	font-size: 0.24rem;
	margin: 0 0.2rem;
}
.footer-tel span a{
	font-size: 0.28rem;
	line-height: 0.28rem;
}
.footer-map a{
	border: 1px dashed #ccab5d;
	border-radius: 0.1rem;
	padding: 0.15rem 0.3rem;
	font-size: 0.24rem;
	margin: 0 0.2rem;
}
.copyright{
	font-size: 0.24rem;
	color: #9d9d9d;
	padding: 0.3rem 0;
}
.qrcode{
	max-width: 1.7rem;
	margin: 0 auto;
	border: 0.1rem solid #FFF;
	border-radius: 0.1rem;
}