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;}

@font-face {
	font-family: 'iconfont';
	src: url('../iconfont/iconfont.eot');
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	url('../iconfont/iconfont.woff2') format('woff2'),
	url('../iconfont/iconfont.woff') format('woff'),
	url('../iconfont/iconfont.ttf') format('truetype'),
	url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 0.3rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.box{
	max-width: 7.5rem;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.17);
}
.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.99rem;
	background: url(../images/div1.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.div1 .text1{
	width: 5.5rem;
	position: absolute;
	top: 5.7rem;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(168, 9, 16, .7);
	font-size: 0.24rem;
	color: #FFF;
	border-radius: 0.15rem;
	text-align: center;
	padding: 0.15rem 0;
	line-height: 0.36rem;
}
.div1 .text2{
	font-size: 0.36rem;
	line-height: 0.36rem;
	position: relative;
	top: 7.7rem;
	color: #FFF;
}
.div1 .tel{
	position: relative;
	top: 8rem;
	line-height: 0.4rem;
}
.div1 .tel span{
	background: #FFF;
	color: #333;
	padding: 0.1rem 0.3rem;
	border-radius: 0.5rem;
	font-size: 0.30rem;
	display: inline-block;
}
.div1 .tel span a{
	color: #333;
	font-size: 0.30rem;
}
.div1 .tel span i{
	margin-right: 0.1rem;
}



.div2{
	background: url(../images/div2.jpg) no-repeat top center;
	background-size: 7.0rem 3.06rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0.6rem 0 0.4rem 0;
}
.div2 .tit{
	width: 1.8rem;
	line-height: 0.6rem;
	border: 0.03rem solid #cf1400;
	font-size: 0.3rem;
	margin-top: -0.3rem;
}
.div2 .txt{
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #696969;
	padding: 0.4rem 0;
}
.div2 .item{
	display: flex;
	flex-direction: row;
	padding-top: 0.3rem;
}
.div2 .item li{
	width: 1.6rem;
	height: 1.6rem;
	background: #cf1400;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0.15rem;
	margin: 0 0.1rem;
	/*padding: 0.2rem;*/
	box-sizing: border-box;
}
.div2 .item li i{
	font-size: 0.36rem;
	line-height: 0.36rem;
}
.div2 .item li .text{
	padding-top: 0.05rem;
}
.div2 .item li .text .t{
	font-size: 0.28rem;
}
.div2 .item li .text .p{
	font-size: 0.12rem;
	line-height: 0.2rem;
}


.div3{
	background: #f5f5f5;
	padding: 0.4rem 0.25rem;
}
.div3 .tit{
	font-size: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.div3 .item{}
.div3 .item li{
	background: #FFF;
	border-radius: 0.15rem;
	padding: 0.25rem;
}
.div3 .item li:nth-child(n+1){
	margin-top: 0.25rem;
}
.div3 .item li i{
	width: 0.4rem;
	line-height: 0.4rem;
	border-radius: 100%;
	background: #cf1400;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-family: "Arial";
	margin-right: 0.1rem;
	font-size: 0.26rem;
}
.div3 .item li .t{
	font-size: 0.3rem;
	line-height: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.div3 .item li .p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #666;
}
.div3 .item li .p i{
	display: none;
}


.div4{
	padding: 0.4rem 0.25rem;
}
.div4 .tit{
	width: 4.5rem;
	height: 0.9rem;
	margin: 0 auto;
	background: #cf1400;
	border-radius: 0.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
.div4 .tit .t{
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
}
.div4 .tit .p{
	font-size: 0.18rem;
	line-height: 0.18rem;
	position: relative;
}
.div4 .tit .p:before{
	content: "";
	width: 0.46rem;
	height: 0.03rem;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: -0.55rem;
	transform: translate(0, -50%);
}
.div4 .tit .p:after{
	content: "";
	width: 0.46rem;
	height: 0.03rem;
	background: #FFF;
	position: absolute;
	top: 50%;
	right: -0.55rem;
	transform: translate(0, -50%);
}
.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 .p{
	font-size: 0.22rem;
	line-height: 0.28rem;
	color: #666;
	padding: 0 0.2rem;
}
.div4-item li:nth-child(n+3){
	margin-top: 0.3rem;
}


/*表单*/
.form{
	padding: 0 0.25rem 0.4rem 0.25rem;
}
.form .box-title{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #cf1400;
}
.form-item{
	width: 3.5rem;
	margin: 0 auto;
}
.form-item li{
	margin-top: 0.3rem;
	position: relative;
}
.form-item li input{
	height: 0.7rem;
	line-height: 0.7rem;
	border: 1px dashed #cf1400;
	border-radius: 0.1rem;
	width: 100%;
	padding-left: 0.5rem;
	color: #cf1400;
	box-sizing: border-box;
	font-size: 0.24rem;
}
.form-item li span.form-user{
	position: absolute;
	top: 50%;
	left: 0.2rem;
	transform: translate(0, -50%);
	color: #cf1400;
	font-size: 0.26rem;
}
.form-item li span.form-tel{
	position: absolute;
	top: 50%;
	left: 0.24rem;
	transform: translate(0, -50%);
	color: #cf1400;
	font-size: 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: #cf1400;
	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;
}



.div5{
	padding-bottom: 0.4rem;
	background: #f5f5f5;
}
.div5 .div5-1{}
.div5 .div5-1 .div5-1-title{
	background: #cf1400;
	color: #FFF;
	padding: 0.3rem 0;
}
.div5 .div5-1 .div5-1-title .t{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.36rem;
	position: relative;
	padding-top: 0.2rem;
}
.div5 .div5-1 .div5-1-title .t:before{
	width: 1.5rem;
	height: 0.05rem;
	background: #FFF;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.div5 .div5-1 .div5-1-title .p{
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.15rem;
}
.div5-1-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.25rem 0.25rem 0 0.25rem;
}
.div5-1-item li{
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFF;
	border-radius: 0.15rem;
	box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.17);
}
.div5-1-item li i{
	font-size: 0.36rem;
	line-height: 0.36rem;
}
.div5-1-item li .t{
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.2rem;
}
.div-5-2{
	padding: 0.4rem 0.25rem 0 0.25rem;
	
}
.div5-2-title{
	padding-bottom: 0.25rem;
}
.div5-2-title .t{
	display: inline-block;
	border-top: 0.03rem solid #333;
	padding-top: 0.1rem;
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #cf1400;
	font-weight: bold;
}
.div5-2-title .p{
	font-size: 0.18rem;
	line-height: 0.18rem;
	padding-top: 0.15rem;
}
.div-5-box{
	background: url(../images/div-5-2.jpg) no-repeat center;
	background-size: 100%;
	color: #FFF;
	height: 2.2rem;
	padding: 0.25rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.div-5-box .t{
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.24rem;
}
.div-5-box .p{
	font-size: 0.2rem;
	line-height: 0.28rem;
	padding-top: 0.2rem;
}


.div6{
	background: url(../images/div-06.jpg) no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 5.35rem;
	margin: 0 0.25rem;
	padding-top: 0.4rem;
	padding-bottom: 0.3rem
}
.div6-title{
}
.div6-title .t{
	display: inline-block;
	border-top: 0.03rem solid #333;
	padding-top: 0.1rem;
	font-size: 0.36rem;
	line-height: 0.36rem;
	color: #cf1400;
	font-weight: bold;
}
.div6-title .p{
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.15rem;
}


.footer{
	background: #cf1400;
	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.36rem;
	line-height: 0.36rem;
	font-weight: bold;
}
.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: #333;
	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;
}