.page-footer{
	border-top:1px solid #EEEEEE;
}
.page-footer .footer-bottom{
	background-image: linear-gradient(270deg,#166CCC,#014697);
	color:#fff;
	font-size:16px;
}
.page-footer .logo{
	display:flex;
	align-items: center;
	width:21%;
}
.page-footer .logo img{
	display: block;
	max-width: 100%;
	height:auto;
}
.page-footer .footer-bottom .wrapper{
	height:var(--navHeight);
	display:flex;
	align-items: center;
	justify-content: center;
}
.page-footer .bottom-links{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:45px 0;
}
.page-footer .links{
	display:flex;
	color:#666;
	font-size:14px;
	line-height: 22px;
	flex:1;
	justify-content: space-evenly;
}
.page-footer .item .title{
	font-size:18px;
	font-weight: 700;
	margin-bottom:30px;
	display:flex;
	align-items: center;
}
.page-footer .quick-link{
	white-space: nowrap;
}
.page-footer .quick-link .title:after{
	content:"";
	display:block;
	width:12px;
	height:12px;
	background: url(../images/polygon.png) no-repeat center center;
	margin-left:5px;
}
.page-footer .meiti{
	display:flex;
	align-items: center;
	width:26%;
}
.page-footer .meiti .item{
	flex:1;
	overflow: hidden;
}
.page-footer .meiti .item +.item{
	margin-left:15px;
}
.page-footer .meiti .pic{
	overflow: hidden;
	width:100%;
	padding-top:100%;
	position:relative;
}
.page-footer .meiti .pic img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit: contain;
}
.page-footer .meiti .text{
	font-size:15px;
	line-height: 20px;
	color:#666;
	text-align: center;
}
@media screen and (max-width: 1440px){
	.page-footer .links{
		font-size:12px;
	}
	.page-footer .item .title{
		font-size:16px;
		margin-bottom:15px;
	}
	.page-footer .footer-bottom{
		font-size:14px;
	}
	.page-footer .meiti .text{
		font-size:12px;
		line-height: 16px;
	}
}