.banner {
  position: relative;
}

.banner::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.6979166667vw;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner .bg {
  display: block;
  width: 100%;
  height: 44.7916666667vw;
  object-fit: cover;
}

.banner .text {
  position: absolute;
  width: 100%;
  bottom: 14.7395833333vw;
  padding: 0 5%;
  color: white;
  text-align: center;
  z-index: 5;
}

.banner .text .p1 {
  font-weight: 500;
  margin-bottom: 0.4166666667vw;
}

.banner .text .p2 {
  font-weight: 300;
  line-height: 2;
}

.tabs {
  display: flex;
  justify-content: center;
  margin: 4.1666666667vw 0 8.3854166667vw;
}

.tabs .item {
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4.4270833333vw;
  font-weight: 500;
  line-height: 1;
  color: #999;
  transition: all 600ms;
  cursor: pointer;
}

.tabs .item img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 11.9791666667vw;
  display: block;
  opacity: 0;
  transition: all 600ms;
}

.tabs .item.on,
.tabs .item:hover {
  color: #000;
}

.tabs .item.on img,
.tabs .item:hover img {
  opacity: 1;
}

.fadeClipBottom {
  -webkit-animation-name: fadeClipBottom;
  animation-duration: 1.2s;
  animation-name: fadeClipBottom;
}

@keyframes fadeClipBottom {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.imgs_swiper {
  position: relative;
}

.imgs_swiper .swiper-slide {
  overflow: hidden;
}

.imgs_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  transition: 2s;
  overflow: hidden;
  transform: scale(1.1);
}

.imgs_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.imgs_swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

.imgs_swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
}

.imgs_swiper .swiper-pagination {
  display: flex;
  gap: 0.4166666667vw;
  position: absolute;
  left: 2.0833333333vw;
  bottom: 2.0833333333vw;
  z-index: 3;
}

.imgs_swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 2.5vw;
  height: 0.1041666667vw;
  background: #FFFFFF;
  cursor: pointer;
  transition: 0.6s;
  opacity: 1;
  margin: 0;
  border-radius: 0;
}

.imgs_swiper .swiper-pagination .swiper-pagination-bullet:hover,
.imgs_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #369591;
}

.w550 {
  width: 28.6458333333vw;
}

.w550 .en {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.w550 .h5 {
  color: #000;
  font-weight: 700;
  margin: 0.625vw 0 2.9166666667vw;
  white-space: nowrap;
}

.w550 .p {
  color: #000;
  font-weight: 250;
  line-height: 2;
  text-align: justify;
}

.sec1 {
  padding: 0 0 0 5.1041666667vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.sec1 .l_box {
  width: 43.75vw;
  height: 42.0833333333vw;
}

.sec1 .l_box .swiper {
  width: 100%;
  height: 100%;
}

.sec1 .r_box {
  width: 43.0729166667vw;
  padding: 2.8645833333vw 0 0;
}

.sec1 .r_box .w550 {
  margin-left: 1.3020833333vw;
}

.sec1 .r_box .swiper {
  margin: 8.1770833333vw 0 0;
  width: 100%;
  height: 28.6979166667vw;
}

.sec2 {
  padding: 3.6979166667vw 5vw 0 5.1041666667vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.sec2 .l_box {
  width: 34.21875vw;
}

.sec2 .l_box .w550 {
  margin: 0 0 0 auto;
}

.sec2 .l_box .swiper {
  width: 100%;
  height: 51.4583333333vw;
  margin: 16.9270833333vw 0 0;
}

.sec2 .r_box {
  width: 45.6770833333vw;
}

.sec2 .r_box .swiper {
  width: 100%;
  height: 44.4791666667vw;
}

.sec3 {
  margin: -11.1979166667vw 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 5vw;
  overflow: hidden;
}

.sec3 .l_box {
  width: 44.3229166667vw;
  padding: 30.0520833333vw 0 0;
}

.sec3 .l_box .swiper {
  width: 100%;
  height: 33.0729166667vw;
}

.sec3 .r_box {
  width: 41.7708333333vw;
}

.sec3 .r_box .swiper {
  width: 100%;
  height: 49.9479166667vw;
  margin: 6.1458333333vw 0 0;
}

.sec4 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.sec4 .l_box {
  width: 41.71875vw;
}

.sec4 .l_box .w550 {
  margin: 0 0 7.5vw auto;
}

.sec4 .l_box .swiper {
  width: 100%;
  height: 42.03125vw;
}

.sec4 .r_box {
  width: 44.3229166667vw;
  padding: 8.8020833333vw 0 0;
}

.sec4 .r_box .swiper {
  width: 100%;
  height: 39.6354166667vw;
}

.sec5 {
  padding: 0 0 8.6458333333vw 5vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.sec5 .l_box {
  width: 44.3229166667vw;
  padding: 26.0416666667vw 0 0;
}

.sec5 .l_box .swiper {
  width: 100%;
  height: 33.0729166667vw;
}

.sec5 .r_box {
  width: 41.71875vw;
}

.sec5 .r_box .swiper {
  width: 100%;
  height: 49.9479166667vw;
  margin: 6.1458333333vw 0 0;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }

  .banner::after {
    height: 100%;
  }

  .banner .bg {
    height: 300px;
  }

  .banner .text {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0 5%;
  }

  .banner .text .p1 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .banner .text .p2 {
    font-size: 14px;
  }

  .swiper .swiper-pagination {
    gap: 6px;
    left: 15px;
    bottom: 15px;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }

  .tabs {
    padding: 0 5%;
    margin: 20px 0;
    justify-content: space-between;
  }

  .tabs .item {
    width: auto;
    padding: 10px 10px;
    font-size: 18px;
    height: auto;
    text-align: center;
  }

  .tabs .item img {
    width: 150px;
    bottom: -8px;
  }

  .l_box {
    width: 100% !important;
  }

  .r_box {
    width: 100% !important;
  }

  .w550 {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .w550 .h5 {
    margin: 5px 0 15px;
  }

  .sec1 {
    display: block;
    padding: 30px 5vw 50px;
  }

  .sec1 .l_box {
    width: 100%;
    height: 85vw;
    margin-bottom: 20px;
  }

  .sec1 .r_box {
    width: 100%;
  }

  .sec1 .r_box .swiper {
    height: 55vw;
  }

  .parallaxEle {
    transform: unset !important;
  }

  .sec2 {
    flex-direction: column-reverse;
    padding: 0 5vw;
  }

  .sec2 .r_box {
    margin-bottom: 20px;
  }

  .sec2 .r_box .swiper {
    height: 82vw;
  }

  .sec2 .l_box .swiper {
    margin: 20px 0 0;
    height: 135vw;
  }

  .sec3 {
    display: block;
    padding: 50px 5vw;
    margin: 0;
  }

  .sec3 .l_box {
    padding: 0;
    margin-bottom: 20px;
  }

  .sec3 .l_box .swiper {
    height: 64vw;
  }

  .sec3 .r_box .swiper {
    margin: 20px 0 0;
    height: 104vw;
  }

  .sec4 {
    flex-direction: column-reverse;
    padding: 0 5vw;
  }

  .sec4 .r_box {
    padding: 0;
    margin-bottom: 20px;
  }

  .sec4 .r_box .swiper {
    height: 78vw;
  }

  .sec4 .l_box .swiper {
    margin: 20px 0 0;
    height: 90vw;
  }

  .sec5 {
    display: block;
    padding: 50px 5vw;
  }

  .sec5 .l_box {
    padding: 0;
    margin-bottom: 20px;
  }

  .sec5 .l_box .swiper {
    height: 65vw;
  }

  .sec5 .r_box .swiper {
    margin: 20px 0 0;
    height: 108vw;
  }
}