footer{
	width: 100%;
	height: 85px;
	border-top: 2px solid #ccc;
	position: fixed;
	bottom:0;
	left: 0;
	background-color: #444;
	/*background-color: #018232;*/
	z-index: 999;
}

footer a{
	float: left;
	width: 33.3%;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}

footer a span{
	display: block;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	background:url(/images/sprite.png) -52px -435px no-repeat;
	margin-bottom: 10px;
}

footer a.current p{
	color: #fff;
}

footer a.zixun {color:#fff;}
footer a.chazhao {color:#fff;}
/*footer a:nth-child(2) span{
	background-position: -252px 0;
	width: 43px;
}
*/
footer a.current:nth-child(1) span{
	background-position: -100px -1px;
}

/*footer a.current:nth-child(2) span{
	background-position: -113px -229px;
}*/

footer a.current:nth-child(2) span{
	background-position: -112px -280px;
}

footer a.current:nth-child(3) span{
	background-position: -117px -329px;
}

footer a.current:nth-child(5) span{
	background-position: -112px -382px;
}

footer a.current:nth-child(6) span{
	background: url(/images/qiehuan.png) center center no-repeat;
}

footer a:nth-child(2) span{
	background-position: -150px 0;
	width: 25px;
}

footer a:nth-child(3) span{
	background-position: -176px 0;
	width: 20px;
}

footer a:nth-child(5) span{
	width: 46px;
	background-position: -393px 0;
}

footer a:nth-child(6) span{
	width: 46px;
	background-position: -447px 0;
}

footer a p{
	font-size: 16px; color:#FFFFFF;
}

footer div{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	float: left;
}