/*一行省略隐藏*/
.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;
  }
  .characterrecog .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
.inside-banner .btns, .inside-banner-m .btns {
    margin-top: 30px;
}

.inside-banner .btns a, .inside-banner-m .btns a {
    display: inline-block;
    background: #FFFFFF;
    /* border: 1px #FFFFFF solid; */
    color: #EB6827;
    min-width: 98px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 14px;
}
.inside-banner .btn-02, .inside-banner-m .btn-02 {
    position: relative;
    margin-right: 0;
    background: #EB6827!important;
    color: #FFFFFF!important;
}
.cpjs {
    padding: 50px 0 50px 0;
    position: relative;
}
.cpjs .list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cpjs .list .pic img {
    width: 417px;
}
.cpjs .list .oneitem {
    display: none;
}
.cpjs .list .itemtwo {
    padding: 18px 0;
}
.cpjs .seconditem .seconditem_item:nth-child(1) {
    margin-bottom: 46px;
}
.cpjs .seconditem_tow .seconditem_item:nth-child(1) {
  margin-bottom: 46px;
}
.cpjs .seconditem_item {
    width: 360px;
    height: 202px;
    border: 1px solid #E3E3E3;
    padding: 30px 58px 0 30px;
}
.cpjs .seconditem_item .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #EB6827;
    line-height: 33px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.cpjs .seconditem .seconditem_item .title::before {
    content: "";
    display: block;
    width: 3px;
    height: 29px;
    background: #EB6827;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cpjs .seconditem_item .info {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
}
.cpjs .seconditem_tow {
    text-align: right;
}
.cpjs .seconditem_tow .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #EB6827;
    line-height: 33px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}
.cpjs .seconditem_tow .title::after {
    content: "";
    display: block;
    width: 3px;
    height: 29px;
    background: #EB6827;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cpjs .seconditem_tow_one {
    display: none;
}


/*特色优势*/
.characterrecog .tsys {
    padding: 50px 0 70px 0;
    background-color: #f7f7f7;
    position: relative;
}
.characterrecog .tsys .inside-title .title {
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2D2D2D;
  }
  .characterrecog .tsys .nr {
    margin-top: 30px;
  }
  .characterrecog .tsys .list {
    clear: both;
  }
  .characterrecog .tsys li {
    width: 33.333333%;
    float: left;
    padding: 0 7px;
    margin-bottom: 20px;
    position: relative;
  }
  .characterrecog .tsys li .box {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .characterrecog .tsys li .pic {
    float: left;
    margin: auto;
    z-index: 9;
    text-align: center;
    padding: 32px 15px 13px 23px;
    position: relative;
  }
  .characterrecog .tsys li .pic img {
    height: 67px;
  }
  .characterrecog .tsys li .text {
    padding: 26px 25px;
    position: relative;
    text-align: left;
    min-height: 149px;
  }
  .characterrecog .tsys li .title {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #242424;
    line-height: 28px;
    position: relative;
  }
  .characterrecog .tsys li .info {
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
  }
  
  .characterrecog .tsys li .box:hover .default {
    display: none;
  }
  .characterrecog .tsys li .box:hover .hover {
    display: block;
  }
@media screen and (max-width: 768px) {
    .cpjs .list .oneitem {
        display: block;
    }
    .cpjs .list .itemtwo {
        display: none;
    }
    .cpjs .list {
        flex-direction: column;
    }
    .cpjs .list .pic img {
        display: block;
        margin: 0 auto;
    }
    .cpjs .seconditem .seconditem_item {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .cpjs .seconditem {
        margin: 15px 0;
    }
    .cpjs .seconditem .seconditem_item:nth-child(1) {
        margin-bottom: 15px;
    }
    .cpjs .seconditem_tow .seconditem_item:nth-child(1) {
      margin-bottom: 15px;
    }
    .cpjs .seconditem_tow_one {
        display: block;
    }
    .cpjs .seconditem_tow {
        display: none;
    }

    .characterrecog .tsys {
        padding-top: 40px;
        padding-bottom: 40px;
      }
      .characterrecog .tsys .list {
        margin-left: -5px;
        margin-right: -5px;
      }
      .characterrecog .tsys li {
        width: 100%;
      }
      .characterrecog .tsys li .text {
          min-height: auto;
      }
      .characterrecog .tsys li .pic {
        padding: 23px 40px 13px 40px;
      }
    
}
@media (max-width: 480px) {
    .inside-banner .btns a, .inside-banner-m .btns a {
        margin-right: 5px;
    }
    .characterrecog .tsys ul {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
      }
      .characterrecog .tsys li {
        width: 100%;
        padding: 0;
        float: none;
      }
      .characterrecog .tsys li .box {
          padding: 15px 0;
          padding-right: 10px;
          overflow: hidden;
          min-height: auto;
      }
      .characterrecog .tsys li .pic {
          padding:0 15px;
      }
      .characterrecog .tsys li .text {
          padding: 0;
      }
      .characterrecog .tsys li .title {
        border-width: 1px;
      }
      .characterrecog .tsys li .title {
        text-align: left;
        font-size: 16px;
      }
}