footer{
	width: 100%;
	background: #464B50;
}
.footer{
	width: 100%;
}
.footer_tops{
	width: 100%;
padding-top: 20px;
padding-bottom: 10px;
}
.footer_top1{
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}
.footer_top2{
	width: 100%;
	display: inline-block;
}
.footer_top2_1{
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 35px;
	font-weight: 500;
	font-size: 14px;
	color: #DCDCDC;
}
.footer_top2_1:last-child{
	margin-right: 0;
}
.footer_downs{
	border-top: 1px solid rgba(255, 255, 255, .5);
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer_down{
	width: 100%;
	margin-bottom: 10px;
}
.footer_down:last-child{
	margin-bottom: 0;
}
.footer_down1{
	border-right: 1px solid #DCDCDC;
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	color: #DCDCDC;
}
.footer_down1:last-child{
	border-right: 0;
}