.banner7 {
  height: 7.2rem;
  background-image: url("../image/banner7.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.banner7 .banner7-title {
  padding-top: 0.66rem;
  color: #fff;
  text-align: center;
  background-image: url("../image/banner3-title.png");
  background-size: 4.78rem 0.06rem;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-title {
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.banner7 .banner7-title-one {
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.banner7 .banner7-title-two {
  font-size: 0.18rem;
  font-weight: bold;
  padding-bottom: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-title-two {
    padding-bottom: 0.1rem;
  }
}
.banner7 .banner7-content {
  margin-bottom: 0.73rem;
  position: relative;
  overflow: hidden;
}
.banner7 .banner7-content .swiper-wrapper {
  height: auto;
}
.banner7 .banner7-content .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  right: 3rem;
  background-image: url("../image/banner7-jiantou.png");
  background-repeat: no-repeat;
  background-size: 0.14rem 0.26rem;
  background-position: center;
}
.banner7 .banner7-content .swiper-button-next:hover {
  background-color: #ee952f;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-content .swiper-button-next {
    width: 0.85rem;
    height: 0.85rem;
    right: 0.5rem;
    background-color: unset;
    background-size: 40%;
  }
}
.banner7 .banner7-content .swiper-button-prev {
  z-index: 10;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  left: 3rem;
  background-image: url("../image/banner7-jiantou.png");
  background-repeat: no-repeat;
  background-size: 0.14rem 0.26rem;
  background-position: center;
  transform: rotate(180deg);
}
.banner7 .banner7-content .swiper-button-prev:hover {
  background-color: #ee952f;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-content .swiper-button-prev {
    width: 0.85rem;
    height: 0.85rem;
    left: 0.5rem;
    background-color: unset;
    background-size: 40%;
  }
}
.banner7 .banner7-content .swiper-button-prev:after {
  display: none;
}
.banner7 .banner7-content .swiper-button-next:after {
  display: none;
}
.banner7 .banner7-content .swiper-container-banner7 {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-content .swiper-container-banner7 {
    width: 4rem;
  }
}
.banner7 .banner7-content .banner7-content-li {
  width: 2.3rem;
  height: 3.1rem;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-content .banner7-content-li {
    width: 4rem;
    height: 5.48rem;
  }
}
.banner7 .banner7-content .banner7-content-li img {
  width: 100%;
  height: 100%;
}
.banner7 .banner7-look {
  margin: 0 auto;
  width: 1.5rem;
  height: 0.5rem;
  background-color: #ee952f;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 25px;
}
.banner7 .banner7-look a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner7 .banner7-look {
    display: none;
  }
}
.banner7 .swiper-slide {
  height: auto;
}
