#app{
  background: #fbffff;
}
.banner-inner .banner-content .title p {
  color: #ffffff !important;
}

.banner-inner .banner-content .desc p {
  color: #ffffff !important;
}

/* service system styles */
.service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 78px 0 64px;
  background: #fbffff;
  position: relative;
}

.service .back1 {
  position: absolute;
  top: -45%;
  right: -10%;
  width: 412px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.service .back2 {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}


.service .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 84%;
  max-width: 1440px;
  margin: 0 auto;
}

.service .section1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.service .section1 .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.service .section1 .tag p {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
  color: #8ec5ff;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 18641400px;
  border: 0.6px solid #8ec5ff1a;
  box-sizing: border-box;
  background: #8ec5ff1a;
}

.service .section1 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.service .section1 .title p {
  color: #0f172b;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
}

.service .section1 .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.service .section1 .desc p {
  width: 54%;
  color: #45556c;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

/* service tabs styles */
.service .section2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
  overflow: visible;
}

.service .section2 .swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  overflow: visible;
}

.service .section2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 40px;
  overflow: visible;
}

.service .section2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  gap: 14px;
  padding: 19px 35px;
  border-radius:  25px 0px 25px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -1px #00000024;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}

.service .section2 .swiper-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0px 18px 42px rgba(34, 62, 86, 0.22);
}

.service .section2 .swiper-slide-active {
  background: #1d82b8;
  box-shadow: 0px 4.2px 6.3px -4.2px #0000001a, 0px 10.5px 15.7px -3.1px #0000001a;
}

.service .section2 .swiper-slide-active:hover {
  box-shadow: 0px 18px 42px rgba(29, 130, 184, 0.32);
}

.service .section2 .swiper-slide .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  min-width: 57px;
  min-height: 57px;
  max-width: 57px;
  max-height: 57px;
  border: 3px solid #9da7b7;
  border-radius: 50%;
}

.service .section2 .swiper-slide-active .icon {
  border-color: #ffffff;
}

.service .section2 .swiper-slide .icon svg path {
  fill: #9da7b7;
}

.service .section2 .swiper-slide-active .icon svg path {
  fill: #ffffff;
}

.service .section2 .swiper-slide p {
  flex: 1;
  color: #9da7b7;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
}

.service .section2 .swiper-slide-active p {
  color: #ffffff;
}

/* service card styles */
.service .section3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}

.service .section3 .swiper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 24px 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 24.8px #00000024;
}

.service .section3 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.service .section3 .swiper-slide {
  display: none;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.service .section3 .swiper-slide-active {
  display: flex;
}

.service .section3 .swiper-slide .img {
  display: flex;
  flex-wrap: wrap;
  width: 42%;
  overflow: hidden;
  border-radius: 12px;
}

.service .section3 .swiper-slide .img img {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.service .section3 .swiper-slide .img:hover img {
  transform: scale(1.05);
}

.service .section3 .swiper-slide .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  padding: 30px 50px;
}

.service .section3 .swiper-slide .text1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.service .section3 .swiper-slide .text1 p {
  color: #0f172b;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

.service .section3 .swiper-slide .text2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}

.service .section3 .swiper-slide .text2 p {
  color: #1d82b8;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.service .section3 .swiper-slide .text3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 34px;
}

.service .section3 .swiper-slide .text3 p {
  color: #0f172b;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
}

.service .section3 .swiper-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 8%;
  bottom: 40px;
  z-index: 3;
}

.service .section3 .swiper-btn .prev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 68px;
  min-width: 96px;
  min-height: 68px;
  max-width: 96px;
  max-height: 68px;
  border-radius: 12px;
  background: #1d82b8;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.service .section3 .swiper-btn .prev:hover {
  background: #176f9d;
  box-shadow: 0px 18px 42px rgba(29, 130, 184, 0.32);
}

.service .section3 .swiper-btn .next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 68px;
  min-width: 96px;
  min-height: 68px;
  max-width: 96px;
  max-height: 68px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 25px #65656538;
  cursor: pointer;
  transition: all 0.5s ease;
}

.service .section3 .swiper-btn .next:hover {
  background: #edf8fd;
  box-shadow: 0px 18px 42px rgba(34, 62, 86, 0.18);
}

.service .section3 .swiper-btn .next:hover path {
  fill: #1d82b8;
}


/* cooperation process styles */
.cooperation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 86px;
  background: linear-gradient(180deg, #ffffff 53.09%, #fbffff 100%);
  z-index: 2;
  position: relative;
}

.cooperation.cooperation-wow-disabled .section2 .wow,
.cooperation.cooperation-wow-disabled .section2 .animated,
.cooperation.cooperation-wow-disabled .section2 .fadeInUp,
.cooperation.cooperation-wow-disabled .section2 .fadeInLeft,
.cooperation.cooperation-wow-disabled .section2 .fadeInRight {
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
}

.cooperation .section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 84%;
  max-width: 1440px;
  margin: 0 auto;
}

.cooperation .section1-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  padding: 72px 0 0;
}

.cooperation .section1-left .top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section1-left .top .tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section1-left .top .tag p {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
  color: #8ec5ff;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 18641400px;
  border: 0.6px solid #8ec5ff1a;
  box-sizing: border-box;
  background: #8ec5ff1a;
}

.cooperation .section1-left .top .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}

.cooperation .section1-left .top .title p {
  color: #0f172b;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

.cooperation .section1-left .desc {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 16px;
}

.cooperation .section1-left .desc p {
  color: #0f172b;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}

.cooperation .section1-left .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  width: 90%;
  margin-top: auto;
  padding-top: 42px;
  border-bottom: 2px solid #77c1e5;   
  justify-content: flex-end;
}

.cooperation .section1-left .btn .prev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  margin-bottom: 50px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.cooperation .section1-left .btn .prev:hover {
  transform: translateY(-6px);
  background: #edf8fd;
  box-shadow: 0px 18px 42px rgba(34, 62, 86, 0.18);
}

.cooperation .section1-left .btn .prev:hover path {
  fill: #1d82b8;
}

.cooperation .section1-left .btn .prev svg {
  width: 31px;
  height: 21px;
}

.cooperation .section1-left .btn .next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  margin-bottom: 50px;
  border-radius: 100px;
  background: #1d82b8;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.cooperation .section1-left .btn .next:hover {
  transform: translateY(-6px);
  background: #176f9d;
  box-shadow: 0px 18px 42px rgba(29, 130, 184, 0.32);
}

.cooperation .section1-left .btn .next svg {
  width: 31px;
  height: 21px;
}

.cooperation .section1-right {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.cooperation .section1-right .swiper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section1-right .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section1-right .swiper-slide {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 52px;
}

.cooperation .section1-right .swiper-slide-active {
  display: flex;
}

.cooperation .section1-right .swiper-slide img {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.cooperation .section1-right .swiper-slide:hover img {
  transform: scale(1.05);
}

/* cooperation timeline styles */
.cooperation .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 48px 0 0;
}

.cooperation .section2 .inner {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  max-width: 1440px;
  margin: 0 auto;
}

.cooperation .section2 .swiper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section2 .swiper-slide {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section2 .swiper-slide-active {
  display: flex;
}

.cooperation .section2 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cooperation .section2 .title p {
  color: #000000;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 30px;
  line-height: 60px;
}

.cooperation .section2 .title span {
  margin-right: 10px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
}

.cooperation .section2 .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

.cooperation .section2 .desc p {
  color: #0f172b;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
}

.cooperation .section2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.cooperation .section2 .list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 75%;
  border-top: 2px dashed #c5cdd2;
}

.cooperation .section2 .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  position: relative;
  padding-top: 34px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.cooperation .section2 .list .item:hover {
  transform: translateY(-4px);
}

.cooperation .section2 .list .item .dot {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: -7px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border-radius: 50%;
  background: #BBBBBB;
  transform: translateX(-50%);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}

.cooperation .section2 .list .item-active .dot {
  background: #C10000;
}

.cooperation .section2 .list .item:hover .dot {
  background: #1d82b8;
  box-shadow: 0 0 0 8px rgba(29, 130, 184, 0.12);
}

.cooperation .section2 .list .item p {
  width: 100%;
  color: #000000;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  transition: color 0.5s ease;
}

.cooperation .section2 .list .item:hover p {
  color: #1d82b8;
}

/* after-sales service styles */
.afterSales {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 56px;
  background: #f7fcfd;
  position: relative;
}

.afterSales .back1 {
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 537px;
  height: 911px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.afterSales .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 84%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 0 0;
}

.afterSales .section1 {
  display: flex;
  flex-direction: column;
  width: 34%;
}

.afterSales .section1 .tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.afterSales .section1 .tag p {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 16px;
  border-radius: 18641400px;
  border: 0.6px solid #8ec5ff1a;
  box-sizing: border-box;
  background: #8ec5ff1a;
  color: #8ec5ff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.afterSales .section1 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}

.afterSales .section1 .title p {
  width: 78%;
  color: #223e56;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
}

.afterSales .section1 .desc {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  margin-top: 32px;
}

.afterSales .section1 .desc p {
  color: #90a1b9;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.afterSales .section1 .line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  width: 64px;
  height: 4px;
  border-radius: 18641400px;
  background: linear-gradient(90deg, #2b7fff 0%, #00000000 100%);
}

.afterSales .section2 {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 20px;
}

.afterSales .section2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 24px 30px;
  border-radius: 24px;
  border: 0.6px solid #ffffff1a;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 11.2px #0000001f;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.afterSales .section2 .item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 18px 42px rgba(34, 62, 86, 0.18);
}

.afterSales .section2 .item .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
  box-shadow: 0px 4px 6px -4px #00000033, 0px 10px 15px -3px #00000033;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.afterSales .section2 .item:hover .icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0px 10px 22px rgba(29, 130, 184, 0.24);
}

.afterSales .section2 .item:nth-child(2) .icon {
  background: linear-gradient(135deg, #00bc7d 0%, #00bba7 100%);
}

.afterSales .section2 .item:nth-child(3) .icon {
  background: linear-gradient(135deg, #ff6900 0%, #fe9a00 100%);
}

.afterSales .section2 .item:nth-child(4) .icon {
  background: linear-gradient(135deg, #615fff 0%, #ad46ff 100%);
}

.afterSales .section2 .item:nth-child(5) .icon {
  background: linear-gradient(135deg, #8e51ff 0%, #e12afb 100%);
}

.afterSales .section2 .item:nth-child(6) .icon {
  background: linear-gradient(135deg, #155dfc 0%, #4f39f6 100%);
}

.afterSales .section2 .item .icon svg {
  width: 24px;
  height: 24px;
}

.afterSales .section2 .item .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 22px;
}

.afterSales .section2 .item .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.afterSales .section2 .item .num {
  display: flex;
  flex-wrap: wrap;
  margin-right: 16px;
}

.afterSales .section2 .item .num p {
  color: #62748e;
  font-family: Menlo;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.afterSales .section2 .item .title {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.afterSales .section2 .item .title p {
  color: #223e56;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.afterSales .section2 .item .bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
}

.afterSales .section2 .item .bottom p {
  color: #90a1b9;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* legacy application block styles */
.application {
  display: none;
}

/* responsive: services page */
@media only screen and (max-width: 1280px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 30%;
    width: 54%;
  }

  .banner-inner .banner-content .title p {
    font-size: 40px;
    line-height: 62px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 15px;
    line-height: 30px;
  }

  .service {
    padding: 68px 0 56px;
  }

  .service .inner,
  .cooperation .section1,
  .cooperation .section2 .inner,
  .afterSales .inner {
    width: 88%;
  }

  .service .section1 .title p {
    font-size: 36px;
    line-height: 40px;
  }

  .service .section1 .desc p {
    width: 68%;
    font-size: 17px;
    line-height: 28px;
  }

  .service .section2 .swiper {
    width: 90%;
  }

  .service .section2 {
    margin-top: 0;
  }

  .service .section2 .swiper-wrapper {
    display: none;
    gap: 26px;
  }

  .service .section2 .swiper-slide {
    padding: 16px 26px;
  }

  .service .section2 .swiper-slide .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
  }

  .service .section2 .swiper-slide p {
    font-size: 17px;
    line-height: 26px;
  }

  .service .section3 .swiper {
    padding: 22px;
  }

  .service .section3 .swiper-slide .content {
    padding: 26px 38px;
  }

  .service .section3 .swiper-slide .text1 p {
    font-size: 28px;
    line-height: 38px;
  }

  .service .section3 .swiper-slide .text2,
  .service .section3 .swiper-slide .text3 {
    margin-top: 28px;
  }

  .service .section3 .swiper-slide .text3 p {
    font-size: 18px;
    line-height: 30px;
  }

  .service .section3 .swiper-btn {
    display: flex;
    right: 6%;
    bottom: 34px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 84px;
    height: 60px;
    min-width: 84px;
    min-height: 60px;
    max-width: 84px;
    max-height: 60px;
  }

  .cooperation {
    padding: 0 0 74px;
  }

  .cooperation .section1-left {
    padding: 58px 0 0;
  }

  .cooperation .section1-left .top .title p,
  .cooperation .section2 .title p,
  .cooperation .section2 .title span {
    font-size: 28px;
    line-height: 52px;
  }

  .cooperation .section1-left .desc p {
    font-size: 17px;
    line-height: 34px;
  }

  .cooperation .section1-left .btn {
    padding-top: 34px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    max-width: 62px;
    max-height: 62px;
    margin-bottom: 42px;
  }

  .cooperation .section2 {
    padding: 42px 0 0;
  }

  .cooperation .section2 .desc,
  .cooperation .section2 .list {
    margin-top: 42px;
  }

  .cooperation .section2 .list {
    display: none;
  }

  .cooperation .section2 .desc p {
    font-size: 16px;
    line-height: 34px;
  }

  .cooperation .section2 .list .item p {
    font-size: 17px;
    line-height: 26px;
  }

  .afterSales .inner {
    padding: 38px 0 0;
  }

  .afterSales .section1 .title p {
    font-size: 42px;
    line-height: 52px;
  }

  .afterSales .section1 .desc p {
    line-height: 28px;
  }

  .afterSales .section2 .item {
    padding: 22px 26px;
  }

  .afterSales .section2 .item .title p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 32%;
    width: 62%;
  }

  .banner-inner .banner-content .title p {
    font-size: 34px;
    line-height: 50px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 12px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .service {
    padding: 58px 0 50px;
  }

  .service .section1 .title p {
    font-size: 32px;
    line-height: 38px;
  }

  .service .section1 .desc p {
    width: 80%;
    font-size: 16px;
    line-height: 26px;
  }

  .service .section2 .swiper {
    width: 100%;
  }

  .service .section2 .swiper-wrapper {
    gap: 20px;
  }

  .service .section2 .swiper-slide {
    padding: 14px 20px;
  }

  .service .section2 .swiper-slide .icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
  }

  .service .section2 .swiper-slide .icon svg {
    width: 32px;
    height: 32px;
  }

  .service .section2 .swiper-slide p {
    font-size: 16px;
    line-height: 24px;
  }

  .service .section3 .swiper-slide .img {
    width: 44%;
  }

  .service .section3 .swiper-slide .content {
    padding: 22px 28px;
  }

  .service .section3 .swiper-slide .text1 p {
    font-size: 26px;
    line-height: 34px;
  }

  .service .section3 .swiper-slide .text2,
  .service .section3 .swiper-slide .text3 {
    margin-top: 24px;
  }

  .service .section3 .swiper-slide .text2 p {
    font-size: 16px;
    line-height: 24px;
  }

  .service .section3 .swiper-slide .text3 p {
    font-size: 17px;
    line-height: 28px;
  }

  .service .section3 .swiper-btn {
    display: flex;
    position: absolute;
    right: 6%;
    bottom: 28px;
    gap: 22px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 64px;
    height: 52px;
    min-width: 64px;
    min-height: 52px;
    max-width: 64px;
    max-height: 52px;
  }

  .cooperation {
    padding: 0 0 62px;
  }

  .cooperation .section1-left {
    padding: 48px 0 0;
  }

  .cooperation .section1-left .desc {
    width: 94%;
  }

  .cooperation .section1-left .desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    margin-bottom: 34px;
  }

  .cooperation .section2 {
    padding: 36px 0 0;
  }

  .cooperation .section2 .title p,
  .cooperation .section2 .title span {
    font-size: 26px;
    line-height: 42px;
  }

  .cooperation .section2 .desc,
  .cooperation .section2 .list {
    margin-top: 34px;
  }

  .cooperation .section2 .desc p {
    line-height: 30px;
  }

  .cooperation .section2 .list .item {
    padding-top: 30px;
  }

  .cooperation .section2 .list .item p {
    font-size: 16px;
    line-height: 24px;
  }

  .afterSales .section1 {
    width: 36%;
  }

  .afterSales .section1 .title p {
    width: 90%;
    font-size: 36px;
    line-height: 46px;
  }

  .afterSales .section1 .desc {
    width: 90%;
  }

  .afterSales .section2 .item {
    padding: 20px 24px;
  }

  .afterSales .section2 .item .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }

  .afterSales .section2 .item .title p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner > img {
    height: 360px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 110px;
    width: 70%;
  }

  .banner-inner .banner-content .title p {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .service {
    padding: 46px 0 44px;
  }

  .service .back1,
  .service .back2,
  .afterSales .back1 {
    display: none;
  }

  .service .inner,
  .cooperation .section1,
  .cooperation .section2 .inner,
  .afterSales .inner {
    width: 90%;
  }

  .service .section1 .title p {
    font-size: 28px;
    line-height: 36px;
  }

  .service .section1 .desc p {
    width: 88%;
    font-size: 15px;
    line-height: 26px;
  }

  .service .section2 {
    margin-top: 0;
  }

  .service .section2 .swiper-wrapper {
    display: none;
    gap: 16px;
  }

  .service .section2 .swiper-slide {
    flex: 1 1 44%;
    padding: 12px 16px;
  }

  .service .section2 .swiper-slide .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
  }

  .service .section2 .swiper-slide .icon svg {
    width: 28px;
    height: 28px;
  }

  .service .section2 .swiper-slide p {
    font-size: 15px;
    line-height: 24px;
  }

  .service .section3 {
    margin-top: 28px;
  }

  .service .section3 .swiper {
    padding: 20px 20px 80px;
  }

  .service .section3 .swiper-slide {
    flex-direction: column;
  }

  .service .section3 .swiper-slide .img {
    width: 100%;
  }

  .service .section3 .swiper-slide .img img {
    height: 320px;
    object-fit: cover;
  }

  .service .section3 .swiper-slide .content {
    width: 100%;
    flex: none;
    padding: 20px 0 0;
  }

  .service .section3 .swiper-slide .text1 p {
    font-size: 24px;
    line-height: 32px;
  }

  .service .section3 .swiper-slide .text2,
  .service .section3 .swiper-slide .text3 {
    margin-top: 20px;
  }

  .service .section3 .swiper-slide .text2 p {
    font-size: 15px;
    line-height: 24px;
  }

  .service .section3 .swiper-slide .text3 p {
    font-size: 15px;
    line-height: 26px;
  }

  .service .section3 .swiper-btn {
    display: flex;
    gap: 16px;
    right: 20px;
    bottom: 20px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 56px;
    height: 48px;
    min-width: 56px;
    min-height: 48px;
    max-width: 56px;
    max-height: 48px;
  }

  .cooperation {
    padding: 0 0 46px;
  }

  .cooperation .section1 {
    flex-direction: column;
  }

  .cooperation .section1-left,
  .cooperation .section1-right {
    flex: none;
    width: 100%;
  }

  .cooperation .section1-left {
    padding: 40px 0 0;
  }

  .cooperation .section1-left .top .title p {
    font-size: 24px;
    line-height: 34px;
  }

  .cooperation .section1-left .desc {
    width: 100%;
  }

  .cooperation .section1-left .desc p {
    font-size: 15px;
    line-height: 26px;
  }

  .cooperation .section1-left .btn {
    width: 100%;
    padding-top: 28px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    margin-bottom: 24px;
  }

  .cooperation .section1-right {
    margin-top: 28px;
  }

  .cooperation .section1-right .swiper-slide {
    border-radius: 0 0 0 32px;
  }

  .cooperation .section2 {
    padding: 36px 0 0;
  }

  .cooperation .section2 .title p,
  .cooperation .section2 .title span {
    font-size: 24px;
    line-height: 34px;
  }

  .cooperation .section2 .desc,
  .cooperation .section2 .list {
    margin-top: 30px;
  }

  .cooperation .section2 .desc p {
    font-size: 15px;
    line-height: 26px;
  }

  .cooperation .section2 .list {
    display: none;
    gap: 16px;
  }

  .cooperation .section2 .list::before {
    display: none;
  }

  .cooperation .section2 .list .item {
    flex: none;
    width: 48%;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 24px;
    text-align: left;
  }

  .cooperation .section2 .list .item .dot {
    left: 8px;
    top: 6px;
  }

  .cooperation .section2 .list .item p {
    font-size: 15px;
    line-height: 24px;
  }

  .afterSales .inner {
    padding: 34px 0 0;
  }

  .afterSales .section1,
  .afterSales .section2 {
    width: 100%;
    flex: none;
  }

  .afterSales .section1 .title p {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .afterSales .section1 .desc {
    width: 100%;
  }

  .afterSales .section2 {
    margin-top: 30px;
  }

  .afterSales .section2 .item .title p {
    font-size: 18px;
    line-height: 26px;
  }

  .afterSales .section2 .item .bottom p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-inner > img {
    height: 330px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .banner-inner .banner-content .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 20px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .service,
  .cooperation,
  .afterSales {
    padding: 20px 0;
  }

  .service .inner,
  .cooperation .section1,
  .cooperation .section2 .inner,
  .afterSales .inner {
    width: 92%;
  }

  .service .section1 .tag p,
  .cooperation .section1-left .top .tag p,
  .afterSales .section1 .tag p {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .service .section1 .title,
  .service .section1 .desc,
  .cooperation .section1-left .top .title,
  .cooperation .section1-left .desc,
  .cooperation .section2 .desc,
  .cooperation .section2 .list,
  .afterSales .section1 .title,
  .afterSales .section1 .desc,
  .afterSales .section1 .line {
    margin-top: 20px;
  }

  .service .section1 .title p,
  .cooperation .section1-left .top .title p,
  .cooperation .section2 .title p,
  .cooperation .section2 .title span,
  .afterSales .section1 .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .service .section1 .desc p,
  .cooperation .section1-left .desc p,
  .cooperation .section2 .desc p,
  .afterSales .section1 .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .service .section2,
  .service .section3,
  .cooperation .section1-right,
  .afterSales .section2 {
    margin-top: 20px;
  }

  .service .section2 {
    margin-top: 0;
  }

  .service .section2 .swiper-wrapper {
    gap: 14px;
  }

  .service .section2 .swiper-slide {
    flex: none;
    width: 100%;
    gap: 12px;
    padding: 14px 16px;
  }

  .service .section2 .swiper-slide .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }

  .service .section2 .swiper-slide .icon svg {
    width: 26px;
    height: 26px;
  }

  .service .section2 .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
  }

  .service .section3 .swiper {
    padding: 20px 20px 72px;
  }

  .service .section3 .swiper-slide .img img {
    height: 280px;
  }

  .service .section3 .swiper-slide .content {
    padding: 20px 0 0;
  }

  .service .section3 .swiper-slide .text1 p {
    font-size: 20px;
    line-height: 28px;
  }

  .service .section3 .swiper-slide .text2,
  .service .section3 .swiper-slide .text3 {
    margin-top: 15px;
  }

  .service .section3 .swiper-slide .text2 p {
    font-size: 14px;
    line-height: 22px;
  }

  .service .section3 .swiper-slide .text3 p {
    font-size: 14px;
    line-height: 24px;
  }

  .service .section3 .swiper-btn {
    display: flex;
    gap: 12px;
    right: 20px;
    bottom: 20px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 48px;
    height: 42px;
    min-width: 48px;
    min-height: 42px;
    max-width: 48px;
    max-height: 42px;
  }

  .cooperation .section1-left {
    padding: 20px 0 0;
  }

  .cooperation .section1-left .btn {
    gap: 14px;
    padding-top: 20px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    margin-bottom: 20px;
  }

  .cooperation .section2 {
    padding: 20px 0 0;
  }

  .cooperation .section2 .list {
    gap: 14px;
  }

  .cooperation .section2 .list .item {
    width: 100%;
    padding-left: 20px;
  }

  .cooperation .section2 .list .item p {
    font-size: 14px;
    line-height: 22px;
  }

  .afterSales .inner {
    padding: 20px 0 0;
  }

  .afterSales .section2 {
    gap: 14px;
  }

  .afterSales .section2 .item {
    padding: 20px;
    border-radius: 20px;
  }

  .afterSales .section2 .item .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 14px;
  }

  .afterSales .section2 .item .icon svg {
    width: 22px;
    height: 22px;
  }

  .afterSales .section2 .item .content {
    margin-left: 14px;
  }

  .afterSales .section2 .item .num {
    margin-right: 12px;
  }

  .afterSales .section2 .item .title p {
    font-size: 16px;
    line-height: 24px;
  }

  .afterSales .section2 .item .bottom p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-inner > img {
    height: 300px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 86px;
    width: 90%;
  }

  .service .section2 .swiper-slide {
    padding: 12px 14px;
  }

  .service .section2 .swiper-slide .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
  }

  .service .section3 .swiper-slide .img img {
    height: 260px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 46px;
    height: 40px;
    min-width: 46px;
    min-height: 40px;
    max-width: 46px;
    max-height: 40px;
  }

  .cooperation .section1-right .swiper-slide {
    border-radius: 0 0 0 24px;
  }

  .afterSales .section2 .item {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 414px) {
  .banner-inner > img {
    height: 260px;
  }

  .banner-inner .banner-content {
    top: 78px;
  }

  .banner-inner .banner-content .desc p {
    line-height: 21px;
  }

  .service .section3 .swiper-slide .img img {
    height: 230px;
  }

  .service .section3 .swiper {
    padding: 20px 20px 68px;
  }

  .service .section3 .swiper-btn {
    right: 20px;
    bottom: 20px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 44px;
    height: 40px;
    min-width: 44px;
    min-height: 40px;
    max-width: 44px;
    max-height: 40px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    border-radius: 50%;
  }

  .cooperation .section1-left .btn {
    justify-content: flex-end;
  }

  .afterSales .section2 .item .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }

  .afterSales .section2 .item .content {
    width: 100%;
    flex: none;
    margin-left: 0;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner > img {
    height: 250px;
  }

  .banner-inner .banner-content {
    top: 72px;
  }

  .service .section3 .swiper-slide .img img {
    height: 210px;
  }

  .service .section3 .swiper {
    padding: 20px 20px 64px;
  }

  .service .section3 .swiper-btn .prev,
  .service .section3 .swiper-btn .next {
    width: 42px;
    height: 38px;
    min-width: 42px;
    min-height: 38px;
    max-width: 42px;
    max-height: 38px;
  }

  .cooperation .section1-left .btn .prev,
  .cooperation .section1-left .btn .next {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
  }

  .afterSales .section2 .item .title p {
    font-size: 15px;
    line-height: 22px;
  }
}
