footer{
	width: 100%;
	background: #2180C4;
}
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	padding: 25px 0;
	display: inline-block;
}
.footer_top1{
	height: 70px;
	display: block;
	float: left;
}
.footer_top2{
	float: right;
	display: flex;
}
.footer_top2_1{
	line-height: 70px;
	display: block;
	margin-right: 70px;
	font-size: 18px;
	color: white;
}
.footer_top2_1:last-child{
	margin-right: 0;
}
.footer_cen{
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	width: 100%;
	padding-top: 40px;
	padding-bottom: 65px;
}
.footer_cen1{
	width: 100%;
	font-size: 16px;
	color: #C5CADC;
}
.footer_cen2{
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	color: white;
}
.footer_cen3{
	width: 100%;
	background: rgba(255, 255, 255, .05);
	display: inline-block;
	padding: 15px 0;
	margin-top: 25px;
}
.footer_cen3_1{
	width: 20%;
	float: left;
	font-size: 18px;
	color: white;
	margin: 5px 0;
	text-align: center;
	position: relative;
}
.footer_cen3_1::after{
	content: '';
	width: 2px;
	height: 40px;
	background-image: linear-gradient(to bottom,rgba(255, 255, 255, .1),white, rgba(255, 255, 255, .1));
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer_cen3_1:nth-child(5n)::after{
	display: none;
}
.footer_cen3_1 img{
	width: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.footer_cen3_1 span{
	display: inline-block;
	vertical-align: middle;
}
.footer_down{
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}