    .swiper-container {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 0px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 970px;
      height: 365px;

    }
    .swiper-slide a{
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999em;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      width: 950px;
      height: 54px;
      box-sizing: border-box;
      padding: 2px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
