/*

.BottomFotter {

	width: 100%;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	margin: auto;

	font-size: 18px;

	line-height: 18px;

	color: #ffffff;


}
.BottomFotter>div {

	width: 185px;

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	margin-top: 15px;

	transition: all 0.4s;

	-webkit-transition: all 0.4s;

}



.BottomFotter>div:hover {

	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);

	transform: translate(0px, -10px);

	-webkit-transform: translate(0px, -10px);

	background: #fff;

}



.BottomFotter>div:hover {

	background-position: 0 -96px !important;

}



.BottomFotter img {

	margin: 22px 0 16px;

}
*/
footer{
	width: 100%;
	padding-bottom: 29px;
	background: #232323;
}
.footerBox{

	width: 1150px;
	margin:0 auto;
}
.footerHeader{
	padding-top: 35px;
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.AboutUs{
	color: #fff;
	opacity:0.7;
}
.AboutUs>ul>li{
	font-size:14px;
	padding-bottom: 22px;

}
.AboutUs >ul li:nth-child(1){

	font-size:18px;
	line-height:18px;
}
.footerCooperation{
	padding-left: 97px
}
.footerCooperationHeafer{
	font-size:18px;
	color:rgba(255,255,255,1);
	opacity:0.7;
	line-height:18px;


}
.footerCooperationBox>ul{
	width: 612px;
	flex-wrap: wrap;
	display: flex;
}
.footerCooperationBox>ul>li{
	margin-top: 22px;
	margin-right: 16px;
}
.footerCooperationBox>ul>li>a>img{
	width: 86px;
	height: 18px;  
	opacity:0.4;

}
.footerCooperationBox>ul>li>a>img:hover{

	opacity:1;

}
.footerCooperationRight{
	padding-left: 36px;
	margin-left: 160px;
	border-left: 1px solid rgba(255,255,255,.3);

}
.footerCooperationRight>ul>li{
	font-size:24px;
/*opacity:0.7;*/
color:rgba(255,255,255,.7);
line-height:18px;


}
.footerCooperationRight>ul :nth-child(1){
	margin-bottom: 24px;
}
.footerCooperationRight>ul :nth-child(2){
	margin-bottom: 16px;
}
.footerCooperationRight>ul :nth-child(3) img{
	width: 129px;
	height: 129px;
	opacity: 1
}
.footerBottom{
	display: flex;
	padding-top: 30px
}
.footerRight{
	padding-left: 110px;
}
.footerRight :nth-child(1){
	font-size:18px;
line-height:18px;
opacity:0.7;
color:rgba(255,255,255,1);

}
.footerRight :nth-child(2){
	padding-top: 13px;
	text-align: center;
	font-size:18px;
line-height:18px;
opacity:0.4;
color:rgba(255,255,255,1);

}