@media(min-width:5px){
footer{
	width:100%;
	height:404px;
	float:left;
	background-color:#DCDDE1;
}
.footerWrapper{
	width:100%;
	margin:0 auto;
}
.footerSmoll{
	width:100%;
	height:55px;
	float:left;
	background-color:#FFF;
}
.bottom_line{
	background: #C4C5CA;
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 10px;
}
.footer_li{
background: url(../img/footer_li.png) no-repeat;
width: 15px;
height: 10px;
display: inline-block;
}}

@media (max-width: 1030px){
	.footerSmoll{
		height: 80px;
	}
	.right.center.posAbs.posR0.posT15{
		display: block;
		width: 100%;
		top: 45px!important;
		text-align: right;
		right: 10px!important;
	}
}

@media (max-width: 980px){
	footer{
		height: 520px;
	}
	#bax{
		width: 25%;
		position: absolute;
		/* bottom: 0; */
		/* right: 95px; */
		top: 310px;
	}
	#nax{
		width: 45%;
	}
	#max{
		width: 40%;
	}

	.mCenter .foot_logo{
		width: 100px;
		padding-right: 10px;
	}
}