.gallery-wrap .oneLine {
  width: 277px;
}
.gallery-wrap .video-box {
  margin: 0 30px 30px 0;
}
.gallery-wrap .video-box .img-box {
  width: 277px;
  height: 156px;
  position: relative;
  margin-bottom: 16px;
}
.gallery-wrap .video-box .img-box .play {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 14px;
  bottom: 14px;
}
.gallery-wrap .video-box .img-box .img-num {
  position: absolute;
  right: 13px;
  bottom: 12px;
}
.gallery-wrap .video-box .img-box .img-num img {
  width: 16px;
  height: 14px;
  margin-right: 6px;
  padding: 3px 0;
}
.gallery-wrap .video-box .img-box .img-num p {
  color: #fff;
}
.gallery-wrap .video-box .time {
  color: #a6a6a6;
}
.gallery-wrap a:nth-child(4n) .video-box {
  margin: 0 0 30px 0;
}
.galleryWrap {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 90px;
}
.gallery-wrap .title-bg {
  background: unset;
  padding: 24px 0 28px 0;
  height: unset;
  margin-bottom: 0;
}
.galleryWrap .galleryBox {
  width: 1200px;
  height: 935px;
  position: relative;
}
.galleryWrap .galleryBox .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.galleryWrap .galleryBox .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.galleryWrap .galleryBox .gallery-top {
  height: 786px;
  width: 1200px;
  margin-bottom: 50px;
}
.galleryWrap .galleryBox .gallery-top img {
  height: 675px;
}
.galleryWrap .galleryBox .gallery-thumbs {
  width: 718px;
  height: 144px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
.galleryWrap .galleryBox .gallery-thumbs .swiper-slide {
  height: 100%;
}
.galleryWrap .galleryBox .gallery-thumbs .swiper-slide-thumb-active {
  border-radius: 5px;
  border: 2px solid #F14B2F;
}
.galleryWrap .galleryBox .top-button-prev,
.galleryWrap .galleryBox .top-button-next {
  position: absolute;
  width: 27px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
}
.galleryWrap .galleryBox .top-button-prev {
  top: 300px;
  left: 29px;
  background: url(../images/lb_left_ac.png) center no-repeat;
  background-size: 100% 100%;
}
.galleryWrap .galleryBox .top-button-next {
  top: 300px;
  right: 29px;
  background: url(../images/lb_right_ac.png) center no-repeat;
  background-size: 100% 100%;
}
.galleryWrap .galleryBox .bottom-button-next,
.galleryWrap .galleryBox .bottom-button-prev {
  width: 74px;
  height: 74px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.galleryWrap .galleryBox .bottom-button-next {
  border-radius: 4px;
  top: 870px;
  right: 200px;
  background: url(../images/bt_right.png) 0 0/46px 124px no-repeat;
  background-size: 100% 100%;
}
.galleryWrap .galleryBox .bottom-button-prev {
  top: 870px;
  left: 200px;
  background: url(../images/bt_left.png) 0 0/46px 124px no-repeat;
  background-size: 100% 100%;
}
.galleryWrap .galleryBox .info {
  width: 1200px;
  z-index: 100;
  box-sizing: border-box;
  margin-top: 31px;
}
.galleryWrap .galleryBox .info .index .now {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  color: #4589e1;
  line-height: 69px;
}
.galleryWrap .galleryBox .info .index .line {
  color: #333;
  font-size: 20px;
}
.galleryWrap .galleryBox .info .index .all {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #333;
  line-height: 28px;
}
.galleryWrap .galleryBox .info .brief {
  width: 1118px;
  font-size: 16px;
  text-align: left;
  color: #333;
  line-height: 24px;
  margin-top: 12px;
}
.galleryWrap .galleryBox .info .time,
.galleryWrap .galleryBox .info span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333;
  line-height: 25px;
}
.galleryWrap .galleryBox .gaLeft {
  width: 166px;
  height: 124px;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.galleryWrap .galleryBox .gaLeft img {
  width: 166px;
  height: 124px;
  display: block;
}
.galleryWrap .galleryBox .gaLeft .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.galleryWrap .galleryBox .gaLeft .tuji {
  width: 64px;
  height: 26px;
  background: #4589e1;
  border-radius: 13px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  position: absolute;
  top: 40px;
  left: 53px;
}
.galleryWrap .galleryBox .gaLeft .tjTit {
  width: 146px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 17px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.galleryWrap .galleryBox .gaRight {
  left: auto;
  right: 0;
}
.swiper-button-disabled {
  opacity: 0.4;
}