/* 内容区 */
@media screen and (min-width: 1000px){
  .conBox{
    background-color: #ecf1f5;
    overflow: hidden;
    min-height: 790px;
    padding: 40px 0;
  }
  
  .title{
    font-size: 20px;
    font-weight: 600;
  }

  .imgBox{
    margin: 20px auto;
  }
  .gallery-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .myswiper{
    justify-content: center;
  }
  .myswiper .cantainer{
    margin: 0 20px;
  }
  .myswiper .swiper-slide{
    height: 205px;
    cursor: pointer;
    position: relative;
    opacity: 0.4;
    width: 25%;
  }
  .myswiper .swiper-slide::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
  }
  .myswiper .slide-active::before{
    display: none;
  }
  .myswiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .myswiper .swiper-button-white{
    position: static;
    width: 30px;
    margin: 0!important;
    height: 24px;
    background-size: 100% 100%;
  }
  .myswiper .swiper-button-prev{
    background-image: url("../images/jt-prev1.png");
  }
  .myswiper .swiper-button-next{
    background-image: url("../images/jt-next1.png");
  }
  .gallery-top {
    width: 1200px;
    height: 725px;
    margin: 0 auto;
  }
  .gallery-thumbs .swiper-slide-active {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
    padding: 0.4rem 0;
  }
  
  .title{
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: 600;
  }
  
  .topBox{
    
    flex-direction: column;
    align-items: center;
  }
  
  .mySwiperBox{
    width: 100%;
  }
  .mySwiperBox .swiper-slide{
    width: 100%;
    height: 5.333333rem;
  }
  .mySwiperBox .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .mySwiperBox .swiper-pagination{
    width: 9.2rem;
    margin: 0 auto;
  }
  .mySwiperBox .swiper-pagination-bullet{
    margin: 0.4rem 0.026667rem;
    height: 0.08rem;
  }
  .mySwiperBox .swiper-pagination-bullet-active{
    width: 0.9rem;
    border-radius: 0.066667rem;
  }

}