footer{
	width: 100%;
	background: #092947;
}
.footer_tops{
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	width: 100%;
}
.footer_top{
	width: 100%;
	padding: 30px 0;
	display: flex;
}
.footer_top1{
	width: 33.33%;
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.footer_top1 img{
	height: 60px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.footer_downs{
	width: 100%;
}
.footer_down{
	width: 100%;
}
.footer_down1{
	width: 100%;
	padding: 30px 0;
	display: flex;
}
.footer_down2{
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}
.footer_down2 img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.footer_down3{
	width: calc(20% - 20px);
	padding-right: 15px;
}
.footer_down3_1{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: white;
}
.footer_down3_2{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .65);
}
.footer_down3_2:last-child{
	margin-bottom: 0;
}
.footer_down3_3{
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, .65);
}
.footer_down3_3:last-child{
	margin-bottom: 0;
}
.footer_down3_3 img{
	width: 15px;
	margin-right: 5px;
	float: left;
}
.footer_down3_3 div{
	width: calc(100% - 20px);
	float: left;
}
.footer_down4{
	border-top: 1px solid rgba(255, 255, 255, .07);
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, .25);
}