.banner{
    padding-top: 96px;
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .text-box{
    position: absolute;
    left: 10.6%;
    top: calc(50% + 48px);
    transform: translateY(-50%);
    color: #fff;
}
.banner .text-box h3{
    margin-bottom: 0;
}
.banner .text-box a{
    margin-top: 20px;
}

.text-content{
    text-align: center;
    padding: 110px 10.6%;
}
.text-content p{
    margin: 0;
    line-height: 180%;
    color: #646464;
}

.core-box{
    padding: 90px 10.6%;
    background: url(../img/ai-intelligent-cloud/bg.jpg) no-repeat;
    background-size: cover;
}
.core-box .text-box{
    text-align: center;
}
.core-box .text-box h4{
    margin-bottom: 20px;
}
.core-box .icon-box{
    margin-top: 56px;
}
.core-box .icon-box .item{
    text-align: center;
    background: #fff;
    padding: 60px 40px 40px 40px;
    display: inline-block;
    float: left;
    width: calc(33.3333333% - 16px);
    margin: 0 8px;
    cursor: pointer;
}
.core-box .icon-box .item .text{
    font-size: 16px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #646464;
    height: 4.5em;
    overflow: hidden;
}
.core-box .icon-box .item .icon path,.core-box .icon-box .item .icon circle{
    fill:#0075FF;
}
.core-box .icon-box .item .icon path,.core-box .icon-box .item .icon circle{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width: 996px) {
    .core-box .icon-box .item:hover .icon path,.core-box .icon-box .item:hover .icon circle{
        fill:#00B1FF;
    }
}
.core-box .swiper-wrapper{
    display: block;
}

.programme-box{
    padding: 80px 10.6% 120px 10.6%;
    background: rgba(203,205,208,.25);
}
.programme-box .text-box{
    text-align: center;
}
.programme-box .text-box p{
    margin-top: 20px;
    margin-bottom: 25px;
}
.programme-box .img-box{
    margin-top: 60px;
    display: flex;
}
.programme-box .img-box .item{
    display: inline-block;
    float: left;
    width: calc(25% - 16px);
    margin: 0 8px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
}
.programme-box .img-box .item img{
    width: 100%;
}
.programme-box .img-box .item .text{
    padding: 18px 6%;
}
.programme-box .img-box .item .text .title{
    font-size: 1.2vw;
}
.programme-box .img-box .item .text p{
    margin: 10px 0 0 0;
    text-align: left;
    color: #646464;
}

.pro-box{
    padding: 120px 10.6%;
}
.pro-box .text-box{
    text-align: center;
}
.pro-box .text-box h4{
    margin-bottom: 20px;
}
.di-box h3{
    text-align: center;
    margin-bottom: 60px;
}
.di-box h3 span{
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.di-box .content{
    margin: 0 -12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}
.di-box .content.pc{
    display: flex;
}
.di-box .content.mobile{
    display: none;
}
.di-box .content .item{
    display: block;
    width: calc(50% - 24px);
    background: rgba(203,205,208,.15);
    margin: 0 12px 24px 12px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.di-box .content .item .icon-box{
    display: inline-block;
    width: 28%;
    position: absolute;
    background: #0075FF;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.di-box .content .item .icon-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45%;
}
.di-box .content .item .icon-box .ball{
    background: #0075FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 19%;
    right: -15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.di-box .content .item .text-box{
    display: inline-block;
    width: 72%;
    margin-left: 28%;
    padding-left: 6%;
    padding: 40px 5% 40px 8%;
    background: rgba(203,205,208,.25);
    text-align: left;
    height: 100%;
}
.di-box .content .item h4{
    font-size: 18px;
    margin-bottom: 5%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.di-box .content .item p{
    margin-bottom: 0;
}
@media (min-width: 996px) {
    .di-box .content .item:hover .icon-box{
        background: #00B1FF;
    }
    .di-box .content .item:hover .ball{
        background: #00B1FF;
    }
}

.bottom-banner{
    position: relative;
}
.bottom-banner img{
    width: 100%;
    display: block;
}
.bottom-banner .text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}
.bottom-banner .text-box h4{
    margin-bottom: 25px;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(14,34,65,.8);
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}
.popup p{
    font-size:15px;
    width: 70%;
    margin: 0 auto;
}
.popup .content-box{
    background: #fff;
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 74%;
    text-align: center;
    padding: 60px 5%;
    max-height: 88vh;
}
.popup .close-btn{
    position: absolute;
    top: -70px;
    right: 0;
    cursor: pointer;
}
.popup .close-btn:hover{
    opacity: 0.7;
}
.popup .scroll-box{
    max-height: 70vh;
}
.popup .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.popup .content .item{
    background: rgba(203,205,208,.15);
    border-radius: 8px;
    text-align: left;
    width: 100%;
    padding: 30px 10% 30px 30px;
    margin: 8px;
    position: relative;
}
.popup .content .item.right{
    padding: 0;
    background: none;
}
.popup .content .item.right .item{
    width: 100%;
    margin: 0;
    padding-right: 20%;
}
.popup .content .item.right .item:nth-child(1){
    margin-bottom: 16px;
}
.popup .content .item h5{
    color: #0075FF;
    font-size:18px;
}
.popup .content .item p{
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}
.popup .content .item ul{
    padding-left: 20px;
    font-size: 15px;
}
.popup .content .item ul li{
    margin-bottom: 5px;
}
.popup a{
    margin-top: 20px;
}
.popup .content .item .num{
    font-size: 3.5vw;
    position: absolute;
    right: 20px;
    top: 0px;
    font-family: Mont-Light;
    color: #CBCDD0;
}

@media (max-width: 1500px) {
    .core-box .icon-box .item .icon{
        width: 100px;
    }
    .core-box .icon-box .item svg{
        width: 45px;
    }
    .core-box .icon-box .item .text{
        font-size: 15px
    }
    .core-box .icon-box .item{
        padding-top: 40px;
    }
    .di-box .content .item .text-box{
        padding: 30px 5% 30px 8%;
    }
    .popup .content .item h5{
        font-size: 16px;
    }
}

@media (max-width: 996px) {
    #main{
        overflow-x: hidden;
    }
    .banner{
        padding-top: 60px;
    }
    .banner .text-box{
        width: 100%;
        top: auto;
        left: 0;
        bottom: 75px;
        padding: 0 4.3%;
        transform: translateY(0);
    }

    .text-content{
        padding: 40px 4.3%;
    }
    .text-content br{
        display: none;
    }

    .core-box{
        padding: 60px 4.3%;
        background: url(../img/ai-intelligent-cloud/bg_m.png) no-repeat;
        background-size: cover;
    }
    .core-box .swiper-container{
        padding-bottom: 30px;
    }
    .core-box .swiper-wrapper{
        display: flex;
    }
    .core-box .swiper-wrapper .swiper-slide{
        display: flex;
        height: auto;
    }
    .core-box .icon-box .item{
        width: 100%;
        padding: 20px 12px 30px 12px;
        height: 100%;
        margin: 0;
    }
    .core-box .icon-box .item .text{
        min-height: 4.5em;
        height: auto;
    }
    .core-box .icon-box .item .text br{
        display: none;
    }
    .core-box .icon-box .item .icon{
        width: 60px;
        height: 60px;
    }
    .core-box .icon-box .item svg{
        width: 28px;
        height: 28px;
    }
    .core-box .swiper-scrollbar{
        width: 100%;
        left: 0%;
        height: 2px;
        background: #CBCDD0;
    }
    .core-box .swiper-scrollbar .swiper-scrollbar-drag{
        height: 4px;
        top: -1px;
        background: #0075FF;
    }

    .pro-box{
        padding: 60px 4.3% 40px 4.3%;
    }
    .di-box .content{
        margin-top: 40px;
    }
    .di-box .content.pc{
        display: none;
    }
    .di-box .content.mobile{
        display: block;
        margin: 40px 0 0 0;
    }
    .di-box .content.mobile .item{
        width: 100%;
        background: none;
        margin: 0 0 30px 0;
    }
    .di-box .content.mobile .item:last-child{
        margin: 0;
    }
    .di-box .content.mobile .item .title{
        font-size: 16px;
        color: #0075FF;
        background: rgba(203,205,208,.25);
        text-align: left;
        height: 38px;
        line-height: 38px;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .di-box .content.mobile .item .title .icon-box{
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 38px;
        position: relative;
        border-radius: 8px;
    }
    .di-box .content.mobile .item .title .icon-box .ball{
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        right: -4px;
        background: #0075FF;
    }
    .di-box .content.mobile .item .title span{
        vertical-align: middle;
        margin-left: 12px;
    }
    .di-box .content.mobile .item p{
        font-size: 14px;
    }
    .di-box .content.mobile .item .icon{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 30px;
    }

    .programme-box{
        padding: 40px 4.3% 44px 4.3%;
    }
    .programme-box .img-box{
        flex-direction: row;
        flex-wrap: wrap;
        margin: 40px -8px 0 -8px;
    }
    .programme-box .img-box .item{
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }
    .programme-box .img-box .item .text .title{
        font-size: 18px;
        text-align: left;
    }
    .programme-box .img-box .item .text p{
        font-size: 14px;
    }
    .programme-box .text-box p{
        color: #646464;
    }
    .programme-box .text-box p br{
        display: none;
    }

    .popup .close-btn{
        width: 30px;
        height: 30px;
        top: -50px;
    }
    .popup h5{
        font-size: 24px;
    }
    .popup p{
        width: 100%;
        font-size: 12px;
    }
    .popup .content-box{
        top: 50%;
        transform: translate(-50%,-50%);
        width: 92.4%;
        padding: 20px 0%;
        max-height: 650px;
        border-radius: 8px;
    }
    .popup .scroll-box{
        max-height: 545px;
        overflow: scroll;
        padding: 0 5%;
    }
    .popup .content .item{
        width: 100%;
        margin: 0 0 10px 0;
        padding: 15px 15% 15px 5%;
    }
    .popup .content .item .num{
        font-size: 36px;
        top: 0;
        right: 10px;
    }
    .popup .content .item h5{
        font-size: 16px;
    }
    .popup .content .item p{
        font-size: 12px;
    }
    .popup .content .item ul{
        font-size: 12px;
    }
}