.cloud-img {
    /*position: relative;*/
    height: 552px;
    width: 100%;
    background-image: url(/static/images/cloud/cloud-bgimg-s.png);
    background-size: 1918px auto;
    background-position: center;
    background-repeat: no-repeat;

}
.cloud-img h5{
    font-weight: bold;
    font-size: 24px;
    color: #FBA629;
    text-align: center;
}
.cloud-img p {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    text-align: center;
}
/*公有云最下面小盒子*/
.cd-box1 {
    position: absolute;
    top:120px;
    left: 12px;
}
.cd-box1 img {
    margin-left: 40px;
}
.cd-box2 {
    position: absolute;
    top:220px;
    left: 490px;
}
.cd-box2 img {
    margin-left: 40px;
}
.cd-box3 {
    position: absolute;
    top:120px;
    right: 12px;
}
.cd-box3 img {
    margin-left: 49px;
}