footer{
	width: 100%;
	background: #0E3150;
}
.footer{
	width: 100%;
}
.footer_tops{
	width: 100%;
	padding: 50px 0;
	display: inline-block;
}
.footer_top1{
	width: 340px;
	float: left;
	text-align: center;
}
.footer_top1_1{
	width: 100px;
	display: block;
	margin: auto;
}
.footer_top1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	color: white;
	font-weight: bold;
}
.footer_top1_3{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: white;
	position: relative;
}
.footer_top1_3 span{
	padding: 0 10px;
	display: inline-block;
	background: #0E3150;
	position: relative;
	z-index: 1;
}
.footer_top1_3::after{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer_top2{
	width: 230px;
	float: left;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top2_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top2_2 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.footer_top3{
	width: calc(100% - 570px);
	float: left;
	padding:0 2%;
	display: inline-block;
}
.footer_top3_1{
	width: 33.33%;
	float: left;
	padding: 0 4%;
}
.footer_top3_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: white;
}
.footer_top3_3{
	width: 100%;
	display: inline-block;
}
.footer_top3_4{
	width: 49%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 2%;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}
.footer_top3_4:nth-child(2n){
	margin-right: 0;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}