.abt-page {
  padding-top: 0;
}

.contact-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 72px);
  min-height: 320px;
  overflow: hidden;
}

.contact-banner__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 0;
}

.contact-banner__bg img,
.contact-banner__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-banner__bg img {
  object-fit: cover;
  object-position: center center;
}

.contact-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-banner__title {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1024px) {
  .contact-banner__title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .abt-page {
    padding-top: 0;
  }
  .contact-banner {
    height: auto;
    min-height: 0;
  }
  .contact-banner__bg {
    position: relative;
    inset: auto;
    left: auto;
    width: 100%;
    margin-left: 0;
  }
  .contact-banner__bg img,
  .contact-banner__bg picture {
    height: auto;
  }
  .contact-banner__bg img {
    object-fit: contain;
  }
  .contact-banner__inner {
    position: absolute;
    inset: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-banner__title {
    font-size: 32px;
  }
}

.abt-intro {
  position: relative;
  padding: 88px 0 0px;
}

.abt-intro__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.abt-intro__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 110px;
}

.abt-intro__title {
  margin: 0 0 32px;
  max-width: 900px;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
}

.abt-intro__desc {
  margin: 0;
  max-width: 900px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
}

.abt-intro__media-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}

.abt-intro__media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.abt-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.abt-intro__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.abt-intro__play svg {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .abt-intro {
    padding: 64px 0 80px;
  }
  .abt-intro__bg {
    height: 480px;
  }
  .abt-intro__title {
    font-size: 36px;
  }
  .abt-intro__desc {
    font-size: 20px;
    line-height: 1.75;
  }
}

@media (max-width: 768px) {
  .abt-intro {
    padding: 48px 0 64px;
  }
  .abt-intro__bg {
    height: 360px;
  }
  .abt-intro__head {
    margin-bottom: 32px;
  }
  .abt-intro__title {
    font-size: 28px;
  }
  .abt-intro__desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .abt-intro__play {
    width: 64px;
    height: 64px;
  }
  .abt-intro__play svg {
    width: 64px;
    height: 64px;
  }
}

.abt-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  box-sizing: border-box;
}

.abt-video-modal[hidden] {
  display: none;
}

.abt-video-modal.is-open {
  display: flex;
}

body.is-abt-video-open {
  overflow: hidden;
}

.abt-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.abt-video-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(1200px, 92vw);
  max-height: 85vh;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.abt-video-modal__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.abt-video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.abt-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

.abt-video-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 85vh;
  border-radius: 4px;
  overflow: hidden;
  background: #000000;
}

.abt-video-modal__player {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  background: #000000;
}

@media (max-width: 768px) {
  .abt-video-modal {
    padding: 48px 16px 24px;
  }
  .abt-video-modal__close {
    top: -44px;
    width: 36px;
    height: 36px;
  }
}

.abt-brief {
  padding: 88px 0 100px;
  background: #ffffff;
}

.abt-brief__inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.abt-brief__content {
  flex: 0 0 48%;
  max-width: 720px;
  min-width: 0;
}

.abt-brief__head {
  margin-bottom: 32px;
}

.abt-brief__label {
  margin: 0 0 16px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-brief__title {
  margin: 0 0 32px;
  color: #000000;
  font-size: clamp(32px, 2.5vw, 40px);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.abt-brief__desc {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.abt-brief__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0070d5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease;
}

.abt-brief__btn:hover {
  background: #0052d9;
}

.abt-brief__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.abt-brief__btn-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.abt-brief__media-wrap {
  flex: 1 1 0;
  min-width: 0;
}

.abt-brief__media {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.abt-brief__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.abt-brief__media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(0, 0, 0, 0.12);
}

.abt-brief__play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 64, 152, 0.18);
  pointer-events: none;
}

.abt-brief__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #0070d5;
}

.abt-brief__play svg {
  display: none;
}

.abt-brief__play-label {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .abt-brief {
    padding: 64px 0 80px;
  }
  .abt-brief__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .abt-brief__content {
    flex: none;
    max-width: none;
  }
  .abt-brief__title {
    white-space: normal;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .abt-brief {
    padding: 48px 0 64px;
  }
  .abt-brief__inner {
    padding: 0 16px;
    gap: 32px;
  }
  .abt-brief__head {
    margin-bottom: 24px;
  }
  .abt-brief__title {
    font-size: 28px;
  }
  .abt-brief__desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .abt-brief__play,
  .abt-brief__play svg {
    width: 64px;
    height: 64px;
  }
  .abt-brief__play-label {
    font-size: 14px;
  }
}

.abt-profile {
  padding: 117px 0 120px;
  background: #f1f1f1;
}

.abt-profile__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.abt-profile__quote {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 88px;
  padding: 0 0px;
}

.abt-profile__quote-mark {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.12);
  font-size: 120px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  user-select: none;
}

.abt-profile__quote-mark--open {
  align-self: flex-start;
  margin-right: 24px;
}

.abt-profile__quote-mark--close {
  align-self: flex-end;
  margin-left: 24px;
}

.abt-profile__quote-text {
  width: 100%;
  text-align: left;
}

.abt-profile__quote-en {
  margin: 0;
  margin-left: 168px;
  background: var(1, linear-gradient(270deg, #0CF 0%, #0062FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: left;
}

.abt-profile__quote-en1 {
  margin-top: 22px;
  color: #0070d5;
  font-size: 26px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 28px;
  /* 107.692% */
  letter-spacing: 44.2px;
}

.abt-profile__quote-en--offset {
  margin-left: 571px;
  text-align: left;
}

.abt-profile__quote-zh {
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.35em;
}

.abt-profile__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 88px;
}

.abt-profile__content {
  width: 900px;
  height: auto;
}

.abt-profile__label {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  /* 125% */
}

.abt-profile__title {
  margin: 0 0 32px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.abt-profile__text p {
  color: #696E72;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.abt-profile__text p:last-child {
  margin-bottom: 0;
}

.abt-profile__visual {
  margin: 0;
}

.abt-profile__visual img {
  display: block;
  width: 500px;
  height: auto;
  object-fit: cover;
}

.abt-profile__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.abt-profile__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  text-align: center;
}

.abt-profile__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.14);
}

.abt-profile__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
}

.abt-profile__stat-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.abt-profile__stat-value {
  margin: 0 0 4%;
  color: #0070d5;
  font-size: 56px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

.abt-profile__stat-label {
  margin: 0;
  color: #000;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1024px) {
  .abt-profile {
    padding: 80px 0 96px;
  }
  .abt-profile__quote {
    margin-bottom: 64px;
    padding: 0 40px;
  }
  .abt-profile__quote-mark {
    font-size: 80px;
  }
  .abt-profile__quote-en {
    font-size: 36px;
  }
  .abt-profile__quote-en--offset {
    margin-left: 48px;
  }
  .abt-profile__quote-zh {
    font-size: 22px;
    letter-spacing: 0.25em;
  }
  .abt-profile__main {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }
  .abt-profile__visual {
    max-width: 520px;
  }
  .abt-profile__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
  }
  .abt-profile__stat:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .abt-profile {
    padding: 64px 0 80px;
  }
  .abt-profile__quote {
    flex-direction: column;
    margin-bottom: 48px;
    padding: 0;
  }
  .abt-profile__quote-mark {
    display: none;
  }
  .abt-profile__quote-en {
    font-size: 28px;
  }
  .abt-profile__quote-en--offset {
    margin-left: 0;
    text-align: center;
  }
  .abt-profile__quote-zh {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.18em;
  }
  .abt-profile__title {
    font-size: 28px;
  }
  .abt-profile__text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .abt-profile__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
    padding-top: 32px;
  }
  .abt-profile__stat:nth-child(2n)::after {
    display: none;
  }
  .abt-profile__stat-value {
    font-size: 32px;
  }
}

.abt-honor {
  padding: 88px 0 120px;
  background: #f1f1f1;
}

.abt-honor__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.abt-honor__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}

.abt-honor__head-text {
  flex: 1;
  min-width: 0;
}

.abt-honor__label {
  margin: 0 0 16px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-honor__title {
  margin: 0 0 32px;
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.abt-honor__desc {
  max-width: 914px;
  margin: 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.abt-honor__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding-top: 8px;
}

.abt-honor__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #ffffff;
  color: #999999;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.abt-honor__arrow--next {
  border-color: #0070d5;
  background: #0070d5;
  color: #ffffff;
}

.abt-honor__arrow:hover {
  opacity: 0.9;
}

.abt-honor__arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.abt-honor__viewport {
  overflow: hidden;
  width: 100%;
}

.abt-honor__track {
  display: flex;
  gap: 24px;
  padding-left: max(24px, calc((100vw - 1600px) / 2));
  padding-right: max(24px, calc((100vw - 1600px) / 2));
  box-sizing: border-box;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.abt-honor__card {
  flex: 0 0 325px;
  width: 325px;
  height: 451px;
  margin: 0;
}

.abt-honor__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.abt-honor__card img:hover {
  opacity: 0.88;
}

.abt-honor-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  box-sizing: border-box;
}

.abt-honor-modal[hidden] {
  display: none;
}

.abt-honor-modal.is-open {
  display: flex;
}

body.is-abt-honor-open {
  overflow: hidden;
}

.abt-honor-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.abt-honor-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(1200px, 92vw);
  max-height: 85vh;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.abt-honor-modal__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.abt-honor-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.abt-honor-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

.abt-honor-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 85vh;
}

.abt-honor-modal__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1024px) {
  .abt-honor {
    padding: 64px 0 96px;
  }
  .abt-honor__title {
    font-size: 40px;
    line-height: 1.25;
  }
  .abt-honor__card {
    flex-basis: calc((100% - 48px) / 3);
  }
  .abt-honor__card img {
    height: 306px;
  }
}

@media (max-width: 768px) {
  .abt-honor {
    padding: 48px 0 80px;
  }
  .abt-honor__head {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .abt-honor__nav {
    align-self: flex-end;
    padding-top: 0;
  }
  .abt-honor__title {
    font-size: 28px;
    line-height: 1.3;
  }
  .abt-honor__desc {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
  }
  .abt-honor__card {
    flex-basis: calc((100% - 24px) / 2);
  }
  .abt-honor__card img {
    height: 238px;
  }
  .abt-honor-modal {
    padding: 48px 16px 24px;
  }
  .abt-honor-modal__close {
    top: -44px;
    width: 36px;
    height: 36px;
  }
}

.abt-culture {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.abt-culture__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../images/about/about_item2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.abt-culture__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
}

.abt-culture__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 164px;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.abt-culture__content {
  flex: 0 0 520px;
  max-width: 520px;
}

.abt-culture__label {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-culture__title {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.abt-culture__desc {
  margin: 0;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.abt-culture__grid {
  flex: 0 0 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 760px;
  max-width: 100%;
}

.abt-culture__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  color: #ffffff;
  box-sizing: border-box;
  transition: background 0.25s ease, backdrop-filter 0.25s ease;
}

.abt-culture__tile:hover {
  background: #0070d5;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.abt-culture__tile .abt-culture__tile-desc {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, margin 0.3s ease, opacity 0.25s ease;
}

.abt-culture__tile:hover .abt-culture__tile-desc {
  max-height: 80px;
  margin: 12px 0 0;
  opacity: 1;
}

.abt-culture__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
}

.abt-culture__icon svg {
  display: block;
  width: 80px;
  height: 80px;
}

.abt-culture__tile-title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-culture__tile-desc {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .abt-culture {
    padding: 80px 0;
  }
  .abt-culture__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .abt-culture__content {
    flex: none;
    max-width: 100%;
  }
  .abt-culture__title {
    font-size: 40px;
    line-height: 1.25;
  }
  .abt-culture__grid {
    flex: none;
    width: 100%;
  }
  .abt-culture__tile {
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .abt-culture {
    padding: 64px 0;
  }
  .abt-culture__title {
    font-size: 28px;
    line-height: 1.3;
  }
  .abt-culture__desc {
    font-size: 16px;
    line-height: 1.75;
  }
  .abt-culture__grid {
    grid-template-columns: 1fr;
  }
  .abt-culture__tile {
    min-height: 200px;
  }
  .abt-culture__tile-title {
    font-size: 20px;
  }
}

.abt-partners {
  padding: 100px 0 120px;
  background: #ffffff;
}

.abt-partners__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.abt-partners__head {
  margin-bottom: 64px;
  text-align: center;
}

.abt-partners__label {
  margin: 0 0 16px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-partners__title {
  margin: 0 0 32px;
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.abt-partners__desc {
  margin: 0 auto;
  max-width: 910px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.abt-partners__logos {
  /* logo 数量会随后台隐藏项变化，使用 flex 让最后一行自动居中，避免少图时偏左。 */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abt-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 260px;
  min-height: 56px;
}

.abt-partners__logo img {
  display: block;
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .abt-partners {
    padding: 80px 0 96px;
  }
  .abt-partners__title {
    font-size: 40px;
    line-height: 1.25;
  }
  .abt-partners__logos {
    gap: 40px 24px;
  }
  .abt-partners__logo {
    flex-basis: 180px;
  }
}

@media (max-width: 768px) {
  .abt-partners {
    padding: 64px 0 80px;
  }
  .abt-partners__head {
    margin-bottom: 40px;
  }
  .abt-partners__title {
    font-size: 28px;
    line-height: 1.3;
  }
  .abt-partners__desc {
    font-size: 16px;
    line-height: 1.75;
  }
  .abt-partners__logos {
    gap: 32px 16px;
  }
  .abt-partners__logo {
    flex-basis: calc((100% - 32px) / 3);
    min-width: 88px;
  }
  .abt-partners__logo img {
    max-height: 36px;
  }
}

.abt-esg {
  height: 900px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.abt-esg__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 900px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.abt-esg__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 24px;
  text-align: center;
  box-sizing: border-box;
}

.abt-esg__label {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.abt-esg__title {
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.abt-esg__desc {
  margin: 0 auto 48px;
  max-width: 900px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.abt-esg__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: #0070d5;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 112, 213, 0);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.35s ease;
}

.abt-esg__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  z-index: 0;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 28%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.06) 72%, transparent 100%);
  transform: skewX(-22deg);
  transition: left 1.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.abt-esg__btn:hover {
  border-color: rgba(160, 220, 255, 0.45);
  background: #005eb8;
  box-shadow: 0 0 0 1px rgba(120, 200, 255, 0.18), 0 0 18px rgba(0, 112, 213, 0.35);
}

.abt-esg__btn:hover::before {
  left: 150%;
}

.abt-esg__btn-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.abt-esg__btn:hover .abt-esg__btn-icon {
  transform: translate(2px, -2px);
}

.abt-esg__btn-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  .abt-esg__inner {
    padding: 96px 24px;
  }
  .abt-esg__title {
    font-size: 40px;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .abt-esg__inner {
    padding: 72px 24px;
  }
  .abt-esg__label {
    font-size: 20px;
  }
  .abt-esg__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.3;
  }
  .abt-esg__desc {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1025px) {
  .abt-page {
    padding-top: 0;
  }
  .contact-banner {
    height: calc(100vh - 3.825vw);
    min-height: 17vw;
  }
  .contact-banner__inner {
    max-width: 85vw;
    padding-left: 1.275vw;
    padding-right: 1.275vw;
  }
  .contact-banner__title {
    font-size: 2.55vw;
  }
  .abt-intro {
    padding: 4.675vw 0 0;
  }
  .abt-intro__inner {
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .abt-intro__head {
    margin-bottom: 5.84375vw;
  }
  .abt-intro__title {
    margin: 0 0 1.7vw;
    max-width: 47.8125vw;
    font-size: 2.125vw;
  }
  .abt-intro__desc {
    max-width: 47.8125vw;
    font-size: 1.275vw;
  }
  .abt-intro__media {
    border-radius: 0.2125vw;
  }
  .abt-intro__play,
  .abt-intro__play svg {
    width: 4.25vw;
    height: 4.25vw;
  }
  .abt-video-modal {
    padding: 1.7vw 1.275vw;
  }
  .abt-video-modal__close {
    top: -2.55vw;
    width: 2.125vw;
    height: 2.125vw;
  }
  .abt-video-modal__body {
    border-radius: 0.2125vw;
  }
  .abt-brief {
    padding: 4.675vw 0 5.3125vw;
  }
  .abt-brief__inner {
    gap: 4.25vw;
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .abt-brief__content {
    max-width: 38.25vw;
  }
  .abt-brief__head {
    margin-bottom: 1.7vw;
  }
  .abt-brief__label {
    margin: 0 0 0.85vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-brief__title {
    margin: 0 0 1.7vw;
    font-size: 2.125vw;
  }
  .abt-brief__desc {
    font-size: 0.85vw;
  }
  .abt-brief__btn {
    gap: 0.53125vw;
    height: 2.3375vw;
    padding: 0 1.275vw;
    border-radius: 53.07187vw;
    font-size: 0.85vw;
  }
  .abt-brief__btn-icon svg {
    width: 0.85vw;
    height: 0.85vw;
  }
  .abt-brief__media {
    border-radius: 0.425vw;
  }
  .abt-brief__media-overlay {
    gap: 0.85vw;
  }
  .abt-brief__play,
  .abt-brief__play svg {
    width: 3.825vw;
    height: 3.825vw;
  }
  .abt-brief__play-label {
    font-size: 0.85vw;
  }
  .abt-profile {
    padding: 6.21563vw 0 6.375vw;
  }
  .abt-profile__inner {
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .abt-profile__quote {
    margin-bottom: 4.675vw;
  }
  .abt-profile__quote-mark {
    font-size: 6.375vw;
  }
  .abt-profile__quote-mark--open {
    margin-right: 1.275vw;
  }
  .abt-profile__quote-mark--close {
    margin-left: 1.275vw;
  }
  .abt-profile__quote-en {
    margin-left: 8.925vw;
    font-size: 2.55vw;
  }
  .abt-profile__quote-en1 {
    margin-top: 1.16875vw;
    font-size: 1.38125vw;
    line-height: 1.4875vw;
    letter-spacing: 2.34813vw;
  }
  .abt-profile__quote-en--offset {
    margin-left: 30.33437vw;
  }
  .abt-profile__quote-zh {
    margin: 1.4875vw 0 0;
    font-size: 1.4875vw;
  }
  .abt-profile__main {
    margin-bottom: 4.675vw;
  }
  .abt-profile__content {
    width: 47.8125vw;
  }
  .abt-profile__label {
    margin: 0 0 0.85vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-profile__title {
    margin: 0 0 1.7vw;
    font-size: 2.125vw;
  }
  .abt-profile__text p {
    font-size: 0.85vw;
  }
  .abt-profile__visual img {
    width: 26.5625vw;
  }
  .abt-profile__stats {
    padding-top: 2.55vw;
    border-top-width: 0.05312vw;
  }
  .abt-profile__stat {
    padding: 0 0.85vw;
  }
  .abt-profile__stat:not(:last-child)::after {
    top: 0.6375vw;
    width: 0.05312vw;
    height: calc(100% - 1.275vw);
  }
  .abt-profile__stat-icon {
    width: 2.125vw;
    height: 2.125vw;
    margin-bottom: 1.4875vw;
  }
  .abt-profile__stat-value {
    font-size: 2.975vw;
  }
  .abt-profile__stat-label {
    font-size: 0.95625vw;
    line-height: 1.4875vw;
  }
  .abt-honor {
    padding: 4.675vw 0 6.375vw;
  }
  .abt-honor__inner {
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .abt-honor__head {
    gap: 2.55vw;
    margin-bottom: 2.55vw;
  }
  .abt-honor__label {
    margin: 0 0 0.85vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-honor__title {
    margin: 0 0 1.7vw;
    font-size: 2.125vw;
  }
  .abt-honor__desc {
    max-width: 48.55625vw;
    font-size: 0.85vw;
  }
  .abt-honor__nav {
    gap: 0.85vw;
    padding-top: 0.425vw;
  }
  .abt-honor__arrow {
    width: 2.55vw;
    height: 2.55vw;
    border-width: 0.05312vw;
  }
  .abt-honor__track {
    gap: 1.275vw;
    padding-left: calc((100vw - 85vw) / 2 + 1.275vw);
    padding-right: calc((100vw - 85vw) / 2 + 1.275vw);
  }
  .abt-honor__card {
    flex: 0 0 17.26562vw;
    width: 17.26562vw;
    height: 23.95937vw;
  }
  .abt-honor-modal {
    padding: 1.7vw 1.275vw;
  }
  .abt-honor-modal__close {
    top: -2.55vw;
    width: 2.125vw;
    height: 2.125vw;
  }
  .abt-honor-modal__image {
    border-radius: 0.2125vw;
    box-shadow: 0 0.6375vw 2.55vw rgba(0, 0, 0, 0.35);
  }
  .abt-culture {
    padding: 5.3125vw 0;
  }
  .abt-culture__inner {
    padding-top: 8.7125vw;
    gap: 3.4vw;
    max-width: 85vw;
    padding-left: 1.275vw;
    padding-right: 1.275vw;
  }
  .abt-culture__content {
    flex: 0 0 27.625vw;
    max-width: 27.625vw;
  }
  .abt-culture__label {
    margin: 0 0 1.0625vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-culture__title {
    margin: 0 0 1.4875vw;
    font-size: 2.125vw;
  }
  .abt-culture__desc {
    font-size: 0.85vw;
  }
  .abt-culture__grid {
    flex: 0 0 40.375vw;
    gap: 1.0625vw;
    width: 40.375vw;
  }
  .abt-culture__tile {
    min-height: 14.875vw;
    padding: 1.4875vw 1.275vw;
    backdrop-filter: blur(1.32812vw);
    -webkit-backdrop-filter: blur(1.32812vw);
  }
  .abt-culture__tile:hover .abt-culture__tile-desc {
    max-height: 4.25vw;
    margin: 0.6375vw 0 0;
  }
  .abt-culture__icon {
    top: 1.275vw;
    right: 1.275vw;
    width: 4.25vw;
    height: 4.25vw;
  }
  .abt-culture__icon svg {
    width: 4.25vw;
    height: 4.25vw;
  }
  .abt-culture__tile-title {
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-culture__tile-desc {
    margin: 0.6375vw 0 0;
    font-size: 0.74375vw;
    line-height: 1.275vw;
  }
  .abt-partners {
    padding: 5.3125vw 0 6.375vw;
  }
  .abt-partners__inner {
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .abt-partners__head {
    margin-bottom: 3.4vw;
  }
  .abt-partners__label {
    margin: 0 0 0.85vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-partners__title {
    margin: 0 0 1.7vw;
    font-size: 2.125vw;
  }
  .abt-partners__desc {
    max-width: 48.34375vw;
    font-size: 0.85vw;
  }
  .abt-partners__logos {
    gap: 2.55vw 1.7vw;
  }
  .abt-partners__logo {
    flex-basis: 13.8125vw;
    min-height: 2.975vw;
  }
  .abt-partners__logo img {
    max-height: 2.55vw;
  }
  .abt-esg {
    height: 47.8125vw;
    margin-bottom: 2.125vw;
  }
  .abt-esg__bg {
    height: 47.8125vw;
  }
  .abt-esg__inner {
    max-width: 85vw;
    padding: 6.375vw 1.275vw;
  }
  .abt-esg__label {
    margin: 0 0 1.0625vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .abt-esg__title {
    margin: 0 0 1.7vw;
    font-size: 2.125vw;
  }
  .abt-esg__desc {
    margin: 0 auto 2.55vw;
    max-width: 47.8125vw;
    font-size: 0.85vw;
  }
  .abt-esg__btn {
    gap: 0.53125vw;
    height: 2.3375vw;
    padding: 0 1.275vw;
    border-width: 0.05312vw;
    border-radius: 53.07187vw;
    font-size: 0.85vw;
  }
  .abt-esg__btn:hover {
    box-shadow: 0 0 0 0.05312vw rgba(120, 200, 255, 0.18), 0 0 0.95625vw rgba(0, 112, 213, 0.35);
  }
  .abt-esg__btn:hover .abt-esg__btn-icon {
    transform: translate(0.10625vw, -0.10625vw);
  }
  .abt-esg__btn-icon svg {
    width: 0.85vw;
    height: 0.85vw;
  }
}
