:root {
  --about-color-title: #1d2129;
  --about-color-text: #717883;
  --about-color-blue: #1664ff;
  --about-color-deep-blue: #1044a8;
  --about-color-section: #edf6ff;
  --about-color-soft: #f4f9ff;
  --about-shadow-card: 0 12px 28px rgba(22, 100, 255, 0.12);
  --about-shadow-card-hover: 0 18px 38px rgba(22, 100, 255, 0.2);
}

* {
  box-sizing: border-box;
}


.about-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.about-frame {
  width: 100%;
  margin: 0 auto;
}

.consultation-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.consultation-section__image {
  width: 100%;
}

.section-heading {
  text-align: center;
}

.section-heading__title {
  margin: 0;
  color: var(--about-color-title);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
}

.section-heading__text {
  margin: 20px 0 0;
  color: var(--about-color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.about-hero {
  height: 500px;
  background: url("/img/v2026/about/index/banner.jpg") center top / cover no-repeat;
}

.about-hero__inner {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
}

.about-hero__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.about-hero__text {
  width: 100%;
  height: 62px;
  margin: 12px 0 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: normal;
  text-align: center;
  border-radius: 0px;
  transform: rotate(0deg);
}

.company-section {
  padding: 60px 0 60px;
  background: #ffffff;
}

.company-section__inner {
  width: 1360px;
  margin: 0 auto;
}

.company-section__heading {
  margin-bottom: 42px;
}

.company-section__content {
  width: 100%;
}

.company-section__copy {
  padding: 8px 0 0;
}

.company-section__copy p {
  margin: 0 0 31px;
  color: #1d2129;
  font-size: 18px;
  line-height: 29px;
  text-align: left;
}

.company-section__copy p:last-child {
  margin-bottom: 0;
}

.company-section__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}

.company-section__map {
  display: block;
  width: 837px;
  max-width: 100%;
}

.company-stats {
  display: grid;
  grid-template-columns: 1fr;
  width: 300px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

.company-stats__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  min-width: 0;
  padding: 24px 30px;
  color: var(--about-color-title);
  background: none;
  border: none;
}

.company-stats__item--experience,
.company-stats__item--branch,
.company-stats__item--trust,
.company-stats__item--customer {
  background: none;
}

.company-stats__text strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #1d2129;
}

.company-stats__text span {
  display: block;
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.2;
  color: #717883;
}

.company-stats__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.company-stats__icon img {
  max-width: 62px;
  max-height: 62px;
  object-fit: contain;
}

.honor-section {
  padding: 76px 0 90px;
  background: #eaf3fa;
}

.honor-section__inner {
  width: 1360px;
  margin: 0 auto;
}

.honor-section__heading {
  margin-bottom: 54px;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(3, 435px);
  justify-content: center;
  gap: 28px 27px;
}

.honor-card {
  width: 435px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(25, 72, 111, 0.14);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.honor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(25, 72, 111, 0.22);
}

.honor-card__image {
  width: 435px;
  height: 277px;
  max-width: none;
  object-fit: none;
}

.honor-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  margin: 0;
  padding: 18px 22px 20px;
  color: #1d2129;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.global-section {
  background: #eef5ff;
}

.global-section__image {
  width: 100%;
}

.support-section {
  padding: 84px 0 76px;
  background: #ffffff;
}

.support-section__inner {
  width: 1360px;
  margin: 0 auto;
}

.support-section__heading {
  margin-bottom: 50px;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.support-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(22, 100, 255, 0.16);
}

.support-card__title {
  margin: 0;
  padding: 13px 18px 14px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(90deg, #1664ff 0%, #0860cf 100%);
}

.support-card__body {
  position: relative;
  min-height: 160px;
  padding: 20px 30px 42px;
  text-align: center;
}

.support-card__body p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1d2129;
  font-size: 16px;
  line-height: 1.75;
}

.support-card__number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  color: rgba(22, 100, 255, 0.09);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.section-heading {
  margin: 0 auto 32px;
  text-align: center;
}

.tabs {
  width: 592px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 5px;
  border: 1px solid #eef2f8;
  border-radius: 999px;
  background: #f5f7fb;
}

.tabs__button {
  min-width: 180px;
  height: 44px;
  padding: 0 26px;
  border: 0;
  border-radius: 99px;
  color: var(--color-text);
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tabs__button:hover:not(.tabs__button--active) {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tabs[data-tabs="infra"] .tabs__button:hover:not(.tabs__button--active) {
  background: #f0f0f0;
  box-shadow: none;
}

.tabs__button--active {
  color: #ffffff;
  background: var(--color-primary);
  box-shadow: 0 8px 22px rgba(22, 100, 255, 0.22);
}

.infrastructure {
  padding: 60px 0 50px;
  background: #f2f7ff;
}

.infrastructure .tabs {
  background: #ffffff;
}

.infrastructure__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.infrastructure__map {
  width: 100%;
  overflow: hidden;
}

.infrastructure__map img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ==================== 响应式 ==================== */
@media (max-width: 1500px) {

  .about-hero__inner,
  .company-section__inner,
  .honor-section__inner {
    width: calc(100% - 80px);
  }

}

@media (max-width: 1024px) {
  .about-hero {
    height: 360px;
  }

  .about-hero__inner,
  .company-section__inner,
  .honor-section__inner,
  .support-section__inner {
    width: calc(100% - 48px);
  }

  .about-hero__inner {
    padding-top: 96px;
  }

  .company-section__bottom {
    flex-direction: column;
    gap: 34px;
  }

  .company-section__map {
    width: 100%;
    max-width: 720px;
  }

  .company-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .honor-card {
    width: 100%;
  }

  .honor-card__image {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .honor-card__title {
    font-size: 17px;
  }

  .support-cards {
    gap: 24px;
  }

  .support-card__body {
    padding: 34px 24px 42px;
  }
}

@media (max-width: 768px) {
  .section-heading__title {
    font-size: 24px;
  }

  .section-heading__text {
    margin-top: 12px;
    font-size: 14px;
  }

  .about-hero {
    height: 230px;
    background-image: url("/img/v2026/about/index/banner-m.jpg");
    background-position: center top;
  }

  .about-hero__inner {
    width: 100%;
    padding: 65px 28px 0;
  }

  .about-hero__title {
    font-size: 24px;
  }

  .about-hero__text {
    margin-top: 4px;
    font-size: 24px;
  }

  .company-section {
    padding: 44px 0 20px;
  }

  .company-section__inner,
  .honor-section__inner,
  .support-section__inner {
    width: calc(100% - 30px);
  }

  .company-section__heading {
    margin-bottom: 15px;
  }

  .company-section__copy p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .company-section__bottom {
    margin-top: 28px;
    gap: 24px;
  }

  .company-section__map {
    width: 100%;
    max-width: 100%;
  }

  .company-stats {
    width: 100%;
    height: auto;
    margin: 0;
    gap: 0;
  }

  .company-stats__item {
    min-height: auto;
    padding: 18px 24px;
    gap: 16px;
  }

  .company-stats__text strong {
    font-size: 32px;
  }

  .company-stats__text span {
    font-size: 14px;
  }

  .honor-section {
    padding: 46px 0 58px;
  }

  .honor-section__heading {
    margin-bottom: 20px;
  }

  .honor-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .honor-card__title {
    min-height: auto;
    padding: 17px 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .global-section {
    overflow: hidden;
  }

  .global-section__image {
    position: relative;
    left: 50%;
    width: 900px;
    max-width: none;
    transform: translateX(-50%);
  }

  .support-section {
    padding: 48px 0 58px;
  }

  .support-section__heading {
    margin-bottom: 34px;
  }

  .support-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .support-card__title {
    padding: 14px;
    font-size: 19px;
  }

  .support-card__body {
    min-height: 145px;
    padding: 28px 26px 38px;
  }

  .support-card__body p {
    font-size: 15px;
  }

  .tabs__button {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 16px;
    font-size: 16px;
  }

  .infrastructure .tabs {
    width: 100%;
    background-color: transparent;
    border: none;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    text-align: center;
  }

  .infrastructure .tabs .tabs__button {
    font-size: 16px;
    padding: 0 8px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .company-stats__text strong {
    font-size: 20px;
  }

  .company-stats__item {
    gap: 10px;
    padding: 18px 6px;
  }
}