footer{
	width: 100%;
	background: #222B39;
}
.footer{
	width: 100%;
}
.footer_tops{
	width: 100%;
	padding-top: 55px;
	padding-bottom: 40px;
}
.footer_top1{
	height: 35px;
	display: block;
}
.footer_top2{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_top3{
	margin-top: 15px;
}
.footer_top3_1{
	width: 100%;
	font-size: 14px;
	color: rgba(255,255,255, .5);
	margin-bottom: 15px;
}
.footer_top3_1 img{
	width: 15px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top3_1 div{
	display: inline-block;
	vertical-align: middle;
}
.footer_top3_2{
	max-width: 100%;
	width: 110px;
	display: block;
}
.footer_top4{
	margin-top: 15px;
}
.footer_top4_1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	display: block;
}
.footer_top4_2{
	width: 100%;
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	color: white;
}
.footer_top4_2:last-child{
	margin-bottom: 0;
}
.footer_downs{
	border-top: 1px solid rgba(255,255,255, .5);
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
.footer_down1{
	float: left;
	font-size: 14px;
	color: rgba(255,255,255, .5);
}
.footer_down2{
	height: 20px;
	display: block;
	float: right;
}