.banner-header{
    background-image:url('../image/cloud/banner.png');
    background-position: center;
    background-size: cover;
}
.header-btn{
    margin-top: 348px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 30px;
    background: linear-gradient(1deg, #16A8E7, #4CBDFF, #4ABDFF);
    border-radius: 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.cloud-img-box{
    width: 991px;
    height: 696px;
    margin: auto;
    margin-bottom: 64px;
    background:url('../image/cloud/cloud.png') 100% 100% no-repeat;
    position: relative;
    font-size: 16px;
    color: #686868;
}
.cloud-text{
    position: absolute;
    width: 108px;
    text-align: center;
}
.cloud-img-box .cloud-centent-text{
    width: 340px;
    font-size: 36px;
    color: #09B1E5;
    left: 314px;
    top: 174px;
}
.cloud-img-box .cloud-left-1{
    left: 59px;
    top: 117px;
}
.cloud-img-box .cloud-left-2{
    left: 17px;
    top: 251px;
}
.cloud-img-box .cloud-left-3{
    left: 150px;
    top: 340px;
}
.cloud-img-box .cloud-right-1{
    right: 116px;
    top: 112px;
}
.cloud-img-box .cloud-right-2{
    right: 13px;
    top: 228px;
}
.cloud-img-box .cloud-right-3{
    right: 169px;
    top: 319px;
}
.cloud-img-box .cloud-right-4{
    right: 330px;
    top: 474px;
}
.cloud-img-box .cloud-right-5{
    right: 182px;
    top: 474px;
}
.cloud-img-box .cloud-bottom-1{
    left: 120px;
    bottom: 10px;
}
.cloud-img-box .cloud-bottom-2{
    left: 248px;
    bottom: 10px;
}
.cloud-img-box .cloud-bottom-3{
    left: 380px;
    bottom: 10px;
}
.cloud-img-box .cloud-bottom-4{
    left: 520px;
    bottom: 10px;
}
.cloud-img-box .cloud-bottom-5{
    right: 145px;
    bottom: 71px;
}
.list-ul-box{
    background-color: #EEEEEE;
    padding: 38px 0;
}
.list-item-img{
    height: 190px;
}
.list-item-box{
    background-color: #2AA3DC;
    color: #fff;
    align-items: center;
    justify-items: center;
    text-align: center;
    height: 120px;
    padding: 0 15px;
    line-height: 18px;
}
.list-item-box.bg-green{
    background-color: #8CC340;
}
.list-item-view{
    width: 100%;
}
.list-item-box .list-item-title{
    font-size: 18px;
    font-weight: bold;
}
.list-item-text{
    margin-top: 13px;
    font-size: 16px;
}
.cloud-pc-img-box{
    padding: 71px 131px;  

    position: relative;
}
.cloud-pc-img{
    width: 938px;
    height: 359px;
    margin: auto;
}
.cloud-pc-block{
    width: 94px;
    height: 105px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 22px 0;
    position: absolute;
}
.cloud-pc-block.block-1{
    left: 131px;
    top: 82px;
}
.cloud-pc-block.block-2{
    left: 188px;
    top: 173px;
}
.cloud-pc-block.block-3{
    left: 134px;
    top: 268px;
}
.cloud-pc-block.block-4{
    left: 238px;
    top: 325px;
}
.cloud-pc-block.block-5{
    right: 131px;
    top: 72px;
}
.cloud-pc-block.block-6{
    right: 186px;
    top: 168px;
}
.cloud-pc-block.block-7{
    right: 132px;
    top: 262px;
}
.cloud-pc-block.block-8{
    right: 235px;
    top: 325px;
}

.list-text-title{
    height: 50px;
    line-height: 50px;
    background-color: #2AA3DC;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.list-text-title.bg-green{
    background-color: #8CC340;
}
.list-text-box{
    height: 180px;
    background-color: #fff;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
    line-height: 30px;
    color: #606060;
    box-sizing: border-box;
    border-top: 1px solid #ADACAD;
}
.list-text-content{
    border-top: 1px solid #ADACAD;
    border-left: 1px solid #ADACAD;
    border-bottom: 1px solid #ADACAD;
}
.list-text-content:last-child{
    border-right: 1px solid #ADACAD;
}
.cloud-platform{
    padding: 53px 0 88px 0;
}
.cloud-platform-img{
    height: 498px;
    background:url('../image/cloud/cloud-platform.png') 100% 100% no-repeat;
    position: relative;
}
.cloud-platform-img .p-text{
    position:absolute;
    font-size: 16px;
    color: #686868;
    width: 248px;
    text-align: center;
}
.cloud-platform-img .p1{
    left: 135px;
    top: 100px;
}
.cloud-platform-img .p2{
    left: 58px;
    bottom: 63px;
}
.cloud-platform-img .p3{
    right: 55px;
    top: 212px;
}