.cooperate_lable {
    text-align: center;
    margin-bottom: 90px;
}

.cooperate_lable .working-process-one__single {
    margin: 5px;
    background: none;
}

.cooperate_lable .working-process-one__single-content p {
    height: 58px;
    font-size: 14px;
}

.cooperate_introduce {
    background-color: #F9FAF9;
    margin-bottom: 90px;
}

.cooperate_introduce .introduce_content {
    background-image: url(../image/cooperate_conten_bgimage.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    text-align: center;
    padding: 20px;
}

.cooperate_introduce .introduce_content .circular_label {
    display: inline-block;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    background-image: url(../image/circular_label.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    line-height: 88px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.cooperate_introduce .introduce_content .introduce_data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperate_introduce .introduce_content .introduce_data .content {
    width: 60%;
    margin: 1%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(236, 246, 242, 0.99) 100%);
    box-shadow: 0px 0px 31px 0px rgba(187, 201, 196, 0.25);
    opacity: 1;
    border-radius: 15px 15px 15px 15px;
    border-image: linear-gradient(180deg, rgba(187, 240, 227, 1), rgba(197, 228, 221, 0.69)) 1 1;
    padding: 32px;
}

.cooperate_equity {
    text-align: center;
    margin-bottom: 90px;
}

.cooperate_equity .equity_list {
    margin-top: 30px;
}

.services-one__single {
    padding: 20px 10px 20px 20px !important;
    height: 200px;
}

.services-one__single:hover .services-one__single-inner .text-box h2 {
    color: #ffffff;
}

.cooperate_share {
    text-align: center;
    width: 100%;
}

.cooperate_share .share_content {
    margin-top: 50px;
    margin-bottom: 80px;
}

.cooperate_share .share_content .share_image {
    background-image: url(../image/left_share_product.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 15px;
}

.cooperate_share .share_content .share_introduce {
    display: flex;
    align-items: center;
}

.cooperate_share .share_content .share_introduce .introduce_lable {
    display: flex;
    align-items: center;
}

.cooperate_share .share_content .share_introduce .introduce_lable img {
    width: 60px;
    margin: 20px 10px;
}

.cooperate_share .share_content .share_introduce .introduce_lable {
    width: 90%;
    text-align: left;
}


/*Mobile Layout*/
@media only screen and (max-width: 767px) {
    .cooperate_introduce .introduce_content .introduce_data .content {
        width: 100%;
    }

    .cooperate_introduce .introduce_content {
        padding: 0px;
        border-radius: 0px;
    }

    .cooperate_introduce .introduce_content .circular_label {
        display: none;
    }

    .cooperate_share .share_content .share_image {
        height: 288px;
    }
}