#footer{
	margin-left: -3.75rem;
}
#footer .doc_foot ul{
	width: 7.5rem;
	max-width: 750px;
}
#footer .doc_foot li a{
	width: 1.88rem;
}
.zt_main *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.head_nav{
	height: 1rem;
	line-height:1rem;
	padding-top: 0.2rem;
}
.footer .foot_res p{
	font-size: 0.28rem;
}
.footer .foot_form label{
	font-size: 0.28rem;
}
.footer .foot_form input{
	width: 6.5rem;
	height: 0.7rem;
}
.footer .foot_form .doc_time{
	width: 1rem;
	height: 0.68rem;
	background: url(../images/doc_time.png);
	background-size: 1rem;
	position: absolute;
	left: 5.5rem;
	top: 0.5rem;
	pointer-events:none;
}
.foot_form .btn{
	width: 2rem;
	height: 0.7rem;
	font-size: 0.28rem;
}
.foot_tel{
	background:#0385e4 url(../images/foot_tel.png) no-repeat 0.5rem;
	-webkit-background-size: 1rem;
	background-size: 1rem;
	width: 7rem;
	margin: 0 auto;
	height: 1.2rem;
}
.foot_tel p{
	font-size: 0.28rem;
}
.foot_tel p b{
	font-size: 0.54rem;
}
.foot_address{
	background:#fff url(../images/bg.png) no-repeat center;
	-webkit-background-size: 7rem;
	background-size:7rem;
	margin-top: 0.1rem;
	/*height: 1.75rem;*/
}
.foot_address .foot_time span em, .foot_address .foot_add span em,.foot_address .foot_time span, .foot_address .foot_add span{
	font-size: 0.28rem;
}
.foot_text p{
	font-size: 0.22rem;
}
.footer .foot_form input{
	font-size: 0.22rem;
}
.width100{
	max-width: 7.5rem;
}
/*导航栏 start*/
.top_nav a{
	display:block;
	width: 100%;
	color:  #333;
	font-size: 0.3rem;

}
.top_nav ul li{
	float:left;
	width:24.8%;	
	line-height: 0.9rem;
	color:  #242323;
	font-size: 0.26rem;
	text-align: center;
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.top_nav ul li:first-child, .top_nav ul li:nth-child(5) {
    border-left: 0;
}
.top_nav ul:after{
	display: block;
	content: '';
	clear: both;
}
/*导航栏 end*/