.csr_consumer_title {
    background-color: #008CAD;
}

.csr_consumer_bg {
    background-color: #E0ECF2;
}

.csr_consumer_img_items01 {
    width: 68%;
    margin-right: 2%;
    margin-bottom: 2%;
    align-items: flex-end;
}

.csr_consumer_img_items02 {
    width: 30%;
    margin-bottom: 2%;
}

.csr_customer_img_box {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.csr_consumer_img_items03 {
    align-items: center;
}

.csr_overview_page11 .swiper-pagination-bullet-active {
    background: #008CAD !important;
}

.csr_consumer_title_h1 {
    background: #E1ECF2;
}

.csr_win_win_img_items01 {
    width: 49%;
    margin-right: 2%;
}

.csr_win_win_img_items01:last-child {
    margin-right: 0;
}

.csr_responsibility_deails_box span.img_title::before {
    background-image: url(/csr/consumer/img/csr_consumer_title_icon.png);
}

.supply_chain_text_bpx {
    justify-content: center;
}

.supply_chain_text_bpx_items {
    width: 350px;
    margin-right: 4%;
    text-align: left;
    position: relative;
}

.supply_chain_text_bpx_items::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #008CAC;
    left: -17px;
    top: 0;
    position: absolute;
}

.supply_chain_text_bpx_items>p {
    font-size: 20px;
    color: #000;
}

.supply_chain_text_bpx_items>p.title {
    color: #6EBED0;
}


.credibility_activity_box img {
    width: 100%;
}

.credibility_activity_box {
    margin-bottom: 50px;
}

.credibility_p_set{
    align-items: center;
}

.credibility_activity_title h2 {
    font-size: 18px;
    font-weight: 550;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 30px;
}

.credibility_activity_title p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.credibility_activity_deatil {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 40px;
    background-color: #e0ecf2;
    margin-bottom: 2%;
    width: 100%;
}

.credibility_activity_deatil div {
    width: 48%;
}

@media screen and (max-width: 974px) {
    .credibility_activity_deatil div {
        width: 100%;
        margin-bottom: 30px;
    }

    .credibility_activity_deatil {
        margin-bottom: 30px;
    }

    .csr_consumer_img_items01 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 4%;
        align-items: flex-end;
    }

    .csr_consumer_img_items02 {
        width: 100%;
        margin-bottom: 0%;
        text-align: center;
    }

    .new_common_tab a {
        width: 49%;
        margin-right: 2%;
    }

    .new_common_tab a:last-child {
        margin-right: 0;
    }

    .csr_win_win_img_items01 {
        width: 100% !important;
        margin-right: 0%;
        margin-bottom: 4%;
    }

    .supply_chain_text_bpx_items {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 17px;
    }

    .supply_chain_text_bpx_items:last-child {
        margin-bottom: 0;
    }

}

/* 精彩CSR故事视频 20231207 Start*/
:root {
    --csr_story_box_bg_color: #E0ECF2;
    --csr_story_title_green: #008CAD;
}
/* CSR 故事视频 End */