﻿.foot {
	width: 100%;
	margin-top: 52px;
}
.foot .foot-box {
	width: 1600px;
	margin: 0 auto 38px;
}
.foot .foot-box .foot-logo {
	margin-bottom: 20px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.foot .foot-box .foot-logo a {
	color: #000;
}
.foot .foot-box .foot-logo span {
	padding: 0 16px;
}
.contact-box {
	display: flex;
}
.contact-box .contact {
	width: 444px;
	margin-right: 186px;
}
.contact-box .contact-txt {
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 7px;
}
.contact-box .staff {
	width: 534px;
	margin-right: 250px;
}
.foot-x {
	width: 100%;
	height: 1px;
	background-color: #979797;
}
.copyright {
	margin: 26px auto 22px;
	width: 1500px;
	display: flex;
}
.copyright-box {
	width: 1118px;
	display: flex;
	justify-content: space-around;
}
.copyright-box a {
	color: #999999;
	text-decoration: none;
}
.copyright span {
	font-family: 'PingFangSC-Regular';
	font-size: 19px;
	color: #999999;
	letter-spacing: 3px;
	text-align: center;
	line-height: 29px;
	font-weight: 400;
}
.copyright-a {
	width: 281px;
	margin-left: 68px;
}
.copyright-a a {
	font-family: PingFangSC-Regular;
	font-size: 21px;
	color: #2E3192;
	letter-spacing: 6px;
	text-align: center;
	line-height: 29px;
	font-weight: 400;
}
.foot-logo span a.lanse{
	color: #2E3192!important;
}
/* 分页 */
.pagebar {
	padding: 0 0 20px 0;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 10px 13px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #bf4245;
	border: 1px solid #bf4245;
}
.pagination a.page-num-current {
	color: #fff;
	background: #bf4245;
	border: 1px solid #bf4245;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}