body,
html {
  font-family: 'PINGFANG-MEDIUM';
  color: #000;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
}
#header {
  position: relative;
  width: 100%;
  height: 90px;
}
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .content {
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 158px;
  height: 68px;
}
header .logo img {
  width: 100%;
  height: 100%;
}
header ul.nav {
  display: flex;
  align-items: center;
}
header ul.nav li {
  margin-right: 88px;
}
header ul.nav li:last-child {
  margin-right: 0;
}
header ul.nav li a {
  font-size: 18px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
header ul.nav li a::after {
  display: block;
  content: '';
  width: calc(100% - 12px);
  height: 2px;
  margin: 0 auto;
  margin-top: 4px;
  background-color: transparent;
  transition: all 0.3s;
}
header ul.nav li.active a {
  font-family: 'PINGFANG-BOLD';
  color: #005FD9;
}
header ul.nav li.active a::after {
  background-color: #005FD9;
}
header ul.nav li:hover a {
  font-family: 'PINGFANG-BOLD';
  color: #005FD9;
}
header ul.nav li:hover a::after {
  background-color: #005FD9;
}
a.zx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  background-color: #0070FF;
  border-radius: 8px;
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
a.zx-btn img {
  width: 28px;
  margin-right: 5px;
}
.title h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 36px;
  line-height: 50px;
  color: #1E1E1E;
  text-align: center;
}
footer .foot-top {
  padding: 45px 0;
  background-image: url(../images/bt-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .foot-top .foot-content {
  width: 1112px;
  margin: 0 auto;
}
footer .foot-top .foot-content ul.content {
  justify-content: space-between;
}
footer .foot-top .foot-content ul.content li {
  display: flex;
  align-items: center;
}
footer .foot-top .foot-content ul.content li img {
  width: 30px;
  height: 30px;
}
footer .foot-top .foot-content ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-left: 14px;
}
footer .foot-bottom {
  background-color: #001537;
}
footer .foot-bottom .foot-content {
  width: 1140px;
  margin: 0 auto;
}
footer .foot-bottom .foot-content .content {
  padding-top: 49px;
  padding-bottom: 35px;
  justify-content: space-between;
}
footer .foot-bottom .foot-content .content .left {
  margin-top: 9px;
}
footer .foot-bottom .foot-content .content .left img.logo {
  width: 135px;
  height: 58px;
}
footer .foot-bottom .foot-content .content .left h2 {
  font-family: 'PINGFANG-Heavy';
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-top: 32px;
}
footer .foot-bottom .foot-content .content .right h5 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
footer .foot-bottom .foot-content .content .right .tel {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
footer .foot-bottom .foot-content .content .right .tel .icon {
  width: 26px;
  height: 26px;
}
footer .foot-bottom .foot-content .content .right .tel .code {
  margin-left: 10px;
  font-family: 'DIN-BOLD';
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 2.5px;
  color: #fff;
}
footer .foot-bottom .foot-content .content .right a.zx-btn {
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  margin-top: 20px;
}
footer .foot-bottom .foot-content .content .right a.zx-btn img {
  width: 20px;
  height: 20px;
}
footer .foot-bottom .foot-content .copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .foot-bottom .foot-content .copyright p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer .foot-bottom .foot-content .copyright p a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.pages {
  margin-top: 77px;
}
.pages ul.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}
.pages ul.pagination li span,
.pages ul.pagination li a {
  display: block;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.pages ul.pagination li:hover span,
.pages ul.pagination li.active span,
.pages ul.pagination li:hover a,
.pages ul.pagination li.active a {
  background-color: #0070FF;
  border-color: #0070FF;
  color: rgba(255, 255, 255, 0.9);
}
.pages ul.pagination li.disabled span {
  background-color: #fff !important;
  border-color: #DCDCDC !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
@font-face {
  font-family: 'PINGFANG-Heavy';
  src: url(../font/PINGFANG-HEAVY.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../font/PINGFANG-BOLD.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../font/PINGFANG-MEDIUM.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../font/PINGFANG-REGULAR.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../font/PINGFANG-LIGHT.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'DIN-BOLD';
  src: url(../font/DINAlternate-bold.ttf);
  font-display: swap;
}
