/* Homepage refresh — scoped to the Chinese homepage only */
.page-index-index {
  --brand: #0877c9;
  --brand-deep: #034f92;
  --brand-ink: #0b2440;
  --accent: #18a8e5;
  --surface: #ffffff;
  --surface-soft: #f3f8fc;
  --line: #dce8f2;
  --muted: #63758a;
  background: #fff !important;
  color: var(--brand-ink);
  font-size: 15px;
  line-height: 1.65;
}

.page-index-index #page {
  background: #fff;
}

.page-index-index #top {
  isolation: isolate;
}

/* Header and primary navigation */
.page-index-index #pdv_106868 .wumainmenu {
  border-radius: 0 0 14px 14px;
}

.page-index-index #pdv_106868 dt a {
  position: relative;
  letter-spacing: .02em;
  text-shadow: 0 1px 12px rgba(0, 32, 65, .28);
  transition: color .2s ease, opacity .2s ease;
}

.page-index-index #pdv_106868 dt a::after {
  position: absolute;
  right: 28px;
  bottom: 8px;
  left: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #74d6ff);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.page-index-index #pdv_106868 .cur dt a::after,
.page-index-index #pdv_106868 dt a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-index-index #pdv_106868 dd {
  overflow: hidden;
  border: 1px solid rgba(8, 119, 201, .12);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(3, 48, 86, .16);
}

.page-index-index #pdv_106868 dd a {
  border-bottom: 1px solid #edf3f8;
  transition: color .2s ease, background .2s ease, padding-left .2s ease;
}

.page-index-index #pdv_106868 dd a:hover {
  padding-left: 21px;
  background: var(--surface-soft);
}

.page-index-index #pdv_106865 a,
.page-index-index #pdv_106869 a {
  transition: opacity .2s ease;
}

.page-index-index #pdv_106865 a:hover,
.page-index-index #pdv_106869 a:hover {
  opacity: .78;
}

.page-index-index #pdv_106866 .pdv_border {
  border-radius: 999px;
  background: linear-gradient(135deg, #0d88d4, #0063ab) !important;
  box-shadow: 0 8px 22px rgba(0, 91, 172, .28);
}

.page-index-index #pdv_106870 .wusearchform {
  border: 1px solid rgba(255,255,255,.55) !important;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}

.page-index-index #pdv_106870 input {
  color: #fff !important;
}

.page-index-index #pdv_106870 input::placeholder {
  color: rgba(255,255,255,.82);
}

/* Product mega menu */
.page-index-index #pdv_106871 .proerjibox {
  border-top: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(5, 43, 76, .16);
}

.page-index-index #pdv_106871 .proerjibox_left,
.page-index-index #pdv_106871 .proerjibox_right {
  background: #fff;
}

.page-index-index #pdv_106871 .proerjibox_right_box_title a {
  color: var(--brand) !important;
  font-weight: 700;
}

.page-index-index #pdv_106871 .proerjibox_right_box_p a {
  color: #516478;
  transition: color .2s ease, transform .2s ease;
}

.page-index-index #pdv_106871 .proerjibox_right_box_p a:hover {
  color: var(--brand);
  transform: translateX(3px);
}

/* Hero slider */
.page-index-index .wuslides-wraper,
.page-index-index .wuslides,
.page-index-index .wuslides li,
.page-index-index .wuslides li a {
  overflow: hidden;
}

.page-index-index .wuslides img {
  transition: transform 7s ease;
}

.page-index-index .wuslides .active img,
.page-index-index .wuslides li:hover img {
  transform: scale(1.025);
}

.page-index-index .wuslides-wraper .arrow {
  border-radius: 50%;
  background-color: rgba(3, 42, 76, .42) !important;
  backdrop-filter: blur(5px);
  transition: background-color .2s ease, transform .2s ease;
}

.page-index-index .wuslides-wraper .arrow:hover {
  background-color: rgba(8, 119, 201, .9) !important;
  transform: scale(1.06);
}

/* Shared section rhythm and headings */
.page-index-index .publicFont,
.page-index-index .companyIntro15,
.page-index-index .companyIntro12,
.page-index-index [class^="productCenter"] {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
}

.page-index-index .companyIntro6,
.page-index-index .companyIntro12,
.page-index-index [class^="productCenter"] {
  color: var(--brand-ink);
}

/* Product cards */
.page-index-index .productCenter220507 ul li a,
.page-index-index .productCenter2205071611 ul li a,
.page-index-index .productCenter2205071611_1 ul li a,
.page-index-index .productCenter2205071611_2 ul li a {
  overflow: hidden;
  border: 1px solid rgba(8, 119, 201, .09);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(14, 50, 82, .08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.page-index-index .productCenter220507 ul li a:hover,
.page-index-index .productCenter2205071611 ul li a:hover,
.page-index-index .productCenter2205071611_1 ul li a:hover,
.page-index-index .productCenter2205071611_2 ul li a:hover {
  border-color: rgba(8, 119, 201, .24);
  box-shadow: 0 20px 46px rgba(10, 61, 105, .16);
  transform: translateY(-7px);
}

.page-index-index [class^="productCenter"] .proImg {
  background: linear-gradient(145deg, #f8fbfe, #edf5fb);
}

.page-index-index [class^="productCenter"] .proImg img {
  transition: transform .55s cubic-bezier(.2,.7,.2,1) !important;
}

.page-index-index [class^="productCenter"] .content {
  letter-spacing: .01em;
}

.page-index-index [class^="productCenter"] .proBtn span {
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(1, 70, 122, .12);
}

/* Company story and figures */
.page-index-index .companyIntro15 {
  position: relative;
  background-attachment: scroll;
}

.page-index-index .companyIntro15::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(2, 35, 65, .78), rgba(0, 95, 164, .56));
  content: "";
}

.page-index-index .companyIntro15 .companyDecContent {
  position: relative;
  z-index: 1;
}

.page-index-index .companyIntro15 .companyName {
  font-weight: 700;
  letter-spacing: .04em;
}

.page-index-index .companyIntro15 .companyMore {
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.page-index-index .companyIntro15 .companyMore:hover {
  color: var(--brand-deep);
  transform: translateY(-2px);
}

.page-index-index .companyIntro12 .intro12TitleList {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(10, 61, 105, .09);
}

.page-index-index .intro12TitleList_item .digital-num-item .digital-num,
.page-index-index .intro12TitleList_item .digital-num-item .digital-unit {
  color: var(--brand);
}

.page-index-index .intro12TitleList_item .digital-title {
  color: var(--muted);
  font-size: 15px;
}

/* Honor cards */
.page-index-index .honor_container .swiper-slide {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 61, 105, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.page-index-index .honor_container .swiper-slide:hover {
  box-shadow: 0 18px 40px rgba(10, 61, 105, .15);
  transform: translateY(-5px);
}

.page-index-index .honor_title {
  color: var(--brand-ink);
  font-size: 16px;
  font-weight: 600;
}

/* Focus and accessibility */
.page-index-index a:focus-visible,
.page-index-index button:focus-visible,
.page-index-index input:focus-visible {
  outline: 3px solid rgba(24, 168, 229, .52);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .page-index-index .companyIntro15 {
    padding: 64px 0;
  }
  .page-index-index .companyDecContent .companyName {
    margin-bottom: 22px;
    font-size: 30px;
  }
  .page-index-index .companyDecContent .companyDec {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .page-index-index .companyIntro12 .intro12TitleList {
    flex-wrap: wrap;
  }
  .page-index-index .companyIntro12 .intro12TitleList_item {
    width: 50%;
    padding: 16px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-index-index *,
  .page-index-index *::before,
  .page-index-index *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Footer typography normalization */
.page-index-index #bottom,
.page-index-index #bottom * {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
}

.page-index-index #bottom {
  color: #aabed4;
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

.page-index-index #bottom p,
.page-index-index #bottom li,
.page-index-index #bottom a,
.page-index-index #bottom small,
.page-index-index #bottom font {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  letter-spacing: .01em;
}

.page-index-index #bottom span[style*="font-size:20px"],
.page-index-index #bottom span[style*="font-size:18px"],
.page-index-index #bottom font[style*="font-size:20px"],
.page-index-index #bottom font[style*="font-size:18px"] {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: .02em;
}

.page-index-index #bottom span[style*="font-size:16px"],
.page-index-index #bottom span[style*="font-size:15px"] {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.page-index-index #bottom a {
  color: #aabed4;
  transition: color .2s ease, transform .2s ease;
}

.page-index-index #bottom a:hover {
  color: #fff;
}
/* Remove duplicated footer columns rendered at identical coordinates */
.page-index-index #pdv_106755,
.page-index-index #pdv_106727,
.page-index-index #pdv_106712,
.page-index-index #pdv_106711,
.page-index-index #pdv_106707,
.page-index-index #pdv_106718,
.page-index-index #pdv_106699,
.page-index-index #pdv_106731,
.page-index-index #pdv_106710,
.page-index-index #pdv_106744 {
  display: none !important;
}
/* Align the surviving footer columns to one vertical baseline */
.page-index-index #pdv_106745,
.page-index-index #pdv_106754,
.page-index-index #pdv_106771,
.page-index-index #pdv_106702,
.page-index-index #pdv_106751,
.page-index-index #pdv_106753 {
  top: 27px !important;
}

.page-index-index #bottom span[style*="font-size:18px"] {
  display: inline-block;
  min-height: 27px;
  line-height: 27px !important;
}