:root {
  --company-blue: #0863a9;
  --company-ink: #242424;
  --company-muted: #666;
}

#navpart.company-subnav {
  display: block;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #eceeef;
  background: #f5f5f6;
}
.company-breadcrumb__inner {
  display: flex;
  align-items: center;
  width: min(94%, 1440px);
  height: 82px;
  margin: 0 auto;
}
#navpart.company-subnav .position {
  display: flex;
  float: none;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #9aa1a8;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
#navpart.company-subnav .position a {
  color: #8d959d;
  text-decoration: none;
}
#navpart.company-subnav .position a:hover,
#navpart.company-subnav .position a:focus-visible {
  color: var(--company-blue);
  text-decoration: none;
}
.company-breadcrumb__home {
  display: inline-block;
  margin-right: 8px;
  color: #a4abb2;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}
.company-breadcrumb__separator {color: #aeb4ba;}

.company-profile,
.company-profile * {box-sizing: border-box;}
.company-profile {
  overflow: hidden;
  background: #fff;
  color: var(--company-ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.company-overview,
.company-history,
.company-honors {scroll-margin-top: 80px;}
.company-profile__inner {
  width: min(94%, 1600px);
  margin: 0 auto;
}

/* 公司数据和图片轮播，按参考图的白底纵向结构 */
.company-overview {
  padding: 54px 0 138px;
  background: #fff url("../images/company-stats-bg.jpg") center bottom / 100% auto no-repeat;
}
.company-overview__heading h1 {
  margin: 38px 0 0;
  color: #292929;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.company-title-line {
  display: block;
  width: 54px;
  height: 3px;
  margin: 0 auto;
  background: #1d9be0;
}
.company-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px 0 36px;
}
.company-metric {text-align: center;}
.company-metric__value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--company-blue);
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 3.2vw, 62px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
}
.company-metric__value small {
  margin: 0 0 .08em .22em;
  font-size: .26em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.company-metric p {
  margin: 9px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
.company-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #edf4f9;
}
.company-gallery .swiper-slide {
  height: clamp(400px, 49vw, 700px);
  overflow: hidden;
}
.company-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: rgba(0,70,130,.22);
  cursor: pointer;
}
.company-gallery__arrow::before {
  position: absolute;
  top: 16px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}
.company-gallery__prev {left: 22px;}
.company-gallery__prev::before {left: 18px;transform: rotate(-45deg);}
.company-gallery__next {right: 22px;}
.company-gallery__next::before {right: 18px;transform: rotate(135deg);}
.company-gallery__pagination {bottom: 18px !important;}
.company-gallery__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.company-gallery__pagination .swiper-pagination-bullet-active {background: #fff;}
.company-gallery.is-single .company-gallery__arrow,
.company-gallery.is-single .company-gallery__pagination {display: none;}

/* 发展历程，直接使用用户提供的雪山背景 */
.company-history {
  height: 990px;
  overflow: hidden;
  background: #78adde url("../images/company-history-bg.png") center / cover no-repeat;
  color: #fff;
}
.company-history__inner {padding: 86px 0 34px;}
.company-section-heading {text-align: center;}
.company-section-heading h2 {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
}
.company-section-heading__line {
  display: block;
  width: 42px;
  height: 2px;
  margin: 15px auto 0;
  background: #158dcc;
}
.company-section-heading--light h2 {color: #fff;}
.company-section-heading--light .company-section-heading__line {background: #fff;}
.company-history__viewport {
  position: relative;
  margin-top: 250px;
  padding-bottom: 35px;
}
.company-history__slider {
  overflow: visible;
  padding: 116px 0 118px;
  cursor: grab;
}
.company-history__slider:active {cursor: grabbing;}
.company-history__slide {
  height: 205px;
  text-align: center;
}
.company-history__item {
  position: relative;
  height: 76px;
  outline: none;
  text-align: center;
  transform: translateY(var(--history-offset, 0));
  transition: transform .35s ease;
}
.company-history__item time {
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 700;
  line-height: 1;
  transition: opacity .22s ease;
}
.company-history__marker {
  display: block;
  width: 20px;
  height: 20px;
  margin: 18px auto 0;
  border: 4px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: #fff;
  background-clip: padding-box;
  transition: transform .22s ease, box-shadow .22s ease;
}
.company-history__detail {
  position: absolute;
  top: -112px;
  left: 50%;
  width: min(250px, 86vw);
  min-height: 96px;
  padding: 18px 20px;
  background: rgba(36,132,221,.86);
  color: #fff;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .24s ease, transform .24s ease;
}
.company-history__detail strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}
.company-history__detail p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.company-history__item:hover .company-history__detail,
.company-history__item:focus-visible .company-history__detail,
.company-history__item.is-active .company-history__detail {
  opacity: 1;
  transform: translate(-50%, 0);
}
.company-history__item:hover time,
.company-history__item:focus-visible time,
.company-history__item.is-active time {opacity: 0;}
.company-history__item:hover .company-history__marker,
.company-history__item:focus-visible .company-history__marker,
.company-history__item.is-active .company-history__marker {
  box-shadow: 0 0 0 7px rgba(255,255,255,.18);
  transform: scale(1.08);
}
.company-history__slide:first-child .company-history__detail {
  right: auto;
  left: 10px;
  transform: translate(0, 12px);
}
.company-history__slide:first-child .company-history__item:hover .company-history__detail,
.company-history__slide:first-child .company-history__item:focus-visible .company-history__detail,
.company-history__slide:first-child .company-history__item.is-active .company-history__detail {transform: translate(0, 0);}
.company-history__slide:last-child .company-history__detail {
  right: 10px;
  left: auto;
  transform: translate(0, 12px);
}
.company-history__slide:last-child .company-history__item:hover .company-history__detail,
.company-history__slide:last-child .company-history__item:focus-visible .company-history__detail,
.company-history__slide:last-child .company-history__item.is-active .company-history__detail {transform: translate(0, 0);}
.company-history__scrollbar.swiper-scrollbar {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: rgba(255,255,255,.65);
}
.company-history__scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #075da6;
}

/* 荣誉资质，按参考图三上两下排布 */
.company-honors {
  position: relative;
  min-height: 820px;
  padding: 80px 0 88px;
  background: #eef6ff url("../images/company-honors-bg.jpg") center / cover no-repeat;
}
.company-honors::before {
  position: absolute;
  top: 62px;
  left: 0;
  color: rgba(125,154,186,.08);
  font-family: Arial, sans-serif;
  font-size: clamp(90px, 13vw, 210px);
  font-weight: 700;
  line-height: 1;
  content: "HONOUR";
  pointer-events: none;
}
.company-honors__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, 250px);
  gap: 54px 28px;
  margin-top: 64px;
}
.company-honors__track::before {
  position: absolute;
  top: 277px;
  right: 1%;
  left: 1%;
  height: 1px;
  background: #aab5c0;
  content: "";
}
.company-honor {
  position: relative;
  z-index: 1;
  grid-column: span 2;
  margin: 0;
  text-align: center;
}
.company-honor:nth-child(4) {grid-column: 2 / span 2;}
.company-honor:nth-child(5) {grid-column: 4 / span 2;}
.company-honor__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  padding: 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: zoom-in;
  transition: transform .25s ease;
}
.company-honor__image:hover,
.company-honor__image:focus-visible {transform: translateY(-4px);}
.company-honor__image:focus-visible {outline: 2px solid rgba(8,99,169,.35);}
.company-honor__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(60,90,120,.12);
}
.company-honor figcaption {
  margin-top: 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}

.company-lightbox[hidden] {display: none;}
.company-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 24px 24px;
  background: rgba(6,25,43,.9);
}
.company-lightbox img {
  display: block;
  max-width: min(94vw, 1100px);
  max-height: calc(100dvh - 100px);
  object-fit: contain;
}
.company-lightbox__close {
  position: absolute;
  top: 18px;
  right: 24px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.company-lightbox-open {overflow: hidden;}

@media (max-width: 768px) {
  .company-breadcrumb__inner {width: 100%;height: 58px;padding: 0 16px;}
  #navpart.company-subnav .position {gap: 7px;font-size: 12px;}
  .company-breadcrumb__home {margin-right: 5px;font-size: 16px;}
  .company-profile__inner {width: 100%;padding-right: 16px;padding-left: 16px;}
  .company-overview {padding: 42px 0 80px;}
  .company-overview__heading h1 {margin-top: 28px;font-size: 18px;}
  .company-metrics {grid-template-columns: repeat(2, minmax(0, 1fr));gap: 34px 10px;margin: 24px 0 34px;}
  .company-metric__value {font-size: clamp(36px, 11vw, 48px);}
  .company-metric p {font-size: 13px;}
  .company-gallery .swiper-slide {height: 58vw;min-height: 240px;max-height: 430px;}
  .company-gallery__arrow {width: 38px;height: 38px;margin-top: -19px;}
  .company-gallery__arrow::before {top: 13px;}
  .company-gallery__prev {left: 10px;}
  .company-gallery__prev::before {left: 15px;}
  .company-gallery__next {right: 10px;}
  .company-gallery__next::before {right: 15px;}
  .company-history {height: auto;min-height: 590px;background-position: 58% center;}
  .company-history__inner {padding-top: 58px;padding-bottom: 28px;}
  .company-history__viewport {margin-top: 34px;}
  .company-history__slider {padding-top: 112px;padding-bottom: 100px;}
  .company-history__slide {height: 170px;}
  .company-history__item time {font-size: 18px;}
  .company-history__detail {top: -105px;min-height: 88px;padding: 15px 16px;}
  .company-history__detail strong {font-size: 17px;}
  .company-history__detail p {font-size: 13px;}
  .company-honors {min-height: 0;padding: 64px 0 72px;}
  .company-honors::before {top: 52px;font-size: 72px;}
  .company-honors__track {grid-template-columns: repeat(2, minmax(0, 1fr));grid-template-rows: none;gap: 34px 16px;margin-top: 48px;}
  .company-honors__track::before {display: none;}
  .company-honor,
  .company-honor:nth-child(4),
  .company-honor:nth-child(5) {grid-column: auto;}
  .company-honor__image {height: 190px;}
}

@media (max-width: 420px) {
  .company-metric__value {font-size: 34px;}
  .company-honor__image {height: 155px;}
}

@media (prefers-reduced-motion: reduce) {
  .company-honor__image,
  .company-history__item,
  .company-history__detail,
  .company-history__item time,
  .company-history__marker {transition: none;}
}
