footer{
	width: 100%;
	background: #051D4B;
}
.footer{
	width: 100%;
	margin: 30px auto;
}
.foot-top{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px 0;
}
.foot-top1{
	width: 26%;
	float: left;
}
.foot-top1_1{
	max-width: 100%;
	display: block;
	margin-bottom: 25px;
}
.foot-top1_2{
	width: 100%;
	color: rgba(227,237,254,0.58);
	font-size: 14px;
	margin-bottom: 15px;
}
.foot-top1_2:last-child{
	margin-bottom: 0;
}
.foot-top1_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.foot-top1_2 div{
	display: inline-block;
	vertical-align: middle;
}
.foot-top2{
	width: 13.5%;
	float: left;
	margin-left: 5%;
}
.foot-top2_1{
	font-size: 16px;
	color: #E3EDFE;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot-top2_2{
	width: 100%;
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	color: rgba(227,237,254,0.58);
}
.foot-top2_2:last-child{
	margin-bottom: 0;
}
.foot-down{
	border-top: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
	display: none;
}
.foot-down1{
	    width: 34%;
	float: left;
	font-size: 14px;
	color: rgba(227,237,254,0.4);
}
.foot-down2{
	width: 70px;
	display: block;
	float: right;
}