
.pc-show{ display: none; }
.h5-show{ display: block; }
.bacF9{background: #F9FAFE;}
.channel-banner{
    position: relative;
    overflow: hidden;
    background:#2E65EF;
    
}
.channel-banner .ks-container{
    position: relative;
    height: 100%;
}
.channel-banner .ks-container::after{
    content: '';
    width: 1220px;
    background: url(/Template/skin1/static2020/wechat/images/miniapp_banner_1.png) no-repeat 0 50%;    
    background-size: auto 1100px;
    position: absolute;
    right:-340px;
    top:0;
    height: 100%;
}
.channel-banner__info{
    position: absolute;
    top:50%;
    margin-top:-210px;
    z-index: 1;
}
.channel-banner__title{
    font-size: 64px;
    color:#fff;
    font-weight: bold;
}
.channel-banner__desc{
    font-size: 36px;
    color:#fff;
    font-weight: 500;
    margin-top: 35px;
}
.channel-banner__button{
    width: 240px;
    height: 54px;
    line-height: 54px;
    padding:0px;
    font-size: 24px;
    background-color: #fff;
    color: #2E65EF;
    margin-top: 80px;
}
/*mode*/
.mode .mode-left{
    margin-left: 80px;
}
.mode .mode-left .mode-title{
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    margin-top: 127px;
}
.mode .mode-left3 .mode-title,.mode .mode-left2 .mode-title{ 
    margin-top: 100px;
}
.mode .mode-left .mode-item{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 40px;
}
.mode .mode-left .mode-item::after{
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 9px;
    left: -17px;
    background: #2E66F1;
    border-radius: 50%;
}
/*mode/*/
.h5shool .h5shool-ul1{
    overflow: hidden;
    margin: 0 25%;
}
.h5shool .h5shool-ul1 li{
    float: left;
    width: 20%;
    text-align: center;
}
.h5shool .h5shool-ul1 li div{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}
.h5shool .h5shool-ul2{
    overflow: hidden;
    padding-bottom: 100px;
}
.h5shool .h5shool-ul2 li{
    float: left;
    width: 16.6666%;
    text-align: center;
    margin-top: 80px;
}

.h5shool .h5shool-ul2 li div{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}
/*客户案例*/
.solution{
    position: relative;
    text-align: center;
    margin-top: -20px;
}

.solution-tabs{

}
.solution-tab1{
    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;
    z-index: 9;
}
.solution-tab2{
    width: 139px;
    box-shadow:0px 10px 20px 0px rgba(23,60,98,0.08);
    border-radius:6px;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    right: 25px;
    top:90px;
    z-index: 9;
}
.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(/Template/skin1/static2020/wechat/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-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: auto;
}

.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;
}
/*客户案例 end*/
@media screen and (max-width: 1024px) {
    
    .channel-banner__title{
        font-size: 56px;
    }
    .channel-banner__desc{
        font-size: 26px;
        margin-top: 25px;
    }
    .channel-banner__info{
        left:60px;
        margin-top:-160px;
    }
    .channel-banner__button{
        font-size: 22px;
        width: 220px;
        height: 50px;
        line-height: 50px;
        margin-top:60px;
    }
  
    .channel-banner .ks-container::after{
        width: 100%;
        background-size: auto 125%;
        right: -320px;
    }

    .h5shool .h5shool-ul1 {
        overflow: hidden;
        margin: 0 15%;
    }

    .mode .mode-left .mode-title {
        font-size: 26px;
        font-weight: bold;
        color: #222222;
        margin-top: 0;
    }

    .mode .mode-left {
        margin-left: 60px;
    }

    .mode .mode-left .mode-item {
        position: relative;
        font-size: 17px;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .channel-banner__info{
        margin-top:-110px;
        left:50px;
    }
    .channel-banner__title{
        font-size: 44px;
    }
    .channel-banner__desc{
        font-size: 20px;
        margin-top: 20px;
    }
    .channel-banner__button{
        margin-top:50px;
        width: 200px;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .h5-show{ display: none; }
    .pc-show{ display: block; }
    .solution-content{
        padding-top: 0px;
    }
    .solution-item{
        text-align: center;
    }
    .solution{
        margin-bottom: 20px;
    }
    .solution-content-body {
        padding-bottom: 20px;
    }
    .h5shool .h5shool-ul1 {
        overflow: hidden;
        margin: 0;
    }
    .h5shool .h5shool-ul1 li img{
        width: 70%;
    }
    .h5shool .h5shool-ul1 li div {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        margin-top: 10px;
    }
    .h5shool .h5shool-ul2{
        overflow: hidden;
        padding-bottom: 30px;
        border: 1px solid #E7EAF2;
        margin-top: 40px;
    }
    .h5shool .h5shool-ul2 li {
        float: left;
        width: 33.33333%;
        text-align: center;
        margin-top: 30px;
    }
    .h5shool .h5shool-ul2 img{
        width: 40%;
    }
    .mode .mode-left .mode-item ,.mode .mode-left2 .mode-item{
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #333;
        line-height: 38px;
        margin-top: 0px;
        padding: 0 0 0 70px;
        text-align: left;
    }
    .mode .mode-left .mode-item::after,.mode .mode-left2 .mode-item::after {
        content: "";
        display: block;
        height: 6px;
        width: 6px;
        position: absolute;
        top: 16px;
        left: 55px;
        background: #2E66F1;
        border-radius: 50%;
    }

    .mode .mode-left {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .channel-banner .ks-container{
        background-position: 50% 50%;
        background-size: auto 76%;
    }

    .channel-banner .ks-container::after{
        right: 0px;
        background-size: 160% auto;
        background-position:50% 80%;
    }
    .channel-banner__info{
        top:6%;
        width: 100%;
        left:0;
        margin-top:50px;
        height: 74%;
    }
    .channel-banner__info::after{
        content: '';
        width: 30px;
        height: 30px;
        background: url(/Template/skin1/static2020/common/images/common_icon_more@2x.png) no-repeat;
        background-size: auto 100%;
        position: absolute;
        left:0;
        right: 0;
        margin: 0 auto;
        bottom: -50px;
        animation: bannermore 2s linear infinite;
    }
    @keyframes bannermore{
        0% {
           bottom: -50px;
        }
        50% {
            bottom: -65px;
        }
        100% {
            bottom: -50px;
        }
      }
    .channel-banner__title{
        font-size: 28x;
        margin-left: 35px;
    }
    .channel-banner__desc{
        margin-left: 35px;
        font-size: 18px;
        margin-top: 20px;
    }
    .channel-banner__button{
        font-size: 16px;
        width: 160px;
        height: 38px;
        line-height: 38px;
        left:0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
    }
}


@media screen and (max-width: 320px) {

    .channel-banner::before{
        width: 160px;
        height: 160px;
        top:-80px;
        left:-80px;
    }
    .channel-banner__title{
        font-size: 32px;
        margin-left: 30px;
    }
    .channel-banner__desc{
        font-size: 16px;
        margin-left: 30px;
        margin-top:15px;
    }
    .channel-banner__button{
        font-size: 14px;
        width: 150px;
        height: 36px;
        line-height: 36px;
    }
}<!--耗时1782845330.0339秒-->