body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

html{
	font-size:-webkit-calc(100vw/7.5);
	background-color: #ededed;
	color:#333;
}


/*头部*/
.head{
	background-color: #ffffff;
	height: 0.88rem;
	font-size:0.28rem;
	padding:0 0.24rem;
}
.seach{
	text-align: center;
}
.seach input{
	width:3.2rem;
	height: 0.6rem;
	background-color: #ededed;
	border-radius: 0.3rem;
	border:none;
	padding:0 0.54rem 0 1.4rem;
	margin-left:0.24rem;
	margin-top:0.12rem;	
}
.seach img{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	left:2.2rem;
	top:0.26rem;
}

/*main*/
main{
	margin-top: -5px;
}
.GWbox{
	background-color: white;
	border-top: 1px solid #eeeeee;
	padding: 20px 0px 20px 0px;
	line-height: 24px;
	font-size: 14px;

}
.GWbox dt{
	font-size: 18px;
	font-weight: 500;
	color:#404d5b;
}
.GWbox li{
	font-size: 16px;
	font-weight: 400;
	color: #74777b;
}
.tel1{
	color: #2ec441;
    margin-top: 30px;
	right: 30px;

}
.headimg{
	text-align: center;
}
.headimg img{
	width: 80px;
	height: 80px;
}
