.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .section1 {
  padding: 5.2083333333vw 10.4166666667vw 8.6979166667vw 10.4166666667vw;
}
.home .section1 .content {
  display: flex;
  justify-content: space-between;
}
.home .section1 .content .lbox {
  width: 36.4583333333vw;
}
.home .section1 .content .lbox .t1 {
  background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.home .section1 .content .lbox .des {
  color: #666;
  line-height: 1.4;
}
.home .section1 .content .rbox {
  display: flex;
  align-items: center;
  position: relative;
}
.home .section1 .content .rbox .swiper1 {
  width: 28.125vw;
  margin: 0 1.5625vw;
}
.home .section1 .content .rbox .swiper1 .pic img {
  border-radius: 0.6770833333vw;
  width: 100%;
  height: 20.0520833333vw;
  object-fit: cover;
}
.home .section1 .content .rbox .prev,
.home .section1 .content .rbox .next {
  cursor: pointer;
}
.home .section1 .content .rbox .prev svg,
.home .section1 .content .rbox .next svg {
  width: 3.125vw;
}
.home .section1 .content .rbox .prev svg circle,
.home .section1 .content .rbox .next svg circle {
  opacity: 0.5;
  transition: all 600ms;
}
.home .section1 .content .rbox .prev:hover svg circle,
.home .section1 .content .rbox .next:hover svg circle {
  opacity: 1;
}
.home .section1 .content .rbox .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 1.0416666667vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home .section1 .content .rbox .swiper-pagination .swiper-pagination-bullet {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  opacity: 1;
  transition: all 600ms;
  background: #EAEAEE;
  margin: 0 0.234375vw;
}
.home .section1 .content .rbox .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5625vw;
  background: #2E2E5A;
  border-radius: 0.5208333333vw;
}
.home .section2 {
  background: url(../images/sbg.png) no-repeat;
  background-size: cover;
  padding: 4.6875vw 0 4.3229166667vw 0;
  text-align: center;
}
.home .section2 .p1 {
  color: #FFF;
  font-weight: 600;
  max-width: 60.15625vw;
  margin: 0 auto 4.4791666667vw auto;
}
.home .section2 .btns {
  display: flex;
  justify-content: center;
}
.home .section2 .btns a {
  padding: 0.5208333333vw 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.0416666667vw;
  transition: all 600ms;
}
.home .section2 .btns a p {
  color: #FFF;
  line-height: 1.5;
}
.home .section2 .btns a svg {
  width: 0.9375vw;
  display: block;
  margin-left: 0.5208333333vw;
}
.home .section2 .btns .btn1 {
  border-radius: 4px;
  background: #2E2E5A;
}
.home .section2 .btns .btn1:hover {
  background: #6666C4;
}
.home .section2 .btns .btn2 {
  border-radius: 4px;
  background: #A57A5B;
}
.home .section3 {
  padding: 6.3541666667vw 5% 5.2083333333vw 5%;
  position: relative;
}
.home .section3 .honor img {
  width: 26.0416666667vw;
  display: block;
  margin: 0 auto;
}
.home .section3 .bg_text {
  position: absolute;
  left: -0.5208333333vw;
  bottom: 3.8541666667vw;
  z-index: -1;
}
.home .section3 .bg_text img {
  max-width: 52.0833333333vw;
}
@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 50px 5%;
  }
  .home .section1 .content {
    flex-direction: column;
  }
  .home .section1 .content .lbox {
    width: 100%;
  }
  .home .section1 .content .lbox .t1 {
    margin-bottom: 12px;
  }
  .home .section1 .content .rbox {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .home .section1 .content .rbox .swiper1 {
    width: 100%;
    margin: 0;
  }
  .home .section1 .content .rbox .swiper1 .pic img {
    border-radius: 10px;
    height: 200px;
  }
  .home .section1 .content .rbox .prev, .home .section1 .content .rbox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .home .section1 .content .rbox .prev svg, .home .section1 .content .rbox .next svg {
    width: 30px;
  }
  .home .section1 .content .rbox .next {
    right: 0;
  }
  .home .section1 .content .rbox .swiper-pagination {
    bottom: 0;
  }
  .home .section1 .content .rbox .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .home .section1 .content .rbox .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
  }
  .home .section2 {
    padding: 45px 0;
  }
  .home .section2 .p1 {
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
  .home .section2 .btns a {
    padding: 10px 30px;
    margin: 0 5px;
  }
  .home .section2 .btns a svg {
    width: 18px;
    margin-left: 10px;
  }
  .home .section3 {
    padding: 60px 5% 50px 5%;
  }
  .home .section3 .honor img {
    width: 80%;
  }
  .home .section3 .bg_text {
    left: -10px;
    bottom: 0;
  }
  .home .section3 .bg_text img {
    max-width: 100%;
  }
}