
/*一行省略隐藏*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*多行省略隐藏*/
  .ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-banner .info {
    /*font-size: 16px;*/
  }
  .textdifference .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
/*功能介绍*/
.textdifference .gnjs {
    padding: 50px 0 70px 0;
    position: relative;
  }
  .textdifference .gnjs .nr {
    margin-top: 30px;
  }
  .textdifference .gnjs .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
  }
  .textdifference .gnjs li {
    float: left;
    /* padding: 0 18px; */
    width: 50%;
    position: relative;
  }
  .textdifference .gnjs .xt::after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90px;
    border: 1px solid #E6E6E6;
  }
  .textdifference .gnjs li .box {
    position: relative;
    height: auto;
    width: 450px;
    background: #FFFFFF;
    transition: all 334ms ease;
    /* padding: 50px 25px 10px 25px; */
    text-align: center;
    margin: 0 auto;

  }
  .textdifference .gnjs li .tit {
    padding: 20px 0;
    position: relative;
    font-size: 20px;

    font-weight: 500;
    color: #333333;
    line-height: 22px;
  }
  .textdifference .gnjs li .txt {
    color: #333333;
  }

  /*应用场景*/
  .textdifference .yycj {
    padding: 50px 0 70px 0;
    background-color: #F7F7F7;
    position: relative;
  }
  .textdifference .yycj .nr {
    margin-top: 40px;
    position: relative;
  }
  .textdifference .yycj .nr .pic{
      float: right;
      margin-top: 45px;
      margin-bottom: 60px;
  }
  .textdifference .yycj .nr .pic-m {
      display: none;
      padding-bottom: 30px;
  }
  .textdifference .yycj .list {
    position: absolute;
  }
  .textdifference .yycj li {
    /* float: left; */
    width: 483px;
    height: 140px;
    position: relative;
    margin-bottom: 36px;
  }
  .textdifference .yycj .liright {
    margin-left: 63px;
  }
  .textdifference .yycj li .box {
    position: relative;
    height: 140px;
    background: #FFFFFF;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    /* border-top: 2px solid #fff; */
  }
  .textdifference .yycj li .box:before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .textdifference .yycj li .box:hover::before {
    width: 100%;
  }
  .textdifference .yycj li .tit {
    padding: 10px 0;
    position: relative;
    font-size: 20px;

    font-weight: 500;
    color: #333333;
  }
  .textdifference .yycj li .txt {
    margin-top: 20px;
    color: #333333;
  }
  /* .textdifference .yycj li .box:hover {
    background: #FFFFFF;
    transition: all .5s;
    border-top: 2px solid #FF702D;
} */
  .textdifference .yycj li .box:hover .default {
    display: none;
  }
  .textdifference .yycj li .box:hover .hover {
    display: block;
  }
/*技术特色*/
.textdifference .jsts {
    padding: 50px 0 70px 0;
    position: relative;
  }
  .textdifference .jsts .nr {
    margin-top: 30px;
  }
  .textdifference .jsts .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
  }
  .textdifference .jsts li {
    float: left;
    padding: 0 18px;
    width: 33.3333333%;
    position: relative;
  }
  .textdifference .jsts li .box {
    position: relative;
    height: 288px;
    width: 300px;
    background: #FFFFFF;
    transition: all 334ms ease;
    padding: 37px 38px 10px 37px;
    text-align: center;
    margin: 0 auto;
  }
  .textdifference .jsts li .box img {
    height: 90px;
    position: relative;
  }
  .textdifference .jsts li .tit {
    padding: 10px 0;
    position: relative;
    font-size: 18px;
  }
  .textdifference .jsts li .tit::after {
      content: '';
      display: block;
      margin: auto;
      width: 54px;
      height: 3px;
      background: #ed6827;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
}
  .textdifference .jsts li .txt {
    margin-top: 15px;
    color: #333333;
  }
  .textdifference .jsts li .box:hover {
    background: #FFFFFF;
    box-shadow: 0px 25px 54px 0px rgba(4, 0, 0, 0.08)
  }
  .textdifference .jsts li .box:hover .default {
    display: none;
  }
  .textdifference .jsts li .box:hover .hover {
    display: block;
  }
  @media screen and (max-width: 768px) {
    .textdifference .yycj .list {
        position: relative;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .textdifference .yycj .nr {
        height: fit-content;
    }
    .textdifference .yycj .nr .pic{
        float: none;
        margin-top: 0;
    }
    .textdifference .yycj li {
        width: 100%;
        margin-bottom: 15px;
    }
    .textdifference .yycj .liright {
      /* margin-left: unset !important; */
      margin-left: 0 !important;
    }
    .textdifference .yycj .nr .pic{
        display: none;
    }
    .textdifference .yycj .nr .pic-m {
        display: block;
    }
    .textdifference .gnjs li .box {
        width: 100%;
        padding: 0 20px;
    }

    .textdifference .jsts li .box {
        height: 370px;
      }
      .textdifference .jsts ul {
        margin-right: -8px;
        margin-left: -8px;
        margin-top: 15px;
      }
      .textdifference .jsts li {
        width: 50%;
        padding: 0 8px;
        margin-top: 15px;
      }
      .textdifference .jsts {
        padding-top: 40px;
        padding-bottom: 40px;
      }
      .textdifference .jsts .list {
        margin-left: -5px;
        margin-right: -5px;
      }
      .textdifference .jsts li {
        width: 100%;
      }
  }
  @media (max-width: 480px) {
    .textdifference .jsts {
      padding-top: 30px;
      padding-bottom: 15px;
    }
    .textdifference .jsts ul {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 15px;
    }
    .textdifference .jsts li {
      width: 100%;
      padding: 0;
      float: none;
      margin-top: 15px;
    }
    .textdifference .jsts li .box {
      height: auto;
      padding: 15px 30px;
      min-height: 285px;
    }
    .textdifference .jsts li .box span img {
      max-height: 60px;
    }
    .textdifference .jsts li .tit {
      border-width: 1px;
    }
}
