footer{
	width: 100%;
}
.footer{
	width: 100%;
	margin-top: 25px;
}
.footer_top{
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
.footer_top1{
	height: 40px;
	display: block;
	float: left;
}
.footer_top2{
	height: 25px;
	display: block;
	float: right;
}
.footer_top2 img{
	height: 100%;
	display: block;
}
.footer_cen{
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
.footer_cen1{
	width: 14.285%;
	float: left;
	text-align: center;
}
.footer_cen2{
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	display: block;
}
.footer_cen3{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000000;
	display: block;
}
.footer_cen3:last-child{
	margin-bottom: 0;
}
.footer_down{
	width: 100%;
	padding: 25px 0;
	display: inline-block;
}
.footer_down1{
	max-width: 100%;
	width: 555px;
	font-size: 14px;
	float: left;
}
.footer_down2{
	float: right;
	display: flex;
}
.footer_down2_1{
	display: block;
	margin-right: 45px;
	font-size: 14px;
	position: relative;
}
.footer_down2_1:last-child{
	margin-right: 0;
}
.footer_down2_1::after{
	content: '';
	width: 2px;
	height: 13px;
	background: #F4F4F4;
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
}
.footer_down2_1:last-child::after{
	display: none;
}