body,html{color:#333;margin:0;padding:0;font:12px/24px Microsoft YaHei,PingFangSC-Regular,SimSun,san-serif;background: #f7f7f7;}
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:#333;outline: none;}
a:hover{text-decoration:none;color:#ff6800;}
.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: #fff;
	overflow: hidden;
}
.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(203, 182, 39, .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(203, 182, 39, .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{
	height: 11.68rem;
	background: url(../images/div1-no.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.div1 .logo{
	position: absolute;
	top: 0.35rem;
	left: 0.35rem;
	width: 1.93rem;
	height: 0.57rem;
}
.div1 .text{
	font-size: 0.36rem;
	line-height: 0.36rem;
	position: relative;
	top: 7.6rem;
}
.div1 .tel{
	position: relative;
	top: 8rem;
}
.div1 .tel span{
	background: #ff6800;
	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: 7.0rem;
	height: 100%;
	margin: 0 auto;
	padding: 0.25rem 0;
}


.div2{
	background: #f7f7f7;
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-between;
	margin: 0 0.25rem;
	padding: 0.3rem 0.6rem;
}
.div2 .item{}
.div2 .item .icon{
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #ff6800;
	border-radius: 100%;
}
.div2 .item .icon img{
	height: 0.42rem;
}
.div2 .item .t{
	font-size: 0.26rem;
	line-height: 0.26rem;
	padding-top: 0.2rem;
}

.div3{
	background:#ff6800;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 5.0rem;
	margin: 0.25rem 0.25rem;
	position: relative;
}
.div3:after{
	content: "";
	background: url(../images/div3.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	left: 0;
	width: 4.9rem;
	height: 5.0rem;
	z-index: 2;
}
.div3 .text{
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	z-index: 3;
}
.div3 .text .t{
	text-align: right;
	padding-top: 0.2rem;
}
.div3 .text .t img{
	width: 2.87rem;
	height: 0.78rem;
}
.div3 .text .p{
	text-align: right;
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #FFF;
	padding-top: 0.43rem;
}


.title{
	position: relative;
}
.title:after{
	position: absolute;
	content: "";
	width: 2.5rem;
	height: 0.01rem;
	background: #ff6800;
	top: 0.48rem;
	left: 50%;
	transform: translate(-50%, 0);
}
.title .t{
	font-size: 0.34rem;
	line-height: 0.3rem;
	font-weight: bold;
}
.title .p{
	font-size: 0.24rem;
	padding-top: 0.25rem;
}


.div4{
	padding: 0.15rem 0.25rem;
}
.div4-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.div4-item li{
	width: 3.35rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
	border-radius: 0.1rem;
}
.div4-item li img{
	border-radius: 0.1rem 0.1rem 0 0;
}
.div4-item li .text{
	padding: 0.25rem 0;
}
.div4-item li .text .t{
	font-size: 0.28rem;
	line-height: 0.28rem;
	font-weight: bold;
}
.div4-item li .text .p{
	font-size: 0.22rem;
	padding-top: 0.15rem;
	color: #666;
}
.div4-item li:nth-child(n+3){
	margin-top: 0.3rem;
}

.div5{
	padding: 0.25rem 0;
}
.div5-lc{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.div5-lc li{
	height: 1.9rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 1.875rem
}
.div5-lc li:nth-child(2n+1){
	background: #f8f8f8;
}
.div5-lc li .icon{
}
.div5-lc li .icon img{
	height: 0.45rem;
}
.div5-lc li .text{
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.3rem;
}

.div5-bz{
	background: #ff6800;
	border-radius: 0.1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin: 0.25rem 0.25rem 0 0.25rem;
	height: 2.0rem;
	padding: 0 0.9rem;
}
.div5-bz li{
}
.div5-bz li span{
	font-family: "SimSun";
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #FFF;
	position: relative;
	top: -0.15rem
}
.div5-bz li .icon{
	width: 0.85rem;
	height: 0.85rem;
	border: 0.02rem solid #FFF;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 100%;
}
.div5-bz li .icon img{
	height: 0.35rem;
}
.div5-bz li .text{
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #FFF;
	padding-top: 0.2rem;
}

.div6{
	padding: 0.1rem 0 0.4rem 0;
}
.div6-item{
	padding: 0 0.25rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.div6-item .item{
	width: 2.15rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
}
.div6-item .item .pic{
	padding: 0.27rem 0;
}
.div6-item .item .pic img{
	width: 1.5rem;
	height: 1.5rem;
}
.div6-item .item .text{}
.div6-item .item .text .t{
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #ff6800;
	font-weight: bold;
	padding-bottom: 0.15rem;
}
.div6-item .item .text .p{
	font-size: 0.2rem;
	line-height: 0.56rem;
	border-top: 0.01rem solid #e2e2e2;
}

.div7{
	background: url(../images/div7.jpg) no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 5.35rem;
	margin: 0 0.25rem;
}




/*表单*/
.form{
	padding: 0 0.25rem 0.3rem 0.25rem;
}
.form .box-title{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #333;
}
.form-item{
	width: 3.5rem;
	margin: 0 auto;
}
.form-item li{
	margin-top: 0.3rem;
}
.form-item li input{
	height: 0.7rem;
	line-height: 0.7rem;
	border: 1px dashed #ff6800;
	border-radius: 0.1rem;
	width: 100%;
	padding-left: 0.5rem;
	color: #ff6800;
	box-sizing: border-box;
	font-size: 0.24rem;
}
.form-item li input.form-user{
	background: url(../images/form-user.png) 0.15rem 0.19rem no-repeat;
	background-size: 0.25rem 0.26rem;
}
.form-item li input.form-tel{
	background: url(../images/form-tel.png) 0.18rem 0.19rem no-repeat;
	background-size: 0.18rem 0.26rem;
}
.form-item li input::-webkit-input-placeholder {
	color: #9c9c9c;
}
.form-item li input:-moz-placeholder {
	color: #9c9c9c;
}
.form-item li input:-ms-input-placeholder {
	color: #9c9c9c;
}
.form-btn{
	background: #ff6800;
	color: #FFF;
	line-height: 0.66rem;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	border-radius: 0.1rem;
	box-sizing: border-box;
	font-size: 0.28rem;
}
.form-box{
	background: #f2f2f2;
	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: #666;
}
.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{
	background: #ff6800;
	padding: 0.45rem 0.25rem 1.5rem 0.25rem;
	position: relative;
}
.footer-con{
	position: relative;
	color: #FFF;
}
.footer-con:after{
	content: "";
	position: absolute;
	width: 0.68rem;
	height: 0.03rem;
	background: #FFF;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.footer-con .t{
	font-size: 0.16rem;
	line-height: 0.16rem;
}
.footer-con .p{
	font-size: 0.2rem;
	line-height: 0.2rem;
	padding: 0.25rem 0;
}

.footer-tel{
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
	justify-content: center;
	margin-top: 0.35rem;
}
.footer-tel span{
	display: inline-block;
	margin: 0 0.1rem;
}
.footer-tel span a{
	display: inline-block;
	border-radius: 0.1rem;
	padding: 0.15rem 0.2rem;
	font-size: 0.24rem;
	color: #ff6800;
	line-height: 0.3rem;
	background: #FFF;
}
.footer-add{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.35rem;
}
.footer-add span{
	margin: 0 0.2rem;
}
.footer-add span a{
	display: inline-block;
	border: 1px dashed #FFF;
	border-radius: 0.1rem;
	padding: 0.15rem 0.2rem;
	font-size: 0.24rem;
	color: #FFF;
	line-height: 0.36rem;
}