/* 精彩图集 */
.marvellous_box{
    width: 100%;
    min-height: 5rem;
  }
  .jingcai_box{
    margin: 0 auto;
    width: 90%;
    /* height: .8rem; */
  }
  .jingcai_box img{
    width: 100%;
  }
  .img_video_box{
    margin-top: .5rem;
    width: 100%;
    height: .5rem;
  }
  .img_video_box p{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333333;
    font-size: .3rem;
  }
  
  .img_video_box p span{
    width: 1rem;
  }
  
  .img_video_active{
    font-weight: 900;
    border-bottom: .04rem solid #333;
  }
  .show_img_video_active{
    display: none;
  }
  
  .atlasBox {
    position: relative;
    width: 100%;
    /* height: 340px; */
    overflow: hidden;
    margin-bottom: 30px
  }
  
  .titleBox {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .mar30 {
    margin-bottom: 30px;
  }
  
  .titleBox span {
    vertical-align: middle;
    font-family: Microsoft YaHei;
    width: 140px;
    font-size: 20px;
    color: black;
    display: inline-block;
    font-weight: 600;
  }
  
  .titleBox span img {
    display: block;
    width: 100%;
  }
  
  .titleBox i {
    display: block;
    font-size: 16px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  
  .atlasBtn li {
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #716d85;
    text-align: center;
  }
  
  .atlasBtn li.active {
    color: #000;
    border-bottom: 1px solid #000;
  }
  
  .atlasContBox{
    width: 100vw;
    display: none;
  }
  
  .atlasBox .atlasContBox.active {
    display: block !important;
    opacity: 1;
  }
  
  /* .atlasContBox .swiper-slide:nth-child(2n) {
    width: 60% !important;
  }
  .atlasContBox .swiper-slide:nth-child(3n) {
    width: 40% !important;
  }
   */
   .atlasContBox .swiper-container {
    width: 100%;
    height: 100%;
  }
  .atlasContBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 70%!important;
    /* Center slide text vertically */
    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;
  }
  
  .atlasContBox .swiper-slide {
    margin-left: 10%
  }
  .three-title-data{
    display: none;
  }
  
  
  /* 视频播放 */
  
  .playVideoBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
  }
  
  .videoZc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
  }
  
  .playVideoBox video {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .videoA {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .vClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 34px;
    height: 33px;
    background-image: url(../img/close1.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    border: 2px solid #f1f1f1;
    background-size: auto 100%;
    z-index: 1000;
    border-radius: 4px;
    background-color: #666;
    cursor: pointer;
  }


.section{width:100%;}
.section .pic img{display:block;width:100%}
 .videoBox {
  position: relative;
  width: 885px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #525252;
}

.videoCoverBox {
  width: 100%;
  height: 495px;
  background-position: center center;
  background-size: auto 100%;
      margin-top: 20px;
    margin-bottom: 20px;
}

.videoBox dt {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.playIcon {
  position: absolute;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  top: 50%;
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.videoBox dd {
  position: relative;
  padding: 17px 35px;
  width: 100%;
  height: 125px;
  box-sizing: border-box;
  background: #fff;
}

.videoBox dd span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a:link, a:visited, a:hover {
  color: #353535;
}

.videoBox dd i {
  position: absolute;
  top: 50px;
  right: 38px;
  width: 122px;
  height: 50px;
  background-color: #d2d2d2;
  line-height: 50px;
  padding-left: 60px;
  background-image: url(../images/tj_download.png);
  background-repeat: no-repeat;
  background-position: 24px 15px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
}

.centerFont{
  color: #000;
  text-align: center;
  font-size: 22px;
}