body,html{
	font-family:SourceHanSansCN-Medium,SourceHanSansCN,sans-serif;
}
.foot{
	width: 100%;
	height: 267px;
	/* display: flex; */
	justify-content: center;
	background-color: #0C162C;
	color: #fff;
}
.foot_box{
	width: 100%;
	height: 217px;
	display: flex;
	justify-content: center;
}
.foot_box_top{
	height: 217px;
	width: 1200px;
	display: flex;
	position: relative;
}
.imgs{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


.foot_box_top_content{
	display: flex;
	margin-left: 270px;
}

.foot_box_top_log{
	display: flex;
	align-items: center;
}

.foot_box_top_content_list{
	margin-left: 80px;
}

.foot_box_bottom_box_left{
	width: 100%;
	height: 100%;
	align-items: center;
}
.foot_box_bottom_box_left img{
	margin: 0 10px;
}

.foot_box_top_content h4{
	margin-top: 50px;
	margin-bottom: 30px;
}
.foot_box_top_content p{
	color: #ccc;
	margin: 8px 0;
	font-size: 16px;
	cursor: pointer;
}
.foot_box_bottom_box_right{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_box_bottom_box_right img{
	margin-right: 10px;
}

.img1{
	height: 19px;
}
.img2{
	height: 24px;
}

.foot_box_bottom{
	width: 100%;
	height: 50px;
	border-top: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: center;
}

.foot_box_bottom_box{
	width: 1200px;
	height: 100%;
	display: flex;
}

.foot_box_bottom_box div{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.foot a{
	color: #fff;
	text-decoration:none;
}