.content {
    background: #F8F9FD !important;
}

.banner-other-section {
    background-size: 100% 600px;
}

.deploymentBox {
    width: 65%;
}

.deploymentImg {
    width: 90%;
    padding: 4%;
    height:300px;
}

.deploymentBox p {
    padding: 4%;
}

.partnerBox {
    width: 70%;
}

.partnerBox .el-col {
    width: 20%;
    padding-bottom: 4%;
}

.partnerBox img {
    width: 90%;
    padding: 4%;
}

.partnerBox p {
    padding: 4%;
}

/* 公司案例 */
@media screen and (min-width: 1199px) and (max-width: 1550px) {
    .fz-26 {
        font-size: 20px !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .fz-26 {
        font-size: 16px !important;
    }

    .fz-20 {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .partnerBox {
        width: 92%;
    }

    .fz-26 {
        font-size: 20px;
    }

    .el-col-12 {
        width: 100%;
    }

    .fz-20 {
        font-size: 15px;
    }
}

.mo-cases-banner {
    width: 100%;
    height: 154px;
    margin-top: 54px;
    background: url("/images/product/mo-cases-1.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}
.mo-cases-banner h3 {
    font-size: 20px;
    padding: 39px 0 5px;
    box-sizing: border-box;
}
.mo-cases-banner h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.mo-cases-banner p {
    font-size: 12px;
    margin-top: 10px;
}
.mo-cases-title {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.mo-cases-title h3 {
    font-size: 24px;
    color: #182C49;
}
.mo-cases-title h4 {
    font-size: 16px;
    color: #60646B;
    font-weight: normal;
    margin-top: 8px;
}
.mo-cases-main1-div {
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 2px 5px 2px #5f656926;
}
.mo-cases-main1-div img{
    width: 100%;
    height: 176px;
    margin: 0px auto;
    display: block;
    padding: 8px;
    box-sizing: border-box;
}
.mo-cases-main1-div p {
    padding: 0px 10px 12px;
    box-sizing: border-box;
}