.footer-container {
	width: 100%;
	border-top: 1px solid #d0d8db;
	background: #fff;
	/* height: 468px; */
  height: 412px;
}

.footer-container .footer-box {
	width: 1400px;
	margin: 0 auto;
	height: 356px;
	display: flex;
}
.footer-box .left {
	width: 328px;
	height: 100%;
	border-right: 1px solid #d0d8db;
	padding-top: 74px;
	box-sizing: border-box;
}
.footer-box .left .logo-box {
	margin-bottom: 66px;
}
.footer-box .left .back-top {
	width: 48px;
	height: 48px;
	background-color: #f2f4f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-box .left .back-top:hover {
	background-color: #e0e2e3;
	transition: all 0.3s;
}
.footer-box .left .back-top .icon {
  width: 18px;
  height: 9px;
}

.footer-box .left .logo {
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	display: block;
}
.footer-box .left .logo-zn {
	color: var(--text-black1, rgba(0, 0, 0, 0.9));
	font-family: 'PingFang SC';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 100% */
	letter-spacing: 0.96px;
	margin-bottom: 4px;
}
.footer-box .left .logo-en {
	color: var(--text-black3, rgba(0, 0, 0, 0.6));
	font-family: 'PingFang SC';
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 120% */
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.footer-box .center {
	width: 482px;
	height: 100%;
	border-right: 1px solid #d0d8db;
	padding-top: 74px;
	box-sizing: border-box;
	padding-left: 98px;
}
.footer-box .center .center-title {
	color: var(--text-black3, rgba(0, 0, 0, 0.6));
	font-family: 'Microsoft YaHei UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 137.5% */
	margin-bottom: 25px;
}

.footer-box .center .center-email {
	color: var(--text-black1, rgba(0, 0, 0, 0.9));
	font-family: D-DIN;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 125% */
	margin-bottom: 12px;
}

.footer-box .center .center-time {
	color: var(--text-black3, rgba(0, 0, 0, 0.6));
	font-family: 'Microsoft YaHei UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 12px;
}

.footer-box .center .center-address {
	color: var(--text-black1, rgba(0, 0, 0, 0.9));
	font-family: 'Microsoft YaHei UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-right: 106px;
	box-sizing: border-box;
}
.footer-box .center .center-address span {
	color: var(--text-black3, rgba(0, 0, 0, 0.6));
}

.footer-box .right {
	width: calc(100% - 328px - 482px);
	height: 100%;
	padding-top: 74px;
	box-sizing: border-box;
	padding-left: 106px;
}
.right-title {
	color: var(--text-black3, rgba(0, 0, 0, 0.6));
	font-family: 'Microsoft YaHei UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 137.5% */
	margin-bottom: 36px;
}
.right-nav {
	width: 388px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 90px;
}
.right-nav .right-nav-item {
	color: var(--text-black1, rgba(0, 0, 0, 0.9));
	font-family: 'Microsoft YaHei UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
.right-nav .right-nav-item:hover {
	color: #f07c05;
}
.right-nav .right-nav-item:nth-child(1),
.right-nav .right-nav-item:nth-child(2),
.right-nav .right-nav-item:nth-child(3) {
	margin-bottom: 24px;
}
.right-nav .right-nav-item:nth-child(6) {
	padding-right: 16px;
	box-sizing: border-box;
}

.footer-container .footer-link {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #d0d8db;
	border-bottom: 1px solid #d0d8db;
	gap: 32px;
}

.footer-link span {
	color: var(--text-black4, rgba(0, 0, 0, 0.4));
	font-family: 'PingFang SC';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}

.footer-container .footer-copyright {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-black4, rgba(0, 0, 0, 0.4));
	font-family: 'PingFang SC';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
  border-top: 1px solid #d0d8db;
	/* border-bottom: 1px solid #d0d8db; */
}
