/* 什么是渗透测试 */
.what-box{ margin: 0 -10px; }
.what-box ul{ width: 100%; display: flex; flex-flow: row wrap; box-sizing: border-box; }
.what-box ul>li{ height: auto; padding: 0 10px; display: block; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; box-sizing: border-box; }
.what-item-li{ position: relative; padding: 26px 30px;top: 0; box-sizing: border-box; height: 100%; border: 1px solid #ebedf0; min-height: 139px; transition: all .3s; }
.what-item-li::before{ content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: url(/images/new_kkidc/infiltration/bg1.png) no-repeat; background-position: right center; background-size: cover; opacity: 0; transition: all .3s; }
/* .what-item-li::after{ content: ""; position: absolute; display: block; width: 4px; height: 100%; left: -1px; top: 0; background: #2981ff; transition: all .3s; opacity: 0; } */

.what-item{ position: relative; z-index: 1; }
.what-item p{ font-size: 18px; color: #1c1d1f; margin-bottom: 14px; font-weight: bold;}
.what-item span{ display: block; line-height: 24px; font-size: 14px; color: #626266; max-width: 350px; }

/* 渗透测试流程 */
.flow-pat-svg{ text-align: center; }
.flow-pat-svg .pc-data{ max-width: 100%; }

/* 服务内容 */
.product-feature{ display: flex; border: 1px solid #fff; box-sizing: border-box; box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.08); background-color: #fefeff; }
.product-feature-l{ min-width: 299px; min-height: 223px; background: url(/images/new_kkidc/infiltration/bg2.png) no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; justify-content: center; margin-right: 55px; border-right: 1px solid #ebedf0; box-sizing: border-box; }
.product-feature-l img{ margin-left: 10px; }
.product-feature-r{ flex: 1; padding: 25px 0; }
.product-feature-r ul{ width: 100%; display: flex; flex-wrap: wrap; }
.product-feature-r ul>li{ width: 20%; padding: 12px 15px; box-sizing: border-box; position: relative; font-size: 14px; color: #626266; }
.product-feature-r ul>li::before{ content: ""; position: absolute; width: 4px; height: 4px; left: 0; top: 19px; background-color: #5a5a5c; }

/* 服务优势 */
.product-advantage{ display: flex; flex: 1; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.product-advantage>li{ display: flex; width: 33.333%; align-items: center; justify-items: center; flex-direction: column;}
.product-advantage>li div{ font-size: 18px; color: #1c1d1f; margin: 13px 0 11px; font-weight: bold;}
.product-advantage>li p{ max-width: 265px; font-family: MicrosoftYaHei; font-size: 14px; font-weight: normal; font-stretch: normal; line-height: 24px; letter-spacing: 0px; color: #626266; text-align: center; }

/* 服务场景 */
 .service-box{ font-size: 0; margin: -10px; display: -ms-flexbox; display: -webkit-box; display: -moz-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .service-box>li{ display: inline-block; vertical-align: top; width: 25%; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; height: auto; }
.service-item-data .service-item-title{ font-size: 18px; color: #1c1d1f; margin-bottom: 11px; font-weight: bold;}
.service-item-data span{ font-size: 14px; color: #626266; line-height: 24px; }
.service-item{ position: relative; padding: 38px 30px;  border: 1px solid #ebedf0; height: 100%;min-height: 280px; background-color: #fff;box-sizing: border-box;top: 0; transition: all .3s; }
.service-item::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/infiltration/bg3.jpg) no-repeat; background-size: 100% 100%; box-shadow: 0px -2px 20px rgba(231, 233, 236, .5); opacity: 0; transition: all .3s; }

.service-item-data{ display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; }
.service-item-data img{ margin-bottom: 13px; }

.show-icon {display: none;}
.m-product-advantage-img{display: none;}
.m-section-header-h2{display: none;}
@media screen and (min-width: 1024px){
    .service-item:hover{top: -6px;}
    .service-item:hover::before{opacity: 1;}
    .what-item-li:hover{top: -6px;box-shadow: 0px 6px 12px 0px rgba(18, 51, 100, 0.06);}
    .what-item-li:hover::before{opacity: 1;}
}
@media screen and (max-width: 1023px) {
    .sm-bgGray{
        overflow-x: hidden;
    }
    .banner{
        margin-top: 0px;
    }
    .banner .swiper-slide video{
        display: none;
    }
    .banner.banner-honour .swiper-slide{
        padding-bottom: 0;
    }
    .banner-single .banner-ani{
        background-image: url(/images/new_kkidc/infiltration/m-banner.jpg);
    }
    .price-banner-box{
        display: flex;
        justify-content: center;
    }
    .section-a2{
        background: #F5F7FA;
    }
    .section-a4{
        background: #F5F7FA;
    }
    .section-a5{
        padding: 100px 0;
        background: #FFF;
    }
    .section-a1{
        padding: 100px 0;
    }
    .section-header h1, .section-header h3{
        font-size: 49px;
        margin-bottom: 68px;
    }
    .what-box ul{
        flex-wrap: nowrap;
    }
    .what-box ul{
        overflow-x: scroll;
    }
    .what-box ul::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .section-body li{
        border: 0px;
    }
    .what-item p{
        font-size: 41px;
        margin-bottom: 38px;
    }
    .what-item span{
        line-height: 55px;
        font-size: 35px;
        max-width: 100%;
    }
    .what-item-li::after{
        width: 0;
    }
    .what-item-li::before{
        width: 0;
    }

    .what-item-li{
        background: url(/images/new_kkidc/infiltration/m-bg1.png) no-repeat;
        background-size: 100% 100%;
        border: 0px;
    }
    .icon-box{
        position: absolute;
        height: 46px;
        width: auto;
    }
    .icon-box span{
        width: 59px;
        height: 46px;
    }
    .show-icon {
        display: block;
    }
    .box-top{
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 20px 0;
        width: 100%;
    }
    .box-top p{
        font-size: 41px;
        margin-left: 133px;
    }
    .iconfont-iconclass{
        transform: rotate(90deg);
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px;
    }
    .section-body li:not(:last-child){
        margin-bottom: 0;
    }
    .box-top-span {
        display: none !important;
    }
    .box-top-span-drop{
        display:flex !important;
        background: url(/images/new_kkidc/infiltration/m-top-banner.png) no-repeat;
        background-size: cover;
        flex-wrap: wrap;
        padding: 56px 40px;
        font-size: 35px;
        line-height: 79px;
        color: #626266;
    }
    .m-box-top .drop{
        transform: rotate(270deg);
        color: #2981FF !important;
    }
    .hover-icon-80{
        margin: 25px 0 0 41px;
        background-position: center;
        background-size: 100%;
    }
    .box-top-div{
        box-shadow: 0px 8px 33px 0px rgba(18,51,100,0.06);
    }
    .product-feature-l{
        display: none;
    }
    .section-a3 .section-header{
        background: url(/images/new_kkidc/infiltration/m-icon1.png) no-repeat;
        background-size: cover;
        margin-bottom: 0;
    }
    .product-feature{
        margin-bottom: 63px;
    }
    .product-feature-r{
        padding: 0;
    }
    .product-feature-r ul>li{
        width: 50%;
        font-size: 49px;
        padding: 50px 45px;
    }
    .product-feature-r ul>li::before{
        width: 11px;
        height: 11px;
        top: 80px;
        background: #5A5A5C;
        margin: 0 20px;
    }
    .product-feature-r ul{
        overflow-y: scroll;
    }
    .product-advantage-img{
        display: none;
    }
    .product-advantage>li{
        width: 100%;
    }
    .product-advantage>li p{
        font-size: 44px;
        line-height: 44px;
    }
    .advantage-title{
        /* width: 90%; */
        padding: 35px 33px;
    }
    .product-advantage>li div{
        margin: 0;
    }
    .section-body ul li .icon-box{
        width: 76px;
        height: 85px;
        left: 0;
        margin: 43px 0 0 51px;
    }
    .product-advantage .icon-box span{
        width: 76px;
        height: 85px;
    }
    .product-advantage .hover-icon-80{
        margin: 0;
        background-position: right;
        background-size:auto 100%;
    }
    .product-advantage>li .box-top .iconfont-iconclass{
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px;
    }
    .m-product-advantage-img{
        display: block;
        position: absolute;
        left: 70px;
        margin: 35px 0;
    }
    .product-advantage .advantage-title{
        margin: 0;
        font-size: 41px;
        margin-left: 133px;
    }
    .product-advantage>li p{
        text-align: justify;
        font-size: 35px;
        line-height: 52px;
        max-width: 100%;
    }
    .service-item{
        border: 0;
    }
    .service-box>li{
        width: 100%;
    }
    .service-item{
        text-align: justify;
    }
    .service-item-data{
        align-items: baseline;
    }
    .service-item{
        padding: 20px 30px;
    }
    .box-top-drop {
        background: linear-gradient(to bottom, #E1E3EB, #FFFFFF);
        box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25), 0px 3px 0px 0px #FFFFFF, -7px 32px 85px 0px rgba(225,227,235,0.65);
    }
    .what-item p{
        font-size: 31px;
    }
    .what-item span{
        line-height: 41px;
        font-size: 26px;
    }
    .box-top p{
        font-size: 31px;
    }
    .icon-box span{
        width: 41px;
        height: 35px;
    }
    .box-top-span-drop{
        line-height: 59px;
        font-size: 27px;
    }
    .product-feature-r ul>li{
        font-size: 31px;
    }
    .product-feature-r ul>li::before{
        top: 68px;
    }
    .product-advantage>li p{
        font-size: 33px;
    }
    .section-body .product-advantage .box-top-span{
        font-size: 27px;
        line-height: 39px;
    }
    .m-product-advantage-img{
        margin: 30px 0;
    }
    .section-body ul li .icon-box{
        width: 57px;
        height: 63px;
        margin: 35px 0 0 51px;
    }
    .product-advantage .icon-box span{
        width: 57px;
        height: 63px;
    }
    .advantage-title{
        padding: 20px 33px;
    }
    .product-advantage .advantage-title{
        font-size: 33px;
        margin-left: 113px;
    }
    .box-top-span-drop{
        font-size: 27px;
        line-height: 39px;
        padding: 41px 10px 45px 31px;
    }
    .section-a3{
        padding: 80px 0;
    }
    .section-a5{
        padding: 80px 0;
    }
    .what-item p {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .what-item span {
        line-height: 23px;
        font-size: 15px;
    }
    .icon-box span{
        width: 23px;
        height: 19px;
    }
    .box-top p{
        font-size: 17px;
        margin-left: 60px;
    }
    .box-top-span-drop{
        line-height: 33px;
        font-size: 15px;
        padding: 23px 25px;
    }
    .hover-icon-80{
        margin: 25px 0 0 20px;
    }
    .product-feature-r ul>li::before{
        width: 5px;
        height: 5px;
        top: 35px;
        margin: 0 15px;
    }
    .m-product-advantage-img{
        width: 32px;
        height: 35px;
        margin: 20px 0;
        left: 35px;
    }
    .product-advantage>li p{
        font-size: 18px;
    }
    .box-top p{
        margin-left: 50px;
    }
    .advantage-title{
        padding: 10px 30px;
    }
    .section-body .product-advantage .box-top-span{
        font-size: 15px;
        line-height: 22px;
        min-width: 93%;
        margin-bottom: 0;
    }
    .product-advantage .iconfont-iconclass{
        margin-top: auto;
        margin-bottom: auto;
    }
    .iconfont-iconclass{
        margin-right: 15px;
    }
    .service-item{
        min-height: 115px;
    }
    .section-body ul li .icon-box{
        width: 32px;
        height: 35px;
        margin: 28px 0 0 21px;
    }
    .product-advantage .icon-box span{
        width: 32px;
        height: 35px;
    }
    .advantage-title{
        padding: 12px 19px;
    }
    .product-advantage .advantage-title{
        font-size: 18px;
        margin-left: 60px;
    }
    .box-top-span-drop{
        font-size: 15px;
        line-height: 22px;
        padding: 23px 9px 25px 17px;
    }
    .product-advantage>li .box-top .iconfont-iconclass{
        margin-right: 20px;
    }
    .section-a3{
        padding: 60px 0;
    }
    .section-a5{
        padding: 60px 0;
    }
    .section-a3, .section-header h3{
        font-size: 18px;
        padding: 22px 0;
        margin-bottom: 0;
    }
    .section-header {
        margin-bottom: 14px;
    }
    .what-item p {
        font-size: 15px;
    }
    .what-item span{
        font-size: 13px;
        line-height: 20px;
    }
    .box-top-span-drop{
        line-height: 29px;
        font-size: 13px;
        padding: 23px 0 23px 20px;
    }
    .box-top p{
        font-size: 15px;
    }
    .hover-icon-80{
        margin: 21px 0 0 20px;
    }
    .iconfont{
        font-size: 12px;
    }
    .product-feature-r ul>li{
        font-size: 15px;
        font-weight: normal;
        padding: 16px 29px;
    }
    .product-feature-r ul>li::before{
        width: 4px;
        height: 4px;
        top: 25px;
    }
    .section-body .product-advantage .box-top-span{
        padding: 20px 8px 22px 15px;
        font-size: 13px;
        line-height: 19px;
    }
    .product-advantage>li p{
        font-size: 16px;
    }
    .m-product-advantage-img{
        width: 28px;
        height: 31px;
        margin: 23px 0;
    }
    .box-top{
        padding: 10px 0;
    }

    .section-body ul li .icon-box{
        width: 28px;
        height: 31px;
        margin: 18px 0 0 21px;
    }
    .product-advantage .icon-box span{
        width: 28px;
        height: 31px;
    }
    .advantage-title{
        padding: 12px 19px;
    }
    .product-advantage .advantage-title{
        font-size: 16px;
        margin-left: 60px;
    }
    .box-top-span-drop{
        font-size: 13px;
        line-height: 19px;
        padding: 21px 8px 22px 15px;
    }
    .product-advantage>li .box-top .iconfont-iconclass{
        margin-right: 10px;
    }
    .banner-single .n-btn-default{
        margin-right: 0;
    }
    .section-a1 .m-section-header-h3{
        padding: 0;
    }
    .section-a2 h3{
        padding: 0;
    }
    .section-header {
        margin-bottom: 16px;
    }
    .section-a2 .section-header{
        margin-bottom: 25px;
    }
    .box-top {
        padding: 17px 0;
    }
    .box-top p {
        margin-left: 54px;
    }
    .hover-icon-80 {
        margin: 19px 0 0 20px;
    }
    .box-top-span-drop {
        padding: 11px 8px 12px 15px;
    }
    .what-item-li {
        min-height: auto;
    }
    .section-a1 li>div {
        padding: 21px 15px 21px 15px;
        margin: 0 15px 0 0;
        border: 1px solid #EBEDF0;
        box-shadow: 0px 3px 12px 0px rgba(18,51,100,0.06);
    }
    .section-a3 .section-header{
        margin-top: 39px;
    }
    .section-a3{
        padding: 0;
    }
    .product-feature {
        margin-bottom: 40px;
    }
    .product-feature-r ul {
        height: 211px;
    }
    .product-feature-r {
        height: 211px;
    }
    .section-a4 {
        padding: 39px 0 0;
    }
    .section-a4 .section-header h3{
        padding: 0;
    }
    .advantage-title {
        padding: 11px 0;
    }
    .section-a5 {
        padding: 40px 0 19px;
    }
    .section-a5 .section-header h3{
        padding: 0;
    }
    .section-a5 .service-box{
        margin: 0;
        flex-direction: column;
    }
    .section-a5 .section-header {
        margin-bottom: 14px;
    }
    .section-a5 .service-box>li{
        padding: 0 6px;
    }
    .section-a5 .service-item{
        padding: 10px 0 3px 0;
    }
    .what-box ul>li{
        display: flex;
        padding: 0;
        margin: 0;
        width: 73%;
    }
    .what-first-div{
        margin-left: 12px !important;
    }
    .what-item {
        text-align: justify;
    }
    .section-a1 {
        padding: 40px 0 41px;
    }
    .section-a1 .section-header{
        margin-bottom: 25px;
    }
    .section-a2 {
        padding: 39px 0 0;
    }
    .section-a2 .box-top {
        font-size: 10px;
        color: #6d6f74;
        box-sizing: border-box;
        height: 55px;
        line-height: 55px;
    }
    .section-a2 ul{
        box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25);
    }
    .section-a2 .section-body li{
        box-shadow: 0px 3px 8px 0px rgba(199,208,222,0.25);
    }
    .section-a2 .m-form-item .slide-detail {
        background: url(/images/new_kkidc/infiltration/m-top-banner-1.png) 100% 100% no-repeat;
        background-size: 100% 100%;
    }
    .section-a2 .m-form-item .slide-detail-last{
        background-size: cover;
    }
    .product-text{
        display: flex;
        flex-wrap: wrap;
    }
    .box-top-span-li{
        flex: 0 0 50%;
    }
    .box-top-span-li:not(:last-child){
        margin-bottom: 17px;
    }
    .box-top-span-li-top{
        flex: 0 0 50%;
        margin-bottom: 0;
    }
    .section-a4 .box-top {
        font-size: 10px;
        color: #6d6f74;
        box-sizing: border-box;
        height: 55px;
        line-height: 55px;
    }
    .section-a4 ul{
        box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25);
    }
    .section-a4 .m-form-item .box-top.open-box {
        box-shadow: 0px 11px 8px -7px rgba(199, 208, 222, 0.2), inset 0px 0px 0px 0px #ffffff, inset -2px 19px 22px 0px rgba(225, 227, 235, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }
    .section-a4 .section-body li{
        box-shadow: 0px 3px 8px 0px rgba(199,208,222,0.25);
    }
    .section-a2 .m-form-item .box-top {
        box-shadow: none;
        transition: all .3s;
    }
    .section-a4 .m-form-item .box-top {
        box-shadow: none;
        transition: all .3s;
    }
    .section-a2 .m-form-item .box-top .iconfont {
        color: #bdc4cf;
        transition: transform .3s ease;
        display: block;
    }
    .section-a4 .m-form-item .box-top .iconfont {
        color: #bdc4cf;
        transition: transform .3s ease;
        display: block;
    }
    .section-a2 .m-form-item .box-top.open-box .iconfont {
        transform: rotate(-180deg);
        color: #2981ff;
      }
    .section-a4 .m-form-item .box-top.open-box .iconfont {
        transform: rotate(-180deg);
        color: #2981ff;
    }
    .section-a4 .m-form-item .slide-detail {
        background: url(/images/new_kkidc/infiltration/m-top-banner.png) no-repeat;
        background-size: cover;
    }
    .product-feature li p{
        font-size: 13px;
        line-height: 19px;
        color: #626266;
    }
    .product-feature{
        border: 0;
    }
    .mobile-data .box-top label{
        color: #1C1D1F;
    }
    .section-a4 .m-form-item .box-top.open-box label{
        font-weight: bold;
    }
    .section-a2 .m-form-item .box-top.open-box label{
        font-weight: bold;
    }
    .section-a3 .section-body li{
        border-left: 1px solid #E8EBF1;
        border-bottom: 1px solid #E8EBF1;
    }
    .section-a5{
        padding: 39px 0 19px;
    }
    .service-item-data img{
        max-width: 26px;
        margin-bottom: 0px;
        position: absolute;
        margin-top: -2px;
    }
    .service-item-data .service-item-title{
        left: 39px;
        font-size: 16px;
        color: #1c1d1f;
        font-weight: bold;
        margin-bottom: 8px;
        position: relative;
    }
    .service-item-data span{
        font-size: 13px;
        color: #626266;
        line-height: 20px;
    }
    .mobile-data li>div {
        padding: 18px 5px 14px 13px;
        text-align: justify;
    }
    .m-section-header-h2{
        display: none;
    }
    .section-a4 .section-body li{
        border: solid 1px #eaebef;
    }
    .section-a2 .product-feature li{
        border: solid 1px #eaebef;
    }
    .section-a2 .product-feature li:not(:last-child){
        margin-bottom: -1px;
    }
    .section-a4 .section-body li:not(:last-child){
        margin-bottom: -1px;
    }

    .skip-item ul{
        overflow-x: scroll;
    }
    .skip-item ul li, .skip-item ul li a{
        flex: 0 0 25%;
    }
    .skip-box ul::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }

    .section-a4 .m-form-item .box-top .product-l img {
        width: 100%;
        max-width: 43px;
        margin-right: 13px;
      }
}