/*footer*/
#footer{height:90px;margin-top:-90px;*position:fixed;*bottom:0;*width:100%;*left:0;*margin-top:0 !important;position:relative;z-index:9;}
.footer{
	width: 100%;
	height: 90px;
	background: #2f2f2f;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top:-90px;
	*margin-top:0;
}
.footer_top{
	padding: 25px 0 10px 0;
}
.footer_top a{
	color: #fff;
}
.footer_top i{
	padding: 0 10px;font-style:normal;
}
.footer_bottom span{
	padding: 0 20px;
}

/*自适应*/
@media screen and (max-width: 767px){
	.footer_top{
		padding: 5px 0;
	}
	.footer_bottom span{
		display: block;
	}
}