html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 5.208vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 0.14rem;
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* Hero Banner */
.hero {
  height: 10.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 0;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 12rem;
  padding: 2.4rem 0.4rem 0;
  margin: 0 auto;
}

.hero-sunto {
  font-family: "Arial Bold MT", "Arial Black", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: transparent;
  -webkit-text-stroke: 0.02rem #cadce8;
  text-stroke: 0.02rem #cadce8;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.hero-sunto-auout {
  font-family: "Arial Bold MT", "Arial Black", Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: transparent;
  -webkit-text-stroke: 0.02rem #dbf0fe;
  text-stroke: 0.02rem #dbf0fe;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-sunto-auout .first-letter {
  font-size: 1.5em;
}

.hero-tagline {
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0.45rem;
  opacity: 0.95;
  text-transform: capitalize;
}

.hero-btn {
  display: inline-block;
  width: 2.07rem;
  height: 0.63rem;
  line-height: 0.63rem;
  text-align: center;
  background: transparent;
  border: 0.01rem solid #2c60e2;
  text-decoration: none;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
}

.hero-btn a {
  color: #2c60e2;
}

.hero-btn:hover {
  background: #2c60e2;
}

.hero-btn:hover a {
  color: #fff;
}

/* Building Section */
.building-section {
  width: 100%;
  height: 10.8rem;
  position: relative;
}

.building-section-about {
  width: 100%;
  min-height: 9rem;
  position: relative;
  background-color: #e8f3fc;
}

.building-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* min-height: 900px; */
  object-fit: cover;
  z-index: 0;
  object-position: center;
}

.building-content {
  position: relative;
  z-index: 1;
  padding-left: 0.7rem;
  padding-top: 3rem;
}

.building-content-about {
  position: relative;
  z-index: 1;
  padding-left: 0.7rem;
  padding-top: 0.35rem;
}

.building-right-image {
  position: absolute;
  right: 0.7rem;
  top: 0.05rem;
  width: 6rem;
  height: auto;
}

/* Development History Section */
.development-history-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0.4rem 0.7rem;
  overflow: hidden;
}

.development-history-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.development-history-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.development-history-title {
  font-size: 0.3576rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-left: 0.15rem;
  padding-top: 0.1rem;
}

.scroll-hint {
  font-size: 0.16rem;
  color: #ffffff;
  opacity: 0.8;
}

.development-history-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.development-history-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.01rem;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
}

.timeline-left {
  flex: 1;
  text-align: right;
  padding-right: 0.3rem;
}

.timeline-center {
  flex: 0 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.timeline-dot {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  margin: 0.15rem 0;
}

.timeline-right {
  flex: 1;
  text-align: left;
  padding-left: 0.3rem;
}

.timeline-year {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.timeline-year.highlight {
  color: #2c60e2;
  font-size: 0.36rem;
}

.timeline-content {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 1.6;
}

.timeline-description {
  width: 100%;
  margin-bottom: 0.05rem;
}

.timeline-description:last-child {
  margin-bottom: 0;
}

/* Background Wrapper Section */
.bg-wrapper-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Corporate Honors Section */
.corporate-honors-section {
  width: 100%;
  padding: 0.4rem 0.7rem;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.corporate-honors-header {
  text-align: center;
  margin-bottom: 0.3rem;
}

.corporate-honors-title {
  font-size: 0.24rem;
  color: #2c60e2;
  font-weight: bold;
  position: relative;
  padding-left: 0.2rem;
  padding-top: 0.08rem;
  display: inline-block;
}

.corporate-honors-title .title-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.3rem;
  width: auto;
  z-index: 1;
}

.honors-top-row {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.6rem;
}

.honor-card {
  max-width: 5.57rem;
  width: 4.8rem;
  height: 3.7rem;
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.honors-bottom-row {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.honors-text {
  flex: 0 0 35%;
  padding-top: 0.2rem;
}

.honors-text-title {
  font-size: 0.26rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.15rem;
  line-height: 1.4;
}

.honors-text-desc {
  font-size: 0.12rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

.honors-nav {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.honors-nav::after {
  content: "";
  flex: 1;
  height: 0.01rem;
  background-color: #e0e0e0;
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}

.honors-nav-btn {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
  flex-shrink: 0;
}

.honors-nav-btn.active {
  background-color: #2c60e2;
}

.honors-nav-btn img {
  width: 0.15rem;
  height: 0.15rem;
}

.honors-carousel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  gap: 0.2rem;
  min-height: 4rem;
}

.carousel-item {
  flex: 0 0 auto;
  border-radius: 0.05rem;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
}

.carousel-item.active {
  display: block;
  opacity: 1;
  z-index: 3;
  width: 2.8rem;
  padding: 0.15rem;
  transform: scale(1.05);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.4);
  right: 5.2rem;
  pointer-events: auto;
}

.carousel-item.next {
  display: block;
  opacity: 0.85;
  z-index: 2;
  width: 2rem;
  padding: 0.1rem;
  transform: scale(0.95);
  box-shadow: 0 0.08rem 0.32rem rgba(0, 0, 0, 0.15);
  right: 2.2rem;
  pointer-events: auto;
}

.carousel-item.prev {
  display: block;
  opacity: 0.7;
  z-index: 1;
  width: 2rem;
  padding: 0.1rem;
  transform: scale(0.95);
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.1);
  right: 0;
  pointer-events: auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.building-title {
  font-size: 0.36rem;
  color: #2c60e2;
  font-weight: bold;
  position: relative;
  padding-left: 0.15rem;
  padding-top: 0.1rem;
}

.title-icon {
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.4rem;
  width: auto;
  z-index: 1;
}

.building-text {
  max-width: 6.3rem;
}

.building-text-about {
  max-width: 7.4rem;
}

.building-text .building-texts {
  font-size: 0.36rem;
  font-weight: bold;
  color: #262728;
  margin-top: 0.48rem;
  margin-bottom: 0.2rem;
}

.building-text-about p:first-child {
  font-size: 0.36rem;
  font-weight: bold;
  color: #262728;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.building-text .building-desc {
  font-size: 0.2rem;
  color: #666666;
  line-height: 1.8;
}

.building-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.3rem;
  padding: 0.15rem 0.4rem;
  background-color: #2c60e2;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  font-weight: 600;
  transition: all 0.3s;
}

.building-btn:hover {
  transform: scale(1.02);
  color: #fff;
}

.arrow-icon {
  height: 0.18rem;
  width: auto;
}

/* Stats Grid */
.stats-grid {
  position: absolute;
  right: 0.8rem;
  top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 4rem);
  gap: 0.2rem;
  width: auto;
}

.stat-item {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 0.2rem;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  width: 4rem;
  height: 2.6rem;
  cursor: pointer;
  transition: all 0.5s ease !important;
  transform-origin: center center;
  position: relative;
  z-index: 1;
}

.stat-item:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0.15rem 0.4rem rgba(44, 96, 226, 0.25) !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.stat-icon-wrapper {
  flex-shrink: 0;
}

.stat-icon {
  width: 0.51rem;
  height: 0.49rem;
}

.stat-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.stat-content {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
}

.stat-number {
  font-size: 0.6rem;
  font-weight: bold;
  color: #2c60e2;
  line-height: 1;
}

.stat-label {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}

.stat-desc {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.05rem;
}

/* Stats Grid about */
.stats-grid-about {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 3.6rem);
  gap: 0.2rem;
  width: auto;
  margin-top: 0.3rem;
}

.stat-item-about {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 0.2rem;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  width: 3.6rem;
  height: 2.3rem;
}

.stat-icon-wrapper-about {
  flex-shrink: 0;
}

.stat-icon-about {
  width: 0.51rem;
  height: 0.49rem;
}

.stat-info-about {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.stat-content-about {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
}

.stat-number-about {
  font-size: 0.6rem;
  font-weight: bold;
  color: #2c60e2;
  line-height: 1;
}

.stat-label-about {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}

.stat-desc-about {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.05rem;
}

/* Solution Section */
.solution-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.solution-bg {
  display: none;
}

.solution-content {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0;
}

.solution-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 0.4rem; */
}

.solution-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding-top: 0.5rem;
  padding-left: 0.8rem;
}

.solution-building-content {
  padding-top: 1.3rem;
  padding-left: 1rem;
  padding-bottom: 1.3rem;
}

.solution-footer-content {
  padding-top: 1.5rem;
  align-self: flex-start;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.product-card {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
  gap: 0.95rem;
  border-radius: 0.2rem;
  background: linear-gradient(135deg,
      rgba(232, 240, 254, 0.8) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  margin-top: 0.9rem;
  height: 7.2rem;
}

.product-cardtype .product-card:nth-child(2n) {
  flex-direction: row-reverse;
  gap: 2.7rem;
}

.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.68rem;
  height: 5.87rem;
}

.product-image2 {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}

.product-image img:first-child {
  width: auto;
  height: 4rem;
  position: relative;
  z-index: 2;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-image:hover img:first-child {
  transform: scale(1.05);
}

.product-image2 img:first-child {
  width: 3.8rem;
  height: 3.9rem;
  border-radius: 0.12rem;
  position: relative;
  z-index: 2;
  object-fit: contain;
  transition: transform 0.3s ease;
  margin-right: 1.7rem;
}

.product-image2:hover img:first-child {
  transform: scale(1.15);
}

.product-bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  border-radius: 0.12rem;
}

.product-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: none;
  width: 7.2rem;
  height: 4.7rem;
  z-index: 1;
  object-fit: cover;
  border-radius: 0.12rem;
}

.product-content {
  width: 4.89rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-learn-more {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.learn-more-btn {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.3rem;
  border: 0.01rem solid #2c60e2;
  background: #fff;
  color: #2c60e2;
  font-size: 0.16rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
}

.learn-more-btn:hover {
  background: #1a4fc0;
  color: white;
}

.learn-more-btn img {
  height: 0.16rem;
  width: auto;
}

.learn-more-btn:hover img {
  filter: brightness(0) invert(1);
}

.product-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}

.product-description {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

.product-btn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #2c60e2;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
}

.product-btn:hover {
  background: #1a4bc0;
}

.product-btn img {
  height: 0.16rem;
  width: auto;
}

.solution-icon {
  height: 0.4rem;
  width: auto;
}

.solution-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #2c60e2;
}

.solution-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  width: 2rem;
  height: 0.6rem;
  border: 0.01rem solid #2c60e2;
  border-radius: 0.3rem;
  background: transparent;
  color: #2c60e2;
  font-size: 0.18rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 1rem;
}

.solution-btn:hover {
  background: #2c60e2;
  color: #fff;
  transform: scale(1.05);
}

.solution-btn img {
  height: 0.16rem;
  width: auto;
  transition: all 0.3s ease;
}

.solution-btn:hover img {
  filter: brightness(0) invert(1);
}

.solution-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}

.solution-subtitle {
  font-size: 0.24rem;
  font-weight: bold;
  color: #262728;
  margin-bottom: 0.3rem;
  text-align: left;
}

.solution-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 5.5rem;
  overflow: visible;
}

.solution-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-slide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.solution-slide img {
  width: 100%;
  height: 4.2rem;
  object-fit: cover;
  border-radius: 0.2rem;
  transition: transform 0.3s ease;
}

.solution-slide:hover img {
  transform: scale(1.03);
}

.solution-slide.left {
  opacity: 0.6;
  visibility: visible;
  left: -9%;
  width: 33.5%;
}

.solution-slide.active {
  opacity: 1;
  visibility: visible;
  left: 27.5%;
  width: 45%;
}

.solution-slide.active img {
  height: 5.1rem;
}

.solution-slide.right {
  opacity: 0.6;
  visibility: visible;
  right: -9%;
  width: 33.5%;
}

.solution-image-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
  text-align: left;
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 1;
  width: auto;
  left: 27.5%;
  top: -0.6rem;
}

.solution-prev,
.solution-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.solution-prev {
  left: calc(27.5% - 0.5rem);
  background: #d0d0d0;
}

.solution-prev:hover {
  background: #2c60e2;
}

.solution-next {
  left: calc(72.5% - 0.5rem);
  background: #d0d0d0;
}

.solution-next:hover {
  background: #2c60e2;
}

.solution-prev img,
.solution-next img {
  width: 0.16rem;
  height: auto;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .nav-links {
    gap: 0.2rem;
  }

  .hero-sunto {
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
  }

  .building-content {
    padding-left: 0.5rem;
    padding-top: 1.5rem;
  }

  .building-title {
    font-size: 0.25rem;
  }
}

@media (max-width: 992px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 13.333333vw;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.95);
    padding: 0.3rem;
    flex-direction: column;
    gap: 0.15rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    color: #fff;
  }

  .qa-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    height: 8.6rem;
  }

  .hero-sunto {
    font-size: 0.7rem;
    letter-spacing: 0.12rem;
  }

  .hero-tagline {
    font-size: 0.15rem;
    letter-spacing: 0.05rem;
  }

  .building-section {
    min-height: auto;
    padding-bottom: 0.4rem;
  }

  .building-content {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.8rem;
  }

  .building-title {
    font-size: 0.2rem;
  }

  .title-icon {
    height: 0.3rem;
  }

  .stats-grid {
    position: static !important;
    grid-template-columns: 1fr;
    gap: 0.15rem;
    padding: 0.3rem;
    width: 100%;
    margin-top: 0.3rem;
    display: grid !important;
    z-index: 2;
    right: auto !important;
    top: auto !important;
  }

  .stat-item {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    position: relative;
    z-index: 2;
    flex-direction: row !important;
    align-items: center;
    gap: 0.15rem;
  }

  .stat-icon-wrapper {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }

  .stat-info {
    flex: 1;
    position: relative;
    z-index: 2;
  }

  .stat-content {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: baseline;
  }

  .stat-number {
    font-size: 0.4rem !important;
    position: relative;
    z-index: 2;
    color: #2c60e2 !important;
  }

  .stat-label {
    font-size: 0.18rem !important;
    position: relative;
    z-index: 2;
    color: #333 !important;
  }

  .stat-desc {
    font-size: 0.14rem !important;
    position: relative;
    z-index: 2;
    color: #666 !important;
  }

  .global-business-section {
    padding: 0 0.2rem 0 0.2rem !important;
    margin: 0.5rem auto !important;
  }

  .global-business-container {
    display: flex;
    align-items: center;
    /* gap: 0.4rem; */
    /* max-width: 100%; */
    /* margin: 2.5rem auto; */
    flex-wrap: wrap;
    justify-content: center;
  }

  .global-business-left {
    /* flex: 1; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .global-business-desc {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.2rem;
    width: 100% !important;
    text-align: center;
  }

  .country-list {
    display: flex;
    flex-direction: row !important;
    gap: 0.15rem;
    justify-content: center !important;
  }

  .global-business-map {
    flex: none !important;
    width: 100%;
    position: relative;
    height: 6.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 480px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }

  .header-container {
    padding: 0 0.2rem;
  }

  .hero-sunto {
    font-size: 0.45rem;
    letter-spacing: 0.08rem;
  }

  .hero-tagline {
    font-size: 0.12rem;
    letter-spacing: 0.03rem;
  }

  .building-section {
    min-height: auto;
    background-size: cover;
    padding-bottom: 0.3rem;
  }

  .building-content {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.6rem;
  }

  .building-title {
    font-size: 0.18rem;
    flex-wrap: wrap;
  }

  .title-icon {
    height: 0.25rem;
  }

  .building-text p:first-child {
    font-size: 0.16rem;
  }

  .building-text p:last-child {
    font-size: 0.12rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 0.1rem;
    padding: 0.2rem;
    margin-top: 0.2rem;
    display: grid !important;
    position: static !important;
    z-index: 2;
    right: auto !important;
    top: auto !important;
  }

  .stat-item {
    padding: 0.3rem;
    height: auto;
    position: relative;
    z-index: 2;
    flex-direction: row !important;
    align-items: center;
    gap: 0.1rem;
  }

  .stat-icon-wrapper {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }

  .stat-info {
    flex: 1;
    position: relative;
    z-index: 2;
  }

  .stat-content {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: baseline;
  }

  .stat-number {
    font-size: 0.3rem !important;
    position: relative;
    z-index: 2;
    color: #2c60e2 !important;
  }

  .stat-label {
    font-size: 0.15rem !important;
    position: relative;
    z-index: 2;
    color: #333 !important;
  }

  .stat-desc {
    font-size: 0.12rem !important;
    position: relative;
    z-index: 2;
    color: #666 !important;
  }

  .stat-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}

/* SUNTO Solution 响应式 */
@media (max-width: 992px) {
  .solution-header {
    margin-bottom: 0.3rem;
    padding: 0 0.2rem;
    gap: 0.15rem;
  }

  .solution-building-content {
    padding-left: 0;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .solution-title-wrapper {
    padding-top: 0.6rem;
    padding-left: 0;
  }

  .solution-title-wrapper .building-title {
    font-size: 0.2rem;
  }

  .solution-btn {
    margin-right: 0;
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
}

@media (max-width: 480px) {
  .solution-header {
    padding: 0 0.2rem;
    gap: 0.1rem;
  }

  .solution-building-content {
    padding-left: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .solution-title-wrapper {
    padding-top: 0.4rem;
  }

  .solution-title-wrapper .building-title {
    font-size: 0.18rem;
  }

  .solution-btn {
    padding: 0.08rem 0.16rem;
    font-size: 0.12rem;
  }
}

/* 产品卡片响应式 */
@media (max-width: 992px) {
  .product-card {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.4rem 0.3rem;
    margin-top: 0.4rem;
    height: auto;
  }

  .product-image {
    width: 100%;
  }

  .product-image img:first-child {
    width: 100%;
    height: auto;
    max-height: 3rem;
    transform: none;
  }

  .product-bg {
    display: none;
  }

  .product-content {
    width: 100%;
    text-align: center;
  }

  .product-title {
    font-size: 0.48rem;
    line-height: 1.2;
  }

  .product-description {
    font-size: 0.2rem;
  }

  .product-btn {
    align-self: center;
    font-size: 0.1799rem;
  }

  .bottom-learn-more {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .learn-more-btn {
    padding: 0.12rem 0.3rem;
    font-size: 0.18rem;
  }
}

@media (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }

  .solution-footer-content {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .product-card {
    flex-direction: column;
    padding: 0.25rem;
    margin: 0.25rem 0;
    gap: 0.25rem;
    background: linear-gradient(135deg,
        rgba(232, 240, 254, 0.9) 0%,
        rgba(255, 255, 255, 0.5) 100%);
    border-radius: 0.2rem;
    height: auto;
  }

  .product-cardtype .product-card:nth-child(2n) {
    flex-direction: column;
    gap: 0.25rem;
  }

  .product-cardtype {
    padding: 0 0.2rem;
  }

  .product-image {
    width: 100%;
    height: auto;
  }

  .product-image img:first-child {
    width: 100%;
    height: auto;
    max-height: 4rem;
    transform: none;
  }

  .product-bg {
    display: none;
  }

  .product-content {
    width: 100%;
    text-align: center;
  }

  .product-title {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
    line-height: 1.4;
  }

  .product-description {
    font-size: 0.13rem;
    line-height: 1.6;
    margin-bottom: 0.18rem;
  }

  .product-btn {
    padding: 0.12rem 0.35rem;
    font-size: 0.15rem;
    background: #2c60e2;
    color: white;
    border: none;
    border-radius: 0.3rem;
    align-self: center;
  }

  .product-btn img {
    filter: brightness(0) invert(1);
  }

  .solution-slide.left,
  .solution-slide.right {
    display: none;
  }

  .solution-slide.active {
    left: 5%;
    width: 90%;
  }

  .solution-image-title {
    font-size: 0.2rem;
    left: 5%;
    top: -0.3rem;
  }

  .solution-carousel-wrapper {
    height: 4.5rem;
  }

  .solution-slide.active img {
    height: 3.7rem;
  }

  .solution-slide img {
    height: 3.5rem;
  }

  .solution-prev,
  .solution-next {
    width: 0.45rem;
    height: 0.45rem;
  }

  .solution-prev {
    left: 0;
  }

  .solution-next {
    left: calc(100% - 0.45rem);
  }
}

@media (max-width: 480px) {
  .product-card {
    flex-direction: column;
    padding: 0.2rem;
    margin: 0.2rem 0;
    gap: 0.2rem;
    background: linear-gradient(135deg,
        rgba(232, 240, 254, 0.9) 0%,
        rgba(255, 255, 255, 0.5) 100%);
    border-radius: 0.2rem;
    height: auto;
  }

  .product-cardtype .product-card:nth-child(2n) {
    flex-direction: column;
    gap: 0.2rem;
  }

  .product-cardtype {
    padding: 0 0.2rem;
  }

  .product-image {
    width: 100%;
    height: auto;
  }

  .product-image img:first-child {
    width: 100%;
    height: auto;
    max-height: 3.5rem;
    transform: none;
  }

  .product-bg {
    display: none;
  }

  .product-content {
    width: 100%;
    text-align: center;
  }

  .product-title {
    font-size: 0.18rem;
    margin-bottom: 0.12rem;
    line-height: 1.4;
  }

  .product-description {
    font-size: 0.12rem;
    line-height: 1.6;
    margin-bottom: 0.15rem;
  }

  .product-btn {
    padding: 0.12rem 0.35rem;
    font-size: 0.14rem;
    background: #2c60e2;
    color: white;
    border: none;
    border-radius: 0.3rem;
    align-self: center;
  }

  .product-btn img {
    filter: brightness(0) invert(1);
  }

  .bottom-learn-more {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .learn-more-btn {
    padding: 0.1rem 0.25rem;
    font-size: 0.13rem;
  }

  .solution-carousel-wrapper {
    height: 4rem;
  }

  .solution-slide.active img {
    height: 3.2rem;
  }

  .solution-slide img {
    height: 3rem;
  }

  .solution-image-title {
    font-size: 0.16rem;
    top: -0.25rem;
  }
}

/* 客户Logo滚动区域 */
.clients-scroll {
  overflow: hidden;
  margin-top: 1rem;
}

.clients-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.client-item {
  flex-shrink: 0;
  padding: 0 0.2rem;
  opacity: 1;
}

.client-item img {
  width: auto;
  height: 0.9rem;
  object-fit: contain;
  filter: none;
  box-shadow: none;
}

/* 客户Logo响应式 */
@media (max-width: 992px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }

  .clients-scroll {
    margin-top: 0.3rem;
    padding: 0.15rem 0;
    transform: translateZ(0);
  }

  .client-item {
    padding: 0 0.15rem;
    transform: translateZ(0);
  }

  .client-item img {
    height: 0.3rem;
    transform: translateZ(0);
  }

  .solution-carousel-wrapper {
    transform: translateZ(0);
  }

  .solution-slide {
    transform: translateZ(0);
  }

  .news-carousel {
    transform: translateZ(0);
  }
}

@media (max-width: 480px) {
  .clients-scroll {
    margin-top: 0.2rem;
    padding: 0.1rem 0;
    transform: translateZ(0);
  }

  .client-item {
    padding: 0 0.1rem;
    transform: translateZ(0);
  }

  .client-item img {
    height: 0.25rem;
    transform: translateZ(0);
  }

  .solution-carousel-wrapper {
    transform: translateZ(0);
  }

  .solution-slide {
    transform: translateZ(0);
  }

  .news-carousel {
    transform: translateZ(0);
  }
}

/* 服务区域 */
.service-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-top: 0.8rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  width: calc(100% + 1.6rem);
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  z-index: 0;
}

.service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-header {
  margin-bottom: 0.6rem;
  padding-top: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
}

.service-title {
  font-size: 0.36rem;
  color: #2c60e2;
  font-weight: bold;
  position: relative;
  padding-left: 0.15rem;
  padding-top: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.service-title .title-icon {
  height: 0.45rem;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  padding-top: 0;
  padding-left: 0.6rem;
  padding-right: 0.8rem;
  padding-bottom: 1rem;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 0.2rem 0.2rem;
  height: 2rem;
  background: rgba(239, 239, 239, 0.8);
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-icon-wrapper {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.service-icon-wrapper img {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
}

.service-icon-wrappers {
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.service-icon-wrappers img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}

.service-card:hover {
  transform: translateY(-0.05rem);
}

.service-card:hover .service-icon-wrapper {
  display: none !important;
}

.service-card:hover .service-icon-wrappers {
  display: flex !important;
}

.service-name {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
}

.service-arrow {
  font-size: 0.2rem;
  color: #2c60e2;
  font-weight: bold;
}

/* 服务区域响应式 */
@media (max-width: 992px) {
  .service-content {
    padding: 0.5rem 0.3rem;
    max-width: 9.75rem;
    margin: 0 auto;
  }

  .service-title {
    font-size: 0.25rem;
    text-align: center;
  }

  .service-title .title-icon {
    height: 0.35rem;
  }

  .service-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
    max-width: 9.75rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-card {
    padding: 0.2rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
  }

  .service-icon-wrapper {
    width: 0.5rem;
    height: 0.5rem;
  }

  .service-icon-wrapper img {
    width: 0.25rem;
    height: 0.25rem;
  }

  .service-name {
    font-size: 0.17rem;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .service-content {
    padding: 0.4rem 0.25rem;
    max-width: 9rem;
    margin: 0 auto;
  }

  .service-title {
    font-size: 0.2rem;
    text-align: center;
  }

  .service-title .title-icon {
    height: 0.3rem;
  }

  .service-cards {
    grid-template-columns: 1fr;
    gap: 0.15rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 9rem;
    margin: 0 auto;
  }

  .service-card {
    padding: 0.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 2rem !important;
  }

  .service-icon-wrapper {
    width: 0.45rem;
    height: 0.45rem;
  }

  .service-icon-wrapper img {
    width: 0.2rem;
    height: 0.2rem;
  }

  .service-name {
    font-size: 0.3rem;
    justify-content: center;
  }

  .service-arrow {
    font-size: 0.16rem;
  }
}

/* 新闻区域 */
.News-type {
  position: relative;
  width: 100%;
}

.News-type .news_bjimg {
  width: 5rem;
  height: 11.5rem;
  position: absolute;
  top: 2rem;
  left: -1.8rem;
}

.news-section {
  padding-top: 0.8rem;
  position: relative;
  z-index: 1;
}

.news-content {
  width: 100%;
  padding: 0 0 0 1rem;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}

.news-title {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #2c60e2;
}

.news-title .title-icon {
  position: static;
  height: 0.4rem;
  margin-right: 0.1rem;
}

.news-tabs {
  display: flex;
  gap: 0.15rem;
}

.news-tab {
  padding: 0.18rem 0.25rem;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0.02rem solid #2c60e2;
  background: transparent;
  color: #2c60e2;
}

.news-tab.active {
  background: #2c60e2;
  color: #fff;
  border-color: #2c60e2;
}

.news-tab:hover {
  opacity: 0.9;
}

/* 新闻轮播 */
.news-carousel {
  margin-top: 0.4rem;
}

.news-carousel-indicator {
  text-align: right;
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  padding-right: 1rem;
}

.current-page {
  color: #2c60e2;
}

.page-separator {
  color: #666666;
}

.news-cards {
  display: flex;
  gap: 0.2rem;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

.news-cards-wrapper {
  display: flex;
  gap: 0.2rem;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-card {
  background: #f7f7f7;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: none;
  /* height: 420px; */
  width: calc(25% - 0.15rem);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.news-card .news-image {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}

.news-card .news-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.05);
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.15);
}

.news-card-content {
  padding: 0.5rem 0.6rem;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-date {
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.1rem;
}

.news-text {
  font-size: 0.24rem;
  color: #262728;
  line-height: 1.4;
  font-weight: bold;
}

.news-carousel-controls {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  justify-content: flex-end;
  padding-right: 1rem;
}

.carousel-prev,
.carousel-next {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 100;
  position: relative;
}

.carousel-prev {
  background: #d0d0d0;
  margin-right: 0.1rem;
}

.carousel-next {
  background: #d0d0d0;
  margin-right: 0.2rem;
}

.carousel-prev:hover,
.carousel-next:hover {
  opacity: 0.8;
  background: #2c60e2;
}

.carousel-prev img,
.carousel-next img {
  width: 0.16rem;
  height: 0.24rem;
}

/* .carousel-prev img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(90%) contrast(80%);
} */

/* .carousel-next img {
  filter: brightness(0) invert(1);
} */

.carousel-progress {
  width: 7.2rem;
  height: 0.01rem;
  position: relative;
  margin-right: 0.2rem;
  border-top: 0.02rem dashed #242626;
}

.news-learn-more {
  background: #2c60e2;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  justify-content: center;
  width: 2rem;
  height: 0.6rem;
}

.news-learn-more img {
  width: 0.15rem;
  height: 0.15rem;
  filter: brightness(0) invert(1);
}

.news-learn-more:hover {
  opacity: 0.9;
}

/* Global Business Section */
.global-business-section {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 0 1rem 0 1rem;
}

.global-business-container {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  margin: 2.5rem auto;
}

.global-business-left {
  /* flex: 1; */
}

.global-business-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2c60e2;
  margin-bottom: 0.15rem;
}

.global-business-desc {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
  width: 3.7rem;
}

.country-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.country-item {
  font-size: 0.18rem;
  color: #888;
  line-height: 0.48rem;
}

.global-business-map {
  flex: 2;
  position: relative;
  height: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-background-img {
  position: absolute;
  width: 10.03rem;
  height: 10.03rem;
  object-fit: contain;
  z-index: 1;
}

.world-map-img {
  position: absolute;
  width: 6.7rem;
  height: 6.7rem;
  object-fit: contain;
  z-index: 2;
}

.map-marker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  z-index: 3;
}

.map-marker img {
  width: 0.36rem;
  height: 0.4rem;
}

.map-marker span {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
}

.global-business-right {
  flex: 0 0 auto;
}

.show-all-btn {
  background: #2c60e2;
  color: #fff;
  border: none;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.15rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.05rem;
  transition: all 0.3s ease;
}

.show-all-btn:hover {
  background: #1a4fb5;
}

.show-all-btn img {
  width: 0.18rem;
  height: 0.18rem;
  filter: brightness(0) invert(1);
}

/* 合作伙伴展示区 */
.partners-section {
  width: 100%;
  padding: 0.6rem 0.8rem 0.2rem;
  background: linear-gradient(180deg, #f4fcfe 0%, #ffffff 100%);
  position: relative;
  z-index: 1;
}

.partners-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  border: none;
}

.partners-header {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.partners-title {
  font-size: 0.24rem;
  color: #2c60e2;
  font-weight: bold;
  position: relative;
  padding-left: 0.25rem;
  display: inline-block;
}

.partners-title .title-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.3rem;
  width: auto;
  z-index: 1;
}

.partners-container {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  position: relative;
  z-index: 1;
}

.partners-grid-wrapper {
  flex: 1;
  overflow: hidden;
  padding: 0 0.2rem;
  position: relative;
}

.partners-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  transition: transform 0.6s ease;
  position: relative;
}

.partners-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 0.2rem;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.partner-item {
  background: #ffffff;
  border-radius: 56rem;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.08rem 0.15rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  width: 2.08rem;
  height: 0.76rem;
}

.partner-item:hover {
  box-shadow: 0 0.12rem 0.48rem rgba(0, 0, 0, 0.12);
  transform: translateY(-0.04rem);
}

.partner-item img {
  max-width: 100%;
  max-height: 0.4rem;
  object-fit: contain;
}

.partners-nav-btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 2;
}

.prev-partner-btn {
  background: #efefef;
}

.next-partner-btn {
  background: #2c60e2;
}

.partners-nav-btn:hover {
  opacity: 0.9;
  box-shadow: 0 0.12rem 0.48rem rgba(0, 0, 0, 0.2);
}

.partners-nav-btn img {
  width: 0.15rem;
  height: 0.15rem;
}

.prev-partner-btn img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(80%);
}

.next-partner-btn img {
  filter: brightness(0) invert(1);
}

.partners-pagination {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-top: 0.4rem;
  position: relative;
  z-index: 1;
}

.pagination-dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot.active {
  background: #2c60e2;
  transform: scale(1.3);
}

/* 合作伙伴区域响应式 */
@media (max-width: 1200px) {
  .partners-section {
    padding: 0.5rem 0.4rem;
  }

  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .partners-section {
    padding: 0.4rem 0.3rem;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .partners-container {
    gap: 0.2rem;
  }

  .partners-nav-btn {
    width: 0.4rem;
    height: 0.4rem;
  }
}

@media (max-width: 480px) {
  .partners-section {
    padding: 0.3rem 0.2rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .partners-title {
    font-size: 0.2rem;
  }

  .partners-title .title-icon {
    height: 0.25rem;
  }
}

/* Vision Values Sentiment Section */
.vision-section {
  width: 100vw;
  padding: 0.6rem 0.8rem;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: 100vh;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.vision-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.vision-header {
  text-align: start;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
  padding-right: 0.4rem;
}

.vision-title {
  font-size: 0.4rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
}

.vision-title-icon {
  height: 0.4rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.vision-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  position: relative;
  z-index: 1;
}

.vision-card {
  border-radius: 0.2rem;
  padding: 0.4rem 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.02rem solid #fff;
  transition: all 0.3s ease;
  min-height: 3.5rem;
}

.vision-card:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-0.1rem);
  border-color: rgba(255, 255, 255, 0.5);
}

.vision-card-title {
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.vision-card:hover .vision-card-title {
  color: #000000;
}

.vision-card-text {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 1.8;
  white-space: pre-line;
  transition: color 0.3s ease;
}

.vision-card:hover .vision-card-text {
  color: #2c60e2;
}

/* Vision Section Responsive */
@media (max-width: 1200px) {
  .vision-section {
    padding: 0.5rem 0.4rem;
  }

  .vision-cards {
    gap: 0.2rem;
  }
}

@media (max-width: 992px) {
  .vision-section {
    padding: 0.4rem 0.3rem;
  }

  .vision-cards {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .vision-card {
    min-height: 2.5rem;
    padding: 0.3rem 0.2rem;
  }

  .news-learn-more {
    padding: 0.08rem 0.5rem;
    font-size: 0.24rem;
    border-radius: 0.4rem;
    gap: 0.12rem;
  }

  .news-learn-more img {
    width: 0.26rem;
    height: 0.26rem;
  }

  .hero-content {
    padding: 3rem 0.2rem 0 !important;
  }
}

@media (max-width: 480px) {
  .vision-section {
    padding: 0.3rem 0.2rem;
  }

  .vision-title {
    font-size: 0.2rem;
  }

  .vision-card-title {
    font-size: 0.22rem;
  }

  .vision-card-text {
    font-size: 0.14rem;
  }

  .news-learn-more {
    padding: 0.15rem 0.4rem;
    font-size: 0.22rem;
    border-radius: 0.35rem;
    gap: 0.1rem;
  }

  .news-learn-more img {
    width: 0.18rem;
    height: 0.18rem;
  }
}

/* R&D Center Section */
.rd-center-section {
  width: 100%;
  padding: 0.6rem 0.8rem;
  position: relative;
  z-index: 1;
}

.rd-center-header {
  text-align: center;
  margin-bottom: 0.4rem;
}

.rd-center-title {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.3rem;
  font-weight: 700;
  color: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.rd-center-logo {
  height: 0.4rem;
  width: auto;
}

.rd-center-cards {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.rd-center-card {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%);
  border-radius: 0.2rem;
  padding: 0.4rem;
}

.rd-center-card.reverse {
  flex-direction: row-reverse;
}

.rd-center-card-image {
  flex: 1;
  border-radius: 0.15rem;
  overflow: hidden;
}

.rd-center-card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.15rem;
}

.rd-center-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.rd-center-card-title {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.28rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

.rd-center-card-text {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  color: #475569;
  line-height: 1.8;
}

/* R&D Center Responsive */
@media (max-width: 1024px) {
  .rd-center-section {
    padding: 0.4rem 0.4rem;
  }

  .rd-center-card {
    flex-direction: column;
    gap: 0.2rem;
  }

  .rd-center-card.reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .rd-center-section {
    padding: 0.3rem 0.2rem;
  }

  .rd-center-title {
    font-size: 0.22rem;
  }

  .rd-center-card {
    padding: 0.2rem;
  }

  .rd-center-card-title {
    font-size: 0.2rem;
  }

  .rd-center-card-text {
    font-size: 0.14rem;
  }
}

/* Contact Section Responsive */
@media (max-width: 992px) {
  .contact-section-type {
    padding: 0 0.2rem;
  }

  .contact-section {
    flex-direction: column;
    padding: 0.4rem;
    margin-top: 0.5rem;
  }

  .contact-container {
    flex-direction: column;
    gap: 0.3rem;
  }

  .contact-title-col {
    padding-right: 0;
    text-align: center;
  }

  .contact-title {
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
  }

  .contact-arrow-col {
    flex: none;
    padding: 0.2rem 0;
  }

  .contact-arrow {
    width: 0.6rem;
  }

  .contact-form-col {
    padding-left: 0;
    width: 100%;
    gap: 0.2rem;
  }

  .form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
  }

  .form-row label {
    width: 100%;
    text-align: left !important;
    font-size: 0.16rem;
  }

  .form-row .form-input {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-section-type {
    padding: 0 0.15rem;
  }

  .contact-section {
    padding: 0.3rem;
    margin-top: 0.4rem;
  }

  .contact-title {
    font-size: 0.32rem;
  }

  .contact-arrow {
    width: 0.5rem;
  }

  .contact-form-col {
    gap: 0.15rem;
  }

  .form-row label {
    font-size: 0.14rem;
  }

  .form-row .form-input {
    height: 0.45rem;
    font-size: 0.14rem;
  }
}