footer{
	width: 100%;
	background: #003366;
}
.footer{
	width: 100%;
}
.footer_tops{
	width: 100%;
	margin-top: 30px;
	padding: 30px 0;
	display: inline-block;
}
.footer_top1{
	width: 185px;
	display: block;
	float: left;
}
.footer_top2{
	width: 230px;
	float: left;
	margin-left: 2%;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.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(20% - 115px);
	margin-left: 2%;
	float: left;
}
.footer_top3_1{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_top3_1:last-child{
	margin-bottom: 0;
}
.footer_downs{
	border-top: 1px solid rgba(255, 255, 255, .06);
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}