/*一行省略隐藏*/
.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 .title-s {
      font-size: 20px;
  }
  .inside-banner .info {
    font-size: 16px;
}

.inside-banner-m .title {
	font-size: 0.7rem;
	margin-bottom: 0;
}
.inside-banner-m .title-02 {
	margin-bottom: 0.52rem;
}



/*为什么要做网站安全防护？*/
.ssl .aqfh {
    padding: 50px 0 70px 0;
    text-align: justify;
    background: #f7f7f7;
  }
  .ssl .aqfh ul {
    margin: 0 -18px;
    margin-top: 25px;
  }
  .ssl .aqfh li {
    float: left;
    padding: 0 18px;
    width: 25%;
    position: relative;
  }
  .ssl .aqfh li .item {
    height: 313px;
    transition: all 334ms ease;
    padding: 40px 18px 10px 18px;
    background-color: #fff;
    text-align: center;
  }
  .ssl .aqfh li .item img {
    height: 90px;
  }
  .ssl .aqfh li .tit {
    padding: 20px 0;
    font-size: 18px;
  }
  .ssl .aqfh li .txt {
    color: #333333;
  }
  .ssl .aqfh li:hover .item {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
  }
/*产品优势*/
  .ssl .cpys {
    padding: 50px 0 70px 0;
    text-align: justify;
  }
  .ssl .cpys ul {
    margin: 0 -18px;
    margin-top: 25px;
  }
  .ssl .cpys li {
    width: 14.28571429%;
    float: left;
    text-align: center;
    position: relative;
  }
  .ssl .cpys li .item {
    transition: all 334ms ease;
    /* padding: 40px 18px 10px 18px; */
    background-color: #fff;
    text-align: center;
  }
  .ssl .cpys .item .pic {
    width: 150px;
    height: 150px;
    border: 1px dashed #E5E5E5;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .ssl .cpys li .item img {
    height: 90px;
    margin-top: 30px;
  }
  .ssl .cpys li .tit {
    padding: 20px 0;
    font-size: 18px;
  }
  .ssl .cpys li:hover .item .pic {
    border: 1px dashed #ED6827;
  }
  .ssl .aqzs {
    padding: 50px 0 70px 0;
    text-align: justify;
    background-color: #f7f7f7;
  }
  .ssl .aqzs .nr .box_title {
    padding-left: -30px;
    margin-bottom: 30px;
    font-size: 30px;

    font-weight: 400;
    color: #333333;
    background: linear-gradient(to right, rgba(244, 197, 174, 1) 20%, transparent);
    background: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(244, 197, 174, 1)), to(transparent));
    position: relative;
    height: 76px;
    line-height: 76px;
    text-align: center;
    width: 208px;
    border-left: 3px solid #ED6827;
  }
  .ssl .aqzs .nr {
      float: left;
      width: calc( 50% - 30px);
      margin-left: 25px;
    }
    /* .ssl .aqzs .nr::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        height: 543px;
        border: 1px dashed #ED6827;
    } */
    .container_main{
      position: relative;

  }
  .left_xx{
      position: absolute;
      left: 0;
      top: -81px;
        width: 1px;
        height: 100%;
      border-left: 1px dashed #ED6827;
  }
  .ssl .aqzs .list {
    clear: both;
  }
  .ssl .aqzs li {
    width: 100%;
    margin-top: 30px;
    position: relative;
    padding-left: 44px;
    display: inline-block;
  }
  .ssl .aqzs li::before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    background: url(../images/icon/tb-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ssl .aqzs li .box {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-height: 151px;
  }
  .ssl .aqzs li .box:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .ssl .aqzs li .pic {
    float: left;
    margin: auto;
    z-index: 9;
    text-align: center;
    padding: 30px 20px 13px 20px;
    position: relative;
  }
  .ssl .aqzs li .pic img{
      height: 90px;
  }
  .ssl .aqzs li .text {
    padding: 22px 21px;
    position: relative;
    text-align: left;
  }
  .ssl .aqzs li .title {
    font-size: 18px;
    position: relative;
    color: #333333;
    font-weight: 400;
  }
  .ssl .aqzs li .info {
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
  }
  .ssl .zhshlx {
    padding: 50px 0 70px 0;
  }
  .ssl .zhshlx .table-01 table {
    width: 100%;
    color: #666;
    font-size: 15px;
    text-align: center;
  }
.ssl .zhshlx .table-01 td {
    border: 1px #e4e4e4 solid;
    line-height: 30px;
    padding: 8px 5px;
}
.ssl .zhshlx .table-01 tr td:first-child {
  background: #f8f9fb;
}
.ssl .zhshlx .table-01 .bt {
    font-weight: 700;
    font-size: 16px;
}
.ssl .zhshlx .ysClass img {
  width: 15px;
}
.ssl .shq {
    background: #f7f7f7;
    padding: 30px 0 30px 0;
}
.ssl .shq .title {
    text-align: center;
    font-size: 24px;
}
.ssl .shq .nr {
    text-align: center;
}
.ssl .shq input {
    border: 1px #ccc solid;
    background: transparent;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 350px;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.ssl .shq .btn {
    display: inline-block;
    background: #ED6827;
    color: #fff;
    text-align: center;
    min-width: 220px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (max-width: 768px) {
  .ssl .brClass {
    display: none;
  }
    .ssl .aqfh li .item {
        height: 290px;
        padding: 30px 18px 10px 18px;
      }
    .ssl .aqfh ul {
        margin-right: -8px;
        margin-left: -8px;
        margin-top: 15px;
    }
    .ssl .aqfh li {
        width: 50%;
        padding: 0 8px;
        margin-top: 15px;
    }
    .ssl .cpys li {
        width: 33.333333333%;
    }
    .ssl .aqzs .nr {
        width: 100%;
    }
    .ssl .aqzs li .pic {
        padding: 15px;
    }
    .ssl .zhshlx .table-01 table {
        font-size: 12px;
    }
    .ssl .zhshlx .table-01 .bt {
        font-size: 12px;
    }
    .ssl .shq .nr {
        margin-top: 30px;
    }
    .ssl .shq input {
        min-width: auto;
        width: 70%;
        float: left;
        border-right: none;
    }
    .ssl .shq .btn {
        min-width: auto;
        width: 30%;
        margin: auto;
    }
}
@media (max-width: 480px) {
    .ssl .aqfh {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .ssl .aqfh ul {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .ssl .aqfh li {
        width: 100%;
        padding: 0;
        float: none;
        margin-top: 15px;
    }
    .ssl .aqfh li .item {
        height: auto;
        padding: 20px 50px;
    }
    .ssl .aqfh li .item span img {
       max-height: 60px;
    }
    .ssl .aqfh li .tit {
       border-width: 1px;
    }
    .ssl .cpys .item .pic {
        width: 100px;
        height: 100px;
        border: 1px solid #E5E5E5;
        border-radius: 50%;
        margin: auto;
        text-align: center;
        position: relative;
      }
      .ssl .cpys li .item img {
        height: 50px;
        margin-top: 25px;
      }
      .ssl .cpys li .tit {
        font-size: 14px;
      }
      .ssl .aqzs li .title {
          font-size: 18px;
      }
      .ssl .aqzs li .pic {
          float: none;
          padding: 10px 15px 0;
      }
      .ssl .aqzs li .pic img {
          height: 50px;
      }
      .ssl .aqzs li .text {
          padding: 10px 20px;
          min-height: 120px;
      }
      .left_xx {
        top: -100px;
      }
}
