.ks-floor{
    padding-top: 200px;
}
.ks-container{
    width: 1280px;
}
img{
    image-rendering: -webkit-optimize-contrast;
}
.sm-show{
    display: none !important;
}
/* 通用问题 */
.ks-common-title { 
    text-align: center; 
    margin-bottom: 95px; 
} 
.ks-common-title_big { 
    font-size: 46px; 
    line-height: 61px; 
    font-weight: bold;
} 
.ks-common-title_small { 
    font-size: 20px; 
    color: #666; 
    margin-top: 20px; 
    line-height: 26px; 
} 

/* banner图 */
#banner{
    margin-top: 0;
}
.digital-banner .swiper-container { 
    height: 100%; 
} 
.banner-olevel { 
    /* background-image: url(/Template/skin1/static2022/solution/images/ebanner.png);  */
    /*background-image: url(https://oss.kesion.com/Uploads/2022-8/82/D133060561919666.png);*/
    background-image: url(https://oss.kesion.com/Uploads/2023-2/82/7133208996598084.jpg);
    image-rendering: -webkit-optimize-contrast;
} 
.banner-olevel .ks-container{
    height: 100%;
}
.abt-left-center {
    position: absolute;
    bottom: 22%;
    left: 66px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 380px;
}
.opacity-btn {
    display: inline-block;
    width: 150px;
    height: 50px;
}

/* 产品介绍 */
.product-intro{
    height: 269px;
    background-image: url(/Template/skin1/static2022/solution/images/eproductintro.png);
    image-rendering: -webkit-optimize-contrast;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 41px 50px;
    box-sizing: border-box;
    margin-top: -80px;
    z-index: 10;
    box-shadow: 1px 3px 10px 0px #ebefff;
    border-radius: 20px;
}
.product-intro .ks-common-title{
    margin-bottom: 33px;
}
.product-intro .ks-common-title_big{
    font-size: 24px;
    line-height: 31px;
}
.product-intro_item{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.product-intro_item p{
    text-indent: 2em;
}
/* 功效展示 */
.function-show_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(20,114,255,0.3);
    margin-bottom: 102px;
}
.function_tab-item{
    position: relative;
    cursor: pointer;
}
.function_tab-curr::before{
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 3px;
    background: #1472FF;
    border-radius: 3px;
    bottom: -1.5px;
    left: 50%;
    margin-left: -16.5px;
}
.function_tab-item h2{
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 19px;
}
.function_tab-item{
    flex: 1;
    text-align: center;
}
.function_tab-item_icon{
    width: 56px;
    height: 56px;
    margin:0 auto 27px;
    background-color: rgb(20,114,255,0.03);
    box-shadow: 2px 2px 4px 1px #DFEAF3, inset 0px 3px 6px 1px rgba(255,255,255,0.2);
    border-radius: 10px 10px 10px 10px;
}
.function_tab-curr .function_tab-item_icon{
    background-image: linear-gradient(360deg, #1D58FF 0%, #04B7FF 100%);
}
.function_tab-item_icon::after{
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}
.function_tab-item_icon1::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab01.png);
}
.function_tab-item_icon2::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab02.png);
}
.function_tab-item_icon3::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab03.png);
}
.function_tab-curr .function_tab-item_icon1::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab01_curr.png);
}
.function_tab-curr .function_tab-item_icon2::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab02_curr.png);
}
.function_tab-curr .function_tab-item_icon3::after{
    background-image: url(/Template/skin1/static2022/solution/images/function_tab03_curr.png);
}
.function-show-inner{
    display: none;
}
.function-show_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 55px 0 68px;
}
.function-show-inner:first-child{
    display: block;
}
.show_item_letf h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 36px;
}
.show_item_letf li{
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #999;
    padding-left: 14px;
    width: 372px;
}
.show_item_letf li:last-child{
    margin-bottom: 0;
}
.show_item_letf li span{
    color: #333;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
.show_item_letf li span::before{
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -3.5px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #1472FF;
}
.show_item_btn{
    margin-top: 50px;
}
.show_item_btn span{
    display: inline-block;
    height: 54px;
    line-height: 52px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 20px;
    border-radius: 54px;
    box-sizing: border-box;
    border: 1px solid #1472FF;
    cursor: pointer;
}
.show_item_btn .try-use{
    color: #fff;
    background: #1472FF;
    margin-right: 30px;
}
.show_item_btn .experience{
    color: #1472FF;
}
/* 审核标准 */
.audit-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.audit-box-item{
    width: 381px;
    height: 364px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 2px 15px 0px rgba(20,114,255,0.16);
    margin-bottom: 67px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 45px 46px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    image-rendering: -webkit-optimize-contrast;
}
.audit-box-item:nth-child(1){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg01.png);
}
.audit-box-item:nth-child(2){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg02.png);
}
.audit-box-item:nth-child(3){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg03.png);
}
.audit-box-item:nth-child(4){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg04.png);
}
.audit-box-item:nth-child(5){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg05.png);
}
.audit-box-item:nth-child(6){
    background-image: url(/Template/skin1/static2022/solution/images/auditbg06.png);
}
.audit-box-item h2{
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
    font-weight: normal;
}
.audit-box-item_intro{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.audit-box-item_btn{
    font-size: 20px;
    line-height: 26px;
    opacity: 0;
    transition: .3s;
}
.audit-box-item:hover .audit-box-item_btn{
    opacity: 1;
}
.audit-box-item_btn a{
    color: #1472FF;
    vertical-align: middle;
}
.audit-box-item_btn i{
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(/Template/skin1/static2022/solution/images/auditarrow.png) no-repeat center;
    vertical-align: middle;
}
/* 多终端 */
.service { 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
} 
.m-service { display: none; } 
.service-item { 
    width: 254px; 
    height: 530px; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border: 1px solid #DEEBFF; 
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px; 
    box-sizing: border-box; 
    position: relative; 
    overflow: hidden; 
    padding-top: 80px; 
    padding-bottom: 42px;
} 
.service-item-title { 
    line-height: 24px; 
    font-size: 18px; 
    position: relative; 
    text-align: center; 
    font-weight: bold; 
} 
.service-item-title::before{
    content: '';
    height: 43px;
    display: block;
    margin-bottom: 25px;
}
.service-item:first-child .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon01.png) no-repeat center;
    background-size: 50px 37px;
}
.service-item:nth-child(2) .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon02.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(3) .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon03.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(4) .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon04.png) no-repeat center;
    background-size:49px 44px;
}
.service-curr { 
    padding-top: 0px; 
} 
.service-curr .service-item-title { 
    color: #fff; 
    font-weight: bold; 
    background:url(/Template/skin1/static2022/solution/images/service_title.png) no-repeat left top; 
    line-height: 73px; 
    height: 73px; 
    font-size: 20px; 
    padding-left: 63px;
    text-align: left;
} 
.service-curr .service-item-title::before{
    content: '';
    height: 43px;
    display: inline-block;
    margin-right: 12px;
    width: 43px;
    vertical-align: middle;
    margin-bottom: 0;
}
.service-item:first-child.service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon_h01.png) no-repeat center;
    background-size:44px 37px;
}
.service-item:nth-child(2).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon_h02.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(3).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon_h03.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(4).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/solution/images/s_icon_h04.png) no-repeat center;
    background-size:43px 43px;
}
.service-curr { 
    width: 508px;
    border-color: #257CFF; 
} 
.service-item-con { 
    position: relative; 
    min-height: 120px; 
    overflow: hidden; 
} 
.service-item-intro { 
    text-align: center; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    margin-top: 21px; 
    margin-bottom: 38px; 
    padding: 0 35px; 
} 
.service-curr .service-item-intro { 
    line-height: 24px; 
    font-size: 16px; 
    color: #666;
    padding-left: 63px;
    margin-top: 54px; 
    margin-bottom: 0px; 
    text-align: left;
    width: 204px;
} 
.service-item-img { 
    text-align: center;
} 
.service-item-img img{
    height: 211px;
    object-fit: contain;
}
.service-curr .service-item-img { 
    padding: 0; 
} 
.service-curr .service-item-img img { 
    height: auto;
    width: auto; 
    margin: auto; 
    margin-top: -17px;
    display: block; 
} 
.service-item:first-child.service-curr .service-item-img img{
    margin-top: 0;
}
.service-curr .service-item-intro { 
    top: 0px; 
    max-height: none; 
} 
.service-item-bottom_btn { 
    display: none; 
    transition: 0.3s; 
} 
.service-item-bottom img { 
    width: 97px; 
    height: 97px; 
    margin: auto; 
    display: block; 
    transition: 0.3s; 
} 
.service-curr .service-item-bottom img { 
    width: 140px; 
    height: 140px; 
    position: absolute; 
    right: 41px; 
    bottom: 25px; 
} 
.service-curr .service-item-bottom .service-item-bottom_btn { 
    width: 106px; 
    height: 40px; 
    display: block; 
    text-align: center; 
    line-height: 38px; 
    border: 1px solid #4265FB; 
    color: #fff; 
    font-size: 16px; 
    margin: 19px auto 0; 
    box-sizing: border-box; 
    background: #2151E1; 
    border-radius: 20px; 
} 

/* 案例 */
.client-floor{
    padding-top: 130px;
}
.case-logo { 
    margin-top: 31px; 
} 
.case-logo ul { 
    margin-left:-10px; 
    margin-right:-10px; 
} 
.case-logo-tips { 
    color: #666666; 
    font-size: 16px; 
    margin-top: 43px; 
    text-align: center; 
} 
.case-logo .case-logo-item { 
    width:16.66%; 
    float: left; 
} 
.case-logo-item_box { 
    margin: 20px 10px 0; 
    height: 70px; 
    background: #FFFFFF; 
    border-radius: 8px; 
    text-align: center; 
    line-height: 70px; 
    transition: 0.5s; 
    box-shadow: 0px 10px 20px rgba(119, 151, 188, 0.2); 
} 
.case-logo-item_box:hover { 
    box-shadow: 0px 10px 20px 0px rgba(119, 151, 188, 0.2); 
} 
.case-logo-item_box img { 
    max-width: 100%; 
    max-height: 70px; 
    vertical-align: middle; 
    object-fit: cover; 
} 

.swiper-button-disabled { 
    opacity: 0.5; 
    cursor: default; 
} 
.scenes-arrow.swiper-button-disabled i{
    opacity: 0.5; 
}
/* 购合适方案 */
.program-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.program-item{
    width: 299px;
    height: 351px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(18,88,194,0.1900);
    border-radius: 10px 10px 10px 10px;
    padding: 46px 30px 35px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 65px;
    margin-right: 65px;
}
.program-item:nth-child(1){
    background: url(/Template/skin1/static2022/solution/images/programbg1.png) no-repeat left top;
    border-top: 12px solid #1472FF;
}
.program-item:nth-child(2){
    background: url(/Template/skin1/static2022/solution/images/programbg3.png) no-repeat left top;
    border-top: 12px solid #6D3DDF;
}
.program-item:nth-child(3){
    background: url(/Template/skin1/static2022/solution/images/programbg4.png) no-repeat left top;
    border-top: 12px solid #F9A125;
}
.program-item_title{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 31px;
}
.program-item_intro p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #666;
}
.program-item_btn{
    border-top: 1px solid #ECECEC;
    padding-top: 30px;
    margin-top: 30px;
}
.program-item_btn a{
    display: block;
    width: 158px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}
.program-item:nth-child(1) .program-item_btn a{
    background: rgba(20,114,255,0.05);
    color: #1472FF;
}
.program-item:nth-child(2) .program-item_btn a{
    background: rgba(109,61,223,0.05);
    color: #6D3DDF;
}
.program-item:nth-child(3) .program-item_btn a{
    background: rgba(249,161,37,0.05);
    color: #F9A125;
}

/* 更多功效 */
.function-floor{
    padding-bottom: 106px;
    padding-top: 133px;
}
.function-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.function-item{
    width: 244px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin: 0 35px 84px;
    border: 1px solid #fff;
    transition: 0.2s;
    cursor: pointer;
}
.function-item_icon{
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
    margin: 0 auto 24px;
}
.function_icon1{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon01.png);
}
.function_icon2{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon02.png);
}
.function_icon3{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon03.png);
}
.function_icon4{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon04.png);
}
.function_icon5{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon05.png);
}
.function_icon6{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon06.png);
}
.function_icon7{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon07.png);
}
.function_icon8{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon08.png);
}
.function_icon9{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon09.png);
}
.function_icon10{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon10.png);
}
.function_icon11{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon11.png);
}
.function_icon12{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon12.png);
}
.function_icon13{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon13.png);
}
.function_icon14{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon14.png);
}
.function_icon15{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon15.png);
}
.function_icon16{
    background-image: url(/Template/skin1/static2022/solution/images/function_icon16.png);
}
.function-item h2{
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
}
.function-item_info{
    padding: 0 39px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.function-item_info span{
    margin-bottom: 10px;
    max-width: 50%;
    font-size: 16px;
    color: #999;
}
.function-item_info span::before{
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #999;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 3px;
}

/* AI监控 */
.AI-floor{
    padding-top: 0;
}
.AI-box-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 77px;
    margin-bottom: 120px;
}
.AI-box-item:last-child{
    margin-bottom: 0;
}
.AI-box-item_left{
    width: 486px;
}
.AI-box-item_left h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.AI-box-item_left p{
    font-size: 20px;
    line-height: 32px;
    color: #666;
}

/* 多应用场景 */
.scenes-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
}
.scenes-item{
    width: 220px;
    height: 256px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(20,114,255,0.16);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
    padding-top: 37px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 70px;
    transition: 0.2s;
    cursor: pointer;
    margin-left: 40px;
    margin-right: 40px;
}
.scenes-item:hover{
    border: 1px solid rgba(20,114,255,0.3);
}
.scenes-item_img{
    margin-bottom: 27px;
}
.scenes-item h2{
    font-size: 18px;
    line-height: 24px;
    padding-left: 33px;
    padding-right: 33px;
}
.scenes-arrow{
    position: absolute;
    width: 32px;
    height: 109px;
    background: rgba(20,114,255,0.03);
    top: 50%;
    margin-top: -54.5px;
    border-radius: 3px;
    text-align: center;
    line-height: 109px;
    opacity: 1;
    color: #1472FF;
    cursor: pointer;
}
.scenes-arrow i{
    font-size: 20px;
}
.scenes-arrow-prev{
    left: 0;
}
.scenes-arrow-next{
    right: 0;
}
/* 新闻资讯 */
.news-floor{
    padding-bottom: 200px;
}
.news-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-item{
    width: 410px;
    margin-bottom: 26px;
}
.news-item_img{
    height: 202px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.news-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item_info{
    height: 159px;
}
.news-item_info h2{
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
    padding-right: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item_info h2:hover{
    color: #1472FF;
}
.news-item_info p{
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item_time{
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 19px;
    position: relative;
    background-image: url(/Template/skin1/static2022/solution/images/time_arrow.png);
    background-repeat:no-repeat;
    background-position: center right;
    image-rendering: -webkit-optimize-contrast;
    background-size: 9px 16px;
}
.news-item_time::before{
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    left: 0;
    background: #E0E0E0;
    top: 0;
    transform: scaleY(0.5);
}
.news-btn{
    text-align: center;
}
.news-btn .news-item_img{
    background: #eee;
    line-height: 202px;
    font-size: 26px;
    color: #666;
}
.news-btn .news-item_img span{
    vertical-align: middle;
}
.news-btn .news-item_img i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Template/skin1/static2022/solution/images/enewsmore.png) no-repeat center;
    background-size: 24px 24px;
    vertical-align: middle;
}
/* 免费试用 */
.connect-floor{
    height: 250px;
    box-sizing: border-box;
    background: url(/Template/skin1/static2022/solution/images/connectbg.png) no-repeat top left;
    padding-top: 38px;
    padding-bottom: 26px;
    margin-top: 208px;
}
.connect-floor .ks-common-title{
    margin-bottom: 38px;
}
.connect-floor .ks-common-title_big{
    font-size: 40px;
    color: #fff;
    line-height: 52px;
}
.connect-floor .ks-common-title_small{
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    margin-top: 19px;
}
.free-try a{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    color: #1472FF;
    font-size: 20px;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
    cursor: pointer;
}
/* 动画 */
.reservation {
    margin-top: 0;
}
/*大于即是1400 ipad */
@media (max-width: 1400px){

}
/*大于即是1024 ipad */
@media (max-width: 1024px){
    /* 通用 */
    .ks-floor{
        padding-top: 152px;
        overflow: hidden;
    }
    .ks-container {
        width: inherit;
    }
    .xs-hide {
        display: none !important;
    }
    .sm-show {
        display: block !important;
    }
    /* banner */
    #banner { margin-top: 50px; } 
    .abt-left-center{
        left: 12%;
        width: 30%;
    }
    /* 产品介绍 */
    .product-intro{
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -50px;
        border-radius: 10px;
    }
    /* 功效展示 */
    .function-show{
        padding-left: 0;
        padding-right: 0;
    }
    .function-show_tab{
        margin-bottom: 50px;
    }
    .m-audit-box{
        padding-top: 10px;
    }
    .function-show_item{
        padding-left: 23px;
        padding-right: 23px;
    }
    .show_item_right{
        margin-bottom: 40px;
        width: 40%;
    }
    .show_item_letf{
        width: 50%;
    }
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .audit-box-item{
        margin-bottom: 20px;
    }

    /* AI */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        background: none;
        padding-bottom: 0;
        padding-top: 68px;
    }
    .AI-box-item{
        padding: 0 27px;
    }
    .mAI-box-item{
        display: flex !important;
    }
    
    /* 更多功效 */
    .function-floor{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-top: 132px;
    }
    .function-item{
        width: 30%;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* 多样化场景 */
    .scenes-box{
        padding-left: 0;
        padding-right: 0;
    }
    .scenes-box_inner{
        margin: 0;
    }
    .scenes-item{
        width: 30%;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* 跨平台 */
    .service-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .service-item{
        transition: 0.2s;
    }
    .service-item.swiper-slide-prev, .service-item.swiper-slide-next {
        transform: scale(0.9);
    }

    /* 合适的方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .program-box{
        padding-bottom: 30px;
    }
    .program-item{
        margin-left: 0;
    }
    /* 客户见证 */
    .client-floor{
        padding-top: 122px;
    }
    /* 新闻资讯 */
    .news-floor{
        padding-bottom:0px;
    }
    .news-item{
        width: 48%;
    }
    /* 试用 */
    .connect-floor{
        padding-top: 38px;
        margin-top: 90px;
    }
}
/*大于即是812 ipad */
@media (max-width: 812px){
    /* 通用 */
    .ks-floor{
        padding-top: 102px;
        overflow: hidden;
    }
    .ks-common-title{
        margin-bottom: 45px;
    }
    .ks-common-title_big{
        font-size: 36px;
        line-height: 51px;
    }
    .ks-common-title_small{
        font-size: 18px;
        line-height: 30px;
    }
    /* 功效展示 */
    .function-show_item{
        padding-left: 23px;
        padding-right: 23px;
        flex-direction: column;
    }
    .show_item_right,.show_item_letf{
        width: 100%;
    }
    .show_item_right{
        text-align: center;
    }
    .show_item_letf li{
        width: 100%;
        box-sizing: border-box;
    }
    .show_item_btn{
        text-align: center;
    }
    .show_item_btn .try-use{
        margin-right: 28px;
    }
    
    /* AI */
    .AI-floor{
        padding-top: 79px;
    }
    /* 更多功效 */
    .function-floor{
        padding-top: 82px;
    }
    .function-item{
        height: auto;
        margin-bottom: 23px;
    }
    .function-item:hover{
        border: 0;
    }
    .function-item_icon{
        margin-top: 0px;
    }
    .function-item_info{
        padding: 0 19px;
    }
    /* 审核标准 */
    .audit-box-item_btn{
        opacity: 1;
    }
}
/*大于即是768 ipad */
@media (max-width: 768px){
    /* banner */
    .banner-olevel {
        background-image: url(/Template/skin1/static2022/solution/images/embanner.png);
    }
    .abt-left-center{
        left: 0;
        top: 37.5%;
        bottom: auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .opacity-btn{
        width: 50%;
    }
    .abt-left-center .opacity-btn:nth-child(2){
        margin-left: 0;
    }
    
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .m-audit-box{
        padding-top: 10px;
    }
    /* AI智能 */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        padding-top: 69px;
    }
    .AI-box-item{
        padding-left: 32px;
        padding-right: 32px;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .AI-box-item_left{
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .AI-box-item_left h2{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .AI-box-item_left p{
        font-size: 16px;
        width: 85%;
        margin: auto;
    }
    /* 更多功效 */
    .function-item_info{
        padding: 0 19px;
    }
    .function-item_info span{
        font-size: 14px;
    }
    .function-item_info span::before{
        margin-right: 5px;
    }
    /* 场景 */
    .scenes-floor{
        padding-left: 20px;
        padding-right: 20px;
    }
    .scenes-box{
        padding-left: 0;
        padding-right: 0;
    }
    .scenes-item {
        padding: 35px 0;
        height: 245px;
        margin-left: 0;
        margin-right: 0;
    }
    .scenes-item_img {
        margin-bottom: 26px;
    }
    .scenes-item h2{
        padding-left: 13px;
        padding-right: 13px;
        font-size: 16px;
    }
    /* 客户见证 */
    .client-floor{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* 试用 */
    .connect-floor{
        margin-top: 70px;
        padding-top: 38px;
    }
}

/*大于即是480 */
@media (max-width: 480px){
    .ks-floor{
        padding-top: 70px;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }
    .xs-hide {
        display: none !important;
    }
    .sm-show {
        display: block !important;
    }
    /* 通用问题 */
    .ks-common-title{
        margin-bottom: 47px;
    }
    .ks-common-title_big{
        font-size: 24px;
        line-height: 33px;
        font-weight: bold;
    }
    .ks-common-title_small{
        margin-top: 15px;
        font-size: 12px;
        line-height: 17px;
    }
    /* banner */
    #banner { margin-top: 50px; }
    /* .abt-left-center{
        top: 30%;
    } */
    /* 产品介绍 */
    .product-intro{
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -37px;
        border-radius: 10px;
        height: auto;
        padding: 16px 11px;
        background-image: url(/Template/skin1/static2022/solution/images/m_eproductintro.png);
    }
    .product-intro .ks-common-title{
        margin-bottom: 17px;
    }
    .product-intro .ks-common-title_big{
        font-size: 20px;
        line-height: 28px;
    }
    .product-intro_item{
        font-size: 14px;
        line-height: 22px;
    }
    /* 功效展示 */
    .function-show{
        padding-left: 0;
        padding-right: 0;
    }
    .function-show_tab{
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .function_tab-item_icon,.function_tab-item_icon::after{
        width: 38px;
        height: 38px;
    }
    .function_tab-item_icon{
        margin-bottom: 11px;
    }
    .function_tab-item_icon::after{
        background-size: 22px 22px;
    }
    .function_tab-item h2{
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 11px;
    }
    .function_tab-curr::before{
        width: 18px;
        height: 2px;
        border-radius: 2px;
        margin-left: -9px;
    }
    .function-show_item{
        padding-left: 23px;
        padding-right: 23px;
        flex-direction: column;
    }
    .show_item_right{
        margin-bottom: 30px;
    }
    .show_item_letf li{
        margin-bottom: 12px;
        font-size: 12px;
        padding-left: 11px;
        line-height: 19px;
    }
    .show_item_letf li span{
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 22px;
    }
    .show_item_letf li span::before{
        width: 5px;
        height: 5px;
        border-radius: 5px;
        margin-top: -2.5px;
        left: -11px;
    }
    .show_item_btn span{
        height: 35px;
        font-size: 10px;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 更多功效 */
    .function-floor{
        padding-top: 70px;
    }
    .function-box{
        padding: 0 12px;
    }
    .function-item{
        width: calc((100% - 25px)/2);
        height: auto;
        margin: 0 0 23px;
    }
    .function-item_icon{
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin: 0 auto 15px;
        background-size: 26px auto;
    }
    .function-item h2{
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .function-item_info{
        padding: 0 19px;
    }
    .function-item_info span{
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 17px;
    }
    .function-item_info span::before{
        margin-right: 3px;
    }
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .audit-box-item{
        padding: 36px 32px 38px;
        height: 269px;
        margin-top: 10px;
        margin-bottom: 20px;
        background-size: contain;
    }
    .audit-box-item h2{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .audit-box-item_intro{
        font-size: 14px;
        line-height: 22px;
    }
    .audit-box-item_btn{
        font-size: 14px;
        line-height: 19px;
    }
    .audit-box-item_btn i{
        width: 9px;
        height: 14px;
        background-size: 9px 14px;
    }
    /* AI智能 */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        padding-top: 47px;
    }
    .AI-box-item{
        padding-left: 32px;
        padding-right: 32px;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .AI-box-item_left{
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .AI-box-item_left h2{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .AI-box-item_left p{
        line-height: 19px;
        font-size: 12px;
        width: 85%;
        margin: auto;
    }

    /* 多样化场景 */
    .scenes-floor{
        padding-top: 70px;
    }
    .scenes-box{
        padding: 0;
    }
    .scenes-item{
        width: calc((100% - 50px)/2);
        height: 180px;
        padding: 30px 0;
        margin-bottom: 25px;
        margin-left: 12.5px;
        margin-right: 12.5px;
        box-shadow: 0px 2px 5px 1px rgba(20,114,255,0.16);
        border-radius: 13px 13px 13px 13px;
    }
    .scenes-item_img {
        margin-bottom: 19px;
    }
    .scenes-item_img img{
        height: 73px;
    }
    .scenes-item h2 {
        font-size: 14px;
        line-height: 20px;
        padding-left: 21px;
        padding-right: 21px;
    }

    /* 多终端 */
    .service-floor{
        margin-top: 0;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .service-item { 
        height: 288px; 
        transition: .3s;
        border: 1px solid #1472FF; 
    } 
    .service-curr .service-item-title{
        height: 50px;
        line-height: 50px;
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        background: linear-gradient(346deg, #1472FF 0%, #114DD8 100%);
    }
    .service-curr .service-item-title::before{
        display: none;
    }
    .service-curr .service-item-intro { 
        padding: 0 0 20px;
        font-size: 11px;
        position: relative;
        margin-top: 17px;
        text-align: center;
        width: 100%; 
        letter-spacing: -1px;
        line-height: 11px;
    } 
    .service-curr:first-child .service-item-intro{
        padding-bottom: 0;
    }
    .service-item-con { 
        margin-bottom: 0px; 
        text-align: center; 
    } 
    .service-curr .service-item-img img { 
        height: 153px; 
    } 
    .service-curr .service-item-bottom .service-item-bottom_btn { 
        display: block;
        width: 62px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 2px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        margin-top: 0;
        background: #1472FF;
        text-align: center;
    } 
    .service-item.swiper-slide-prev, .service-item.swiper-slide-next {
        transform: scale(1);
    }

    /* 他们都在用pp电子 */
    .client-floor{
        padding-top: 45px;
    }
    .case-logo { 
        margin-top: 0; 
    } 
    .case-logo ul { 
        margin-left: -5px; 
        margin-right: -5px; 
    } 
    .case-logo-item_box { 
        margin: 10px 5px 0; 
        height: 60px; 
        border-radius: 5px; 
        line-height: 60px; 
    } 
    .case-logo .case-logo-item {
        width: 33.33%; 
    } 
    .case-logo-tips { 
        margin-top: 30px; 
    } 

    /* 合适方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .m-program{
        padding-bottom: 20px;
    }
    .program-item{
        height: 326px;
        padding: 43px 28px 33px;
        transition: 0.2s;
        margin-left: 0;
        margin-right: 0;
    }
    .program-item.swiper-slide-prev, .program-item.swiper-slide-next {
        transform: scale(0.9);
    }
    .program-item_title {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 27px;
    }
    .program-item_intro p{
        line-height: 22px;
        margin-bottom: 16px;
    }
    .program-item_btn{
        padding-top: 29px;
        margin-top: 28px;
    }
    .program-item_btn a{
        width: 146px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    /* 新闻资讯 */
    .news-floor{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .news-item{
        position: relative;
        padding-left: 155px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .news-item_img{
        width: 142px;
        height: 79px;
        position: absolute;
        left: 0;
    }
    .news-item_info{
        height: auto;
    }
    .news-item_info h2{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        overflow: hidden;
        height: 26px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-item_info p{
        font-size: 12px;
        color: #999;
        line-height: 19px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-item_time{
        margin-left: -155px;
        font-size: 12px;
        color: #999;
        background-size: 7px 11px;
    }
    .news-item_time::before{
        width: 100%;
    }
    .news-btn{
        height: 45px;
        padding-left: 0;
    }
    .news-btn .news-item_img{
        line-height: 45px;
        height: 45px;
        position: static;
        width: 100%;
        font-size: 13px;
        border-radius: 1px;
    }
    .news-btn .news-item_img i{
        width: 11px;
        height: 12px;
        background-size: 11px 12px;
    }
    /* 试用 */
    .connect-floor{
        margin-top: 0px;
        height: 150px;
        padding-top: 52px;
        padding-bottom: 0;
        background:url(/Template/skin1/static2022/solution/images/connect_icon.png) no-repeat center 9px #1472FF;
        background-size: auto 35px;
    }
    .connect-floor .ks-common-title {
        margin-bottom: 16px;
    }
    .connect-floor .ks-common-title_big {
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .connect-floor .ks-common-title_small {
        font-size: 10px;
        margin-top: 7px;
        line-height: 14px;
    }
    .free-try a{
        width: 68px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        box-shadow: none;
        border-radius: 20px;
    }
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
    
}

/*大于即是360  安卓 */
@media (max-width: 360px){
    
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
    
}<!--耗时1782857047.6773秒-->