/* start */

.tab-menu{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 5px;
  }
  .tab-menu ul{
    width:94%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: #0a7edb;
    border-radius: 5px;  
  }
  .tab-menu ul li{
    float: left;
    width: 25%;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
  }
  .zt-bg .tab-menu ul li a{
    color: #ffffff;
    position: relative;
  }
  
  .sp-content{
    width: 100%;
  }
  .sp-content ul li:last-child{
    margin-bottom: 0;
  }
  .sp-content .wz_li_r h2.wz_tit a {
    line-height: 1.3rem;
    font-size: 1.0rem;
    font-weight: normal;
    color: #181818;
  }
  .title-bg{
    width: 100%;
    height: 50px;
    margin-top:10px;
  }
  .title-bg img{
    width: 100%;
    height: 50px;
  }
  
    .swiper-slide .banner_title {
      position: absolute;
      left: 0;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius:6px ;
      bottom: 0;
      width:100%;
      overflow: hidden;
      height: 40px;
      color: #fff;
      text-indent: 5px;
      line-height: 40px;
      background: rgba(0, 0, 0, .5);
      font-size: 16px;
    }
    .swiper-slide .banner_title span{
        width: 80%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        display: inline-block;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .swiper-pagination {
      text-align: right !important;
      color:#fff;
      width: 15%;
     
    }
  
    .swiper-pagination-current {
      top: 20px;
      font-size: 20px;
      color: red;
    }
  
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     width:90%;
    }
  
  /* top */
  .zt-banner{
    height:134px;
    width: 100%;
  }
  .zt-banner img{
    width: 100%;
    height: 134px;
  }
  .zt-bg{
    background: url(../img/top1.png) no-repeat top center;
    background-size: cover;
    height: 40px;
    position: relative;
    z-index: 999;
  }
  .wz_list {
      width: 100%;
      height: auto;
      padding: 0 10px;
      box-sizing: border-box;
  }
  .wz_list ul {
      width: 100%;
      height: auto;
  }
  .wz_list ul li {
      width: 100%;
      height: 115px;
      border-bottom: 1px solid #dcdcdc;
      padding: 18px 0 15px 0px;
  }
  .wz_list ul li .wz_li_r {
      width: 100%;
      height: 80px;
      padding-left: 126px;
      position: relative;
  }
  .wz_list ul li .wz_li_r .wz_li_l {
      width: 120px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
  }
  .wz_list ul li .wz_li_r h2.wz_tit {
      width: 100%;
      height: 50px;
      padding: 5px 10px 0 5px;
  }
  .wz_list ul li .wz_li_r h2.wz_tit a {
      line-height:22px;
      font-size:14px;
      font-weight: normal;
      color: #181818;
      overflow: hidden;
      text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .wz_list ul li .wz_li_r p {
      width: 100%;
      height: auto;
      padding:5px;
  }
  .wz_list ul li .wz_li_r p .wz_ly {
      width: 40%;
      height: auto;
      font-size:12px;
      display: inline-block;
      color: #969696;
      white-space: nowrap;
  }
  .wz_list ul li .wz_li_r p .wz_sj {
      font-size:12px;
      padding: 0;
      display: inline-block;
      color: #ababab;
      width: 50%;
  }
  .load-mores{
    position: relative;
    bottom: 0;
    margin: 70px auto 0;
    width:20px; height:25px;
    background:url(../img/jiantou.png)no-repeat center center;
     -webkit-animation: bounce-down 1.5s linear infinite;
     animation: bounce-down 1.5s linear infinite;
  }
  .load-more{
    z-index: 99;
    text-align: center;
    color: #0071cd;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100px;
    z-index: 10;
    background: -webkit-linear-gradient(90deg,#fff 26%,hsla(0,0%,100%,0));
    background: linear-gradient(1turn,#fff 26%,hsla(0,0%,100%,0));
  }
  .tp_list{
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .tp_list ul li{
    position: relative;
    width:45%;
    height: 0;
    padding-bottom:30%;
   float: left;
   margin:2.5%;
  }
  
  .tp_list ul li img{
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tp_list .tp-title{
    position: absolute;
    bottom: 0;
    width:94%;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    padding:0 3%;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  i.iconfont{margin-right: 2px;font-size: 12px;}
  .spjd-l{
    width: 500px;
    height: 333px;
  }
  .play-btn{
    width: 60px;
    height:60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background: url(../img/play.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}
.banner-bg-lb{
  width: 100%;
  height: 100%;
  background: url(../img/3333.png)no-repeat center center;
}
.title-bgs{
  width: 100%;
    height: 50px;
}
.title-bgs img{
  margin:10px 0;
  width: 100%;
  height: 100%;
}

.footer{
  width: 100%;
  padding: 15px 5%;
  height: auto;
}
.footer-con{
  width:100%;
  margin: 0 auto;

}
.footer-con p{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  color: #333;
}
.footer-con p span{
  margin: 0 5px;
}
.footer-con ul li{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #707070;
}
.top-h{
  width: 100%;
  height: 5px;
  background: #ebebeb;
}

@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-6px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(6px);}
 }

 @keyframes bounce-down {
  25% {transform: translateY(-6px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(6px);}
 }
.tpsx,.xcsd,.sp-content{
  width: 100%;
  position: relative;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 33%;
  margin: 15px 0;
}

.swiper-slide {
  position: relative;
  padding-bottom:56%;
  height:0;
  width: 100%;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  /* 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;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide img {
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.wz_li_l .play-btn{
  width: 40px;
  height:40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/play.png) no-repeat center center;
  background-size: 100%;
  z-index: 999;
}
  .wz_list ul li:last-child{
    border-bottom:0;
  }


