/*添加视频特殊处理*/
/*PC端*/
/*M端*/
#top-video {
  width: 100%;
  height: calc(100vh - 1.5rem);
  position: fixed;
  top: 1.5rem;
  left: 0;
  z-index: 1;
}
#top-video.fixed {
  height: 100vh;
  top: 0;
}
#top-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-video a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#top-video a.none {
  cursor: default;
}
#top-video .video_ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  animation: upDown 1s infinite;
  width: 0.4rem;
  height: 0.42rem;
  display: inline-block;
  transform: scale(0.5);
}
@keyframes upDown {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes upDown {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 10px;
  }
}
.header .warning {
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
.header .nav.fixed {
  z-index: 1;
  top: 0;
}
.container-fluid {
  margin-top: 0;
  position: relative;
  background: #fff;
}

#video-section {
  width: 100%;
  height: calc(100vh - 1.5rem);
  position: relative;
  z-index: 1;
}

#video-section .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-section a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#video-section a.none {
  cursor: default;
}
.container-fluid .containerBox {
  position: relative;
  z-index: 1000;
}
.container-fluid .containerBox .bannerBox {
  position: relative;
  height: 9rem;
}
.container-fluid .containerBox .bannerBox .banner {
  height: 100%;
  width: 100%;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide .none {
  cursor: default;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide a {
  display: block;
  height: 100%;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .containerBox .bannerBox .bannerThumb {
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background-color: rgba(150, 144, 162, 0.15);
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper {
  display: flex;
  flex-direction: column;
  transform: none!important;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide {
  width: 100%!important;
  height: calc(100%/5);
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 0.15rem;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(17, 16, 19, 0.25);
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide .tit {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  #top-video {
    height: calc(100vh - 1.5rem);
    position: fixed;
    top: 1.5rem;
  }
  
  #video-section {
    height: calc(100vh - 1.5rem);
    position: relative;
  }
  
  #video-section .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-fluid .containerBox .bannerBox {
    position: relative;
    height: 13.36rem;
  }
  .container-fluid .containerBox .bannerBox .banner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination {
    top: initial;
    bottom: 0;
    background: #aedeee;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide {
    font-size: 18px;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-fluid .containerBox .bannerBox .bannerThumb {
    display: none;
  }
}
