body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
/* Bootstrap 4/5 通用：把≥1700px时的容器上限设为1600px */
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1630px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  font-family: "Arial", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}
:root {
  scroll-behavior: unset;
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.container {
  --bs-gutter-x: 30px;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.gradText {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-more {
  position: relative;
  display: inline-flex;
  padding: var(--spacing-space-12, 12px) var(--spacing-space-24, 24px);
  align-items: center;
  gap: var(--spacing-space-32, 32px);
  border-radius: var(--radius-full, 9999px);
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #0c32b0;
  text-align: center;
  /* type/button-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: color 0.35s, border-color 0.35s, font-weight 0.35s, background-image 0.35s;
}
.btn-more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(95deg, #53ab46 0%, #014c9c 69.28%, #101c75 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
}
.btn-more span,
.btn-more svg {
  position: relative;
  z-index: 1;
}
.btn-more span {
  white-space: nowrap;
}
.btn-more svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}
.btn-more.is-enter {
  border-color: var(--1, #53ab46);
  background-image: linear-gradient(#fff, #fff), linear-gradient(var(--1, #53ab46), var(--1, #53ab46));
  color: var(--Semantic-action-text-white, #fff);
  font-weight: 700;
}
.btn-more.is-enter::before {
  transform-origin: left center;
  transform: scaleX(1);
}
.btn-more.is-leave::before {
  transform-origin: right center;
  transform: scaleX(0);
}
.btn-more--glass {
  /* type/button-sm */
  color: var(--Semantic-action-text-white, #fff);
  text-align: center;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-image: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  border-color: transparent;
}
.btn-more--glass svg {
  color: var(--Semantic-action-text-white, #fff);
}
.btn-more--glass.is-enter {
  border-color: var(--1, #53ab46);
  background: rgba(255, 255, 255, 0.1);
  background-image: none;
  color: var(--Semantic-action-text-white, #fff);
  font-weight: 700;
}
.btn-more--glass.is-enter svg {
  color: var(--Semantic-action-text-white, #fff);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  height: 92px;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}
header .header {
  position: relative;
  z-index: 2;
  height: 100%;
}
header .headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 160px;
}
header .logo {
  flex-shrink: 0;
}
header .logo a {
  display: block;
  line-height: 0;
}
header .logo img {
  height: 48px;
  width: auto;
  display: block;
}
header .logo .white {
  display: block;
}
header .logo .color {
  display: none;
}
header .header_r {
  display: flex;
  align-items: center;
  gap: 128px;
  height: 100%;
}
header .menu {
  height: 100%;
}
header .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 64px;
}
header .menu > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu > ul > li .level1 {
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu > ul > li .level1 a {
  /* type/body-xl */
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
header .menu > ul > li .level1 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  transform: scaleX(0);
  transition: transform 0.25s;
}
header .menu > ul > li .level2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
header .menu > ul > li .level2 ul {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: max-content;
}
header .menu > ul > li .level2 a {
  /* type/body-lg2 */
  display: block;
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
header .menu > ul > li .level2 a:hover,
header .menu > ul > li .level2 a.active {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .menu > ul > li:hover .level1 a::after {
  transform: scaleX(1);
}
header .menu > ul > li.active .level1 a {
  color: #fff;
}
header .menu > ul > li.active .level1 a::after {
  transform: scaleX(1);
  background: #fff;
}
header .menu > ul > li:hover .level2 {
  opacity: 1;
  visibility: visible;
}
header .lang {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
header .lang .lang_head {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  height: 100%;
}
header .lang .lang_head img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
  margin-right: 8px;
}
header .lang .lang_head span {
  /* type/body-lg2 */
  color: #fff;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 12px;
}
header .lang .lang_head .icon {
  display: flex;
  align-items: center;
  color: #fff;
  transform: rotate(180deg);
  transition: transform 0.25s, color 0.3s;
}
header .lang .lang_head .icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
header .lang .lang_body {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
header .lang .lang_body ul {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
header .lang .lang_body .lang_item {
  display: flex;
  align-items: center;
}
header .lang .lang_body .lang_item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
  margin-right: 8px;
}
header .lang .lang_body .lang_item span {
  /* type/body-lg2 */
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
header .lang .lang_body .lang_item:hover span,
header .lang .lang_body .lang_item.active span {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .lang:hover .lang_head .icon {
  transform: rotate(0deg);
}
header .lang:hover .lang_body {
  opacity: 1;
  visibility: visible;
}
header.headerOn {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
header.headerOn .logo .white {
  display: none;
}
header.headerOn .logo .color {
  display: block;
}
header.headerOn .menu > ul > li .level1 a {
  color: #222;
}
header.headerOn .menu > ul > li:hover .level1 a {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.headerOn .menu > ul > li.active .level1 a {
  color: #222;
  background: none;
  -webkit-text-fill-color: #222;
}
header.headerOn .menu > ul > li.active .level1 a::after {
  transform: scaleX(1);
  background: #222;
}
header.headerOn .lang .lang_head span {
  color: var(--Semantic-text-primary, #2e2e2e);
}
header.headerOn .lang .lang_head .icon {
  color: #5e5e5e;
}
header.headerOn .lang:hover .lang_head span {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .menu .switch {
  display: none;
}
header .mobilenavBTN {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
header .mobilenavBTN i {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s, top 0.3s, background-color 0.3s;
}
header .mobilenavBTN i:nth-child(1) {
  top: 12px;
}
header .mobilenavBTN i:nth-child(2) {
  top: 19px;
}
header .mobilenavBTN i:nth-child(3) {
  top: 26px;
}
header .mobilenavBTN.active i:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
header .mobilenavBTN.active i:nth-child(2) {
  opacity: 0;
}
header .mobilenavBTN.active i:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
header.headerOn .mobilenavBTN i,
header.menuOpen .mobilenavBTN i {
  background: #222;
}
header .header-mask {
  display: none;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 1599px) {
  header .headerContainer {
    padding: 0 60px;
  }
  header .header_r {
    gap: 48px;
  }
  header .menu > ul {
    gap: 36px;
  }
  header .menu > ul > li .level1 a {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  header {
    height: 80px;
  }
  header .headerContainer {
    padding: 0 40px;
  }
  header .logo img {
    height: 40px;
  }
  header .header_r {
    gap: 28px;
  }
  header .menu > ul {
    gap: 24px;
  }
  header .menu > ul > li .level1 a {
    font-size: 16px;
  }
  header .lang .lang_head span {
    font-size: 16px;
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  header {
    height: 64px;
  }
  header .headerContainer {
    padding: 0 20px;
  }
  header .logo img {
    height: 36px;
  }
  header .header_r {
    gap: 12px;
  }
  header .menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  header.menuOpen .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
  header .menu > ul {
    display: block;
    height: auto;
    gap: 0;
    padding: 8px 0 40px;
  }
  header .menu > ul > li {
    display: block;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  header .menu > ul > li .level1 {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu > ul > li .level1 a {
    flex: 1;
    height: auto;
    padding: 18px 20px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-fill-color: unset;
    background: none;
  }
  header .menu > ul > li .level1 a::after {
    display: none;
  }
  header .menu .switch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    flex-shrink: 0;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
  }
  header .menu .switch::before,
  header .menu .switch::after {
    content: "";
    position: absolute;
    background: #5e5e5e;
    border-radius: 1px;
    transition: transform 0.25s, opacity 0.25s;
  }
  header .menu .switch::before {
    width: 12px;
    height: 2px;
  }
  header .menu .switch::after {
    width: 2px;
    height: 12px;
  }
  header .menu .switch.switchOn::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  header .menu > ul > li .level2 {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  header .menu > ul > li .level2 ul {
    box-shadow: none;
    background: #f7f8fa;
    padding: 4px 0 12px;
    gap: 0;
    width: 100%;
  }
  header .menu > ul > li .level2 a {
    padding: 12px 20px 12px 36px;
    font-size: 15px;
  }
  header .menu > ul > li:hover .level2 {
    opacity: 1;
    visibility: visible;
  }
  header .lang {
    height: auto;
  }
  header .lang .lang_head {
    height: auto;
  }
  header .lang .lang_head span {
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
  }
  header .lang .lang_head .icon {
    color: #fff;
  }
  header .lang .lang_head img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  header .lang .lang_body {
    left: auto;
    right: 0;
    transform: none;
    min-width: 140px;
  }
  header.headerOn .lang .lang_head span,
  header.menuOpen .lang .lang_head span {
    color: var(--Semantic-text-primary, #2e2e2e);
  }
  header.headerOn .lang .lang_head .icon,
  header.menuOpen .lang .lang_head .icon {
    color: #5e5e5e;
  }
  header .mobilenavBTN {
    display: flex;
  }
  header.menuOpen {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  }
  header.menuOpen .logo .white {
    display: none;
  }
  header.menuOpen .logo .color {
    display: block;
  }
  header .header-mask {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  header.menuOpen .header-mask {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header.headerOn .menu > ul > li .level1 a,
  header.headerOn .menu > ul > li:hover .level1 a,
  header.menuOpen .menu > ul > li .level1 a,
  header.menuOpen .menu > ul > li:hover .level1 a {
    color: #222;
    -webkit-text-fill-color: unset;
    background: none;
  }
  header.headerOn .menu > ul > li.active .level1 a,
  header.menuOpen .menu > ul > li.active .level1 a {
    background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 575px) {
  header .headerContainer {
    padding: 0 16px;
  }
  header .lang .lang_head span {
    display: none;
  }
  header .lang .lang_head .icon {
    display: none;
  }
  header .lang .lang_head img {
    margin-right: 0;
  }
}
main .banner {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
  background: #0a1a3a;
}
main .banner .swiper-container,
main .banner .swiper-wrapper,
main .banner .swiper-slide {
  width: 100%;
  height: 100%;
}
main .banner .swiper-slide {
  overflow: hidden;
}
main .banner .item {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}
main .banner .banner-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
main .banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main .banner .banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 160px;
  box-sizing: border-box;
}
main .banner .banner-content--center {
  padding-top: 220px;
  text-align: center;
}
main .banner .banner-content--left {
  padding-top: 383px;
  text-align: left;
}
main .banner .banner-title p {
  margin: 0;
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .banner .swiper-slide .banner-title p {
  opacity: 0;
}
main .banner .swiper-slide-active .banner-title p {
  animation: fadeInUp 0.9s ease both;
}
main .banner .swiper-slide-active .banner-title p:nth-child(2) {
  animation-delay: 0.18s;
}
main .banner .banner-scroll {
  position: absolute;
  left: 160px;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .banner .banner-scroll span {
  /* type/body-sm */
  writing-mode: vertical-rl;
  color: var(--Semantic-text-white, #fff);
  text-align: center;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}
main .banner .banner-scroll i {
  position: relative;
  display: block;
  width: 1px;
  height: 80px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
main .banner .banner-scroll i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background: #fff;
  animation: banner-scroll-glow 1.8s ease-in-out infinite;
}
@keyframes banner-scroll-glow {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: calc(100% - 20px);
  }
}
main .banner .banner-swiper-pagination {
  position: absolute;
  right: 160px;
  bottom: 60px;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: auto !important;
  left: auto !important;
}
main .banner .banner-swiper-pagination .swiper-pagination-bullet {
  /* type/body-lg */
  width: 60px;
  height: auto;
  margin: 0 !important;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  transition: width 0.3s;
}
main .banner .banner-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.3s;
}
main .banner .banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 120px;
}
main .banner .banner-swiper-pagination .swiper-pagination-bullet-active::after {
  background: #fff;
}
@media (max-width: 1599px) {
  main .banner {
    height: 860px;
  }
  main .banner .banner-content {
    padding: 0 60px;
  }
  main .banner .banner-content--center {
    padding-top: 200px;
  }
  main .banner .banner-content--left {
    padding-top: 320px;
  }
  main .banner .banner-title p {
    font-size: 52px;
  }
  main .banner .banner-scroll {
    left: 60px;
  }
  main .banner .banner-swiper-pagination {
    right: 60px;
    bottom: 48px;
  }
}
@media (max-width: 1399px) {
  main .banner {
    height: 760px;
  }
  main .banner .banner-content {
    padding: 0 40px;
  }
  main .banner .banner-content--center {
    padding-top: 180px;
  }
  main .banner .banner-content--left {
    padding-top: 280px;
  }
  main .banner .banner-title p {
    font-size: 44px;
  }
  main .banner .banner-scroll {
    left: 40px;
  }
  main .banner .banner-swiper-pagination {
    right: 40px;
    bottom: 40px;
    gap: 12px;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    font-size: 16px;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 96px;
  }
}
@media (max-width: 1199px) {
  main .banner {
    height: 640px;
  }
  main .banner .banner-content {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  main .banner .banner-content--center,
  main .banner .banner-content--left {
    padding-top: 0;
  }
  main .banner .banner-content--center {
    justify-content: center;
  }
  main .banner .banner-content--center .banner-title {
    transform: translateY(-64px);
  }
  main .banner .banner-content--left {
    justify-content: flex-start;
  }
  main .banner .banner-title {
    max-width: 100%;
  }
  main .banner .banner-title p {
    font-size: 36px;
    line-height: 1.35;
  }
  main .banner .banner-scroll {
    left: 20px;
  }
  main .banner .banner-scroll i {
    height: 56px;
  }
  main .banner .banner-swiper-pagination {
    right: 20px;
    bottom: 28px;
  }
}
@media (max-width: 767px) {
  main .banner {
    height: min(100svh, 620px);
    min-height: 480px;
  }
  main .banner .banner-content {
    padding: 0 16px;
    padding-top: 64px;
    box-sizing: border-box;
  }
  main .banner .banner-content--center .banner-title {
    transform: translateY(-80px);
  }
  main .banner .banner-title p {
    font-size: 28px;
  }
  main .banner .banner-scroll {
    display: none;
  }
  main .banner .banner-swiper-pagination {
    right: 16px;
    left: 16px !important;
    bottom: 24px;
    justify-content: flex-end;
    gap: 10px;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 1.4;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 72px;
  }
}
@media (max-width: 575px) {
  main .banner {
    height: min(100svh, 520px);
    min-height: 420px;
  }
  main .banner .banner-content {
    padding: 72px 16px 64px;
  }
  main .banner .banner-content--center .banner-title {
    transform: translateY(-72px);
  }
  main .banner .banner-title p {
    font-size: 24px;
    line-height: 1.4;
  }
  main .banner .banner-swiper-pagination {
    bottom: 20px;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    font-size: 13px;
  }
  main .banner .banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 56px;
  }
}
.about {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .about-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.about .about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about .about-inner {
  position: relative;
  z-index: 2;
  padding: 160px 160px 0;
  box-sizing: border-box;
}
.about .about-inner .btn-more {
  margin-bottom: 91px;
}
.about .about-title {
  /* type/h3 */
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h2-sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.about .about-heading {
  /* type/h1 */
  width: fit-content;
  margin-bottom: 48px;
}
.about .about-heading p {
  margin: 0;
  width: fit-content;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-desc {
  /* type/body-lg */
  width: 781px;
  margin-bottom: 80px;
}
.about .about-desc p {
  margin: 0;
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.about .about-stats {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 160px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  box-sizing: border-box;
}
.about .about-stats-item {
  text-align: center;
}
.about .about-stats-item .num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.about .about-stats-item .num .counter,
.about .about-stats-item .num span {
  /* type/number */
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-stats-item .num i {
  /* type/body-xl */
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.about .about-stats-item > p {
  /* type/body-xl */
  margin: 0;
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1599px) {
  .about .about-inner {
    padding: 120px 60px 0;
  }
  .about .about-heading p {
    font-size: 40px;
  }
  .about .about-desc {
    width: 100%;
    max-width: 781px;
  }
  .about .about-stats {
    padding: 32px 60px;
  }
  .about .about-stats-item .num .counter,
  .about .about-stats-item .num span {
    font-size: 64px;
  }
}
@media (max-width: 1399px) {
  .about .about-inner {
    padding: 100px 40px 0;
  }
  .about .about-title {
    font-size: 28px;
  }
  .about .about-heading {
    margin-bottom: 36px;
  }
  .about .about-heading p {
    font-size: 36px;
  }
  .about .about-desc {
    margin-bottom: 56px;
  }
  .about .about-desc p {
    font-size: 16px;
  }
  .about .about-inner .btn-more {
    margin-bottom: 64px;
  }
  .about .about-stats {
    padding: 28px 40px;
    gap: 24px;
  }
  .about .about-stats-item .num .counter,
  .about .about-stats-item .num span {
    font-size: 56px;
  }
  .about .about-stats-item .num i,
  .about .about-stats-item > p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .about .about-inner {
    padding: 80px 20px 0;
  }
  .about .about-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .about .about-heading {
    margin-bottom: 28px;
  }
  .about .about-heading p {
    font-size: 30px;
  }
  .about .about-desc {
    max-width: none;
    margin-bottom: 40px;
  }
  .about .about-desc p + p {
    margin-top: 12px;
  }
  .about .about-inner .btn-more {
    margin-bottom: 48px;
  }
  .about .about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    padding: 32px 20px;
    justify-content: initial;
  }
  .about .about-stats-item .num .counter,
  .about .about-stats-item .num span {
    font-size: 48px;
  }
  .about .about-stats-item .num i {
    font-size: 16px;
  }
  .about .about-stats-item > p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .about .about-inner {
    padding: 56px 16px 0;
  }
  .about .about-title {
    font-size: 20px;
  }
  .about .about-heading {
    margin-bottom: 20px;
  }
  .about .about-heading p {
    font-size: 24px;
    line-height: 1.35;
  }
  .about .about-desc {
    margin-bottom: 28px;
  }
  .about .about-desc p {
    font-size: 14px;
    line-height: 1.7;
  }
  .about .about-inner .btn-more {
    margin-bottom: 36px;
  }
  .about .about-stats {
    gap: 24px 12px;
    padding: 24px 16px;
  }
  .about .about-stats-item .num {
    gap: 2px;
  }
  .about .about-stats-item .num .counter,
  .about .about-stats-item .num span {
    font-size: 36px;
  }
  .about .about-stats-item .num i {
    font-size: 14px;
  }
  .about .about-stats-item > p {
    font-size: 13px;
    padding: 0 4px;
  }
}
@media (max-width: 575px) {
  .about .about-heading p {
    font-size: 22px;
  }
  .about .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px 8px;
    padding: 20px 12px;
  }
  .about .about-stats-item .num .counter,
  .about .about-stats-item .num span {
    font-size: 32px;
  }
  .about .about-stats-item > p {
    font-size: 12px;
  }
}
.product {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product .product-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product .product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product .product-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.product .product-particles canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.product .product-watermark {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 2;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.3);
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 520px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.product .product-inner {
  position: relative;
  z-index: 3;
  padding: 128px 160px 80px;
  box-sizing: border-box;
  text-align: center;
}
.product .product-title {
  /* type/h1 */
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 64px;
}
.product .product-img {
  margin-bottom: 24px;
}
.product .product-img img {
  width: 870px;
  height: auto;
  display: block;
  margin: 0 auto;
  will-change: transform;
}
.product .btn-more {
  margin: 0 auto 64px;
}
.product .product-cards {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.product .product-card {
  position: relative;
  width: 376px;
  height: 240px;
  flex-shrink: 0;
}
.product .product-card::before,
.product .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: path("M8 0.5H368C372.142 0.5 375.5 3.85786 375.5 8V191.99C375.5 193.286 375.164 194.559 374.525 195.687L362.569 216.796L351.389 235.803C350.041 238.093 347.582 239.5 344.925 239.5H8C3.85787 239.5 0.500002 236.142 0.5 232V8C0.500004 3.85787 3.85787 0.5 8 0.5Z");
}
.product .product-card::before {
  z-index: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
}
.product .product-card::after {
  z-index: 0;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.2833%, #101c75 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.product .product-card:hover::after {
  opacity: 1;
}
.product .product-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.product .product-card-bg path {
  fill: transparent;
}
.product .product-card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px 26px;
  box-sizing: border-box;
  text-align: left;
}
.product .product-card-title {
  /* type/h4 */
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
}
.product .product-card-line {
  display: block;
  width: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}
.product .product-card-body p {
  /* type/body-lg2 */
  margin: 0;
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1599px) {
  .product .product-watermark {
    font-size: 380px;
    top: 40px;
  }
  .product .product-inner {
    padding: 100px 60px 64px;
  }
  .product .product-title {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .product .product-img img {
    width: min(870px, 100%);
  }
  .product .product-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    justify-content: initial;
  }
  .product .product-card {
    width: 100%;
    height: auto;
    aspect-ratio: 376 / 183;
    flex-shrink: 1;
    height: 220px;
  }
  .product .product-card::before,
  .product .product-card::after {
    clip-path: none;
    border-radius: 8px;
  }
  .product .product-card-bg {
    display: none;
  }
  .product .product-card-body {
    padding: 20px 18px;
  }
  .product .product-card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .product .product-card-line {
    margin-bottom: 14px;
  }
  .product .product-card-body p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1399px) {
  .product .product-watermark {
    font-size: 300px;
  }
  .product .product-inner {
    padding: 88px 40px 56px;
  }
  .product .product-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .product .btn-more {
    margin-bottom: 48px;
  }
  .product .product-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .product .product-card-body {
    padding: 24px 28px;
  }
  .product .product-card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product .product-card-line {
    margin-bottom: 18px;
  }
  .product .product-card-body p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .product .product-watermark {
    font-size: 220px;
    top: 24px;
    opacity: 0.85;
  }
  .product .product-inner {
    padding: 72px 20px 48px;
  }
  .product .product-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .product .product-img {
    margin-bottom: 20px;
  }
  .product .btn-more {
    margin-bottom: 40px;
  }
  .product .product-cards {
    gap: 16px;
  }
  .product .product-card-body {
    padding: 20px 20px;
  }
  .product .product-card-title {
    font-size: 18px;
  }
  .product .product-card-body p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product .product-watermark {
    font-size: 140px;
    top: 16px;
  }
  .product .product-inner {
    padding: 56px 16px 40px;
  }
  .product .product-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .product .product-img {
    margin-bottom: 16px;
  }
  .product .btn-more {
    margin-bottom: 28px;
  }
  .product .product-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product .product-card {
    aspect-ratio: auto;
    min-height: 140px;
  }
  .product .product-card-body {
    padding: 20px 18px 22px;
    height: auto;
  }
  .product .product-card-title {
    font-size: 17px;
  }
  .product .product-card-line {
    width: 56px;
    margin-bottom: 12px;
  }
  .product .product-card-body p {
    font-size: 13px;
    line-height: 1.55;
  }
}
@media (max-width: 575px) {
  .product .product-watermark {
    font-size: 96px;
  }
  .product .product-title {
    font-size: 24px;
  }
  .product .product-card {
    min-height: 128px;
  }
}
.solutions {
  background: #fff;
}
.solutions .solutions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 128px 160px 64px;
  box-sizing: border-box;
}
.solutions .solutions-head-l {
  flex: 1;
  min-width: 0;
}
.solutions .solutions-title {
  /* type/h1 */
  width: fit-content;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solutions .solutions-desc {
  /* type/body-xl */
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.solutions .solutions-head .btn-more {
  flex-shrink: 0;
}
.solutions .solutions-panels {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 765px;
  margin: 0;
  box-sizing: border-box;
  gap: 0;
}
.solutions .solutions-panel {
  --sol-slant: 134px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: flex 0.55s ease;
}
.solutions .solutions-panel--left {
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--sol-slant)) 100%, 0 100%);
  margin-right: calc(var(--sol-slant) * -1 + 6px);
}
.solutions .solutions-panel--left.is-expand {
  flex: 1.95 1 0;
  z-index: 2;
}
.solutions .solutions-panel--left.is-fold {
  flex: 1 1 0;
  z-index: 1;
}
.solutions .solutions-panel--right {
  clip-path: polygon(var(--sol-slant) 0, 100% 0, 100% 100%, 0 100%);
}
.solutions .solutions-panel--right.is-expand {
  flex: 1.95 1 0;
  z-index: 2;
}
.solutions .solutions-panel--right.is-fold {
  flex: 1 1 0;
  z-index: 1;
}
.solutions .solutions-panel-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.solutions .solutions-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.solutions .solutions-panel-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.solutions .solutions-panel-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.solutions .solutions-panel-expand,
.solutions .solutions-panel-fold {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.solutions .solutions-panel-fold {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
}
.solutions .is-expand .solutions-panel-expand,
.solutions .is-fold .solutions-panel-fold {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.solutions .solutions-panel-expand .solutions-panel-title,
.solutions .solutions-panel-expand .solutions-panel-desc,
.solutions .solutions-panel-expand .solutions-panel-btn {
  opacity: 0;
  transform: translateY(18px);
}
.solutions .solutions-panel-expand .solutions-panel-title,
.solutions .solutions-panel-expand .solutions-panel-desc {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.solutions .solutions-panel-expand .solutions-panel-btn {
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.25s, border-color 0.25s;
}
.solutions .is-expand .solutions-panel-expand .solutions-panel-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
.solutions .is-expand .solutions-panel-expand .solutions-panel-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}
.solutions .is-expand .solutions-panel-expand .solutions-panel-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.solutions .solutions-panel-fold .solutions-panel-title,
.solutions .solutions-panel-fold .solutions-panel-btn {
  opacity: 0;
  transform: translateY(14px);
}
.solutions .solutions-panel-fold .solutions-panel-title {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.solutions .solutions-panel-fold .solutions-panel-btn {
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s, border-color 0.25s;
}
.solutions .is-fold .solutions-panel-fold .solutions-panel-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.solutions .is-fold .solutions-panel-fold .solutions-panel-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.18s;
}
.solutions .solutions-panel--left .solutions-panel-expand {
  padding: 185px 0 80px 165px;
  text-align: left;
}
.solutions .solutions-panel--right .solutions-panel-expand {
  padding: 185px 165px 80px 0;
  text-align: right;
}
.solutions .solutions-panel-title {
  /* type/h2 */
  color: var(--Semantic-text-white, #fff);
  text-align: left;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
}
.solutions .solutions-panel-title p {
  margin: 0;
}
.solutions .solutions-panel-fold .solutions-panel-title {
  text-align: center;
  margin-bottom: 48px;
}
.solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-title,
.solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-desc {
  text-align: right;
}
.solutions .solutions-panel-fold .solutions-panel-btn {
  margin: 0;
}
.solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-btn {
  margin-left: auto;
  margin-right: 0;
}
.solutions .solutions-panel--right .solutions-panel-expand .solutions-list {
  margin-left: auto;
}
.solutions .solutions-panel--right .solutions-panel-expand .solutions-list-item {
  justify-content: flex-end;
}
.solutions .solutions-panel--right .solutions-panel-expand .solutions-list-item span {
  text-align: left;
}
.solutions .solutions-panel-desc {
  /* type/body-xl */
  color: var(--Semantic-text-white, #fff);
  text-align: left;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 48px;
}
.solutions .solutions-panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 0 90px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
  transition: background 0.25s, border-color 0.25s;
}
.solutions .solutions-panel-btn svg {
  display: block;
  width: 24px;
  height: 24px;
}
.solutions .solutions-panel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.solutions .solutions-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  width: calc(344px * 2 + 16px);
}
.solutions .solutions-list-item {
  display: flex;
  width: 344px;
  padding: var(--spacing-space-16, 16px);
  align-items: center;
  gap: var(--spacing-space-32, 32px);
  border-radius: var(--radius-sm, 4px);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(calc(var(--blur-xl, 24px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-xl, 24px) / 2));
  box-sizing: border-box;
  text-decoration: none;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    background 0.35s ease,
    opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.solutions .is-expand .solutions-list-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.solutions .is-expand .solutions-list-item:nth-child(1) {
  transition-delay: 0s, 0.32s, 0.32s;
}
.solutions .is-expand .solutions-list-item:nth-child(2) {
  transition-delay: 0s, 0.4s, 0.4s;
}
.solutions .is-expand .solutions-list-item:nth-child(3) {
  transition-delay: 0s, 0.48s, 0.48s;
}
.solutions .is-expand .solutions-list-item:nth-child(4) {
  transition-delay: 0s, 0.56s, 0.56s;
}
.solutions .is-fold .solutions-list-item {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    background 0.2s ease,
    opacity 0.22s ease-in,
    transform 0.26s ease-in;
  pointer-events: none;
}
.solutions .is-fold .solutions-list-item:nth-child(1) {
  transition-delay: 0s, 0.1s, 0.1s;
}
.solutions .is-fold .solutions-list-item:nth-child(2) {
  transition-delay: 0s, 0.06s, 0.06s;
}
.solutions .is-fold .solutions-list-item:nth-child(3) {
  transition-delay: 0s, 0.03s, 0.03s;
}
.solutions .is-fold .solutions-list-item:nth-child(4) {
  transition-delay: 0s, 0s, 0s;
}
.solutions .solutions-panel--left.is-expand .solutions-list-item {
  transform: translate3d(0, 0, 0);
}
.solutions .solutions-panel--left.is-fold .solutions-list-item,
.solutions .solutions-panel--left:not(.is-expand) .solutions-list-item {
  transform: translate3d(-12px, 16px, 0);
}
.solutions .solutions-panel--right.is-expand .solutions-list-item {
  transform: translate3d(0, 0, 0);
}
.solutions .solutions-panel--right.is-fold .solutions-list-item,
.solutions .solutions-panel--right:not(.is-expand) .solutions-list-item {
  transform: translate3d(12px, 16px, 0);
}
.solutions .solutions-list-item span {
  flex: 1;
  min-width: 0;
  /* type/body-xl */
  color: var(--Semantic-action-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  transition: color 0.35s ease, background 0.35s ease, -webkit-text-fill-color 0.35s ease;
}
.solutions .solutions-list-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.solutions .solutions-list-item svg path {
  fill: #fff;
  transition: fill 0.35s ease;
}
.solutions .solutions-list-item:hover {
  border-radius: var(--radius-sm, 4px);
  background: #fff;
  backdrop-filter: blur(calc(var(--blur-xl, 24px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-xl, 24px) / 2));
}
.solutions .solutions-list-item:hover span {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solutions .solutions-list-item:hover svg {
  transform: translate(2px, -2px);
}
.solutions .solutions-list-item:hover svg path {
  fill: url(#sol-list-arrow-grad);
}
@media (max-width: 1599px) {
  .solutions .solutions-head {
    padding: 100px 60px 48px;
  }
  .solutions .solutions-title {
    font-size: 40px;
  }
  .solutions .solutions-panels {
    height: 680px;
  }
  .solutions .solutions-panel {
    --sol-slant: 100px;
  }
  .solutions .solutions-panel--left .solutions-panel-expand {
    padding: 140px 0 64px 60px;
  }
  .solutions .solutions-panel--right .solutions-panel-expand {
    padding: 140px 60px 64px 0;
  }
  .solutions .solutions-panel-title {
    font-size: 34px;
  }
  .solutions .solutions-panel-desc {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .solutions .solutions-panel-btn {
    margin-bottom: 100px;
  }
  .solutions .solutions-list {
    width: calc(300px * 2 + 16px);
  }
  .solutions .solutions-list-item {
    width: 300px;
    gap: 16px;
  }
  .solutions .solutions-list-item span {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .solutions .solutions-head {
    padding: 88px 40px 40px;
    gap: 24px;
  }
  .solutions .solutions-title {
    font-size: 36px;
  }
  .solutions .solutions-desc {
    font-size: 16px;
  }
  .solutions .solutions-panels {
    height: 600px;
  }
  .solutions .solutions-panel {
    --sol-slant: 72px;
  }
  .solutions .solutions-panel--left .solutions-panel-expand {
    padding: 100px 0 48px 40px;
  }
  .solutions .solutions-panel--right .solutions-panel-expand {
    padding: 100px 40px 48px 0;
  }
  .solutions .solutions-panel-title {
    font-size: 28px;
  }
  .solutions .solutions-panel-desc {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .solutions .solutions-panel-btn {
    width: 48px;
    height: 48px;
    margin-bottom: 56px;
  }
  .solutions .solutions-panel-fold .solutions-panel-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .solutions .solutions-list {
    width: 100%;
    max-width: 560px;
  }
  .solutions .solutions-list-item {
    width: calc(50% - 8px);
    min-width: 0;
    padding: 12px;
    gap: 12px;
  }
  .solutions .solutions-list-item span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .solutions .solutions-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 72px 20px 32px;
    gap: 20px;
  }
  .solutions .solutions-title {
    font-size: 32px;
  }
  .solutions .solutions-panels {
    flex-direction: column;
    height: auto;
  }
  .solutions .solutions-panel {
    --sol-slant: 0px;
    width: 100%;
    flex: none !important;
    height: auto;
    min-height: 460px;
    z-index: 1 !important;
  }
  .solutions .solutions-panel--left,
  .solutions .solutions-panel--right {
    clip-path: none;
    margin-right: 0;
  }
  .solutions .solutions-panel-media {
    position: absolute;
    inset: 0;
  }
  .solutions .solutions-panel-fold {
    display: none !important;
  }
  .solutions .solutions-panel-expand {
    position: relative;
    inset: auto;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 24px 32px !important;
    text-align: left !important;
    box-sizing: border-box;
  }
  .solutions .solutions-panel-expand .solutions-panel-title,
  .solutions .solutions-panel-expand .solutions-panel-desc,
  .solutions .solutions-panel-expand .solutions-panel-btn {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
  .solutions .solutions-panel--left .solutions-panel-expand,
  .solutions .solutions-panel--right .solutions-panel-expand {
    padding: 48px 24px 32px !important;
    text-align: left !important;
  }
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-title,
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-desc {
    text-align: left;
  }
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-panel-btn {
    margin-left: 0;
  }
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-list {
    margin-left: 0;
  }
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-list-item {
    justify-content: flex-start;
  }
  .solutions .solutions-panel--right .solutions-panel-expand .solutions-list-item span {
    text-align: left;
  }
  .solutions .solutions-panel-title {
    font-size: 26px;
  }
  .solutions .solutions-panel-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .solutions .solutions-panel-btn {
    width: 44px;
    height: 44px;
    margin: 0 0 24px;
  }
  .solutions .solutions-list {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .solutions .solutions-list-item {
    width: auto;
    opacity: 1 !important;
    transform: none !important;
    padding: 12px;
    gap: 10px;
  }
  .solutions .solutions-list-item span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .solutions .solutions-head {
    padding: 56px 16px 24px;
  }
  .solutions .solutions-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .solutions .solutions-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .solutions .solutions-panel {
    min-height: 400px;
  }
  .solutions .solutions-panel-expand {
    min-height: 400px;
    padding: 40px 16px 24px !important;
  }
  .solutions .solutions-panel-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .solutions .solutions-panel-desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .solutions .solutions-panel-btn {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .solutions .solutions-panel-btn svg {
    width: 20px;
    height: 20px;
  }
  .solutions .solutions-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .solutions .solutions-list-item {
    width: 100%;
    padding: 14px 12px;
  }
  .solutions .solutions-list-item span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .solutions .solutions-title {
    font-size: 24px;
  }
  .solutions .solutions-panel {
    min-height: 360px;
  }
  .solutions .solutions-panel-expand {
    min-height: 360px;
  }
  .solutions .solutions-panel-title {
    font-size: 20px;
  }
}
.honors {
  position: relative;
  width: 100%;
  padding: 128px 160px 0;
  padding-bottom: 106px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #eaf3fb;
}
.honors .honors-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.honors .honors-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.honors .honors-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 137px;
}
.honors .honors-head-l {
  flex: 1;
  min-width: 0;
}
.honors .honors-title {
  /* type/h1 */
  width: fit-content;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.honors .honors-desc {
  /* type/body-xl */
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.honors .honors-head .btn-more {
  flex-shrink: 0;
  background-image: none;
  background-color: transparent;
}
.honors .honors-head .btn-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.honors .honors-head .btn-more.is-enter {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}
.honors .honors-head .btn-more.is-enter::after {
  opacity: 0;
}
.honors .honors-slider {
  position: relative;
  z-index: 2;
  width: calc(100% + 320px);
  margin-left: -160px;
}
.honors .honors-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.honors .honors-swiper .swiper-slide {
  width: 373.696px;
  height: 222.166px;
}
.honors .honors-card {
  position: relative;
  width: 373.696px;
  height: 222.166px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.honors .honors-card-pic {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  display: block;
}
.honors .honors-card-border {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  display: block;
}
.honors .honors-slider-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 129px;
  top: 100%;
  z-index: 0;
  transform: translateY(-12px);
  pointer-events: none;
  background: url("../images/index_certificate_bottom.png") 50% / cover no-repeat;
}
.honors .honors-progress {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 6px;
  margin-top: 144px;
  margin-bottom: 0;
  background: rgba(29, 32, 135, 0.1);
  overflow: hidden;
}
.honors .honors-progress-bar {
  height: 100%;
  width: 0;
  background: #1d2087;
  will-change: transform, width;
  transition: width 0.35s ease, transform 0.35s ease;
}
@media (max-width: 1599px) {
  .honors {
    padding: 100px 60px 0;
    padding-bottom: 80px;
  }
  .honors .honors-slider {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
  .honors .honors-title {
    font-size: 40px;
  }
  .honors .honors-head {
    padding-bottom: 96px;
  }
  .honors .honors-progress {
    margin-top: 112px;
  }
}
@media (max-width: 1399px) {
  .honors {
    padding: 88px 40px 0;
    padding-bottom: 72px;
  }
  .honors .honors-slider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .honors .honors-title {
    font-size: 36px;
  }
  .honors .honors-desc {
    font-size: 16px;
  }
  .honors .honors-head {
    padding-bottom: 72px;
    gap: 24px;
  }
  .honors .honors-swiper .swiper-slide,
  .honors .honors-card {
    width: 320px;
    height: 190px;
  }
  .honors .honors-slider-bottom {
    height: 110px;
  }
  .honors .honors-progress {
    margin-top: 96px;
  }
}
@media (max-width: 1199px) {
  .honors {
    padding: 72px 20px 0;
    padding-bottom: 56px;
  }
  .honors .honors-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .honors .honors-head {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 48px;
    gap: 20px;
  }
  .honors .honors-title {
    font-size: 32px;
  }
  .honors .honors-swiper .swiper-slide,
  .honors .honors-card {
    width: 280px;
    height: 166px;
  }
  .honors .honors-slider-bottom {
    height: 96px;
    transform: translateY(-8px);
  }
  .honors .honors-progress {
    margin-top: 72px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .honors {
    padding: 56px 16px 0;
    padding-bottom: 48px;
  }
  .honors .honors-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .honors .honors-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .honors .honors-desc {
    font-size: 14px;
  }
  .honors .honors-head {
    padding-bottom: 36px;
  }
  .honors .honors-swiper .swiper-slide,
  .honors .honors-card {
    width: 240px;
    height: 143px;
  }
  .honors .honors-card-pic {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .honors .honors-slider-bottom {
    height: 72px;
    transform: translateY(-6px);
  }
  .honors .honors-progress {
    margin-top: 56px;
  }
}
@media (max-width: 575px) {
  .honors .honors-title {
    font-size: 24px;
  }
  .honors .honors-swiper .swiper-slide,
  .honors .honors-card {
    width: 210px;
    height: 125px;
  }
}
.news {
  position: relative;
  width: 100%;
  padding: 128px 160px 128px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f3f7fb;
}
.news .news-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.news .news-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .news-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}
.news .news-head-l {
  flex: 1;
  min-width: 0;
}
.news .news-title {
  /* type/h1 */
  width: fit-content;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
  background: var(--1, linear-gradient(95deg, #53AB46 0%, #012D9C 69.28%, #101C75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news .news-desc {
  /* type/body-xl */
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.news .news-head .btn-more {
  flex-shrink: 0;
  background-image: none;
  background-color: transparent;
}
.news .news-head .btn-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--1, linear-gradient(95deg, #53AB46 0%, #012D9C 69.28%, #101C75 100%));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.news .news-head .btn-more.is-enter {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}
.news .news-head .btn-more.is-enter::after {
  opacity: 0;
}
.news .news-list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.news .news-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-xl, 16px);
  background: rgba(255, 255, 255, 0.4);
  transition: box-shadow 0.35s ease;
}
.news .news-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.news .news-item-cover {
  aspect-ratio: 512 / 341;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--radius-xl, 16px) var(--radius-xl, 16px) 0 0;
}
.news .news-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.news .news-item--cover:hover .news-item-cover img {
  transform: scale(1.06);
}
.news .news-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 32px 24px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  text-decoration: none;
  color: inherit;
  border-radius: 0 0 var(--radius-xl, 16px) var(--radius-xl, 16px);
}
.news .news-item-meta {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.news .news-item-tag {
  display: flex;
  padding: var(--spacing-space-4, 4px) var(--spacing-space-16, 16px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 16px;
  border-radius: var(--radius-full, 9999px);
  background: var(--Semantic-text-brand, #0c32b0);
  color: var(--Semantic-text-white, #fff);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.news .news-item-date {
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news .news-item-title {
  height: 60px;
  overflow: hidden;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-overflow: ellipsis;
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}
.news .news-item:hover .news-item-title,
.news .news-item-body:hover .news-item-title {
  color: #0c32b0;
}
.news .news-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--Semantic-text-brand, #0c32b0);
  /* type/button-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news .news-item-link svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.news .news-item--stack {
  gap: 32px;
  border-radius: 0;
  background: transparent;
}
.news .news-item--stack:hover {
  box-shadow: none;
}
.news .news-item--stack .news-item-body {
  flex: 1;
  padding: 48px 24px;
  border-radius: var(--radius-xl, 16px);
  transition: box-shadow 0.35s ease;
}
.news .news-item--stack .news-item-body:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.news .news-item--stack .news-item-link {
  margin-top: 0;
}
@media (max-width: 1599px) {
  .news {
    padding: 100px 60px;
  }
  .news .news-title {
    font-size: 40px;
  }
  .news .news-head {
    margin-bottom: 48px;
  }
  .news .news-list {
    gap: 24px;
  }
  .news .news-item-body {
    padding: 20px 20px 28px;
  }
  .news .news-item--stack .news-item-body {
    padding: 36px 20px;
  }
  .news .news-item-title {
    font-size: 18px;
    height: 54px;
  }
}
@media (max-width: 1399px) {
  .news {
    padding: 88px 40px;
  }
  .news .news-title {
    font-size: 36px;
  }
  .news .news-desc {
    font-size: 16px;
  }
  .news .news-head {
    margin-bottom: 40px;
    gap: 24px;
  }
  .news .news-list {
    gap: 20px;
  }
  .news .news-item-tag {
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 12px;
  }
  .news .news-item-date {
    font-size: 15px;
  }
  .news .news-item-title {
    font-size: 16px;
    height: 48px;
    margin-bottom: 16px;
  }
  .news .news-item-link {
    font-size: 14px;
  }
  .news .news-item--stack {
    gap: 20px;
  }
  .news .news-item--stack .news-item-body {
    padding: 28px 18px;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 72px 20px;
  }
  .news .news-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 20px;
  }
  .news .news-title {
    font-size: 32px;
  }
  .news .news-list {
    flex-direction: column;
    gap: 20px;
  }
  .news .news-item--cover {
    flex-direction: row;
    align-items: stretch;
  }
  .news .news-item-cover {
    width: 42%;
    aspect-ratio: auto;
    align-self: stretch;
    min-height: 180px;
    border-radius: var(--radius-xl, 16px) 0 0 var(--radius-xl, 16px);
  }
  .news .news-item--cover .news-item-body {
    flex: 1;
    border-radius: 0 var(--radius-xl, 16px) var(--radius-xl, 16px) 0;
    padding: 20px;
  }
  .news .news-item-title {
    height: auto;
    max-height: 72px;
    margin-bottom: 16px;
  }
  .news .news-item--stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .news .news-item--stack .news-item-body {
    padding: 24px 18px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 56px 16px;
  }
  .news .news-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .news .news-desc {
    font-size: 14px;
  }
  .news .news-head {
    margin-bottom: 24px;
  }
  .news .news-list {
    gap: 16px;
  }
  .news .news-item--cover {
    flex-direction: column;
  }
  .news .news-item-cover {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 0;
    border-radius: var(--radius-xl, 16px) var(--radius-xl, 16px) 0 0;
  }
  .news .news-item--cover .news-item-body {
    border-radius: 0 0 var(--radius-xl, 16px) var(--radius-xl, 16px);
    padding: 16px 16px 20px;
  }
  .news .news-item-meta {
    margin-bottom: 12px;
  }
  .news .news-item-tag {
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 10px;
  }
  .news .news-item-date {
    font-size: 13px;
  }
  .news .news-item-title {
    font-size: 15px;
    max-height: 66px;
    margin-bottom: 12px;
  }
  .news .news-item-link {
    font-size: 13px;
    gap: 6px;
  }
  .news .news-item-link svg {
    width: 16px;
    height: 16px;
  }
  .news .news-item--stack {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .news .news-item--stack .news-item-body {
    padding: 18px 16px;
  }
}
@media (max-width: 575px) {
  .news .news-title {
    font-size: 24px;
  }
  .news .news-item-title {
    font-size: 14px;
    -webkit-line-clamp: 3;
    max-height: 72px;
  }
}
footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #050b18;
}
footer .footer-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
footer .footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
footer .footer-inner {
  position: relative;
  z-index: 2;
  padding: 96px 160px 0;
  box-sizing: border-box;
}
footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 64px;
}
footer .footer-brand {
  flex-shrink: 0;
  width: auto;
  max-width: none;
}
footer .footer-logo {
  width: 176px;
  height: 60px;
  aspect-ratio: 44 / 15;
  margin-bottom: 16px;
}
footer .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
footer .footer-intro {
  margin-bottom: 48px;
  color: var(--Semantic-text-white, #fff);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: normal;
  word-wrap: break-word;
  width: 360px;
}
footer .footer-qr img {
  display: block;
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 12px;
}
footer .footer-qr span {
  display: block;
  width: 120px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-menu {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: 48px;
}
footer .footer-menu-col {
  flex: 0 0 auto;
  width: fit-content;
}
footer .footer-menu-title {
  margin-bottom: 32px;
  color: var(--Semantic-text-white, #fff);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
footer .footer-menu-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-menu-col li + li {
  margin-top: 12px;
}
footer .footer-menu-col a {
  color: var(--Semantic-text-white, #fff);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
footer .footer-menu-col a:hover {
  opacity: 1;
}
footer .footer-contact {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 80px;
}
footer .footer-contact-item {
  flex: 327;
  min-width: 0;
  width: auto;
  padding: 16px 18px;
  border-radius: var(--radius-md, 8px);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  -webkit-backdrop-filter: blur(calc(var(--blur-lg, 16px) / 2));
  box-sizing: border-box;
}
footer .footer-contact-item:first-child {
  flex: 547;
}
footer .footer-contact-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
}
footer .footer-contact-row + .footer-contact-row {
  margin-top: 4px;
}
footer .footer-contact-label {
  color: var(--Semantic-text-white-60, rgba(255, 255, 255, 0.6));
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
}
footer .footer-contact-value {
  color: var(--Semantic-text-white, #fff);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
  min-width: 0;
}
footer .footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--Semantic-border-dark-subtle, rgba(255, 255, 255, 0.2));
  color: var(--Semantic-text-white-60, rgba(255, 255, 255, 0.6));
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-copy-l,
footer .footer-copy-r {
  flex-shrink: 0;
}
footer .footer-copy a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
footer .footer-copy a:hover {
  color: var(--Semantic-text-white, #fff);
}
@media (max-width: 1599px) {
  footer .footer-inner {
    padding: 80px 60px 0;
  }
  footer .footer-top {
    gap: 48px;
  }
  footer .footer-menu {
    gap: 32px;
  }
  footer .footer-intro {
    font-size: 20px;
  }
  footer .footer-menu-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1399px) {
  footer .footer-inner {
    padding: 72px 40px 0;
  }
  footer .footer-top {
    gap: 40px;
    margin-bottom: 48px;
  }
  footer .footer-intro {
    white-space: normal;
    max-width: 280px;
    font-size: 18px;
    margin-bottom: 32px;
  }
  footer .footer-menu {
    gap: 24px;
    flex-wrap: wrap;
  }
  footer .footer-menu-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .footer-menu-col a {
    font-size: 14px;
  }
  footer .footer-contact {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 56px;
  }
  footer .footer-contact-item {
    flex: 1 1 calc(50% - 8px);
    padding: 14px 18px;
  }
  footer .footer-contact-item:first-child {
    flex: 1 1 100%;
  }
  footer .footer-contact-label,
  footer .footer-contact-value {
    font-size: 14px;
  }
  footer .footer-copy {
    font-size: 14px;
    padding: 24px 0;
  }
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 0;
  }
  footer .footer-inner {
    padding: 64px 20px 0;
  }
  footer .footer-top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  footer .footer-brand {
    width: 100%;
  }
  footer .footer-intro {
    max-width: none;
    margin-bottom: 24px;
  }
  footer .footer-qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-menu {
    width: 100%;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }
  footer .footer-menu-col {
    width: auto;
  }
  footer .footer-contact {
    margin-bottom: 40px;
  }
  footer .footer-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  footer .footer-copy-l,
  footer .footer-copy-r {
    flex-shrink: 1;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-inner {
    padding: 48px 16px 0;
  }
  footer .footer-logo {
    width: 140px;
    height: 48px;
  }
  footer .footer-intro {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footer-qr img {
    width: 96px;
    height: 96px;
  }
  footer .footer-qr span {
    width: 96px;
    font-size: 14px;
  }
  footer .footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  footer .footer-menu-title {
    margin-bottom: 16px;
  }
  footer .footer-menu-col li + li {
    margin-top: 8px;
  }
  footer .footer-contact {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  footer .footer-contact-item,
  footer .footer-contact-item:first-child {
    flex: none;
    width: 100%;
    padding: 14px 16px;
  }
  footer .footer-copy {
    padding: 20px 0 24px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  footer .footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }
  footer .footer-menu-title {
    font-size: 15px;
  }
  footer .footer-menu-col a {
    font-size: 13px;
  }
  footer .footer-contact-label,
  footer .footer-contact-value {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* 公共内页 banner */
.page-banner {
  position: relative;
  width: 100%;
  height: 840px;
  overflow: hidden;
  background: #0a1a3a;
}
.page-banner .page-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-banner .page-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-banner .page-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 366px 160px 0;
  box-sizing: border-box;
}
.page-banner .page-banner-title {
  color: var(--Semantic-text-white, #fff);
  /* type/hero */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
}
.page-banner .page-banner-desc {
  margin: 0;
  color: var(--Semantic-text-white, #fff);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* 公共内页二级导航 */
.page-subnav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
}
.page-subnav .page-subnav-label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 78px;
  padding-left: 160px;
  padding-right: 24px;
  box-sizing: border-box;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  color: var(--Semantic-text-white, #fff);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-subnav .page-subnav-label img {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
  margin-right: 48px;
}
.page-subnav .page-subnav-label span {
  flex-shrink: 0;
  margin-right: 64px;
}
.page-subnav .page-subnav-label svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.page-subnav .page-subnav-menu {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  background: #f5f7fa;
}
.page-subnav .page-subnav-menu a {
  display: flex;
  padding: var(--spacing-space-4, 4px) var(--spacing-space-64, 64px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(12, 50, 176, 0.1);
  box-sizing: border-box;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s;
}
.page-subnav .page-subnav-menu a:last-child {
  border-right: none;
}
.page-subnav .page-subnav-menu a:hover,
.page-subnav .page-subnav-menu a.active {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1599px) {
  .page-banner {
    height: 720px;
  }
  .page-banner .page-banner-content {
    padding: 80px 60px 0;
  }
  .page-banner .page-banner-title {
    font-size: 48px;
  }
  .page-subnav .page-subnav-label {
    padding-left: 60px;
  }
  .page-subnav .page-subnav-label img {
    margin-right: 32px;
  }
  .page-subnav .page-subnav-label span {
    margin-right: 40px;
  }
  .page-subnav .page-subnav-menu a {
    padding: 4px 40px;
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .page-banner {
    height: 640px;
  }
  .page-banner .page-banner-content {
    padding: 80px 40px 0;
  }
  .page-banner .page-banner-title {
    font-size: 42px;
  }
  .page-banner .page-banner-desc {
    font-size: 16px;
  }
  .page-subnav {
    height: 68px;
  }
  .page-subnav .page-subnav-label {
    height: 68px;
    padding-left: 40px;
    padding-right: 16px;
    font-size: 16px;
  }
  .page-subnav .page-subnav-label img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
  }
  .page-subnav .page-subnav-label span {
    margin-right: 24px;
  }
  .page-subnav .page-subnav-label svg {
    width: 20px;
    height: 20px;
  }
  .page-subnav .page-subnav-menu a {
    padding: 4px 28px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-banner {
    height: 520px;
  }
  .page-banner .page-banner-content {
    padding: 64px 20px 160px;
    justify-content: center;
  }
  .page-banner .page-banner-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .page-banner .page-banner-desc {
    font-size: 15px;
  }
  .page-subnav {
    flex-direction: column;
    height: auto;
  }
  .page-subnav .page-subnav-label {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .page-subnav .page-subnav-label img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .page-subnav .page-subnav-label span {
    margin-right: auto;
  }
  .page-subnav .page-subnav-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: visible;
  }
  .page-subnav .page-subnav-menu::-webkit-scrollbar {
    display: none;
  }
  .page-subnav .page-subnav-menu a {
    flex: 1 1 auto;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    border-right: 1px solid rgba(12, 50, 176, 0.1);
    box-sizing: border-box;
  }
  .page-subnav .page-subnav-menu a:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .page-banner {
    height: min(100svh, 460px);
    min-height: 380px;
  }
  .page-banner .page-banner-content {
    padding: 64px 16px 150px;
    justify-content: center;
  }
  .page-banner .page-banner-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .page-banner .page-banner-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-subnav .page-subnav-label {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
  .page-subnav .page-subnav-label img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .page-subnav .page-subnav-menu a {
    flex: 1 1 auto;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .page-banner {
    height: min(100svh, 400px);
    min-height: 340px;
  }
  .page-banner .page-banner-content {
    padding: 56px 16px 140px;
    justify-content: center;
  }
  .page-banner .page-banner-title {
    font-size: 24px;
  }
  .page-banner .page-banner-desc {
    font-size: 13px;
  }
}

/* 企业简介 */
.page-about {
  position: relative;
  width: 100%;
  padding: 126px 0 208px;
  box-sizing: border-box;
  overflow: hidden;
}
.page-about .page-about-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-about .page-about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-about .page-about-inner {
  position: relative;
  z-index: 1;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-about .page-about-title {
  text-align: center;
  margin-bottom: 44px;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-about .page-about-desc {
  margin-bottom: 48px;
}
.page-about .page-about-desc p {
  margin: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.4px;
}
.page-about .page-about-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.page-about .page-about-stats-item {
  text-align: center;
}
.page-about .page-about-stats-item .num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.page-about .page-about-stats-item .num .counter,
.page-about .page-about-stats-item .num span {
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-about .page-about-stats-item .num i {
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-about .page-about-stats-item > p {
  margin: 0;
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-about .page-about-pic {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}
.page-about .page-about-pic img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1599px) {
  .page-about {
    padding: 100px 0 140px;
  }
  .page-about .page-about-inner {
    padding: 0 60px;
  }
  .page-about .page-about-title {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .page-about .page-about-desc {
    margin-bottom: 40px;
  }
  .page-about .page-about-desc p {
    font-size: 18px;
  }
  .page-about .page-about-stats {
    margin-bottom: 64px;
  }
  .page-about .page-about-stats-item .num .counter,
  .page-about .page-about-stats-item .num span {
    font-size: 64px;
  }
}
@media (max-width: 1399px) {
  .page-about {
    padding: 88px 0 112px;
  }
  .page-about .page-about-inner {
    padding: 0 40px;
  }
  .page-about .page-about-title {
    font-size: 36px;
    margin-bottom: 28px;
  }
  .page-about .page-about-desc {
    margin-bottom: 36px;
  }
  .page-about .page-about-desc p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .page-about .page-about-stats {
    gap: 24px;
    margin-bottom: 56px;
  }
  .page-about .page-about-stats-item .num .counter,
  .page-about .page-about-stats-item .num span {
    font-size: 52px;
  }
  .page-about .page-about-stats-item .num i,
  .page-about .page-about-stats-item > p {
    font-size: 16px;
  }
  .page-about .page-about-pic {
    border-radius: 16px;
  }
}
@media (max-width: 1199px) {
  .page-about {
    padding: 72px 0 80px;
  }
  .page-about .page-about-inner {
    padding: 0 20px;
  }
  .page-about .page-about-title {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: left;
  }
  .page-about .page-about-desc {
    margin-bottom: 32px;
  }
  .page-about .page-about-desc p {
    font-size: 15px;
    line-height: 1.75;
  }
  .page-about .page-about-desc p + p {
    margin-top: 12px;
  }
  .page-about .page-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    justify-content: initial;
    margin-bottom: 40px;
    padding: 8px 0;
  }
  .page-about .page-about-stats-item .num .counter,
  .page-about .page-about-stats-item .num span {
    font-size: 44px;
  }
  .page-about .page-about-stats-item .num i {
    font-size: 15px;
  }
  .page-about .page-about-stats-item > p {
    font-size: 14px;
    padding: 0 8px;
    line-height: 1.5;
  }
  .page-about .page-about-pic {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .page-about {
    padding: 48px 0 56px;
  }
  .page-about .page-about-inner {
    padding: 0 16px;
  }
  .page-about .page-about-title {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.35;
  }
  .page-about .page-about-desc {
    margin-bottom: 28px;
  }
  .page-about .page-about-desc p {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-about .page-about-stats {
    gap: 20px 12px;
    margin-bottom: 28px;
  }
  .page-about .page-about-stats-item .num {
    gap: 2px;
  }
  .page-about .page-about-stats-item .num .counter,
  .page-about .page-about-stats-item .num span {
    font-size: 32px;
  }
  .page-about .page-about-stats-item .num i {
    font-size: 13px;
  }
  .page-about .page-about-stats-item > p {
    font-size: 12px;
    padding: 0 4px;
  }
  .page-about .page-about-pic {
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .page-about .page-about-title {
    font-size: 20px;
  }
  .page-about .page-about-stats-item .num .counter,
  .page-about .page-about-stats-item .num span {
    font-size: 28px;
  }
}

/* 企业文化 */
.page-culture {
  position: relative;
  width: 100%;
  padding: 126px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.page-culture .page-culture-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-culture .page-culture-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-culture .page-culture-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-culture .page-culture-title {
  flex-shrink: 0;
  margin-top: 64px;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-culture .page-culture-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
.page-culture .page-culture-item {
  display: flex;
  width: 784px;
  padding: var(--spacing-space-48, 48px) var(--spacing-space-32, 32px);
  justify-content: space-between;
  align-items: center;
  border-radius: var(--radius-xl, 16px);
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  transition: box-shadow 0.3s;
}
.page-culture .page-culture-item:hover {
  border-radius: var(--radius-xl, 16px);
  background: rgba(255, 255, 255, 0.4);
  /* shadow/high */
  box-shadow: 0 10px 40px 0 rgba(12, 50, 176, 0.2);
}
.page-culture .page-culture-item-text {
  min-width: 0;
}
.page-culture .page-culture-item-label {
  margin-bottom: 8px;
  color: var(--Semantic-text-brand, #0c32b0);
  text-align: left;
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-culture .page-culture-item-value {
  color: var(--Semantic-text-primary, #2e2e2e);
  text-align: left;
  /* type/h3 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h2-sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.page-culture .page-culture-item-icon {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 16.5px 15.5px 15.5px 16.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
  box-sizing: border-box;
}
.page-culture .page-culture-item-icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
@media (max-width: 1599px) {
  .page-culture {
    padding: 100px 0;
  }
  .page-culture .page-culture-inner {
    gap: 48px;
    padding: 0 60px;
  }
  .page-culture .page-culture-title {
    font-size: 40px;
  }
  .page-culture .page-culture-item {
    width: min(784px, 100%);
    padding: 40px 28px;
  }
  .page-culture .page-culture-item-value {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .page-culture {
    padding: 88px 0;
  }
  .page-culture .page-culture-inner {
    gap: 40px;
    padding: 0 40px;
  }
  .page-culture .page-culture-title {
    font-size: 36px;
  }
  .page-culture .page-culture-item {
    padding: 32px 24px;
  }
  .page-culture .page-culture-item-label {
    font-size: 18px;
  }
  .page-culture .page-culture-item-value {
    font-size: 24px;
  }
  .page-culture .page-culture-item-icon {
    width: 64px;
    height: 64px;
    padding: 12px;
  }
  .page-culture .page-culture-item-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1199px) {
  .page-culture {
    padding: 72px 0;
  }
  .page-culture .page-culture-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 0 20px;
  }
  .page-culture .page-culture-title {
    margin-top: 0;
    font-size: 32px;
  }
  .page-culture .page-culture-list {
    width: 100%;
  }
  .page-culture .page-culture-item {
    width: 100%;
    padding: 28px 20px;
  }
  .page-culture .page-culture-item-value {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-culture {
    padding: 48px 0;
  }
  .page-culture .page-culture-inner {
    gap: 24px;
    padding: 0 16px;
  }
  .page-culture .page-culture-title {
    font-size: 28px;
  }
  .page-culture .page-culture-list {
    gap: 16px;
  }
  .page-culture .page-culture-item {
    padding: 20px 16px;
    gap: 16px;
  }
  .page-culture .page-culture-item-label {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .page-culture .page-culture-item-value {
    font-size: 18px;
  }
  .page-culture .page-culture-item-icon {
    width: 52px;
    height: 52px;
    padding: 10px;
  }
  .page-culture .page-culture-item-icon svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 575px) {
  .page-culture .page-culture-title {
    font-size: 24px;
  }
  .page-culture .page-culture-item-value {
    font-size: 16px;
  }
}

/* 发展历程 */
.page-history {
  position: relative;
  width: 100%;
  padding: 126px 0 26px;
  box-sizing: border-box;
  overflow: hidden;
}
.page-history .page-history-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-history .page-history-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-history .page-history-inner {
  position: relative;
  z-index: 1;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-history .page-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-history .page-history-title {
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-history .page-history-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-history-nav-btn {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 18px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--Semantic-text-brand, #0c32b0);
  background: transparent;
  color: var(--Semantic-text-brand, #0c32b0);
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}
.page-history-nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.page-history-nav-btn svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.4s ease;
}
.page-history-nav-btn:hover {
  border-color: var(--1, #53ab46);
  color: #fff;
}
.page-history-nav-btn:hover::before {
  opacity: 1;
}
.page-history-nav-btn:active {
  transform: scale(0.96);
}
.page-history .page-history-timeline {
  position: relative;
  width: 100%;
  height: 680px;
  margin-top: 64px;
}
.page-history .page-history-axis {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100vw;
  height: 2px;
  transform: translate(-50%, -50%);
  background: rgba(12, 50, 176, 0.35);
  pointer-events: none;
}
.page-history .history-swiper,
.page-history .history-swiper .swiper-wrapper,
.page-history .history-swiper .swiper-slide {
  height: 100%;
}
.page-history .history-swiper .swiper-slide {
  width: 360px;
  position: relative;
  overflow: visible;
}
.page-history .history-item {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
}
.page-history .history-item--up {
  bottom: 50%;
  transform: translateY(11px);
}
.page-history .history-item--down {
  top: 50%;
  transform: translateY(-11px);
}
.page-history .history-item-line {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 230px;
  flex-shrink: 0;
  line-height: 0;
  pointer-events: none;
}
.page-history .history-item-line img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.page-history .history-item-body {
  position: relative;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 4px;
}
.page-history .history-item--up .history-item-body {
  transform: translate(-10px, -4px);
}
.page-history .history-item--down .history-item-body {
  transform: translate(-10px, 50px);
}
.page-history .history-item-year {
  color: var(--Semantic-text-brand, #0c32b0);
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
}
.page-history .history-item-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-history .history-item-list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.page-history .history-item-list li svg {
  width: 20px;
  height: 32px;
  display: block;
  flex-shrink: 0;
  margin-right: 2px;
}
.page-history .history-item-list li span {
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .page-history {
    padding: 100px 0 24px;
  }
  .page-history .page-history-inner {
    padding: 0 60px;
  }
  .page-history .page-history-title {
    font-size: 40px;
  }
  .page-history .page-history-timeline {
    height: 600px;
    margin-top: 48px;
  }
  .page-history .history-swiper .swiper-slide {
    width: 320px;
  }
  .page-history .history-item,
  .page-history .history-item-line {
    height: 210px;
  }
  .page-history .history-item-year {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .page-history {
    padding: 88px 0 24px;
  }
  .page-history .page-history-inner {
    padding: 0 40px;
  }
  .page-history .page-history-title {
    font-size: 36px;
  }
  .page-history-nav-btn {
    width: 52px;
    height: 52px;
    padding: 14px;
  }
  .page-history-nav-btn svg {
    width: 20px;
    height: 20px;
  }
  .page-history .page-history-timeline {
    height: 540px;
    margin-top: 40px;
  }
  .page-history .history-swiper .swiper-slide {
    width: 280px;
  }
  .page-history .history-item,
  .page-history .history-item-line {
    height: 190px;
  }
  .page-history .history-item-line {
    width: 44px;
  }
  .page-history .history-item-year {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .page-history .history-item-list li span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-history {
    padding: 72px 0 20px;
  }
  .page-history .page-history-inner {
    padding: 0 20px;
  }
  .page-history .page-history-title {
    font-size: 32px;
  }
  .page-history .page-history-nav {
    gap: 16px;
  }
  .page-history-nav-btn {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
  .page-history .page-history-timeline {
    height: 480px;
    margin-top: 32px;
  }
  .page-history .history-swiper .swiper-slide {
    width: 240px;
  }
  .page-history .history-item,
  .page-history .history-item-line {
    height: 170px;
  }
  .page-history .history-item-line {
    width: 36px;
  }
  .page-history .history-item--down .history-item-body {
    transform: translate(-6px, 36px);
  }
  .page-history .history-item-year {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .page-history .history-item-list li {
    white-space: normal;
    align-items: flex-start;
  }
  .page-history .history-item-list li span {
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
  }
  .page-history .history-item-list li svg {
    width: 16px;
    height: 24px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .page-history {
    padding: 48px 0 16px;
  }
  .page-history .page-history-inner {
    padding: 0 16px;
  }
  .page-history .page-history-head {
    gap: 16px;
  }
  .page-history .page-history-title {
    font-size: 28px;
  }
  .page-history-nav-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .page-history-nav-btn svg {
    width: 18px;
    height: 18px;
  }
  .page-history .page-history-timeline {
    height: 420px;
    margin-top: 24px;
  }
  .page-history .history-swiper .swiper-slide {
    width: 200px;
  }
  .page-history .history-item,
  .page-history .history-item-line {
    height: 150px;
  }
  .page-history .history-item-line {
    width: 28px;
  }
  .page-history .history-item--up {
    transform: translateY(8px);
  }
  .page-history .history-item--down {
    transform: translateY(-8px);
  }
  .page-history .history-item--up .history-item-body {
    transform: translate(-4px, -2px);
  }
  .page-history .history-item--down .history-item-body {
    transform: translate(-4px, 28px);
  }
  .page-history .history-item-year {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .page-history .history-item-list {
    gap: 2px;
  }
  .page-history .history-item-list li span {
    font-size: 12px;
  }
  .page-history .history-item-list li svg {
    width: 14px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .page-history .page-history-title {
    font-size: 24px;
  }
  .page-history .page-history-timeline {
    height: 380px;
  }
  .page-history .history-swiper .swiper-slide {
    width: 180px;
  }
  .page-history .history-item-year {
    font-size: 22px;
  }
}

/* 荣誉资质内页 */
.page-honors {
  position: relative;
  width: 100%;
  padding: 126px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.page-honors .page-honors-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-honors .page-honors-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-honors .page-honors-inner {
  position: relative;
  z-index: 1;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-honors .page-honors-title {
  width: fit-content;
  margin: 0 auto 12px;
  text-align: center;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-honors .page-honors-desc {
  text-align: center;
  margin-bottom: 128px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-honors .page-honors-slider {
  width: 100%;
}
.page-honors .page-honors-swiper {
  width: 100%;
  overflow: hidden;
}
.page-honors .page-honors-card {
  position: relative;
  width: 100%;
  aspect-ratio: 374 / 223;
  box-sizing: border-box;
}
.page-honors .page-honors-card-pic {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  display: block;
}
.page-honors .page-honors-card-border {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  display: block;
}
.page-honors .page-honors-controls {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
}
.page-honors .page-honors-progress {
  flex: 1;
  min-width: 0;
  height: 6px;
  background: rgba(29, 32, 135, 0.1);
  overflow: hidden;
}
.page-honors .page-honors-progress-bar {
  height: 100%;
  width: 0;
  background: #1d2087;
  will-change: transform, width;
}
.page-honors .page-honors-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .page-honors {
    padding: 100px 0;
  }
  .page-honors .page-honors-inner {
    padding: 0 60px;
  }
  .page-honors .page-honors-title {
    font-size: 40px;
  }
  .page-honors .page-honors-desc {
    margin-bottom: 96px;
    font-size: 20px;
  }
  .page-honors .page-honors-controls {
    margin-top: 48px;
  }
}
@media (max-width: 1399px) {
  .page-honors {
    padding: 88px 0;
  }
  .page-honors .page-honors-inner {
    padding: 0 40px;
  }
  .page-honors .page-honors-title {
    font-size: 36px;
  }
  .page-honors .page-honors-desc {
    margin-bottom: 72px;
    font-size: 18px;
  }
  .page-honors .page-honors-controls {
    gap: 24px;
    margin-top: 40px;
  }
  .page-honors .page-honors-nav {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .page-honors {
    padding: 72px 0;
  }
  .page-honors .page-honors-inner {
    padding: 0 20px;
  }
  .page-honors .page-honors-title {
    font-size: 32px;
  }
  .page-honors .page-honors-desc {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .page-honors .page-honors-controls {
    gap: 16px;
    margin-top: 32px;
  }
  .page-honors .page-honors-progress {
    height: 4px;
  }
  .page-honors .page-honors-nav {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .page-honors {
    padding: 48px 0;
  }
  .page-honors .page-honors-inner {
    padding: 0 16px;
  }
  .page-honors .page-honors-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .page-honors .page-honors-desc {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .page-honors .page-honors-controls {
    margin-top: 24px;
  }
  .page-honors .page-honors-card-pic {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
@media (max-width: 575px) {
  .page-honors .page-honors-title {
    font-size: 24px;
  }
  .page-honors .page-honors-controls {
    flex-wrap: wrap;
  }
  .page-honors .page-honors-progress {
    flex: 1 1 100%;
    order: 2;
  }
  .page-honors .page-honors-nav {
    margin-left: auto;
    order: 1;
  }
}

/* 条件能力 */
.page-capability {
  position: relative;
  width: 100%;
  padding: 128px 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #e3efff 97.21%);
  overflow: hidden;
}
.page-capability .page-capability-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-capability .page-capability-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-capability .page-capability-inner {
  position: relative;
  z-index: 1;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-capability--test {
  background: transparent;
}
.page-capability .page-capability-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
.page-capability .page-capability-head-l {
  flex-shrink: 0;
}
.page-capability .page-capability-title {
  flex-shrink: 0;
  width: fit-content;
  text-align: left;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-capability .page-capability-desc {
  margin-top: 12px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-capability .page-capability-stats {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-shrink: 0;
}
.page-capability .page-capability-stats-item {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.page-capability .page-capability-stats-item .num {
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-capability .page-capability-stats-item .label {
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-capability .page-capability-gallery {
  display: grid;
  grid-template-columns: minmax(0, 396fr) minmax(0, 377fr) minmax(0, 377fr) minmax(0, 377fr);
  grid-template-rows: auto auto;
  column-gap: 23px;
  row-gap: 30px;
}
.page-capability .page-capability-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 377 / 252;
}
.page-capability .page-capability-gallery-item--tall {
  grid-column: 1;
  grid-row: 1 / 3;
  aspect-ratio: auto;
  height: 100%;
}
.page-capability .page-capability-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.page-capability .page-capability-gallery-item:hover img {
  transform: scale(1.08);
}
.page-capability .page-capability-gallery-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: var(--spacing-space-24, 24px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  color: var(--Semantic-text-white, #fff);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 49.7%, rgba(0, 0, 0, 0.6) 100%);
}
.page-capability .page-capability-gallery--test {
  grid-template-columns: minmax(0, 794fr) minmax(0, 377fr) minmax(0, 377fr);
  column-gap: 24px;
  row-gap: 32px;
}
.page-capability .page-capability-gallery--test .page-capability-gallery-item {
  border-radius: 16px;
  aspect-ratio: 377 / 252;
}
.page-capability .page-capability-gallery--test .page-capability-gallery-item--tall {
  aspect-ratio: auto;
  height: 100%;
}
.page-capability .page-capability-gallery--test .page-capability-gallery-title {
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1599px) {
  .page-capability {
    padding: 100px 0;
  }
  .page-capability .page-capability-inner {
    padding: 0 60px;
  }
  .page-capability .page-capability-title {
    font-size: 40px;
  }
  .page-capability .page-capability-head {
    margin-bottom: 64px;
  }
  .page-capability .page-capability-stats {
    gap: 64px;
  }
  .page-capability .page-capability-stats-item .num {
    font-size: 64px;
    line-height: 1;
  }
  .page-capability .page-capability-gallery {
    column-gap: 20px;
    row-gap: 24px;
  }
}
@media (max-width: 1399px) {
  .page-capability {
    padding: 88px 0;
  }
  .page-capability .page-capability-inner {
    padding: 0 40px;
  }
  .page-capability .page-capability-title {
    font-size: 36px;
  }
  .page-capability .page-capability-desc {
    font-size: 18px;
  }
  .page-capability .page-capability-head {
    margin-bottom: 48px;
    gap: 28px;
  }
  .page-capability .page-capability-stats {
    gap: 40px;
  }
  .page-capability .page-capability-stats-item .num {
    font-size: 52px;
  }
  .page-capability .page-capability-stats-item .label {
    font-size: 16px;
  }
  .page-capability .page-capability-gallery {
    column-gap: 16px;
    row-gap: 20px;
  }
  .page-capability .page-capability-gallery-title {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-capability {
    padding: 72px 0;
  }
  .page-capability .page-capability-inner {
    padding: 0 20px;
  }
  .page-capability .page-capability-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
  }
  .page-capability .page-capability-title {
    font-size: 32px;
    text-align: left;
  }
  .page-capability .page-capability-desc {
    font-size: 16px;
  }
  .page-capability .page-capability-stats {
    flex-wrap: wrap;
    gap: 20px 32px;
  }
  .page-capability .page-capability-stats-item .num {
    font-size: 44px;
  }
  .page-capability .page-capability-stats-item .label {
    font-size: 14px;
  }
  .page-capability .page-capability-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    column-gap: 16px;
    row-gap: 16px;
  }
  .page-capability .page-capability-gallery-item--tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 377 / 252;
    height: auto;
  }
  .page-capability .page-capability-gallery--test {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
  }
  .page-capability .page-capability-gallery-title {
    padding: 14px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-capability {
    padding: 48px 0;
  }
  .page-capability .page-capability-inner {
    padding: 0 16px;
  }
  .page-capability .page-capability-title {
    font-size: 28px;
  }
  .page-capability .page-capability-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .page-capability .page-capability-head {
    margin-bottom: 24px;
    gap: 16px;
  }
  .page-capability .page-capability-stats {
    gap: 12px 20px;
  }
  .page-capability .page-capability-stats-item .num {
    font-size: 32px;
  }
  .page-capability .page-capability-stats-item .label {
    font-size: 12px;
  }
  .page-capability .page-capability-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-capability .page-capability-gallery--test {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-capability .page-capability-gallery-item,
  .page-capability .page-capability-gallery--test .page-capability-gallery-item {
    border-radius: 12px;
  }
  .page-capability .page-capability-gallery-title,
  .page-capability .page-capability-gallery--test .page-capability-gallery-title {
    border-radius: 0 0 12px 12px;
    padding: 12px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .page-capability .page-capability-title {
    font-size: 24px;
  }
  .page-capability .page-capability-stats-item .num {
    font-size: 28px;
  }
}
/* 生产装配 / 试验试车：仅电脑端左侧大图 24px，其余图 20px */
@media (min-width: 1400px) {
  .page-capability .page-capability-gallery-item:not(.page-capability-gallery-item--tall) .page-capability-gallery-title {
    color: var(--Semantic-text-white, #fff);
    font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .page-capability .page-capability-gallery-item--tall .page-capability-gallery-title {
    color: var(--Semantic-text-white, #fff);
    font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}
.page-product {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-product .page-product-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-product .page-product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-product .page-product-inner {
  position: relative;
  z-index: 1;
  padding: 206px 160px 80px;
  box-sizing: border-box;
}
.page-product .page-product-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.page-product .page-product-info {
  flex-shrink: 0;
}
.page-product .page-product-title {
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 64px;
}
.page-product .page-product-btn {
  gap: var(--spacing-space-32, 32px);
  color: var(--Semantic-action-text-white, #fff);
  border: none;
  background: #101c75;
  background-image: none;
  background-origin: border-box;
  background-clip: border-box;
  transition: font-weight 0.35s;
}
.page-product .page-product-btn svg {
  width: 24px;
  height: 24px;
  color: var(--Semantic-action-text-white, #fff);
}
.page-product .page-product-btn::before {
  display: block;
  background: #012d9c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
}
.page-product .page-product-btn:hover,
.page-product .page-product-btn.is-enter {
  border: none;
  background: #101c75;
  background-image: none;
  color: var(--Semantic-action-text-white, #fff);
  font-weight: 700;
}
.page-product .page-product-btn.is-enter::before {
  transform-origin: left center;
  transform: scaleX(1);
}
.page-product .page-product-btn.is-leave::before {
  transform-origin: right center;
  transform: scaleX(0);
}
.page-product .page-product-img {
  flex: 1;
  min-width: 0;
  max-width: 960px;
}
.page-product .page-product-img img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}
.page-product .page-product-cards {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 80px;
}
.page-product .page-product-card {
  position: relative;
  width: 376px;
  height: 240px;
  flex-shrink: 0;
}
.page-product .page-product-card::before,
.page-product .page-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: path("M8 0.5H368C372.142 0.5 375.5 3.85786 375.5 8V191.99C375.5 193.286 375.164 194.559 374.525 195.687L362.569 216.796L351.389 235.803C350.041 238.093 347.582 239.5 344.925 239.5H8C3.85787 239.5 0.500002 236.142 0.5 232V8C0.500004 3.85787 3.85787 0.5 8 0.5Z");
}
.page-product .page-product-card::before {
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.page-product .page-product-card::after {
  z-index: 0;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.page-product .page-product-card:hover::after {
  opacity: 1;
}
.page-product .page-product-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.page-product .page-product-card-bg path {
  fill: transparent;
}
.page-product .page-product-card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px 26px;
  box-sizing: border-box;
  text-align: left;
}
.page-product .page-product-card-title {
  color: var(--Semantic-text-primary, #2e2e2e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
  transition: color 0.35s ease;
}
.page-product .page-product-card-line {
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  margin-bottom: 24px;
  transition: background 0.35s ease;
}
.page-product .page-product-card-body p {
  margin: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.35s ease;
}
.page-product .page-product-card:hover .page-product-card-title,
.page-product .page-product-card:hover .page-product-card-body p {
  color: var(--Semantic-text-white, #fff);
}
.page-product .page-product-card:hover .page-product-card-line {
  background: #fff;
}
.page-product-params {
  width: 100%;
  padding: 128px 0;
  box-sizing: border-box;
  background: linear-gradient(140deg, #ebf4ff 22.73%, #e2efff 77.93%);
}
.page-product-params .page-product-params-inner {
  padding: 0 160px;
  box-sizing: border-box;
}
.page-product-params .page-product-params-title {
  color: var(--Semantic-text-primary, #2e2e2e);
  text-align: center;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 80px;
}
.page-product-params .page-product-params-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-product-params .page-product-params-table th,
.page-product-params .page-product-params-table td {
  width: 266.66px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.page-product-params .page-product-params-table thead tr {
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
}
.page-product-params .page-product-params-table thead th {
  padding: 12px 10px;
  background: transparent;
  color: var(--Semantic-text-white, #fff);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-right: 1px solid var(--Semantic-border-dark-subtle, rgba(255, 255, 255, 0.2));
}
.page-product-params .page-product-params-table thead th:last-child {
  border-right: none;
}
.page-product-params .page-product-params-table tbody td {
  padding: var(--spacing-space-16, 16px) 10px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid var(--Semantic-border-light, #e5e7eb);
  background: #fff;
}
.page-product-params .page-product-params-table tbody td:nth-child(2n) {
  background: linear-gradient(rgba(12, 50, 176, 0.06), rgba(12, 50, 176, 0.06)), #fff;
}
@media (max-width: 1599px) {
  .page-product .page-product-inner {
    padding: 160px 60px 64px;
  }
  .page-product .page-product-main {
    gap: 48px;
  }
  .page-product .page-product-title {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .page-product .page-product-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 64px;
    justify-content: initial;
  }
  .page-product .page-product-card {
    width: 100%;
    height: auto;
    aspect-ratio: 376 / 183;
    flex-shrink: 1;
    height: 220px;
  }
  .page-product .page-product-card::before,
  .page-product .page-product-card::after {
    clip-path: none;
    border-radius: 8px;
  }
  .page-product .page-product-card-bg {
    display: none;
  }
  .page-product .page-product-card-body {
    padding: 20px 18px;
  }
  .page-product .page-product-card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-product .page-product-card-line {
    margin-bottom: 14px;
  }
  .page-product .page-product-card-body p {
    font-size: 14px;
  }
  .page-product-params {
    padding: 100px 0;
  }
  .page-product-params .page-product-params-inner {
    padding: 0 60px;
  }
  .page-product-params .page-product-params-title {
    font-size: 40px;
    margin-bottom: 56px;
  }
  .page-product-params .page-product-params-table th,
  .page-product-params .page-product-params-table td {
    width: auto;
  }
  .page-product-params .page-product-params-table thead th,
  .page-product-params .page-product-params-table tbody td {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .page-product .page-product-inner {
    padding: 140px 40px 56px;
  }
  .page-product .page-product-main {
    gap: 32px;
  }
  .page-product .page-product-title {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .page-product .page-product-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 48px;
  }
  .page-product .page-product-card-body {
    padding: 24px 28px;
  }
  .page-product .page-product-card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-product .page-product-card-line {
    margin-bottom: 18px;
  }
  .page-product .page-product-card-body p {
    font-size: 15px;
  }
  .page-product-params {
    padding: 88px 0;
  }
  .page-product-params .page-product-params-inner {
    padding: 0 40px;
  }
  .page-product-params .page-product-params-title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  .page-product-params .page-product-params-table thead th,
  .page-product-params .page-product-params-table tbody td {
    font-size: 15px;
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) {
  .page-product .page-product-inner {
    padding: 120px 20px 48px;
  }
  .page-product .page-product-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .page-product .page-product-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .page-product .page-product-img {
    max-width: none;
    width: 100%;
  }
  .page-product .page-product-cards {
    gap: 16px;
    margin-top: 40px;
  }
  .page-product .page-product-card-body {
    padding: 20px;
  }
  .page-product .page-product-card-title {
    font-size: 18px;
  }
  .page-product .page-product-card-body p {
    font-size: 14px;
  }
  .page-product-params {
    padding: 72px 0;
  }
  .page-product-params .page-product-params-inner {
    padding: 0 20px;
    overflow: visible;
  }
  .page-product-params .page-product-params-title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .page-product-params .page-product-params-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-product-params .page-product-params-table {
    min-width: 720px;
  }
  .page-product-params .page-product-params-table thead th,
  .page-product-params .page-product-params-table tbody td {
    font-size: 14px;
    padding: 10px 6px;
  }
}
@media (max-width: 767px) {
  .page-product .page-product-inner {
    padding: 100px 16px 40px;
  }
  .page-product .page-product-main {
    gap: 24px;
  }
  .page-product .page-product-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-product .page-product-btn {
    gap: 16px;
  }
  .page-product .page-product-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .page-product .page-product-card {
    aspect-ratio: auto;
    min-height: 140px;
  }
  .page-product .page-product-card-body {
    padding: 20px 18px 22px;
    height: auto;
  }
  .page-product .page-product-card-title {
    font-size: 17px;
  }
  .page-product .page-product-card-line {
    width: 56px;
    margin-bottom: 12px;
  }
  .page-product .page-product-card-body p {
    font-size: 13px;
    line-height: 1.55;
  }
  .page-product-params {
    padding: 48px 0;
  }
  .page-product-params .page-product-params-inner {
    padding: 0 16px;
  }
  .page-product-params .page-product-params-title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.35;
  }
  .page-product-params .page-product-params-table {
    min-width: 640px;
  }
  .page-product-params .page-product-params-table thead th,
  .page-product-params .page-product-params-table tbody td {
    font-size: 13px;
    padding: 10px 4px;
  }
}
@media (max-width: 575px) {
  .page-product .page-product-title {
    font-size: 24px;
  }
  .page-product .page-product-card {
    min-height: 128px;
  }
  .page-product-params .page-product-params-title {
    font-size: 20px;
  }
}
.page-solutions-block {
  width: 100%;
  padding: 130px 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-solutions-block--white {
  background: #fff;
}
.page-solutions-block .page-solutions-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-solutions-block--reverse .page-solutions-inner {
  flex-direction: row-reverse;
}
.page-solutions-block .page-solutions-media,
.page-solutions-detail-banner .page-solutions-media {
  flex: none;
  width: 800px;
  min-width: 0;
  padding: 0px 0px;
  border-radius: var(--radius-xl, 16px);
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.page-solutions-block .page-solutions-media img,
.page-solutions-detail-banner .page-solutions-media img {
  width: 100%;
  height: auto;
  display: block;
}
.page-solutions-block .page-solutions-info,
.page-solutions-detail-banner .page-solutions-info {
  width: 720px;
  flex-shrink: 0;
}
.page-solutions-block .page-solutions-title,
.page-solutions-detail-banner .page-solutions-title {
  overflow: hidden;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-overflow: ellipsis;
  /* type/h2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  /*white-space: nowrap;*/
  display: -webkit-box;           /* 必须结合的属性，将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;   /* 必须结合的属性，设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;          /* 核心属性，限制显示的行数为2行 */
  overflow: hidden;               /* 隐藏超出的内容 */
  text-overflow: ellipsis;        /* 超出部分显示省略号 */
}
.page-solutions-block .page-solutions-line,
.page-solutions-detail-banner .page-solutions-line {
  position: relative;
  width: 720px;
  max-width: 100%;
  height: 2px;
  margin: 24px 0 48px;
  background: transparent;
}
.page-solutions-block .page-solutions-line i,
.page-solutions-detail-banner .page-solutions-line i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
}
.page-solutions-block .page-solutions-desc,
.page-solutions-detail-banner .page-solutions-desc {
  margin: 0 0 80px;
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/Text */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.page-solutions-block .page-solutions-btn,
.page-solutions-detail-banner .page-solutions-btn {
  color: var(--Semantic-action-text-white, #fff);
  border: none;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-image: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-origin: border-box;
  background-clip: border-box;
  transition: font-weight 0.35s;
}
.page-solutions-block .page-solutions-btn::before,
.page-solutions-detail-banner .page-solutions-btn::before {
  display: block;
  background: #012d9c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
}
.page-solutions-block .page-solutions-btn:hover,
.page-solutions-block .page-solutions-btn.is-enter,
.page-solutions-detail-banner .page-solutions-btn:hover,
.page-solutions-detail-banner .page-solutions-btn.is-enter {
  border: none;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-image: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  color: var(--Semantic-action-text-white, #fff);
  font-weight: 700;
}
.page-solutions-block .page-solutions-btn.is-enter::before,
.page-solutions-detail-banner .page-solutions-btn.is-enter::before {
  transform-origin: left center;
  transform: scaleX(1);
}
.page-solutions-block .page-solutions-btn.is-leave::before,
.page-solutions-detail-banner .page-solutions-btn.is-leave::before {
  transform-origin: right center;
  transform: scaleX(0);
}
@media (max-width: 1599px) {
  .page-solutions-block {
    padding: 100px 0;
  }
  .page-solutions-block .page-solutions-inner {
    gap: 48px;
    padding: 0 60px;
  }
  .page-solutions-block .page-solutions-media {
    width: min(640px, 52%);
    flex: 1 1 0;
    padding: 20px 40px;
  }
  .page-solutions-block .page-solutions-info {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
  .page-solutions-block .page-solutions-title {
    font-size: 36px;
    white-space: normal;
  }
  .page-solutions-block .page-solutions-line {
    width: 100%;
    margin: 20px 0 36px;
  }
  .page-solutions-block .page-solutions-desc {
    margin: 0 0 48px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 1399px) {
  .page-solutions-block {
    padding: 88px 0;
  }
  .page-solutions-block .page-solutions-inner {
    gap: 36px;
    padding: 0 40px;
  }
  .page-solutions-block .page-solutions-media {
    width: min(560px, 48%);
    padding: 16px 28px;
  }
  .page-solutions-block .page-solutions-title {
    font-size: 32px;
  }
  .page-solutions-block .page-solutions-line {
    margin: 16px 0 28px;
  }
  .page-solutions-block .page-solutions-line i {
    width: 96px;
  }
  .page-solutions-block .page-solutions-desc {
    margin: 0 0 36px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-solutions-block {
    padding: 64px 0;
  }
  .page-solutions-block .page-solutions-inner,
  .page-solutions-block--reverse .page-solutions-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding: 0 20px;
  }
  .page-solutions-block .page-solutions-media {
    width: 100%;
    flex: none;
    padding: 16px 24px;
  }
  .page-solutions-block .page-solutions-info {
    width: 100%;
    flex: none;
  }
  .page-solutions-block .page-solutions-title {
    font-size: 28px;
  }
  .page-solutions-block .page-solutions-line {
    margin: 14px 0 24px;
  }
  .page-solutions-block .page-solutions-desc {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .page-solutions-block {
    padding: 48px 0;
  }
  .page-solutions-block .page-solutions-inner,
  .page-solutions-block--reverse .page-solutions-inner {
    gap: 20px;
    padding: 0 16px;
  }
  .page-solutions-block .page-solutions-media {
    padding: 12px 16px;
    border-radius: 12px;
  }
  .page-solutions-block .page-solutions-title {
    font-size: 24px;
    line-height: 1.35;
  }
  .page-solutions-block .page-solutions-line {
    margin: 12px 0 20px;
  }
  .page-solutions-block .page-solutions-line i {
    width: 72px;
    height: 3px;
  }
  .page-solutions-block .page-solutions-desc {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 575px) {
  .page-solutions-block {
    padding: 40px 0;
  }
  .page-solutions-block .page-solutions-media {
    padding: 10px 12px;
  }
  .page-solutions-block .page-solutions-title {
    font-size: 20px;
  }
  .page-solutions-block .page-solutions-desc {
    font-size: 13px;
    margin: 0 0 20px;
  }
}
.page-solutions-detail-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-solutions-detail-banner .page-solutions-detail-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-solutions-detail-banner .page-solutions-detail-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-solutions-detail-banner .page-solutions-detail-inner {
  position: relative;
  z-index: 1;
  padding: 153px 160px 154px;
  box-sizing: border-box;
}
.page-solutions-detail-banner .page-solutions-detail-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.page-solutions-detail-banner .page-solutions-title-wrap {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 48px;
}
.page-solutions-detail-banner .page-solutions-title {
  overflow: hidden;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-overflow: ellipsis;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  white-space: nowrap;
  margin-bottom: 24px;
}
.page-solutions-detail-banner .page-solutions-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 0;
  background: transparent;
}
.page-solutions-detail-banner .page-solutions-desc {
  margin: 0 0 80px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/Text */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.page-solutions-detail-banner .page-solutions-detail-crumb {
  position: absolute;
  left: 160px;
  right: 160px;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 32px 0;
  box-sizing: border-box;
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-solutions-detail-banner .page-solutions-detail-crumb a {
  color: var(--Semantic-text-secondary, #5e5e5e);
  text-decoration: none;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--Semantic-text-secondary, #5e5e5e);
  transition: -webkit-text-fill-color 0.35s ease, color 0.35s ease;
}
.page-solutions-detail-banner .page-solutions-detail-crumb a:hover {
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.page-solutions-detail-banner .page-solutions-detail-crumb svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
.page-solutions-detail-banner .page-solutions-detail-crumb em {
  font-style: normal;
  color: var(--Semantic-text-secondary, #5e5e5e);
}
.page-solutions-detail-features {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fff;
}
.page-solutions-detail-features .page-solutions-detail-features-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-solutions-detail-features .page-solutions-detail-features-title {
  flex-shrink: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.page-solutions-detail-features .page-solutions-detail-features-list {
  flex: 1;
  min-width: 0;
  max-width: 1120px;
}
.page-solutions-detail-features .page-solutions-detail-features-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--Semantic-border-storg, #cacaca);
}
.page-solutions-detail-features .page-solutions-detail-features-item + .page-solutions-detail-features-item {
  margin-top: 8px;
}
.page-solutions-detail-features .page-solutions-detail-features-item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.page-solutions-detail-features .page-solutions-detail-features-item-head svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: block;
}
.page-solutions-detail-features .page-solutions-detail-features-item-title {
  color: var(--Semantic-text-brand, #0c32b0);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-solutions-detail-features .page-solutions-detail-features-item-desc {
  margin: 0;
  padding-left: 44px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.page-solutions-detail-specs {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-solutions-detail-specs .page-solutions-detail-specs-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-solutions-detail-specs .page-solutions-detail-specs-title {
  flex-shrink: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.page-solutions-detail-specs .page-solutions-detail-specs-content {
  flex: 1;
  min-width: 0;
  max-width: 1120px;
  width: 100%;
  overflow: visible;
}
/* 富文本表格：直接写 table/tr/th/td，无需类名，支持合并单元格 */
.page-solutions-detail-specs .page-solutions-detail-specs-content table,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}
.page-solutions-detail-specs .page-solutions-detail-specs-content thead,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap thead,
.page-solutions-detail-specs .page-solutions-detail-specs-content thead tr,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap thead tr,
.page-solutions-detail-specs .page-solutions-detail-specs-content tr:has(> th):not(:has(> td)),
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap tr:has(> th):not(:has(> td)) {
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
}
.page-solutions-detail-specs .page-solutions-detail-specs-content th,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th {
  padding: 12px 10px;
  background: transparent;
  color: var(--Semantic-text-white, #fff);
  text-align: center;
  vertical-align: middle;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  box-sizing: border-box;
}
.page-solutions-detail-specs .page-solutions-detail-specs-content th:last-child,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th:last-child {
  border-right: none;
}
.page-solutions-detail-specs .page-solutions-detail-specs-content td,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap td {
  padding: 16px 10px;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-align: center;
  vertical-align: middle;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid var(--Semantic-border-light, #e5e7eb);
  border-right: 1px solid transparent;
  background: #fff;
  box-sizing: border-box;
}
.page-solutions-detail-specs .page-solutions-detail-specs-content tbody tr:nth-child(even) td,
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap tbody tr:nth-child(even) td {
  background: rgba(12, 50, 176, 0.06);
}
.page-solutions-detail-specs .page-solutions-detail-specs-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.page-solutions-detail-specs .page-solutions-detail-specs-note {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.page-solutions-detail-specs .page-solutions-detail-specs-note p {
  margin: 0;
}
.page-solutions-detail-cases {
  width: 100%;
  padding: 128px 0 80px;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
  overflow: hidden;
}
.page-solutions-detail-cases .page-solutions-detail-cases-inner {
  padding: 0;
  box-sizing: border-box;
}
.page-solutions-detail-cases .page-solutions-detail-cases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 160px;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.page-solutions-detail-cases .page-solutions-detail-cases-title {
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-solutions-detail-cases .page-solutions-detail-cases-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.page-solutions-detail-cases .page-solutions-detail-cases-slider {
  margin-left: 160px;
  width: calc(100% - 160px);
  overflow: hidden;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
.page-solutions-detail-cases .page-solutions-detail-cases-swiper.swiper-container {
  overflow: visible;
}
.page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-wrapper {
  overflow: visible;
}
.page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-slide {
  width: 1110px;
  height: auto;
  overflow: visible;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 16px;
  border-radius: var(--radius-xl, 16px);
  background: #fff;
  /* shadow/medium */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-media {
  width: 580px;
  height: 387px;
  flex-shrink: 0;
  aspect-ratio: 580 / 387;
  border-radius: var(--radius-lg, 12px);
  background: #e3e3e3;
  overflow: hidden;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-body {
  flex: 1;
  min-width: 0;
  padding: 16px 24px 16px 0;
  box-sizing: border-box;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-client {
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-name {
  /* type/h3 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h2-sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--Semantic-border-storg, #cacaca);
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-list li + li {
  margin-top: 12px;
}
.page-solutions-detail-cases .page-solutions-detail-cases-card-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
}
@media (max-width: 1599px) {
  .page-solutions-detail-banner .page-solutions-detail-inner {
    padding: 140px 60px 120px;
  }
  .page-solutions-detail-banner .page-solutions-detail-main {
    gap: 48px;
  }
  .page-solutions-detail-banner .page-solutions-info {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
  .page-solutions-detail-banner .page-solutions-media {
    width: min(640px, 48%);
    flex: 1 1 0;
    padding: 20px 40px;
  }
  .page-solutions-detail-banner .page-solutions-title-wrap {
    margin-bottom: 36px;
  }
  .page-solutions-detail-banner .page-solutions-title {
    font-size: 40px;
    white-space: normal;
  }
  .page-solutions-detail-banner .page-solutions-desc {
    margin: 0 0 48px;
    font-size: 18px;
    line-height: 1.8;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb {
    left: 60px;
    right: 60px;
    padding: 24px 0;
  }
  .page-solutions-detail-features,
  .page-solutions-detail-specs {
    padding: 72px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-inner,
  .page-solutions-detail-specs .page-solutions-detail-specs-inner {
    gap: 48px;
    padding: 0 60px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-specs .page-solutions-detail-specs-title {
    font-size: 36px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-title {
    font-size: 22px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-desc,
  .page-solutions-detail-specs .page-solutions-detail-specs-note {
    font-size: 16px;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content th,
  .page-solutions-detail-specs .page-solutions-detail-specs-content td,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap td {
    font-size: 16px;
    padding: 12px 8px;
  }
  .page-solutions-detail-cases {
    padding: 100px 0 64px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-head {
    padding: 0 60px;
    margin-bottom: 48px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-title {
    font-size: 40px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-slider {
    margin-left: 60px;
    width: calc(100% - 60px);
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-slide {
    width: min(960px, calc(100vw - 100px));
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card {
    gap: 24px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-media {
    width: min(480px, 46%);
    height: auto;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-client {
    font-size: 20px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .page-solutions-detail-banner .page-solutions-detail-inner {
    padding: 128px 40px 108px;
  }
  .page-solutions-detail-banner .page-solutions-detail-main {
    gap: 36px;
  }
  .page-solutions-detail-banner .page-solutions-media {
    width: min(520px, 46%);
    padding: 16px 28px;
  }
  .page-solutions-detail-banner .page-solutions-title-wrap {
    margin-bottom: 28px;
  }
  .page-solutions-detail-banner .page-solutions-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .page-solutions-detail-banner .page-solutions-desc {
    margin: 0 0 36px;
    font-size: 16px;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb {
    left: 40px;
    right: 40px;
    padding: 20px 0;
    font-size: 14px;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb svg {
    width: 20px;
    height: 20px;
  }
  .page-solutions-detail-features,
  .page-solutions-detail-specs {
    padding: 64px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-inner,
  .page-solutions-detail-specs .page-solutions-detail-specs-inner {
    gap: 36px;
    padding: 0 40px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-specs .page-solutions-detail-specs-title {
    font-size: 32px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-title {
    font-size: 20px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-desc,
  .page-solutions-detail-specs .page-solutions-detail-specs-note {
    font-size: 15px;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content th,
  .page-solutions-detail-specs .page-solutions-detail-specs-content td,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap td {
    font-size: 15px;
    padding: 10px 6px;
  }
  .page-solutions-detail-cases {
    padding: 88px 0 56px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-head {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-title {
    font-size: 36px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-nav {
    gap: 16px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-slider {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-slide {
    width: min(860px, calc(100vw - 80px));
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-media {
    width: min(400px, 44%);
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-body {
    padding: 12px 16px 12px 0;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-client {
    font-size: 18px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .page-solutions-detail-banner .page-solutions-detail-inner {
    padding: 120px 20px 88px;
  }
  .page-solutions-detail-banner .page-solutions-detail-main {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .page-solutions-detail-banner .page-solutions-info {
    width: 100%;
    flex: none;
    order: 1;
  }
  .page-solutions-detail-banner .page-solutions-media {
    width: 100%;
    flex: none;
    order: 0;
    padding: 16px 24px;
  }
  .page-solutions-detail-banner .page-solutions-title-wrap {
    margin-bottom: 24px;
  }
  .page-solutions-detail-banner .page-solutions-title {
    font-size: 32px;
  }
  .page-solutions-detail-banner .page-solutions-desc {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.75;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb {
    left: 20px;
    right: 20px;
    padding: 16px 0;
  }
  .page-solutions-detail-features,
  .page-solutions-detail-specs {
    padding: 56px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-inner,
  .page-solutions-detail-specs .page-solutions-detail-specs-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-specs .page-solutions-detail-specs-title {
    font-size: 28px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-list,
  .page-solutions-detail-specs .page-solutions-detail-specs-content {
    max-width: none;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item {
    padding: 20px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-title {
    font-size: 18px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-desc {
    font-size: 14px;
    padding-left: 40px;
  }
  .page-solutions-detail-specs {
    overflow-x: clip;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-inner,
  .page-solutions-detail-specs .page-solutions-detail-specs-content {
    min-width: 0;
    max-width: 100%;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap {
    margin: 0 -4px;
    padding: 0 4px;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content table,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap table {
    width: 680px;
    min-width: 680px;
    max-width: none;
    table-layout: auto;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content th,
  .page-solutions-detail-specs .page-solutions-detail-specs-content td,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap td {
    font-size: 14px;
    padding: 10px 6px;
    white-space: nowrap;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-note {
    font-size: 14px;
    margin-top: 16px;
  }
  .page-solutions-detail-cases {
    padding: 72px 0 48px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-head {
    padding: 0 20px;
    margin-bottom: 32px;
    gap: 20px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-title {
    font-size: 32px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-slider {
    margin-left: 20px;
    width: calc(100% - 20px);
    padding: 12px 12px 12px 0;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-slide {
    width: min(720px, calc(100vw - 52px));
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 12px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-media {
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 387;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-body {
    padding: 4px 8px 12px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-client {
    font-size: 17px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name {
    font-size: 22px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li {
    font-size: 14px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-solutions-detail-banner .page-solutions-detail-inner {
    padding: 100px 16px 80px;
  }
  .page-solutions-detail-banner .page-solutions-detail-main {
    gap: 20px;
  }
  .page-solutions-detail-banner .page-solutions-media {
    padding: 12px 16px;
    border-radius: 12px;
  }
  .page-solutions-detail-banner .page-solutions-title-wrap {
    margin-bottom: 16px;
  }
  .page-solutions-detail-banner .page-solutions-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .page-solutions-detail-banner .page-solutions-line i {
    width: 72px;
    height: 3px;
  }
  .page-solutions-detail-banner .page-solutions-desc {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb {
    left: 16px;
    right: 16px;
    padding: 14px 0;
    font-size: 13px;
    gap: 2px;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb svg {
    width: 16px;
    height: 16px;
  }
  .page-solutions-detail-features,
  .page-solutions-detail-specs {
    padding: 40px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-inner,
  .page-solutions-detail-specs .page-solutions-detail-specs-inner {
    gap: 20px;
    padding: 0 16px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-specs .page-solutions-detail-specs-title {
    font-size: 24px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item {
    padding: 16px 0;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-head {
    gap: 10px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-head svg {
    width: 28px;
    height: 28px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-title {
    font-size: 16px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-item-desc {
    font-size: 13px;
    padding-left: 38px;
    line-height: 1.65;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content table,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap table {
    width: 620px;
    min-width: 620px;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-content th,
  .page-solutions-detail-specs .page-solutions-detail-specs-content td,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap th,
  .page-solutions-detail-specs .page-solutions-detail-specs-table-wrap td {
    font-size: 13px;
    padding: 10px 4px;
  }
  .page-solutions-detail-specs .page-solutions-detail-specs-note {
    font-size: 13px;
    line-height: 1.65;
  }
  .page-solutions-detail-cases {
    padding: 48px 0 40px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-head {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-title {
    font-size: 26px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-nav {
    gap: 12px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-slider {
    margin-left: 16px;
    width: calc(100% - 16px);
    padding: 8px 8px 8px 0;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-swiper .swiper-slide {
    width: calc(100vw - 40px);
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card {
    gap: 16px;
    padding: 10px;
    border-radius: 12px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-media {
    border-radius: 10px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-body {
    padding: 0 4px 8px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-client {
    font-size: 15px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li {
    font-size: 13px;
    gap: 8px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li + li {
    margin-top: 8px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li::before {
    width: 8px;
    height: 8px;
    margin-top: 4px;
  }
}
@media (max-width: 575px) {
  .page-solutions-detail-banner .page-solutions-title {
    font-size: 22px;
  }
  .page-solutions-detail-banner .page-solutions-desc {
    font-size: 13px;
  }
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-specs .page-solutions-detail-specs-title,
  .page-solutions-detail-cases .page-solutions-detail-cases-title {
    font-size: 22px;
  }
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name {
    font-size: 16px;
  }
}

/* 人力资源 - 招聘岗位 */
.page-hr {
  width: 100%;
  padding: 128px 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-hr .page-hr-inner {
  padding: 0 160px;
  box-sizing: border-box;
}
.page-hr .page-hr-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 60px */
  background: var(--1, linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hr .page-hr-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-hr .page-hr-item {
  border-radius: var(--radius-lg, 12px);
  background: var(--Semantic-bg-page, #fff);
  overflow: hidden;
}
.page-hr .page-hr-item-head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 32px 64px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.page-hr .page-hr-item-icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  margin-right: 16px;
  border-radius: var(--radius-full, 9999px);
  background: var(--Semantic-bg-brand-25, #f3f9ff);
  box-sizing: border-box;
}
.page-hr .page-hr-item-icon img {
  width: 28px;
  height: 25px;
  display: block;
}
.page-hr .page-hr-item-name {
  flex-shrink: 0;
  width: 200px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-hr .page-hr-item-meta {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 24px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-hr .page-hr-item-toggle {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 18px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-full, 9999px);
  background: #53ab46;
  box-sizing: border-box;
  transition: background 0.25s;
}
.page-hr .page-hr-item-toggle::before,
.page-hr .page-hr-item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s, opacity 0.25s;
}
.page-hr .page-hr-item-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-hr .page-hr-item.is-open .page-hr-item-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.page-hr .page-hr-item-body {
  display: none;
}
.page-hr .page-hr-item-body-inner {
  padding: 0 64px 32px;
  box-sizing: border-box;
}
.page-hr .page-hr-block + .page-hr-block {
  margin-top: 24px;
}
.page-hr .page-hr-block-title {
  margin-bottom: 8px;
  color: var(--Semantic-text-brand, #0c32b0);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-hr .page-hr-block ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: hr-item;
}
.page-hr .page-hr-block ol li {
  position: relative;
  padding-left: 1.5em;
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-lg */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  counter-increment: hr-item;
}
.page-hr .page-hr-block ol li::before {
  content: counter(hr-item) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.page-hr .page-hr-block ol li a {
  color: var(--Semantic-text-brand, #0c32b0);
  text-decoration: underline;
}
.page-hr .page-hr-block ol li a:hover {
  opacity: 0.85;
}
@media (max-width: 1599px) {
  .page-hr {
    padding: 100px 0;
  }
  .page-hr .page-hr-inner {
    padding: 0 60px;
  }
  .page-hr .page-hr-title {
    margin-bottom: 56px;
  }
  .page-hr .page-hr-list {
    gap: 24px;
  }
  .page-hr .page-hr-item-head {
    padding: 28px 40px;
  }
  .page-hr .page-hr-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 12px;
  }
  .page-hr .page-hr-item-name {
    width: 180px;
    font-size: 22px;
  }
  .page-hr .page-hr-item-meta {
    gap: 16px;
    padding: 0 16px;
    font-size: 16px;
  }
  .page-hr .page-hr-item-toggle {
    width: 52px;
    height: 52px;
    padding: 16px;
  }
  .page-hr .page-hr-item-body-inner {
    padding: 0 40px 28px;
  }
  .page-hr .page-hr-block-title {
    font-size: 18px;
  }
  .page-hr .page-hr-block ol li {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .page-hr {
    padding: 88px 0;
  }
  .page-hr .page-hr-inner {
    padding: 0 40px;
  }
  .page-hr .page-hr-title {
    margin-bottom: 48px;
  }
  .page-hr .page-hr-item-head {
    padding: 24px 28px;
  }
  .page-hr .page-hr-item-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
  .page-hr .page-hr-item-icon img {
    width: 24px;
    height: 22px;
  }
  .page-hr .page-hr-item-name {
    width: 150px;
    font-size: 20px;
  }
  .page-hr .page-hr-item-meta {
    gap: 12px;
    padding: 0 12px;
    font-size: 15px;
  }
  .page-hr .page-hr-item-toggle {
    width: 48px;
    height: 48px;
    padding: 14px;
  }
  .page-hr .page-hr-item-body-inner {
    padding: 0 28px 24px;
  }
  .page-hr .page-hr-block-title {
    font-size: 17px;
  }
  .page-hr .page-hr-block ol li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .page-hr {
    padding: 72px 0;
  }
  .page-hr .page-hr-inner {
    padding: 0 20px;
  }
  .page-hr .page-hr-title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .page-hr .page-hr-list {
    gap: 16px;
  }
  .page-hr .page-hr-item-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "icon name toggle"
      "meta meta meta";
    align-items: center;
    column-gap: 12px;
    row-gap: 16px;
    padding: 20px;
  }
  .page-hr .page-hr-item-icon {
    grid-area: icon;
    margin-right: 0;
    width: 44px;
    height: 44px;
    padding: 8px;
  }
  .page-hr .page-hr-item-name {
    grid-area: name;
    width: auto;
    min-width: 0;
    font-size: 18px;
  }
  .page-hr .page-hr-item-meta {
    grid-area: meta;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-hr .page-hr-item-toggle {
    grid-area: toggle;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  .page-hr .page-hr-item-toggle::before,
  .page-hr .page-hr-item-toggle::after {
    width: 10px;
  }
  .page-hr .page-hr-item-body-inner {
    padding: 0 20px 20px;
  }
  .page-hr .page-hr-block + .page-hr-block {
    margin-top: 20px;
  }
  .page-hr .page-hr-block-title {
    font-size: 16px;
  }
  .page-hr .page-hr-block ol li {
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .page-hr {
    padding: 48px 0;
  }
  .page-hr .page-hr-inner {
    padding: 0 16px;
  }
  .page-hr .page-hr-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .page-hr .page-hr-list {
    gap: 12px;
  }
  .page-hr .page-hr-item {
    border-radius: 10px;
  }
  .page-hr .page-hr-item-head {
    padding: 16px;
    row-gap: 12px;
    column-gap: 10px;
  }
  .page-hr .page-hr-item-icon {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
  .page-hr .page-hr-item-icon img {
    width: 20px;
    height: 18px;
  }
  .page-hr .page-hr-item-name {
    font-size: 16px;
  }
  .page-hr .page-hr-item-meta {
    font-size: 13px;
    gap: 6px;
  }
  .page-hr .page-hr-item-toggle {
    width: 36px;
    height: 36px;
    padding: 10px;
  }
  .page-hr .page-hr-item-body-inner {
    padding: 0 16px 16px;
  }
  .page-hr .page-hr-block + .page-hr-block {
    margin-top: 16px;
  }
  .page-hr .page-hr-block-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .page-hr .page-hr-block ol li {
    font-size: 13px;
    line-height: 1.65;
  }
}
@media (max-width: 575px) {
  .page-hr .page-hr-title {
    font-size: 22px;
  }
  .page-hr .page-hr-item-name {
    font-size: 15px;
  }
  .page-hr .page-hr-item-meta {
    font-size: 12px;
  }
}

/* 新闻资讯 - 推荐新闻 */
.page-news {
  position: relative;
  width: 100%;
  padding: 128px 0 80px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f3f7fb;
}
.page-news .page-news-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-news .page-news-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-news .page-news-inner {
  position: relative;
  z-index: 1;
  padding: 0 160px;
  box-sizing: border-box;
}
.page-news .page-news-feature-swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.page-news .page-news-feature-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.page-news .page-news-feature-media {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
  align-self: stretch;
  min-height: 480px;
}
.page-news .page-news-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.page-news .page-news-feature-card:hover .page-news-feature-media img {
  transform: scale(1.06);
}
.page-news .page-news-feature-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 64px 64px 80px;
  box-sizing: border-box;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
}
.page-news .page-news-feature-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
}
.page-news .page-news-feature-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: var(--radius-full, 9999px);
  background: #fff;
  color: var(--Semantic-text-brand, #0c32b0);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-news .page-news-feature-date {
  color: var(--Semantic-text-white, #fff);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-news .page-news-feature-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--Semantic-text-white, #fff);
  text-overflow: ellipsis;
  /* type/h3 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h2-sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
.page-news .page-news-feature-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  margin: 0 0 96px;
  color: var(--Semantic-text-white, #fff);
  text-overflow: ellipsis;
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-news .page-news-feature-btn {
  margin-top: 0;
  align-self: flex-start;
  color: var(--Semantic-text-white, #fff);
  border: 2px solid #fff;
  background: transparent;
  background-image: none;
}
.page-news .page-news-feature-btn::before {
  background: #0c32b0;
}
.page-news .page-news-feature-btn.is-enter {
  border-color: #0c32b0;
  background-image: none;
  background: transparent;
  color: var(--Semantic-text-white, #fff);
  font-weight: 700;
}
.page-news .page-news-feature-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
  width: 100% !important;
  position: static !important;
}
.page-news .page-news-feature-pagination .swiper-pagination-bullet {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  opacity: 1;
  background: transparent;
  border-radius: 999px;
  box-sizing: border-box;
  position: relative;
}
.page-news .page-news-feature-pagination .swiper-pagination-bullet i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(12, 50, 176, 0.4);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.25s;
}
.page-news .page-news-feature-pagination .swiper-pagination-bullet-active i {
  background: #0c32b0;
}
.page-news .page-news-feature-pagination .swiper-pagination-bullet svg {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(-90deg);
  pointer-events: none;
  opacity: 0;
}
.page-news .page-news-feature-pagination .swiper-pagination-bullet-active svg {
  opacity: 1;
}
.page-news .page-news-feature-pagination .page-news-feature-progress-track {
  fill: none;
  stroke: rgba(12, 50, 176, 0.2);
  stroke-width: 1.5;
}
.page-news .page-news-feature-pagination .page-news-feature-progress-bar {
  fill: none;
  stroke: #0c32b0;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 50.2655;
  stroke-dashoffset: 50.2655;
}

/* 新闻资讯 - 新闻列表 */
.page-news-list {
  width: 100%;
  padding: 128px 0;
  box-sizing: border-box;
  background: #eef6ff;
}
.page-news-list .page-news-list-inner {
  padding: 0 160px;
  box-sizing: border-box;
}
.page-news-list .page-news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.page-news-list .page-news-list-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.35s ease;
}
.page-news-list .page-news-list-item:hover {
  box-shadow: 0 10px 40px 0 rgba(12, 50, 176, 0.12);
}
.page-news-list .page-news-list-cover {
  width: 100%;
  aspect-ratio: 560 / 320;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  flex-shrink: 0;
}
.page-news-list .page-news-list-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.page-news-list .page-news-list-item:hover .page-news-list-cover img {
  transform: scale(1.06);
}
.page-news-list .page-news-list-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 32px;
  box-sizing: border-box;
}
.page-news-list .page-news-list-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.page-news-list .page-news-list-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: var(--radius-full, 9999px);
  background: var(--Semantic-text-brand, #0c32b0);
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.page-news-list .page-news-list-date {
  color: var(--Semantic-text-secondary, #5e5e5e);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-news-list .page-news-list-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-overflow: ellipsis;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}
.page-news-list .page-news-list-item:hover .page-news-list-title {
  color: #0c32b0;
}
.page-news-list .page-news-list-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--Semantic-text-brand, #0c32b0);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-news-list .page-news-list-link svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .page-news {
    padding: 100px 0 64px;
  }
  .page-news .page-news-inner {
    padding: 0 60px;
  }
  .page-news .page-news-feature-swiper {
    border-radius: 20px;
  }
  .page-news .page-news-feature-card {
    border-radius: 20px;
  }
  .page-news .page-news-feature-media {
    min-height: 420px;
  }
  .page-news .page-news-feature-info {
    padding: 48px 48px 64px;
  }
  .page-news .page-news-feature-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-news .page-news-feature-desc {
    margin: 0 0 56px;
  }
  .page-news .page-news-feature-pagination {
    margin-top: 36px;
  }
  .page-news-list {
    padding: 100px 0;
  }
  .page-news-list .page-news-list-inner {
    padding: 0 60px;
  }
  .page-news-list .page-news-list-grid {
    gap: 24px;
  }
}
@media (max-width: 1399px) {
  .page-news {
    padding: 88px 0 56px;
  }
  .page-news .page-news-inner {
    padding: 0 40px;
  }
  .page-news .page-news-feature-media {
    min-height: 380px;
  }
  .page-news .page-news-feature-info {
    padding: 40px 36px 48px;
  }
  .page-news .page-news-feature-meta {
    gap: 16px;
    margin-bottom: 12px;
  }
  .page-news .page-news-feature-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .page-news .page-news-feature-desc {
    margin: 0 0 40px;
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
  .page-news .page-news-feature-pagination {
    margin-top: 32px;
  }
  .page-news-list {
    padding: 88px 0;
  }
  .page-news-list .page-news-list-inner {
    padding: 0 40px;
  }
  .page-news-list .page-news-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .page-news-list .page-news-list-body {
    padding: 20px 20px 28px;
  }
  .page-news-list .page-news-list-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-news-list .page-news-list-date {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-news {
    padding: 64px 0 48px;
  }
  .page-news .page-news-inner {
    padding: 0 20px;
  }
  .page-news .page-news-feature-swiper,
  .page-news .page-news-feature-card {
    border-radius: 16px;
  }
  .page-news .page-news-feature-card {
    flex-direction: column;
  }
  .page-news .page-news-feature-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .page-news .page-news-feature-info {
    width: 100%;
    padding: 28px 24px 32px;
  }
  .page-news .page-news-feature-meta {
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .page-news .page-news-feature-tag {
    font-size: 14px;
    padding: 4px 12px;
  }
  .page-news .page-news-feature-date {
    font-size: 15px;
  }
  .page-news .page-news-feature-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .page-news .page-news-feature-desc {
    margin: 0 0 28px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .page-news .page-news-feature-pagination {
    margin-top: 24px;
  }
  .page-news-list {
    padding: 64px 0;
  }
  .page-news-list .page-news-list-inner {
    padding: 0 20px;
  }
  .page-news-list .page-news-list-grid {
    gap: 20px;
  }
  .page-news-list .page-news-list-body {
    padding: 18px 18px 24px;
  }
  .page-news-list .page-news-list-meta {
    gap: 12px;
    margin-bottom: 10px;
  }
  .page-news-list .page-news-list-tag {
    font-size: 14px;
    padding: 4px 12px;
  }
  .page-news-list .page-news-list-date {
    font-size: 14px;
  }
  .page-news-list .page-news-list-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page-news-list .page-news-list-link {
    font-size: 14px;
  }
  .page-news-list .page-news-list-link svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .page-news {
    padding: 48px 0 36px;
  }
  .page-news .page-news-inner {
    padding: 0 16px;
  }
  .page-news .page-news-feature-swiper,
  .page-news .page-news-feature-card {
    border-radius: 12px;
  }
  .page-news .page-news-feature-media {
    aspect-ratio: 4 / 3;
  }
  .page-news .page-news-feature-info {
    padding: 20px 16px 24px;
  }
  .page-news .page-news-feature-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .page-news .page-news-feature-desc {
    margin: 0 0 20px;
    font-size: 13px;
    -webkit-line-clamp: 4;
  }
  .page-news .page-news-feature-pagination {
    margin-top: 20px;
    gap: 8px;
  }
  .page-news-list {
    padding: 48px 0;
  }
  .page-news-list .page-news-list-inner {
    padding: 0 16px;
  }
  .page-news-list .page-news-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page-news-list .page-news-list-item {
    border-radius: 12px;
  }
  .page-news-list .page-news-list-body {
    padding: 16px 16px 20px;
  }
  .page-news-list .page-news-list-title {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .page-news-list .page-news-list-date {
    font-size: 13px;
  }
  .page-news-list .page-news-list-tag {
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media (max-width: 575px) {
  .page-news .page-news-feature-title {
    font-size: 16px;
  }
  .page-news .page-news-feature-desc {
    font-size: 12px;
  }
  .page-news-list .page-news-list-title {
    font-size: 14px;
  }
}

/* 新闻详情 - banner */
.page-news-detail-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(105deg, #071338 0%, #0a2748 52%, #0c4a45 100%);
}
.page-news-detail-banner .page-news-detail-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-news-detail-banner .page-news-detail-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-news-detail-banner .page-news-detail-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 180px 160px 183px;
  box-sizing: border-box;
}
.page-news-detail-banner .page-news-detail-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.page-news-detail-banner .page-news-detail-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--Semantic-text-white, #fff);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}
.page-news-detail-banner .page-news-detail-date {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-news-detail-banner .page-news-detail-title {
  max-width: 1600px;
  width: 100%;
  overflow: hidden;
  color: var(--Semantic-text-white, #fff);
  text-overflow: ellipsis;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  box-sizing: border-box;
}
.page-news-detail-banner .page-news-detail-crumb {
  position: absolute;
  left: 160px;
  right: 160px;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 24px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-news-detail-banner .page-news-detail-crumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.3s;
}
.page-news-detail-banner .page-news-detail-crumb a:hover {
  color: #fff;
}
.page-news-detail-banner .page-news-detail-crumb svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
  color: rgba(255, 255, 255, 0.45);
}
.page-news-detail-banner .page-news-detail-crumb em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* 新闻详情 - 正文 */
.page-news-detail {
  width: 100%;
  padding: 80px 160px 128px;
  box-sizing: border-box;
  background: linear-gradient(140deg, #ebf4ff 22.73%, #e2efff 77.93%);
}
.page-news-detail .page-news-detail-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.page-news-detail .page-news-detail-main {
  width: 59%;
  flex-shrink: 0;
  min-width: 0;
}
.page-news-detail .page-news-detail-article {
  width: 100%;
}
.page-news-detail .page-news-detail-content {
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.page-news-detail .page-news-detail-content p {
  margin: 0 0 24px;
}
.page-news-detail .page-news-detail-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 24px;
  border-radius: 8px;
}
.page-news-detail .page-news-detail-side {
  display: flex;
  width: 36%;
  max-width: 480px;
  padding: var(--spacing-space-32, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-space-24, 24px);
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: var(--radius-xl, 16px);
  background: #fff;
  box-sizing: border-box;
  z-index: 2;
}
.page-news-detail .page-news-detail-side-title {
  width: fit-content;
  max-width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--Semantic-border-default, #e5e5e5);
  /* type/h3 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h2-sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-news-detail .page-news-detail-related {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-news-detail .page-news-detail-related-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--Semantic-border-default, #e5e5e5);
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.page-news-detail .page-news-detail-related-cover {
  width: 150px;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.page-news-detail .page-news-detail-related-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.page-news-detail .page-news-detail-related-item:hover .page-news-detail-related-cover img {
  transform: scale(1.06);
}
.page-news-detail .page-news-detail-related-info {
  flex: 1;
  min-width: 0;
}
.page-news-detail .page-news-detail-related-meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.page-news-detail .page-news-detail-related-tag {
  margin-right: 16px;
  color: var(--Semantic-text-brand, #0c32b0);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.page-news-detail .page-news-detail-related-date {
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.page-news-detail .page-news-detail-related-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Semantic-text-primary, #2e2e2e);
  text-overflow: ellipsis;
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s;
}
.page-news-detail .page-news-detail-related-item:hover .page-news-detail-related-name {
  color: #0c32b0;
}
.page-news-detail .page-news-detail-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 43px;
  padding: 24px 0;
  border-top: 1px solid var(--Semantic-border-default, #e5e5e5);
  box-sizing: border-box;
}
.page-news-detail .page-news-detail-nav-btn {
  position: relative;
  display: flex;
  padding: var(--spacing-space-8, 8px) var(--spacing-space-32, 32px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  color: var(--Semantic-action-text-primary, #2e2e2e);
  text-align: center;
  text-decoration: none;
  /* type/body-lg */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  box-sizing: border-box;
  transition: color 0.4s ease;
}
.page-news-detail .page-news-detail-nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.page-news-detail .page-news-detail-nav-list {
  gap: 16px;
}
.page-news-detail .page-news-detail-nav-list svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  color: #53ab46;
  transition: color 0.4s ease;
}
.page-news-detail .page-news-detail-nav-btn:hover {
  color: var(--Semantic-text-white, #fff);
}
.page-news-detail .page-news-detail-nav-btn:hover::before {
  opacity: 1;
}
.page-news-detail .page-news-detail-nav-list:hover svg {
  color: #fff;
}
/* 1. 让 .pages 容器成为 Flex 容器，并设置水平居中 */
.pages {
    display: flex;
    justify-content: center; /* 核心：水平居中 */
    margin: 60px 0; /* 可选：增加上下间距，避免紧贴内容 */
}

/* 2. 去除 ul 的默认列表样式，并让 li 横向排列 */
.pagination {
    display: flex;
    list-style: none; /* 去除列表圆点 */
    padding: 0;
    margin: 0;
}

/* 3. 设置分页按钮的基础样式 */
.pagination li a {
    display: block;
    padding: 5px 14px;
    margin: 0 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: var(--radius-full, 9999px);
    transition: all 0.3s ease;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

/* 4. 鼠标悬停效果 */
.pagination li a:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}

/* 5. 当前激活页（active）的样式 */
.pagination li.active a {
    background-color: var(--Semantic-text-brand, #0c32b0); /* 你可以根据网站主题修改这个颜色 */
    color: #fff;
    border-color: #007bff;
    cursor: default; /* 激活状态下鼠标不显示手型 */

}

@media (max-width: 1599px) {
  .page-news-detail-banner .page-news-detail-inner {
    padding: 160px 60px 140px;
  }
  .page-news-detail-banner .page-news-detail-title {
    font-size: 40px;
  }
  .page-news-detail-banner .page-news-detail-crumb {
    left: 60px;
    right: 60px;
  }
  .page-news-detail {
    padding: 72px 60px 100px;
  }
  .page-news-detail .page-news-detail-side-title {
    font-size: 28px;
  }
  .page-news-detail .page-news-detail-related-cover {
    width: 130px;
  }
  .page-news-detail .page-news-detail-related-name {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .page-news-detail-banner .page-news-detail-inner {
    padding: 140px 40px 120px;
  }
  .page-news-detail-banner .page-news-detail-meta {
    gap: 16px;
    margin-bottom: 20px;
  }
  .page-news-detail-banner .page-news-detail-title {
    font-size: 36px;
  }
  .page-news-detail-banner .page-news-detail-crumb {
    left: 40px;
    right: 40px;
    padding: 20px 0;
    font-size: 14px;
  }
  .page-news-detail-banner .page-news-detail-crumb svg {
    width: 20px;
    height: 20px;
  }
  .page-news-detail {
    padding: 64px 40px 88px;
  }
  .page-news-detail .page-news-detail-layout {
    gap: 32px;
  }
  .page-news-detail .page-news-detail-main {
    width: 58%;
  }
  .page-news-detail .page-news-detail-side {
    width: 38%;
    max-width: none;
    padding: 24px;
  }
  .page-news-detail .page-news-detail-side-title {
    font-size: 24px;
    padding: 12px 0;
  }
  .page-news-detail .page-news-detail-content {
    font-size: 16px;
  }
  .page-news-detail .page-news-detail-related-cover {
    width: 110px;
  }
  .page-news-detail .page-news-detail-related-tag,
  .page-news-detail .page-news-detail-related-date {
    font-size: 14px;
  }
  .page-news-detail .page-news-detail-related-tag {
    margin-right: 12px;
  }
  .page-news-detail .page-news-detail-related-name {
    font-size: 15px;
  }
  .page-news-detail .page-news-detail-nav-btn {
    padding: 8px 24px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-news-detail-banner .page-news-detail-inner {
    padding: 120px 20px 96px;
  }
  .page-news-detail-banner .page-news-detail-meta {
    gap: 12px;
    margin-bottom: 16px;
  }
  .page-news-detail-banner .page-news-detail-tag {
    font-size: 14px;
    padding: 4px 12px;
  }
  .page-news-detail-banner .page-news-detail-date {
    font-size: 15px;
  }
  .page-news-detail-banner .page-news-detail-title {
    font-size: 28px;
    line-height: 1.35;
  }
  .page-news-detail-banner .page-news-detail-crumb {
    left: 20px;
    right: 20px;
    padding: 16px 0;
  }
  .page-news-detail {
    padding: 48px 20px 64px;
  }
  .page-news-detail .page-news-detail-layout {
    flex-direction: column;
    gap: 40px;
  }
  .page-news-detail .page-news-detail-main,
  .page-news-detail .page-news-detail-side {
    width: 100%;
    max-width: none;
  }
  .page-news-detail .page-news-detail-side {
    padding: 24px 20px;
    gap: 16px;
  }
  .page-news-detail .page-news-detail-side-title {
    font-size: 22px;
  }
  .page-news-detail .page-news-detail-content {
    font-size: 15px;
    line-height: 1.75;
  }
  .page-news-detail .page-news-detail-content p,
  .page-news-detail .page-news-detail-content img {
    margin-bottom: 20px;
  }
  .page-news-detail .page-news-detail-related-item {
    gap: 14px;
    padding: 14px 0;
  }
  .page-news-detail .page-news-detail-related-cover {
    width: 120px;
  }
  .page-news-detail .page-news-detail-nav {
    margin-top: 32px;
    padding: 20px 0;
    gap: 12px;
  }
  .page-news-detail .page-news-detail-nav-btn {
    padding: 8px 20px;
    font-size: 15px;
  }
  .page-news-detail .page-news-detail-nav-list {
    gap: 10px;
  }
  .page-news-detail .page-news-detail-nav-list svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .page-news-detail-banner .page-news-detail-inner {
    padding: 100px 16px 84px;
  }
  .page-news-detail-banner .page-news-detail-meta {
    margin-bottom: 12px;
  }
  .page-news-detail-banner .page-news-detail-title {
    font-size: 22px;
  }
  .page-news-detail-banner .page-news-detail-crumb {
    left: 16px;
    right: 16px;
    padding: 14px 0;
    font-size: 13px;
    gap: 2px;
  }
  .page-news-detail-banner .page-news-detail-crumb svg {
    width: 16px;
    height: 16px;
  }
  .page-news-detail-banner .page-news-detail-crumb em {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .page-news-detail {
    padding: 36px 16px 48px;
  }
  .page-news-detail .page-news-detail-layout {
    gap: 28px;
  }
  .page-news-detail .page-news-detail-side {
    padding: 20px 16px;
    border-radius: 12px;
  }
  .page-news-detail .page-news-detail-side-title {
    font-size: 20px;
    padding: 10px 0;
  }
  .page-news-detail .page-news-detail-content {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-news-detail .page-news-detail-content p,
  .page-news-detail .page-news-detail-content img {
    margin-bottom: 16px;
  }
  .page-news-detail .page-news-detail-content img {
    border-radius: 6px;
  }
  .page-news-detail .page-news-detail-related-item {
    gap: 12px;
    padding: 12px 0;
  }
  .page-news-detail .page-news-detail-related-cover {
    width: 96px;
    border-radius: 6px;
  }
  .page-news-detail .page-news-detail-related-meta {
    margin-bottom: 6px;
    flex-wrap: wrap;
    gap: 4px 8px;
  }
  .page-news-detail .page-news-detail-related-tag {
    margin-right: 0;
    font-size: 13px;
  }
  .page-news-detail .page-news-detail-related-date {
    font-size: 13px;
  }
  .page-news-detail .page-news-detail-related-name {
    font-size: 14px;
  }
  .page-news-detail .page-news-detail-nav {
    margin-top: 24px;
    padding: 16px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .page-news-detail .page-news-detail-nav-btn {
    padding: 8px 16px;
    font-size: 14px;
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-news-detail .page-news-detail-nav-list {
    order: 3;
    flex: 1 1 100%;
  }
}
@media (max-width: 575px) {
  .page-news-detail-banner .page-news-detail-title {
    font-size: 20px;
  }
  .page-news-detail .page-news-detail-side-title {
    font-size: 18px;
  }
  .page-news-detail .page-news-detail-related-cover {
    width: 84px;
  }
  .page-news-detail .page-news-detail-related-name {
    font-size: 13px;
  }
}

/* 联系我们 */
.page-contact {
  width: 100%;
  padding: 128px 0 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-contact .page-contact-inner {
  padding: 0 160px;
  box-sizing: border-box;
}
.page-contact .page-contact-card {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 560px;
  padding: 67px 72px;
  border-radius: var(--radius-xl, 16px);
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(12, 50, 176, 0.1);
  overflow: hidden;
  box-sizing: border-box;
}
.page-contact .page-contact-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-contact .page-contact-map::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.page-contact .page-contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page-contact .page-contact-info {
  position: relative;
  z-index: 1;
  flex: none;
  width: 36.125%; /* 578 / 1600 */
  max-width: min(578px, calc(50% - 112px));
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
}
.page-contact .page-contact-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 48px;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-contact .page-contact-company {
  margin-bottom: 16px;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/h4 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-h3, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-contact .page-contact-basic {
  margin-top: 0;
  margin-bottom: 32px;
}
.page-contact .page-contact-basic p {
  margin: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-contact .page-contact-list {
  display: flex;
  flex-direction: column;
}
.page-contact .page-contact-item {
  display: flex;
  align-items: center;
  padding: 24px 0 16px;
  border-bottom: 1px solid var(--Semantic-border-light, #e5e7eb);
  box-sizing: border-box;
}
.page-contact .page-contact-item-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  margin-right: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-full, 9999px);
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  box-sizing: border-box;
}
.page-contact .page-contact-item-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.page-contact .page-contact-item-text {
  min-width: 0;
}
.page-contact .page-contact-item-label {
  margin-bottom: 4px;
  color: var(--Semantic-text-secondary, #5e5e5e);
  /* type/body-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-contact .page-contact-item-value {
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page-contact .page-contact-item-value span + span {
  margin-left: 8px;
}
.page-contact .page-contact-qr {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  box-sizing: border-box;
  text-align: center;
}
.page-contact .page-contact-qr-code {
  width: 160px;
  height: 160px;
  margin: 0 auto 12px;
  background: #fff;
  overflow: hidden;
}
.page-contact .page-contact-qr-code img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.page-contact .page-contact-qr-label {
  color: var(--Semantic-text-white, #fff);
  text-align: center;
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* 在线留言 */
.page-message {
  width: 100%;
  padding: 128px 0;
  box-sizing: border-box;
  background: linear-gradient(98deg, #eef5ff 8.05%, #ddecff 97.21%);
}
.page-message .page-message-inner {
  padding: 0 160px;
  box-sizing: border-box;
}
.page-message .page-message-head {
  text-align: center;
  margin-bottom: 64px;
}
.page-message .page-message-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  /* type/h1 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-message .page-message-desc {
  margin: 0;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-xl */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page-message .page-message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.page-message .page-message-field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border-radius: var(--radius-md, 8px);
  box-sizing: border-box;
  min-width: 0;
}
.page-message .page-message-field-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.page-message .page-message-field-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.page-message .page-message-field input,
.page-message .page-message-field textarea {
  flex: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--Semantic-text-primary, #2e2e2e);
  /* type/body-lg2 */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  box-sizing: border-box;
}
.page-message .page-message-field input::placeholder,
.page-message .page-message-field textarea::placeholder {
  color: var(--Semantic-text-secondary, #5e5e5e);
}
.page-message .page-message-field--textarea {
  grid-column: 1 / -1;
  align-items: flex-start;
}
.page-message .page-message-field--textarea textarea {
  min-height: 160px;
  resize: vertical;
}
.page-message .page-message-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.page-message .page-message-field--code {
  gap: 16px;
}
.page-message .page-message-code {
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}
.page-message .page-message-code img {
  height: 40px;
  width: auto;
  display: block;
}
.page-message .page-message-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-space-32, 32px);
  width: 100%;
  padding: var(--spacing-space-12, 12px) var(--spacing-space-24, 24px);
  border: none;
  border-radius: var(--radius-full, 9999px);
  background: linear-gradient(95deg, #53ab46 0%, #012d9c 69.28%, #101c75 100%);
  color: var(--Semantic-text-white, #fff);
  text-align: center;
  /* type/button-sm */
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--font-size-button-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.page-message .page-message-submit span {
  white-space: nowrap;
}
.page-message .page-message-submit svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}
.page-message .page-message-submit:hover {
  opacity: 0.92;
}


/* 1. 让 .pages 容器成为 Flex 容器，并设置水平居中 */
.pages {
    display: flex;
    justify-content: center; /* 核心：水平居中 */
    margin: 60px 0; /* 可选：增加上下间距，避免紧贴内容 */
}

/* 2. 去除 ul 的默认列表样式，并让 li 横向排列 */
.pagination {
    display: flex;
    list-style: none; /* 去除列表圆点 */
    padding: 0;
    margin: 0;
}

/* 3. 设置分页按钮的基础样式 */
.pagination li a {
    display: block;
    padding: 5px 14px;
    margin: 0 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: var(--radius-full, 9999px);
    transition: all 0.3s ease;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

/* 4. 鼠标悬停效果 */
.pagination li a:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}

/* 5. 当前激活页（active）的样式 */
.pagination li.active a {
    background-color: var(--Semantic-text-brand, #0c32b0); /* 你可以根据网站主题修改这个颜色 */
    color: #fff;
    border-color: #007bff;
    cursor: default; /* 激活状态下鼠标不显示手型 */

}



@media (max-width: 1599px) {
  .page-contact {
    padding: 100px 0 0;
  }
  .page-contact .page-contact-inner {
    padding: 0 60px;
  }
  .page-contact .page-contact-card {
    min-height: 500px;
    padding: 56px 48px;
  }
  .page-contact .page-contact-title {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .page-contact .page-contact-company {
    font-size: 22px;
  }
  .page-contact .page-contact-basic p {
    font-size: 16px;
  }
  .page-contact .page-contact-item {
    padding: 20px 0 14px;
  }
  .page-contact .page-contact-item-icon {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    padding: 10px;
  }
  .page-contact .page-contact-item-value {
    font-size: 16px;
  }
  .page-contact .page-contact-qr-code {
    width: 140px;
    height: 140px;
  }
  .page-message {
    padding: 100px 0;
  }
  .page-message .page-message-inner {
    padding: 0 60px;
  }
  .page-message .page-message-head {
    margin-bottom: 48px;
  }
  .page-message .page-message-title {
    font-size: 40px;
  }
  .page-message .page-message-desc {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .page-contact {
    padding: 88px 0 0;
  }
  .page-contact .page-contact-inner {
    padding: 0 40px;
  }
  .page-contact .page-contact-card {
    min-height: 460px;
    padding: 48px 36px;
  }
  .page-contact .page-contact-info {
    width: 36.125%;
    max-width: min(520px, calc(50% - 100px));
  }
  .page-contact .page-contact-title {
    font-size: 36px;
    margin-bottom: 28px;
  }
  .page-contact .page-contact-company {
    font-size: 20px;
  }
  .page-contact .page-contact-basic {
    margin-bottom: 24px;
  }
  .page-contact .page-contact-basic p {
    font-size: 15px;
  }
  .page-contact .page-contact-item-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    padding: 8px;
  }
  .page-contact .page-contact-item-icon svg {
    width: 20px;
    height: 20px;
  }
  .page-contact .page-contact-item-label {
    font-size: 14px;
  }
  .page-contact .page-contact-item-value {
    font-size: 15px;
  }
  .page-contact .page-contact-qr {
    padding: 12px;
  }
  .page-contact .page-contact-qr-code {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  .page-contact .page-contact-qr-label {
    font-size: 15px;
  }
  .page-message {
    padding: 88px 0;
  }
  .page-message .page-message-inner {
    padding: 0 40px;
  }
  .page-message .page-message-head {
    margin-bottom: 40px;
  }
  .page-message .page-message-title {
    font-size: 36px;
  }
  .page-message .page-message-desc {
    font-size: 16px;
  }
  .page-message .page-message-grid,
  .page-message .page-message-actions {
    gap: 20px;
  }
  .page-message .page-message-field input,
  .page-message .page-message-field textarea {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .page-contact {
    padding: 64px 0 0;
  }
  .page-contact .page-contact-inner {
    padding: 0 20px;
  }
  .page-contact .page-contact-card {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .page-contact .page-contact-map {
    position: relative;
    width: 100%;
    height: 240px;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .page-contact .page-contact-map img {
    object-position: center;
  }
  .page-contact .page-contact-info {
    width: 100%;
    max-width: none;
    padding: 32px 24px 16px;
  }
  .page-contact .page-contact-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .page-contact .page-contact-company {
    font-size: 18px;
  }
  .page-contact .page-contact-basic p {
    font-size: 14px;
    word-break: break-word;
  }
  .page-contact .page-contact-item {
    padding: 18px 0 14px;
  }
  .page-contact .page-contact-item-value span {
    display: inline-block;
  }
  .page-contact .page-contact-item-value span + span {
    margin-left: 0;
    margin-top: 2px;
  }
  .page-contact .page-contact-item-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-contact .page-contact-qr {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    align-self: center;
    margin: 8px 24px 32px;
  }
  .page-message {
    padding: 64px 0;
  }
  .page-message .page-message-inner {
    padding: 0 20px;
  }
  .page-message .page-message-head {
    margin-bottom: 36px;
  }
  .page-message .page-message-title {
    font-size: 32px;
  }
  .page-message .page-message-desc {
    font-size: 15px;
  }
  .page-message .page-message-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page-message .page-message-actions {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page-message .page-message-field {
    padding: 14px;
  }
  .page-message .page-message-field input,
  .page-message .page-message-field textarea {
    font-size: 15px;
  }
  .page-message .page-message-field--textarea textarea {
    min-height: 140px;
  }
  .page-message .page-message-submit {
    gap: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .page-contact {
    padding: 48px 0 0;
  }
  .page-contact .page-contact-inner {
    padding: 0 16px;
  }
  .page-contact .page-contact-card {
    border-radius: 12px;
  }
  .page-contact .page-contact-map {
    height: 180px;
  }
  .page-contact .page-contact-info {
    padding: 24px 16px 12px;
  }
  .page-contact .page-contact-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .page-contact .page-contact-company {
    font-size: 16px;
  }
  .page-contact .page-contact-basic {
    margin-bottom: 16px;
  }
  .page-contact .page-contact-basic p {
    font-size: 13px;
    line-height: 1.55;
  }
  .page-contact .page-contact-item {
    padding: 14px 0 12px;
    align-items: flex-start;
  }
  .page-contact .page-contact-item-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    padding: 6px;
  }
  .page-contact .page-contact-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .page-contact .page-contact-item-label {
    font-size: 13px;
  }
  .page-contact .page-contact-item-value {
    font-size: 14px;
  }
  .page-contact .page-contact-qr {
    margin: 4px 16px 24px;
    padding: 12px;
  }
  .page-contact .page-contact-qr-code {
    width: 112px;
    height: 112px;
  }
  .page-contact .page-contact-qr-label {
    font-size: 14px;
  }
  .page-message {
    padding: 48px 0;
  }
  .page-message .page-message-inner {
    padding: 0 16px;
  }
  .page-message .page-message-head {
    margin-bottom: 28px;
  }
  .page-message .page-message-title {
    font-size: 26px;
  }
  .page-message .page-message-desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-message .page-message-grid,
  .page-message .page-message-actions {
    gap: 12px;
  }
  .page-message .page-message-field {
    padding: 12px;
    gap: 10px;
  }
  .page-message .page-message-field-icon,
  .page-message .page-message-field-icon svg {
    width: 20px;
    height: 20px;
  }
  .page-message .page-message-field input,
  .page-message .page-message-field textarea {
    font-size: 14px;
  }
  .page-message .page-message-field--textarea textarea {
    min-height: 120px;
  }
  .page-message .page-message-field--code {
    gap: 12px;
  }
  .page-message .page-message-code img {
    height: 36px;
  }
  .page-message .page-message-submit {
    gap: 16px;
    font-size: 15px;
    padding: 12px 16px;
  }
}
@media (max-width: 575px) {
  .page-contact .page-contact-title,
  .page-message .page-message-title {
    font-size: 22px;
  }
  .page-contact .page-contact-map {
    height: 160px;
  }
  .page-contact .page-contact-qr-code {
    width: 100px;
    height: 100px;
  }
}

/* ========== Mobile typography hierarchy ========== */
/* Body 16 / secondary 14 / section title 24→22 / button smaller than content */
@media (max-width: 767px) {
  /* Buttons: shrink to match content hierarchy */
  .btn-more,
  .btn-more--glass {
    font-size: 14px;
    padding: 8px 16px;
    gap: 12px;
    border-width: 1.5px;
  }
  .btn-more svg,
  .btn-more--glass svg {
    width: 16px;
    height: 16px;
  }
  .page-message .page-message-submit {
    font-size: 14px;
    padding: 10px 18px;
    gap: 12px;
  }
  .page-message .page-message-submit svg {
    width: 16px;
    height: 16px;
  }

  /* Section / page main titles */
  main .banner .banner-title p,
  .about .about-heading p,
  .product .product-title,
  .solutions .solutions-title,
  .honors .honors-title,
  .news .news-title,
  .page-banner .page-banner-title,
  .page-culture .page-culture-title,
  .page-history .page-history-title,
  .page-honors .page-honors-title,
  .page-capability .page-capability-title,
  .page-product .page-product-title,
  .page-product-params .page-product-params-title,
  .page-solutions-block .page-solutions-title,
  .page-solutions-detail-banner .page-solutions-title,
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-cases .page-solutions-detail-cases-title,
  .page-hr .page-hr-title,
  .page-contact .page-contact-title,
  .page-message .page-message-title,
  .page-about .page-about-title,
  .page-news-detail-banner .page-news-detail-title {
    font-size: 24px;
  }

  /* Eyebrow / secondary section labels */
  .about .about-title,
  footer .footer-menu-title {
    font-size: 16px;
  }

  /* H2 / H3 / card titles */
  .solutions .solutions-panel-title,
  .product .product-card-title,
  .page-product .page-product-card-title,
  .page-culture .page-culture-item-value,
  .page-history .history-item-year,
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name,
  .page-news .page-news-feature-title,
  .page-news-list .page-news-list-title,
  .news .news-item-title,
  .page-hr .page-hr-item-name,
  .page-hr .page-hr-block-title,
  .page-contact .page-contact-company,
  .page-capability .page-capability-stats-item .num,
  .about .about-stats-item .num,
  .page-about .page-about-stats-item .num {
    font-size: 18px;
  }
  .page-culture .page-culture-item-label,
  .page-solutions-detail-features .page-solutions-detail-features-item-title {
    font-size: 16px;
  }

  /* Body text 16px */
  .about .about-desc p,
  .product .product-card-body p,
  .solutions .solutions-desc,
  .solutions .solutions-panel-desc,
  .honors .honors-desc,
  .news .news-desc,
  .page-banner .page-banner-desc,
  .page-about .page-about-desc p,
  .page-honors .page-honors-desc,
  .page-capability .page-capability-desc,
  .page-product .page-product-card-body p,
  .page-product-params .page-product-params-table th,
  .page-product-params .page-product-params-table td,
  .page-solutions-block .page-solutions-desc,
  .page-solutions-detail-banner .page-solutions-desc,
  .page-solutions-detail-features .page-solutions-detail-features-item-desc,
  .page-solutions-detail-cases .page-solutions-detail-cases-card-list li,
  .page-hr .page-hr-block p,
  .page-hr .page-hr-block ol li,
  .page-contact .page-contact-basic p,
  .page-contact .page-contact-item-value,
  .page-message .page-message-desc,
  .page-message .page-message-field input,
  .page-message .page-message-field textarea,
  .page-news .page-news-feature-desc,
  .page-news-detail .page-news-detail-content,
  .page-news-detail .page-news-detail-content p,
  footer .footer-intro {
    font-size: 14px;
  }

  /* Secondary / meta 14px */
  .about .about-stats-item > p,
  .page-about .page-about-stats-item > p,
  .page-about .page-about-stats-item .num i,
  .news .news-item-date,
  .news .news-item-tag,
  .news .news-item-link,
  .page-news-list .page-news-list-date,
  .page-news-list .page-news-list-tag,
  .page-history .history-item-list li span,
  .page-capability .page-capability-stats-item .label,
  .page-capability .page-capability-gallery-title,
  .page-hr .page-hr-item-meta,
  .page-contact .page-contact-item-label,
  .page-contact .page-contact-qr-label,
  .page-subnav .page-subnav-menu a {
    font-size: 14px;
  }
  .page-subnav .page-subnav-label {
    font-size: 16px;
  }
  .page-solutions-detail-banner .page-solutions-detail-crumb,
  .page-solutions-detail-banner .page-solutions-detail-crumb a,
  .page-solutions-detail-banner .page-solutions-detail-crumb em,
  .page-news-detail-banner .page-news-detail-crumb,
  .page-news-detail-banner .page-news-detail-crumb a,
  .page-news-detail-banner .page-news-detail-crumb em,
  .page-news-detail-banner .page-news-detail-tag,
  .page-news-detail-banner .page-news-detail-date,
  footer .footer-menu-col a,
  footer .footer-contact-label,
  footer .footer-contact-value,
  footer .footer-copy,
  footer .footer-copy a,
  footer .footer-qr span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .btn-more,
  .btn-more--glass {
    font-size: 13px;
    padding: 7px 14px;
    gap: 10px;
  }
  .btn-more svg,
  .btn-more--glass svg {
    width: 14px;
    height: 14px;
  }

  main .banner .banner-title p,
  .about .about-heading p,
  .product .product-title,
  .solutions .solutions-title,
  .honors .honors-title,
  .news .news-title,
  .page-banner .page-banner-title,
  .page-culture .page-culture-title,
  .page-history .page-history-title,
  .page-honors .page-honors-title,
  .page-capability .page-capability-title,
  .page-product .page-product-title,
  .page-product-params .page-product-params-title,
  .page-solutions-block .page-solutions-title,
  .page-solutions-detail-banner .page-solutions-title,
  .page-solutions-detail-features .page-solutions-detail-features-title,
  .page-solutions-detail-cases .page-solutions-detail-cases-title,
  .page-hr .page-hr-title,
  .page-contact .page-contact-title,
  .page-message .page-message-title,
  .page-about .page-about-title,
  .page-news-detail-banner .page-news-detail-title {
    font-size: 19px;
  }

  .solutions .solutions-panel-title,
  .product .product-card-title,
  .page-product .page-product-card-title,
  .page-culture .page-culture-item-value,
  .page-history .history-item-year,
  .page-solutions-detail-cases .page-solutions-detail-cases-card-name,
  .page-news .page-news-feature-title,
  .page-news-list .page-news-list-title,
  .news .news-item-title,
  .page-hr .page-hr-item-name,
  .page-hr .page-hr-block-title,
  .page-contact .page-contact-company {
    font-size: 17px;
  }
}
