footer{
	width: 100%;
	background: #F3F7FB;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin:55px auto;
	display: inline-block;
}
.footer_top1{
	width: 355px;
	float: right;
}
.footer_top1_1{
	width: 100%;
	margin-bottom: 30px;
	font-size: 20px;
	color: #333333;
}
.footer_top1_2{
	width: 100%;
	display: flex;
}
.footer_top1_2_1{
	width: 23.5%;
	margin-right: 2%;
}
.footer_top1_2_1:nth-child(4n){
	margin-right: 0;
}
.footer_top1_2_2{
	width: 100%;
	background: white;
	padding: 10px;
}
.footer_top1_2_2 img{
	width: 100%;
	display: block;
}
.footer_top1_2_3{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.footer_top1_3{
	width: 100%;
	margin-top: 30px;
	display: flex;
}
.footer_top1_3_1{
	width: 15%;
	margin-right: 2%;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(0,0,0, .02);
}
.footer_top1_3_1:nth-child(6n){
	margin-right: 0;
}
.footer_top1_3_1 img{
	width: 100%;
	display: block;
}
.footer_top2{
	width: calc(18% - 71px);
	float: left;
	margin-right: 2%;
}
.footer_top2_1{
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	color: #333333;
}
.footer_top2_1:last-child{
	margin-bottom: 0;
}
.footer_downs{
	border-top: 1px solid #E8E8E8;
	width: 100%;
}
.footer_down{
	width: 100%;
	margin:30px auto;
	text-align: center;
	font-size: 12px;
	color: #333333;
}