/*幻灯片*/

     .swiper20220520115701 .swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
      }

      .swiper .swiper-slide {
/*        height: 300px;
        line-height: 300px;*/
      }

      .swiper .swiper-slide:nth-child(2n) {
/*        height: 500px;
        line-height: 500px;*/
      }

.swiper20220520115701 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.swiper20220520115701 .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #c5843a;
    background: #f90;    
}

.swiper20220520115701 .swiper-button-next,.swiper20220520115701 .swiper-button-prev{
	display: block;
	
}
.swiper20220520115701 .zoomImage {
    padding-bottom: 30% !important;
}
.swiper20220520115701 .zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}