footer{
	width: 100%;
	background: #F0F8FE;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	display: inline-block;
}
.footer_top1{
	width: 20%;
	float: left;
	margin-right: 2%;
}
.footer_top1_1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.footer_top1_2{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666666;
	display: block;
}
.footer_top1_2:last-child{
	margin-bottom: 0;
}
.footer_top2{
	width: 205px;
	float: right;
	display: flex;
}
.footer_top2_1{
	width:18.4%;
	margin-right: 2%;
}
.footer_top2_1:last-child{
	margin-right: 0;
}
.footer_top2_1 img{
	width: 100%;
	display: block;
}
.footer_downs{
	border-top: 1px solid #E7F2FA;
	width: 100%;
}
.footer_down{
	width: 100%;
	margin: 25px 0;
	font-size: 16px;
	color: #666666;
}