
@charset "utf-8";

$main_color:#d32c23;
$nav_color:#d32c23;
$main_hover:#ef6333;
@mixin inline_block {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@mixin bg_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mode_link{
  position: absolute;
  top:-70px;
}
.container_lun{
  width: 86%;
  margin: auto;
  position: relative;
}
.container_head{
  margin: auto 110px;
  position: relative;
}
.bg_cover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tit{
  text-align: center;
  font-size: 40px;
  padding: 10px 0 30px 0;
  color: #555;
  &.tit_left{
    text-align: left;
    //padding: 40px 0 30px 0;
  }
  .tit_small{
    font-size: 26px;
    line-height: 2;
    color: #777;
    text-align: center;
    span{
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle;
      font-size: 14px;
    }
    .line_in{
      display: inline-block;
      width: 38px;
      height: 3px;
      background: $main_color;
    }
  }
  .tit_small.wh{
    .line{
      background: #fff;
    }
    span{
      color: #fff;
    }
    .line_in{
      background: #fff;
    }
  }
}

.tit.wh{
  color: #fff;
}

.tit_in{
  text-align: center;
  font-size: 32px;
  color: #333;
  padding-bottom: 30px;
  &.tit_in_wh{
    color: #fff;
  }
  .tit_small{
    font-size: 16px;
    margin-top: 5px;
    color:#888;
    span{
      color:#888;
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle;
      font-size: 16px;
    }
  }
}

.main{
  position: relative;
  padding: 30px 0;
  position: relative;
  &.main_bt0{
    padding-bottom: 0;
  }
}

.main_block{
  position: relative;
  padding: 50px 0;
}

.header{
  position: fixed;
  width: 100%;
  z-index: 999;
  .logo_box{
    a{
      position: relative;
      height: 80px;
      display: inline-block;
      vertical-align: top;
      width: 250px;
    }
    .logo_w{
      position: absolute;
      top: 0;
      left: 0;
      height: 80px;
      z-index: 2;
    }
    .logo_color{
      position: absolute;
      top: 0;
      left: 0;
      height: 80px;
      z-index: 1;
      opacity: 0;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
  }
  .nav_list {
    &> li.active >a >span,
    &> li.on >a >span,
    &> li:hover >a >span{
      color: $nav_color;
      .caret {
        color: $nav_color;
      }
    }
  }
  .nav_list > li > a > span{
    font-size: 20px;
    line-height: 99px;
    padding:0 0 0 ;
    color: #fff;
    .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
    }
  }
  .droplist_tile{

    //background: rgba(0, 0, 0, 0.3);
    //-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000,endColorstr=#4C000000)"; /*Filter for IE8 */
    //filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4C000000, endColorstr=#4C000000); /*Filter for older IEs */
    background: #e0e0e1;
    .sub_list{
      text-align: center;
      .sub_item{
        text-align: left;
        @include inline_block;
        min-width: 130px;
        vertical-align: top;
        padding-top: 25px;
        padding-bottom: 35px;
        margin: 0 2%;
      }
      h2{
        font-size: 18px;
        color: #333;
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #d0d0d0;
        a{
          font-size: 18px;
          color: #333;
          margin:0 5px;
        }
        &.no_bor{
          padding-bottom: 0;
          border-bottom: none;
        }
      }
      a{
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 2;
        padding-right: 5px;
      }
      a.on,
      a:hover{
        color: $nav_color;
      }
    }
  }

  &.head_sticky{
    background: #fff;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
    .logo_box{
      .logo_color{
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      }
      .logo_w{
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      }
    }
    .nav_list > li > a > span{
            color: #444;
      .caret {
        color: #444;
      }
    }
    .nav_list {
      &> li.active >a >span,
      &> li.on >a >span,
      &> li:hover >a >span{
        color: $nav_color;
        .caret {
          color: $nav_color;
        }
      }
    }
    .header_search {
      margin-top: 27px;
    }
    .header_search .inp {
      background: rgb(0, 0, 0); /*The Fallback color,这里也可以使用一张图片来代替*/
      background: rgba(0, 0, 0, 0.2);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#33000000,endColorstr=#33000000)"; /*Filter for IE8 */
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#33000000, endColorstr=#33000000); /*Filter for older IEs */
    }
    .droplist_tile{
      //background: rgb(0, 0, 0); /*The Fallback color,这里也可以使用一张图片来代替*/
      //background: rgba(0, 0, 0, 0.9);
      //-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#D8000000,endColorstr=#D8000000)"; /*Filter for IE8 */
      //filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#D8000000, endColorstr=#D8000000); /*Filter for older IEs */
    }
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;

  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;

  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;

  animation-fill-mode:both;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(15px);}
  60% {-webkit-transform: translateY(15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(15px);}
  60% {transform: translateY(15px);}
}
.banner{
  @include bg_cover;
  position: relative;
  z-index: -2;
}
.banner_box{
  background-size: cover;
  background-attachment: fixed;
  padding: 23% 0;
  color: #fff;
  position: relative;
  height: 100%;
  min-height: 450px;
  background: radial-gradient(ellipse at center,rgba(5,15,20,.2) 0,rgba(5,15,20,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33050f14', endColorstr='#99050f14', GradientType=1);
  h1{
    font-size: 65px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgba(0,0,0,.5);
  }
  h3{
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
  }
  #video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/static_bg_2.jpg) center no-repeat;
    background-color: rgba(0,0,0,.5);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
  }
}

//手机面包屑
.m_Crumbs{
  &.is_stuck{
    margin-top: 50px;
    z-index: 999;
  }
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  position: relative;
  display: none;
  h4{
    text-align: center;
    height: 55px;
    line-height:55px;
    font-size: 22px;
    background: url("../images/m_crumbs.png") no-repeat 95%;
    font-weight: normal;
  }
  ul{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #f3f3f3;
    padding-right: 0;
    z-index: 99;
    li{
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      border-top: 1px solid #ffffff;
      a{
        display: block;
        line-height: 40px;
        color: #999;
        width: 100%;
      }
      &.active a{
        color: $main_color;
      }
    }
  }
}

.index_block{
  background: #fff;
  padding: 30px 0 40px 0;
  .block_box{
    font-size: 0;
    line-height: 0;
    margin-left: -20px;
    margin-right: -20px;
    .col_lg_12{
      float: none;
      @include inline_block;
      vertical-align: top;
      padding-left: 20px;
      padding-right: 20px;
    }
    .item{
      margin-bottom: 5%;
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      .img_box{
        width: 100%;
        @include bg_cover;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }
      &:hover{
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.8);
        .img_box{
          transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1); /* IE 9 */
          -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
          -o-transform: scale(1.1, 1.1); /* Opera */
          -moz-transform: scale(1.1, 1.1); /* Firefox */
        }
      }
    }
    .item12{
      .img_box {
        padding-top: 125%;
      }
    }
    .item11{
      .img_box {
        padding-top: 60%;
      }
    }
    .txt{
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 15px 20px;
      background: rgb(0, 0, 0); /*The Fallback color,这里也可以使用一张图片来代替*/
      background: rgba(0, 0, 0, 0.4);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#8C000000,endColorstr=#8C000000)"; /*Filter for IE8 */
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8C000000, endColorstr=#8C000000); /*Filter for older IEs */
      h3{
        color: #fff;
        font-size: 28px;
        line-height: 1.3;
      }
      p{
        color: #fff;
        font-size: 20px;
        line-height: 1.3;
      }
    }
  }
}

.index_factory{
  padding: 30px 0 70px 0;
  background:#d9d9d9 url('../images/index_bg.jpg') no-repeat center ;
  background-size: contain;
  .factory_box{
    margin: 0 50px;
  }
  .factory_slick{
    .factory_list{
      font-size: 0;
      line-height: 0;
      .item{
        width: 20%;
        @include inline_block;
        .img_box{
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          padding-top: 46%;
          margin-bottom: 15%;
        }
      }
    }
    .slick-dots {
      bottom: -15px;
    }
    .slick-dots li{
      background-color: #b3b3b3;
      width: 14px;
      height: 14px;
    }
    .slick-dots li.slick-active{
      background-color: $main-color;
    }
  }
}

.index_news{
  background: #fff;
  padding: 50px 0 50px 0;
  .news_list{
    margin: 0 50px;
  }
  .item{
    display: block;
    overflow: hidden;
    background-color: #f8f8f8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    .img_box .img{
      overflow: hidden;
      width: 100%;
      padding-top: 60%;
      @include bg_cover;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .txt{
      margin-top: 20px;
      margin-bottom: 20px;
      border-left: 3px solid #999;
      padding-left: 12px;
      h3{
        font-size: 18px;
        color: #333;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      p{
        font-size: 14px;
        color: #999;
        margin-top: 5px;
      }
      .more_btn{
        float: right;
        font-size: 12px;
        margin-left: 10px;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background:#999 url("../images/btn_more.png") no-repeat 45px center;
      }
    }
    &:hover{
      box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
      .txt{
        border-color: $main_color;
        .more_btn{
          background-color: $main_color;
        }
      }
      .img_box img{
        transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1); /* IE 9 */
        -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
        -o-transform: scale(1.1, 1.1); /* Opera */
        -moz-transform: scale(1.1, 1.1); /* Firefox */
      }
    }
  }
}

.index_serve{
  padding: 20px 0 60px 0;
  background: #fff;
  .serve_list{

  }
  .item{
    float: left;
    width: 20%;
    margin-top: 15px;
    text-align: center;
    em{
      @include inline_block;
      width: 90px;
      height: 90px;
      line-height: 90px;
      vertical-align: middle;
      border: 1px solid #707473;
      border-radius: 50%;
      span{
        @include inline_block;
        height: 57px;
        width: 57px;
        vertical-align: middle;
        overflow: hidden;
      }
      i{
        display: block;
        height: 57px;
        width: 57px;
        overflow: hidden;
        line-height: 57px;
        transition: all 0.2s;
      }
      img{
        vertical-align: middle;
      }
    }
    .txt{
      @include inline_block;
      vertical-align: middle;
      width: 85px;
      font-size: 20px;
      color: #707473;
      line-height: 1.5;
      margin-left: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    &:hover{
      em{
        background: $main_color;
        border-color: $main_color;
      }
      .img_on{
        margin-top: -57px;
      }
      .txt{
        color: $main_color;
        border-color: $main_color;
      }
    }
  }
}

.footer{
  background: #3a3e45;
  .footer_top{
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b2b5;
  }
  .f_logo{
    @include inline_block;
    vertical-align: bottom;
  }
  .f_links{
    @include inline_block;
    vertical-align: bottom;
    padding-bottom: 15px;
    margin-left: 40px;
    a{
      display: inline-block;
      font-size: 14px;
      color: #fff;
      margin-right: 50px;
    }
  }
  .bdsharebuttonbox{
    float: right;
    vertical-align: bottom;
    margin-top: 30px;
    a{
      display: inline-block;
      width: 50px;
      height: 50px;
    }
    .icon_ali{
      background: url("../images/icon_ali.png") no-repeat center;
    }
    .bds_weixin{
      background: url("../images/icon_weixin.png") no-repeat center;
    }
    .bds_tsina{
      background: url("../images/icon_weibo.png") no-repeat center;
    }
  }
  .copyright{
    padding: 30px 0 40px 0;
    text-align: center;
    span{
      @include inline_block;
      font-size: 14px;
      color: #919395;
      margin: 0 20px;
      line-height: 2;
      a{
        font-size: 14px;
        color: #919395;
      }
    }
  }
}

.banner_min{
  @include bg_cover;
  .banner_dis{
    padding: 10% 0 8% 0;
  }
  .banner_dis{
    text-align: center;
    h2{
      font-size: 32px;
      color: #fff;
      font-weight: normal;
      letter-spacing: 1px;
    }
  }
}
.banner_max{
  @include bg_cover;
  background-attachment: fixed;
  .banner_dis{
    padding: 13% 0px 10% 0;
    text-align: center;
    h2{
      font-size: 60px;
      color: #fff;
      font-weight: normal;
      margin-bottom: 30px;
    }
    h3{
      font-size: 36px;
      color: #fff;
      font-weight: normal;
    }
  }
}
.banner_prodouct{
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  .banner_dis{
    padding: 10% 0 0 0;
    text-align: center;
    h2{
      font-size: 32px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 15px;

    }
    h3{
      font-size: 16px;
      color: #fff;
      font-weight: normal;
      margin-bottom: 15px;
    }
    .img_box{
      font-size: 0;
    }
  }
}
p.p_img{
  text-indent: 0 !important;
  text-align: center;
  img{
    height: auto;
  }
}
.about{
  .about_con{
    p{
      font-size: 16px;
      color: #444;
      margin-bottom: 30px;
    }
  }
  .serve_block{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    //background-attachment: fixed;
    background-color: #d32c23;
    background-size: cover;
    .serve_con{
      margin-right: 450px;
      h3{
        font-size: 30px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 35px;
      }
      p{
        font-size: 16px;
        color: #fff;
        line-height: 2;
        margin-bottom: 45px;
      }
    }
    .img_box{
      width: 400px;
      float: right;
      overflow: hidden;
      overflow: hidden;
    }
  }
  .team{
    background: #f1f1f1;
    .team_con{
      .row{
        margin-right: -25px;
        margin-left: -25px;
        font-size: 0;
      }
      .col_lg_8{
        padding-right: 25px;
        padding-left: 25px;
        float: none;
        @include inline_block;
        vertical-align: top;
      }
      .item{
        display: block;
        margin-bottom: 35px;

      }
      .left{
        padding-top: 65%;
        overflow: hidden;
        @include bg_cover;
      }
      .right{
        h3{
          font-size: 22px;
          font-weight: normal;
          color: #333;
          margin: 10px 0;
          small{
            font-size: 18px;
          }
        }

        .txt{
          font-size: 16px;
          color: #666;
          line-height: 1.4;
          height: 88px;
          overflow: hidden;
          text-align: justify;
        }
        em{
          font-size: 14px;
          color: #444;
        }
      }
    }
  }
  .team_block{
    .team_block_con{
      .item{
        position: relative;
        float: left;
        width: 50%;
        @include bg_cover;
        padding-top: 29%;
        .black_box{
          width: 100%;
          height: 0;
          background:rgba(0,0,0,.5);
          position: absolute;
          left:0;
          top:348px;
          transition: all 0.5s;
        }
        &:hover .black_box{
          height:100%;
          top:0;
        }
        &:hover .txt{
          opacity: 1;
        }
       .txt{
        position: absolute;
        left: 40px;
        right: 40px;
        top: 50%;
        opacity: 0;
        transition: all 1.5s;
        h3{
          font-size: 20px;
          font-weight: normal;
          color: #fff;
          margin-bottom: 10px;
        }
        p{
          font-size: 16px;
          font-weight: normal;
          color: #fff;
          line-height: 2;
        }
       }
      }
    }
  }



  .culture{
    background-color: #f1f1f1;
    .container{
      width: 1280px;
    }
    .culture_con{
      .left{
        float: left;
        width: 490px;
        overflow: hidden;
      }
      .right{
        overflow: hidden;
        margin-left: 510px;
        padding-top: 30px;
        .img_box{
          width: 300px;
          float: left;
          overflow: hidden;
        }
        .txt{
          margin-left: 320px;
          h4{
            position: relative;
            padding-left: 25px;
            margin-top: 20px;
            margin-bottom: 30px;
            font-weight: normal;
            font-size: 22px;
            color: #444;
            small{
              display: block;
              font-size: 14px;
              color: #444;
            }
            .line{
              position: absolute;
              left: -50px;
              width: 50px;
              height: 4px;
              background-color: #4eaf9b;
            }
          }
          ul{
            li{
              font-size: 16px;
              color: #999;
              line-height: 1.2;
              margin-bottom: 10px;
            }
          }
        }
      }
      .p{
        margin-top: 20px ;
        font-size: 18px;
        color:#666;
        line-height: 2;
      }
    }
  }
  .develop{
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    .develop_con{
      width: 83.33333%;
      padding: 0;
      margin-right: auto;
      margin-left: auto;
    }
    .develop_dis{
      margin-bottom: 30px;
      margin-top: 30px;
    }
    .dis_list{
      padding: 0 25px;
      .item{
        margin-bottom: 25px;
        overflow: hidden;
        clear: both;
      }
      em{
        position: relative;
        float: left;
        width: 50px;
        line-height: 25px;
        background-color: #dadde2;
        color:#444;
        text-align: center;
        border-radius: 3px;
        &:after{
          position: absolute;
          content: '';
          width: 0;
          right: -8px;
          top: 8px;
          height: 0;
          border-top: 4px solid transparent;
          border-right: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #dadde2;
        }
      }
      .txt{
        margin-left: 65px;
        font-size: 16px;
        color: #fff;
        line-height: 25px;
      }
    }
    .develop_date{
      margin-bottom: 30px;
      position: relative;
      & > .item{
        display: none;
      }
      &:after{
        content: '';
        height: 100px;
        width: 1px;
        position: absolute;
        right: 0;

      }
      .date_item{
        font-size: 28px;
        color: #d0d4d9;
        font-weight: normal;
        line-height: 55px;
        padding-bottom: 40px;
        background: url('../images/date_line.png') no-repeat bottom center;
        background-size: contain;
        text-align: center;
      }
      .slick-current .date_item{
        font-weight: bold;
        color: #fff;
        font-size: 32px;
      }
      .slick-prev {
        left: -90px;
        bottom: -8px;
        top: auto;
        background: url("../images/develop_p.png") no-repeat center;
      }
      .slick-next {
        right: -90px;
        bottom: -10px;
        top: auto;
        background: url("../images/develop_n.png") no-repeat center;
      }
    }

  }

  .certify{
    .certify_con{
      .item{
        display: block;
        position: relative;
        padding: 40px 45px;
        .line_top{
          display: block;
          background-color: #c9c9c9;
          height: 1px;
          width: 48px;
          margin-bottom: 30px;
        }
        h3{
          font-weight: normal;
          font-size: 16px;
          color: #444;
          line-height: 1.5;
        }
        h4{
          font-weight: normal;
          font-size: 22px;
          color: #333;
          line-height: 1.5;
        }
        img{
          position: absolute;
          right: 40px;
          bottom: 30px;
        }
        span{
          @include inline_block;
          padding-right: 20px;
          background: url('../images/icon_ser_arrow.png') no-repeat right;
          font-size: 12px;
          color: #999;
          margin-top: 40px;
        }
      }
      .item11{
        height: 240px;
        background: #f3f3f3;
        border: 1px solid #f5f5f5;
        margin-bottom: 20px;
      }
      .item12{
        height: 500px;
        background: #f3f3f3;
        border: 1px solid #f5f5f5;
      }
    }
  }

  .client_c{
    background: #f3f3f3;
  }
  .client{
    .client_list{
      .item{
        margin: 15px 0 30px 0;
        text-align: center;
      }
      p{
        font-size: 14px;
        color: #333;
        line-height: 2;
      }
    }
  }
}

.product{
  padding-top: 0;
  .product_class{
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 30px;
    .row{
      font-size: 0;
    }
    .col_lg_1_7{
      float: none;
      @include inline_block;
      vertical-align: top;
    }
    a{
      display: inline-block;
      em{
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
      }
      i{
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
      }
      p{
        font-size: 20px;
        line-height: normal;
        color: #666;
      }
      &:hover{
        i.fist_img{
          margin-top: -100px;
        }
        p{
          color: $main_color;
        }
      }
    }
  }

  .product_list{
    margin-top: 50px;
    .row{
      font-size: 0;
      line-height: 0;
    }
    .col_lg_8{
      @include inline_block;
      vertical-align: top;
      float: none;
    }
    .item{
      width: 320px;
      margin: 15px auto;
      padding-bottom: 15px;
      display: block;
      .img_box{
        padding-top: 75%;
        @include bg_cover;
      }
      &:hover{
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
        .txt{
          h4{
            color: $main_color;
          }
          p{
            color: $main_color;
          }
        }
      }
    }
    .txt{
      text-align: center;
      margin: 0 15px;
      h4{
        margin: 10px 0;
        font-size: 20px;
        line-height: 1.5;
        color: #333;
      }
      p{
        font-size: 18px;
        line-height: 1.5;
        color: #999;
      }
    }
  }
}
.product_de{
  padding: 0;
  .pro_dis{
    .pro_slick{
      margin-right: 10px;
      img{
        width: 100%;
      }
    }
    .txt{
      margin-left: 15px;
      line-height: 2;
      h3{
        font-size: 20px;
        color: #444;
        font-weight: normal;
      }
      ul{
        margin-bottom: 20px;
        li{
          font-size: 16px;
          color: #666;
          padding-left: 15px;
          background: url("../images/04_03.png") no-repeat left 12px;
        }
      }
    }
  }
  .pro_feature{
    background: #f7f7f7;
    .txt{
      margin-right: 20px;
      margin-top: 40px;
      p{
        font-size: 16px;
        color: #333;
        margin-bottom: 40px;
        line-height: 2;
      }
    }
  }
  .pro_advan{
    @include bg_cover;
    .row{
      font-size: 0;
      line-height: 0;
    }
    .col_lg_6{
      float: none;
      @include inline_block;
      vertical-align: top;
    }
    .item{
      margin: 15px 0;
    }
    .img_box{
      text-align: center;
      img{
        width: 120px;
      }
    }
    .txt{
      h4{
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 15px;
      }
      p{
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
      }
    }
  }
  .pro_table{
    .table_box{
      overflow: auto;
      table{
        width: 100%;
        th,
        td{
          border-right: 1px solid #b4dbfd;
          padding: 13px 15px;
          text-align: center;
          font-size: 16px;
          font-weight: normal;
        }
        tr :last-child{
          border: none;
        }
        thead{
          background: #666;
          color: #fff;
        }
        tbody{
          tr:nth-child(2n-1){
            background: #ddecf9;
          }
          tr:nth-child(2n){
            background: #f5f9fd;
          }
          tr td{
            color:#666;
          }
          tr:first-child{
            background: #666;
            td{
              color:#fff;
            }
          }
        }
      }
    }

    .btn_box{
      margin: 40px 0 20px 0;
      text-align: center;
      .btn{
        background: url("../images/btn_bg.png") no-repeat center;
        width: 98px;
        height: 35px;
        padding: 5px 25px;
        display: inline-block;
        margin: 0 15px;
        vertical-align: top;
      }
      .print_btn{
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
        margin: 0 15px;
        span{
          color: #333;
          padding-left: 20px;
          font-size: 14px;
          background: url("../images/btn_print.png") no-repeat left center;
          border-bottom: 1px solid #333;
        }
      }
    }

  }
  .pro_case{
    .img_box{
      position: relative;
      display: block;
      padding-top: 68%;
      @include bg_cover;
      margin-bottom: 20px;
      .sh_box{
        visibility: hidden;
        text-align: center;
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
        padding-top: 20%;
        background: rgb(0, 0, 0); /*The Fallback color,这里也可以使用一张图片来代替*/
        background: rgba(0, 0, 0, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#8C000000,endColorstr=#8C000000)"; /*Filter for IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8C000000, endColorstr=#8C000000); /*Filter for older IEs */
        p{
          font-size: 18px;
          line-height: 2;
          color: #fff;
        }
      }
      &:hover .sh_box{
        visibility: visible;

      }
    }
  }
}

.solution{
  padding-top: 0;
  .txt{
    margin: 0 20px;
    h4{
      font-size: 32px;
      line-height: 2;
      color: #333;
      margin-bottom: 15px;
      font-weight:normal;
    }
    p{
      font-size: 16px;
      font-weight: normal;
      line-height: 1.8;
      color: #666;
    }
  }
  .solution1{
    background: url(../images/liter_bg1.png) repeat-x center;
    background-size: contain;
    .padding3{
      padding:62px 0;
    }
    .row{
      position: relative;
    }
    .txt{
      p{
        text-align: justify;
      }
    }
    .left{
      position: absolute;
      top: 50%;
      left: 0;
      transition: all 0.5s;
    }
    .right{
      float: right;
    }
  }
  .solution2{
    .item{
      margin-top: 35px;
      .txt{
        margin: 0 10px;
        h4{
          font-size: 20px;
          text-align: center;
          margin-bottom: 5px;
          margin-top: 15px;
        }
        p{
          text-align: justify;
        }
      }
    }
  }
  .solution3{
    background: url(../images/liter_bg.png) repeat-x center;
    background-size: contain;
    .item{
      margin-top: 35px;
      .txt{
        h4{
          font-size: 22px;
          text-align: center;
          margin-bottom: 5px;
          margin-top: 15px;
        }
        p{
          text-align: justify;
        }
      }
    }
  }
  .solution4{
    .row{
      position: relative;
    }
    .txt{
      p{
        text-align: justify;
      }
    }
    .right{
      position: absolute;
      top: 50%;
      right: 0;
      transition: all 0.5s;
    }
  }
}

.case{
  padding-bottom: 80px;
  .case_list{
    margin: 30px 0 60px 0;
    .item{
      position: relative;
      top: 0;
      margin-top: 40px;
      display: block;
      transition: all 0.5s;
      &:hover{
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        top: -3px;
        .left,
        .right{
          box-shadow: 3px 3px 8px 0px rgba(0 ,0 ,0 ,0.2);
        }

      }
    }
    .left{
      width: 240px;
      float: left;
      overflow: hidden;
      height: 370px;
      @include bg_cover;
    }
    .right{
      margin-left: 265px;
      height: 370px;
      padding: 30px 40px;
      background: #f4f5f5;
      .title{
        position: relative;
        h4{
          font-size: 24px;
          color: #333;
          line-height: 1.5;
          font-weight: normal;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
        .date{
          @include inline_block;
          vertical-align: top;
          font-size: 14px;
          color: #b3b3b3;
          line-height: 1;
          padding-right: 8px;
          border-right: 1px solid #b3b3b3;
        }
        .line{
          position: absolute;
          width: 40px;
          height: 4px;
          background: #48baa0;
          left: -55px;
          top: 40%;
        }
        .type{
          @include inline_block;
          vertical-align: top;
          padding-left: 8px;
          color: #ff0000;
          font-size: 14px;
          line-height: 1;
        }
      }

      .txt{
        margin-top: 15px;
        height: 240px;
        font-size: 16px;
        line-height: 1.5;
        color: #666;
        overflow: hidden;
        text-align: justify;
      }
    }
  }
}
.news{
  padding-bottom: 80px;
  background: #f3f3f3;
  .news_list{
    margin: 30px 0 60px 0;
    .item{
      margin-top: 30px;
      display: block;
      padding: 15px;
      background: #fff;
      transition: all 0.5s;
      &:hover{
        box-shadow: 3px 3px 8px 0px rgba(0 ,0 ,0 ,0.2);
        .more{
          background: #444;
          color: #fff;
          padding: 4px 10px 5px 10px;
        }
      }
    }
    .left{
      width: 310px;
      float: left;
      overflow: hidden;
      height: 280px;
      @include bg_cover;
    }
    .right{
      margin-left: 330px;
      padding-top: 30px;
      .title{
        position: relative;
        h4{
          font-size: 24px;
          color: #333;
          line-height: 1.5;
          font-weight: normal;
          margin-bottom: 10px;
        }
        .date{
          @include inline_block;
          vertical-align: top;
          font-size: 14px;
          color: #b3b3b3;
          line-height: 1;
          padding-right: 8px;
          border-right: 1px solid #b3b3b3;
        }
        .type{
          @include inline_block;
          vertical-align: top;
          padding-left: 8px;
          color: #b3b3b3;
          font-size: 14px;
          line-height: 1;
        }
      }

      .txt{
        margin-top: 15px;
        margin-bottom: 15px;
        height: 115px;
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        overflow: hidden;
        text-align: justify;
      }
      .more{
        @include inline_block;
        font-size: 14px;
        color: #444;
        transition: all 0.5s;
      }
    }
  }
}
.news_de{
  background: #fff;
  padding: 30px 0;
  .news_detail{
    padding: 40px 40px;
    .news_head{
      padding-bottom: 10px;
      .news_info .bdsharebuttonbox{
        @include inline_block;
        vertical-align: middle;
        span{
          margin-right: 5px;
        }
        a{
          height: 20px;
          width: 20px;
          margin-right: 10px;
        }
        .bds_tsina{
          background: url(../images/weibo_n.png) no-repeat center;
        }
        .bds_weixin{
          background: url(../images/weixin_n.png) no-repeat center;
        }
        .bds_qzone{
          background: url(../images/weixin_q.png) no-repeat center;
        }
      }
    }
    .news_head h3{
      font-size: 30px;
      color: #333;
      font-weight: normal;
      margin-bottom: 20px;
    }
    .news_head h3 small{
      font-size: 20px;
      color: #333;
      font-weight: normal;
    }
    .news_head p{
      text-align: center;
    }
    .news_head .news_info span{
      @include inline_block;
      vertical-align: middle;
      font-size: 14px;
      color: #666;
      line-height: 20px;
      margin: 0 10px;
    }
    .news_con{
      padding-top: 25px;
    }
    .news_con p{
      font-size: 16px;
      line-height: 2;
      text-indent: 2em;
      letter-spacing: 1.5px;
    }
    .news_con p.p_img{
      text-indent: 0 !important;
      text-align: center;
    }
    .news_con p.p_img img{
      height: auto;
    }
    .news_con img{
      margin-bottom: 10px;
    }
  }
  .news_foot {
    padding-top: 25px;
    padding-b0ttom: 25px;
    border-top: 1px dashed #e5e5e5;
    .back{
      float: right;
      a{
        margin-top: 11px;
        display: block;
        padding: 6px 20px 6px 40px;
        background: #444 url(../images/back_arrow.png) no-repeat 18px;
        color: #fff;
        &:hover{
          background-color: $main_color;
        }
      }
    }
    .link_list{
      margin-right: 100px;
    }
    .link_list li:first-child{
      background: url(../images/news_p.png) no-repeat 0px 9px ;
      padding-left: 24px;
    }
    .link_list li:last-child{
      background: url(../images/news_n.png) no-repeat 0px 9px ;
      padding-left: 24px;
    }
    .link_list li,
    .link_list li a{
      font-size: 14px;
      color: #999;
      line-height: 2;
    }
    .link_list li a:hover{
      color: $main_color;
    }
  }
}
.contact{
  padding-top: 0;
  padding-bottom: 0;
  .map_box{
    padding-top: 80px;
    background: #f8fafa;
  }
  .map_img{
    margin-top: 20px;
  }
  .site_list{
    margin-right: 50px;
    margin-left: 50px;
    font-size: 0;
    line-height: 0;
    padding-bottom: 30px;
    .col_lg_8{
      @include inline_block;
      float: none;
      vertical-align: top;
    }
    .item{
      margin: 30px 0;
      h5{
        font-size: 18px;
        line-height: 1.5;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
      }
      p{
        font-size: 16px;
        color: #666;
        line-height: 1.3;
        margin-bottom: 3px;
        padding-left: 25px;
      }
      .phone{
        background: url(../images/phone.png) no-repeat 0px 2px ;
      }
      .address{
        background: url(../images/address.png) no-repeat 0px 2px ;
      }
    }
  }
  .contact_form{
    padding-bottom: 80px;
    @include bg_cover;
    .form_box{
      margin-right: 50px;
      margin-left: 50px;
      P{
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
        span{
          color: #ff0000;
        }
      }
      .item2{
        margin-left: -40px;
        margin-right: -40px;
        .inp_col{
          padding-left: 40px;
          padding-right: 40px;
          width: 50%;
          float: left;
        }
      }
      .inp{
        margin-bottom: 25px;
        .tips{
          height: 50px;
          line-height: 50px;
        }
      }
      .inp_control{
        color: #333;
        height: 50px;
        background: rgb(255, 255, 255); /*The Fallback color,这里也可以使用一张图片来代替*/
        background: rgba(255, 255, 255, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4Cffffff,endColorstr=#4Cffffff)"; /*Filter for IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4Cffffff, endColorstr=#4Cffffff); /*Filter for older IEs */
      }
      textarea.inp_control{
        height: 340px;
      }
      .yzm{
        .inp{
          @include inline_block;
          vertical-align: middle;
          width: 250px;
          margin-bottom: 25px;
          margin-right: 15px;
          .img_yzm{
            position: absolute;
            left: 1px;
            top: 1px;
            height: 48px;
            width: 100px;
          }
          .inp_control{
            padding-left: 110px;
          }
        }
        .btn{
          height: 52px;
          vertical-align: middle;
          margin-bottom: 25px;
          background: #c7c7c7;
          color: #333;
          font-size: 18px;
          border-radius: 0;
          width: 150px;
        }
      }
    }
  }
}
.news_de_box{
  .news_head{
    padding-top: 30px;
    padding-bottom: 10px;

  }
  .news_head h3{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .news_head h3 small{
    font-size: 20px;
    color: #333;
    font-weight: normal;
  }
  .news_head p{
    text-align: center;
  }
  .news_head .news_info span{
    @include inline_block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 10px;
  }
  .news_con{
    padding-top: 25px;
  }
  .news_con p{
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    letter-spacing: 1.5px;
  }
  .news_con p.p_img{
    text-indent: 0 !important;
    text-align: center;
  }
  .news_con p.p_img img{
    height: auto;
  }
  .news_con img{
    margin-bottom: 10px;
  }
}
.mask-p {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 60;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}


.pop-iframe{
  text-align: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 900;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
}

.pop-iframe .con{
  position: absolute;
  left: 50%;
  width: 100%;
  width: 1200px;
  margin-left: -600px;
  top: 120px;
  bottom: 80px;
  background-color: #fff;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.pop-iframe .con .close-btn{
  position: absolute;
  top:15px;
  right: 15px;
  height: 31px;
  width: 31px;
  background: url(../images/close_btb.png) no-repeat center;
}
.show-pop{
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 900 !important;

}
.pop-iframe iframe{
  height: 100%;
  width: 100%;
}
.pop-box .pop_img{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1700px){
  .header {
    .nav_list>li>a>span{
      font-size: 18px;
    }
    .nav_list > li > a{
      padding: 0 15px;
    }
  }

}

@media screen and (max-width: 1500px){
  .container_lun{
    width:1200px
  }
  .header {
    .nav_list>li>a>span{
      font-size: 16px;
    }
    .nav_list > li > a{
      padding: 0 15px;
    }
  }
  .about .culture .container{
    width: 1200px;
  }

}

@media screen and (max-width: 1200px){
  .banner_box  #video{
    display: none;
  }
  body{
    padding-top: 50px;
  }
  .about .culture .container{
    width: 100%;
  }
  .container_lun {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .index_news .news_list{
    margin:0
  }
  .index_factory .factory_box {
    margin: 0;
  }
  .index_block .block_box .col_lg_12{
    padding-left: 10px;
    padding-right: 10px;
  }
  .index_block .block_box{
    margin-right: -10px;
    margin-left: -10px;
  }
  .index_serve .item .txt{
    margin-right: 10px;
    margin-left: 10px;
  }
  .index_news .item .txt h3{
    font-size: 16px;
  }
  .m_Crumbs{
    display: block;
  }
  .footer_top{
    display: none;
  }
  .banner_max {
    background-attachment: inherit;
    background-size: cover;
  }
  .product .product_class{
    display: none;
  }
  .bdsharebuttonbox{
    display: none;

  }
  .about{
    .team{
      background: #f1f1f1;
      .team_con{
        .row{
          margin-right: -10px;
          margin-left: -10px;
        }
        .col_lg_8{
          padding-right: 10px;
          padding-left: 10px;
        }
      }
    }
  }
  .pop-iframe .con{
    width: auto;
    margin-left: 0;
    left: 20px;
    right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px){
  .tit{
    padding: 10px 0 20px 0;
  }
  .banner_min .banner_dis{
    padding: 11% 0;
    h2{
      font-size: 28px;
    }
  }
  .solution {
    padding-top: 0;
  }
  .banner_max .banner_dis{
    h2{
      font-size: 32px;
    }
    h3{
      font-size: 20px;
    }
  }
  .main_block {
    padding: 30px 0;
  }
  .index_news{
    padding: 30px 0;
  }
  .about .develop .develop_date {
    .slick-prev{
      left: -37px;
      bottom: -15px;
    }
    .slick-next{
      right: -44px;
      bottom: -15px;
    }
  }
  .about .culture .culture_con{
    .left{
      float: none;
      width: auto;
      text-align: center;
    }
    .right{
      margin-left: 0;
    }
  }
  .about .certify .certify_con{
    .item{
      padding: 25px 25px;
      img {
        position: absolute;
        right: 10px;
        bottom: 10px;
      }
      h4{
        font-size: 20px;
      }
    }
  }
  .about{
    .team_block{
      .team_block_con{
        .item{
          width: 100%;
          padding-top: 58%;
        }
      }
    }
  }
  .solution .txt h4{
    line-height: 1.5;
  }
  .solution .solution4 .right,
  .solution .solution1 .left{
    position: static;
    margin-top: 0 !important;
  }
  .case .case_list .right {
    padding: 20px 25px;
    margin-left: 255px;
  }
  .news .news_list .right{
    padding-top: 0;
  }
  .contact .site_list .item {
    margin: 20px 0;
  }
  .contact .site_list {
    margin-right: 0;
    margin-left: 0;
  }
  .contact .contact_form .form_box {
    margin-right: 30px;
    margin-left: 30px;
  }
  .product .product_list .item {
    width: 100%;
  }
  .product .product_list .txt{
    margin:0
  }
  .product_de .pro_table .btn_box{
    display: none;
  }

}

@media screen and (max-width: 767px){
  .about{
    .team_block{
      .team_block_con{
        .item{
          padding: 20px 0;
          min-height: 300px;
        }
        .item .txt{
          position: relative;
          margin: 0 20px;
          margin-top: 0 !important;
          opacity: 1;
          left: auto;
          right: auto;
        }

        .item .black_box {
          height: 100%;
          top: 0;
        }
      }
    }
    .develop .develop_date {
      margin-left:30px;
      margin-right:30px;

    }
    .develop .develop_con{
      width: auto;
      margin-left:15px;
      margin-right:15px;
    }

  }
  .banner_box{
    min-height: inherit;
    h1{
      font-size: 30px;
    }
    h3{
      font-size: 18px;
    }
  }
  .tit{
    font-size: 30px;
    padding: 10px 0 20px 0;
    .tit_small{
      font-size: 16px;
      span{
        font-size: 14px;
      }
    }
  }
  .tit_in{
    font-size: 28px;
    padding-bottom: 20px;
  }
  .main{
    padding: 10px 0;
  }
  .main_block {
    padding: 30px 0;
  }
  .index_serve .item{
    width: 100%;
  }
  .index_serve{
    padding: 20px 0 40px 0;
  }
  .index_block{
    padding: 20px 0;
    .txt{
      padding: 10px 15px;
      h3{
        color: #fff;
        font-size: 22px;
        line-height: 1.3;
      }
      p{
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
      }
    }
  }
  .index_factory{
    padding: 20px 0 50px 0;
  }
  .index_news .item .txt{
    margin-top: 10px;
    margin-top: 20px;
  }
  .banner_min .banner_dis{
    padding: 11% 0;
    h2{
      font-size: 22px;
    }
  }
  .solution {
    padding-top: 0;
  }
  .banner_max .banner_dis{
    h2{
      font-size: 22px;
    }
    h3{
      font-size: 16px;
    }
  }
  .about .serve_block{
    .img_box{
      float: none;
      text-align: center;
      width: auto;
    }
    .serve_con{
      margin-right: 0;
    }
  }
  .about .culture .culture_con{
    .left{
      float: none;
      width: auto;
      text-align: center;
    }
    .right{
      margin-left: 0;
      .img_box{
        display: none;
      }
      .txt{
        margin-left: 0;
        h4{
          padding-left: 0;
          margin-bottom: 15px;
        }
      }
    }
  }
  .about .certify .certify_con{
    .item12{
      height: 300px;

    }
  }

  .solution .txt h4{
    line-height: 1.5;
  }
  .solution .solution3 .item {
    margin-top: 15px;
  }
  .solution .solution2 .item .txt{
    margin: 0;
  }
  .case .case_list .left{
    float: none;
    width: auto;
    height: auto;
    padding-top: 60%;
  }
  .case .case_list .item {
    margin-top: 20px;
  }
  .case .case_list .right {
    margin-left: 0px;
  }
  .news .news_list .left{
    float: none;
    width: auto;
    height: auto;
    padding-top: 70%;
  }
  .news .news_list .right{
    margin-left: 0px;
    padding-top: 20px;
    .title h4 {
      font-size: 22px;
    }
  }
  .news .news_list {
    margin: 30px 0;
  }
  .product_de .pro_feature .txt{
    margin-right: 0;
  }
  .footer .copyright {
    padding: 15px 0 15px 0;
    span{
      margin: 0 10px;
      line-height: 1.5;
    }
  }
  .contact {
    padding-top: 0;
    padding-bottom: 0;
    .map_box {
      padding-top: 30px;
      background: #f8fafa;
    }
  }
  .contact .contact_form .form_box {
    margin-right: 0px;
    margin-left: 0px;
    .item2 .inp_col {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      float: left;
    }
    .item2 {
      margin-left: 0px;
      margin-right: 0px;
    }
    .inp {
      margin-bottom: 15px;
    }
  }
  .news_de .news_detail {
    padding: 20px 10px;
    .news_head h3{
      font-size: 24px;
    }
  }
  .pop-iframe .con{
    width: auto;
    top:60px;
    bottom:10px;

    margin-left: 0;
    left: 10px;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
  }
  .pop-iframe .con .close-btn {
    top: 8px;
    right: 8px;
    height: 25px;
    width: 25px;
  }
}

//2018.7.31
.main{
  .auto{
    margin:0 72px;
  }
}
.solution{
  .solution2{
    .item{
      .txt{
        h4{
        }
        p{
          text-align: center;
        }
      }
    }
  }
}
.solution5{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  .item{
    padding: 36px 63px 0;
    &.padding{
      padding:50px 0 0 ;
    }
    &.padding1{
      padding:36px 0 0 ;
    }
    &.padding2{
      padding:50px 65px 0 ;
    }
  }
  span{
    display:block;
    font-size:22px;
    font-weight:600;
    color:#444;
    line-height:1;
    margin-top: 20px;
  }
  .row{
    position: relative;
    margin-bottom:38px;
    &.margin{
      margin-bottom:0;
    }
  }
  .txt{
    margin:0 0;
    &.margin{
      margin-bottom:25px;
    }
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-bottom:30px;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
}
.solution6{
  ul{
    margin-top:20px;
    li{
      line-height:1.8;
      font-size:16px;
      color:#666;
    }
  }
  small{
    font-size: 14px;
    color: #666;
  }
  .margin{
    margin-top:40px;
    margin-bottom:40px;
  }
  .padding{
    padding-left:47px;
  }
  .row{
    position: relative;
    &.margin{
      margin-top:130px;
    }
    &.tall{
      padding:90px 0;
    }
  }
  .txt{
    margin:0 0;
    p{
      color:#444;
    }
    h5{
      font-size: 20px;
      line-height: 2;
      color: #333;
      margin-bottom: 15px;
      font-weight:normal;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  .margin_top{
    margin-top:100px;
  }
  span{
    display:block;
    line-height:50px;
    font-size:25px;
    color:#333;
    font-weight:bold;
    margin-bottom:25px;
  }
  .tips{
    width:414px;
    text-align:center;
    margin-top:25px;
    background-color:#d9971a;
    line-height:40px;
    font-size:25px;
    color:#fff;
  }
}
.solution7{
  .row{
    position: relative;
  }
  .txt{
    margin:0 0;
    h4{
      line-height:1;
    }
    p{
      color:#444;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  .margin_top{
    margin-top:100px;
  }
}
.solution8{
  h5{
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin-bottom: 15px;
    font-weight:normal;
    &.margin{
      margin-top:40px;
    }
  }
  h4{
    font-size:32px;
    font-weight:normal;
    margin-bottom:25px;
    color:#333;
    &.margin{
      margin-bottom:43px;
    }
  }
  .txt{
    margin: 0 0;
  }
  .img_box{
    text-align:center;
    margin:28px 0 18px;
  }
  h1{
    text-align:center;
    font-family:"微软雅黑";
    font-size:24px;
    color:#109696;
    line-height:1;
    margin-bottom:20px;
    font-weight:normal;
  }
  p{
    &.padding{
      padding:0 17px;
    }
    &.margin{
      margin-top:20px;
      margin-bottom:20px;
    }
  }
}
.solution8{
  margin-top:0;
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .txt{
    &.margin{
      margin-left:90px;
      margin-top:40px;
    }
    &.padding{
      padding-left:10px;
    }
    span{
      display:inline-block;
      line-height:1;
      font-size:25px;
      color:#333;
      font-weight:bold;
      margin-right:25px;
      margin-top:6px;
    }
    p{
      font-family: "微软雅黑";
      display: inline-block;
    }
  }
  .text_col{
    margin-top:20px;
    margin-right:-8px;
  }
  .text_item{
    .item_con{
      height:500px;
      margin-right:8px;
      border:1px solid #e8e8e8;
      padding:0 14px;
    }
    .item_in{
      padding:47px 0;
      border:1px solid #d5d5d5;
    }
  }
}
.solution9{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row{
    margin-bottom:38px;
    .img_box{
      margin:28px 0px 0px;
    }
  }
}
.solution10{
  .row{
    &.margin{
      margin-top:50px;
      margin-bottom:38px;
    }
  }
  .padding1{
    padding-right:33px;
  }
  .padding2{
    padding-left:30px;
  }
  .active{
    padding-right:0;
    padding-left:0;
    &.on{
      border-right:1px dashed #a7a7a7;
    }
  }
  .item{
    &.tb{
      height:332px;
      border-top:1px dashed #a7a7a7;
    }
    &.on.tb{
      height:270px;
    }
    .title{
      font-size:22px;
      color:#666;
      font-weight:600;
      line-height:2.2;
      margin-top:20px;
    }
    .list{
      clear: both;
      overflow: hidden;
      h6{
        display: block;
        font-size:16px;
        color:#666;
        font-weight:bold;
        line-height:2;
        float:left;
      }
      h5{
        display: block;
        font-size:16px;
        color:#666;
        font-weight:normal;
        line-height:2;
        float:left;
      }
    }
  }
  .img_box{
    margin-top:18px;
    &.margin{
      margin-bottom:20px;
    }
    &.on1{
      margin-left: 25px;
    }
  }
  .txt{
    margin:0 0;
    p{
      color:#666;
      &.margin{
        margin-bottom:50px;
      }
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  span{
    display: block;
    font-size:18px;
    color:#333;
    font-weight:bold;
    line-height:1;
    margin-bottom:33px;
  }
  .tips_box{
    padding:0 72px;
    margin-top:30px;
    margin-bottom:40px;
    .tips{
      margin-top:20px;
      h3{
        font-size:18px;
        color:#333;
        font-weight:normal;
        line-height:2;
      }
    }
  }
}
.solution11{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row_box{
    margin-bottom:38px;
    .row{
      .img_box{
        margin:23px 0px 0px;
      }
    }
  }
}
.solution12{
  .row{
    position: relative;
    margin-bottom:38px;
    &.margin{
      margin-bottom:0;
    }
    &.margin1{
      margin-left:30px;
    }
  }
  .txt{
    margin:0 0;
    h4{
      text-align:center;
    }
    p{
      text-align: justify;
      color:#444;
      margin-bottom:35px;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  .img_box{
    &.margin{
      margin-bottom:20px;
    }
    img.margin{
      margin-left:17px;
    }
  }
}
.solution13{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  h2{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-right:35px;
  }
  .margin{
    margin-top:40px;
    margin-bottom:40px;
  }
  .padding{
    padding-left:47px;
  }
  .row{
    position: relative;
    &.padding{
      padding:159px 0;
    }
    &.tall{
      padding:146px 0;
    }
  }
  .txt{
    margin:0 0;
    &.margin{
      margin: 27px 0 0px;
    }
    p{
      color:#444;
      &.mar{
        margin-bottom:18px;
      }
    }
    ul{
      li{
        line-height:1.8;
        font-size:16px;
        color:#666;
      }
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  .margin_top{
    margin-top:100px;
  }
  span{
    display:block;
    line-height:50px;
    font-size:25px;
    color:#333;
    font-weight:bold;
    margin-bottom:25px;
  }
  .tips{
    width:414px;
    text-align:center;
    margin-top:25px;
    background-color:#d9971a;
    line-height:40px;
    font-size:25px;
    color:#fff;
  }
}
.solution14{
  .txt{
    margin:0 0;
    &.margin{
      margin-top:30px;
    }
  }
  h5{
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin-bottom: 15px;
    font-weight:normal;
  }
  h4{
    margin-bottom:25px;
  }
  .img_box{
    text-align:left;
    padding-left:56px;
  }
}
.solution15{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row{
    position: relative;
    margin-bottom:38px;
    &.margin{
      margin-bottom:0;
    }
  }
  .txt{
    margin:0 0;
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-bottom:16px;
    }
  }
  .img_box{
    margin-top:36px;
  }

}
.solution16{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  h4{
    margin-bottom:25px;
  }
  .txt{
    margin: 0 0;
  }
  .img_box{
    text-align:center;
    margin:28px 0 18px;
  }
  h1{
    text-align:center;
    font-family:"微软雅黑";
    font-size:24px;
    color:#109696;
    line-height:1;
    margin-bottom:20px;
    font-weight:normal;
  }
  p.padding{
    padding:0 17px;
    margin-bottom:28px;
  }
}
.solution16{
  margin-top:0;
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .text_col{
    margin-top:20px;
    margin-right:-8px;
  }
  .text_item{
    .item_con{
      border:1px dotted #40bebe;
      height:500px;
      margin-right:8px;
      padding:0 14px;
    }
    .item_in{
      padding:47px 0;
      border:1px solid #d5d5d5;
    }
  }
}
.solution17{
  .row{
    position: relative;
    margin-bottom:40px;
    &.margin{
      margin-bottom:18px;
    }
    &.margin1{
      margin-bottom:0;
    }
  }
  .txt{
    margin:0 0;
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-bottom:16px;
      &.margin{
        margin-bottom:50px;
      }
    }
  }
  .img_box{
    margin-top:36px;
  }
  .store{
    .store_col{
      h2{
        display: block;
        text-align: center;
        font-size:18px;
        color:#444;
        font-weight:600;
        line-height:55px;
      }
    }
  }
  .sygps{
    margin-top:80px;
  }
  .sygps_col{
    padding-right:54px;
    span{
      position:relative;
      display: block;
      padding-left:42px;
      color:#149999;
      font-size:18px;
      font-weight:bold;
      line-height:46px;
    }
    img{
      position:absolute;
      left:0;
      top:50%;
      margin-top:-18px;
    }
    p{
      font-size:14px;
      color:#444;
      line-height:1.6;
    }
  }
}
.solution18{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row.margin{
    margin-top:30px;
  }
  .item{
    margin-top: 36px;
    padding: 0 56px;
    .txt{
      margin: 0 10px;
      h4{
        line-height:1;
        font-size: 20px;
        color:#149999;
        text-align: center;
        margin-bottom: 18px;
        margin-top: 25px;
      }
      p{
        color:#444;
        &.text_ju{
          text-align:center;
          padding:0 16px;
        }
      }
    }
  }
}
.solution19{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row{
    position: relative;
    margin-bottom:40px;
  }
  .txt{
    margin:0 0;
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-bottom:16px;
    }
  }
  .img_box{
    margin-top:36px;
    padding-right:20px;
  }
  .sygps{
    margin-top:80px;
  }
  .sygps_col{
    padding-right:54px;
    span{
      display: block;
      color:#149999;
      font-size:22px;
      font-weight:600;
      line-height:46px;
    }
    img{
      position:absolute;
      left:0;
      top:50%;
      margin-top:-18px;
    }
    p{
      font-size:16px;
      color:#666;
      line-height:1.8;
    }
  }
}
.solution20{
  .img_box{
    margin-top:40px;
  }
  .item{
    margin-top: 50px;
    padding: 0 35px;
    .txt{
      margin: 0 10px;
      h4{
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 15px;
      }
      p{
        &.text_ju{
          text-align:center;
          padding:0 16px;
        }
      }
    }
  }
}
.solution21{
  .img_box.margin{
    margin:0 0 ;
  }
  .tips{
    h3{
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.8;
      color: #666;
      vertical-align: top;
    }
    p{
      display: inline-block;
    }
  }
  .txt{
    &.padding{
      padding-left:74px;
    }
    &.padding4{
      padding-left:74px;
    }
    h4{
      margin-bottom:32px;
      &.margin{
        margin-bottom:0;
      }
    }
  }
  .row{
    position: relative;
  }
  h1{
    font-size:18px;
    color:#666;
    font-weight:normal;
    line-height:3;
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
}
.solution22{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  .row{
    padding:24px 0;
    &.padding{
      padding:42px 0;
    }
  }
  .tips{
    h3{
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.8;
      color: #666;
      vertical-align: top;
    }
    p{
      display: inline-block;
    }
  }
  .row{
    position: relative;
  }
  h1{
    font-size:18px;
    color:#666;
    font-weight:normal;
    line-height:3;
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
}
.solution23{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .img_box{
    margin-top:18px;
    &.margin{
      margin-bottom:20px;
    }
  }
  .txt{
    margin:0 0;
    p{
      color:#666;
      &.margin{
        margin-bottom:50px;
      }
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  span{
    display: block;
    font-size:18px;
    color:#333;
    font-weight:bold;
    line-height:1;
    margin-bottom:33px;
  }
}
.solution24{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  .item{
    margin-top: 80px;
    margin-bottom: 50px;
    .txt{
      margin: 0 0;
      h4{
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 15px;
      }
      p{
        &.text_ju{
          text-align:center;
          padding:0 16px;
        }
      }
      span{
        display:block;
        text-align:center;
        font-size:21px;
        font-weight:600;
        color:#187477;
        line-height:2;
      }
    }
  }
}
.solution25{
  .item{
    margin-top: 80px;
    margin-bottom: 42px;
    .txt{
      margin: 0 0;
      h4{
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 15px;
      }
      p{
        &.text_ju{
          text-align:center;
          padding:0 16px;
        }
      }
      span{
        display:block;
        text-align:center;
        font-size:22px;
        font-weight:600;
        color:#444;
        line-height:3;
      }
    }
  }
}
.solution26{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  .row{
    position: relative;
  }
  .txt{
    &.padding{
      padding-left:160px;
    }
    p{
      text-align: justify;
    }
  }
  .right{
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.5s;
  }
}
.solution27{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  ul{
    margin-top:20px;
    li{
      line-height:1.8;
      font-size:16px;
      color:#666;
    }
  }
  small{
    font-size: 14px;
    color: #666;
  }
  .margin{
    margin-top:40px;
    margin-bottom:40px;
  }
  .padding{
    padding-left:47px;
  }
  .row{
    position: relative;
    &.margin{
      margin-top:130px;
    }
    &.margin1{
      margin:203px 0 120px 0;
    }
  }
  .txt{
    margin:0 0;
    p{
      color:#444;
    }
    h5{
      font-size: 20px;
      line-height: 2;
      color: #333;
      margin-bottom: 15px;
      font-weight:normal;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  span{
    display:block;
    line-height:50px;
    font-size:25px;
    color:#333;
    font-weight:bold;
    margin-bottom:25px;
  }
  .tips{
    width:414px;
    text-align:center;
    margin-top:25px;
    background-color:#d9971a;
    line-height:40px;
    font-size:25px;
    color:#fff;
  }
}
.solution28 {
  .row {
    background: url("../images/cailiao_img_bg.png") no-repeat center 67px;
  }
  .item {
    padding: 36px 73px 43px;
    .img_box {
      margin-bottom: 18px;
    }
  }
  .txt {
    margin: 0 0;
    h4 {
      text-align: center;
    }
    p {
      color: #333;
    }
  }
  .left {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right {
    float: right;
  }
}
.solution29{
  margin-top:0;
  h4{
    color:#333;
    font-size:32px;
    font-weight:normal;
  }
  .txt{
    margin: 0 0;
  }
  .img_box{
    text-align:center;
    margin:28px 0 18px;
  }
  h1{
    text-align:center;
    font-family:"微软雅黑";
    font-size:24px;
    color:#109696;
    line-height:1;
    margin-bottom:20px;
    font-weight:normal;
  }
  p{
    &.padding{
      padding:0 48px;
    }
  }
  .text_col{
    margin-top:46px;
    margin-bottom:50px;
  }
  .text_item{
    .item_con{
      height:414px;
      margin-right:8px;
      border:1px solid #e8e8e8;
      padding:0 14px;
    }
  }
}
.solution30{
  background: url(../images/liter_bg.png) repeat-x center;
  background-size: contain;
  .row{
    &.margin{
      margin-bottom:36px;
    }
  }
  .item{
    margin-top: 22px;
    &.padding{
      padding: 0 12px;
    }
    &.margin{
      margin-top: 58px;
      margin-bottom: 18px;
    }
    .txt{
      margin: 0 10px;
      h4{
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 15px;
      }
      p{
        &.text_ju{
          text-align:center;
          padding:0 16px;
        }
        &.padding{
          padding-left:35px;
        }
      }
      span{
        display:block;
        text-align: center;
        line-height:53px;
        font-size:18px;
        color:#333;
        font-weight: bold;
      }
    }
  }
}
@media screen and (max-width:1200px){
  .solution8 .text_item .item_con {
    height: 553px;
    margin-right: 8px;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    margin-bottom:16px;
  }
}
@media screen and (max-width:1250px){
  .container{
    width:100%;
  }
  .solution16 .text_item .item_con {
    margin-right: 33px;
  }
  .solution18 .item {
    padding: 0 28px;
  }
  .solution .solution2 .item.padding {
    padding: 0 29px;
  }
  .solution6 .margin_top {
    margin-top: 63px;
  }
  .solution5 .item {
    padding: 14px 10px 0;
  }
  .solution6 .tips {
    width: 234px;
    font-size: 14px;
  }
  .solution .solution2 .item .txt p.padding {
    padding-left: 8px;
  }
  .solution10 .item.on.tb {
    height: 367px;
  }
  .solution10 .row.margin {
    margin-left: 10px;
  }
  .solution5 .item .img_box{
    text-align:left;
  }
  .solution .solution4 .txt.padding {
    padding-left: 63px;
  }
  .solution5 .item .img_box.on {
    text-align:center;
  }
  .solution10 .img_box.active {
    margin-top: 166px;
  }
}
@media screen and (max-width:1080px){
  .solution10 .item.on.tb {
    height: 398px;
  }
  .solution5 .item.padding2 {
    padding: 50px 46px 0;
  }
  .solution17 .store .store_col h2 {
    font-size: 15px;
  }
}
@media screen and (max-width:992px){
  .solution16 .text_item .item_con {
    margin-right: 0px;
  }
  .solution17 .img_box {
    margin-top: 9px;
    text-align: center;
  }
  .solution17 .sygps {
    margin-top: 41px;
  }
  .solution19 .img_box {
    text-align: center;
  }
  .solution19 .sygps {
    margin-top: 57px;
    padding-left: 37px;
  }
  .solution8 .text_item .item_con {
    height: 431px;
    margin-bottom: 17px;
  }
  .solution12 .row.margin1 {
    margin-left: 46px;
  }
  .solution5 .item.padding2 {
    padding: 50px 31px 0;
  }
  .solution27 .row.margin1 {
    margin: 203px 0 30px 0;
  }
  .solution21 .txt.padding4 {
    padding-left: 0;
  }
  .solution6 .row.tall {
    padding: 10px 0;
  }
  .solution13 .row.tall {
    padding: 80px 0;
  }
}
@media screen and (max-width:900px){
  .solution16 .text_item .item_con {
    height: 561px;
  }
  .solution .solution2 .item.padding {
    padding: 0 0px;
  }
  .solution20 .item {
    padding: 0 16px;
  }
  .solution8 .text_item .item_con {
    height: 517px;
  }
  .solution8 .txt.margin {
    margin-left: 0;
  }
  .solution6 .tips {
    width: 197px;
    font-size: 12px;
    line-height:30px;
  }
  .solution10 .txt p {
    float: none;
  }
  .solution21 .img_box.margin{
    margin:119px 0;
  }
  .solution29 p.padding {
    padding: 0 12px;
  }
  .solution5 .txt p {
    margin-bottom: 0;
  }
  .solution5 .item.padding {
    padding: 12px 0 0;
  }
  .solution5 .row .txt{
    text-align:left;
  }
  .solution5 .row .txt.on{
    text-align:center;
  }
  .solution10 .padding2 {
    padding-left: 18px;
  }
  .solution10 .item.on.tb {
    height: auto;
    padding-bottom: 12px;
  }
  .solution30 .item .txt span {
    line-height: 32px;
    font-size: 15px;
  }
  .solution26 .txt.padding {
    padding-left: 34px;
  }
  .solution17 .store .store_col h2 {
    font-size: 15px;
    line-height: 24px;
  }
  .solution10 .img_box.active {
    margin-top: 257px;
  }
  .solution21 .row.padding3 {
    padding: 39px 0;
  }
  .solution10 .img_box.on1 {
    margin-left: 0;
  }
}
@media screen and (max-width:865px){
  .solution17 .store .store_col h2 {
    font-size: 13px;
  }
}
@media screen and (max-width:767px){
  .solution16 .text_item .item_con {
    height: auto;
  }
  .solution16 .text_item{
    margin-bottom: 19px;
  }
  .solution17 .row {
    margin-bottom: 6px;
  }
  .solution17 .sygps_col {
    padding-right: 65px;
    padding-left: 65px;
    margin-bottom: 14px;
  }
  .solution .solution2 .item.padding {
    padding: 13px 44px;
  }
  .solution19 .row {
    margin-bottom: 15px;
  }
  .solution4 .row .img_box{
    text-align:center;
    margin-bottom: 14px;
  }
  .solution1 .row .img_box{
    text-align:center;
  }
  .solution6 .row{
    padding: 0 0;
  }
  .solution6 .row .img_box{
    text-align:center;
  }
  .solution6 .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution8 .text_item .item_con {
    padding: 0 34px 17px;
    height:auto;
  }
  .solution12 .img_box.margin {
    margin-bottom: 4px;
  }
  .solution13 .row .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution13 .txt {
    margin:0 0 20px;
  }
  .solution8 .text_item .item_in {
    padding: 0px 0;
  }
  .solution8 .text_col .text_item{
    margin:11px 0;
  }
  .solution14 .txt {
    margin: 8px 0;
  }
  .solution10 .img_box {
    text-align:center;
  }
  .solution5 .item .img_box {
    text-align:center;
  }
  .solution21 .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution22 .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution21 .img_box.margin {
    margin:0 0;
  }
  .solution5 .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution5 .txt.margin {
    margin-bottom: 135px;
  }
  .solution27 .left {
    position: static;
    margin-top: 0 !important;
  }
  .solution28 .row {
    background:none;
  }
  .solution1 .img_box{
    text-align:center;
  }
  .solution4 .img_box{
    text-align:center;
  }
  .solution5 .txt.margin {
    margin-bottom: 19px;
  }
  .solution21 .txt.padding {
    padding-left:0;
  }
  .solution24 .item {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .solution25 .item {
    margin-top: 31px;
    margin-bottom: 7px;
  }
  .solution5 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    line-height: 1;
    margin-top: 11px;
    text-align:center;
  }
  .solution26 .right {
    position: static;
    margin-top: 0 !important;
  }
  .solution2 .row.on{
    font-size:0;
  }
  .solution2 .row_col{
    display: inline-block;
    vertical-align: top;
    float:none;
  }
  .solution .solution2 .item.margin {
    margin-top: 30px;
    margin-bottom: 11px;
  }
  .solution .solution2 .item .txt p.padding {
    padding-left: 44px;
  }
  .solution5 .item.padding2 {
    padding: 50px 16px 0;
  }
  .solution17 .store .store_col h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
    margin-top: 5px;
  }
  .solution21 .txt h4 {
    margin-bottom: 25px;
  }
  .solution6 .row.margin {
    margin-top: 0;
  }
  .solution6 .margin {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .solution27 .row.margin1 {
    margin: 56px 0 30px 0;
  }
  .solution .solution1 .padding3 {
    padding: 23px 0;
  }
  .solution13 .row.tall {
    padding: 13px 0;
  }
}
@media screen and (max-width:640px){
  .solution .solution4 .right, .solution .solution1 .left {
    margin-bottom: 23px;
  }
  .main .auto {
    margin:0 0 ;
  }
  .solution6 .row {
    padding: 10px 0;
  }
  .solution6 .margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .solution12 .img_box img.margin {
    margin-left: 0;
  }
  .solution13 .margin {
    margin-top: 85px;
  }
  .solution13 .row.padding {
    padding: 159px 0 29px;
  }
  .solution10 .tips_box {
    padding: 0 22px;
  }
  .solution28 .item {
    padding: 36px 30px 43px;
  }
  .solution29 p.padding {
    padding: 0 0px;
  }
  .solution29 .text_item .item_con {
    height: 360px;
  }
  .solution10 .item .list h6 {
    font-size: 15px;
  }
  .solution24 .item .txt span {
    font-size: 17px;
    line-height: 1;
  }
  .solution25 .item .txt span {
    font-size: 18px;
    line-height: 2;
  }
  .solution25 .item {
    margin-top: 19px;
    margin-bottom: 0px;
  }
  .solution5 span {
    font-size: 15px;
    margin-top: 8px;
  }
  .solution24 .img_box.on{
    width:56%;
    margin: auto;
  }
  .solution24 .item .txt span {
    font-size: 15px;
    line-height: 1;
  }
  .solution25 .img_box.on{
    width:56%;
    margin: auto;
  }
  .solution25 .item .txt span {
    font-size: 15px;
    line-height: 1;
  }
  .solution .solution4 .txt.padding {
    padding-left: 0px;
  }
  .solution21 .row.padding {
    padding-top: 88px;
  }
  .solution6 .row.padding {
    padding: 72px 0 40px;
  }
  .solution13 .row.padding1 {
    padding-top: 9px;
  }
  .solution .solution2 .item .txt p.padding {
    padding-left: 14px;
  }
  .solution21 .row.padding3 {
    padding: 62px 0 0;
  }
  .solution5 .item.padding1 {
    padding: 36px 0 0;
  }
  .solution27 .row.margin1 {
    margin: 24px 0 30px 0;
  }
  .solution10 .row.margin {
    margin-left: 0;
  }
}
@media screen and (max-width:480px){
  .solution16 .text_item .item_con {
    padding: 0 0px;
  }
  .solution17 .sygps_col {
    padding-right: 45px;
    padding-left: 45px;
  }
  .solution .txt p {
    font-size: 14px;
  }
  .solution8 .text_item .item_con {
    padding: 0 15px 9px;
  }
  .solution8 h1 {
    font-size: 21px;
  }
  .solution9 .row .img_box {
    margin: 10px 0px 0px;
  }
  .main_block {
    padding: 19px 0;
  }
  .solution9 .row {
    margin-bottom: 0;
  }
  .solution .txt h4 {
    font-size: 20px;
  }
  .solution5 .item {
    padding: 16px 0px 0;
  }
  .solution5 .row {
    margin-bottom: 1px;
  }
  .solution11 .row_box {
    margin-bottom: 2px;
  }
  .solution10 span {
    margin-bottom: 0;
  }
  .solution21 h1 {
    font-size: 15px;
    line-height: 2;
  }
  .solution27 .row.padding {
    padding-top: 61px;
  }
  .solution5 .txt.margin {
    margin-bottom: 20px;
  }
  .solution29 .text_item .item_con {
    margin-right: 0;
    border: 1px solid #e8e8e8;
    padding: 0 3px;
  }
  .solution29 h1 {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #109696;
    line-height: 1;
    margin-bottom: 9px;
    font-weight: normal;
  }
  .solution29 .text_item .item_con {
    height: 343px;
  }
  .solution29 h4{
    font-size: 21px;
  }
  .solution29 .text_col {
    margin-top: 22px;
    margin-bottom: 9px;
  }
  .solution10 .padding2 {
    padding-left: 15px;
  }
  .solution10 .img_box.active {
    margin-top: 159px;
  }
  .solution30 .item .txt span {
    line-height: 21px;
    font-size: 13px;
  }
  .solution30 .item .txt {
    margin: 0 0px;
  }
  .solution17 .store .store_col h2 {
    font-size: 15px;
    color: #444;
    line-height: 14px;
  }
  .solution .solution2 .item .txt p.padding {
    padding-left: 0px;
  }
  .solution21 .row.padding3 {
    padding: 79px 0 0;
  }
  .solution5 .item.padding1 {
    padding: 2px 0 0;
  }
  .solution17 .store .store_col h2 {
    font-size: 14px;
    color: #444;
    line-height: 11px;
    margin-bottom: 17px;
  }
  .solution21 .txt h4 {
    margin-bottom: 0;
  }
  .solution27 .row.margin1 {
    margin: 14px 0 3px 0;
  }
}
@media screen and (max-width:450px){
  .solution10 .img_box.active {
    margin-top: 309px;
  }
}
@media screen and (max-width:400px){
  .solution10 .img_box.active {
    margin-top: 247px;
  }
}

//2018 0829 viki
.solution13{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  h2{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-right:35px;
  }
  .margin{
    margin-top:40px;
    margin-bottom:40px;
  }
  .padding{
    padding-left:47px;
  }
  .row{
    position: relative;
    &.padding1{
      padding:50px 0;
    }
    &.padding{
      padding:159px 0;
    }
    &.tall{
      padding:146px 0;
    }
  }
  .txt{
    margin:0 0;
    &.margin{
      margin: 27px 0 0px;
    }
    p{
      color:#444;
      &.mar{
        margin-bottom:18px;
      }
    }
    ul{
      li{
        line-height:1.8;
        font-size:16px;
        color:#666;
      }
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
  .margin_top{
    margin-top:100px;
  }
  span{
    display:block;
    line-height:50px;
    font-size:25px;
    color:#333;
    font-weight:bold;
    margin-bottom:25px;
  }
  .tips{
    width:414px;
    text-align:center;
    margin-top:25px;
    background-color:#d9971a;
    line-height:40px;
    font-size:25px;
    color:#fff;
  }
  .col1{
    padding-right: 0;
    padding-left: 0;
  }
  .col2{
    padding-right: 0;
    padding-left: 0;
  }
}
.solution31{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  padding:43px 0 7px;
  .item{
    padding: 46px 0 0;
  }
  span{
    display:block;
    font-size:22px;
    font-weight:600;
    color:#444;
    line-height:1;
    margin-top: 20px;
  }
  .row{
    position: relative;
    margin-bottom:30px;
    &.margin{
      margin-bottom:0;
    }
  }
  .txt{
    margin:0 0;
    &.margin{
      margin-bottom:25px;
    }
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-top:24px;
      margin-bottom:23px;
    }
  }
  .left{
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.5s;
  }
  .right{
    float: right;
  }
}
.solution32{
  .img_box{
    margin:60px 0 56px;
  }
  .txt{
    margin:0 0;
    p{
      color:#666;
      &.margin{
        margin-bottom:50px;
      }
    }
  }
}
.solution33{
  .row{
    position: relative;
    padding:28px 0;
  }
  .txt{
    h4{
      margin-bottom:24px;
    }
    ul{
      li{
        line-height:1.8;
        font-size:16px;
        color:#666;
      }
    }
  }
  .left{
    float: left;
  }
  .right{
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.5s;
  }
  span{
    display:block;
    line-height:50px;
    font-size:25px;
    color:#333;
    font-weight:bold;
    margin-bottom:25px;
  }
  .tips{
    width:414px;
    text-align:center;
    margin-top:25px;
    background-color:#d9971a;
    line-height:40px;
    font-size:25px;
    color:#fff;
  }
}
.solution34{
  background: url(../images/liter_bg1.png) repeat-x center;
  background-size: contain;
  .row{
    position: relative;
    margin-bottom:38px;
  }
  .txt{
    h4{
      text-align:center;
    }
    p{
      color:#444;
      margin-bottom:30px;
    }
  }
  .img_box{
    margin:37px 0 36px;
  }
}
.solution35{
  padding:59px 0 14px;
  .tool_bot_right{
    .col_lg_8{
      margin-bottom:33px;
    }
  }
  .txt{
    margin:0 20px 33px;
    h4{
      margin-bottom:36px;
    }
    p{
      margin-bottom:33px;
    }
    ul{
      li{
        line-height:1.8;
        font-size:16px;
        color:#666;
      }
    }
  }
  span{
    display:block;
    text-align: center;
    line-height:2;
    font-size:16px;
    color:#555;
  }
}
@media screen and (max-width:1080px){
  .solution33 .row {
    position: relative;
    padding: 64px 0;
  }
}
@media screen and (max-width:992px){
  .solution13 .row.tall {
    padding: 80px 0;
  }
}
@media screen and (max-width:865px){
  .solution33 .row {
    position: relative;
    padding: 105px 0;
  }
}
@media screen and (max-width:767px){
  .solution13 .row.tall {
    padding: 13px 0;
  }
  .solution33 .right {
    position: static;
    margin-top: 29px !important;
  }
  .solution33 .row {
    position: relative;
    padding: 15px 0;
  }
  .solution13 .col1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .solution13 .col2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .solution33 .img_box{
    text-align: center;
  }
  .solution33 .txt{
    margin:0 12px 0;
  }
  .solution33 .txt h4{
    text-align: center;
  }
  .solution13 .txt.active {
    margin: 0 12px 20px;
  }
  .solution13 .txt.active h4 {
    text-align: center;
  }
  .solution35 .txt{
    margin:0 12px 20px;
  }
  .solution35 .txt h4{
    text-align: center;
  }
}
@media screen and (max-width:480px){
  .solution31 .item {
    padding: 27px 0 0;
  }
  .solution .txt h4 {
    font-size: 19px;
  }
  .solution35 .txt p {
    margin-bottom: 19px;
  }
  .solution13 .row.padding1 {
    padding: 5px 0;
  }
  .solution32 .img_box {
    margin: 39px 0 24px;
  }
}