.technical-redesign,
.technical-redesign * {
  box-sizing: border-box;
}

.technical-redesign {
  overflow: hidden;
  color: #333;
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.technical-redesign .technical-section-inner {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

.technical-redesign .technical-section-title {
  margin: 0;
  color: #363636;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.technical-redesign .technical-strength {
  padding: 120px 0 120px;
  background: #fff;
}

.technical-redesign .technical-strength-layout {
  display: grid;
  grid-template-columns: minmax(0, 706px) minmax(0, 700px);
  gap: 34px;
  margin-top: 31px;
}

.technical-redesign .technical-strength-image {
  height: 474px;
  overflow: hidden;
}

.technical-redesign .technical-strength-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technical-redesign .technical-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 18px;
}

.technical-redesign .technical-capability-item {
  min-width: 0;
  height: 220px;
  padding: 25px 19px 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 42, 60, .08);
}

.technical-redesign .technical-capability-item h3 {
  display: flex;
  align-items: baseline;
  min-width: 0;
  margin: 0 0 17px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
}

.technical-redesign .technical-capability-item h3 strong {
  flex: 0 0 auto;
  margin-right: 10px;
  color: #333;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.technical-redesign .technical-capability-item h3 span {
  min-width: 0;
}

.technical-redesign .technical-capability-item p {
  margin: 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}

.technical-redesign-en .technical-strength-image {
  height: 562px;
}

.technical-redesign-en .technical-capability-item {
  height: 264px;
  padding: 22px 20px 20px;
}

.technical-redesign-en .technical-capability-item h3 {
  align-items: flex-start;
  min-height: 48px;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.4;
  white-space: normal;
}

.technical-redesign-en .technical-capability-item h3 strong {
  margin-right: 11px;
  font-size: 34px;
}

.technical-redesign-en .technical-capability-item h3 span {
  padding-top: 3px;
  overflow-wrap: anywhere;
}

.technical-redesign-en .technical-capability-item p {
  font-size: 14.5px;
  line-height: 1.65;
  text-align: left;
}

.technical-redesign .technical-lab {
  position: relative;
  padding: 120px 0 104px;
  overflow: hidden;
  background: #f7f8f9;
}

.technical-redesign .technical-lab::after {
  position: absolute;
  bottom: -125px;
  left: -110px;
  width: 760px;
  height: 230px;
  background: rgba(255, 255, 255, .68);
  content: "";
  transform: rotate(-12deg);
  transform-origin: center;
}

.technical-redesign .technical-lab-heading {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.technical-redesign .technical-lab-description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  width: min(1040px, calc(100% - 20px));
  margin: 36px auto 0;
  background: transparent;
  text-align: left;
}

.technical-redesign .technical-lab-feature {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 110px;
  padding: 23px 0;
  background: transparent;
}

.technical-redesign .technical-lab-feature:nth-child(n + 3) {
  border-top: 1px solid #dfe2e6;
}

.technical-redesign .technical-lab-feature p {
  margin: 0;
  color: #5e6269;
  font-size: 16px;
  line-height: 1.8;
}

.technical-redesign .technical-lab-feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(217, 31, 85, .1);
  border-radius: 50%;
  background: rgba(217, 31, 85, .08);
  color: #d91f55;
}

.technical-redesign .technical-lab-feature-icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.technical-redesign .technical-lab-description strong {
  color: #d91f55;
  font-weight: 600;
}

.technical-redesign .technical-lab-carousel {
  position: relative;
  z-index: 2;
  margin-top: 37px;
}

.technical-redesign .technical-lab-carousel .slick-list {
  overflow: visible;
}

.technical-redesign .technical-lab-slide {
  width: min(946px, calc(100vw - 160px));
  height: 507px;
  margin: 0 24px;
  overflow: hidden;
}

.technical-redesign .technical-lab-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technical-redesign .technical-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #E62556;
  border-radius: 50%;
  outline: 0;
  background: rgba(255, 255, 255, .95);
  color: #E62556;
  cursor: pointer;
  transform: translateY(-50%);
}

.technical-redesign .technical-carousel-prev {
  left: calc(50% - 496px);
}

.technical-redesign .technical-carousel-next {
  right: calc(50% - 496px);
}

.technical-redesign .technical-carousel-arrow::before {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
}

.technical-redesign .technical-carousel-prev::before {
  left: 18px;
  transform: translateY(-50%) rotate(-45deg);
}

.technical-redesign .technical-carousel-next::before {
  right: 18px;
  transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 1500px) {
  .technical-redesign .technical-strength {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .technical-redesign .technical-strength-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technical-redesign .technical-capability-item {
    height: 220px;
  }

  .technical-redesign-en .technical-capability-item {
    height: 264px;
  }
}

@media (max-width: 1400px) {
  .technical-redesign-en .technical-strength-layout {
    grid-template-columns: 1fr;
  }

  .technical-redesign-en .technical-strength-image {
    height: auto;
    aspect-ratio: 706 / 474;
  }

  .technical-redesign-en .technical-capability-item {
    height: auto;
    min-height: 205px;
  }
}

@media (max-width: 1200px) {
  .technical-redesign .technical-section-inner {
    width: calc(100% - 48px);
  }

  .technical-redesign .technical-strength-layout {
    grid-template-columns: 1fr;
  }

  .technical-redesign .technical-strength-image {
    height: auto;
    aspect-ratio: 706 / 474;
  }

  .technical-redesign .technical-capability-item {
    height: auto;
    min-height: 210px;
  }

  .technical-redesign-en .technical-strength-image {
    height: auto;
  }

  .technical-redesign-en .technical-capability-item {
    min-height: 230px;
  }
}

@media (max-width: 767px) {
  .technical-redesign .technical-section-inner {
    width: calc(100% - 30px);
  }

  .technical-redesign .technical-section-title {
    font-size: 28px;
  }

  .technical-redesign .technical-strength {
    padding: 64px 0 70px;
  }

  .technical-redesign .technical-strength-layout {
    gap: 20px;
    margin-top: 28px;
  }

  .technical-redesign .technical-capability-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .technical-redesign .technical-capability-item {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .technical-redesign .technical-capability-item h3 {
    margin-bottom: 14px;
    font-size: 17px;
    white-space: normal;
  }

  .technical-redesign .technical-capability-item h3 strong {
    font-size: 32px;
  }

  .technical-redesign .technical-capability-item p {
    font-size: 15px;
    line-height: 1.7;
  }

  .technical-redesign-en .technical-capability-item {
    min-height: 0;
  }

  .technical-redesign-en .technical-capability-item h3 {
    min-height: 0;
  }

  .technical-redesign-en .technical-capability-item p {
    font-size: 15px;
    line-height: 1.7;
  }

  .technical-redesign .technical-lab {
    padding: 62px 0 70px;
  }

  .technical-redesign .technical-lab-heading {
    width: calc(100% - 30px);
  }

  .technical-redesign .technical-lab-description {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
  }

  .technical-redesign .technical-lab-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px 0;
    border-top: 1px solid #dfe2e6;
  }

  .technical-redesign .technical-lab-feature:first-child {
    border-top: 0;
  }

  .technical-redesign .technical-lab-feature p {
    font-size: 15px;
    line-height: 1.75;
  }

  .technical-redesign .technical-lab-feature-icon {
    width: 42px;
    height: 42px;
  }

  .technical-redesign .technical-lab-feature-icon svg {
    width: 21px;
    height: 21px;
  }

  .technical-redesign .technical-lab-carousel {
    width: calc(100% - 30px);
    margin: 30px auto 0;
  }

  .technical-redesign .technical-lab-carousel .slick-list {
    overflow: hidden;
  }

  .technical-redesign .technical-lab-slide {
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 946 / 507;
  }

  .technical-redesign .technical-carousel-arrow {
    width: 38px;
    height: 38px;
  }

  .technical-redesign .technical-carousel-prev {
    left: 10px;
  }

  .technical-redesign .technical-carousel-next {
    right: 10px;
  }

  .technical-redesign .technical-carousel-prev::before {
    left: 15px;
  }

  .technical-redesign .technical-carousel-next::before {
    right: 15px;
  }
}
