.swiper-container {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  position: relative;
}
.swiper-navigator {
  width: 90%;
  height: 56px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.swiper-btn-next,
.swiper-btn-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 56px;
  height: 56px;
  -ms-display: flex;
  display: -webkit-flex;
  display: flex;
  padding-top: 3px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-btn-next {
  right: -6px;
  background: url(rightjt.png) no-repeat center;
}
.swiper-btn-prev {
  left: -6px;
  background: url(leftjt.png) no-repeat center;
}
.swiper-wrap {
  width: 52%;
  margin: 35px auto auto auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-perspective: 3000px;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  display: -webkit-flex;
  display: flex;
  -ms-display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-items: center;
  z-index: 4;
  position: relative;
}
.swiper-wrap li {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  top: 40px;
  overflow: hidden;
}

.swiper-wrap li p {
  text-align: center;
  position: absolute;
  top: 301px;
  background: #000000a3;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}

.swiper-wrap li:first-child {
  position: relative;
}
.swiper-wrap.transition li {
  transition: 0.5s;
}
.swiper-wrap img {
  width: 633px;
  display: block;
  height: 353px;
  object-fit: cover;
  border-radius: 10px;
}
.p1 {
  z-index: 3;
  -webkit-transform: translateZ(100px) scale(1);
  transform: translateZ(100px) scale(1);
  -ms-transform: translateZ(100px) scale(1);
}
.p2 {
  z-index: 2;
  -webkit-transform: translate3d(30%, 0, 50px) scale(0.7);
  transform: translate3d(30%, 0, 50px) scale(0.7);
  -ms-transform: translate3d(30%, 0, 50px) scale(0.7);
}
.swiper-3 .p3,
.swiper-6 .p6 {
  z-index: 2;
  -webkit-transform: translate3d(-30%, 0, 50px) scale(0.7);
  transform: translate3d(-30%, 0, 50px) scale(0.7);
  -ms-transform: translate3d(-30%, 0, 50px) scale(0.7);
}
.swiper-5 .p3,
.swiper-6 .p3 {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 30px) scale(0.5);
  transform: translate3d(50%, 0, 30px) scale(0.5);
  -ms-transform: translate3d(50%, 0, 30px) scale(0.5);
}
.swiper-4 .p3,
.swiper-6 .p4 {
  -webkit-transform: translateZ(30px) scale(0.5);
  transform: translateZ(30px) scale(0.5);
  -ms-transform: translateZ(30px) scale(0.5);
}
.swiper-5 .p4,
.swiper-6 .p5 {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 30px) scale(0.5);
  transform: translate3d(-50%, 0, 30px) scale(0.5);
  -ms-transform: translate3d(-50%, 0, 30px) scale(0.5);
}
.swiper-4 .p4,
.swiper-5 .p5,
.swiper-6 .p6 {
  z-index: 2;
  -webkit-transform: translate3d(-30%, 0, 50px) scale(0.7);
  transform: translate3d(-30%, 0, 50px) scale(0.7);
  -ms-transform: translate3d(-30%, 0, 50px) scale(0.7);
}
.swiper-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 11%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-dots li {
  width: 20px;
  height: 2px;
  background: #b5b5b5;
  margin-right: 10px;
  float: left;
  transition: 0.3s;
}
.swiper-dots li:last-child {
  margin: 0;
}
.swiper-dots .active {
  background: #ff4949;
}
ul {
  list-style: none;
}


/* 移动端样式 */
@media screen and (max-width: 768px) {
  .swiper-container {
        width: 100% !important;
    }

    .swiper-slide {
        width: 4rem !important;
    }

    .swiper-slide img {
        height: 2.5rem;
    }

    .swiper-btn-prev {
        background: url(./leftjt.png) no-repeat;
        cursor: pointer;
        display: block !important;
        left: -0.1rem !important;
        width: 0.56rem !important;
        height: 0.56rem !important;
        background-size: 100% !important;
        top: -1.2rem;
        z-index: 100;
    }

    .swiper-btn-next {
        right: -0.1rem;
        background: url(./rightjt.png) no-repeat;
        background-size: 100%;
        z-index: 100;
        cursor: pointer;
        display: block !important;
        width: 0.56rem !important;
        height: 0.56rem !important; 
        top: -1.2rem; 
    }
    .swiper-wrap {
        width: 46%;
    }
}

@media screen and (max-width: 480px) {
  .swiper-wrap li {
    top: 4px;
  }
}