.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .sec1 {
  padding: 5.2083333333vw 0 0;
}
.home .sec1 .title {
  margin-bottom: 3.125vw;
}
.home .sec1 .list .item {
  display: flex;
}
.home .sec1 .list .item .l {
  width: 54.4270833333vw;
  height: 31.7708333333vw;
  background: #2E2E5A;
  padding: 7.8125vw 11.7708333333vw 0;
  text-align: center;
}
.home .sec1 .list .item .l .line {
  width: 0.0520833333vw;
  height: 3.125vw;
  background: #fff;
  margin: 0 auto;
}
.home .sec1 .list .item .l .item_title {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  margin: 2.0833333333vw 0 1.5625vw;
  color: #FFFFFF;
}
.home .sec1 .list .item .l .item_text {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.home .sec1 .list .item .r {
  width: 45.5729166667vw;
  height: 31.7708333333vw;
  overflow: hidden;
}
.home .sec1 .list .item .r .img {
  width: 100%;
  height: 100%;
}
.home .sec1 .list .item .r img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.home .sec1 .list .item .r:hover img {
  transform: scale(1.1);
}
.home .sec1 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home .sec1 .list .item:nth-child(2n) .l {
  background: url("../images/news/n5.png") no-repeat;
  background-size: 100%;
}
.home .sec1 .list .item:nth-child(2n) .l .line {
  background: #000000;
}
.home .sec1 .list .item:nth-child(2n) .l .item_title {
  color: #000000;
}
.home .sec1 .list .item:nth-child(2n) .l .item_text {
  color: #000000;
}
.home .sec2 {
  padding: 5.2083333333vw 0 0;
}
.home .sec2 .wrap {
  width: 69.7916666667vw;
  margin: 0 auto;
}
.home .sec2 .wrap .title {
  margin: 0 0 3.125vw;
}
.home .sec2 .wrap .content {
  position: relative;
}
.home .sec2 .wrap .content .btns {
  width: 79.1666666667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7.8125vw;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .sec2 .wrap .content .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: #9797AD;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  transition: 0.6s;
}
.home .sec2 .wrap .content .btns .icon img {
  display: block;
  width: 1.25vw;
}
.home .sec2 .wrap .content .btns .icon:nth-child(2) {
  transform: rotateY(180deg);
}
.home .sec2 .wrap .content .btns .icon:hover {
  background: #2E2E5A;
}
.home .sec2 .wrap .content .swiper {
  width: 100%;
  overflow: hidden;
}
.home .sec2 .wrap .content .swiper .swiper-slide .img {
  width: 100%;
  height: 13.5416666667vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.home .sec2 .wrap .content .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.home .sec2 .wrap .content .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.home .sec2 .wrap .content .swiper .swiper-slide h5 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5625vw 0 0.5208333333vw;
  color: #000000;
}
.home .sec2 .wrap .content .swiper .swiper-slide p {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 150%;
  color: #666666;
  margin: 0 0 0.5208333333vw;
}
.home .sec2 .wrap .content .swiper .swiper-slide .time {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 150%;
  color: #999999;
}
.home .sec3 {
  padding: 5.2083333333vw 0;
}
.home .sec3 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec3 .wrap .title {
  margin-bottom: 3.125vw;
}
.home .sec3 .wrap .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.home .sec3 .wrap .content h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  background-image: linear-gradient(277.54deg, #2E2E5A 89.63%, #6262C0 92.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .sec3 .wrap .content p {
  width: 42.7604166667vw;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 150%;
  color: #666666;
}
.home .sec3 .wrap .swiper_box {
  width: 89.5833333333vw;
}
.home .sec3 .wrap .swiper_box .sec3_swiper {
  width: 100%;
  margin-left: -10.4166666667vw;
  position: relative;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .text-box {
  width: 29.3229166667vw;
  position: absolute;
  top: 8.3333333333vw;
  left: 0;
  background: #2E2E5A;
  padding: 3.6458333333vw 4.1666666667vw;
  transform: translateY(40px);
  opacity: 0;
  z-index: 10;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .text-box h4 {
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.5;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .text-box h5 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  margin: 0.4166666667vw 0 1.25vw;
  color: #FFFFFF;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .text-box p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  color: #FFFFFF;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img {
  width: 79.1666666667vw;
  height: 32.8125vw;
  border-radius: 0.5208333333vw;
  transform: translateY(40px);
  opacity: 0;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .text-box, .home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .img {
  transition-delay: 0.1s;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .btns {
  width: 60.2604166667vw;
  position: absolute;
  top: 14.5833333333vw;
  right: 2.0833333333vw;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: #9797AD;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  transition: 0.6s;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .btns .icon img {
  display: block;
  width: 1.6666666667vw;
}
.home .sec3 .wrap .swiper_box .sec3_swiper .btns .icon:nth-child(2) {
  transform: rotateY(180deg);
}
.home .sec3 .wrap .swiper_box .sec3_swiper .btns .icon:hover {
  background: #2E2E5A;
}
@media screen and (max-width: 768px) {
  .home .sec1 {
    padding: 40px 5vw 0;
  }
  .home .sec1 .list .item {
    flex-direction: column-reverse !important;
    margin-bottom: 40px;
  }
  .home .sec1 .list .item .r {
    width: 100%;
    height: 62vw;
  }
  .home .sec1 .list .item .l {
    width: 100%;
    height: auto;
    padding: 40px 30px;
  }
  .home .sec1 .list .item .l .line {
    width: 1px;
    height: 24px;
  }
  .home .sec1 .list .item .l .item_title {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .home .sec1 .list .item .l .item_text {
    font-size: 14px;
  }
  .home .sec1 .list .item:nth-child(2n) .l {
    background-size: 100% 100%;
  }
  .home .sec2 {
    padding: 10px 0 0;
  }
  .home .sec2 .wrap {
    width: 90vw;
  }
  .home .sec2 .wrap .content {
    padding: 0 0 80px;
  }
  .home .sec2 .wrap .content .swiper .swiper-slide .img {
    height: 56vw;
    border-radius: 10px;
  }
  .home .sec2 .wrap .content .swiper .swiper-slide h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .home .sec2 .wrap .content .swiper .swiper-slide p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home .sec2 .wrap .content .swiper .swiper-slide .time {
    font-size: 14px;
  }
  .home .sec2 .wrap .content .btns {
    top: unset;
    bottom: 20px;
    width: 100%;
    justify-content: center;
  }
  .home .sec2 .wrap .content .btns .icon {
    width: 50px;
    height: 50px;
  }
  .home .sec2 .wrap .content .btns .icon img {
    width: 20px;
  }
  .home .sec2 .wrap .content .btns .icon:nth-child(2) {
    margin-left: 20px;
  }
  .home .sec3 {
    padding: 40px 0 60px;
  }
  .home .sec3 .wrap {
    width: 90%;
  }
  .home .sec3 .wrap .content {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .home .sec3 .wrap .content h5 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .home .sec3 .wrap .content p {
    width: 100%;
    font-size: 14px;
  }
  .home .sec3 .wrap .swiper_box {
    width: 100%;
  }
  .home .sec3 .wrap .swiper_box .swiper {
    width: 100%;
    margin: 0;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide {
    flex-direction: column-reverse;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide .text-box {
    position: unset;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide .text-box h4 {
    font-size: 16px;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide .text-box h5 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide .text-box p {
    font-size: 14px;
  }
  .home .sec3 .wrap .swiper_box .swiper .swiper-slide .img {
    height: 37vw;
    border-radius: 0px;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
  }
  .home .sec3 .wrap .swiper_box .swiper .btns {
    width: 90%;
    left: 5%;
  }
  .home .sec3 .wrap .swiper_box .swiper .btns .icon {
    width: 40px;
    height: 40px;
  }
  .home .sec3 .wrap .swiper_box .swiper .btns .icon img {
    width: 18px;
  }
}