.foot{
	width: 100%;
	background: #0C2F5F;
  padding-bottom: 71px;
	position: relative;
}
.foot_w{
  margin:0 100px;
	margin: 0 auto;
}
.foot_one{
	padding: 30px 0 30px 52px;
	box-sizing: border-box;
}
.foot_two{
	width: 100%;
	height: 1px;
	background: #D8D8D8;
	opacity: 0.4;
}
.foot_three{
	display: flex;
	justify-content: space-between;
	padding: 62px 65px 6px 68px;
	box-sizing: border-box;
}
.foot_three>ul>li{
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.foot_three>ul>li>img{
	margin-right: 10px;
}
.foot_three>ul>li>span{
	font-size: 16px;
	font-weight: 400;
	color: #CFCFCF;
	line-height: 22px;
}
.foot_three>ul>li>span>a{
	font-size: 16px;
	font-weight: 400;
	color: #CFCFCF;
	line-height: 22px;
}
.foot_three>.ewm>:nth-child(1){
	margin-right: 31px;
}
.foot_three>.ewm>:nth-child(1){
	    width: 120px;
    height: 120px;
}
.foot_three>.ewm>:nth-child(2){
	width: 120px;
    height: 120px;
}
.bq{
	font-size: 16px;
	font-weight: 500;
	color: #AEB4BC;
	line-height: 22px;
	padding-left: 67px;
	box-sizing: border-box;
  cursor: pointer;
}
.foot_white{
	width: 100%;
	height: 110px;
	margin: 0 auto;
}
