html,body,div,p,dl,dt,dd,ul,li,span,img,a,em,i,h1,h2,h3,h4,h5,ol{
	padding:0;
	margin:0;
}


body{
	width:100%;
	max-width:750px;
	margin:0 auto;
	position:relative;
}


#header{
	width:100%;
	height:auto;
	overflow:hidden;
}

.tops{
	width:100%;
	background:#FFF;
	z-index:99999;
}

.mtop{
	height:18vh;
}

.topinfo{
	width:96%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.logo{
	width:48%;
}

.logo img{
	width:100%;
	display:block;
}

.phone{
	width:34%;
}
.phone img{
	width:100%;
	display:block;
}

.more{
	width:9%;
}

.more img{
	width:100%;
	display:block;
}


.fuliban{
	width:100%;
	margin-top:2vh;
}

.fuliban img{
	width:100%;
	display:block;
}



.mubu{
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:rgba(0,0,0,0.6);
	z-index: 999999;
	display:none;
}

.navList{
	width:4.8rem;
	height:100%;
	position:fixed;
	right:-4.8rem;
	top:0;
	background:rgba(255,255,255);
	z-index: 9999999;
}

.navtop{
	width:100%;
	border-bottom:1px solid #EEE;
	margin-top:1vh;
	display:flex;
	justify-content:space-between;
	padding-bottom:1vh;
	align-items:center;
}

.navtop .navlogo{
	width:80%;
	margin-left:3%;
}

.navtop .navlogo img{
	width:90%;
	display:block;
} 

.navtop .navclose{
	width:10%;
	margin-right:3%;
}

.navtop .navclose img{
	width:90%;
	display:block;
}

.navList .navUrl{
	width:100%;
}

.navUrl ul{
	width:100%;
	list-style:none;
}

.navUrl ul li{
	height:.7rem;
	line-height:.7rem;
	border-bottom:1px solid #EEE;
}

	
.navUrl ul li a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	font-size:.24rem;
	color:#666;
}

.navUrl ul li a i{
	width:.42rem;
	height:.42rem;
	display:inline-block;
	margin:0 2vw 0 10vw;	
}

.navUrl ul li.actives{
	background:#EF8200;
}
.navUrl ul li.actives a{
	color:#FFF;
}


#footer{
	width:100%;
}


.footform{
	color:#C30;
	background:#FFF;
}

.footform h3{
	color:#D60000;
	height:1rem;
	line-height:1rem;
	border-bottom:1px solid #EEE;
	text-indent:.2rem;
	font-size:.4rem;
}

.footform dl{
	width:94%;
	margin:0 auto;
	margin-top:.3rem;
}

.footform dl dd{
	width:100%;
	height:.8rem;
	border:1px solid #eee;
	box-sizing:border-box;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:.3rem;
}

.footform dl dd i{
	width:.24rem;
	height:.24rem;
	display:inline-block;
	margin-left:.2rem;
	margin-right:.2rem;
}

.footform dl dd i img{
	width:100%;
	display:block;
}

.footform dl dd input{
	width:80%;
	height:100%;
	border:none;
	font-size:.3rem;
	background:none;
}

select{
	border:none;
	font-size:.3rem;
	color:#999;
}

.btnSend{
	width:100%;
	height:.9rem;
	line-height:.69rem;
	background:#D60000;
	border-radius:.1rem;
	border:none;
	font-size:.36rem;
	color:#FFF;
	margin-bottom:.4rem;
}

.address{
	width:100%;
	background:#FFF;
	margin-top:.2rem;
	padding:0 0 .3rem 0;
	margin-bottom:.8rem;
}

.address p{
	height:.5rem;
	line-height:.5rem;
	text-align:center;
	font-size:.28rem;
	color:#666;
}

.address p a{
	color:#D60000;
	margin-left:.2rem;
	font-size:.3rem;
}

.footNav{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	background:#FFF;
	z-index:999999;
}

.footNav ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	list-style:none;
}

.footNav ul li{
	width:33.3%;
	height:.8rem;
	border-right:1px solid #D96D00;
	background:#EF8200;
}
.footNav ul li:nth-child(1){
	background:#D60000;
}
.footNav ul li:nth-child(3){
	border-right:1px solid #EF8200;
}

.footNav ul li a{
	width:100%;
	height:100%;
	line-height:.8rem;
	display:block;
	color:#FFF;
	text-decoration:none;
	
	display:flex;
	justify-content:center;
	align-itmes:center;
}

.footNav ul li a span{
	font-size:.3rem!important;
}

.footNav ul li a i{
	height:.3rem;
	margin-right:.1rem;
	margin-top:.25rem;
}
.footNav ul li a i img{
	width:.3rem;
	height:.3rem;
	display:block;
}







	