.home {
  padding-top: 6.1979166667vw;
}
.home .box {
  position: relative;
}
.home .box .side-box {
  position: absolute;
  padding: 0 0 13.8020833333vw;
  top: 13.8020833333vw;
  left: 0;
  /* height: calc(100% - 13.8020833vw); */
  z-index: 99;
}
.home .box .side-box .side {
  width: 15.9895833333vw;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(1.0416666667vw);
  padding: 0 0 1.5625vw;
  /* position: sticky;
  top: 5.2083333333vw; */
}
.home .box .side-box .side h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 4.4270833333vw;
  padding: 0 0 0 1.5625vw;
  color: #000000;
}
.home .box .side-box .side .list .auchor_item {
  display: flex;
  align-items: center;
  height: 3.125vw;
  padding: 0 0 0 1.5625vw;
  transition: 0.6s;
  cursor: pointer;
}
.home .box .side-box .side .list .auchor_item p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #000000;
  transition: 0.6s;
  margin-right: 1.5625vw;
}
.home .box .side-box .side .list .auchor_item img {
  display: block;
  width: 0.9375vw;
  opacity: 0;
  transform: translateX(-0.5208333333vw);
  transition: 0.6s;
}
.home .box .side-box .side .list .auchor_item:hover, .home .box .side-box .side .list .auchor_item.on {
  background: #2E2E5A;
}
.home .box .side-box .side .list .auchor_item:hover p, .home .box .side-box .side .list .auchor_item.on p {
  color: #fff;
}
.home .box .side-box .side .list .auchor_item:hover img, .home .box .side-box .side .list .auchor_item.on img {
  opacity: 1;
  transform: translateX(0vw);
}
.home .box .side-box .side .down {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 1.5625vw 0 0;
  padding: 0 0 0 1.25vw;
  transition: 0.6s;
}
.home .box .side-box .side .down p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  color: #2E2E5A;
  transition: 0.6s;
}
.home .box .side-box .side .down img {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 0.5208333333vw;
  transition: 0.6s;
}
.home .box .side-box .side .down:hover {
  background: #2E2E5A;
}
.home .box .side-box .side .down:hover p {
  color: #fff;
}
.home .box .side-box .side .down:hover img {
  filter: brightness(0) invert(1);
}
.home .box .sec1 {
  background: #FAF8F7;
  padding: 5.2083333333vw 0 6.25vw;
}
.home .box .sec1 .title {
  margin-bottom: 4.4791666667vw;
}
.home .box .sec1 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
  padding: 0 0 0 8.1770833333vw;
}
.home .box .sec1 .wrap .text {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3.125vw;
}
.home .box .sec1 .wrap .text h5 {
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 150%;
  background: linear-gradient(277.54deg, #2E2E5A 89.63%, #6262C0 92.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .box .sec1 .wrap .text p {
  width: 41.0416666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  color: #666666;
}
.home .box .sec1 .wrap .swiper_box > h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  color: #2E2E5A;
  margin-bottom: 0.9895833333vw;
  text-align: right;
}
.home .box .sec1 .wrap .swiper_box .swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 0 3.125vw;
  position: relative;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box {
  overflow: hidden;
  border-radius: 0.5208333333vw;
  position: relative;
  height: 19.0625vw;
  width: 100%;
  background: #2E2E5A;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .img {
  width: 100%;
  height: 14.0625vw;
  overflow: hidden;
  border-radius: 0.5208333333vw;
  z-index: 2;
  position: relative;
  transition: 0.6s;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .img img {
  display: block;
  width: 100%;
  height: 19.0625vw;
  transition: 1s;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .slide-box-bottom {
  position: absolute;
  height: 5vw;
  bottom: 0;
  left: 0;
  padding: 0 1.0416666667vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 5vw;
  color: #fff;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .slide-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 1.5625vw 1.0416666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 170%;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: 1s;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box:hover .img {
  height: 19.0625vw;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box:hover .img img {
  transform: scale(1.1);
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box:hover .slide-box-shadow {
  transform: translateY(0%);
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-pagination {
  bottom: 0;
  top: unset;
  border-bottom: 0.0520833333vw solid #D1CFD8;
  background: unset;
}
.home .box .sec1 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 0.2083333333vw;
  background: rgb(46, 46, 90);
}
.home .box .sec1 .wrap .part {
  margin: 3.125vw 0 0;
}
.home .box .sec1 .wrap .part .part_title {
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 150%;
  text-align: center;
  margin-bottom: 2.8125vw;
}
.home .box .sec1 .wrap .part .list {
  display: flex;
  justify-content: space-between;
}
.home .box .sec1 .wrap .part .list .item {
  width: fit-content;
}
.home .box .sec1 .wrap .part .list .item .icon {
  width: 5.2083333333vw;
  margin: 0 auto;
  transition: 1s;
}
.home .box .sec1 .wrap .part .list .item .icon img {
  width: 100%;
}
.home .box .sec1 .wrap .part .list .item h5 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  text-align: center;
  margin: 1.5625vw 0 0.5208333333vw;
  color: #000000;
}
.home .box .sec1 .wrap .part .list .item p {
  width: 10.625vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
  color: #666666;
}
.home .box .sec1 .wrap .part .list .item:hover .icon {
  transform: rotateY(360deg);
}
.home .box .sec2 {
  padding: 5.2083333333vw 0;
  position: relative;
}
.home .box .sec2::after {
  content: "";
  width: 100%;
  height: 12.5vw;
  background: #2E2E5A;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.home .box .sec2 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .box .sec2 .wrap .title {
  margin-bottom: 3.125vw;
}
/* .home .box .sec2 .wrap .content {
  display: flex;
  justify-content: space-between;
} */
.home .box .sec2 .wrap .content .item {
  /* width: 24.9479166667vw;
  height: 18.1770833333vw;
  border-radius: 0.5208333333vw;
  background: #FFFFFF;
  box-shadow: 0vw 0.2083333333vw 1.0416666667vw 0.2083333333vw rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  padding: 2.0833333333vw 1.5625vw 0; */
  position: relative;
  text-align: center;
}
.home .box .sec2 .wrap .content .item table{
  margin: auto;
}
.home .box .sec2 .wrap .content .item h5 {
  font-weight: 500;
  font-size: 1.3541666667vw;
  height: 4.0625vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #2E2E5A;
  margin-bottom: 1.0416666667vw;
}
.home .box .sec2 .wrap .content .item p {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 170%;
  text-transform: capitalize;
  color: #666666;
  transition: 0.6s;
}
.home .box .sec2 .wrap .content .item .item-logo {
  width: 7.2916666667vw;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
}
.home .box .sec2 .wrap .content .item .item-logo img {
  display: block;
  width: 100%;
}
/* .home .box .sec2 .wrap .content .item:hover {
  background: #C28F6A;
}
.home .box .sec2 .wrap .content .item:hover p {
  color: #FFFFFF;
} */
.home .box .sec3 {
  padding: 5.2083333333vw 0 0;
  position: relative;
}
.home .box .sec3 .absolute {
  position: absolute;
  right: 0;
  padding-top: 14.4270833333vw;
  height: 100%;
}
.home .box .sec3 .absolute .bg_text {
  width: 43.75vw;
  position: sticky;
  top: 14.4270833333vw;
  z-index: 10;
  overflow: hidden;
}
.home .box .sec3 .absolute .bg_text img {
  width: 57.2916666667vw;
  max-width: unset;
  display: block;
}
.home .box .sec3 .title {
  margin-bottom: 3.125vw;
}
.home .box .sec3 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .box .sec3 .wrap .part1 .content {
  width: 34.6875vw;
}
.home .box .sec3 .wrap .part1 .content .content-title {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  color: #000000;
}
.home .box .sec3 .wrap .part1 .content .content-text {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 150%;
  color: #666666;
  margin: 1.25vw 0;
}
.home .box .sec3 .wrap .part2 {
  padding: 3.9583333333vw 0 0;
  position: relative;
  z-index: 11;
}
.home .box .sec3 .wrap .part2 .part2_swiper {
  overflow: hidden;
  width: 100%;
}
.home .box .sec3 .wrap .part2 .part2_swiper .flex {
  display: flex;
  width: max-content;
  animation: goAnimate 80s infinite linear;
}
.home .box .sec3 .wrap .part2 .part2_swiper .swiper-slide {
  width: 8.9895833333vw;
  height: 7.2916666667vw;
  border-radius: 0.5208333333vw;
  /* background: #C4C4C4; */
  overflow: hidden;
  margin-right: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .box .sec3 .wrap .part2 .part2_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.home .box .sec3 .wrap .part3 {
  padding: 5.2083333333vw 0 0;
  position: relative;
  z-index: 11;
}
.home .box .sec3 .wrap .part3 .content {
  width: 59.6354166667vw;
  margin: 0 auto 3.125vw;
}
.home .box .sec3 .wrap .part3 .content .img {
  width: 100%;
  margin: 0 0 1.5625vw;
}
.home .box .sec3 .wrap .part3 .content .img img {
  display: block;
  width: 100%;
}
.home .box .sec3 .wrap .part3 .content p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  color: #000000;
}
.home .box .sec3 .wrap .part3 .part3_swiper {
  width: 65.5208333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.home .box .sec3 .wrap .part3 .part3_swiper .flex {
  display: flex;
  width: max-content;
  animation: goAnimate 80s infinite linear;
}
.home .box .sec3 .wrap .part3 .part3_swiper .swiper-slide {
  display: block;
  width: 10.9895833333vw;
  height: 7.2916666667vw;
  border-radius: 0.5208333333vw;
  background: #C4C4C4;
  margin-right: 2.6041666667vw;
}
.home .box .sec4 {
  padding: 5.2083333333vw 0 0;
}
.home .box .sec4 .wrap {
  width: 59.5833333333vw;
  margin: 0 auto;
}
.home .box .sec4 .wrap .content {
  display: flex;
}
.home .box .sec4 .wrap .content .img {
  width: 9.375vw;
  margin: 0 7.2916666667vw 0 0;
}
.home .box .sec4 .wrap .content .text h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  color: #000000;
  margin-bottom: 1.5625vw;
}
.home .box .sec4 .wrap .content .text p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  color: #000000;
}
.home .box .sec5 {
  padding: 5.2083333333vw 0;
}
.home .box .sec5 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .box .sec5 .wrap .content {
  width: 100%;
}
.home .box .sec5 .wrap .content img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .box .side-box {
    display: none;
  }
  .home .box .sec1 {
    padding: 50px 0 60px;
  }
  .home .box .sec1 .wrap {
    width: 90%;
    padding: 0;
  }
  .home .box .sec1 .wrap .text {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .home .box .sec1 .wrap .text h5 {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 10px;
  }
  .home .box .sec1 .wrap .text p {
    width: 100%;
    font-size: 16px;
  }
  .home .box .sec1 .wrap .swiper_box h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .home .box .sec1 .wrap .swiper_box .swiper {
    padding: 0 0 40px;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box {
    border-radius: 9px;
    height: auto;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .img {
    height: calc(65vw - 50px) !important;
    border-radius: 8px;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .img img {
    height: 65vw;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .slide-box-bottom {
    height: 50px;
    font-size: 20px;
    padding: 0 15px;
    line-height: 50px;
    position: unset;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-slide .slide-box .slide-box-shadow {
    position: unset;
    font-size: 14px;
    transform: unset;
    background: unset;
    padding: 0 15px 20px;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-pagination {
    border-bottom: 1px solid #D1CFD8;
    height: 2px;
  }
  .home .box .sec1 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 2px;
  }
  .home .box .sec1 .wrap .part {
    margin: 40px 0 0;
  }
  .home .box .sec1 .wrap .part .part_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .home .box .sec1 .wrap .part .list {
    flex-wrap: wrap;
  }
  .home .box .sec1 .wrap .part .list .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .home .box .sec1 .wrap .part .list .item .icon {
    width: 60px;
  }
  .home .box .sec1 .wrap .part .list .item h5 {
    font-size: 16px;
    height: 48px;
    margin: 20px 0 10px;
  }
  .home .box .sec1 .wrap .part .list .item p {
    font-size: 14px;
    width: 100%;
  }
  .home .box .sec2 {
    padding: 50px 0;
  }
  .home .box .sec2::after {
    height: 150px;
  }
  .home .box .sec2 .wrap {
    width: 90%;
  }
  .home .box .sec2 .wrap .content {
    display: block;
  }
  .home .box .sec2 .wrap .content .item {
    width: 100%;
    border-radius: 8px;
    height: unset;
    padding: 40px 20px 60px;
    margin-bottom: 30px;
  }
  .home .box .sec2 .wrap .content .item h5 {
    font-size: 16px;
    margin-bottom: 30px;
    height: unset;
  }
  .home .box .sec2 .wrap .content .item p {
    font-size: 14px;
  }
  .home .box .sec2 .wrap .content .item .item-logo {
    width: 100px;
  }
  .home .box .sec3 {
    padding: 50px 0;
  }
  .home .box .sec3 .wrap {
    width: 90%;
  }
  .home .box .sec3 .wrap .part1 .content {
    width: 100%;
  }
  .home .box .sec3 .wrap .part1 .content .content-title {
    font-size: 18px;
  }
  .home .box .sec3 .wrap .part1 .content .content-text {
    font-size: 14px;
    margin: 20px 0;
  }
  .home .box .sec3 .wrap .part2 {
    padding: 30px 0 0;
  }
  .home .box .sec3 .wrap .part2 .swiper .swiper-slide {
    width: 36vw;
    height: 23vw;
    border-radius: 8px;
    margin-right: 20px;
  }
  .home .box .sec3 .wrap .part3 {
    padding: 50px 0 0;
  }
  .home .box .sec3 .wrap .part3 .content {
    width: 100%;
    margin-bottom: 40px;
  }
  .home .box .sec3 .wrap .part3 .content .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .box .sec3 .wrap .part3 .content p {
    font-size: 14px;
  }
  .home .box .sec3 .wrap .part3 .part3_swiper {
    width: 100%;
    flex-wrap: wrap;
  }
  .home .box .sec3 .wrap .part3 .part3_swiper .swiper-slide {
    width: 36vw;
    height: 23vw;
    border-radius: 6px;
    margin-right: 20px;
  }
  .home .box .sec4 {
    padding: 50px 0 0;
  }
  .home .box .sec4 .wrap {
    width: 90%;
  }
  .home .box .sec4 .wrap .content {
    display: block;
  }
  .home .box .sec4 .wrap .content .img {
    width: 120px;
    margin: 0 auto 20px;
  }
  .home .box .sec4 .wrap .content .text {
    text-align: center;
  }
  .home .box .sec4 .wrap .content .text h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home .box .sec4 .wrap .content .text p {
    font-size: 14px;
  }
  .home .box .sec5 {
    padding: 50px 0 80px;
  }
  .home .box .sec5 .wrap {
    width: 90%;
  }
}

@keyframes goAnimate {
  100% {
    transform: translateX(-50%);
  }
}