/*    .swiper-container {
        width: 100%;
        height: 626px;
        margin-left: auto;
        margin-right: auto;  overflow:hidden;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center; 
    }
	
    .gallery-top {
        width: 100%;
    }
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 142px;!important;
        height: 95px;
        opacity: 0.4; border:2px solid #f4f4f4
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1; border:2px solid #005bab
    }

   .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }
  */
  .swiper{width: 100%;
        height: 626px;
        margin-left: auto;
        margin-right: auto;  overflow:hidden;}

  .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }




  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 142px;
	height: 95px;
	opacity: 0.7;border:2px solid #fff;box-sizing: border-box;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;border:2px solid #005bab
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

/*.swiper-slide{ position:relative}
.swiper-slide div{ position:absolute; left:30px; bottom:20px; text-align:left; line-height:2rem}*/

.swiper-button-prev{ top:50%; left:-80px;
	background: url('../images/jt2.png') no-repeat center center !important; /* 自定义箭头路径 */
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 53px !important; /* 自定义宽度 */
	height: 53px !important; /* 自定义高度 */
	border:1px  dashed #000 !important;
	border-radius:50%;
}
.swiper-button-next{ top:50%; right:-80px;
  	background: url('../images/jt2.png') no-repeat center center !important; /* 自定义箭头路径 */
	transform: rotate(180deg);
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 53px !important; /* 自定义宽度 */
	height: 53px !important; /* 自定义高度 */
	border:1px  dashed #000 !important;
	border-radius:50%;
}



@media (max-width:768px){
.swiper{height: auto;}
.mySwiper{ display:none}
.mySwiper2 {width: 70%;}
.swiper-button-prev{left:10px; width:35px!important; height:35px!important; background-size:50% auto !important;}
.swiper-button-next{right:10px; width:35px!important; height:35px!important; background-size:50% auto !important;}

.swiper-slide div{ position:absolute; left:0; bottom:-20px; text-align:left; line-height:2rem}


}