footer{
	width: 100%;
	background: #373F47;
}
.footer{
	width: 100%;
	margin: 30px auto;
}
.footer_top{
	width: 100%;
	padding: 45px 0;
	display: inline-block;
}
.footer_topa{
	width: 75px;
	float: right;
	font-weight: 400;
	font-size: 12px;
	color: #B3B3B3;
	text-align: center;
}
.footer_topa img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.footer_topb{
	width: calc(100% - 210px - 75px);
	float: left;
}
.footer_topb1{
	width: 100%;
	display: flex;
}
.footer_topb1_1{
	margin-right: 60px;
	font-weight: 400;
	font-size: 16px;
	color: #F5F5F5;
}
.footer_topb1_1:last-child{
	margin-right: 0;
}
.footer_topb2{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.footer_topb2_1{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
}
.footer_down{
	border-top: 1px solid #CCCCCC;
	width: 100%;
	padding: 45px 0;
	font-weight: 400;
	font-size: 11px;
	color: rgba(255,255,255,0.37);
	text-align: center;
}