  /* banner */
  .section-banner .swiper-slide-have-video .banner-img {
      /*视频隐藏*/
      /*display: none;*/
  }

  /* product */
  .section-product {
      text-align: center;
  }

  .section-product .product-lists h3 {
      color: #000;
  }

  .section-product .product-lists .des {
      line-height: 1.5;
      font-size: 14px;
      color: #808080;
  }

  .section-product .product-lists .detail {
      font-size: 16px;
      color: #e35811;
      text-transform: uppercase;
  }

  .section-product .read-more {
      position: relative;
      display: inline-block;
      line-height: 44px;
      padding: 0 46px;
      font-size: 16px;
      color: #666;
      text-transform: uppercase;
      border: 1px solid #999;
      border-radius: 22px;
  }

  .section-product .read-more:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -60px;
      width: 32px;
      height: 16px;
      margin-top: -8px;
      background: url(../images/ic_arrow_l.png) no-repeat left center/contain;
  }

  .section-product .read-more:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -60px;
      width: 32px;
      height: 16px;
      margin-top: -8px;
      background: url(../images/ic_arrow_r.png) no-repeat left center/contain;
  }

  /* product end */
  /* our vision */
  .section-vision {
      color: #fff;
      text-align: center;
  }

  .section-vision h3 {
      text-transform: uppercase;
  }

  .section-vision h3:after {
      content: "";
      display: block;
      width: 30px;
      height: 4px;
      margin: 30px auto;
      background-color: #E35811;
  }

  .section-vision .ic-play {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto;
      background: url("../images/ic_play.png") no-repeat right center/contain;
  }

  /* our vision end */
  /* news */
  .section-news .linkto {
      font-size: 18px;
      color: #808080;
      text-align: center;
  }

  .section-news .linkto>a {
      margin: 0 26px;
      color: #808080;
  }

  .news-lists .img {
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 41.67%;
  }

  .news-lists .img>img {
      display: block;
      width: 100%;
  }

  .news-lists h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #231815;
      border-bottom: 1px solid #D9D9D9;
  }

  .news-lists p {
      line-height: 1.5;
      font-size: 14px;
      color: #999391;
  }

  .news-lists .other>span {
      display: inline-block;
      margin-right: 70px;
      font-size: 14px;
      color: #B3ABAA;
  }

  .section-banner .swiper-pagination-bullet{
      width: 28px;
      height: 4px;
      border-radius: 0;
      background-color: #E35811;
  }

  /*.swiper-button-prev{*/
      /*background-image:url("../images/left_f.png");*/
  /*}*/
  /*.swiper-button-next{*/
      /*background-image:url("../images/right_f.png");*/
  /*}*/
  @media (max-width:1024px){
      .swiper-button-prev,.swiper-button-next{
          background: transparent;
      }
  }

  /* news end */