.footer{
	/*width: 100%;*/
	background: #707070;
	font-size: 16px;
	color: #fff;
}
	.footer .footerT{
		position: relative;
		padding: 24px 0;
	}

@media screen and (max-width: 1200px){
	.footer{ font-size: 14px; }
		.footer .footerT{ padding: 26px 0; }
}

@media screen and (max-width: 1070px){
	.footer .footerT{ line-height: 20px; }
}

@media screen and (max-width: 760px){
	.footer .footerT{ text-align: center; }
}