body{
    margin: 0px;
    font-family: '微软雅黑';
}
.budgetaryAssessmentHeader{
    width: 100%;
    height: 60px;
    /*background: #34A2FF;*/
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
    background: linear-gradient(89.87deg, #00559C 4.71%, #006BC5 23.57%, #1890FF 102.06%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.head-logo-1{
    float: left;
    height: 52px;
    margin-top: 3px;
    margin-left: 4px;
    cursor: pointer;
}
.head-logo-2{
    float: left;
    height: 54px;
    margin-top: 2px;
    margin-left: 7px;
    cursor: pointer;
}
.home-page-content{
    width: 100%;
    height: 1700px;
    background-image: url("./images/gcp-home-bg.png");
    background-size: cover;
    position: relative;
    /*margin-bottom: 30px;*/
    /*overflow: hidden;*/
}
.top-img-content{
    width: 100%;
    height: 500px;
    margin-bottom: 55px;
}
.text-img{
    height: 350px;
    margin-left: 15%;
    margin-top: 7%;
    margin-right: 5%;
}
.gcp-top-img{
    width: 35%;
    float: right;
    margin-right: 8%;
    margin-top: 2%;
}
.gcp-home-title{
    width: 100%;
    text-align: center;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 600;
}
.solution-content{
    width: 88%;
    margin-left: 7%;
    margin-right: 5%;
    height: 580px;
    margin-bottom: 30px;
}
.left-solution-content,.center-solution-content{
    width: 29%;
    height: 200px;
    float: left;
    margin-right: 1%;
    background: #FFFFFF;
    box-shadow: 4px 4px 33px rgba(138, 141, 151, 0.19);
    border-radius: 12px;
    margin-top: 30px;
    padding: 23px 18px;
}
.right-solution-content{
    width: 29%;
    height: 200px;
    float: left;
    background: #FFFFFF;
    box-shadow: 4px 4px 33px rgba(138, 141, 151, 0.19);
    border-radius: 12px;
    margin-top: 30px;
    padding: 23px 18px;
}
.detail-title{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.left-solution-content img,.center-solution-content img,.right-solution-content img{
    height: 70px;
    float: left;
    margin-right: 15px;
}
.left-solution-content span,.center-solution-content span,.right-solution-content span{
    font-weight: 500;
    font-size: 20px;
    line-height: 70px;
    align-items: center;
    color: #000000;
    float: left;
}
.left-solution-content p,.center-solution-content p,.right-solution-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    color: #000000;
    margin-top: 30px;
}
.gcp-certificate-content{
    width: 86%;
    margin-left: 8%;
    margin-right: 6%;
    height: 450px;
    margin-top: 30px;
}
.left-certificate{
    width: 25%;
    float: left;
    height: 450px;
}
.left-certificate-detail{
    width: 100%;
    height: 100px;
    margin-bottom: 35px;
    text-align: center;
    border-right: 1px dashed #B5CEFF;
    /*transform: rotate(-90deg);*/
}
.left-certificate-detail img{
    height: 94px;
}
.right-certificate{
    width: 75%;
    float: left;
}
.right-certificate-top img{
    height: 80px;
    margin-right: 4%;
    float: left;
}
.right-certificate-top{
    height: 80px;
    margin-bottom: 40px;
}
.right-certificate-top .certificate-small-icon{
    height: 48px;
    margin-top: 20px;
    margin-left: 4%;
    margin-right: 10%;
    margin-bottom: 20px;
}
.gcp-wechat-content{
    float: right;
    margin-right: 10%;
    margin-top: 40px;
}
.gcp-wechat-content p{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;

}
.gcp-wechat-img{
    padding: 9px;
    width: 131px;
    height: 131px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.gcp-wechat-img img{
    width: 130px;
    height: 130px;
}
.footer-record-content{
    width: 100%;
    text-align: center;
    float: left;
    position: absolute;
    bottom: 20px;
}
.footer-record-content p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
}
.migration-solution-content{
    width: 100%;
    height: 2300px;
    background-image: url("./images/gcp-migration-solution.png");
    background-size: cover;
    position: relative;
}
.cloud-plus-migration-solution{
    width: 86%;
    margin-left: 6%;
    margin-right: 5%;
    height: 200px;
    background: #F6F9FF;
    padding: 20px;
    margin-top: 28px;
}
.cloud-plus-migration-solution h5{
    margin-bottom: 8px;
    font-size: 16px;
}
.cloud-plus-migration-solution{
    font-size: 12px;
    line-height: 24px;
    font-size: 14px;
}
.migration-solution-center-content{
    width: 100%;
    height: 300px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.gcp-left-img{
    float: left;
    height: 291px;
    margin-left: 16%;
}
.gcp-center-img{
    float: left;
    height: 291px;
    margin-left: 12%;
}
.gcp-right-img{
    float: left;
    height: 291px;
    margin-left: 12%;
}
.migration-case-introduction-content{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 100px;
    height: 300px;
}
.migration-case-introduction-content-left{
    width: 30%;
    float: left;
    height: 100%;
    cursor: pointer;
}
.migration-case-introduction-content-left img{
    height: 231px;
    margin-top: 55px;
}
.migration-case-introduction-content-right{
    width: 68%;
    float: left;
    margin-left: 2%;
    height: 100%;
}
.migration-case-introduction-content-right h5{
    font-size: 16px;
    margin-bottom: 8px;
    cursor: pointer;
}
.migration-case-introduction-content-right p{
    font-size: 14px;
    line-height: 30px;
}
.cluster-cloud-migration-content{
    width: 100%;
    height: 1900px;
    background-image: url("./images/gcp-migration-solution.png");
    background-size: cover;
    position: relative;
}
.transfer-case-content{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.transfer-case-content .transfer-case-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 36px;
}
.transfer-case-content p{
    font-size: 14px;
    line-height: 30px;
}
.transfer-case-content ol li{
    font-size: 14px;
    line-height: 30px;
    list-style: disc;
}
.transfer-case-content ol{
    margin-left: 2%;
}
.transfer-case-content img{
    height: 500px;
}
.gcp-blogs-content{
    width: 100%;
    height: 1200px;
    background-image: url("./images/gcp-migration-solution.png");
    background-size: cover;
    position: relative;
}
.gcp-blogs-bottom-content{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 248px;
    background: #F6F9FF;
    margin-bottom: 54px;
}
.gcp-blogs-left-content{
    width: 22%;
    float: left;
    height: 100%;
}
.gcp-blogs-right-content{
    width: 72%;
    float: left;
    height: 84%;
    padding: 20px;
}
.gcp-blogs-left-content img{
    height: 248px;
    cursor: pointer;
}
.gcp-blogs-right-content span{
    font-size: 12px;
    color: #34A2FF;
    cursor: pointer;
}
.gcp-blogs-right-content h5{
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
    cursor: pointer;
}
.gcp-blogs-right-content p{
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
}
.gcp-blogs-right-content p img{
    width: 18px;
    margin-right: 8px;
    float: left;
    margin-top: 4px;
}
