.header{
    width:100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: relative;
}
.backBtn{
	width:25px;
	height: 46px;
	position: absolute;
	left:15px;
	top:15px;
	background: url('../img/head_back.png') no-repeat;
	background-size: 55%;
}
.midWord{
	width:100%;
	text-align: center;
	font-size: 21px;
}
.zy_xq_wapper{
	height: 60px;
	line-height: 60px;
}
.zy_xq_wapper img{
	display: block;
	width: 30px;
	height: 30px;
}
.zy_xq_bj{
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 13px;
}
.zy_xq_xt{
	display: block;
	width: 30px;
	height: 30px;
	margin:13px 20px 0 20px;
}
.footer{
	width:100%;
	height: 55px;
	border-top:1px solid #e5e1e0;
	position: fixed;
	left:0;
	bottom: 0;
	background: #fff;
}
.foot_list{
	width:98%;
	margin:0 auto;
}
.foot_li{
	width:20%;
	float: left;
	text-align: center;
	font-size: 10px;
	
	padding-top:5px;
}
.foot_li a{width:100%;height:100%;display:block;color: #999999;}
.foot_img{margin:0 auto;}
.foot_li:nth-child(1) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no1.png') no-repeat center;
	background-size: contain;
}
.foot_li:nth-child(2) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no2.png') no-repeat center;
	background-size: contain;
}
.foot_li:nth-child(3) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no3.png') no-repeat center;
	background-size: contain;
}
.foot_li:nth-child(4) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no4.png') no-repeat center;
	background-size: contain;
}
.foot_li:nth-child(5) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no5.png') no-repeat center;
	background-size: contain;
}
.foot_active a{width:100%;height:100%;display:block;color: #36d7ff;}
.foot_active:nth-child(1) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no1h.png') no-repeat center;
	background-size: contain;
}
.foot_active:nth-child(2) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no2h.png') no-repeat center;
	background-size: contain;
}
.foot_active:nth-child(3) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no3h.png') no-repeat center; 
	background-size: contain;
}
.foot_active:nth-child(4) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no4h.png') no-repeat center;
	background-size: contain;
}
.foot_active:nth-child(5) .foot_img{
	width:35%;
	height: 30px;
	background: url('../img/foot_no5h.png') no-repeat center;
	background-size: contain;
}