html,
body {
  height: 100%;
  font-family:  'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}
a {
  text-decoration: none;
  color: #161616;
}
.navbar {
  /* background: rgba(0, 0, 0, 0.12); */
  background: none !important;
  margin-bottom: -5rem;
  z-index: 15;
  padding-top: 0;
}

.nav-link {
  color: white;
}

.banner {
  /* min-height: 60vh; */
  height: 50vh;
  position: relative;
  /* overflow: hidden; */
}

.fix-box {
  position: relative;
  /* z-index: 10;
  bottom: -30rem; */
}

@media (max-width: 768px) {
  .banner {
    /* min-height: 40vh; */
    height: 30vh;
  }

  .banner .display-3 {
    font-size: 2rem;
  }
}

.stat-box,
.advantage-box,
.card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.stat-box:hover,
.advantage-box:hover,
.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

#banner-box {
  transition: box-shadow 0.3s, background 0.3s;
}

#banner-box:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: rgba(13, 110, 253, 0.95);
}

footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.about-img-clip {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.hexagon {
  width: 60px;
  height: 60px;
  background: #e6f0fa;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 2rem;
  color: #1976d2;
}

.advantage-box.active,
.advantage-box:hover {
  background: #1976d2;
  color: #fff;
}

.advantage-box.active .hexagon,
.advantage-box:hover .hexagon {
  background: #fff;
  color: #1976d2;
}

.footer-icon {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 16px;
  transition: color 0.3s;
}

.footer-icon:hover {
  color: #1976d2;
}

/* 顶部双色条 */
.header-bar {
  display: flex;
  width: 100vw;
  height: 6px;
  position: relative;
  z-index: 100;
}

.header-bar-left {
  background: linear-gradient(90deg, #3ca36a 0%, #3ca36a 80%, #2196f3 100%);
  width: 25vw;
  height: 100%;
}

.header-bar-right {
  background: #2196f3;
  width: 75vw;
  height: 100%;
}

/* 导航主色 */
.main-navbar {
  background: transparent !important;
  box-shadow: none;
  transition: background 0.3s;
  min-height: 70px;
  z-index: 99;
}

/* LOGO公司名 */
.company-cn {
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.company-en {
  font-size: 0.8rem;
  color: #bbb;
  letter-spacing: 1px;
}

/* 菜单样式 */
#main-menu .nav-link {
  /* color: #fff;
  font-weight: bold;
  font-size: 1.05rem;
  position: relative;
  padding: 0 0.5rem;
  transition: color 0.2s;
  line-height: 2.2; */
}

/* 右侧icon */
.header-icon {
  color: #fff;
  font-size: 1.3rem;
  transition: color 0.2s;
}

.header-icon:hover {
  color: #2196f3;
}

.header-lang {
  color: #fff;
  font-weight: bold;
  font-size: 1.05rem;
  margin-left: 2px;
}

/* 响应式 */
@media (max-width: 1200px) {
  #main-menu .nav-link {
    font-size: 0.95rem;
    padding: 0 0.3rem;
  }

  .company-cn {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .main-navbar .container {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .main-navbar .navbar-brand {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    z-index: 15;
    width: 100%;
  }

  .main-navbar .d-flex.justify-content-center {
    width: 100%;
    justify-content: flex-start !important;
  }
}

@media (max-width: 768px) {
  .header-bar {
    display: none;
  }

  .main-navbar {
    min-height: 50px;
  }

  .company-cn {
    font-size: 0.95rem;
  }

  .company-en {
    font-size: 0.7rem;
  }

  #main-menu .nav-link {
    font-size: 0.9rem;
  }

  .navbar-brand .company-cn,
  .navbar-brand .company-en {
    display: none !important;
  }

  .info-centre-right.d-flex {
    flex-direction: column !important;
  }
}

/* 菜单项间距移动端适配 */
@media (max-width: 991.98px) {
  .main-navbar {
    background: #111 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .main-navbar .navbar-brand {
    flex: 1 0 auto;
    margin-right: 0;
  }

  .main-navbar .navbar-brand img {
    height: 36px;
  }

  .main-navbar .company-cn,
  .main-navbar .company-en {
    display: none !important;
  }

  .main-navbar .navbar-toggler {
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none !important;
    z-index: 1101;
  }

  .main-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .main-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -18%;
    width: 100vw;
    background: #111;
    z-index: 1100;
    border-radius: 0 0 12px 12px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.3s;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .main-navbar .navbar-collapse.show {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.5s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.3s;
  }

  #main-menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    width: 100%;
    padding: 1rem 0;
  }

  .main-navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0;
  }

  .main-navbar .d-flex.align-items-center {
    /* width: 10%; */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    /* margin: 0 0 1rem 1.5rem; */
  }
}

/* LOGO左 汉堡右 */
@media (max-width: 991.98px) {
  .main-navbar .container {
    display: flex;
    /* flex-direction: row !important; */
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
  }

  .main-navbar .navbar-brand {
    order: 1;
    margin-right: 0;
  }

  .main-navbar .navbar-toggler {
    order: 2;
    margin-left: auto;
  }
}

/* PC端透明背景，字体白色 */
@media (min-width: 992px) {
  .main-navbar {
    background: transparent !important;
    box-shadow: none;
  }

  .navbar-collapse {
    max-height: 500px;
    opacity: 1 !important;
    transition: max-height 0.5s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.3s;
  }

  .main-navbar .navbar-nav .nav-link {
    color: #fff !important;
  }
}

/* 汉堡按钮样式优化 */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none !important;
}

/* 修复移动端顶部白色空隙 */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* 数据统计选中/高亮效果 */
.stat-box {
  cursor: pointer;
  background: #fff;
  border: 2px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s,
    background 0.3s, color 0.3s;
}

.stat-box.active,
.stat-box:hover {
  background: #1976d2;
  color: #fff !important;
  border-color: #1976d2;
  box-shadow: 0 8px 32px rgba(25, 118, 210, 0.18);
  transform: translateY(-8px) scale(1.05);
}

.stat-box.active .text-muted,
.stat-box:hover .text-muted {
  color: #e3e3e3 !important;
}

.stat-box.active i,
.stat-box:hover i {
  color: #fff !important;
}

.stat-box i {
  color: #1976d2;
  transition: color 0.3s;
}

/* 让统计项在大屏下一行5个，且自适应 */
@media (min-width: 992px) {
  #stat-row .col-lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.product-swiper-container {
  position: relative;
  /* height: 100% !important; */
}

.product-card-big {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.product-card-big:hover {
  box-shadow: 0 8px 32px rgba(25, 118, 210, 0.18);
  transform: translateY(-6px) scale(1.02);
}

.product-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 160px;
  cursor: pointer;
  position: relative;
}

.product-card:hover {
  box-shadow: 0 8px 32px rgba(25, 118, 210, 0.18);
  transform: translateY(-4px) scale(1.03);
}

.btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.product-card img,
.product-card-big img {
  transition: transform 0.3s;
}

.product-card:hover img,
.product-card-big:hover img {
  transform: scale(1.05);
}

.product-card a,
.product-card a:visited {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .product-card-big img {
    height: 200px !important;
  }

  .product-card {
    min-height: 100px;
  }
  .product-card-big .btn-circle {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .product-card-big img {
    height: 160px !important;
  }

  .product-card {
    min-height: 80px;
  }
}

.case-swiper-container {
  position: relative;
  padding: 0 2.5rem;
}

.case-info-card {
  background: #e6effa;
  border-radius: 1.5rem 0 0 1.5rem;
  min-height: 340px;
  box-shadow: 0 4px 24px rgba(33, 118, 210, 0.08);
  /* flex: 0 0 320px; */
  /* max-width: 320px; */
  z-index: 2;
  height: 100%;
}

.case-img-card {
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  min-height: 340px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(33, 118, 210, 0.08);
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-img-card img {
  border-radius: 0 1.5rem 1.5rem 0;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.btn-case-more {
  font-size: 1.1rem;
  border-width: 2px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}

.btn-case-more:hover {
  background: #2176d2;
  color: #fff;
  border-color: #2176d2;
}

.case-swiper-btn {
  width: 44px;
  height: 44px;
  background: #e6effa;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(33, 118, 210, 0.08);
  color: #2176d2;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}

.swiper-wrapper {
  /* height: auto !important; */
}

.case-swiper-btn:after {
  font-size: 1.5rem;
  font-weight: bold;
}

.case-swiper-btn:hover {
  background: #2176d2;
  color: #fff;
}

.swiper-button-prev.case-swiper-btn {
  left: 0;
}

.swiper-button-next.case-swiper-btn {
  right: 0;
}

@media (max-width: 991.98px) {
  .case-info-card,
  .case-img-card,
  .case-img-card img {
    min-height: 220px;
    height: 220px;
    border-radius: 1.2rem !important;
  }

  .case-info-card {
    max-width: 180px;
    width: 180px;
    padding: 1.2rem !important;
  }

  .case-img-card img {
    min-width: 180px;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .case-swiper-container {
    padding: 0 0.5rem;
  }

  .case-info-card,
  .case-img-card,
  .case-img-card img {
    min-height: 120px;
    height: 120px;
    border-radius: 1rem !important;
  }

  .case-info-card {
    max-width: 120px;
    width: 120px;
    padding: 0.7rem !important;
    font-size: 0.9rem;
  }

  .case-img-card img {
    min-width: 120px;
    max-width: 100%;
  }
}

.info-centre-section {
  display: flex;
  align-items: flex-start;
}

.info-centre-left {
  min-width: 260px;
  display: flex;
}

.info-more-btn {
  width: 48px;
  height: 48px;
  font-size: 0.7rem;
  margin-top: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-centre-right {
  display: flex;
  gap: 2rem;
  width: 100%;
  /* flex-direction: row; */
}

.info-card {
  /* background: #fff; */
  /* border-radius: 1.5rem; */
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
  /* padding: 2rem 1.5rem 1.5rem 1.5rem; */
  position: relative;
  /* transition: box-shadow 0.3s, transform 0.3s; */
  cursor: pointer;
  flex: 1;
  border-left: 1px solid #dddddd;
  padding-left: 1%;
  margin-right: 1%;
  padding-bottom: 30px;
}

.info-card-num {
  /* position: absolute;
  top: 0.5rem;
  left: 1rem; */
  font-size: 3rem;
  color: #e3eaf6;
  font-weight: bold;
  z-index: 1;
}

.info-card-img {
  margin-top: 1.5rem;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.info-card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.info-card-desc {
  color: #1d1d1d;
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 1rem;
}

.info-card-date {
  color: #1d1d1d;
  font-size: 1.5rem;
  /* margin-bottom: 1rem; */
}

.info-card-arrow {
  /*  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem; */
  /* font-size: 1.5rem; */
  /* color: #2176d2; */
}

.info-card.active,
.info-card:hover {
  /*  box-shadow: 0 8px 32px rgba(33, 118, 210, 0.18);
  transform: translateY(-8px) scale(1.03);
  border: 2px solid #2176d2;
  z-index: 2;
  animation: animate__pulse 0.5s; */
}

/* 新闻资讯模块 响应式 */
@media (max-width: 768px) {
  .info-centre-section {
    flex-direction: column !important;
  }

  .info-centre-left {
    display: none !important;
  }

  .info-centre-right {
    display: flex !important;
    flex-direction: column !important;
  }

  .col-md-3 {
    /* width: 100% !important; */
  }

  .d-flex {
    /* flex-direction: column !important; */
    flex-wrap: wrap;
  }

  .info-card {
    /* min-width: 100% !important; */
    /* 2025-08-09 上一手前端滥用important，只能在它基础上改，否则改动更大 */

    /* width: 500px !important;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important; */
  }
}

/* 新闻资讯模块 响应式 */
@media (min-width: 991px) {
  .info-centre-left {
    display: block !important;
  }

  .info-card {
    width: 28% !important;
  }
}

/* 四大优势模块 响应式 */
@media (max-width: 768px) {
  #advantage-row > div {
    /* flex: 0 0 100%;
    max-width: 100%;
    width: 100%; */
  }
}

/* 数据统计模块 响应式 */
@media (max-width: 768px) {
  #stat-row > div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.zy-footer {
  background: #2d3340;
  color: #fff;
  font-size: 15px;
  padding: 40px 0 0 0;
  border-top: 1px solid #444;
}

.zy-footer .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #444;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-logo img {
  height: 67px;
}

.footer-logo span {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 18px;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #3ca36a;
}

.footer-links-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1 1 0;
}

.footer-links > div {
  min-width: 110px;
}

.footer-links h6 a {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  color: #bfc3cc;
  margin-bottom: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  line-height: 3.5;
}
.footer-links li a {
  color: white;
}
.footer-links li:hover {
  color: #3ca36a;
}

.footer-contact {
  min-width: 320px;
  max-width: 410px;
  margin-left: 24px;
}

.footer-search {
  display: flex;
  margin-bottom: 18px;
}

.footer-search input {
  flex: 1;
  border: none;
  border-radius: 3px 0 0 3px;
  padding: 8px 12px;
  font-size: 1rem;
  outline: none;
}

.footer-search button {
  background: #2f69b3;
  border: none;
  color: #fff;
  border-radius: 0 3px 3px 0;
  padding: 0 16px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
}

.footer-search button:hover {
  background: #2176d2;
}

.footer-contact-info {
  color: white;
  font-size: 0.98rem;
  line-height: 3;
}

.footer-contact-info i {
  margin-right: 8px;
  color: #3ca36a;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 18px;
  padding: 16px 0 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: #bfc3cc;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #bfc3cc;
  margin-left: 18px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: #3ca36a;
}

.footer-icp {
  margin-left: 18px;
}

/* 响应式 */
@media (max-width: 991px) {
  .footer-top,
  .footer-links-row,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 18px;
  }

  .footer-contact {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .zy-footer .container {
    padding: 0 8px;
  }

  .footer-logo img {
    height: 38px;
  }

  .footer-logo span {
    font-size: 1rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .footer-contact {
    min-width: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 0.85rem;
  }
}

.en-title {
  font-size: 32px;
  font-weight: 400;
  color: #161616;
}

.about-img-row {
  width: 70%;
}
.advantages-box {
  position: relative;
  margin-bottom: 188px;
}
.case-title {
  width: 25%;
  height: 263px;
}
.case-img {
  width: 60%;
}
.swiper-slide-case {
  background-color: #d9e2f1;
  height: 600px;
  width: 90%;
  margin-left: 10%;
}
/* 内页 */
.about-banner-title-en {
  font-size: 24px;
  font-weight: 300;
}
.about-banner-title {
  font-size: 96px;
  font-weight: 400;
}
.about-tabs {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
}
.about-tabs .item {
  width: 50%;
  text-align: center;
  border-top: 1px solid #ddd;
  color: white;
  line-height: 3;
}
.about-tabs .item.active {
  background-color: rgba(47, 105, 179, 0.6);
}
/* 手机版响应式 */
.pc-hidden {
  display: none;
}
.nav-item-mobile {
  display: none;
}
.info-content {
  width: 65%;
}
.info-title-mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
  .nav-item-mobile {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
  }
  .navbar {
    position: fixed;
    width: 100%;
  }
  .navbar > .container {
    padding: 0;
  }

  #main-menu .nav-link.active,
  #main-menu .nav-link {
    color: #111;
  }
  .navbar-collapse {
    background-color: white;
  }
  .nav-item {
    border-bottom: 1px #ddd solid;
    width: 100%;
    /* padding-left: 20px; */
    font-weight: 700;
  }
  .nav-link {
    font-weight: 700;
  }
  .navbar-nav-right {
    display: none;
  }
  .banner-ant {
    /* display: none; */
  }
  .about-banner-title {
    font-size: 40px;
  }
  .data-flex-box {
    flex-wrap: wrap;
  }
  .data-box {
    width: 33%;
    margin-bottom: 30px;
  }
  .about-img-row {
    width: 100%;
  }
  #about {
    padding-top: 0 !important;
  }
  .about-go-ico {
    display: none;
  }
  .advantages-box {
    margin-bottom: 0;
  }
  .case-title {
    height: 263px;
    width: 100%;
  }
  .case-img {
    width: 100%;
  }
  .info-title {
    display: none;
  }
  .footer-links-row {
    display: none;
  }
  .d-flex-column {
    flex-direction: column;
  }
  .swiper-slide-case {
    margin: 0 auto;
  }
  .info-content {
    width: 100%;
    padding: 5%;
    flex-direction: column;
  }
  .info-title-mobile {
    display: block;
  }
  .about-tabs {
    justify-content: flex-start;
    overflow-x: scroll;
    border-top: 1px solid #ddd;
    z-index: 2;
  }

  .about-tabs .item {
    width: fit-content;
    box-sizing: border-box;
    padding: 0 20px;
    border-top: none;
    white-space: nowrap;
  }
}
.single-line {
  width: 100%;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
/* 分页容器样式 */
.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0 80px 0;
  flex-wrap: wrap;
}

/* 分页项的样式 */
.pagination li {
  list-style-type: none;
  margin: 0 5px;
  white-space: nowrap; /* 禁止换行 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 链接样式 */
.pagination a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #dce0e0;
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
}

/* 当前页样式 */
.pagination .active a {
  background-color: #2f69b3;
  color: #fff;
  border-color: #2f69b3;
}

/* 鼠标悬停效果 */
.pagination a:hover {
  background-color: #0056b3;
  color: #fff;
  border-color: #0056b3;
}


/** ******************   以下是接手代码后新增样式  （250725）   *************************** */

/** 英文副标题 全局，逐步替代内联样式 （250725） */
.extra-section-subtitle {
    font-size: 26px;
    font-weight: 500;
}

@media(max-width: 768px) {
  .extra-section-subtitle {
      font-size: 18px;
  }  
}