
/*banner*/
#banner{
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}
.banner-swiper-button-prev,
.banner-swiper-button-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top:50%;
    margin-top: -30px;
    color:#fff;
    z-index: 100;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    opacity: .3;
    transition: .3s;
}
.banner-swiper-button-prev:hover,
.banner-swiper-button-next:hover{
    opacity: 1;
}
.banner-swiper-button-prev i,
.banner-swiper-button-next i{
    font-size: 36px;
}
.banner-swiper-button-prev{
    left: 40px;
}
.banner-swiper-button-next{
    right: 40px;
}
.main-banner{
    /* background-color: #2E65EF; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    overflow:hidden;
}
.main-banner.v8-banner{
    background-image: url(../images/banner01.jpg);
}
.main-banner.omo-banner{
    background-image: url(../images/banner02.jpg);
}
.main-banner.zxjy-banner{
    background-image: url(../images/banner03.jpg);
}
.main-banner .ks-container{
    position: relative;
    height: 100%;
    opacity: 0;
    transition: .3s;
}
.main-banner-img::before{
    content: '';
    background-image: url(../images/banner-bg.png?v2);
    background-repeat:  no-repeat;
    background-position: 50% 100%;
    width: 260%;
    height: 230%;
    position: absolute;
    left:-80%;
    top:-43%;
    background-size: auto 100%;
}
.zzbanner{
    width: 900px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: auto;
    margin-top: 20%;
    padding: 48px;
    text-align: center;
    font-size: 18px;
    color: #9A9A9A;
}
.zzbanner img{
    width: 246px;
    height: 61px;
}
.zzbanner span{
    font-size: 20px;
    font-weight: 800;
    color: #2E66EF;
}
.zzbanner .col-5 div{
    margin: 30px 0 10px;
}
.zzbanner-btn{
    text-align: center;
}
.zzbanner-btn a{
    width: 190px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 18px 0;
    margin:0 35px;
}
.zzbanner-btn .ks-button {
    width: 240px;
    height: 56px;
    background-color: #fff;
    color: #2E65EF;
    padding: 0px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}
.zzbanner-btn .ks-button--plain{
    background-color: #2E65EF;
    color: #fff;
}
.Joinus{
    margin:40px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
}
.Joinus span:first-child{
    margin:40px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    line-height: 60px;
}
.Joinus span{
    font-size: 60px;
    font-weight: bold;
    margin-left: 20px;
}
.main-banner-img{
    position: absolute;
    left:0;
    height: 350px;
    transform: translate(0,76%);
}
.main-banner-img img{
    height: 100%;
    display: block;
}
.main-banner.kccs-banner .main-banner-img{
    transform: translate(-10%,76%);
}

.main-banner.v8-banner .main-banner-img{
    height: 480px;
    transform: translate(-10%,46%);
}

.main-banner-info{
    position: absolute;
    /* left:40%;
    top:50%; */
    left:0;
    bottom:30%;
    color:#fff;
    white-space: nowrap;
    margin-top: -240px;
    letter-spacing: 1.08px;
}
.main-banner-info h1{
    font-size: 90px;
    padding-top: 20px;
}
.main-banner-info h4{
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    line-height: 51px;
}
.main-banner-info h2{
    font-size: 72px;
    
}
.main-banner-info h2 span{
    font-weight: normal;
    font-size: 40px;
    margin-left: 15px;
}

.main-banner-info .ks-button{
    width: 240px;
    height: 56px;
    /* background-color: #fff;
    color:#2E65EF; */
    background-color: #276BF4;
    color: #fff;
    padding:0px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 70px;
}
.main-banner-info .ks-button::after{
    background-color: #2E65EF;
}
.main-banner-info .ks-button--plain{
    background-color: inherit;
    color:#fff;
}
.main-banner-info p{
    margin-top: 26px;
    font-size: 24px;
}

#banner .banner-pagination{
    position: absolute;
    bottom: 20px;
    left:0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.banner-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background: rgba(255,255,255,0.3);
    margin:0 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
}
.banner-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    
}
.banner-pagination i{
    width: 0%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background-color: #fff;
    opacity: 0.9;
}

/*数据展示层*/
.new-data-statistics{
    background: #F1F9FF;
    height: 160px;
}
/* .data-statistics__lines{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
} */
.data-statistics__lines p{
    line-height: 12px;
    font-size: 12px;
    color:#859BB7;
    /* flex: 1; */
    box-sizing: border-box;
    padding: 44px 0 53px;
}
.data-statistics__lines p strong{
    color:#2E65EF;
    font-size: 24px;
    /* margin-right: 30px; */
    display: block;
    line-height: 36px;
    margin-bottom: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: normal;
    /* float: left; */
}
.data-statistics__lines p strong span{
    font-size: 36px;
    font-weight: bold;
    margin-right:5px;
}
.data-statistics__img img{
    width: 100%;
    display: block;
}


/*小标题*/
.sub-title{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.sub-title strong{
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.sub-title strong::before{
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -9px;
    background-color: #2E65EF;
}
.sub-title__more{
    float: right;
    font-size: 14px;
    color:#999;
}
/*战略伙伴*/
.partner-ico-wrap{
    position: relative;
    padding: 0 70px;
}
.partner-ico{
    overflow: hidden;
}
.partner-ico__box{
    text-align: center;
}

.partner-ico__box .ks-image{
    height: 64px;
}
.partner-ico__text{
    font-size: 18px;
    color:#999999;
    font-weight: bold;
    line-height: 22px;
    margin-top: 30px;
}

/*解决方案*/

.solution{
    position: relative;
    text-align: center;
    margin-top: -20px;
}

.solution-tabs{
    width: 139px;
    box-shadow:0px 10px 20px 0px rgba(23,60,98,0.08);
    border-radius:6px;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    left:25px;
    top:90px;
}
.solution-tab-item{
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
}
.solution-tab-item::after{
    content: '';
    width: 119px;
    background-color: #EFEFEF;
    left: 10px;
    bottom: 0;
    height: 1px;
    position: absolute;
}
.solution-tab-item.active{
    background: #2E65EF url(../images/solution-tabbg.png) no-repeat;
    background-size: cover;
    color:#fff;
}
.solution-tab-item:last-child::after,
.solution-tab-item.active::after{
    display: none;
}
.solution-content{
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 60px;
}

.solution-tag{
    width: 129px;
    height: 129px;
    position: absolute;
    background: url(../images/tagbg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    animation: tagscale 3s linear infinite;
}
.solution-tag span{
    width: 100%;
    line-height: 24px;
    top:50%;
    margin-top:-19%;
    position: absolute;
    left:0;
    color:#fff;
}
.solution-content{
    margin-left:280px;
}
.solution-content-body{
    padding-bottom: 46px;
}

.solution-tag:first-child{
    left:0;
    top:20%;
    font-size: 18px;
}
.solution-tag:nth-child(2){
    width: 100px;
    height: 100px;
    left:35%;
    top:-9%;
    font-size: 14px;
}
.solution-tag:nth-child(3){
    width: 127px;
    height: 127px;
    font-size: 17px;
    right:20%;
    top:-9%;
}
.solution-tag:nth-child(4){
    width: 110px;
    height: 110px;
    left: 44%;
    top:10%;
    font-size: 14px;
}
.solution-tag:nth-child(5){
    width: 120px;
    height: 120px;
    left: 22%;
    top:40%;
    font-size: 16px;
}
.solution-tag:nth-child(6){
    width: 128px;
    height: 128px;
    right: 0px;
    top:24%;
    font-size: 17px;
}

@keyframes tagscale{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
}


.solution-img img{
    width: 745px;
}

.solution-img__info{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    text-align: center;
    line-height: 26px;
}
.solution-img__info p{
    font-size: 16px;
    color:#999;
}

.solution-button{
    padding: 0px;
    width: 240px;
    height: 56px;
    line-height: 56px;
    margin: 30px auto auto;
    border-radius: 6px;
    background: #2E65EF url(../images/solution-tabbg.png) no-repeat 100% 0;
    background-size: auto 160%;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
}

/*案例*/
.case{
    position: relative;
}
.case-list{
    overflow: hidden;
    position: relative;
    margin:0 60px 0 60px;
}

.case-item{
    text-align: center;
    padding: 0 15%;
}
.case-item__img{
    max-width: 180px;
    position: relative;
    margin: 0 auto;
}
.case-item__img img{
    height: 100px;
    object-fit: contain;
    width: 100%;
}
.case-item__title{
    height: 26px;
    line-height: 26px;
    color:#666;
    overflow: hidden;
    font-size: 16px;
}
.case-item__title a{
    color:#666;
}
.index-swiper-button-prev,
.index-swiper-button-next{
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top:50%;
    margin-top: -30px;
    cursor: pointer;
}

.index-swiper-button-prev{
    left:0;
}
.index-swiper-button-next{
    right: 0;
}
.index-swiper-button-prev .iconfont,
.index-swiper-button-next .iconfont{
    font-size: 38px;
    color:#ccc;
}
.swiper-button-disabled{
    opacity: 0.5;
    cursor: default;
}


.case-info{
    background-color: #F9FAFD;
    background-image: url(../images/36759cb615f789277fad6599e19d579c.png);
    background-repeat: no-repeat;
    background-size: auto 500px;
    height: 330px;
    padding: 70px 130px;
    box-sizing: border-box;
    margin-top: 110px;
   
}
.case-info-list{
    overflow: hidden;
}
.case-info-item{
    position: relative;
    padding-left: 420px;
    min-height: 190px;
}
.case-info-item__cover{
    width: 340px;
    height: 190px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
}
.case-info-item__cover img{
    width: 300px;
    height: 168px;
    position: relative;
    z-index: 1;
}
.case-info-item__play{
    width: 300px;
    height: 168px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    line-height: 168px;
    cursor: pointer;
}
.case-info-item__play .iconfont{
    font-size: 30px;
    color:#fff;
}
.case-info-item__cover::after{
    content: '';
    height: 100%;
    background: url(../images/28haf81-11.png) no-repeat 0 100%;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
}
.case-info-item__title{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.case-info-item__intro{
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    color:#666;
    margin-top:30px;
}
.case-info .case-info-pagination{
    position: absolute;
    bottom: 24px;
    left:0;
    width: 100%;
    text-align: center;
}
#announcement{
    float: right;
}

/*公告*/
.notice-item{
    position: relative;
    padding-left:270px;
    min-height: 140px;
    margin-top:30px;
}
.notice-item__cover{
    width: 250px;
    height: 140px;
    position: absolute;
    left:0;
    top:0;
}
.notice-item__cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.notice-item__title{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.notice-item__intro{
    font-size: 14px;
    line-height: 25px;
    color:#666;
    height: 50px;
    margin-top: 18px;
}
.notice-item__adddate{
    font-size: 14px;
    color:#999;
    margin-top: 18px;
}
.notice-more{
    text-align: center;
    margin-top: 40px;
}
/*新闻*/
.top-news{
    margin-right: 60px;
}
.top-news ul{
    margin-top: 10px;
}
.top-news li{
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    padding-left: 34px;
}
.top-news li a{
    font-size: 16px;
}
.top-news li span{
    float: right;
    color:#999;
    font-size: 14px;
}

.top-news li .topid{
    width: 22px;
    height: 22px;
    background-color: #c8c9cc;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -11px;
    line-height: 22px;
    text-align: center;
    font-size:16px;
    color:#fff;
    font-style: oblique;
}

.top-news li:first-child .topid{
    background-color: #eb0d19;
}
.top-news li:nth-child(2) .topid{
    background-color: #ec6a23;
}
.top-news li:nth-child(3) .topid{
    background-color: #f8aa2d;
}

.top-news--normal{
    margin-top: 20px;
}
.top-news--normal li{
    padding-left: 0px;
}

/* 20210226新加 */
.ks-headline-intro{
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: -30px;
    line-height: 16px;
}
.business-img{
    width: 100%;
    margin-top: 58px;
    display: block;
}

.info__btns-box{
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.info__btns-box_info{
    position: absolute;
    margin-top: 10px;
    left: 0;
}
.info__btns-box_innerinfo{
    width: 490px;
    position: relative;
    border-radius: 5px;
    background:rgba(255, 255, 255, 0.2);
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.info__btns-box_innerinfo span{
    margin-right:30px;
}
.info__btns-box_innerinfo b,.update-text{
    font-weight: normal;
    color: #ffe788 !important;
}
.data-statistics__lines{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}
/* .info__btns-box_innerinfo::before{
    content: '';
    position: absolute;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px rgba(255, 255, 255, 0.2) solid;
    top: -20px;
} */
/* 20210226新加 */
@media screen and (max-width: 1024px) {
    #announcement{
        float: left;
    }
    .main-banner-img{
        left:9%;
        height: 42%;
        top:-5%;
    }
    .main-banner.v8-banner .main-banner-img{
        left:9%;
        height: 56%;
        top:-5%;
        transform: translate(-5%,44%);
    }
    #banner{
        margin-top: 50px;
    }
    /*banner*/
    .main-banner-info{
        margin-top: -170px;
        margin-left: 30px;
    }
    .main-banner-info h1{
        font-size: 50px;
    }
    .main-banner-info h2{
        font-size: 40px;
    }
    .main-banner-info h2 span{
        font-size: 32px;
    }
    .main-banner-info h4{
        font-size: 16px;
    }
    .main-banner-info p{
        font-size: 20px;
        margin-top: 15px;
    }
    .main-banner-info .ks-button{
        width:180px;
        height: 44px;
        line-height: 44px;
        margin-top:30px;
    }
    .banner-pagination-op{
        width: 40px;
    }
    
    .data-statistics__lines p{
        line-height: 50px;
        font-size: 14px;
    }
    .data-statistics__lines p strong{
        font-size: 40px;
        margin-right: 15px;
    }
    .partner-ico__box .ks-image{
        height: 56px;
    }
    .partner-ico__text{
        font-size: 16px;
        margin-top:20px;
    }  

    /*解决方案*/
    .solution{
        margin: 0 15px;
    }
    .solution-content{
        margin-left: 0px;
        background-color: #F6F9FC;
        background:rgba(246,249,252,1);
        box-shadow:0px 8px 20px 0px rgba(112,144,176,0.2);
        border-radius:8px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .solution-img img{
        width: 86%;
    }
    .solution-content-body{
        padding-bottom: 20px;
    }
    .solution-img__info{
        position: relative;
        padding: 40px 0 30px 0;
        line-height: 40px;
    }
    .solution-tag{
        margin-top:150px;
    }
    .solution-img__info .solution-img__title{
        font-size:20px;
        font-weight: bold;
        color:#333;
    }
    .solution-img__info p{
        font-size: 14px;
    }
    
    .solution-button{
        width: 200px;
        height:50px;
        line-height: 50px;
        margin-top:40px;
    }

    .case-list{
        padding-bottom: 40px;
    }

    .case-info{
        padding:40px 20px;
        margin-top:60px;
        height: 320px;
    }

    .case-info-item{
        padding-left: 380px;
    }

    .ks-headline-gutter{
        height: 40px;
    }

    .top-news{
        margin-right: 0px;
    }
    
    
  }
  @media screen and (max-width: 768px) {
    .data-statistics__lines{
        padding: 0;
    }
    .main-banner-info{
        margin-top: -140px;
    }
    .main-banner-info h4{
        font-size: 14px;
    }
    .main-banner-info h2{
        font-size: 32px;
    }
    .main-banner-info p{
        font-size: 18px;
    }
    .main-banner-info h2 span{
        font-size: 20px;
        margin-left: 10px;
    }
    .main-banner-info .ks-button{
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .data-statistics__lines p{
        line-height: 40px;
        padding: 15px 0;
        width: 25%;
        text-align: center;
    }
    .data-statistics__lines p strong{
        font-size: 20px;
        margin-bottom: 0;
    }
    .data-statistics__lines p strong span{
        font-size: 30px;
    }
    .index-swiper-button-prev .iconfont, .index-swiper-button-next .iconfont{
        font-size: 32px;
    }
    .new-data-statistics{
        height: auto;
    }
    .info__btns-box_info{
        display: none;
    }
 }
 @media screen and (max-width: 480px) {
    .main-banner.v8-banner{
        background-image: url(../images/banner1.jpg);
    }
    .main-banner.omo-banner{
        background-image: url(../images/banner2.jpg);
    }
    .main-banner.zxjy-banner{
        background-image: url(../images/banner3.jpg);
    }
    #banner{
        margin-top: 50px !important;
    }
    .main-banner-img,
    .main-banner.v8-banner .main-banner-img{
        top:inherit;
        bottom: 25%;
        height: auto;
        width: 70%;
        left:0;
        right:0;
        margin: 0 auto;
        transform: translate(0,0);
    }
    .main-banner.kccs-banner .main-banner-img{
        transform: translate(0,0);
    }
    
    .main-banner-info__btns{
        position: absolute;
        width: 100%;
        bottom: 20%;
        text-align: center;
        left:0;
    }
    .main-banner-img img{
        width: 100%;
        height: auto;
    }
    .main-banner-info{
        width: 100%;
        height: 100%;
        margin-top:0px;
        line-height: 1.8;
        left:0;
        top:0;
        box-sizing: border-box;
        padding:80px 0 0 30px;
        margin-left: 0;
    }
    .main-banner-info h4{
        font-size: 13px;
        line-height: 33px;
    }
    .main-banner-info p{
        font-size: 16px;
    }
    .main-banner-info h2{
        font-size: 32px;
    }
    .main-banner-info .ks-button{
        min-width: 134px;
        height: 40px;
        margin-top:8%;
        line-height: 40px;
        font-size: 14px;
    }
    .banner-pagination .swiper-pagination-bullet{
        width: 40px;
        height: 2px;
    }
    .new-data-statistics{
        height: auto;
    }
    .data-statistics__lines{
        float: none;
        display: block;
    }
    .data-statistics__lines p{
        line-height: 40px;
        padding: 15px 0;
        width: 50%;
    }
    .data-statistics__lines p strong{
        font-size: 18px;
        margin-right: 0px;
        margin-bottom: 0;
    }
    .data-statistics__lines p strong span{
        font-size: 30px;
    }
    .ks-headline-intro{
        margin-top: 0;
        font-size: 14px;
        line-height: 28px;
    }
    .data-statistics__lines p{
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .data-statistics__img img{
        width: 100%;
        margin: 20px auto auto;
    }
    
    .partner-ico-wrap{
        padding: 0px;
    }

    .partner-ico__box .ks-image{
        height: 36px;
    }
    .partner-ico__text{
        font-size:12px;
        margin-top: 10px;
    }
   

    .case-list{
        margin:0px;
        padding-bottom: 10px;
    }
    .index-swiper-button-prev, .index-swiper-button-next{
        display: none;
    }
    .case-list-pagination{
        margin-top: 10px;
    }
    .case-list-pagination span{
        margin: 0 3px;
    }
    .case-item__img img{
        height: 66px;
    }
    .case-item__title{
        font-size: 12px;
    }
    .case-info{
        padding:15px;
        margin:55px 15px 0 15px;
    }
    .case-info-item{
        padding-left: 0px;
    }
    .solution{
        margin: 0 15px;
    }
    .solution-content{
        margin-left: 0px;
        background-color: #F6F9FC;
        background:rgba(246,249,252,1);
        box-shadow:0px 8px 20px 0px rgba(112,144,176,0.2);
        border-radius:8px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .solution-img img{
        width: 86%;
    }
    .solution-content-body{
        padding-bottom: 20px;
    }
    .solution-img__info{
        position: relative;
        padding: 20px 0 30px 0;
        line-height: 32px;
    }
    .solution-img__info .solution-img__title{
        font-size:16px;
        font-weight: bold;
        color:#333;
    }
    .solution-img__info p{
        font-size: 12px;
    }
    .solution-tag-list{
        transform: scale(0.7);
        position: absolute;
        width: 100%;
        left:0;
        top:140px;
    }
    .solution-tag:first-child{
        top:-11rem;
        left:-5rem
    }
    .solution-tag:nth-child(2){
        left:2rem;
        top:-14.5rem;
    }
    .solution-tag:nth-child(3){
        right:1rem;
        top:-14.5rem;
    }
    .solution-tag:nth-child(4){
        left:5rem;
        top:-12rem;
    }
    .solution-tag:nth-child(5){
        left:0rem;
        top:-7rem;
    }
    .solution-tag:nth-child(6){
        right:-5rem;
        top:-10rem;
    }
    
    .solution-button{
        width: 160px;
        height:40px;
        line-height: 40px;
        margin-top:25px;
    }

    .ks-large-tab-item{
        width: 33.3%;
        float: left;
    }
    .case-info{
        margin-top:4rem;
        padding-top:30px;
        height: auto;
    }
    .case-info-list{
        position: relative;
        margin-top:-4rem;
        padding-bottom: 21px;
    }
    .case-info-item{
        padding:200px 0 0 0;
        min-height: initial;

    }
    .case-info-item__cover{
        height:170px;
        width: 100%;
    }
    .case-info-item__cover img,
    .case-info-item__play{
      width: 86%;
      height: 150px;
    }
    .case-info-item__intro{
        margin-top:15px;
    }
    .case-info .case-info-pagination{
        bottom: 0;
    }
    .sub-title strong{
        font-size: 16px;
    }
    .sub-title strong::before{
        height: 16px;
        margin-top: -8px;
    }


    .notice-item{
        padding-left: 0px;
        min-height: 80px;
        margin-top:20px;
    }
    .notice-item:first-child{
        margin-top: 10px;
    }
    .notice-item__cover{
        width: 135px;
        height: 80px;
        display: none;
    }
    .notice-item__title{
        font-size: 15px;
        height: 22px;
        line-height: 22px;
    }
    .notice-item__intro{
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin-top: 5px;
    }

    .notice-item__adddate{
        font-size: 12px;
        margin-top:5px;
    }

    .notice-more{
        margin-top:30px;
    }
    .notice-more .ks-button{
        padding:9px 18px;
    }

    .top-news{
        margin-right: 0px;
        margin-top: 0px;
    }
    .top-news ul{
        margin-top: 5px;
    }
    .top-news li{
        line-height: 40px;
        height: 40px;
    }
    .top-news li a{
        font-size:15px;
    }
    .top-news li .topid{
        width: 20px;
        height:20px;
        line-height: 20px;
        margin-top: -10px;
    }
    .top-news li {
        padding-left: 32px;
    }
    .top-news--normal li{
        padding-left: 0px;
    }
    .top-news li span{
        font-size: 12px;
    }

  }
 
  @media screen and (max-width: 320px) {
   
    .main-banner-info{
        padding-top: 60px;
        padding-left: 20px;
    }
    .main-banner-info h2{
        font-size: 28px;
    }
    .main-banner-info h2 span{
        font-size: 16px;
    }
    .main-banner-info .ks-button{
        font-size: 13px;
        height: 36px;
        width: 114px;
        line-height: 36px;
    }
    .case-info{
        margin-left: 0px;
        margin-right: 0px;
    }
    .partner-ico__box{
        width: 50%;
    }
 }