.switchs {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.box {
  width: 100%;
  position: relative;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.btn img {
  width: 2.6042vw;
  height: 2.6042vw;
}
.swiper-slide {
  width: 20.3125vw;
  height: 15.625vw;
}
.swiper-slide-next {
  height: 17.1875vw;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  align-items: center;
}
.title {
  font-weight: 400;
  font-size: 1.25vw;
  color: #333333;
  text-align: center;
  margin-top: 1.3021vw;
  margin-bottom: 1.5625vw;
}
.xt img {
  width: 100%;
  height: 0.7813vw;
}
.uls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5625vw;
  margin-bottom: -3.125vw;
  margin-right: -9.2708vw;
}
.uls li {
  margin-bottom: 3.125vw;
  margin-right: 9.2708vw;
}
.uls li a {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.0417vw;
  color: #333333;
}
.uls li a img {
  margin-right: 0.5729vw;
}
.uls li:hover a {
  color: rgba(201, 21, 30, 1);
}

@media screen and (max-width: 1000px) {
  .switchs {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .box {
    width: 100%;
    position: relative;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    display: none;
  }
  .btn img {
    width: 30px;
    height: 30px;
  }
  .swiper-slide {
    height: 250px;
  }
  .swiper-slide-next {
    height: 250px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper-wrapper {
    align-items: center;
  }
  .title {
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .xt {
    display: none;
  }
  .uls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .uls li {
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
  }
  .uls li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20.0006px;
    color: #333333;
    justify-content: center;
  }
  .uls li a img {
    margin-right: 10.9997px;
  }
  .uls li:hover a {
    color: rgba(201, 21, 30, 1);
  }
}
