.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100vh;
}
.banner .text {
  position: absolute;
  left: 12.5vw;
  bottom: 8.8541666667vw;
  color: #404040;
}
.banner .text .t {
  font-weight: 700;
  margin-bottom: 0.8333333333vw;
}
.banner .text .des {
  line-height: 1.5;
}

.common_links {
  width: 100%;
  padding: 2.6041666667vw 0;
  display: flex;
  justify-content: center;
  gap: 9.375vw;
  position: sticky;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 99;
  margin: 2.6041666667vw 0 0;
}
.common_links .item {
  color: #404040;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}
.common_links .item.on, .common_links .item:hover {
  color: #431F83;
}

.section {
  padding: 2.0833333333vw 0 0;
}
.section .part1 {
  position: relative;
}
.section .part1 .btns {
  position: absolute;
  bottom: 20.15625vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 70.8333333333vw;
}
.section .part1 .btns .jt {
  width: 2.0833333333vw;
  cursor: pointer;
}
.section .part1 .btns .jt svg {
  display: block;
  width: 100%;
  height: unset;
}
.section .part1 .btns .jt svg path {
  transition: 0.6s;
}
.section .part1 .btns .jt.prev {
  transform: rotate(180deg);
}
.section .part1 .btns .jt:hover svg path {
  stroke: rgb(67, 31, 131);
}
.section .part1 .btns .jt.swiper-button-disabled {
  cursor: unset;
}
.section .part1 .btns .jt.swiper-button-disabled svg path {
  stroke: #DCDDDD !important;
}
.section .part1 .btns.sp .jt:hover svg path {
  stroke: #0C3878;
}
.section .part1 .part1_swiper {
  width: 88.5416666667vw;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.section .part1 .part1_swiper .swiper-slide .logo {
  width: 10.9375vw;
  height: 4.0104166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.section .part1 .part1_swiper .swiper-slide .logo img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.section .part1 .part1_swiper .swiper-slide .des {
  color: #1D1D1F;
  text-align: center;
  font-weight: 350;
  line-height: 150%;
  margin-bottom: 2.0833333333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.section .part1 .part1_swiper .swiper-slide .img {
  width: 100%;
  margin: 4.1667vw 0;
  height: 34.375vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  display: flex;
  justify-content: center;
}
.section .part1 .part1_swiper .swiper-slide .img img {
  display: block;
  height: 100%;
}
.section .part1 .part1_swiper .swiper-slide.swiper-slide-active .logo, .section .part1 .part1_swiper .swiper-slide.swiper-slide-active .des, .section .part1 .part1_swiper .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.section .part1 .part1_swiper .swiper-slide.swiper-slide-active .des {
  transition-delay: 0.1s;
}
.section .part1 .part1_swiper .swiper-slide.swiper-slide-active .img {
  transition-delay: 0.2s;
}
.section .part1 .part1_swiper .swiper-pagination {
  width: 49.4791666667vw;
  height: 0.0520833333vw;
  background: #FFFFFF;
  bottom: 3.4895833333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: unset;
}
.section .part1 .part1_swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #431F83;
}
.section .part1 .part1_swiper.sp .swiper-slide .img img {
  /* height: 41.6666666667vw; */
  object-fit: contain;
}
.section .part1 .part1_swiper.sp .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #0C3878;
}
.section .part2 {
  background: #F5F5F7;
  padding: 5.2083333333vw 0 3.9583333333vw;
  overflow: hidden;
}
.section .part2 .wrap {
  width: 77.0833333333vw;
  margin: 0 auto;
}
.section .part2 .wrap .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8333333333vw;
  margin-bottom: 0.7291666667vw;
}
.section .part2 .wrap .btns .jt {
  width: 2.0833333333vw;
  cursor: pointer;
}
.section .part2 .wrap .btns .jt svg {
  display: block;
  width: 100%;
  height: unset;
}
.section .part2 .wrap .btns .jt svg path {
  transition: 0.6s;
}
.section .part2 .wrap .btns .jt.prev {
  transform: rotate(180deg);
}
.section .part2 .wrap .btns .jt:hover svg path {
  stroke: rgb(67, 31, 131);
}
.section .part2 .wrap .btns.sp .jt:hover svg path {
  stroke: #0C3878;
}
.section .part2 .wrap .swiper {
  width: 100%;
  padding: 1.0416666667vw;
  overflow: hidden;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box {
  display: block;
  border-radius: 1.0416666667vw;
  background: #FFF;
  width: 100%;
  padding: 4.3229166667vw 3.125vw 3.5416666667vw 4.1666666667vw;
  transition: 1s;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .img {
  width: 13.75vw;
  height: 20.6770833333vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .h5 {
  color: #431F83;
  font-weight: 500;
  margin: 1.3541666667vw 0 0.8333333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .label {
  color: #431F83;
  font-weight: 350;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .p {
  color: #404040;
  font-weight: 350;
  line-height: 150%;
  margin: 0.4166666667vw 0 0.8333333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .icon {
  width: 0.9375vw;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box .icon img {
  display: block;
  width: 100%;
}
.section .part2 .wrap .swiper .swiper-slide .slide_box:hover {
  box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}
.section.sp .part2 {
  padding-bottom: 9.375vw;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner img {
    height: 200px;
  }
  .banner .text {
    left: 5%;
    bottom: 40px;
  }
  .banner .text .t {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .banner .text .des {
    font-size: 16px;
  }
  .common_links {
    top: 60px;
    padding: 20px;
    gap: 40px;
  }
  .section {
    padding: 30px 0 0;
    overflow: hidden;
  }
  .section .part1{
    margin-bottom: 30px;
  }
  .section .part1 .btns {
    bottom: 20vw;
    width: 90%;
    gap: unset;
    justify-content: space-between;
  }
  .section .part1 .btns .jt {
    width: 30px;
  }
  .section .part1 .swiper {
    width: 90%;
  }
  .section .part1 .swiper .swiper-slide .logo {
    width: 100px;
    height: 40px;
  }
  .section .part1 .swiper .swiper-slide .des {
    font-size: 15px;
    margin: 20px 0;
  }
  .section .part1 .swiper .swiper-slide .img {
    width: 100%;
    /* height: 50vw; */
    height: auto;
  }
  .section .part1 .swiper .swiper-pagination {
    width: 90%;
    bottom: 3px;
  }
  .section .part1 .swiper.sp .swiper-slide .img img {
    height: 60vw;
  }
  .section .part2 {
    padding: 50px 0 !important;
  }
  .section .part2 .wrap {
    width: 90%;
  }
  .section .part2 .wrap .btns {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .part2 .wrap .btns .jt {
    width: 30px;
  }
  .section .part2 .wrap .swiper {
    overflow: unset;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box {
    padding: 30px 20px 30px;
    border-radius: 10px;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 50vw;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box .label {
    font-size: 15px;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box .p {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  .section .part2 .wrap .swiper .swiper-slide .slide_box .icon {
    width: 16px;
  }
}

/*# sourceMappingURL=products.css.map */
