.main {
    max-width: 1224px;
    margin: auto;
    box-sizing: border-box;
}
.banner img {
    vertical-align: middle;
}
.opinon img {
    vertical-align: middle;
}

.banner {
    height: 313px;
    width: 100%;
    /*margin-top: 55px;*/
    background: url(../img/microsoftAazure/microsoft-azure-1.png) #FFFBF1 no-repeat center/1920px;
}
.banner .content .title {
    padding-top: 71px;
    font-size: 35px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}
.banner .content .contact{
    margin-top: 30px;
}
.banner .content .contact  span{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 26px 8px 26px;
    background-color: #E5A414;
    border-radius: 35px;
}

.section-1{
    margin-top: 60px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.section-2{
    margin-top: 75px;

}

.section-2 .content-box{
    margin-top: 40px;
    margin-left:27px;
    margin-right:27px;
}
.section-2 .content-box .border-box{
    padding: 30px 0px 47px 0px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
}
.section-2 .content-box .top-box ul{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #99999938;
}
.section-2 .content-box .top-box ul li{
    padding-right: 100px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #3F3F3F;
}
.section-2 .content-box .top-box ul li .current{
    border-bottom: 2px solid #E5A414;
    padding-bottom: 11px;
}


.section-2 .content-box .bottom-box .ul-box ul{
    display: flex;
    justify-content: space-between;

    padding-left: 59px;
    padding-right: 59px;
}
.section-2 .content-box .bottom-box .ul-box .top-ul{
    margin-top: 50px;
}
.section-2 .content-box .bottom-box .ul-box .botton-ul{
    margin-top: 35px;
}
.section-2 .content-box .bottom-box .ul-box ul li{
    text-align: center;
    width: 324px;
    height: 134px;
    padding-top: 38px;
    background-color: #F8F8F8;
    border-radius: 27px 27px 27px 27px;
}
.section-2 .content-box .bottom-box .ul-box ul li p{
    margin-top: 24px;
}
.section-2 .content-box .bottom-box .ul-box{
    display: none;
}
.section-2 .content-box .bottom-box .show{
    display:block;
}
.section .title{
    text-align: center;
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}
.section-3{
    margin-top: 75px;
}
.section-3 .content-box{
    margin-top: 40px;
}
.section-3 .content-box ul {
    display: flex;
    justify-content: space-between;
}

.section-3 .content-box ul  li{
    width: 385px;
}

.section-3 .content-box ul  li .text-box{
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 10px 10px;
    padding: 23px 11px 0px 11px;
    height:169px;
}
.section-3 .content-box ul  li .text-box .text-title{
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    /* 英文单词过长换行问题 */
    word-wrap: break-word;
    word-break: break-all;
    /* 英文单词过长换行问题 */
}
.section-3 .content-box ul  li .text-box .text-small{
    margin-top: 15px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;

}

.section-4{
    margin-top: 85px;

}
.section-4 .content-box{
    margin-top: 40px;
}

.section-4 .content-box ul{
    display: flex;
    justify-content: space-between;
}
.section-4 .content-box ul li{
    width: 500px;
    padding: 55px 58px;
}
.section-4 .content-box ul li:nth-child(1){
    background-color: #F8F8F8;
}
.section-4 .content-box ul li:nth-child(2){
    background-color: #EEEEEE;
}
.section-4 .content-box ul li .text-box{
    margin-top: 45px;
}
.section-4 .content-box ul li .text-box .text-title{
    font-size: 26px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}
.section-4 .content-box ul li .text-box .text-small{

    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}
.section-5{
    height: 228px;
    background-color: #E5A414;
    text-align:  center;
    margin-top: 110px;
}

.section-5 .title{
    padding-top: 65px;
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;

}
.section-5 .contact{
    margin-top: 19px;
}
.section-5 .contact span{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color:  #E5A414;
    cursor: pointer;
    padding: 8px 26px 8px 26px;
    background-color: #FFFFFF;
    border-radius: 35px;
}