.banner .banner-swiper {
    width: 100%;
  }
  .banner .banner-swiper .swiper-slide{
    background-size: cover;
    background-position: center center;
  }
  .block-head {
    padding: 55px 0 40px 0;
  }
  .block-head > .title {
    float: left;
  }
  .block-head > .title > .item {
    font-size: 32px;
    color: #000;
  }
  .block-head > .title > .en {
    font-size: 24px;
  }
  .block-look-more {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 18px;
    border: 1px solid #00a0e9;
    transition: background 0.3s, border 0.3s;
  }
  
  .block-look-more:hover {
    background-color: #00a0e9;
    color: #fff;
  }
  .product{
      margin-bottom:55px;
  }
  .product-tabs {
    text-align: left;
    margin-bottom:50px;
  }
  .product-tabs .item .icon i{
      font-size:80px;
      height:auto;
      color:#00a0e9;
  }
  .product-tabs > .item {
    display: inline-block;
    width: 154px;
    margin: 0 35px;
    padding:3px;
    height:154px;
    text-align: center;
  }
  
  .product-tabs .item:hover,.product-tabs .item.active {
      background:#00a0e9;
      cursor:pointer;
      transition: all 0.3s;
  }
  .product-tabs .item .icon{
      margin-top:28px;
  }
  .product-tabs .item .name{
      font-size:18px;
  }
  .product-tabs .item:hover i,.product-tabs .item:hover .name,
  .product-tabs .item.active i,.product-tabs .item.active .name{
      color:#fff;
      transition: all 0.3s;
  }
  .product-swiper .img {
    border: 1px solid #00a0e9;
    overflow:hidden;
    display:block;
  }
  .product-swiper .img > img {
    display: block;
    margin: auto;
    transition:all 0.3s;
  }
  .product-swiper .img > img:hover{
    display: block;
    margin: auto;
    transform:scale(1.1);
  }
  
  .product-swiper .box {
    position: relative;
    font-size: 18px;
    color: #333;
  }
  .product-swiper .box:hover {
    color: #00a0e9;
  }
  .product-swiper .left {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-right: 7em;
  }
  .product-swiper .box{
      padding:0px 10px;
      position:relative;
  }
  .product-swiper a.title {
      font-size:18px;
      line-height:28px;
      display:block;
  }
  .product-swiper a.describe{
      font-size:18px;
      line-height:28px;
      display:block;
  }
  .product-swiper a.block-look-more{
      position:absolute;
      bottom:0;
      right:0;
      line-height: 28px;
      padding: 0 14px;
      font-size: 14px;
  }
  .product-swiper .banner-swiper{
      margin-bottom:50px;
  }
  .product-swiper .swiper-pagination-bullets,
  .solution .swiper-pagination-bullets{
      bottom:0 !important;
  }
  .product-swiper .swiper-pagination-bullet,
  .solution .swiper-pagination-bullet{
      border-radius:0;
      width:14px;
      height:7px;
      background:#ccc;
  }
  .product-swiper .swiper-pagination-bullet-active,
  .solution .swiper-pagination-bullet-active{
      background:#00a0e9;
  }
  .product-swiper .swiper-slide{
      cursor:pointer;
      
  
  }
  
  .solution .swiper-pagination-bullets{
  
  }
  .solution{
      padding-bottom:40px;
  }
  
  .scheme{
      background:#fff url('../images/solve-bg.jpg');
      height:700px;
  }
  .scheme .solution .img,.scheme .solution .btm-box{
      border: 1px solid #00a0e9;
      display:block;
  }
  .scheme .solution .btm-box{
      margin-top:-1px;
      color:#000;
      width: 330px;
      padding:5px 10px;
      background:rgba(255,255,255,.4);
  }
  .scheme .solution .img{
      overflow:hidden;
      width: 350px;
      height: 350px;
  }
  .scheme .solution .img img{
      width:100%;
      height:100%;
      transition:all 0.3s;
  }
  .scheme .solution .img:hover img{
      transform:scale(1.1);
  }
  .scheme .solution .bg h3{
      line-height:28px;
      font-weight:normal;
      font-size:18px;
  }
  .scheme .solution .bg h5{
      color:#666;
      font-size:14px;
      line-height:18px;
      height:54px;
      overflow:ellipsis;
      font-weight:normal;
      
  }
  .scheme a.bg:hover h3,.scheme a.bg:hover h5{
      color:#00a0e9;
  }
  
  .solution a.block-look-more{
      
      line-height: 28px;
      padding: 0 14px;
      font-size: 14px;
  }
  .solution .b{
      margin-top:10px;
      margin-bottom:18px;
      padding-right:10px;
  }
  .new-menu{}
  .new-menu .item{
      float:left;
      padding:8px 40px;
      font-size:18px;
      background:#f2f2f2;
      transition:all 0.3s;
      cursor:pointer;
  }
  .new-menu .item.active,.new-menu .item:hover{
      background:#00a0e9;
      color:#fff;
  }
  .news-box{
      
  }
  .news-box .left{
      float:left;
      width:48%;
      
  }
  .news-box .left .left-item{}
  .news-box .left .left-item .img{
      width:100%;
      overflow:hidden;
      position:relative;
      height:350px;
      cursor:pointer;
  }
  .news-box .left .left-item .img .btm-desc{
      position:absolute;
      bottom:0;
      left:0;
      right:0;
      display:block;
      padding:8px 10px;
      background:rgba(0,0,0,0.5);
      color:#fff;
  }
  .news-box .left .left-item .img .title:hover{
      color:#cac5c5 !important;
      cursor:pointer;
  }
  .left-item .img .btm-desc .title{
      color:#fff;
      font-size:18px;
      line-height:30px;
  }
  .left-item .img .btm-desc .p{
      color:#ccc;
      font-size:14px;
      font-weight:normal;
      line-height:20px;
  }
  .left-item .img .btm-desc .content{
      color:#ccc;
      font-size:14px;
      font-weight:normal;
      line-height:16px;
      max-height:32px;
      overflow:hidden;
  }
  .news-box .left .left-item .img img{
      width:100%;
      height:100%;
      transition:all 0.3s;
  }
  .news-box .left .left-item .img img:hover{
      transform:scale(1.1);
  }
  .news-box .new{
      display:none;
      
  }
  .news-box .new.active{
      display:block;
      
  }
  .news-box .right{
      float:right;
      width:48%;
      border:1px solid #ccc;
  }
  .news-box .right .new-item{
      position:relative;
      padding:14px 20px;
      border-bottom:1px solid #ccc;
  }
  .news-box .right .new-item:nth-last-child(1){
      border-bottom:0;
  }
  .news-box .right .new-item .title{
      font-size:16px;
      line-height:28px;
      color:#000;
      margin-bottom:2px;
      transition:all 0.3;
      border-bottom:0;
  }
  .news-box .right .new-item .title:hover{
      color:#00a0e9;
      border-bottom:1px solid #00a0e9;
  }
  .news-box .right .new-item .content{
      color:#666;
      line-height:14px;
      max-height:28px;
      font-size:12px;
      overflow:hidden;
  }
  .news-box .right .new-item .time{
      position:absolute;
      top:8px;
      right:20px;
      font-size:12px;
      color:#ccc;
  }