
.FOOTS{
	width: 100%;
	background:#162a8d;
	height: 3.125vw;
	line-height: 3.125vw;
}
.foots{
	/*width: 1110px;*/
	margin:0 auto;
	font-size:12px;
	color:#d5d8dd;
	/*max-width: 1110px;*/
}
.foots-l{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:40px 0;
	border-bottom: 1px solid rgb(241, 241, 241);
}
.foots-lr{
	padding-left: 30px;
}
.foots-lr span{
	padding-left: 20px;
}
.foots-r{
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	display: flex;
	justify-content: center;
}
.foots-r div{
	margin-left: 30px;
}
@media (max-width: 992px){

	.foots-l {
		display: none;
	}

	.foots-r {
	/*	display: inherit;
		padding-top: 10px;
		padding-bottom: 5px;*/
		text-align: center;
	}
}