.box20250506142019 {
    width: 90%;
    /* height: 65rem; */
    /* float: left; */
    margin: 0 5%;
    position: relative;
}
.box20250506142019 .swiper-container_box20250506142019 {
    overflow: hidden;
    /* height: 65rem; */
}
.layer-mask {
    width: 100%;
    height: 100%;
    /*opacity: 0.7;*/
    transition: all 0.5s;
    /*background-color: #3e3e3e;*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.box20250506142019 .swiper-slide-active .layer-mask {
    display: none;
}
.box20250506142019 .swiper-slide-active a p {
    display: block;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    padding-top: 20px;
}
.box20250506142019 .swiper-slide img {
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 100%;
    border: none;
}
.box20250506142019 .swiper-slide p {
    display: none;
}
.box20250506142019 .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.85)!important;
    transform: scale(0.85) !important;
    margin-top: 70px;
    margin-bottom: 70px;
}
.box20250506142019 .swiper-slide-active, .box20250506142019 .swiper-slide-duplicate-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1.01) !important;
    z-index: 1002;
}

.box20250506142019 .swiper-button-prev {
    --swiper-theme-color: rgb(0 122 255 / 0%);
    left: -20px !important;
    width: 18px !important;
    height: 50px !important;
    background-image: url('zl.jpg');
    background-size:100%;
    background-repeat: no-repeat;
}
.box20250506142019 .swiper-button-next {
    --swiper-theme-color: rgb(0 122 255 / 0%);
    right: -20px !important;
    width: 18px !important;
    height: 50px !important;
    background-image: url('zr.jpg');
    background-repeat: no-repeat;
    background-size:100%;
}

.box20250506142019 .swiper-button-prev, .box20250506142019 .swiper-button-next:focus {
    outline: none;
}
.swiper-containerbox20250506142019 .swiper-slide {
    text-align: center;
}

/*S非手机端*/
@media (min-width: 1200px){
.box20250506142019 .swiper-button-prev {
   left: -30px !important;
    width: 52px !important;
    height: 80px !important;
}
    .box20250506142019 .swiper-button-next {

    right: -30px !important;
    width: 52px !important;
    height: 80px !important;
}
	
}