body {
  overflow-x: hidden;
}

body,
a,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  font-family: var(--font-regular);
  font-style: normal;
}

.home-title-kuang p,
.product-list-page {


  background: #fff;
}

.product-list-banner-bg::after {


  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.06) 100%);
  pointer-events: none;
}

.product-list-banner-bg img {


  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list-s2 {


  padding: 1.15rem 0 1.04rem;
  background: #fff;
}

.product-list-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.67);
  pointer-events: none;
  transition: opacity 350ms ease;
  -webkit-transition: opacity 350ms ease;
}

.product-list-card.no-title::after {


  display: none;
}

.product-list-card img {


  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
  -webkit-transition: -webkit-transform 650ms ease;
}

.product-list-card-title {


  position: absolute;
  left: 0.32rem;
  right: 0.32rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.01em;
  white-space: pre-line;
  transition: opacity 350ms ease, visibility 350ms ease;
  -webkit-transition: opacity 350ms ease, visibility 350ms ease;
}

.product-list-card:hover img {


  transform: scale(1.055);
  -webkit-transform: scale(1.055);
}

.product-list-card:hover::after {


  opacity: 0;
}

.product-list-card:hover .product-list-card-title {


  opacity: 0;
  visibility: hidden;
  color: #fff;
}

@media screen and (max-width: 1599px) {
  .product-list-grid {


    max-width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .product-list-banner-bg img {


    object-position: 60% center;
  }

  .product-list-banner-text {


    width: 6rem;
    padding-top: 0.8rem;
  }

  .product-list-s2 {


    padding: 0.8rem 0 0.8rem;
  }

  .product-list-grid {


    width: 90%;
    max-width: 90%;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .product-list-banner-s1 {


    height: 5.4rem;
  }

  .product-list-banner-text {


    width: 100%;
    padding-top: 0.72rem;
  }

  .product-list-banner-text h1 {


    font-size: var(--font-size-40);
  }

  .product-list-banner-text p {
    max-width: 4.4rem;
  }
}

.product-category-banner-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-category-banner-s1 {
  position: relative;
  height: 9.6rem;
  min-height: 5.8rem;
  overflow: hidden;
  background: #050505;
}

.product-category-banner-bg {


  position: absolute;
  inset: 0;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transition: transform 4500ms ease;
  -webkit-transition: -webkit-transform 4500ms ease;
}

.product-category-banner-s1::after {


  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.26) 100%);
  pointer-events: none;
}

.product-category-banner-mid {


  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-category-banner-text {


  margin-top: 0.35rem;
  color: #fff;
  opacity: 0;
  transform: translateY(0.38rem);
  -webkit-transform: translateY(0.38rem);
  transition: opacity 900ms ease, transform 900ms ease;
  -webkit-transition: opacity 900ms ease, -webkit-transform 900ms ease;
}

.product-category-banner-text.active {


  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.product-category-banner-text h1 {


  max-width: 10.8rem;
  font-family: var(--font-bold);
  font-size: var(--font-size-54, max(0.54rem, 28px));
  line-height: 1.16;
  letter-spacing: 0.01rem;
  color: #fff;
  text-transform: uppercase;
}

.product-category-banner-text p {


  margin-top: 0.26rem;
  font-family: var(--font-regular);
  font-size: var(--font-size-36);
  line-height: 1.4;
  letter-spacing: 0.16rem;
  color: rgba(255, 255, 255, 0.92);
}

.pro-category-list {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding-bottom: 1rem;
}

.pro-category-kk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: sticky;
  top: 1.8rem;
  z-index: 1;
  gap: 0.2rem;
}

.pro-category-left {
  width: 30%;
  background: #fff;
}

.pro-category-right {
  width: 60%;
  border-radius: max(0.08rem, 8px);
  overflow: hidden;
  aspect-ratio: 2/1;
}

.pro-category-right img {


  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-category-right img:hover {


  transform: scale(1.05);
}

.pro-category-title {
  font-size: var(--font-size-48);
  margin-bottom: 0.1rem;
  color: #383838;
}

.pro-category-text {
  font-size: var(--font-size-22);
  font-family: "hl";
  color: #686868;
}
.pro-category-more{
  width: max(0.5rem,40px);
  height: max(0.5rem,40px);
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.pro-category-more i{
  font-size: var(--font-size-28);
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.pro-category-kk:hover i{
  transform: rotate(0deg);
  color: #fff;
}
.pro-category-kk:hover .pro-category-more{
  background: var(--color-link);
}

@media screen and (max-width:991px) {
  .pro-category-kk {
    flex-wrap: wrap;
    position: unset;
  }

  .pro-category-left,
  .pro-category-right {


    width: 100%;
  }

  .pro-category-list {


    gap: 30px;
  }
}

.product-list-banner-s1 {


  position: relative;
  height: 9.6rem;
  min-height: 5.8rem;
  overflow: hidden;
  background: #000;
}

.product-list-banner-bg {


  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.035);
  -webkit-transform: scale(1.035);
  transition: transform 4500ms ease;
  -webkit-transition: -webkit-transform 4500ms ease;
}

.product-list-banner-s1.active .product-list-banner-bg,
body:not(.is-loading) .product-list-banner-bg {


  transform: scale(1);
  -webkit-transform: scale(1);
}

.product-list-banner-insulation .product-list-banner-bg {


  background-image: url("../images/insulation-list-banner.webp");
}

.product-list-banner-shielding .product-list-banner-bg {


  background-image: url("../images/shielding-list-banner.webp");
}

.product-list-banner-other .product-list-banner-bg {


  background-image: url("../images/other-list-banner.webp");
}

.product-list-banner-s1::after {


  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}

.product-list-banner-mid {


  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-list-banner-text {


  width: 5.8rem;
  padding-top: 0.6rem;
  margin-top: 0.34rem;
  color: #fff;
  opacity: 0;
  transform: translateY(0.38rem);
  -webkit-transform: translateY(0.38rem);
  transition: opacity 900ms ease, transform 900ms ease;
  -webkit-transition: opacity 900ms ease, -webkit-transform 900ms ease;
}

.product-list-banner-text.active {


  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.product-list-banner-text h1 {


  font-family: var(--font-black);
  font-size: var(--font-size-60);
  line-height: 1.18;
  color: #fff;
  letter-spacing: 0.02rem;
}

.product-list-banner-text p {


  margin-top: 0.3rem;
  max-width: 6.3rem;
  font-family: var(--font-regular);
  font-size: var(--font-size-18);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.product-list-grid-s2 {


  width: 100%;
  padding: 1.12rem 0 1.12rem;
  background: #fff;
}

.product-list-grid {


  width: 16.64rem;
  max-width: 88%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.32rem 0.42rem;
}

.product-list-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.18rem;
  overflow: hidden;
  border-radius: max(0.16rem,16px);
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 0;
  transform: translateY(0.36rem);
  -webkit-transform: translateY(0.36rem);
  transition: opacity 850ms ease, transform 850ms ease, box-shadow 550ms ease;
  -webkit-transition: opacity 850ms ease, -webkit-transform 850ms ease, box-shadow 550ms ease;
  isolation: isolate;
}

.product-list-card.active,
.product-list-card.show {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.product-list-card:hover {
  box-shadow: 0 0.2rem 0.48rem rgba(0, 0, 0, 0.18);
  transform: translateY(-0.04rem);
  -webkit-transform: translateY(-0.04rem);
}

@media screen and (max-width: 1279px) {
  .product-list-banner-s1 {


    height: 7.8rem;
  }

  .product-list-card {


    height: 4.3rem;
  }

  .product-list-card-title {


    font-size: var(--font-size-40);
  }
}

@media screen and (max-width: 991px) {
  .product-list-banner-s1 {


    height: 6.6rem;
    min-height: 5.2rem;
  }

  .product-list-banner-text h1 {


    font-size: var(--font-size-48);
  }

  .product-list-banner-text p {


    max-width: 100%;
    font-size: var(--font-size-16);
  }

  .product-list-grid-s2 {


    padding: 0.72rem 0;
  }

  .product-list-grid {


    gap: 0.28rem;
  }

  .product-list-card {


    height: 3.5rem;
    border-radius: 0.2rem;
  }
}

@media screen and (max-width: 680px) {
  .product-list-grid {


    grid-template-columns: 1fr;
  }

  .product-list-card {


    height: 3.85rem;
  }

  .product-list-card-title {


    font-size: var(--font-size-34);
  }
}

.contact-page {


  background: #f2f2f2;
  color: #333333;
}

.contact-main {


  background: #f2f2f2;
  padding-top: var(--header-height);
}

.contact-section {


  min-height: 10.4rem;
  padding: 1.72rem 0 1.46rem;
  background: #f2f2f2;
}

.contact-wrap {


  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-title {


  color: #ce0f54;
  font-family: var(--font-boldm);
  font-size: var(--font-size-60);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
  text-transform: uppercase;
}

.contact-panel {


  width: 15.58rem;
  max-width: 100%;
  margin-top: 0.92rem;
  padding: 0.56rem 0.7rem 0.82rem;
  border-radius: 0.16rem;
  background: #ffffff;
}

.contact-info-card {


  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.6rem;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.38rem 0.52rem;
  border: 1px solid #1219b5;
  border-radius: 0.1rem;
}

.contact-info-list {


  display: grid;
  gap: 0.11rem;
}

.contact-info-list p {


  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #9a9a9a;
  font-size: var(--font-size-14);
  line-height: 1.6;
}

.contact-info-list strong {


  margin-left: 0.1rem;
  color: #8a8a8a;
  font-family: var(--font-boldm);
  font-weight: 500;
}

.contact-info-list a,
.contact-info-list span:not(.contact-info-icon) {


  color: #9a9a9a;
}

.contact-info-list a:hover {


  color: #ce0f54;
}

.contact-info-icon {


  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  color: #1219b5;
}

.contact-info-icon svg {


  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-map-link {


  margin-left: 0.22rem;
  color: #d9d9d9;
  font-size: var(--font-size-12);
}

.contact-info-logo {


  justify-self: end;
  width: 2.48rem;
}

.contact-info-logo img {


  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contact-form {


  margin-top: 0.74rem;
}

.contact-form h2 {


  color: #1219b5;
  font-family: var(--font-boldm);
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1;
}

.contact-form-grid {


  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.56rem;
  row-gap: 0.34rem;
  margin-top: 0.42rem;
}

.contact-field {


  display: block;
}

.contact-field>span {


  display: block;
  color: #9a9a9a;
  font-size: var(--font-size-22);
  line-height: 1;
}

.contact-field em {


  color: #ce0f54;
  font-style: normal;
}

.contact-field input,
.contact-field select,
.contact-field textarea {


  display: block;
  width: 100%;
  margin-top: 0.18rem;
  border: none;
  outline: none;
  border-radius: 0.06rem;
  background: #f2f2f2;
  color: #333;
  font-family: var(--font-regular);
  font-size: var(--font-size-16);
  line-height: 1.3;
  transition: background 300ms ease, box-shadow 300ms ease;
  -webkit-transition: background 300ms ease, box-shadow 300ms ease;
}

.contact-field input,
.contact-field select {


  height: 0.62rem;
  padding: 0 0.22rem;
}

.contact-field textarea {


  height: 2.06rem;
  padding: 0.22rem;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {


  color: #d2d2d2;
}

.contact-field select {


  color: #c8c8c8;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #bdbdbd 50%), linear-gradient(135deg, #bdbdbd 50%, transparent 50%);
  background-position: calc(100% - 0.22rem) 50%, calc(100% - 0.16rem) 50%;
  background-size: 0.06rem 0.06rem, 0.06rem 0.06rem;
  background-repeat: no-repeat;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {


  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(18, 25, 181, 0.35);
}

.contact-message {


  margin-top: 0.34rem;
}

.contact-submit {


  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.56rem;
  height: 0.42rem;
  margin: 0.64rem auto 0;
  border: none;
  border-radius: 0.21rem;
  background: #ce0f54;
  color: #ffffff;
  font-family: var(--font-boldm);
  font-size: var(--font-size-14);
  cursor: pointer;
  transition: background 300ms ease, transform 300ms ease;
  -webkit-transition: background 300ms ease, -webkit-transform 300ms ease;
}

.contact-submit:hover {


  background: #1219b5;
  transform: translateY(-0.02rem);
  -webkit-transform: translateY(-0.02rem);
}

@media screen and (max-width: 1279px) {
  .contact-section {


    padding: 1.18rem 0 1rem;
  }

  .contact-title {


    font-size: var(--font-size-48);
  }

  .contact-panel {


    margin-top: 0.66rem;
    padding: 0.42rem 0.38rem 0.62rem;
  }

  .contact-info-card {


    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .contact-info-logo {


    justify-self: start;
    width: 2rem;
  }

  .contact-field>span {


    font-size: var(--font-size-18);
  }
}

@media screen and (max-width: 767px) {
  .contact-main {


    padding-top: var(--header-height);
  }

  .contact-section {


    min-height: 0;
    padding: 0.72rem 0 0.72rem;
  }

  .contact-title {


    font-size: var(--font-size-36);
    letter-spacing: 0.01rem;
  }

  .contact-panel {


    margin-top: 0.42rem;
    padding: 0.28rem 0.2rem 0.42rem;
    border-radius: 0.12rem;
  }

  .contact-info-card {


    min-height: 0;
    padding: 0.22rem 0.18rem;
  }

  .contact-info-list p {


    font-size: var(--font-size-12);
  }

  .contact-info-icon {


    width: 0.22rem;
    height: 0.22rem;
  }

  .contact-info-logo {


    width: 1.62rem;
  }

  .contact-form {


    margin-top: 0.42rem;
  }

  .contact-form h2 {


    font-size: var(--font-size-20);
  }

  .contact-form-grid {


    grid-template-columns: 1fr;
    row-gap: 0.26rem;
    margin-top: 0.3rem;
  }

  .contact-field input,
  .contact-field select {


    height: 0.52rem;
  }

  .contact-field textarea {


    height: 1.72rem;
  }

  .contact-submit {


    width: 1.32rem;
    height: 0.38rem;
    margin-top: 0.42rem;
  }
}

:root {


  --font-size-86: max(0.86rem, 36px);
}

.contact-section {


  padding-top: 1.9rem;
}

.contact-title {


  font-size: var(--font-size-86);
}

.contact-panel {


  margin-top: 0.9rem;
}

.contact-info-card {


  align-items: end;
}

.contact-info-list {


  align-self: end;
}

.contact-info-list p {


  font-size: var(--font-size-18);
}

.contact-info-icon {


  width: 0.36rem;
  height: 0.36rem;
  flex: 0 0 0.36rem;
}

.contact-info-icon img {


  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info-icon svg {


  display: none;
}

.contact-map-link {


  font-size: var(--font-size-14);
  transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
}

.contact-map-link:hover {


  color: #1219b5;
}

.contact-info-logo {


  align-self: end;
}

.contact-info-logo img {


  display: block;
}

.contact-form h2 {


  font-size: var(--font-size-32);
}

.contact-field>span {


  font-size: var(--font-size-30);
}

.contact-field input,
.contact-field select,
.contact-field textarea {


  font-size: var(--font-size-24);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-field select {


  font-size: var(--font-size-24);
}

@media screen and (max-width: 1279px) {
  .contact-section {


    padding-top: 1.28rem;
  }

  .contact-title {


    font-size: var(--font-size-60);
  }

  .contact-panel {


    margin-top: 0.68rem;
  }

  .contact-info-list p {


    font-size: var(--font-size-16);
  }

  .contact-field>span {


    font-size: var(--font-size-24);
  }

  .contact-field input,
  .contact-field select,
  .contact-field textarea,
  .contact-field input::placeholder,
  .contact-field textarea::placeholder,
  .contact-field select {


    font-size: var(--font-size-18);
  }
}

@media screen and (max-width: 767px) {
  .contact-section {


    padding-top: 0.72rem;
  }

  .contact-title {


    font-size: var(--font-size-36);
  }

  .contact-panel {


    margin-top: 0.42rem;
  }

  .contact-info-list p {


    font-size: var(--font-size-12);
  }

  .contact-info-icon {


    width: 0.24rem;
    height: 0.24rem;
    flex-basis: 0.24rem;
  }

  .contact-form h2 {


    font-size: var(--font-size-24);
  }

  .contact-field>span {


    font-size: var(--font-size-18);
  }

  .contact-field input,
  .contact-field select,
  .contact-field textarea,
  .contact-field input::placeholder,
  .contact-field textarea::placeholder,
  .contact-field select {


    font-size: var(--font-size-14);
  }
}

.contact-submit {


  font-size: var(--font-size-18);
}

.contact-info-icon {


  width: 0.36rem;
  height: 0.46rem;
  flex: 0 0 0.30rem;
}

.news-list-page {


  background: #f3f3f3;
}

.news-list-main {


  background: #f3f3f3;
  overflow: hidden;
}

.news-list-banner {


  position: relative;
  width: 100%;
  height: 9.61rem;
  overflow: hidden;
  background: #718198;
}

.news-list-banner-bg,
.news-list-banner-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-list-banner-bg img {


  object-fit: cover;
  object-position: center center;
}

.news-list-banner-mid {


  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 auto;
}

.news-list-banner-text {


  position: absolute;
  left: 0;
  top: 2.06rem;
  color: #fff;
}

.news-list-banner-text h1 {


  font-size: var(--font-size-54);
  line-height: 1.12;
  letter-spacing: 0.02em;
  font-family: var(--font-bold);
  font-weight: 700;
}

.news-list-banner-text p {


  margin-top: 0.24rem;
  font-size: var(--font-size-32);
  line-height: 1;
  letter-spacing: 0.18em;
  font-family: var(--font-regular);
}

.news-list-section {


  background: #f3f3f3;
  padding: 0.96rem 0 1.28rem;
}

.news-list-container {


  width: 15.44rem;
  max-width: calc(100% - 1.6rem);
  margin: 0 auto;
}

.news-filter-row {


  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.78rem;
}

.news-filter-tabs {


  display: flex;
  align-items: center;
  gap: 0.78rem;
  overflow: hidden;
}

.news-filter-tabs button {


  border: 0;
  background: transparent;
  padding: 0;
  color: #555;
  font-size: var(--font-size-20);
  line-height: 1;
  font-family: var(--font-regular);
  cursor: pointer;
  transition: color 300ms ease;
}

.news-filter-tabs button.active,
.news-filter-tabs button:hover {


  color: #1219b5;
}

.news-search {


  position: relative;
  width: max(1.3rem, 100px);
  height: max(0.22rem, 30px);
  border: 1px solid #bbb;
  background: transparent;
}

.news-search input {


  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 0.28rem 0 0.08rem;
  color: #333;
  font-size: var(--font-size-12);
  outline: none;
}

.news-search input::placeholder {


  color: #aaa;
}

.news-search button {


  position: absolute;
  right: 0.08rem;
  top: 50%;
  width: max(0.08rem, 8px);
  height: max(0.08rem, 8px);
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.news-search button::before {


  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: max(0.06rem, 6px);
  height: max(0.06rem, 6px);
  border: 1px solid #999;
  border-radius: 50%;
}

.news-search button::after {


  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.04rem;
  height: 1px;
  background: #999;
  transform: rotate(45deg);
  transform-origin: right center;
}

.news-top-grid {


  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.52rem;
}

.news-grid-list {


  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem 0.3rem;
  margin-top: 0.32rem;
}

.news-card {


  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.07rem;
  background: #fff;
  transition: transform 400ms ease, box-shadow 400ms ease;
}

.news-card:hover {


  transform: translateY(-0.04rem);
  box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.08);
}

.news-card-img {


  display: block;
  width: 100%;
  overflow: hidden;
  background: #e7eaf0;
}

.news-card-img img {


  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: scale(1);
  transition: transform 650ms ease;
}

.news-card:hover .news-card-img img {


  transform: scale(1.045);
}

.news-card-body {


  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.22rem 0.24rem 0.2rem;
  min-height: 1.18rem;
}

.news-large-card .news-card-body {


  padding: 0.28rem 0.28rem 0.22rem;
  min-height: 1.26rem;
}

.news-card h3 {


  color: #333;
  font-size: var(--font-size-16);
  line-height: 1.55;
  font-family: var(--font-regular);
  font-weight: 400;
}

.news-large-card h3 {


  font-size: var(--font-size-18);
  line-height: 1.55;
}

.news-card h3 a {


  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 300ms ease;
}

.news-card:hover h3 a {


  color: #1219b5;
}

.news-card-meta {


  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  margin-top: auto;
  padding-top: 0.18rem;
  color: #999;
  font-size: var(--font-size-12);
  line-height: 1;
  font-family: var(--font-regular);
}

.news-card-meta span {


  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.46rem;
  padding: 0 0.08rem;
  border: 1px solid #ddd;
  border-radius: 0.02rem;
  color: #777;
}

.news-more-wrap {


  display: flex;
  justify-content: center;
  margin-top: 0.68rem;
}

.news-more-btn {


  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.86rem;
  height: 0.3rem;
  border: 1px solid #bbb;
  border-radius: 0.16rem;
  color: #666;
  font-size: var(--font-size-12);
  font-family: var(--font-regular);
  transition: color 300ms ease, border-color 300ms ease, background 300ms ease;
}

.news-more-btn:hover {


  color: #fff;
  border-color: #1219b5;
  background: #1219b5;
}

@media screen and (max-width: 1279px) {
  .news-list-banner {


    height: 56vw;
    min-height: 4.8rem;
  }

  .news-list-banner-text {


    left: 0.48rem;
    top: 32%;
  }

  .news-list-container {


    max-width: calc(100% - 0.72rem);
  }

  .news-grid-list {


    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .news-list-banner {


    height: 5.6rem;
    min-height: 0;
  }

  .news-list-banner-bg img {


    object-position: center center;
  }

  .news-list-banner-text {


    left: 0.26rem;
    right: 0.26rem;
    top: 1.72rem;
  }

  .news-list-banner-text h1 {


    font-size: var(--font-size-30);
  }

  .news-list-banner-text p {


    margin-top: 0.16rem;
    font-size: var(--font-size-18);
    letter-spacing: 0.12em;
  }

  .news-list-section {


    padding: 0.56rem 0 0.86rem;
  }

  .news-list-container {


    max-width: calc(100% - 0.32rem);
  }

  .news-filter-row {


    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.42rem;
    gap: 0.24rem;
  }

  .news-filter-tabs {


    width: 100%;
    gap: 0.3rem;
    overflow-x: auto;
    padding-bottom: 0.02rem;
  }

  .news-search {


    width: 100%;
  }

  .news-top-grid,
  .news-grid-list {


    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .news-top-grid {


    margin-top: 0.34rem;
  }

  .news-grid-list {


    margin-top: 0.24rem;
  }

  .news-card-body,
  .news-large-card .news-card-body {


    min-height: 1.08rem;
    padding: 0.18rem 0.18rem 0.18rem;
  }
}

.news-filter-tabs {


  gap: 0.8rem;
}

.news-search {


  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.08rem;
}

.news-search input {


  order: 2;
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 0 0 0.08rem;
  font-size: var(--font-size-12);
}

.news-search button {


  order: 1;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  flex: 0 0 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0;
  transform: none;
}

.news-large-card {


  border-radius: 0.15rem;
}

.news-grid-card {


  border-radius: 0.1rem;
}

.news-card h3,
.news-large-card h3,
.news-grid-card h3 {


  font-size: var(--font-size-22);
  line-height: 1.45;
  color: #4f4f4f;
}

.news-card-meta,
.news-card-meta time {


  font-size: 12px;
}

.news-card-meta span {


  min-width: 0.64rem;
  padding: 0.06rem 0.1rem;
  border-radius: 0.04rem;
  font-size: 12px;
  line-height: 0.22rem;
}

.news-more-btn {


  width: 0.94rem;
  min-width: 0.94rem;
  height: 0.3rem;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

@media screen and (max-width: 767px) {
  .news-filter-tabs {


    gap: 0.38rem;
  }

  .news-filter-tabs button {


    flex: 0 0 auto;
  }
}

.news-list-page,
.news-list-main,
.news-list-section {


  background: #f2f2f2;
}

.news-list-section {


  padding-bottom: 1.18rem;
}

.news-grid-list {


  align-items: stretch;
}

.news-loaded-card {


  transition: opacity 420ms ease, transform 420ms ease, box-shadow 400ms ease;
  -webkit-transition: opacity 420ms ease, -webkit-transform 420ms ease, box-shadow 400ms ease;
}

.news-more-wrap {


  margin-top: 0.54rem;
}

.news-more-btn {


  cursor: pointer;
}

.news-more-btn.is-disabled {


  pointer-events: none;
  opacity: 0.48;
}

@font-face {
  font-family: "hr";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hm";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hb";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hl";
  src: url("../fonts/HARMONYOS_SANS_SC_LIGHT.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {


  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  max-width: 100%;
  width: 100%;
  border: none;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.pcbanner {


  display: block;
}

.phonebanner {


  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {


    display: none;
  }

  .phonebanner {


    display: block;
  }
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {


  margin: 0;
  padding: 0;
  list-style: none;
}

a {


  text-decoration: none;
  outline: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  color: inherit;
}

input[type=button],
input[type=submit],
input[type=reset] {


  -webkit-appearance: none;
}

button {


  border-radius: 0;
  -webkit-border-radius: 0;
}

html {
  font-size: max(5.2083333333vw, 50px);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-size-18);
  font-family: var(--font-regular);
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --font-boldm: "hm", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  --font-bold: "hb", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  --font-regular: "hr", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  --font-black: "hb", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  --color-primary: #1219b5;
  --color-text: #222;
  --color-666: #666666;
  --color-e8e8e8: #E8E8E8;
  --color-e3e3e3: #E3E3E3;
  --color-link: #ce0f54;
  --color-vi: #1219b5;
  --header-height: 0.98rem;
  line-height: 1.5;
  --font-size-88: max(0.88rem, 34px);
  --font-size-78: max(0.78rem, 34px);
  --font-size-72: max(0.72rem, 24px);
  --font-size-66: max(0.66rem, 26px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-58: max(0.58rem, 26px);
  --font-size-54: max(0.54rem, 24px);
  --font-size-52: max(0.52rem, 24px);
  --font-size-50: max(0.5rem, 24px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-44: max(0.44rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-38: max(0.38rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

main {


  display: block;
  -moz-box-flex: 1;
  flex: 1;
}

*[id] {


  scroll-behavior: smooth;
}

@media screen and (max-width: 991px) {
  *[id] {


    scroll-margin-top: 0.3rem;
  }
}

.scroll-x {


  overflow-x: auto;
}

.scroll-x::-webkit-scrollbar {


  height: 0.03rem;
}

.scroll-x::-webkit-scrollbar-thumb {


  background-color: var(--color-vi);
  border-radius: 0.05rem;
}

.scroll-x::-webkit-scrollbar-thumb:hover {


  background-color: var(--color-vi);
}

.scroll-x::-webkit-scrollbar-track {


  background-color: #fceddf;
}

.scroll-y {


  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {


  width: 0.02rem;
}

.scroll-y::-webkit-scrollbar-thumb {


  background-color: var(--color-vi);
  border-radius: 0.05rem;
}

.scroll-y::-webkit-scrollbar-thumb:hover {


  background-color: var(--color-vi);
}

.scroll-y::-webkit-scrollbar-track {


  background-color: #fceddf;
}

a,
button,
input,
textarea {


  font-family: var(--font-regular);
}

p {


  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {


  font-family: var(--font-bold);
  color: #222;
}

h2 {


  font-size: var(--font-size-40);
}

video {


  width: 100%;
}

a:hover {


  color: unset;
}

.slice {


  --c1: #202020;
  --c2: #00a1b7;
  --size-letter: 0.12rem;
  padding: 0.05rem 0.1rem;
  font-size: var(--size-letter);
  background-color: transparent;
  border: -moz-calc(var(--size-letter) / 6) solid var(--c2);
  border: calc(var(--size-letter) / 6) solid var(--c2);
  border-radius: 0.02rem;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: var(--font-size-14);
  -moz-transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
}

.slice>.text {


  font-weight: 700;
  color: var(--c2);
  position: relative;
  z-index: 1;
  -moz-transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
}

h1 {


  margin: 0;
  line-height: 1.3;
}

hr {


  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {


  font-family: monospace, monospace;
  font-size: 1em;
}

a {


  background-color: transparent;
}

abbr[title] {


  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {


  font-weight: bolder;
}

code,
kbd,
samp {


  font-family: monospace, monospace;
  font-size: 1em;
}

small {


  font-size: 80%;
}

sub,
sup {


  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {


  bottom: -0.25em;
}

sup {


  top: -0.5em;
}

img {


  border-style: none;
}

button,
input,
optgroup,
select,
textarea {


  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {


  overflow: visible;
}

button,
select {


  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {


  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {


  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {


  outline: 0.01rem dotted ButtonText;
}

fieldset {


  padding: 0.35em 0.75em 0.625em;
}

legend {


  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {


  vertical-align: baseline;
}

textarea {


  overflow: auto;
}

[type=checkbox],
[type=radio] {


  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {


  height: auto;
}

[type=search] {


  -webkit-appearance: textfield;
  outline-offset: -0.02rem;
}

[type=search]::-webkit-search-decoration {


  -webkit-appearance: none;
}

::-webkit-file-upload-button {


  -webkit-appearance: button;
  font: inherit;
}

details {


  display: block;
}

summary {


  display: list-item;
}

template {


  display: none;
}

[hidden] {


  display: none;
}

em {


  color: var(--color-primary);
  font-style: normal;
  font-family: var(--font-boldm);
}

.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.left-1400 {


  margin-left: 13.21%;
}

.right-1400 {


  margin-right: 13.21%;
}

.w1600 {
  width: 84.08%;
  margin: 0 auto;
}

.left-1600 {


  margin-left: 8.04%;
}

.w1760 {


  width: 92.5%;
  margin: 0 auto;
}

.w1300 {


  width: 67.8%;
  margin: 0 auto;
}

.w1200 {


  width: 62.5%;
  margin: 0 auto;
}

@media screen and (max-width: 1599px) {
  .w1600 {


    width: 90%;
  }

  .left-1600 {


    margin-left: 5%;
  }

  .w1400 {


    width: 80%;
  }

  .left-1400 {


    margin-left: 10%;
  }

  .right-1400 {


    margin-right: 10%;
  }
}

@media screen and (max-width: 1439px) {
  .w1400 {


    width: 90%;
  }

  .left-1400 {


    margin-left: 5%;
  }

  .right-1400 {


    margin-right: 5%;
  }
}


body.is-loading main,
body.is-loading footer {


  opacity: 0.01;
  transform: translateY(0.18rem);
  -webkit-transform: translateY(0.18rem);
}







/* footer */
.footer-kuang {
  position: relative;
  background: #010110;
  color: #cfd1e8;
  padding: 0;
  overflow: hidden;
}

.footer-mid {
  padding: 0.9rem 0 0.6rem;
  background: transparent;
  border-bottom: 1px solid #adadb0;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.6rem;
}

.footer-info {
  width: 7rem;
}

.footer-title {
  margin: 0;
  color: #ffffff;
  font-size: var(--font-size-40);
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-regular);
  letter-spacing: 0.02em;
}

.footer-title span {
  margin-left: 0.2rem;
}

.footer-slogan {
  margin-top: 0.12rem;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "hl";
  font-weight: 100;
  letter-spacing: 0.04em;
}

.footer-contact-list {
  margin-top: 1.6rem;
  color: #efefef;
  font-size: var(--font-size-18);
  line-height: 1.9;
  font-family: var(--font-regular);
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.footer-contact-list .list-icon-div {
  width: max(0.16rem, 16px);
  height: max(0.16rem, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.list-icon-k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1rem;
}

.list-icon-k a:hover {
  color: var(--color-link);
}

.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-links-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 0.2rem;
}

/* .footer-col:last-child{
  min-width: 3rem;
} */
.footer-col {
  position: relative;
}

.footer-contact-top {
  padding-bottom: max(0.4rem, 40px);
}

.footer-social {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.footer-social-item {}

.footer-col h3 {
  margin: 0 0 0.26rem;
  color: #ffffff;
  font-size: var(--font-size-20);
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--font-regular);
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0;
  color: #efefef;
  font-size: var(--font-size-16);
  line-height: 1.9;
  font-weight: 300;
  font-family: "hl";
}

.footer-col a {
  transition: color 300ms;
}

.footer-col a:hover {
  color: #ce0f54;
}



.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0.32rem;
  width: 100%;
}

.footer-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(0.3rem, 30px);
  height: max(0.3rem, 30px);
  transition: all 0.5s;
}
.footer-social-item:hover{
  transform: translateY(-3px);
}
.footer-icon-img {
  width: max(0.3rem, 30px);
  height: max(0.3rem, 30px);
  border: max(0.01rem, 1px) solid #ffffff;
  border-radius: max(0.08rem, 8px);
  padding: max(0.04rem, 4px);
  flex-shrink: 0;
}

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

.footer-social-item.footer-social-qr {
  position: relative;
  cursor: pointer;
}

.footer-social-pop {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.12rem);
  transform: translateX(-50%) translateY(0.08rem);
  width: 1.47rem;
  height: 1.47rem;
  padding: 0.08rem;
  background: #ffffff;
  border-radius: 0.06rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms;
  z-index: 20;
}

.footer-social-pop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 0.07rem solid transparent;
  border-top-color: #ffffff;
}

.footer-social-pop img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-social-item.footer-social-qr:hover .footer-social-pop,
.footer-social-item.footer-social-qr.is-active .footer-social-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

body.qr-locked .footer-social-item.footer-social-qr:hover .footer-social-pop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(0.08rem);
}

body.qr-locked .footer-social-item.footer-social-qr.is-active .footer-social-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.footer-cop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  text-align: center;
  background: transparent;
  color: #8a8db0;
  padding: 0.4rem 0px;

}

.footer-cop-main {
  color: #efefef;
  font-size: var(--font-size-16);
  line-height: 1.6;
  font-weight: 300;
  font-family: var(--font-regular);
  text-align: right;
}

.footer-cop-main a {
  color: #efefef;
  margin-left: 0.08rem;
  display: inline-block;
}

.footer-cop-main a:hover {
  color: #ce0f54;
}

.footer-cop-icp:hover {
  color: #ce0f54;
}

@media screen and (max-width:991px) {
  .footer-col {
    display: none;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-col:last-child {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .footer-contact-list {
    margin-top: 0.5rem;
  }

  .footer-info,
  .footer-col:last-child,
  .footer-links-grid {
    max-width: 100%;
    width: 100%;
  }

  .footer-cop-main {
    text-align: left;
  }

  .footer-social {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .home-banner-s1 {


    min-height: auto;


    width: 57.5%;


    width: 40.5%;
  }
}


.about-banner-s1 {


  height: 9.6rem;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.about-banner-bg,
.about-banner-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-banner-bg img {


  object-fit: cover;
}

.about-banner-s1::after {


  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .32) 0%, rgba(0, 0, 0, .08) 58%, rgba(0, 0, 0, .22) 100%);
  pointer-events: none;
}

.about-banner-mid {


  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-banner-text {


  width: 7.2rem;
  color: #fff;
  padding-top: 0.48rem;
}

.about-banner-text h1 {


  font-family: var(--font-bold);
  font-size: var(--font-size-60);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
}

.about-banner-text p {


  margin-top: 0.25rem;
  font-size: var(--font-size-26);
  letter-spacing: 0.18em;
  color: #fff;
}

.about-slogan-bg::after {


  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
}

.about-slogan-inner {


  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.about-slogan-inner h2 {


  font-size: var(--font-size-32);
  font-family: var(--font-boldm);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.about-slogan-inner p {


  margin-top: 0.2rem;
  font-size: var(--font-size-24);
  color: rgba(255, 255, 255, .72);
}

.about-company-s3 {


  padding: 1.12rem 0 1.2rem;
  background: #fff;
}

.about-company-inner {


  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.98rem;
}

.about-company-text {


  flex: 1 1 auto;
  max-width: 8.2rem;
}

.about-company-text h2 {


  color: #111;
  font-size: var(--font-size-34);
  line-height: 1.2;
  font-family: var(--font-bold);
}

.about-en {


  color: #8c8c8c;
  font-size: var(--font-size-14);
  letter-spacing: 0.03em;
}

.about-company-text>.about-en {


  margin-top: 0.08rem;
}

.about-company-desc {


  margin-top: 0.35rem;
}

.about-company-desc p,
.about-culture-copy>p:last-child,
.about-vision-inner>p:last-child {


  font-size: var(--font-size-16);
  color: #333;
  line-height: 1.85;
}

.about-company-desc p+p {


  margin-top: 0.12rem;
}

.about-stat-list {


  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.34rem;
  margin-top: 0.42rem;
}

.about-stat-list strong {


  display: block;
  font-size: var(--font-size-24);
  line-height: 1;
  color: #1219b5;
  font-family: var(--font-bold);
}

.about-stat-list p {


  margin-top: 0.09rem;
  font-size: var(--font-size-12);
  color: #777;
}

.about-company-img {


  flex: 0 0 6.2rem;
}

.about-company-img img {


  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-history-s4 {
  position: relative;
  min-height: 5.1rem;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.about-history-bg,
.about-history-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-history-bg img {


  object-fit: cover;
  opacity: 0.9;
}

.about-history-inner {


  position: relative;
  z-index: 2;
  padding: 0.72rem 0 0.65rem;
}

.about-section-title {


  text-align: center;
}

.about-section-title h2 {


  font-size: var(--font-size-32);
  line-height: 1.2;
}

.about-section-title-light h2,
.about-section-title-light p {


  color: #fff;
}

.about-section-title p {


  margin-top: 0.04rem;
  font-size: var(--font-size-12);
  color: #9a9a9a;
}

.about-history-axis {


  position: relative;
  width: 2.6rem;
  height: 0.35rem;
  margin: 0.38rem auto 0.62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-history-axis::before {


  content: "";
  position: absolute;
  left: 0.05rem;
  right: 0.05rem;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, .5);
  transform: translateY(-50%);
}

.about-history-node {


  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, .95);
}

.about-history-node.active,
.about-history-node.current {


  background: #ce0f54;
  box-shadow: 0 0 0 0.04rem rgba(255, 255, 255, .3);
}

.about-history-list {


  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.about-history-list div {


  border-top: 1px solid rgba(255, 255, 255, .45);
  padding-top: 0.2rem;
}

.about-history-list h3 {


  font-size: var(--font-size-18);
  color: #fff;
  font-family: var(--font-boldm);
}

.about-history-list p {


  margin-top: 0.1rem;
  font-size: var(--font-size-14);
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
}

.about-culture-s5,
.about-values-s7 {


  background: #f2f2f2;
}

.about-culture-row {


  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 3.9rem;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.about-culture-copy {


  background: #f1f1f1;
  padding: 1.05rem 1.05rem 0.82rem 1.68rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-culture-row.reverse .about-culture-copy {


  padding-left: 1.05rem;
  padding-right: 1.68rem;
}

.about-culture-copy h2 {


  font-size: var(--font-size-30);
  color: #262626;
  line-height: 1.2;
}

.about-culture-copy .about-en {


  margin-top: 0.05rem;
  margin-bottom: 0.18rem;
}

.about-culture-img {


  min-height: 3.9rem;
  overflow: hidden;
}

.about-culture-img img {


  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.about-vision-s6 {


  height: 9.6rem;
  min-height: 9.6rem;
  position: relative;
  overflow: hidden;
  background: #00114a;
  color: #fff;
}

.about-vision-bg,
.about-vision-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-vision-bg img {


  object-fit: cover;
}

.about-vision-s6::after {


  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
}

.about-vision-inner {


  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 8.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-vision-inner .about-en {


  color: rgba(255, 255, 255, .78);
}

.about-vision-inner h2 {


  margin-top: 0.08rem;
  font-size: var(--font-size-34);
  color: #fff;
  line-height: 1.35;
}

.about-vision-inner>p:last-child {


  margin-top: 0.25rem;
  color: rgba(255, 255, 255, .82);
  max-width: 7.3rem;
}

.about-honor-s8 {


  position: relative;
  overflow: hidden;
  min-height: 6.6rem;
  background: #00114a;
  color: #fff;
}

.about-honor-bg,
.about-honor-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-honor-bg img {


  object-fit: cover;
  opacity: .68;
}

.about-honor-inner {


  position: relative;
  z-index: 2;
  padding: 0.9rem 0 0.8rem;
}

.about-honor-div {


  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.1rem;
}

.about-honor-num {


  margin: 0.44rem auto 0;
  display: flex;
  justify-content: center;
  gap: 0.92rem;
  text-align: center;
}

.about-honor-num p {


  font-size: var(--font-size-24);
  color: rgba(255, 255, 255, 1);
}

.about-honor-num strong {


  margin-top: 0.03rem;
  display: block;
  font-size: var(--font-size-48);
  color: #ce0f54;
  line-height: 1;
  font-family: var(--font-bold);
}

.about-global-s9 {


  height: 5.65rem;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background: #00114a;
  color: #fff;
}

.about-global-bg,
.about-global-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-global-bg img {


  object-fit: cover;
}

.about-global-inner {


  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 0.78rem;
}

.about-global-inner h2 {


  font-size: var(--font-size-32);
  color: #fff;
  line-height: 1.25;
}

.about-global-inner>p {


  margin-top: 0.06rem;
  font-size: var(--font-size-14);
  color: rgba(255, 255, 255, .78);
}

.about-map-card {


  position: absolute;
  width: 2.1rem;
  color: #fff;
  font-size: var(--font-size-12);
}

.about-map-card img {


  width: 100%;
  height: 0.95rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .38);
}

.about-map-card h3 {


  margin-top: 0.08rem;
  font-size: var(--font-size-16);
  color: #fff;
}

.about-map-card p {


  color: rgba(255, 255, 255, .82);
  font-size: var(--font-size-12);
}

.about-map-card-cn {


  left: 8.8rem;
  top: 2.06rem;
}

.about-map-card-hb {


  left: 9.9rem;
  top: 2.95rem;
}

.about-map-card-us {


  left: 0.7rem;
  top: 2.65rem;
}

.about-map-card-vn {


  right: 0.95rem;
  bottom: 0.75rem;
}

.about-page .scroll-ani {


  opacity: 0;
  transform: translateY(0.45rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-page .scroll-ani.active,
.about-page .scroll-ani.show {


  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .about-company-inner {


    gap: 0.56rem;
  }

  .about-company-img {


    flex-basis: 5.2rem;
  }

  .about-culture-copy {


    padding-left: 0.7rem;
  }

  .about-culture-row.reverse .about-culture-copy {


    padding-right: 0.7rem;
  }
}

@media screen and (max-width: 991px) {
  .about-banner-s1 {


    height: 8rem;
    min-height: 430px;
  }

  .about-banner-text {


    width: 90%;
  }

  .about-banner-text h1 {


    font-size: var(--font-size-48);
  }

  .about-company-inner {


    flex-direction: column;
    align-items: flex-start;
  }

  .about-company-text {


    max-width: none;
  }

  .about-company-img {


    width: 100%;
    flex: none;
  }

  .about-history-list {


    grid-template-columns: repeat(2, 1fr);
  }

  .about-culture-row,
  .about-culture-row.reverse {


    grid-template-columns: 1fr;
  }

  .about-culture-row.reverse .about-culture-img {


    order: 2;
  }

  .about-culture-row.reverse .about-culture-copy {


    order: 1;
  }

  .about-culture-copy,
  .about-culture-row.reverse .about-culture-copy {


    padding: 0.7rem 5%;
  }

  .about-global-s9 {


    height: auto;
    min-height: 0;
  }

  .about-global-inner {


    padding: 0.7rem 0;
  }

  .about-map-card {


    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 48%;
    display: inline-block;
    margin-top: 0.22rem;
    margin-right: 2%;
    vertical-align: top;
  }

  .about-global-bg img {


    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .about-banner-s1 {


    height: 7.2rem;
    min-height: 360px;
  }

  .about-banner-bg img {


    object-position: 56% center;
  }

  .about-banner-text h1 {


    font-size: var(--font-size-36);
  }

  .about-banner-text p {


    font-size: var(--font-size-20);
  }

  .about-company-s3 {


    padding: 0.72rem 0 0.78rem;
  }

  .about-stat-list {


    grid-template-columns: repeat(2, 1fr);
  }

  .about-history-list {


    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .about-history-axis {


    width: 70%;
  }

  .about-culture-img {


    min-height: 3.2rem;
  }

  .about-vision-s6 {


    height: auto;
    padding: 0.9rem 0;
  }

  .about-honor-num {


    gap: 0.28rem;
    flex-wrap: wrap;
  }

  .about-map-card {


    width: 100%;
    margin-right: 0;
  }

  .about-map-card img {


    height: 1.5rem;
  }
}

.about-banner-s1::after {


  display: none;
}

.about-banner-text {


  width: 9.2rem;
}

.about-banner-text h1 {


  max-width: 9.2rem;
}

.about-banner-text p {


  font-size: var(--font-size-36);
}

@media screen and (max-width: 991px) {
  .about-banner-text {


    width: 90%;
  }

  .about-banner-text h1 {


    max-width: 100%;
  }
}

.about-banner-text h1 {


  font-size: var(--font-size-54);
}

.about-page .home-about-s3.about-company-s3 {


  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.about-page .home-about-s3 .home-about-mid {


  align-items: center;
}

.about-page .home-about-s3 .home-title-kuang h2 {


  font-family: var(--font-bold);
  font-weight: 900;
}

.about-page .home-about-s3 .home-title-kuang p {


  font-family: var(--font-boldm);
}

.about-page .home-about-s3 .home-about-desc,
.about-page .home-about-s3 .home-about-desc p {


  line-height: 1.5;
}

.about-page .home-about-s3 .home-about-num {


  margin-top: 0.56rem;
}

.about-page .home-about-s3 .home-about-num strong {


  color: #1219b5;
  line-height: 1.5;
  font-family: var(--font-bold);
  font-weight: 900;
}

.about-page .home-about-s3 .home-about-num p {


  margin-top: 0.09rem;
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: center;
}

.about-page .home-about-s3 .home-about-img::before,
.about-page .home-about-s3 .home-about-img-mask::after {


  display: none;
}

.about-page .home-about-s3 .home-about-img-mask {


  clip-path: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.about-page .home-about-s3 .home-about-img-mask img,
.about-page .home-about-s3 .home-about-img:hover .home-about-img-mask img {


  width: 100%;
  object-fit: contain;
  transform: none;
  -webkit-transform: none;
}

@media screen and (max-width: 991px) {
  .about-page .home-about-s3.about-company-s3 {


    min-height: auto;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

@media screen and (min-width: 992px) {
  .about-page .home-about-s3.about-company-s3 {


    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }

  .about-page .home-about-s3 .home-about-mid {


    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
  }
}

.about-page .home-about-s3 .home-about-num strong,
.about-page .home-about-s3 .about-stat-list strong {


  font-size: 0.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .about-page .home-about-s3.about-company-s3 {


    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (min-width: 992px) {
  .about-history-s4 {


    height: 8.82rem;
    min-height: 8.82rem;
  }

  .about-history-inner {


    height: 100%;
    padding: 1.15rem 0 0;
  }

  .about-history-s4 .about-section-title h2 {


    font-size: var(--font-size-54);
    line-height: 1.2;
  }

  .about-history-s4 .about-section-title p {


    display: none;
  }

  .about-history-axis {


    margin: 0.62rem auto 0.62rem;
  }
}

@media screen and (min-width: 992px) {
  .about-history-s4 {


    height: 8.82rem;
    min-height: 8.82rem;
    overflow: hidden;
  }

  .about-history-inner {


    width: 100%;
    max-width: none;
    height: 100%;
    padding: 1.15rem 0 0;
    overflow: hidden;
  }

  .about-history-s4 .about-section-title h2 {


    font-size: var(--font-size-54);
    line-height: 1.2;
  }

  .about-history-s4 .about-section-title p {


    display: none;
  }

  .about-history-axis {


    width: 5rem;
    height: 0.48rem;
    margin: 0.62rem auto 1.26rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .about-history-axis::before {


    left: 0.14rem;
    right: 0.14rem;
    top: auto;
    bottom: 0.13rem;
    height: 0.03rem;
    background: rgba(255, 255, 255, 0.78);
    transform: none;
    -webkit-transform: none;
  }

  .about-history-node {


    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    border: 0;
    background: #d9d9d9;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: none;
    transition: background 350ms ease, box-shadow 350ms ease;
    -webkit-transition: background 350ms ease, box-shadow 350ms ease;
  }

  .about-history-node p {


    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.1rem);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    font-size: var(--font-size-14);
    line-height: 1;
    white-space: nowrap;
    font-family: var(--font-regular);
    text-align: center;
  }

  .about-history-node.active,
  .about-history-node.current {


    background: #ce0f54;
    box-shadow: 0 0 0 0.06rem rgba(255, 255, 255, 0.92);
  }

  .about-history-viewport {


    width: 100%;
    overflow: hidden;
  }

  .about-history-list {


    display: flex;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 0.6rem;
    padding-left: 0.94rem;
    width: max-content;
    will-change: transform;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-history-list .about-history-card {


    flex: 0 0 5.02rem;
    width: 5.02rem;
    border-top: 0;
    padding-top: 0;
  }

  .about-history-list .about-history-card h3 {


    position: relative;
    margin: 0;
    padding-bottom: 0.14rem;
    color: #fff;
    font-size: var(--font-size-34);
    line-height: 1.2;
    font-family: var(--font-regular);
    font-weight: 400;
  }

  .about-history-list .about-history-card h3::after {


    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .about-history-events {


    margin-top: 0.18rem;
  }

  .about-history-events li {


    position: relative;
    margin: 0;
    padding-left: 0.25rem;
    color: #fff;
    font-size: var(--font-size-20);
    line-height: 1.8;
    font-family: var(--font-boldm);
    font-weight: 500;
  }

  .about-history-events li+li {


    margin-top: 0.14rem;
  }

  .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0.02rem;
    top: 0.26rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #ce0f54;
  }
}

@media screen and (max-width: 991px) {
  .about-history-axis {


    margin-bottom: 0.62rem;
  }

  .about-history-node p {


    display: none;
  }

  .about-history-viewport {


    width: 90%;
    margin: 0 auto;
    overflow: visible;
  }

  .about-history-list {


    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    padding-left: 0;
  }

  .about-history-card {


    border-top: 1px solid rgba(255, 255, 255, 0.45);
    padding-top: 0.18rem;
  }

  .about-history-events li {


    position: relative;
    padding-left: 0.2rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--font-size-14);
    line-height: 1.7;
  }

  .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0;
    top: 0.18rem;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #ce0f54;
  }

  .about-history-events li+li {


    margin-top: 0.08rem;
  }
}

@media screen and (max-width: 767px) {
  .about-history-list {


    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-axis {


    width: max-content;
    gap: 0.9rem;
    justify-content: center;
  }

  .about-page .about-history-axis::before {


    left: 0.145rem;
    right: 0.145rem;
    bottom: 0.145rem;
  }

  .about-page .about-history-node {


    width: 0.29rem;
    height: 0.29rem;
    flex: 0 0 0.29rem;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: none;
  }

  .about-page .about-history-node p {


    font-size: 0.16rem;
    line-height: 1;
  }

  .about-page .about-history-node.active,
  .about-page .about-history-node.current {


    background: #fff;
    box-shadow: none;
  }

  .about-page .about-history-node.active::after,
  .about-page .about-history-node.current::after {


    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #ce0f54;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-list .about-history-card h3 {


    font-size: var(--font-size-32);
    line-height: 1.2;
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: none;
    content: none;
  }

  .about-page .about-history-events {


    margin-top: 0.6rem;
    padding: 0;
    list-style: none;
  }

  .about-page .about-history-events li {


    position: relative;
    margin: 0;
    padding-left: 0.25rem;
    color: #fff;
    font-size: var(--font-size-20);
    line-height: 1.8;
    font-family: var(--font-boldm);
    font-weight: 500;
    list-style: none;
  }

  .about-page .about-history-events li+li {


    margin-top: 0.14rem;
  }

  .about-page .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0.02rem;
    top: 0.26rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #ce0f54;
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-history-list .about-history-card h3 {


    font-size: var(--font-size-32);
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: none;
    content: none;
  }

  .about-page .about-history-events {


    margin-top: 0.18rem;
    padding: 0;
    list-style: none;
  }

  .about-page .about-history-events li {


    position: relative;
    padding-left: 0.2rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--font-size-14);
    line-height: 1.7;
    list-style: none;
  }

  .about-page .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0;
    top: 0.18rem;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #ce0f54;
  }

  .about-page .about-history-events li+li {


    margin-top: 0.08rem;
  }
}

@media screen and (min-width: 992px) {

  .about-page .about-history-list div,
  .about-page .about-history-list .about-history-card,
  .about-page .about-history-events,
  .about-page .about-history-events li {


    border-top: 0;
  }

  .about-page .about-history-list .about-history-card {


    padding-top: 0;
  }

  .about-page .about-history-list .about-history-card h3 {


    position: relative;
    padding-bottom: 0.14rem;
    border-bottom: 0;
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .about-page .about-history-events {


    margin-top: 0.38rem;
  }
}

@media screen and (max-width: 991px) {

  .about-page .about-history-list div,
  .about-page .about-history-list .about-history-card,
  .about-page .about-history-events,
  .about-page .about-history-events li {


    border-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-events {


    margin-top: 0.16rem;
  }

  .about-page .about-history-events li::before {


    top: 0.13rem;
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-history-events {


    margin-top: 0.16rem;
  }

  .about-page .about-history-events li::before {


    top: 0.085rem;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-viewport {


    width: calc(100% - 0.94rem);
    margin-left: 0.94rem;
    margin-right: 0;
    overflow: hidden;
  }

  .about-page .about-history-list {


    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-axis {


    position: relative;
    display: block;
    width: 5.05rem;
    height: 0.9rem;
    margin: 0.62rem auto 1.26rem;
    overflow: hidden;
    gap: 0;
  }

  .about-page .about-history-axis::before {


    display: none;
    content: none;
  }

  .about-page .about-history-axis-track {


    position: absolute;
    left: 0;
    bottom: 0.14rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.9rem;
    width: max-content;
    height: 0.68rem;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
    will-change: transform;
  }

  .about-page .about-history-axis-line {


    position: absolute;
    left: 0.145rem;
    right: 0.145rem;
    bottom: 0.145rem;
    z-index: 0;
    height: 0.03rem;
    background: rgba(255, 255, 255, 0.78);
    pointer-events: none;
  }

  .about-page .about-history-progress {


    position: absolute;
    left: 0;
    bottom: 0.145rem;
    z-index: 1;
    width: 0;
    height: 0.03rem;
    background: #ce0f54;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    pointer-events: none;
  }

  .about-page .about-history-progress.is-running {


    animation: aboutHistoryProgressLine 5s linear forwards;
    -webkit-animation: aboutHistoryProgressLine 5s linear forwards;
  }

  .about-page .about-history-node {


    position: relative;
    z-index: 2;
    flex: 0 0 max(0.3rem, 30px);
    width: max(0.3rem, 30px);
    height: max(0.3rem, 30px);
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: none;
    cursor: pointer;
    transition: background 260ms ease;
    -webkit-transition: background 260ms ease;
  }

  .about-page .about-history-node p {


    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.12rem);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-family: var(--font-boldm);
    font-weight: 500;
  }

  .about-page .about-history-node.active,
  .about-page .about-history-node.current {


    background: #fff;
  }

  .about-page .about-history-node.active::after,
  .about-page .about-history-node.current::after {


    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ce0f54;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .about-page .about-history-viewport {


    width: calc(100% - 0.94rem);
    margin-left: 0.94rem;
    margin-right: 0;
    overflow: hidden;
  }

  .about-page .about-history-list {


    display: flex;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 0.6rem;
    padding-left: 0;
    width: max-content;
    will-change: transform;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-page .about-history-list .about-history-card {


    flex: 0 0 5.02rem;
    width: 5.02rem;
    border-top: 0;
    padding-top: 0;
  }

  .about-page .about-history-list .about-history-card h3 {


    position: relative;
    margin: 0;
    padding-bottom: 0.14rem;
    font-size: var(--font-size-32);
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    border-bottom: 0;
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .about-page .about-history-list div,
  .about-page .about-history-list .about-history-card,
  .about-page .about-history-events,
  .about-page .about-history-events li {


    border-top: 0;
  }

  .about-page .about-history-events {


    margin-top: 0.16rem;
    padding: 0;
    list-style: none;
  }

  .about-page .about-history-events li {


    position: relative;
    margin: 0;
    padding-left: 0.25rem;
    color: #fff;
    font-size: var(--font-size-20);
    line-height: 1.8;
    font-family: var(--font-boldm);
    font-weight: 500;
    list-style: none;
  }

  .about-page .about-history-events li+li {


    margin-top: 0.14rem;
  }

  .about-page .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0.02rem;
    top: 0.13rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #ce0f54;
  }
}

@keyframes aboutHistoryProgressLine {
  from {


    transform: scaleX(0);
  }

  to {


    transform: scaleX(1);
  }
}

@-webkit-keyframes aboutHistoryProgressLine {
  from {


    -webkit-transform: scaleX(0);
  }

  to {


    -webkit-transform: scaleX(1);
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-history-axis-track {


    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .about-page .about-history-axis-line,
  .about-page .about-history-progress {


    display: none;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-viewport {


    overflow: hidden;
  }

  .about-page .about-history-list {


    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    width: max-content;
    will-change: transform;
  }

  .about-page .about-history-list.is-animating {


    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-page .about-history-list .about-history-card,
  .about-page .about-history-list .swiper-slide-duplicate {


    flex: 0 0 5.02rem;
    width: 5.02rem;
    flex-shrink: 0;
  }

  .about-page .about-history-axis-track {


    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-page .about-history-progress.is-running {


    animation: aboutHistoryProgressLine 5s linear forwards;
    -webkit-animation: aboutHistoryProgressLine 5s linear forwards;
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-history-list .swiper-slide-duplicate {


    display: none;
  }
}

@media screen and (min-width: 992px) {
  .about-page .about-history-axis {


    width: 5.65rem;
  }

  .about-page .about-history-axis-track {


    left: 0.3rem;
  }

  .about-page .about-history-node p {


    min-width: 0.72rem;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .about-history-s4 {


    min-height: 8.82rem;
    overflow: hidden;
  }

  .about-page .about-history-inner {


    width: 100%;
    max-width: none;
    height: 100%;
    padding: 1.15rem 0 0;
    overflow: hidden;
  }

  .about-page .about-history-s4 .about-section-title h2 {


    font-size: var(--font-size-54);
    line-height: 1.2;
  }

  .about-page .about-history-s4 .about-section-title p {


    display: none;
  }

  .about-page .about-history-axis {


    position: relative;
    display: block;
    width: 5.65rem;
    height: 0.9rem;
    margin: 0.62rem auto 1.26rem;
    overflow: hidden;
    gap: 0;
  }

  .about-page .about-history-axis::before {


    display: none;
    content: none;
  }

  .about-page .about-history-axis-track {


    position: absolute;
    left: 0.3rem;
    bottom: 0.14rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.9rem;
    width: max-content;
    height: 0.68rem;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
    will-change: transform;
  }

  .about-page .about-history-axis-line {


    display: block;
    position: absolute;
    left: 0.145rem;
    right: 0.145rem;
    bottom: 0.145rem;
    z-index: 0;
    height: 0.03rem;
    background: rgba(255, 255, 255, 0.78);
    pointer-events: none;
  }

  .about-page .about-history-progress {


    display: block;
    position: absolute;
    left: 0;
    bottom: 0.145rem;
    z-index: 1;
    width: 0;
    height: 0.03rem;
    background: #ce0f54;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    pointer-events: none;
  }

  .about-page .about-history-node {


    position: relative;
    z-index: 2;
    flex: 0 0 0.29rem;
    width: 0.29rem;
    height: 0.29rem;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: none;
    cursor: pointer;
  }

  .about-page .about-history-node p {


    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.12rem);
    min-width: 0.72rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-family: var(--font-boldm);
    font-weight: 500;
  }

  .about-page .about-history-node.active,
  .about-page .about-history-node.current {


    background: #fff;
  }

  .about-page .about-history-node.active::after,
  .about-page .about-history-node.current::after {


    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.21rem;
    height: 0.21rem;
    border-radius: 50%;
    background: #ce0f54;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .about-page .about-history-viewport {


    width: calc(100% - 0.94rem);
    margin-left: 0.94rem;
    margin-right: 0;
    overflow: hidden;
  }

  .about-page .about-history-list {


    display: flex;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 0.6rem;
    padding-left: 0;
    width: max-content;
    will-change: transform;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-page .about-history-list .about-history-card,
  .about-page .about-history-list .swiper-slide-duplicate {


    flex: 0 0 5.02rem;
    width: 5.02rem;
    flex-shrink: 0;
    border-top: 0;
    padding-top: 0;
  }

  .about-page .about-history-list .about-history-card h3 {


    position: relative;
    margin: 0;
    padding-bottom: 0.14rem;
    font-size: var(--font-size-32);
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    border-bottom: 0;
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .about-page .about-history-events {


    margin-top: 0.16rem;
    padding: 0;
    list-style: none;
  }

  .about-page .about-history-events li {


    position: relative;
    margin: 0;
    padding-left: 0.25rem;
    color: #fff;
    font-size: var(--font-size-20);
    line-height: 1.8;
    font-family: var(--font-boldm);
    font-weight: 500;
    list-style: none;
  }

  .about-page .about-history-events li+li {


    margin-top: 0.14rem;
  }

  .about-page .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0.02rem;
    top: 0.13rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #ce0f54;
  }
}

@media screen and (max-width: 767px) {
  .about-page .about-history-s4 {


    height: auto;
    min-height: 7.8rem;
    overflow: hidden;
  }

  .about-page .about-history-inner {


    width: 100%;
    max-width: none;
    height: auto;
    padding: 0.82rem 0 0.86rem;
    overflow: hidden;
  }

  .about-page .about-history-s4 .about-section-title h2 {


    font-size: var(--font-size-36);
    line-height: 1.2;
  }

  .about-page .about-history-s4 .about-section-title p {


    display: none;
  }

  .about-page .about-history-axis {


    position: relative;
    display: block;
    width: min(5.65rem, calc(100vw - 0.48rem));
    height: 0.88rem;
    margin: 0.48rem auto 0.66rem;
    overflow: hidden;
    gap: 0;
  }

  .about-page .about-history-axis::before {


    display: none;
    content: none;
  }

  .about-page .about-history-axis-track {


    position: absolute;
    left: 0.3rem;
    bottom: 0.14rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.9rem;
    width: max-content;
    height: 0.66rem;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
    will-change: transform;
  }

  .about-page .about-history-axis-line {


    display: block;
    position: absolute;
    left: 0.145rem;
    right: 0.145rem;
    bottom: 0.145rem;
    z-index: 0;
    height: 0.03rem;
    background: rgba(255, 255, 255, 0.78);
    pointer-events: none;
  }

  .about-page .about-history-progress {


    display: block;
    position: absolute;
    left: 0;
    bottom: 0.145rem;
    z-index: 1;
    width: 0;
    height: 0.03rem;
    background: #ce0f54;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    pointer-events: none;
  }

  .about-page .about-history-node {


    position: relative;
    z-index: 2;
    flex: 0 0 0.29rem;
    width: 0.29rem;
    height: 0.29rem;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: none;
    cursor: pointer;
  }

  .about-page .about-history-node p {


    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.1rem);
    min-width: 0.64rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: var(--font-size-14);
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-family: var(--font-boldm);
    font-weight: 500;
  }

  .about-page .about-history-node.active,
  .about-page .about-history-node.current {


    background: #fff;
  }

  .about-page .about-history-node.active::after,
  .about-page .about-history-node.current::after {


    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.21rem;
    height: 0.21rem;
    border-radius: 50%;
    background: #ce0f54;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .about-page .about-history-viewport {


    width: calc(100vw - 0.48rem);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .about-page .about-history-list {


    display: flex;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 0;
    padding-left: 0;
    width: max-content;
    will-change: transform;
    transition: transform 780ms ease;
    -webkit-transition: -webkit-transform 780ms ease;
  }

  .about-page .about-history-list .about-history-card,
  .about-page .about-history-list .swiper-slide-duplicate {


    flex: 0 0 calc(100vw - 0.48rem);
    width: calc(100vw - 0.48rem);
    max-width: calc(100vw - 0.48rem);
    flex-shrink: 0;
    border-top: 0;
    padding-top: 0;
  }

  .about-page .about-history-list .about-history-card h3 {


    position: relative;
    margin: 0;
    padding-bottom: 0.12rem;
    font-size: var(--font-size-32);
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    border-bottom: 0;
  }

  .about-page .about-history-list .about-history-card h3::after {


    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .about-page .about-history-events {


    margin-top: 0.16rem;
    padding: 0;
    list-style: none;
  }

  .about-page .about-history-events li {


    position: relative;
    margin: 0;
    padding-left: 0.22rem;
    color: #fff;
    font-size: var(--font-size-16);
    line-height: 1.75;
    font-family: var(--font-boldm);
    font-weight: 500;
    list-style: none;
  }

  .about-page .about-history-events li+li {


    margin-top: 0.1rem;
  }

  .about-page .about-history-events li::before {


    content: "";
    position: absolute;
    left: 0.02rem;
    top: 0.11rem;
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #ce0f54;
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-history-list .swiper-slide-duplicate {


    display: block;
  }
}

.about-page .about-culture-s5 .about-culture-copy {


  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page .about-culture-s5 .about-culture-title-row {


  display: flex;
  align-items: flex-end;
  gap: 0.24rem;
  margin: 0;
  line-height: 1;
}

.about-page .about-culture-s5 .about-culture-title-row h2 {


  margin: 0;
  color: #262626;
  font-size: var(--font-size-44);
  line-height: 1;
  font-family: var(--font-bold);
  font-weight: 700;
}

.about-page .about-culture-s5 .about-culture-title-row .about-en {


  margin: 0;
  color: #333;
  font-size: var(--font-size-22);
  line-height: 1;
  font-family: var(--font-regular);
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0;
}

.about-page .about-culture-s5 .about-culture-subtitle {


  margin-top: 0.16rem;
  margin-bottom: 0;
  color: #333;
  font-size: var(--font-size-24);
  line-height: 1.5;
  font-family: var(--font-boldm);
  font-weight: 500;
}

.about-page .about-culture-s5 .about-culture-body {


  margin-top: 0.16rem;
  margin-bottom: 0;
  color: #777;
  font-size: var(--font-size-18);
  line-height: 1.7;
  font-family: var(--font-regular);
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .about-page .about-culture-s5 .about-culture-title-row {


    gap: 0.16rem;
  }

  .about-page .about-culture-s5 .about-culture-title-row h2 {


    font-size: var(--font-size-36);
  }

  .about-page .about-culture-s5 .about-culture-title-row .about-en {


    font-size: var(--font-size-18);
  }
}

.about-page .about-vision-inner {


  --vision-parallax-y: 0px;
  will-change: transform;
  transform: translate3d(0, var(--vision-parallax-y), 0);
  -webkit-transform: translate3d(0, var(--vision-parallax-y), 0);
}

.about-page .about-vision-inner.scroll-ani,
.about-page .about-vision-inner.scroll-ani.active,
.about-page .about-vision-inner.scroll-ani.show {


  transform: translate3d(0, var(--vision-parallax-y), 0);
  -webkit-transform: translate3d(0, var(--vision-parallax-y), 0);
  transition: opacity 850ms ease;
  -webkit-transition: opacity 850ms ease;
}

@media screen and (max-width: 768px) {

  .about-page .about-vision-inner,
  .about-page .about-vision-inner.scroll-ani,
  .about-page .about-vision-inner.scroll-ani.active,
  .about-page .about-vision-inner.scroll-ani.show {


    --vision-parallax-y: 0px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

.about-page .about-vision-s6 {


  height: 9.6rem;
  min-height: 9.6rem;
  overflow: hidden;
}

.about-page .about-vision-bg img {


  --vision-bg-parallax-y: 0px;
  height: calc(100% + 0.9rem);
  max-height: none;
  transform: translate3d(0, var(--vision-bg-parallax-y), 0) scale(1.04);
  -webkit-transform: translate3d(0, var(--vision-bg-parallax-y), 0) scale(1.04);
  will-change: transform;
}

.about-page .about-vision-inner {


  --vision-parallax-y: 0px;
  --vision-parallax-scale: 1;
  --vision-parallax-opacity: 1;
  --vision-parallax-blur: 0px;
  will-change: transform, opacity, filter;
  transform: translate3d(0, var(--vision-parallax-y), 0) scale(var(--vision-parallax-scale));
  -webkit-transform: translate3d(0, var(--vision-parallax-y), 0) scale(var(--vision-parallax-scale));
  opacity: var(--vision-parallax-opacity);
  filter: blur(var(--vision-parallax-blur));
  -webkit-filter: blur(var(--vision-parallax-blur));
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.about-page .about-vision-inner.scroll-ani,
.about-page .about-vision-inner.scroll-ani.active,
.about-page .about-vision-inner.scroll-ani.show {


  transform: translate3d(0, var(--vision-parallax-y), 0) scale(var(--vision-parallax-scale));
  -webkit-transform: translate3d(0, var(--vision-parallax-y), 0) scale(var(--vision-parallax-scale));
  opacity: var(--vision-parallax-opacity);
  filter: blur(var(--vision-parallax-blur));
  -webkit-filter: blur(var(--vision-parallax-blur));
  transition: none;
  -webkit-transition: none;
}

.about-page .about-vision-inner .about-en,
.about-page .about-vision-inner h2,
.about-page .about-vision-inner>p:last-child {


  will-change: transform, opacity;
}

.about-page .about-vision-inner .about-en {


  transform: translate3d(0, calc(var(--vision-parallax-y) * -0.08), 0);
  -webkit-transform: translate3d(0, calc(var(--vision-parallax-y) * -0.08), 0);
}

.about-page .about-vision-inner h2 {


  transform: translate3d(0, calc(var(--vision-parallax-y) * -0.04), 0);
  -webkit-transform: translate3d(0, calc(var(--vision-parallax-y) * -0.04), 0);
}

.about-page .about-vision-inner>p:last-child {


  transform: translate3d(0, calc(var(--vision-parallax-y) * 0.04), 0);
  -webkit-transform: translate3d(0, calc(var(--vision-parallax-y) * 0.04), 0);
}

@media screen and (max-width: 768px) {
  .about-page .about-vision-s6 {


    height: auto;
    min-height: 5.6rem;
  }

  .about-page .about-vision-bg img,
  .about-page .about-vision-inner,
  .about-page .about-vision-inner.scroll-ani,
  .about-page .about-vision-inner.scroll-ani.active,
  .about-page .about-vision-inner.scroll-ani.show,
  .about-page .about-vision-inner .about-en,
  .about-page .about-vision-inner h2,
  .about-page .about-vision-inner>p:last-child {


    --vision-bg-parallax-y: 0px;
    --vision-parallax-y: 0px;
    --vision-parallax-scale: 1;
    --vision-parallax-opacity: 1;
    --vision-parallax-blur: 0px;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: none;
    -webkit-filter: none;
  }
}

.about-page .about-vision-s6 {


  position: relative;
  height: calc(9.6rem * 2);
  min-height: calc(9.6rem * 2);
  overflow: visible;
  background: #00114a;
  color: #fff;
}

.about-page .about-vision-s6::after {


  display: none;
}

.about-page .about-vision-sticky {


  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 9.6rem;
  min-height: 9.6rem;
  overflow: hidden;
  background: #00114a;
}

.about-page .about-vision-sticky::after {


  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.24);
}

.about-page .about-vision-bg,
.about-page .about-vision-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

.about-page .about-vision-bg img {


  object-fit: cover;
  transform: none;
  -webkit-transform: none;
  filter: none;
  -webkit-filter: none;
  will-change: auto;
}

.about-page .about-vision-inner,
.about-page .about-vision-inner.scroll-ani,
.about-page .about-vision-inner.scroll-ani.active,
.about-page .about-vision-inner.scroll-ani.show {


  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 90%;
  max-width: 16rem;
  height: 100%;
  min-height: 0;
  margin: 0;
  display: block;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  filter: none;
  -webkit-filter: none;
  transition: none;
  -webkit-transition: none;
  text-align: center;
  pointer-events: none;
}

.about-page .about-vision-panel {


  position: absolute;
  left: 50%;
  top: 50%;
  width: min(8.9rem, 92%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate3d(-50%, calc(-50% + 0.9rem), 0) scale(0.94);
  -webkit-transform: translate3d(-50%, calc(-50% + 0.9rem), 0) scale(0.94);
  will-change: transform, opacity, filter;
  transition: opacity 120ms linear, filter 120ms linear;
  -webkit-transition: opacity 120ms linear, -webkit-filter 120ms linear;
}

.about-page .about-vision-panel:first-child {


  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
}

.about-page .about-vision-title-row {


  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.24rem;
  max-width: 100%;
  white-space: nowrap;
}

.about-page .about-vision-title-row h2 {


  margin: 0;
  color: #fff;
  font-size: var(--font-size-44);
  line-height: 1.12;
  font-family: var(--font-bold);
  font-weight: 900;
}

.about-page .about-vision-title-row .about-en {


  margin: 0 0 0.05rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--font-size-22);
  line-height: 1;
  font-family: var(--font-boldm);
  white-space: nowrap;
}

.about-page .about-vision-panel h3 {


  margin-top: 0.28rem;
  color: #fff;
  font-size: var(--font-size-32);
  line-height: 1.35;
  font-family: var(--font-bold);
  font-weight: 900;
}

.about-page .about-vision-desc {


  max-width: 8.2rem;
  margin: 0.28rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--font-size-18);
  line-height: 1.8;
  font-family: var(--font-boldm);
  text-align: center;
}

.about-page .about-vision-lines {


  margin-top: 0.34rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-28);
  line-height: 1.65;
  font-family: var(--font-boldm);
}

.about-page .about-vision-lines p+p {


  margin-top: 0.08rem;
}

@media screen and (max-width: 991px) {
  .about-page .about-vision-s6 {


    height: calc(100vh * 2);
    min-height: calc(100vh * 2);
    padding: 0;
    overflow: visible;
  }

  .about-page .about-vision-sticky {


    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
  }

  .about-page .about-vision-bg,
  .about-page .about-vision-bg img {


    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .about-page .about-vision-bg img {


    object-fit: cover;
    transform: none;
    -webkit-transform: none;
  }

  .about-page .about-vision-inner,
  .about-page .about-vision-inner.scroll-ani,
  .about-page .about-vision-inner.scroll-ani.active,
  .about-page .about-vision-inner.scroll-ani.show {


    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 94%;
    max-width: 18rem;
    height: 100%;
    min-height: 0;
    margin: 0;
    display: block;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    filter: none;
    -webkit-filter: none;
    transition: none;
    -webkit-transition: none;
    text-align: center;
  }

  .about-page .about-vision-panel,
  .about-page .about-vision-panel:first-child {


    position: absolute;
    left: 50%;
    top: 50%;
    width: min(14rem, 96vw);
    max-width: none;
    text-align: center;
  }

  .about-page .about-vision-panel h3:empty {


    display: none;
  }
}

body {


  --font-size-56: max(0.56rem, 28px);
}

.about-page .about-vision-title-row {


  gap: 0.14rem;
  align-items: flex-end;
}

.about-page .about-vision-title-row h2 {


  color: #fff;
  font-size: var(--font-size-44);
  line-height: 1;
  font-family: var(--font-regular);
  font-weight: 400;
}

.about-page .about-vision-title-row .about-en {


  margin: 0 0 0.02rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-24);
  line-height: 1;
  white-space: nowrap;
}

.about-page .about-vision-panel h3 {


  margin-top: 0.34rem;
  margin-bottom: 0;
  color: #fff;
  font-size: var(--font-size-56);
  line-height: 1.22;
}

.about-page .about-vision-desc {


  margin-top: 0.38rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-20);
  line-height: 1.8;
}

.about-page .about-vision-lines {


  margin-top: 0.34rem;
  color: #fff;
  font-size: var(--font-size-56);
  line-height: 1.22;
  font-family: var(--font-bold);
}

.about-page .about-vision-lines p+p {


  margin-top: 0.18rem;
}

@media screen and (max-width: 768px) {
  .about-page .about-vision-title-row {


    gap: 0.12rem;
    flex-wrap: wrap;
  }

  .about-page .about-vision-title-row h2 {


    font-size: var(--font-size-34);
  }

  .about-page .about-vision-title-row .about-en {


    font-size: var(--font-size-16);
  }

  .about-page .about-vision-panel h3,
  .about-page .about-vision-lines {


    margin-top: 0.22rem;
    font-size: var(--font-size-28);
    line-height: 1.35;
  }

  .about-page .about-vision-desc {


    margin-top: 0.2rem;
    font-size: var(--font-size-16);
    line-height: 1.7;
  }
}

@media screen and (max-width: 991px) {
  .about-page .about-vision-s6 {


    height: calc(100vh * 2);
    min-height: calc(100vh * 2);
    padding: 0;
    overflow: visible;
  }

  .about-page .about-vision-sticky {


    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
  }

  .about-page .about-vision-inner,
  .about-page .about-vision-inner.scroll-ani,
  .about-page .about-vision-inner.scroll-ani.active,
  .about-page .about-vision-inner.scroll-ani.show {


    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 94%;
    max-width: 18rem;
    height: 100%;
    min-height: 0;
    margin: 0;
    display: block;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    filter: none;
    -webkit-filter: none;
    transition: none;
    -webkit-transition: none;
  }

  .about-page .about-vision-panel,
  .about-page .about-vision-panel:first-child {


    position: absolute;
    left: 50%;
    top: 50%;
    width: min(14rem, 96vw);
    max-width: none;
    text-align: center;
  }

  .about-page .about-vision-panel h3:empty {


    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-page .about-vision-title-row {


    justify-content: center;
  }

  .about-page .about-vision-panel h3 {


    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

@media screen and (max-width: 480px) {
  .about-page .about-vision-panel h3 {


    font-size: clamp(18px, 4.6vw, 28px);
  }
}

.about-page .about-global-s9 {


  position: relative;
  height: clamp(680px, 52vw, 9.98rem);
  min-height: 680px;
  overflow: hidden;
  background: #07135b;
  color: #fff;
}

.about-page .about-global-bg,
.about-page .about-global-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-page .about-global-bg img {


  display: block;
  object-fit: cover;
  object-position: center center;
}

.about-page .about-global-inner,
.about-page .about-global-inner.scroll-ani,
.about-page .about-global-inner.scroll-ani.active,
.about-page .about-global-inner.scroll-ani.show {


  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

.about-page .about-global-heading {


  position: absolute;
  left: 5.5%;
  top: 1.17rem;
  z-index: 4;
  color: #fff;
  text-shadow: 0 0.08rem 0.22rem rgba(0, 0, 0, 0.32);
}

.about-page .about-global-heading h2 {


  margin: 0;
  color: #fff;
  font-size: 0.54rem;
  line-height: 1.18;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.about-page .about-global-heading p {


  margin-top: 0.26rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.26rem;
  line-height: 1.35;
  font-family: var(--font-boldm);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.about-page .about-map-point {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.about-page .about-map-dot {


  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0.04rem rgba(255, 255, 255, 0.3), 0 0 0.2rem rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* 水波纹脉冲效果 - 所有点位都有 */
.about-page .about-map-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: aboutMapPulse1 2s ease-out infinite;
  -webkit-animation: aboutMapPulse1 2s ease-out infinite;
}

.about-page .about-map-dot::after {


  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.015rem solid rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: aboutMapPulse2 2s ease-out infinite 0.6s;
  -webkit-animation: aboutMapPulse2 2s ease-out infinite 0.6s;
}

/* 所有点位统一白色，无特殊高亮 */

.about-page .about-map-label {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
  font-family: var(--font-boldm);
  font-weight: 500;
  white-space: nowrap;
  text-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.55);
}

.about-page .about-map-popup {


  position: absolute;
  z-index: 4;
  width: max(2.8rem, 240px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}

/* 保持常显 */
.about-page .about-map-point:hover .about-map-popup,
.about-page .about-map-point:focus .about-map-popup,
.about-page .about-map-point.active .about-map-popup {


  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.about-map-popup-top {


  width: 100%;
}

.about-page .about-map-popup-title {


  display: block;
  align-items: center;
  gap: 0;
  margin-bottom: 0.06rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.3;
  font-family: var(--font-boldm);
  font-weight: 500;
}

/* 移除红色图标前缀 */
.about-page .about-map-popup-title::before {


  content: none;
  flex: 0;
  width: 0;
  height: 0;
  background: transparent;
}

.about-page .about-map-popup h3 {


  margin: 0;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: var(--font-boldm);
  font-weight: 500;
}

.about-page .about-map-popup p {


  margin-top: 0.02rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.16rem;
  line-height: 1.6;
  font-family: var(--font-boldm);
  font-weight: 400;
}



@media screen and (max-width: 1199px) {
  .about-page .about-global-s9 {


    height: 7.2rem;
    min-height: 620px;
    overflow: visible;
  }

  .about-page .about-global-heading {


    top: 0.72rem;
  }

  .about-page .about-map-popup {


    width: min(3.2rem, 260px);
  }

  .about-page .about-map-point-us .about-map-popup,
  .about-page .about-map-point-hb .about-map-popup,
  .about-page .about-map-point-sz .about-map-popup,
  .about-page .about-map-point-vn .about-map-popup {


    left: -1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-page .about-global-s9 {


    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0.72rem 0 0.6rem;
  }

  .about-page .about-map-popup {


    height: 100%;
  }

  .about-page .about-global-bg {


    display: none;
  }

  .about-page .about-global-inner,
  .about-page .about-global-inner.scroll-ani,
  .about-page .about-global-inner.scroll-ani.active,
  .about-page .about-global-inner.scroll-ani.show {


    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    width: 92%;
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }

  .about-page .about-global-heading {


    position: static;
    left: auto;
    top: auto;
    right: auto;
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 0.06rem;
  }

  .about-page .about-global-heading h2 {


    font-size: var(--font-size-30);
  }

  .about-page .about-global-heading p {


    margin-top: 0.1rem;
    font-size: var(--font-size-16);
    letter-spacing: 0.02em;
  }

  .about-page .about-map-point {


    position: static;
    width: auto;
    height: auto;
    cursor: default;
  }

  .about-page .about-map-point-us,
  .about-page .about-map-point-hb,
  .about-page .about-map-point-sz,
  .about-page .about-map-point-vn {


    left: auto;
    top: auto;
  }

  .about-page .about-map-dot,
  .about-page .about-map-label {


    display: none;
  }

  .about-page .about-map-popup,
  .about-page .about-map-point-us .about-map-popup,
  .about-page .about-map-point-hb .about-map-popup,
  .about-page .about-map-point-sz .about-map-popup,
  .about-page .about-map-point-vn .about-map-popup {


    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    -webkit-transform: none;
    padding: 0.16rem;
  }

  .about-page .about-map-popup img {


    object-fit: cover;
  }
}

@media screen and (max-width:480px) {
  .about-page .about-global-heading {


    grid-column: 1;
  }

  .about-page .about-global-inner,
  .about-page .about-global-inner.scroll-ani,
  .about-page .about-global-inner.scroll-ani.active,
  .about-page .about-global-inner.scroll-ani.show {


    grid-template-columns: 1fr;
  }
}

.strength-page {


  background: #fff;
  color: #222;
}

.strength-section {


  position: relative;
  overflow: hidden;
}

.strength-hero {


  height: 9.6rem;
  min-height: 520px;
  background: #0a1220;
}

.strength-hero-bg,
.strength-hero-bg img,
.strength-slogan-bg,
.strength-slogan-bg img,
.strength-value-bg,
.strength-value-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.strength-hero-bg img,
.strength-slogan-bg img,
.strength-value-bg img {


  object-fit: cover;
}

.strength-hero::after {


  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .06) 48%, rgba(0, 0, 0, .16) 100%);
  pointer-events: none;
}

.strength-hero-mid {


  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.strength-hero-copy {


  color: #fff;
  margin-top: 0.26rem;
  transform: translateY(0.28rem);
  opacity: 0;
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-hero-copy.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-value {


  height: 4.9rem;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.strength-value-overlay {


  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .42);
}

.strength-value-copy {


  position: relative;
  z-index: 2;
  width: 8.4rem;
  max-width: 82%;
  text-align: center;
  color: #fff;
  transform: translateY(0.24rem);
  opacity: 0;
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-value-copy.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-value-copy h2 {


  color: #fff;
  font-family: var(--font-bold);
  font-size: var(--font-size-28);
  line-height: 1.45;
  margin-bottom: 0.2rem;
}

.strength-value-copy p {


  color: rgba(255, 255, 255, .88);
  font-size: var(--font-size-16);
  line-height: 1.95;
  font-family: var(--font-boldm);
}

.strength-equipment {


  padding: 0.58rem 0 0.72rem;
  background: #fff;
}

.strength-title {


  text-align: center;
  opacity: 0;
  transform: translateY(0.18rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

.strength-title.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-title h2 {


  color: #6f6f6f;
  font-size: var(--font-size-26);
  line-height: 1.3;
  letter-spacing: 0.36em;
  font-family: var(--font-regular);
  font-weight: 400;
}

.strength-equipment-viewport {


  width: 100%;
  margin-top: 0.48rem;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-equipment-viewport::-webkit-scrollbar {


  display: none;
}

.strength-equipment-viewport.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-equipment-viewport.is-dragging {


  cursor: grabbing;
}

.strength-equipment-track {


  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 0.24rem;
  padding: 0 1.05rem;
}

.strength-equipment-card {


  width: 4.8rem;
  min-height: 3.02rem;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0.14rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.08rem 0.25rem rgba(0, 0, 0, .05);
  flex: 0 0 auto;
}

.strength-equipment-side {


  width: 3.05rem;
}

.strength-equipment-main-card {


  width: 5.2rem;
  position: relative;
}

.strength-card-img {


  width: 100%;
  height: 2rem;
  overflow: hidden;
  background: #e9e9e9;
}

.strength-equipment-side .strength-card-img {


  height: 2.05rem;
}

.strength-card-img img {


  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.strength-equipment-info {


  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.18rem;
  row-gap: 0.04rem;
  align-items: end;
  padding: 0.18rem 0.22rem 0.22rem;
  background: #fff;
}

.strength-equipment-info h3 {


  color: #222;
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  line-height: 1.2;
  white-space: nowrap;
}

.strength-equipment-info span {


  color: #888;
  font-size: var(--font-size-12);
  line-height: 1.35;
  white-space: nowrap;
}

.strength-equipment-info p {


  grid-column: 1 / -1;
  color: #666;
  font-size: var(--font-size-13);
  line-height: 1.75;
  margin-top: 0.08rem;
}

.strength-play {

  position: absolute;
  left: 50%;
  top: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.strength-play::before {


  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.2rem solid rgba(255, 255, 255, .92);
  transform: translate(-50%, -50%);
}

.strength-quality {


  padding: 0.62rem 0 0.78rem;
  background: linear-gradient(180deg, #f3f3f3 0%, #f7f7f7 58%, #ffffff 100%);
  border-radius: 0.08rem 0.08rem 0 0;
}

.strength-quality-list {


  width: 100%;
  margin-top: 0.48rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.28rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-quality-list.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-quality-card {


  position: relative;
  width: 3.9rem;
  height: 1.92rem;
  border-radius: 0.3rem;
  overflow: hidden;
  flex: 0 0 auto;
  background: #111;
}

.strength-quality-card.is-active {


  width: 4.8rem;
}

.strength-quality-card::after {


  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 45, .34);
  z-index: 1;
}

.strength-quality-card img {


  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strength-quality-card div {


  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0.25rem;
}

.strength-quality-card h3 {


  color: #fff;
  font-size: var(--font-size-30);
  line-height: 1.2;
  font-family: var(--font-bold);
}

.strength-quality-card p {


  margin-top: 0.12rem;
  color: rgba(255, 255, 255, .9);
  font-size: var(--font-size-14);
  line-height: 1.5;
}

.strength-partner {


  padding: 0.72rem 0 0.9rem;
  background: #fff;
}

.strength-partner-block {


  width: 12.8rem;
  max-width: 86%;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-partner-block.active {


  opacity: 1;
  transform: translateY(0);
}

.strength-partner-block h2 {


  color: #777;
  font-size: var(--font-size-24);
  font-family: var(--font-regular);
  font-weight: 400;
  letter-spacing: 0.36em;
  line-height: 1.3;
}

.strength-logo-panel {


  margin-top: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strength-logo-panel img {


  width: 100%;
  height: auto;
  object-fit: contain;
}

.strength-supplier-panel {


  min-height: 1rem;
}

.strength-customer-block {


  margin-top: 0.42rem;
}

.strength-customer-panel {


  margin-top: 0.34rem;
}

@media screen and (max-width: 991px) {
  .strength-hero {


    height: 7.2rem;
  }

  .strength-slogan {


    height: 2.4rem;
  }

  .strength-value {


    height: auto;
    padding: 1.05rem 0;
  }

  .strength-equipment-track {


    padding: 0 5%;
  }

  .strength-equipment-side,
  .strength-equipment-main-card,
  .strength-equipment-card {


    width: 72vw;
  }

  .strength-quality-list {


    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 5%;
    scrollbar-width: none;
  }

  .strength-quality-list::-webkit-scrollbar {


    display: none;
  }

  .strength-quality-card,
  .strength-quality-card.is-active {


    width: 72vw;
  }
}

@media screen and (max-width: 767px) {
  .strength-hero {


    height: 6.2rem;
    min-height: 420px;
  }

  .strength-hero-copy h1 {


    font-size: 0.32rem;
  }

  .strength-hero-copy p {


    font-size: 0.18rem;
  }

  .strength-slogan {


    min-height: 160px;
  }

  .strength-slogan-copy h2 {


    font-size: 0.2rem;
    letter-spacing: 0.08em;
  }

  .strength-value-copy {


    max-width: 88%;
  }

  .strength-value-copy h2 {


    font-size: 0.22rem;
  }

  .strength-title h2,
  .strength-partner-block h2 {


    font-size: 0.22rem;
  }

  .strength-equipment-info {


    grid-template-columns: 1fr;
  }

  .strength-equipment-info h3 {


    font-size: 0.22rem;
  }

  .strength-equipment-info span {


    white-space: normal;
  }

  .strength-card-img {


    height: 2.4rem;
  }

  .strength-quality-card,
  .strength-quality-card.is-active {


    height: 2rem;
  }

  .strength-quality-card h3 {


    font-size: 0.25rem;
  }

  .strength-partner-block {


    max-width: 92%;
  }
}

.strength-slogan-copy h2 {


  font-size: 0.32rem;
}

.strength-slogan-copy p {


  margin-top: 0.2rem;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .strength-slogan-copy h2 {


    font-size: 0.24rem;
  }

  .strength-slogan-copy p {


    margin-top: 0.16rem;
    font-size: 0.16rem;
  }
}

.strength-value {


  position: relative;
  min-height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

.strength-value .strength-value-bg,
.strength-value .strength-value-bg img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.strength-value .strength-value-bg img {


  object-fit: cover;
  object-position: center center;
}

.strength-value .strength-value-overlay {


  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.strength-value-panel {


  position: relative;
  z-index: 2;
  width: min(10.6rem, 82vw);
  max-width: 10.6rem;
  text-align: center;
  color: #fff;
}

.strength-value-panel+.strength-value-panel {


  margin-top: 0.5rem;
}

.strength-value-panel h2 {


  margin: 0;
  color: #fff;
  font-size: var(--font-size-32);
  line-height: 1.45;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.strength-value-panel .strength-value-en {


  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--font-size-18);
  line-height: 1.55;
  font-family: var(--font-regular);
  letter-spacing: 0.02em;
}

.strength-value-panel p {


  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-18);
  line-height: 1.75;
  font-family: var(--font-boldm);
  font-weight: 500;
}

.strength-value-panel p+p {


  margin-top: 0.08rem;
}

@media screen and (max-width: 991px) {
  .strength-value {


    min-height: auto;
    padding: 1.05rem 0;
  }

  .strength-value-panel {


    width: 88%;
  }

  .strength-value-panel h2 {


    font-size: var(--font-size-28);
  }

  .strength-value-panel .strength-value-en,
  .strength-value-panel p {


    font-size: var(--font-size-16);
  }
}

@media screen and (max-width: 767px) {
  .strength-value-panel {


    width: 90%;
  }

  .strength-value-panel h2 {


    font-size: var(--font-size-24);
  }

  .strength-value-panel .strength-value-en,
  .strength-value-panel p {


    font-size: var(--font-size-14);
    line-height: 1.65;
  }
}

.strength-page,
.strength-page a,
.strength-page button,
.strength-page input,
.strength-page textarea {


  font-family: var(--font-regular);
}

.strength-page .strength-value-panel,
.strength-page .strength-value-panel h2,
.strength-page .strength-value-panel p,
.strength-page .strength-value-panel .strength-value-en {


  font-family: var(--font-regular);
}

.strength-page .strength-value-panel h2 {


  font-size: var(--font-size-38);
  line-height: 1.32;
  font-family: var(--font-bold);
  font-weight: 700;
}

.strength-page .strength-value-panel h2+p,
.strength-page .strength-value-panel h2+.strength-value-en {


  margin-top: 0.5rem;
}

.strength-page .strength-value-panel p,
.strength-page .strength-value-panel .strength-value-en {


  font-size: var(--font-size-24);
  line-height: 0.32rem;
  font-family: var(--font-regular);
  font-weight: 400;
}

.strength-page .strength-value-panel p+p {


  margin-top: 0.08rem;
}

@media screen and (max-width: 991px) {
  .strength-page .strength-value-panel h2 {


    font-size: var(--font-size-32);
  }

  .strength-page .strength-value-panel h2+p,
  .strength-page .strength-value-panel h2+.strength-value-en {


    margin-top: 0.34rem;
  }

  .strength-page .strength-value-panel p,
  .strength-page .strength-value-panel .strength-value-en {


    font-size: var(--font-size-18);
    line-height: 1.65;
  }
}

@media screen and (max-width: 767px) {
  .strength-page .strength-value-panel h2 {


    font-size: var(--font-size-28);
  }

  .strength-page .strength-value-panel h2+p,
  .strength-page .strength-value-panel h2+.strength-value-en {


    margin-top: 0.24rem;
  }

  .strength-page .strength-value-panel p,
  .strength-page .strength-value-panel .strength-value-en {


    font-size: var(--font-size-16);
    line-height: 1.65;
  }
}

.strength-page .strength-parallax-s3 .strength-value-overlay {


  display: none;
  background: transparent;
}

.strength-page .strength-value-panel h2 {


  font-size: var(--font-size-38);
  line-height: 1.32;
  font-family: var(--font-bold);
  font-weight: 700;
}

.strength-page .strength-value-panel h2+p:not(.strength-value-en) {


  margin-top: 0.5rem;
}

.strength-page .strength-value-panel h2+.strength-value-en {


  margin-top: 0.12rem;
}

.strength-page .strength-value-panel .strength-value-en+p {


  margin-top: 0.5rem;
}

.strength-page .strength-value-panel p,
.strength-page .strength-value-panel .strength-value-en {


  font-size: var(--font-size-24);
  line-height: 0.32rem;
  font-family: var(--font-regular);
  font-weight: 400;
}

.strength-page .strength-value-panel p+p {


  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .strength-page .strength-value-panel h2 {


    font-size: var(--font-size-32);
  }

  .strength-page .strength-value-panel h2+p:not(.strength-value-en) {


    margin-top: 0.34rem;
  }

  .strength-page .strength-value-panel h2+.strength-value-en {


    margin-top: 0.1rem;
  }

  .strength-page .strength-value-panel .strength-value-en+p {


    margin-top: 0.34rem;
  }

  .strength-page .strength-value-panel p,
  .strength-page .strength-value-panel .strength-value-en {


    font-size: var(--font-size-18);
    line-height: 1.65;
  }
}

@media screen and (max-width: 767px) {
  .strength-page .strength-value-panel h2 {


    font-size: var(--font-size-28);
  }

  .strength-page .strength-value-panel h2+p:not(.strength-value-en) {


    margin-top: 0.24rem;
  }

  .strength-page .strength-value-panel h2+.strength-value-en {


    margin-top: 0.08rem;
  }

  .strength-page .strength-value-panel .strength-value-en+p {


    margin-top: 0.24rem;
  }

  .strength-page .strength-value-panel p,
  .strength-page .strength-value-panel .strength-value-en {


    font-size: var(--font-size-16);
    line-height: 1.65;
  }
}

.strength-page .strength-value-panel p+p {


  margin-top: 0.15rem;
}

.strength-page .strength-value-panel .strength-value-en+p {


  margin-top: 0.5rem;
}

.strength-equipment {


  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 9.6rem;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.strength-equipment-head {


  padding-top: 0.84rem;
  margin-bottom: 0.78rem;
  text-align: center;
}

.strength-equipment-head h2 {


  margin: 0;
  color: #6f6f6f;
  font-size: var(--font-size-54);
  line-height: 1.2;
  letter-spacing: 0.36em;
  font-family: var(--font-regular);
  font-weight: 400;
}

.strength-equipment-swiper {


  width: 100vw;
  height: calc(100vh - 2.5rem);
  min-height: 6.7rem;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-equipment-swiper.active,
.strength-equipment-swiper.show {


  opacity: 1;
  transform: translateY(0);
}

.strength-equipment-swiper:active {


  cursor: grabbing;
}

.strength-equipment-track {


  width: max-content;
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 2.8125vw;
  padding: 0;
  will-change: transform;
  touch-action: pan-y;
}

.strength-equipment-track.is-animating {


  transition: transform 650ms ease;
  -webkit-transition: -webkit-transform 650ms ease;
}

.strength-equipment-card,
.strength-equipment-side,
.strength-equipment-main-card {


  position: relative;
  width: 61.125vw;
  height: 100%;
  min-height: 0;
  flex: 0 0 61.125vw;
  border: 0.01rem solid rgba(0, 0, 0, 0.22);
  border-radius: 0.16rem;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.strength-card-img,
.strength-equipment-side .strength-card-img {


  width: 100%;
  height: 75%;
  overflow: hidden;
  background: #e9e9e9;
}

.strength-card-img img {


  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.strength-equipment-info {


  width: 100%;
  height: 25%;
  display: grid;
  grid-template-columns: minmax(3.3rem, 36%) 1fr;
  align-items: start;
  column-gap: 0.48rem;
  row-gap: 0;
  padding: 0.5rem 0.38rem 0.5rem;
  background: #fff;
}

.strength-equipment-titlebox {


  min-width: 0;
}

.strength-equipment-info h3 {


  margin: 0;
  color: #333;
  font-family: var(--font-bold);
  font-size: var(--font-size-40);
  line-height: 1.16;
  white-space: nowrap;
  font-weight: 700;
}

.strength-equipment-info span {


  display: block;
  margin-top: 0.06rem;
  color: #777;
  font-size: var(--font-size-16);
  line-height: 1.25;
  white-space: normal;
  font-family: var(--font-regular);
}

.strength-equipment-info p {


  grid-column: auto;
  margin: 0;
  color: #6a6a6a;
  font-size: var(--font-size-18);
  line-height: 1.68;
  font-family: var(--font-regular);
}

.strength-play {


  position: absolute;
  left: 50%;
  top: 37.5%;
  z-index: 4;
  width: 1.08rem;
  height: 1.08rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
  touch-action: pan-x;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 350ms ease, background 350ms ease;
  -webkit-transition: -webkit-transform 350ms ease, background 350ms ease;
}

.strength-play img {


  width: 100%;
  height: 100%;
  object-fit: contain;
}

.strength-play:hover {


  background: rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%) scale(1.06);
  -webkit-transform: translate(-50%, -50%) scale(1.06);
}

.strength-video-modal {


  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 350ms ease, visibility 350ms ease;
}

.strength-video-modal.show {


  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.strength-video-box {


  width: min(11.8rem, 90vw);
  background: #000;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 0.22rem 0.6rem rgba(0, 0, 0, 0.35);
}

.strength-video-box video {


  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  background: #000;
}

.strength-video-close {


  position: absolute;
  right: 0.32rem;
  top: 0.24rem;
  width: 0.42rem;
  height: 0.42rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 0.3rem;
  line-height: 0.42rem;
  cursor: pointer;
}

@media screen and (max-width: 1599px) {

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    width: 61.125vw;
    flex-basis: 61.125vw;
  }
}

@media screen and (max-width: 1279px) {
  .strength-equipment {


    height: auto;
    min-height: 0;
    padding: 0.7rem 0;
  }

  .strength-equipment-head {


    padding-top: 0;
    margin-bottom: 0.48rem;
  }

  .strength-equipment-head h2 {


    font-size: var(--font-size-38);
  }

  .strength-equipment-swiper {


    width: 100vw;
    height: auto;
    min-height: 0;
  }

  .strength-equipment-track {


    gap: 0.28rem;
  }

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    width: 78vw;
    height: auto;
    flex-basis: 78vw;
  }

  .strength-card-img,
  .strength-equipment-side .strength-card-img {


    height: auto;
    aspect-ratio: 1000 / 520;
  }

  .strength-equipment-info {


    height: auto;
    grid-template-columns: 1fr;
    gap: 0.18rem;
    padding: 0.32rem 0.28rem 0.36rem;
  }

  .strength-equipment-info h3 {


    font-size: 0.3rem;
  }

  .strength-equipment-info p {


    font-size: 0.16rem;
  }

  .strength-play {


    top: 50%;
    width: 0.86rem;
    height: 0.86rem;
  }
}

@media screen and (max-width: 767px) {
  .strength-equipment {


    padding: 0.56rem 0;
  }

  .strength-equipment-head {


    margin-bottom: 0.34rem;
  }

  .strength-equipment-head h2 {


    font-size: 0.28rem;
    letter-spacing: 0.22em;
  }

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    width: 84vw;
    flex-basis: 84vw;
    border-radius: 0.12rem;
  }

  .strength-equipment-track {


    gap: 0.18rem;
  }

  .strength-equipment-info h3 {


    font-size: 0.24rem;
    white-space: normal;
  }

  .strength-equipment-info span {


    font-size: 0.13rem;
  }

  .strength-equipment-info p {


    font-size: 0.14rem;
    line-height: 1.65;
  }

  .strength-video-modal {


    padding: 0.24rem;
  }
}

.strength-equipment-head h2 {


  color: #333333;
  font-weight: 700;
  font-family: var(--font-bold);
}

.strength-equipment-info {


  column-gap: 0.52rem;
}

.strength-equipment-info {


  column-gap: 0.32rem;
}

.strength-equipment-info p {


  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.strength-card-img img {


  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 1800ms ease-in-out;
  -webkit-transition: -webkit-transform 1800ms ease-in-out;
}

.strength-card-img:hover img,
.strength-equipment-card:hover .strength-card-img img {


  animation: strengthImgBreath 2.6s ease-in-out infinite;
  -webkit-animation: strengthImgBreath 2.6s ease-in-out infinite;
}

@keyframes strengthImgBreath {

  0%,
  100% {


    transform: scale(1);
  }

  50% {


    transform: scale(1.06);
  }
}

@-webkit-keyframes strengthImgBreath {

  0%,
  100% {


    -webkit-transform: scale(1);
  }

  50% {


    -webkit-transform: scale(1.06);
  }
}

@media screen and (max-width: 1279px) {
  .strength-equipment-info {


    column-gap: 0;
  }
}

.strength-equipment-swiper {


  height: calc(100vh - 3.728rem);
  min-height: 5.55rem;
}

.strength-equipment-info {


  column-gap: 0;
  padding-bottom: 0.5rem;
}

.strength-equipment-info p {


  margin-bottom: 0;
}

.strength-card-img img {


  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 780ms ease;
  -webkit-transition: -webkit-transform 780ms ease;
  animation: none;
  -webkit-animation: none;
}

.strength-card-img:hover img,
.strength-equipment-card:hover .strength-card-img img {


  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  animation: none;
  -webkit-animation: none;
}

@media screen and (max-width: 1279px) {
  .strength-equipment-swiper {


    height: auto;
    min-height: 0;
  }

  .strength-equipment-info {


    column-gap: 0;
    padding-bottom: 0.36rem;
  }
}

.strength-card-img,
.strength-equipment-side .strength-card-img {


  height: 67%;
}

.strength-equipment-info {


  height: 33%;
  padding: 0.5rem 0.38rem 0.5rem;
  align-items: start;
  align-content: start;
  overflow: hidden;
}

.strength-equipment-info p {


  line-height: 1.38;
  max-height: calc(var(--font-size-18) * 1.38 * 4);
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) {

  .strength-card-img,
  .strength-equipment-side .strength-card-img {


    height: auto;
  }

  .strength-equipment-info {


    height: auto;
    padding: 0.32rem 0.28rem 0.5rem;
  }

  .strength-equipment-info p {


    line-height: 1.55;
    max-height: calc(0.16rem * 1.55 * 4);
  }
}

@media screen and (max-width: 767px) {
  .strength-equipment-info {


    padding-bottom: 0.42rem;
  }

  .strength-equipment-info p {


    max-height: calc(0.14rem * 1.65 * 4);
  }
}

.strength-equipment-swiper {


  height: auto;
  min-height: 0;
  padding-bottom: 1.46rem;
}

.strength-equipment-track {


  height: auto;
  align-items: flex-start;
}

.strength-equipment-card,
.strength-equipment-side,
.strength-equipment-main-card {


  height: auto;
  min-height: 0;
  border-color: rgba(0, 0, 0, 0.22);
  transition: border-color 350ms ease;
  -webkit-transition: border-color 350ms ease;
}

.strength-equipment-card:hover,
.strength-equipment-side:hover,
.strength-equipment-main-card:hover {


  border-color: #ce0f54;
}

.strength-card-img,
.strength-equipment-side .strength-card-img {


  height: auto;
  aspect-ratio: auto;
  overflow: hidden;
  background: #e9e9e9;
}

.strength-card-img img {


  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 780ms ease;
  -webkit-transition: -webkit-transform 780ms ease;
  animation: none;
  -webkit-animation: none;
}

.strength-card-img:hover img,
.strength-equipment-card:hover .strength-card-img img {


  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  animation: none;
  -webkit-animation: none;
}

.strength-equipment-info {


  height: auto;
  min-height: 2.28rem;
  padding: 0.5rem 0.38rem 0.5rem;
  align-items: start;
  align-content: start;
  column-gap: 0;
  overflow: hidden;
}

.strength-equipment-info p {


  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.38;
  max-height: calc(var(--font-size-18) * 1.38 * 4);
  margin-bottom: 0;
}

.strength-play {


  top: calc((100vw * 0.61125 * 597 / 1323) / 2);
}

@media screen and (max-width: 1279px) {
  .strength-equipment-swiper {


    height: auto;
    min-height: 0;
    padding-bottom: 0.72rem;
  }

  .strength-equipment-track {


    height: auto;
  }

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    height: auto;
  }

  .strength-card-img,
  .strength-equipment-side .strength-card-img {


    height: auto;
    aspect-ratio: auto;
  }

  .strength-equipment-info {


    height: auto;
    min-height: 0;
    padding: 0.32rem 0.28rem 0.5rem;
  }

  .strength-equipment-info p {


    line-height: 1.55;
    max-height: calc(0.16rem * 1.55 * 4);
  }

  .strength-play {


    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .strength-equipment-swiper {


    padding-bottom: 0.56rem;
  }

  .strength-equipment-info {


    padding-bottom: 0.42rem;
  }

  .strength-equipment-info p {


    max-height: calc(0.14rem * 1.65 * 4);
  }
}

.strength-equipment {


  height: auto;
  min-height: 0;
  overflow: visible;
  padding-bottom: 0;
}

.strength-equipment-swiper {


  height: auto;
  min-height: 0;
  overflow: hidden;
}

.strength-equipment-track {


  height: auto;
  align-items: flex-start;
}

.strength-equipment-card,
.strength-equipment-side,
.strength-equipment-main-card {


  height: auto;
  min-height: 0;
}

.strength-equipment-card,
.strength-equipment-side,
.strength-equipment-main-card {


  border-radius: 0.3rem;
}

.strength-card-img,
.strength-equipment-side .strength-card-img {


  border-radius: 0.3rem 0.3rem 0 0;
}

.strength-equipment-card:hover,
.strength-equipment-side:hover,
.strength-equipment-main-card:hover {


  border-color: #1219b5;
}

.strength-equipment-swiper {


  width: 100vw;
  height: auto;
  min-height: 0;
  padding-bottom: 1.46rem;
  overflow: hidden;
}

.strength-equipment-track {


  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 2.8125vw;
  padding: 0;
}

.strength-equipment-card,
.strength-equipment-side,
.strength-equipment-main-card {


  width: 61.125vw;
  flex: 0 0 61.125vw;
  height: auto;
  min-height: 0;
  border-radius: 0.3rem;
}

.strength-card-img,
.strength-equipment-side .strength-card-img {


  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 0 0;
}

.strength-card-img img {


  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.strength-card-img .strength-play,
.strength-play {


  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.strength-card-img .strength-play:hover,
.strength-play:hover {


  transform: translate(-50%, -50%) scale(1.06);
  -webkit-transform: translate(-50%, -50%) scale(1.06);
}

.strength-equipment-info {


  height: 2.28rem;
  min-height: 2.28rem;
  padding: 0.5rem 0.38rem 0.5rem;
  overflow: hidden;
}

.strength-equipment-info p {


  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.strength-equipment-card:hover,
.strength-equipment-side:hover,
.strength-equipment-main-card:hover {


  border-color: #1219b5;
}

@media screen and (max-width: 1279px) {
  .strength-equipment-swiper {


    width: 100vw;
    padding-bottom: 1.06rem;
  }

  .strength-equipment-track {


    gap: 2.8125vw;
  }

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    width: 61.125vw;
    flex: 0 0 61.125vw;
    border-radius: 0.3rem;
  }

  .strength-card-img,
  .strength-equipment-side .strength-card-img {


    border-radius: 0.3rem 0.3rem 0 0;
  }

  .strength-equipment-info {


    height: 2.28rem;
    min-height: 2.28rem;
    padding: 0.32rem 0.28rem 0.5rem;
  }

  .strength-card-img .strength-play,
  .strength-play {


    left: 50%;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .strength-equipment-swiper {


    padding-bottom: 0.86rem;
  }

  .strength-equipment-track {


    gap: 2.8125vw;
  }

  .strength-equipment-card,
  .strength-equipment-side,
  .strength-equipment-main-card {


    width: 61.125vw;
    flex: 0 0 61.125vw;
    border-radius: 0.3rem;
  }

  .strength-equipment-info {


    height: 2.28rem;
    min-height: 2.28rem;
    padding: 0.26rem 0.22rem 0.42rem;
  }
}

.strength-quality {


  position: relative;
  width: 100%;
  height: 8.38rem;
  min-height: 8.38rem;
  padding: 0;
  background: linear-gradient(180deg, #f3f3f3 0%, #f7f7f7 58%, #ffffff 100%);
  overflow: hidden;
  border-radius: 0;
}

.strength-quality-title {


  padding-top: 0.68rem;
  margin-bottom: 0.62rem;
  text-align: center;
}

.strength-quality .strength-title h2,
.strength-quality-title h2 {


  margin: 0;
  color: #333333;
  font-family: var(--font-bold);
  font-size: var(--font-size-54);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.36em;
}

.strength-quality-swiper {


  width: 100vw;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-quality-swiper.active,
.strength-quality-swiper.show {


  opacity: 1;
  transform: translateY(0);
}

.strength-quality-swiper:active {


  cursor: grabbing;
}

.strength-quality-track {


  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
  padding: 0;
  will-change: transform;
  touch-action: pan-y;
}

.strength-quality-track.is-animating {


  transition: transform 650ms ease;
  -webkit-transition: -webkit-transform 650ms ease;
}

.strength-quality-card,
.strength-quality-card.is-active {


  position: relative;
  width: 9.72rem;
  height: auto;
  aspect-ratio: 972 / 548;
  flex: 0 0 9.72rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #111;
  box-shadow: none;
}

.strength-quality-card::after {


  display: none;
}

.strength-quality .strength-quality-card div {


  position: static;
  inset: auto;
  z-index: auto;
  display: block;
  padding: 0;
  text-align: inherit;
  color: inherit;
}

.strength-quality-img {


  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.strength-quality-img img,
.strength-quality-card img {


  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 780ms ease;
  -webkit-transition: -webkit-transform 780ms ease;
}

.strength-quality-mask {


  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 18, 45, 0.49);
  transition: opacity 420ms ease;
}

.strength-quality-copy {


  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.45rem 0.55rem;
  color: #ffffff;
  transition: opacity 420ms ease, transform 420ms ease;
}

.strength-quality-copy h3,
.strength-quality-card h3 {


  margin: 0;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.12;
}

.strength-quality-copy span {


  display: block;
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-regular);
  font-size: var(--font-size-22);
  line-height: 1.3;
}

.strength-quality-copy p,
.strength-quality-card p {


  max-width: 8.1rem;
  margin: 0.46rem auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-regular);
  font-size: var(--font-size-24);
  line-height: 1.55;
}

.strength-quality-card:hover .strength-quality-mask,
.strength-quality-card:hover .strength-quality-copy {


  opacity: 0;
}

.strength-quality-card:hover .strength-quality-img img {


  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

@media screen and (max-width: 1279px) {
  .strength-quality {


    height: auto;
    min-height: 0;
    padding-bottom: 0.72rem;
  }

  .strength-quality-title {


    padding-top: 0.58rem;
    margin-bottom: 0.48rem;
  }

  .strength-quality .strength-title h2,
  .strength-quality-title h2 {


    font-size: var(--font-size-38);
  }

  .strength-quality-card,
  .strength-quality-card.is-active {


    width: 76vw;
    flex-basis: 76vw;
  }

  .strength-quality-track {


    gap: 0.32rem;
  }

  .strength-quality-copy h3,
  .strength-quality-card h3 {


    font-size: var(--font-size-48);
  }

  .strength-quality-copy span {


    font-size: var(--font-size-18);
  }

  .strength-quality-copy p,
  .strength-quality-card p {


    font-size: var(--font-size-18);
  }
}

@media screen and (max-width: 767px) {
  .strength-quality {


    padding-bottom: 0.56rem;
  }

  .strength-quality-title {


    padding-top: 0.5rem;
    margin-bottom: 0.36rem;
  }

  .strength-quality .strength-title h2,
  .strength-quality-title h2 {


    font-size: var(--font-size-30);
    letter-spacing: 0.22em;
  }

  .strength-quality-card,
  .strength-quality-card.is-active {


    width: 84vw;
    flex-basis: 84vw;
    border-radius: 0.3rem;
  }

  .strength-quality-track {


    gap: 0.22rem;
  }

  .strength-quality-copy {


    padding: 0.28rem;
  }

  .strength-quality-copy h3,
  .strength-quality-card h3 {


    font-size: var(--font-size-36);
  }

  .strength-quality-copy span {


    font-size: var(--font-size-16);
  }

  .strength-quality-copy p,
  .strength-quality-card p {


    font-size: var(--font-size-14);
    line-height: 1.55;
  }
}

.strength-quality .strength-quality-card .strength-quality-img {


  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.strength-quality .strength-quality-card .strength-quality-mask {


  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 18, 45, 0.49);
  transition: opacity 420ms ease;
}

.strength-quality .strength-quality-card .strength-quality-copy {


  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.45rem 0.55rem;
  color: #ffffff;
  transition: opacity 420ms ease, transform 420ms ease;
}

@media screen and (max-width: 1279px) {
  .strength-quality .strength-quality-card .strength-quality-copy {


    padding: 0.36rem 0.42rem;
  }
}

@media screen and (max-width: 767px) {
  .strength-quality .strength-quality-card .strength-quality-copy {


    padding: 0.28rem;
  }
}

.strength-partner {


  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.strength-partner-shell {


  width: 100%;
  padding: 0.76rem 0 0.96rem;
  border-radius: 0.18rem 0.18rem 0 0;
  background: linear-gradient(180deg, #f1f1f1 0%, #ffffff 28%, #ffffff 100%);
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.24rem);
  transition: opacity 800ms ease, transform 800ms ease;
}

.strength-partner-shell.active,
.strength-partner-shell.show {


  opacity: 1;
  transform: translateY(0);
}

.strength-partner .strength-partner-block {


  width: 100%;
  max-width: none;
  margin: 0;
  text-align: center;
  opacity: 1;
  transform: none;
}

.strength-partner .strength-partner-block h2 {


  color: #666666;
  font-family: var(--font-regular);
  font-size: var(--font-size-26);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.36em;
}

.strength-supplier-marquee {


  width: 100%;
  margin-top: 0.62rem;
  overflow: hidden;
}

.strength-supplier-track {


  display: flex;
  width: max-content;
  align-items: center;
  animation: strengthSupplierMarquee 30s linear infinite;
  will-change: transform;
}

.strength-supplier-marquee:hover .strength-supplier-track {


  animation-play-state: paused;
}

.strength-supplier-group {


  display: flex;
  align-items: center;
  gap: 0.76rem;
  padding-right: 0.76rem;
  flex: 0 0 auto;
}

.strength-logo-item {


  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.strength-supplier-group .strength-logo-item {


  width: 2.12rem;
  height: 0.62rem;
}

.strength-logo-item img {


  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes strengthSupplierMarquee {
  0% {


    transform: translate3d(0, 0, 0);
  }

  100% {


    transform: translate3d(-33.3333%, 0, 0);
  }
}

.strength-customer-block {


  margin-top: 0.92rem;
}

.strength-customer-grid {


  width: 12.8rem;
  max-width: 86%;
  margin: 0.62rem auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0.68rem;
  row-gap: 0.42rem;
  align-items: center;
}

.strength-customer-grid .strength-logo-item {


  width: 100%;
  height: 0.64rem;
}

.strength-customer-grid .strength-logo-item img {


  max-width: 1.62rem;
  max-height: 0.58rem;
}

@media screen and (max-width: 1199px) {
  .strength-supplier-group {


    gap: 0.52rem;
    padding-right: 0.52rem;
  }

  .strength-supplier-group .strength-logo-item {


    width: 1.82rem;
  }

  .strength-customer-grid {


    max-width: 90%;
    column-gap: 0.44rem;
  }
}

@media screen and (max-width: 991px) {
  .strength-partner-shell {


    padding: 0.64rem 0 0.78rem;
  }

  .strength-customer-grid {


    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0.36rem;
  }
}

@media screen and (max-width: 767px) {
  .strength-partner-shell {


    padding: 0.56rem 0 0.66rem;
    border-radius: 0.14rem 0.14rem 0 0;
  }

  .strength-partner .strength-partner-block h2 {


    font-size: 0.22rem;
  }

  .strength-supplier-marquee,
  .strength-customer-grid {


    margin-top: 0.42rem;
  }

  .strength-supplier-group {


    gap: 0.34rem;
    padding-right: 0.34rem;
  }

  .strength-supplier-group .strength-logo-item {


    width: 1.45rem;
    height: 0.52rem;
  }

  .strength-customer-block {


    margin-top: 0.62rem;
  }

  .strength-customer-grid {


    width: 90%;
    max-width: 90%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.22rem;
    row-gap: 0.28rem;
  }

  .strength-customer-grid .strength-logo-item {


    height: 0.5rem;
  }

  .strength-customer-grid .strength-logo-item img {


    max-width: 1.1rem;
    max-height: 0.45rem;
  }
}

.strength-partner-shell {


  padding: 1.04rem 0 0.96rem;
}

.strength-partner .strength-supplier-block h2,
.strength-partner .strength-customer-block h2 {


  font-size: var(--font-size-54);
}

.strength-supplier-marquee {


  margin-top: 1.16rem;
}

.strength-supplier-group {


  gap: 0.6rem;
  padding-right: 0.6rem;
}

.strength-supplier-group .strength-logo-item {


  height: 0.64rem;
}

.strength-customer-block,
.strength-partner .strength-customer-block {


  margin-top: 0.5rem;
}

.strength-customer-grid {


  width: calc(100% - 2.52rem);
  max-width: 16rem;
  margin: 1.16rem auto 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0.6rem;
  row-gap: 0.6rem;
}

.strength-customer-grid .strength-logo-item {


  height: 0.64rem;
}

.strength-customer-grid .strength-logo-item img {


  max-width: 100%;
  max-height: 0.64rem;
}

@media screen and (max-width: 1199px) {
  .strength-supplier-group {


    gap: 0.52rem;
    padding-right: 0.52rem;
  }

  .strength-customer-grid {


    width: 90%;
    max-width: 90%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0.44rem;
    row-gap: 0.42rem;
  }
}

@media screen and (max-width: 767px) {
  .strength-partner-shell {


    padding: 0.56rem 0 0.66rem;
  }

  .strength-partner .strength-supplier-block h2,
  .strength-partner .strength-customer-block h2 {


    font-size: 0.28rem;
  }

  .strength-supplier-marquee {


    margin-top: 0.46rem;
  }

  .strength-supplier-group {


    gap: 0.34rem;
    padding-right: 0.34rem;
  }

  .strength-supplier-group .strength-logo-item {


    width: 1.45rem;
    height: 0.52rem;
  }

  .strength-customer-block,
  .strength-partner .strength-customer-block {


    margin-top: 0.72rem;
  }

  .strength-customer-grid {


    width: 90%;
    max-width: 90%;
    margin-top: 0.46rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.24rem;
    row-gap: 0.3rem;
  }

  .strength-customer-grid .strength-logo-item {


    height: 0.5rem;
  }

  .strength-customer-grid .strength-logo-item img {


    max-height: 0.48rem;
  }
}

.strength-partner .strength-partner-block h2,
.strength-partner .strength-supplier-block h2,
.strength-partner .strength-customer-block h2 {


  color: #333333;
  font-weight: 700;
}

.news-detail-page {


  background: #fff;
  color: #333;
}

.news-detail-main {


  padding-top: calc(var(--header-height) + 0.92rem);
  background: #fff;
}

.news-detail-wrap {


  padding-bottom: 1.58rem;
}

.news-detail-head h1 {


  max-width: 14.5rem;
  color: #111;
  font-family: var(--font-bold);
  font-size: var(--font-size-48);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.01rem;
}

.news-detail-head time {


  display: block;
  margin-top: 0.2rem;
  color: #555;
  font-size: var(--font-size-18);
  line-height: 1;
}

.news-detail-layout {


  display: grid;
  grid-template-columns: 3.55rem minmax(0, 1fr);
  column-gap: 0.7rem;
  margin-top: 0.66rem;
  align-items: start;
}

.news-detail-aside {


  position: sticky;
  top: 1.28rem;
}

.news-detail-summary h2 {


  color: #111;
  font-family: var(--font-bold);
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.34;
}

.news-detail-summary dl {


  margin-top: 0.22rem;
  padding-left: 0.18rem;
  border-left: 0.02rem solid #777;
}

.news-detail-summary div {


  display: flex;
  align-items: flex-start;
  gap: 0.02rem;
  color: #555;
  font-size: var(--font-size-14);
  line-height: 1.86;
}

.news-detail-summary dt {


  flex: 0 0 auto;
  color: #444;
  font-family: var(--font-boldm);
  font-weight: 600;
}

.news-detail-summary dd {


  min-width: 0;
}

.news-detail-next {


  display: block;
  margin-top: 0.34rem;
  color: #333;
}

.news-detail-next-img {


  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}

.news-detail-next-img img {


  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 650ms ease;
  -webkit-transition: -webkit-transform 650ms ease;
}

.news-detail-next:hover img {


  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.news-detail-next span {


  display: block;
  margin-top: 0.15rem;
  color: #999;
  font-size: var(--font-size-12);
  line-height: 1;
}

.news-detail-next strong {


  display: block;
  margin-top: 0.08rem;
  color: #333;
  font-family: var(--font-boldm);
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.42;
}

.news-detail-article {


  color: #777;
}

.news-detail-article h2 {


  color: #606060;
  font-family: var(--font-boldm);
  font-size: var(--font-size-22);
  font-weight: 600;
  line-height: 1.46;
  margin-bottom: 0.18rem;
}

.news-detail-article p {


  color: #777;
  font-size: var(--font-size-16);
  line-height: 2.05;
  text-indent: 2em;
  margin: 0 0 0.22rem;
}

.news-detail-figure {


  margin: 0.32rem 0 0.26rem;
  border-radius: 0.14rem;
  overflow: hidden;
}

.news-detail-figure img {


  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.news-detail-sign {


  width: max-content;
  margin: 0.58rem 0 0 auto;
  color: #777;
  text-align: left;
}

.news-detail-sign p {


  margin: 0;
  color: #777;
  font-size: var(--font-size-14);
  line-height: 1.7;
  text-indent: 0;
}

@media screen and (max-width: 1279px) {
  .news-detail-main {


    padding-top: calc(var(--header-height) + 0.58rem);
  }

  .news-detail-layout {


    grid-template-columns: 1fr;
    row-gap: 0.42rem;
  }

  .news-detail-aside {


    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
  }

  .news-detail-next {


    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-main {


    padding-top: calc(var(--header-height) + 0.42rem);
  }

  .news-detail-wrap {


    padding-bottom: 0.82rem;
  }

  .news-detail-head h1 {


    font-size: var(--font-size-30);
    line-height: 1.35;
  }

  .news-detail-head time {


    font-size: var(--font-size-14);
  }

  .news-detail-layout {


    margin-top: 0.4rem;
  }

  .news-detail-aside {


    grid-template-columns: 1fr;
  }

  .news-detail-summary h2 {


    font-size: var(--font-size-18);
  }

  .news-detail-article h2 {


    font-size: var(--font-size-20);
  }

  .news-detail-article p {


    font-size: var(--font-size-14);
    line-height: 1.9;
  }

  .news-detail-sign {


    width: 100%;
    margin-top: 0.38rem;
  }
}

.news-detail-head h1 {


  color: #000000;
  font-size: var(--font-size-60);
  line-height: 1.22;
}

.news-detail-head time {


  margin-top: 0.4rem;
  font-size: var(--font-size-22);
}

.news-detail-layout {


  margin-top: 1.05rem;
}

.news-detail-aside {


  position: sticky;
  top: 1.2rem;
}

.news-detail-summary h2 {


  color: #666666;
  font-size: var(--font-size-28);
  line-height: 1.35;
}

.news-detail-summary dl,
.news-detail-summary dt,
.news-detail-summary dd,
.news-detail-summary div {


  display: none;
}

.news-detail-toc {


  margin-top: 0.26rem;
  padding-left: 0.18rem;
  border-left: 0.02rem solid #777777;
}

.news-detail-toc h3 {


  color: #666666;
  font-family: var(--font-boldm);
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.22rem;
}

.news-detail-toc ul {


  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}

.news-detail-toc li,
.news-detail-toc a {


  display: block;
}

.news-detail-toc a {


  color: #777777;
  font-size: var(--font-size-16);
  line-height: 1.55;
  transition: color 320ms ease;
  -webkit-transition: color 320ms ease;
}

.news-detail-toc a:hover,
.news-detail-toc a.active {


  color: #ce0f54;
}

.news-detail-pager {


  margin-top: 0.36rem;
  padding-top: 0.3rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.news-detail-rel {


  display: block;
  color: #333333;
}

.news-detail-rel-img {


  width: 100%;
  overflow: hidden;
}

.news-detail-rel-img img {


  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 650ms ease;
  -webkit-transition: -webkit-transform 650ms ease;
}

.news-detail-rel:hover .news-detail-rel-img img {


  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.news-detail-rel span {


  display: block;
  margin-top: 0.13rem;
  color: #999999;
  font-size: var(--font-size-16);
  line-height: 1;
}

.news-detail-rel strong {


  display: block;
  margin-top: 0.1rem;
  color: #333333;
  font-family: var(--font-boldm);
  font-size: var(--font-size-24);
  font-weight: 600;
  line-height: 1.35;
}

.news-detail-article h2 {


  color: #606060;
  font-size: var(--font-size-26);
  line-height: 1.45;
}

.news-detail-article p {


  font-size: var(--font-size-20);
  line-height: 2;
}

.news-detail-figure {


  border-radius: 0;
  overflow: visible;
}

.news-detail-figure img {


  border-radius: 0;
}

@media screen and (max-width: 1279px) {
  .news-detail-head h1 {


    font-size: var(--font-size-44);
  }

  .news-detail-head time {


    margin-top: 0.26rem;
    font-size: var(--font-size-18);
  }

  .news-detail-layout {


    margin-top: 0.62rem;
  }

  .news-detail-aside {


    display: block;
    position: static;
  }

  .news-detail-pager {


    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.28rem;
  }

  .news-detail-rel strong {


    font-size: var(--font-size-20);
  }
}

@media screen and (max-width: 767px) {
  .news-detail-head h1 {


    font-size: var(--font-size-30);
  }

  .news-detail-head time {


    margin-top: 0.18rem;
    font-size: var(--font-size-14);
  }

  .news-detail-layout {


    margin-top: 0.42rem;
  }

  .news-detail-summary h2 {


    font-size: var(--font-size-22);
  }

  .news-detail-toc h3,
  .news-detail-toc a,
  .news-detail-rel span {


    font-size: var(--font-size-14);
  }

  .news-detail-pager {


    grid-template-columns: 1fr;
  }

  .news-detail-rel strong {


    font-size: var(--font-size-18);
  }

  .news-detail-article h2 {


    font-size: var(--font-size-22);
  }

  .news-detail-article p {


    font-size: var(--font-size-14);
    line-height: 1.9;
  }
}

.news-detail-breadcrumb {


  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-bottom: 0.28rem;
  color: #777777;
  font-size: var(--font-size-16);
  line-height: 1.4;
}

.news-detail-breadcrumb a,
.news-detail-breadcrumb span {


  display: inline-flex;
  align-items: center;
  color: inherit;
}

.news-detail-breadcrumb a:hover {


  color: #1219b5;
}

.news-detail-head h1 {


  color: #000000;
  font-size: var(--font-size-60);
}

.news-detail-head time {


  margin-top: 0.4rem;
  font-size: var(--font-size-22);
}

.news-detail-layout {


  grid-template-columns: 4.7rem minmax(0, 1fr);
  column-gap: 0.6rem;
  margin-top: 1.05rem;
}

.news-detail-aside {


  width: 4.7rem;
}

.news-detail-summary h2 {


  color: #686868;
}

.news-detail-toc {


  margin-top: 0.28rem;
  padding-left: 0.18rem;
  border-left: 0.02rem solid #777777;
}

.news-detail-toc h3 {


  display: none;
}

.news-detail-toc a {


  color: #666666;
}

.news-detail-toc a:hover,
.news-detail-toc a.active {


  color: #1219b5;
}

@media screen and (max-width: 1279px) {
  .news-detail-breadcrumb {


    margin-bottom: 0.22rem;
    font-size: var(--font-size-14);
  }

  .news-detail-layout {


    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .news-detail-aside {


    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-breadcrumb {


    gap: 0.06rem;
    margin-bottom: 0.18rem;
    font-size: var(--font-size-12);
  }

  .news-detail-head h1 {


    font-size: var(--font-size-30);
  }

  .news-detail-head time {


    margin-top: 0.18rem;
    font-size: var(--font-size-14);
  }
}

@media screen and (min-width: 1280px) {
  .news-detail-layout {


    grid-template-columns: minmax(0, 1fr) 4.7rem;
    column-gap: 0.6rem;
  }

  .news-detail-article {


    grid-column: 1;
    grid-row: 1;
  }

  .news-detail-aside {


    grid-column: 2;
    grid-row: 1;
  }
}

.news-detail-summary h2,
.news-detail-rel strong {


  color: #686868;
}

@media screen and (min-width: 1280px) {
  .news-detail-layout {


    column-gap: 1.6rem;
  }
}

.news-detail-rel-img {


  border-radius: 0.1rem;
  overflow: hidden;
}

.news-detail-rel strong {


  transition: color 320ms ease;
  -webkit-transition: color 320ms ease;
}

.news-detail-rel:hover strong,
.news-detail-rel:focus strong {


  color: #1219b5;
}

@media screen and (max-width: 767px) {
  .news-detail-layout {


    display: flex;
    flex-direction: column;
  }

  .news-detail-article {


    order: 1;
  }

  .news-detail-aside {


    order: 2;
    margin-top: 0.52rem;
  }

  .news-detail-summary {


    display: none;
  }

  .news-detail-pager {


    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (max-width: 1279px) {
  .news-detail-layout {


    display: flex;
    flex-direction: column;
  }

  .news-detail-aside {


    display: contents;
    width: auto;
    position: static;
  }

  .news-detail-summary {


    display: block;
    order: 1;
    margin-bottom: 0.44rem;
  }

  .news-detail-summary h2 {


    color: #686868;
  }

  .news-detail-toc {


    display: block;
  }

  .news-detail-article {


    order: 2;
  }

  .news-detail-pager {


    order: 3;
    margin-top: 0.62rem;
    padding-top: 0.32rem;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .news-detail-layout {


    display: flex;
    flex-direction: column;
  }

  .news-detail-aside {


    display: contents;
  }

  .news-detail-summary {


    display: block;
    order: 1;
    margin-bottom: 0.36rem;
  }

  .news-detail-article {


    order: 2;
  }

  .news-detail-pager {


    order: 3;
    margin-top: 0.48rem;
    padding-top: 0.28rem;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.15);
  }
}

#baguetteBox-overlay {


  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {


  opacity: 1;
}

#baguetteBox-overlay .full-image {


  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {


  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {


  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {


  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: var(--font-size-30);
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {


  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {


  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {


  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {


  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {


    margin-left: 0;
  }

  50% {


    margin-left: -30px;
  }

  100% {


    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {


    margin-left: 0;
  }

  50% {


    margin-left: -30px;
  }

  100% {


    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {


    margin-left: 0;
  }

  50% {


    margin-left: 30px;
  }

  100% {


    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {


    margin-left: 0;
  }

  50% {


    margin-left: 30px;
  }

  100% {


    margin-left: 0;
  }
}

.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {


  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {


  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {


  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {


  right: 2%;
}

.baguetteBox-button#previous-button {


  left: 2%;
}

.baguetteBox-button#close-button {


  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {


  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {


  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {


  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {


  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {

  0%,
  100% {


    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {


    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {


    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  50% {


    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: background 400ms ease, visibility 400ms ease;
  -webkit-transition: background 400ms ease, visibility 400ms ease;
}

.search-overlay.is-open {


  background: rgba(0, 0, 0, 0.72);
  visibility: visible;
  pointer-events: auto;
}

.search-panel {


  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  padding: 1.2rem 0.4rem 0.6rem;
  transform: translateY(-0.6rem);
  opacity: 0;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms ease;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms ease;
}

.search-overlay.is-open .search-panel {


  transform: translateY(0);
  opacity: 1;
  transition-delay: 100ms;
}

.search-close {


  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 0.44rem;
  height: 0.44rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
}

.search-close::before,
.search-close::after {


  content: "";
  position: absolute;
  width: 0.22rem;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.01rem;
}

.search-close::before {


  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.search-close::after {


  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.search-close:hover {


  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.search-form {


  display: flex;
  align-items: center;
  gap: 0.16rem;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.2rem;
  transition: border-color 300ms ease;
  -webkit-transition: border-color 300ms ease;
}

.search-form:focus-within {


  border-bottom-color: #fff;
}

.search-form-icon {


  flex: 0 0 auto;
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-icon svg {


  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.search-input {


  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: var(--font-size-24);
  font-family: var(--font-regular);
  outline: none;
  padding: 0.08rem 0;
}

.search-input::placeholder {


  color: rgba(255, 255, 255, 0.4);
}

.search-submit {


  flex: 0 0 auto;
  padding: 0.08rem 0.28rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.06rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-14);
  font-family: var(--font-regular);
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.search-submit:hover {


  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.search-hint {


  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--font-size-12);
}

.search-results {


  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0 0.4rem;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.search-results::-webkit-scrollbar {


  width: 0.04rem;
}

.search-results::-webkit-scrollbar-track {


  background: transparent;
}

.search-results::-webkit-scrollbar-thumb {


  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.04rem;
}

.search-suggestions {


  margin-top: 0.4rem;
}

.search-suggestions-label {


  color: rgba(255, 255, 255, 0.4);
  font-size: var(--font-size-14);
  margin-bottom: 0.18rem;
}

.search-suggestion-tags {


  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
}

.search-suggestion-tag {


  padding: 0.06rem 0.2rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--font-size-14);
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.search-suggestion-tag:hover {


  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.search-results-list {


  margin-top: 0.3rem;
}

.search-result-item {


  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.18rem 0.12rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: background 250ms ease, padding 250ms ease;
  -webkit-transition: background 250ms ease, padding 250ms ease;
}

.search-result-item:hover {


  background: rgba(255, 255, 255, 0.06);
  padding-left: 0.2rem;
  color: #fff;
}

.search-result-item img {


  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.52rem;
  object-fit: cover;
  border-radius: 0.06rem;
}

.search-result-body {


  flex: 1;
  min-width: 0;
}

.search-result-title {


  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-desc {


  margin-top: 0.04rem;
  font-size: var(--font-size-12);
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-arrow {


  flex: 0 0 auto;
  width: 0.16rem;
  height: 0.16rem;
  opacity: 0.4;
  transition: opacity 250ms ease, transform 250ms ease;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
}

.search-result-item:hover .search-result-arrow {


  opacity: 1;
  transform: translateX(0.04rem);
  -webkit-transform: translateX(0.04rem);
}

.search-result-arrow svg {


  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-no-result {


  padding: 0.4rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--font-size-14);
}

.search-result-count {


  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: var(--font-size-12);
}

body.search-open {


  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .search-panel {


    padding: 1rem 0.24rem 0.4rem;
  }

  .search-close {


    right: 0.2rem;
    top: 0.2rem;
  }

  .search-input {


    font-size: var(--font-size-18);
  }

  .search-results {


    padding: 0 0.24rem;
  }

  .search-result-item img {


    width: 0.6rem;
    height: 0.44rem;
  }
}

.error-msg {


  color: red;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  opacity: 1;
  text-align: left;
  padding-left: 0px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
  display: none !important;
}

.error-msg a {


  -moz-transition: 0s;
  transition: 0s;
  text-decoration: underline;
  color: red;
}

.input-error {


  border: 1px solid red !important;
}

input:invalid:focus+.error-msg,
textarea:invalid:focus+.error-msg {


  visibility: visible;
}

.input-error {


  border: 1px solid red !important;
}

.news-feature-link {


  position: relative;
  display: block;
  border-radius: 0.18rem;
  overflow: hidden;
  aspect-ratio: 1420/540;
}

.news-feature-link img {


  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature-link:hover>img {


  transform: scale(1.05);
}

.newslistswiper .swiper-pagination {


  position: unset;
  margin-top: 0.2rem;
}

.newslistswiper .swiper-pagination .swiper-pagination-bullet {


  width: max(0.18rem, 18px);
  height: max(0.18rem, 18px);
}

.swiper-pagination .swiper-pagination-bullet-active {


  background-color: rgb(206, 15, 84);
}

.news-top-kk {


  position: absolute;
  left: 0.58rem;
  top: 0.62rem;
  right: 0.58rem;
  bottom: 0.58rem;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.news-top-title {


  color: #fff;
  font-size: 0.6rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: var(--font-bold);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-tio-text {


  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.2rem;
}

.news-top-kk time {


  font-size: var(--font-size-22);
  line-height: 1;
  color: #fff;
}

@media screen and (max-width:991px) {
  .news-top-title {


    font-size: 20px;
  }

  .news-tio-text {


    font-size: 12px;
  }

  .news-top-kk time {


    font-size: 12px;
  }

  .news-feature-link {


    aspect-ratio: 2/1;
  }

  .news-top-kk {


    left: 0.24rem;
    top: 0.24rem;
    bottom: 0.24rem;
    right: 0.24rem;
  }
}

@media screen and (max-width:768px) {
  .news-feature-link {


    aspect-ratio: 1/0.8;
  }
}

*[id] {


  scroll-margin-top: 100px;
}

.aboutzhengshuswiper.swiper {


  width: 100%;
  padding-bottom: 0.6rem;
}

.aboutzhengshuswiper .swiper-slide {


  display: flex;
  flex-direction: column;
  gap: 30px;
}

.aboutzhengshuswiper .swiper-pagination {


  z-index: 1;
  margin: 0px;
  bottom: 0px;
}

.aboutzhengshuswiper .swiper-pagination .swiper-pagination-bullet {


  width: max(0.14rem, 10px);
  height: max(0.14rem, 10px);
  background-color: #ce0f54;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.aboutzhengshuswiper .swiper-pagination .swiper-pagination-bullet-active {


  background-color: #ce0f54;
}

@media screen and (max-width:768px) {
  .aboutzhengshuswiper .swiper-slide {


    gap: 10px;
  }
}

