html, body {
  position: relative;
  height: 100%;
}
.containerz{
  position: relative;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  width: 589px;
  height: 370px;
  float: right;
}
.gallery-thumbs {
  height: 190px;
  box-sizing: border-box;
  padding: 30px 0 30px 0;
  width: 1200px;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swprev{
  color: #6db92b;
  left:-60px;
}
.swnext{
  color: #6db92b;
  right:-60px;
}
.swprev:focus,.swnext:focus{
  outline: none;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet{
  background-color: #6db92b;
}

.swiper-button-prev-banner{
  color: #6db92b;
  padding: 20px;
  width: 100px;
  height: 100px;
}
.swiper-button-next-banner{
  color: #6db92b;
  padding: 20px;
  width: 100px;
  height: 100px;
}
.swiper-button-prev-banner:focus,.swiper-button-next-banner:focus{
  outline: none;
}
