footer{
	width: 100%;
	background: #222B3C;
}
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	padding-top: 55px;
	padding-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_top1{
	width: 245px;
	display: block;
}
.footer_top2{
	width: 100px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: white;
}
.footer_top2_1{
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
}
.footer_top2_1 img{
	width: 100%;
	display: block;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .5);
	width: 100%;
	text-align: center;
	padding: 25px 0;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}
.footer_top3{
	width: 375px;
}
.footer_top3_1{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: white;
}
.footer_top3_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}
.footer_top3_2:last-child{
	margin-bottom: 0;
}
.footer_top3_2 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top3_2 div{
	width: calc(100% - 35px);
	display: inline-block;
	vertical-align: middle;
}
.footer_top4_1{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: white;
	display: block;
}
.footer_top4_1:last-child{
	margin-bottom: 0;
}