footer{
	width: 100%;
	background: #000000;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin: 30px auto;
	display: inline-block;
}
.footer_top1{
	width: 50%;
	float: left;
}
.footer_top1_1{
	width: 100%;
	display: block;
}
.footer_top1_2{
	width: 100%;
	margin-top: 30px;
	display: flex;
}
.footer_top1_3{
	font-size: 14px;
	color: white;
	margin-right: 15px;
	position: relative;
}
.footer_top1_3::after{
	content: '';
	width: 2px;
	height: 100%;
	background: white;
	position: absolute;
	right: -8px;
	top: 0;
}
.footer_top1_3:last-child{
	margin-right: 0;
}
.footer_top1_3:last-child::after{
	display: none;
}
.footer_top2{
	width: 235px;
	float: right;
}
.footer_top2_1{
	width: 100%;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}
.footer_top2_2{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_top2_3{
	width: 45px;
	display: block;
	margin-top: 25px;
}
.footer_top2_3 img{
	width: 100%;
	display: block;
}
.footer_downs{
	border-top: 1px solid  rgba(255, 255, 255, .2);
	width: 100%;
}
.footer_down{
	width: 100%;
	margin:20px auto;
	text-align: center;
	font-size: 14px;
	color: white;
}