.cooperate-container .cooperate-content {
    padding-top: 5.63rem
}

.cooperate-container .cooperate-content .section {
    margin-bottom: 6.25rem
}

.cooperate-container .cooperate-content .section .section-title {
    font-size: 2.68rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.13rem;
    position: relative
}

.cooperate-container .cooperate-content .section .section-title::before {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.cooperate-container .cooperate-content .section .section-title::after {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media (max-width:1200px) {
    .cooperate-container .cooperate-content {
        padding-top: 3.63rem
    }

    .cooperate-container .cooperate-content .section {
        margin-bottom: 4.25rem
    }

    .cooperate-container .cooperate-content .section .section-title {
        font-size: 2rem;
        margin-bottom: 3.13rem
    }

    .cooperate-container .cooperate-content .section .section-title::before {
        width: 40%
    }

    .cooperate-container .cooperate-content .section .section-title::after {
        width: 40%
    }
}

@media (max-width:992px) {
    .cooperate-container .cooperate-content {
        padding-top: 2.63rem
    }

    .cooperate-container .cooperate-content .section {
        margin-bottom: 3.25rem
    }

    .cooperate-container .cooperate-content .section .section-title {
        font-size: 1.6rem;
        margin-bottom: 3.13rem
    }

    .cooperate-container .cooperate-content .section .section-title::before {
        width: 40%
    }

    .cooperate-container .cooperate-content .section .section-title::after {
        width: 40%
    }
}

@media (max-width:768px) {
    .cooperate-container .cooperate-content {
        padding-top: 2.63rem
    }

    .cooperate-container .cooperate-content .section {
        margin-bottom: 2.25rem
    }

    .cooperate-container .cooperate-content .section .section-title {
        font-size: 1.4rem;
        margin-bottom: 1.13rem
    }

    .cooperate-container .cooperate-content .section .section-title::before {
        width: 35%
    }

    .cooperate-container .cooperate-content .section .section-title::after {
        width: 35%
    }
}

@media (max-width:576px) {
    .cooperate-container .cooperate-content {
        padding-top: 2.63rem
    }

    .cooperate-container .cooperate-content .section {
        margin-bottom: 2.25rem
    }

    .cooperate-container .cooperate-content .section .section-title {
        font-size: 1.4rem;
        margin-bottom: 1.13rem
    }

    .cooperate-container .cooperate-content .section .section-title::before {
        width: 20%
    }

    .cooperate-container .cooperate-content .section .section-title::after {
        width: 20%
    }
}