/*幻灯片*/
.box20211031605 .swiper-container {
      width: 100%;
    }
.box20211031605 .swiper-slide img{
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
    }
.box20211031605 .zoomImage {
	
    padding-bottom: 116% !important;
	background-size:cover !important;
	
}
.box20211031605 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.box20211031605 .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #c5843a;
    background: #f90;    
}
@media ( min-width : 1200px) {
.box20211031605 .swiper-container {
      height: 522px;
    }	
}

/*手机端显示*/
@media (max-width : 1199px) {
	.box20211031605 .swiper-pagination{

		display: none;
	}
	.box20211031605 .swiper-container {
		width: 100%;
	/*	height: 100%;*/
	}
	.box20211031605 .zoomImage {

/*		padding-bottom: 100% !important;
		background-size:cover !important;*/

	}
}