.jdyd{
  display: none;
}
.jja1{
  display: block;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiperlfa {
  height: 880px;
  width: 100%;
}

.swiperlfa .swiper-slide {
  position: relative;
}

.swiperlfb {
  width: 1440px;
  height: 145px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

.swiperlfb .swiper-slide {
  width: 25%;
  height: 100%;
}

.jdxx {
  background-color: #A38142;
  margin-top: 10px;
}

.swiperlfb .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.swiperlfb .swiper-slide div{
  position: relative; width: 100%; height: 100%; border-right: 1px solid #fff;
}

.swiperlfb .swiper-slide div label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	transition: all 0.3s ease;
	transform-origin: center center;
}

.swiperlfb .swiper-slide-thumb-active  div label{
  opacity: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 160px; color: #fff; z-index: 9999;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 160px; color: #fff; z-index: 9999;
}

.xxnext{
  right: 30px; top: 40%;
}
.xxprev{
  left: 30px; top: 40%;
}

@media screen and (max-width:1200px){
  .swiperlfa{height: 300px;}
  .jdbox .jdzbox{height: 300px; top: 0; display: none;}
  .swiperlfb{width: 100%; height: 100px;}
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 10px; color: #fff;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 10px; color: #fff;
  }
  .jdxx{margin-top: 5px;}

}