/* banner 轮播 */
.swiper-container{
  position: relative;
}
.swiper-wrapper{
  height: auto !important;
}
.capelabel-banner-next{
  right:5% !important;
}
.capelabel-banner-prev{
  left:5% !important;
}
.capelabel-banner-next,.capelabel-banner-prev{
  background-image: none !important;
}
.swiper-pagination-bullet-active{
  background-color: #fff !important;
}
/* 左侧产品菜单导航栏目样式 Begin */
.product-nav-list{
    z-index:-1;
  }
  .list-group-item.active{
    background-color: #013b84 !important;
    border-color: #013b84 !important;
  }
  .list-group-two:hover{
    background: #cecece;
  }
  @media screen and (min-width:750px) {
    .p-22{
      font-size: 22px;
    }
  }
  @media screen and (max-width:750px) {
    .p-22{
      font-size: 16px;
    }
    .list-group-two{
      font-size: 10px;
    }
    .list-group-item{
      padding:0.55rem 0.05rem;
    }
  }

  /* 左侧产品菜单导航栏目样式 End */

  .capalable-newsDec-row span {
    display: block;
    margin: 10px auto;
    color: #afacac;
  }
  .capalable-newsDec-row h4 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #010101;
  }
  .recoment-title {
    text-align: center;
    color: #000;
  }
  @media screen and (max-width: 750px) {
    .capelabel-newsDec-top {
      margin-top: 10px;
    }
    .recoment-title {
      font-size: 10px;
      text-align: center;
      color: #000 !important;
    }
  }
  .cur-item {
    background-color: #013b84 !important;
  }
  .capelabel-tag-item p {
    background-color: #686868;
    color: #fff;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    text-align: center;
  }
  .tag-color {
    background-color: #013b84 !important;
  }
  @media screen and (max-width: 750px) {
    .productList {
      display: none;
    }
    .capelabel-tag-list {
      margin-top: 15px;
    }
  }
  
  .capelabel-classfiy-item a {
    display: block;
    overflow: hidden;
  }
  .capelabel-classfiy-item {
    margin-top: 10px;
    /* padding-left: 5px;
      padding-right: 5px; */
  }
  /* 推荐机型布局 */
  .solution-rec-product a div {
    border: 1px solid #686868;
  }
  .solution-rec-title {
    text-align: left;
  }

  .product-three{
    display: block;
  }
  .product-more{
    display: none;
  }