.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/ent_banner.png);  */
    background-image: url(https://oss.kesion.com/Uploads/2022-8/82/D133060525482362.png);
    image-rendering: -webkit-optimize-contrast;
} 
.banner-olevel .ks-container{
    height: 100%;
}
.abt-left-center {
    position: absolute;
    bottom: 29%;
    left: 20px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 400px;
}
.opacity-btn {
    display: inline-block;
    width: 150px;
    height: 50px;
}

/* 产品介绍 */
.product-floor{
    margin-top: -72px;
    z-index: 10;
    position: relative;
}
.product-intro{
    height: 144px;
    background-color: #fff;
    padding: 36px 28px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 1px rgba(20,114,255,0.2);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_item-img{
    width: 100px;
    height: 72px;
}
.product_item-intro{
    margin-left: 15px;
    padding-right: 21px;
    margin-right: 21px;
    border-right: 1px solid #DBDBDB;
}
.product-intro_item:last-child .product_item-intro{
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.product_item-intro h2{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
}
.product_item-intro p{
    font-size: 12px;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 功效展示 */
.function-show_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.function_tab-item{
    position: relative;
    cursor: pointer;
}
.function_tab-curr::before{
    content: '';
    display: block;
    position: absolute;
    width: 103px;
    height: 3px;
    background: #1472FF;
    border-radius: 3px;
    bottom: -1.5px;
    left: 50%;
    margin-left: -51.5px;
}
.function_tab-item h2{
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 22px;
    margin-top: 22px;
}
.function_tab-curr h2{
    color: #1472FF;
}
.function_tab-item{
    flex: 1;
    text-align: center;
}
.function_tab-icon{
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 45px;
    image-rendering: -webkit-optimize-contrast;
}
.function_tab-icon1 { background-image: url(/Template/skin1/static2022/solution/images/tsolve01.png); } 
.function_tab-icon2 { background-image: url(/Template/skin1/static2022/solution/images/tsolve02.png); } 
.function_tab-icon3 { background-image: url(/Template/skin1/static2022/solution/images/tsolve03.png); } 
.function_tab-icon4 { background-image: url(/Template/skin1/static2022/solution/images/tsolve04.png); } 
.function_tab-curr .function_tab-icon1 { background-image: url(/Template/skin1/static2022/solution/images/tsolveh01.png); } 
.function_tab-curr .function_tab-icon2 { background-image: url(/Template/skin1/static2022/solution/images/tsolveh02.png); } 
.function_tab-curr .function_tab-icon3 { background-image: url(/Template/skin1/static2022/solution/images/tsolveh03.png); } 
.function_tab-curr .function_tab-icon4 { background-image: url(/Template/skin1/static2022/solution/images/tsolveh04.png); } 
.function-show-con{
    padding: 84px 0;
    background: rgb(20,114,255,0.03);
}
.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_right{
    width: 679px;
    text-align: right;
}
.show_item_right img{
    max-height: 343px;
    max-width: 549px;
}
.show_item_letf h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 24px;
}
.show_item_letf p {
    width: 455px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #6C6C6C;
}
.show_item_letf li{
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #999;
    padding-left: 20px;
    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: -20px;
    top: 50%;
    margin-top: -6px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: url(/Template/skin1/static2022/solution/images/showicon.png);
}
.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: 1px;
    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;
}


/* 多终端 */
.service-floor{
    padding-top: 80px;
    padding-bottom: 200px;
}
.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; 
} 


/* 更多功效 */
.function-floor{
    padding-bottom: 110px;
}
.function-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.function-item{
    width: 270px;
    box-sizing: border-box;
    margin: 0 0 82px;
    transition: 0.2s;
    cursor: pointer;
}
.function-item_icon{
    width: 116px;
    height: 112px;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
    margin: 0 auto 33px;
}
.function_icon1{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon01.png);
}
.function_icon2{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon02.png);
}
.function_icon3{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon03.png);
}
.function_icon4{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon04.png);
}
.function_icon5{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon05.png);
}
.function_icon6{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon06.png);
}
.function_icon7{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon07.png);
}
.function_icon8{
    background-image: url(/Template/skin1/static2022/solution/images/ent_icon08.png);
}
.function-item h2{
    text-align: center;
    line-height: 31px;
    font-size: 24px;
}
.function-item:hover span{
    color: #fff;
}
/* AI监控 */
.AI-box-inner{
    padding: 120px 0;
}
.AI-box-inner:nth-child(2n+1){
    background: rgba(20,114,255,0.02);
}
.AI-box-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AI-box-item_left{
    width: 486px;
}
.AI-box-item_left h2{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 36px;
    position: relative;
    margin-bottom: 35px;
}
.AI-box-item_left h2::after{
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 3px;
    background: #1472FF;
    border-radius: 3px;
    bottom: 0;
    left: 0;
}
.AI-box-item_left p{
    font-size: 20px;
    line-height: 40px;
    color: #999;
}
.AI-box-item_btn span{
    display: inline-block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 207px;
    border: 1px solid #1472FF;
    color: #1472FF;
    font-size: 20px;
    cursor: pointer;
}
.AI-box-item_btn span.free-use{
    background: #1472FF;
    color: #fff;
    margin-right: 35px;
}
/* 功效特点 */
.features-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.features-item{
    width: 272px;
    height: 439px;
    padding: 0px 25px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(20,114,255,0.17);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #fff;
}
.features-item:hover{
    border: 1px solid #1472FF;
}
.features-item_icon{
    height: 223px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 113px;
}
.features-item_icon1{
    background-image: url(/Template/skin1/static2022/solution/images/ask01.png);
}
.features-item_icon2{
    background-image: url(/Template/skin1/static2022/solution/images/ask02.png);
}
.features-item_icon3{
    background-image: url(/Template/skin1/static2022/solution/images/ask03.png);
}
.features-item_icon4{
    background-image: url(/Template/skin1/static2022/solution/images/ask04.png);
}
.features-item:hover .features-item_icon1{
    background-image: url(/Template/skin1/static2022/solution/images/askh01.png);
}
.features-item:hover .features-item_icon2{
    background-image: url(/Template/skin1/static2022/solution/images/askh02.png);
}
.features-item:hover .features-item_icon3{
    background-image: url(/Template/skin1/static2022/solution/images/askh03.png);
}
.features-item:hover .features-item_icon4{
    background-image: url(/Template/skin1/static2022/solution/images/askh04.png);
}
.features-item_h2{
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
}
.features-item_p{
    font-size: 16px;
    line-height: 26px;
    color: #999;
    text-align: center;
}

/* 多应用场景 */
.scenes-floor{
    padding-top: 100px;
    background: rgba(20,114,255,0.03);
    padding-bottom: 122px;
}
.scenes-box{
    position: relative;
}
.scenes-box_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.scenes-item{
    width: 296px;
    height: 232px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(20,114,255,0.2);
    border-radius: 10px 10px 10px 10px;
    padding: 67px 0 52px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 28px;
    transition: 0.2s;
    cursor: pointer;
}
.scenes-item:hover{
    background-color: #1472FF;
    background-image: url(/Template/skin1/static2022/solution/images/ent_sebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}
.scenes-item_img{
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    height: 54px;
}
.scenes-item:nth-child(1) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se01.png);
}
.scenes-item:nth-child(2) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se02.png);
}
.scenes-item:nth-child(3) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se03.png);
}
.scenes-item:nth-child(4) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se04.png);
}
.scenes-item:nth-child(5) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se05.png);
}
.scenes-item:nth-child(6) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se06.png);
}
.scenes-item:nth-child(7) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se07.png);
}
.scenes-item:nth-child(8) .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_se08.png);
}
.scenes-item h2{
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
}
.scenes-item:hover h2{
    color: #fff;
}
.scenes-item:nth-child(1):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh01.png);
}
.scenes-item:nth-child(2):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh02.png);
}
.scenes-item:nth-child(3):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh03.png);
}
.scenes-item:nth-child(4):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh04.png);
}
.scenes-item:nth-child(5):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh05.png);
}
.scenes-item:nth-child(6):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh06.png);
}
.scenes-item:nth-child(7):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh07.png);
}
.scenes-item:nth-child(8):hover .scenes-item_img{
    background-image: url(/Template/skin1/static2022/solution/images/ent_seh08.png);
}
/* 新闻资讯 */
.news-floor{
    padding-bottom: 150px;
    padding-top: 100px;
    background: rgba(20,114,255,0.02);
}
.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);
}

/* 免费试用 */
.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;
}
.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{
        margin-left: 50px;
        margin-right: 50px;
        margin-top: -50px;
        border-radius: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0;
        height: auto;
    }
    .product_item-intro{
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .product-intro_item{
        justify-content: start;
    }
    .product-pagination{
        text-align: center;
    }
    .product-pagination .swiper-pagination-bullet{
        width: 20px;
        height: 3px;
        margin-left: 11px;
        margin-right: 11px;
        border-radius: 3px;
        opacity: 0.1;
    }
    .product-pagination .swiper-pagination-bullet-active{
        opacity: 1;
    }
    /* 功效展示 */
    .function-show{
        padding-left: 0;
        padding-right: 0;
    }
    .m-audit-box{
        padding-top: 10px;
    }
    .function-show_item{
        padding-left: 23px;
        padding-right: 23px;
    }
    .show_item_right{
        width: 45%;
    }
    .show_item_right img{
        width: 100%;
    }
    .show_item_letf{
        width: 50%;
    }
    /* 功效特点 */
    .features-floor{
        padding-bottom: 10px;
    }
    .features-item{
        width: 23%;
        height: auto;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .features-item_h2{
        margin-bottom: 20px;
        line-height: 22px;
    }
    .features-item_icon{
        height: 180px;
    }
    .features-item_p{
        font-size: 14px;
        line-height: 22px;
    }
    
    /* AI */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        background: none;
        padding-bottom: 68px;
        padding-top: 69px;
    }
    .AI-box-inner{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .AI-box-inner:last-child{
        padding-bottom: 0;
    }
    .AI-box-item{
        padding: 0 27px;
        flex-direction: column;
        text-align: center;
    }
    .AI-box-item>h2{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .AI-box-item>p{
        line-height: 30px;
        font-size: 16px;
        margin-top: 15px;
        padding: 0 18px;
        color: #666;
    }

    
    /* 更多功效 */
    .function-floor{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-top: 132px;
    }
    .function-item{
        width: 25%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px;
    }
    
    /* 多样化场景 */
    .scenes-floor{
        padding-bottom: 82px;
    }
    .scenes-box_inner{
        margin: 0;
    }
    .scenes-item{
        width: 22%;
        margin-bottom: 30px;
    }
    .scenes-item h2{
        font-size: 18px;
    }

    /* 多终端 */
    .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);
    }


    /* 新闻资讯 */
    .news-floor{
        padding-bottom:0px;
        background: none;
    }
    .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{
        padding-top: 72px;
    }
    .function-show_item{
        padding-left: 23px;
        padding-right: 23px;
        flex-direction: column;
    }
    .show_item_right,.show_item_letf{
        width: 100%;
    }
    .show_item_letf{
        margin-bottom: 30px;
        text-align: center;
    }
    .show_item_letf p{
        width: 100%;
    }
    .show_item_right{
        text-align: center;
    }
    
    /* 更多功效 */
    .function-floor{
        padding-top: 82px;
    }
    .function-item:hover{
        border: 0;
    }
    .function-item_icon{
        margin-top: 0px;
        margin-bottom: 15px;
        width: 90px;
        height: 86px;
        background-size: 90px auto;
    }
    .function-item h2{
        font-size: 18px;
    }
    /* 企业面临问题 */
    .features-floor{
        padding-bottom: 0;
    }
    .features-box{
        flex-wrap: wrap;
    }
    .features-item{
        width: 48%;
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .features-item_icon{
        height: 150px;
    }
    .features-item_h2{
        margin-bottom: 20px;
    }
    /* 多终端 */
    .service-floor{
        padding-bottom: 102px;
    }
    /* 场景 */
    .scenes-item{
        padding-top: 30px;
        padding-bottom: 22px;
        height: 44px;
        background-size: auto 44px;
        height: auto;
    }
    .scenes-item_img{
        margin-bottom: 20px;
    }
}
/*大于即是768 ipad */
@media (max-width: 768px){
    /* banner */
    .banner-olevel {
        background-image: url(/Template/skin1/static2022/solution/images/ment_banner.png);
    }
    .abt-left-center{
        left: 0;
        top: 35%;
        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;
    }
    
    /* AI智能 */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .AI-box-item{
        padding-left: 32px;
        padding-right: 32px;
        flex-direction: column;
    }
    .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;
    }

    /* 场景 */
    .scenes-item {
        padding: 40px 0;
        height: auto;
    }
    .scenes-item_img {
        margin-bottom: 20px;
        height: 44px;
        background-size: auto 44px;
    }

    /* 试用 */
    .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: 26px;
        margin-right: 26px;
        margin-top: -41px;
        border-radius: 10px;
        height: auto;
        padding: 16px 13px;
        background-image: url(/Template/skin1/static2022/solution/images/m_eduproductintro.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;
    }
    .product_item-intro{
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .product-pagination{
        text-align: center;
    }
    .product-pagination .swiper-pagination-bullet{
        width: 16px;
        height: 2px;
        margin-left: 11px;
        margin-right: 11px;
        border-radius: 2px;
        opacity: 0.1;
    }
    .product-pagination .swiper-pagination-bullet-active{
        opacity: 1;
    }

    /* 功效展示 */
    .function_tab-icon{
        height: 35px;
        background-size: auto 35px;
    }
    .function_tab-item h2{
        font-size: 12px;
        color: rgb(51 51 51 / 60%);
        margin: 9px 0;
        padding-bottom: 0;
    }
    .function_tab-curr::before{
        width: 24px;
        height: 1.5px;
        left: 50%;
        margin-left: -12px;
    }
    .function_tab-curr h2{
        font-size: 14px;
        color: #3C6AEF;
    }
    .function-show-con{
        padding-top: 29px;
        padding-bottom: 22px;
        background: none;
    }
    .function-show_item{
        border: 1px solid #3C42EF;
        border-radius: 10px;
        padding: 30px 18px;
        flex-direction: column;
        overflow: hidden;
    }
    .show_item_letf{
        margin-bottom: 30px;
    }
    .show_item_letf h2{
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .show_item_letf p{
        width: auto;
        font-size: 14px;
        line-height: 22px;
    }
    .show_item_right img{
        max-width: 100%;
        max-height: none;
    }
    
    /* 功效特点 */
    .features-floor{
        padding-bottom: 0px;
        padding-top: 70px;
    }
    .features-box{
        flex-direction: column;
    }
    .features-item{
        width: 100%;
        height: auto;
        display: block;
        padding: 15px 15px 15px 105px;
        position: relative;
        text-align: left;
        margin-bottom: 15px;
        border: 1px solid #105CC4;
        box-shadow: none;
    }
    .features-item:last-child{
        margin-bottom: 0;
    }
    .features-item_icon{
        height: 75px;
        width: 75px;
        position: absolute;
        left: 15px;
        background-size: 85px;
        margin-top: -37.5px;
        top: 50%;
    }
    .features-item_h2{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        text-align: left;
    }
    .features-item_p{
        font-size: 13px;
        line-height: 20px;
        height: 36px;
        text-align: left;
        color: #696969;
    }
    .features-item_icon1 { 
        background-image: url(/Template/skin1/static2022/solution/images/askh01.png); 
    } 
    .features-item_icon2 { 
        background-image: url(/Template/skin1/static2022/solution/images/askh02.png); 
    } 
    .features-item_icon3 { 
        background-image: url(/Template/skin1/static2022/solution/images/askh03.png); 
    } 
    .features-item_icon4 { 
        background-image: url(/Template/skin1/static2022/solution/images/askh04.png); 
    } 

    /* 更多功效 */
    .function-item{
        width: calc((100% - 18px)/2);
        margin-bottom: 60px;
    }
    .function-item_icon{
        width: 82px;
        height: 82px;
        border-radius: 82px;
        margin: 0 auto 10px;
        background-size: 92px auto;
    }
    .function-item h2{
        line-height: 32px;
        font-size: 18px;
    }
    
    
    /* AI智能 */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        padding-top: 47px;
        padding-bottom: 70px;
    }
    .AI-box-inner{
        padding-top: 0;
        padding-bottom: 0;
    }
    .AI-box-inner:nth-child(2n+1){
        background: none;
    }
    
    .AI-box-item{
        padding-left: 12px;
        padding-right: 12px;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .AI-box-inner:last-child .AI-box-item{
        margin-bottom: 0;
    }
    .AI-box-item>h2{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .AI-box-item>p{
        line-height: 22px;
        font-size: 14px;
        margin-top: 15px;
        padding: 0 18px;
        color: #666;
    }


    /* 多样化场景 */
    .scenes-floor{
        padding-bottom: 50px;
    }
    .scenes-item{
        width: calc((100% - 48px)/2);
        height: 128px;
        padding: 32px 0 22px;
        margin-bottom: 22px;
    }
    .scenes-item_img {
        margin-bottom: 19px;
        height: 33px;
        background-size: auto 33px;
    }
    .scenes-item_img img{
        height: 48px;
    }
    .scenes-item h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px;
    }

    /* 多终端 */
    .service-floor{
        padding-top: 0;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px;
    }
    .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(0.9);
    }

    /* 新闻资讯 */
    .news-floor{
        padding-top: 10px;
        padding-bottom: 70px;
        background: none;
    }
    .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%;
    }
    
    /* 试用 */
    .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){
    
}<!--耗时1782845330.6515秒-->