.FOOTS{
	width: 100%;
	background: #B9121C;
	display: flex;
}
.FOOT{
	width: 1400px;
	margin: auto;
	margin-top: 30px;
}
.foot1{
	height: 190px;
	margin: auto;
	display: block;
}
.foot2{
	width: 100%;
	box-sizing: border-box;
	padding: 35px 0;
	display: inline-block;
}
.foot2_1{
	width: 150px;
	float: left;
	display: block;
}
.foot2_2{
	box-sizing: border-box;
	width: 75.5%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
.foot22{
	/*width: 15%;*/
	width: 16%;
	float: left;
	margin-right: 2%;
}
.foot22:nth-child(6n){
	margin-right: 0;
}
.foot22:nth-child(6) .foot22_2{
		width: 300%;
    text-align: left;
    /* white-space: nowrap;*/
}
.foot22_1{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	color: white;
	    font-family: "Microsoft YaHei";
	    font-weight: bold;
		margin-bottom: 20px;
}
.foot22_2{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	color: white;
	opacity: 0.5;
}
.foot22_2:last-child{
	margin-bottom: 0;
}
.foot22_2:hover{
    	opacity: 1;
}
.foot2_3{
	width: 105px;
	float: left;
}
.foot3{
	border-top: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.foot3 a{
	color: rgba(255,255,255,0.5);
}
@media (max-width: 1400px) and (min-width: 1020px) {
	.FOOT{
		width: 96%;
	}
	.foot2_2 {
	    width: 67%;
	}
}
@media (max-width: 1020px) {
	.FOOT {
	    width: 100%;
	    margin-top: 0.2rem;
	}
	.foot1 {
	    height: 1.9rem;
	}
	.foot2 {
	    padding: 0.35rem 0;
	    display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.foot2_1{
		width: 2.3rem;
	}
	.foot2_3{
		width: 1.6rem;
		margin-left: 0.5rem;
	}
	.foot2_2{
		display: none;
	}
	.foot3{
		padding: 0.25rem;
		font-size: 0.22rem;
	}
	.COVERF{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 1002;
	}
	.COVERT{
		width: 5rem;
		height: 100%;
		background: white;
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 1002;
	}
	.covert1{
		width: 4.15rem;
		display: block;
		margin: auto;
		margin-top: 0.2rem;
	}
	.covert2{
		width: 100%;
		margin-top: 1.4rem;
	}
	.covert2_1{
		width: 100%;
		height: 1.2rem;
		box-sizing: border-box;
		padding: 0 1.1rem;
		font-size: 0.3rem;
		color: #555555;
		display: flex;
		align-items: center;
	}
	.covert2_1 span{
		margin-left: 0.1rem;
	}
	.covert21_1{
		width: 0.35rem;
		display: block;
	}
	.covert21_2{
		width: 0.35rem;
		display: none;
	}
	.covert2_1:hover{
		background: #E60012;
		color: white;
	}
	.covert2_1:hover .covert21_1{
		display: none;
	}
	.covert2_1:hover .covert21_2{
		display: block;
	}
}