.main {
  padding-bottom: 80px;
}
.section-box {
  padding: 150px 0;
}
.main-box {
  margin-left: calc((100% - 1200px)/2);
}
.main-box .main-tile {
  width: 230px;
  height: 78px;
}
.main-box .swiper-box .swiper-video {
  position: relative;
  flex-shrink: 0;
  padding: 60px 0;
}
.main-box .swiper-box .swiper-video #swiperVideo {
  width: 295px;
  height: 580px;
  border-radius: 28px;
  overflow: hidden;
  margin-right: 12px;
  object-fit: cover;
}
.main-box .swiper-box .mySwiper {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  --swiper-navigation-size: 0;
}
.main-box .swiper-box .mySwiper .swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 580px;
}
.main-box .swiper-box .mySwiper .swiper-slide > div {
  width: 100%;
  height: 100%;
}
.main-box .swiper-box .mySwiper .swiper-slide > div:hover img {
  transform: scale(1.05);
}
.main-box .swiper-box .mySwiper .swiper-slide img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.main-box .swiper-box .mySwiper .swiper-slide .swipwe-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
}
.main-box .swiper-box .mySwiper .swiper-slide .swipwe-txt-box .title {
  font-size: 24px;
}
.main-box .swiper-box .mySwiper .swiper-slide .swipwe-txt-box .sub-title {
  font-size: 18px;
}
.main-box .swiper-box .mySwiper .swiper-button-next,
.main-box .swiper-box .mySwiper .swiper-button-prev {
  top: unset;
  bottom: 0px;
  left: 50%;
  width: 35px;
  height: 35px;
}
.main-box .swiper-box .mySwiper .swiper-button-next {
  transform: translateX(80%);
  background: url('../img/icon/next.png') no-repeat 100% 100%;
  background-size: 100%;
}
.main-box .swiper-box .mySwiper .swiper-button-prev {
  transform: translateX(-80%);
  background: url('../img/icon/prev.png') no-repeat 100% 100%;
  background-size: 100%;
}
.section {
  margin-top: 25px;
}
.section a {
  display: block;
}
.section .section-left {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.section .section-right {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.section .section-right .section-text-box {
  align-items: end;
}
.section .section-right .section-text-box .botton-box .xilie {
  margin-left: 20px;
  margin-right: 0px;
}
.section .section-two .section-item {
  position: relative;
  width: calc(50% - 15px);
  height: 800px;
}
.section .section-two .section-item .section-text-box {
  padding: 80px;
}
.section .section-text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 110px;
  color: #fff;
}
.section .section-text-box .title {
  font-size: 50px;
  font-weight: bold;
}
.section .section-text-box .sub-title {
  font-size: 20px;
}
.section .section-text-box .botton-box {
  margin-top: 35px;
  color: #fff;
}
.section .section-text-box .botton-box .more-btn {
  width: 100px;
  height: 34px;
  border-radius: 34px;
  font-size: 17px;
  background-color: #1498EC;
  color: #fff;
}
.section .section-text-box .botton-box .xilie {
  margin-left: 20px;
  font-size: 17px;
}
@media only screen and (max-width: 750px) {
  .main-box {
    margin-left: 0;
  }
  .section-box {
    padding: 80px 10px;
  }
  .section-box .swiper-box {
    flex-direction: column;
  }
  .section-box .swiper-box .swiper-video {
    padding: 20px 0;
  }
  .section-box .swiper-box .swiper-video #swiperVideo {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .section {
    padding: 0 10px;
  }
  .section .section-left {
    border-radius: 10px;
  }
  .section .section-text-box {
    padding: 10px;
  }
  .section .section-text-box .title {
    font-size: 24px;
  }
  .section .section-right {
    border-radius: 10px;
  }
  .section .section-two {
    flex-wrap: wrap;
  }
  .section .section-two .section-item {
    margin-bottom: 10px;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
  }
  .section .section-two .section-item .section-text-box {
    padding: 10px;
    justify-content: center;
  }
}
