
    /* 众宁理念展示区样式 - 流体设计 */


    /*产品成分展示*/
    .zhongning_product_section1 {
        width: 100%;
        padding: 120px 0 0 0;
        max-width: 100vw;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .chengfen_container {
        width: 65.625vw;
        height: auto;
        margin: 0 auto;
        align-items: center;
    }
    .chengfen_big_title {
        font-size: 52px;
        font-family: "OPPOSans Heavy";
        font-weight: 800;

    }
    .chengfen_big_text {
        font-size: 21px;
        margin: 35px 0 50px 0;
        font-family: OPPOSans-Regular;
    }
    .chengfen_body {
        width: 100%;
        height: auto;
    }

    .chengfen_left {
        width: 43.6%;
        height: 480px;
        justify-content: space-between;
    }

    .chengfen_right {
        background-image: url("/zhongning/imgs/xinsheng/柠檬浸出液.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 56.4%;
        height: 480px;
        border-radius:  50px 0 50px 0;
    }

    .chengfen_children {
        justify-content: center;
    }

    .chengfen_children_left {
        width: 10%;
        height: auto;
        margin-right: 10px;
    }
    .chengfen_children_right {
        width: 90%;
        height: auto;
    }
    .chengfen_children_right_title {
        font-size: 21px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .chengfen_children_right_desc {
        font-size: 16px;
    }

    /*产品技术亮点*/
    .zhongning_product_section2 {
        width: 100%;
        height: auto;
        padding: 80px 0 0 0;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .zhongning_product_section2_container {
        width: 100%;
        height: 580px;
        margin: 0 auto;
        background-image: url("/zhongning/imgs/xinsheng/jishliangdian.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .liangdian{
        width: 65.625vw;
        height: auto;
        margin: 0 auto;
    }
    .liangdian_left {
        width: 50%;
        height: 580px;
        align-content: center;
        justify-content: center;
        text-align: center;
    }
    .liangdian_big_title {
        font-size: 52px;
        color: #161616;
        margin-bottom: 40px;
        font-family: "OPPOSans Heavy";
        font-weight: 800;
    }
    .liangdian_body {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .liangdian_children {
        width: auto;
        height: auto;
        align-items: center;
        flex-basis: 50%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .liangdian_children_img {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
        background-size: 55px 55px;
    }
    .liangdian_children_title {
        font-size: 21px;
        font-family: OPPOSans-Bold;
        margin-bottom: 5px;
        font-weight: 550;
    }
    .liangdian_children_desc {
        font-size: 16px;
        font-family: OPPOSans-Medium;
    }

    /*产品工艺展示*/
    .zhongning_product_section3 {
        width: 100%;
        padding: 120px 0 80px 0;
        max-width: 100vw;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }

    .zhongning_product_section3_container {
        width: 65.625vw;
        height: 450px;
        margin: 0 auto;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .zhongning_product_section3_container_left {
        flex: 1;
        width: 50%;
        max-width: 50%;
        height: 450px;
        box-sizing: border-box;
    }

    .zhongning_section3_image {
        width: 100%;
        height: 450px;
        border-radius: 50px 0 50px 0;
        object-fit: cover;
    }

    .zhongning_product_section3_container_right {
        flex: 1;
        width: 50%;
        max-width: 50%;
        padding-left: 10vw;
        box-sizing: border-box;
    }

    .zhongning_section3_right_title {
        color: #161616;
        font-size: 52px;
        font-family: "OPPOSans Heavy";
        text-align: right;
        line-height: 1.2;
        word-wrap: break-word;
        hyphens: auto;
        margin: 0 0 50px 0;
    }

    .zhongning_section3_right_desc {
        font-size: 21px;
        font-family: OPPOSans-Medium;
        line-height: 1.8;
        text-align: justify;
        -moz-text-align-last: right;
        text-align-last: right;
        letter-spacing: 0.6px;
        word-wrap: break-word;
        hyphens: auto;
    }

    /*家庭场景*/
    .zhongning_product_section4 {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
        background-color: #F7F8FC;
    }

/* PC端和移动端显示控制 */
.PC_show {
    display: block;
}

.wap_show {
    display: none;
}
    .zhongning_product_section4_container {
        width: 65.625vw;
        height: auto;
        margin: 0 auto;
        align-items: center;
    }
    .changjing_big_title {
        font-size: 52px;
        color: #161616;
        margin-top: 80px;
        margin-bottom: 60px;
        font-family: "OPPOSans Heavy";
        font-weight: 800;
    }
    .changjing_body {
        width: 100%;
        height: auto;
        margin-bottom: 80px;
        justify-content: space-between;
    }
    .changjing_children {
        align-items: center;
        justify-items: center;
    }
    .changjing_img {
        width: 400px;
        height: 315px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50px 0 50px 0;
    }
    .changjing_title {
        font-size: 28px;
        margin-top: 35px;
        font-family: OPPOSans-Medium;
    }


    /*家庭场景*/
    .zhongning_product_section5 {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .zhongning_product_section5_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        align-items: center;
        padding: 0 15px;
    }

    @media screen and (max-width: 1360px) {
        .chengfen_children_left {
            width: 15%;
        }
        .changjing_img {
            width: 355px;
            height: 300px;
        }
        .zhongning_product_section3_container {
            width: 70vw;
            height: 400px;
            margin: 0 auto;
            align-items: center;
            display: flex;
            flex-direction: row;
        }
        .zhongning_product_section3_container_left {
            flex: 1;
            width: 50%;
            height: 400px;
            box-sizing: border-box;
        }
        .changjing_title{
            text-align: center;
        }
        .chengfen_container{
            width: 70vw;
        }
    }

    @media screen and (max-width: 1920px) {
        .zhongning_product_section4_container {
            width: 65.625vw;
            height: auto;
            margin: 0 auto;
            align-items: center;
        }
    }
    @media screen and (max-width: 1680px) {
        .zhongning_product_section4_container {
            width: 90vw;
            height: auto;
            margin: 0 auto;
            align-items: center;
        }
    }
    @media screen and (max-width: 1160px) {
        .chengfen_children_left {
            width: 15%;
        }
        .changjing_img {
            width: 300px;
            height: 280px;
        }
    }

/* ============ 全面响应式适配开始 ============ */
    /* 中型平板 (769px - 960px) */
    @media screen and (min-width: 769px) and (max-width: 960px) {
        .liangdian {
            width: 65.625vw;
            height: auto;
            margin: 0 auto;
        }
    }
/* 移动端轮播样式 */
@media screen and (max-width: 960px) {
    /* 显示移动端轮播，隐藏PC端 */
    .PC_show {
        display: none !important;
    }
    
    .wap_show {
        display: block !important;
    }
    
    /* 移动端客户案例样式 */
    .zhongning_product_section5_container {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }
    
    .anli_cases_bt_group,
    .anli_cases_bt_group_active,
    .anli_cases_bt_group:hover {
        width: 100% !important;
        flex: none !important;
        transform: none !important;
        opacity: 1 !important;
        height: 400px;
    }
    
    .customer_cases_main_title {
        font-size: 36px;
    }
    
    .anli_cases_bt_text_60 {
        font-size: 28px;
    }
    
    .grouip_image_img {
        height: 180px !important;
    }
    
    .anli_cases_bt_paragraph_wrapper {
        opacity: 1 !important;
        transform: none !important;
    }
    
    /* 移动端轮播容器 */
    .intelligent_manufacturing_bannerboxs {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    /* 移动端轮播指示器样式 */
    .intelligent_manufacturing_bannerboxs .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 10;
    }
    
    .intelligent_manufacturing_bannerboxs .slick-dots li {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.5) !important;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .intelligent_manufacturing_bannerboxs .slick-dots li.slick-active {
        background: rgba(255, 255, 255, 1) !important;
        transform: scale(1.2);
    }
    
    .intelligent_manufacturing_bannerboxs .slick-dots li button {
        display: none;
    }
    
    /* 轮播项目样式 */
    .intelligent_manufacturing_bannerbox {
        position: relative;
        width: 100%;
        height: auto;
        background-size: 100% 100%;
        align-items: center;
        justify-content: center;
        display: flex !important;
    }
    
    .intelligent_manufacturing_bannercontent {
        width: 100%;
        height: 187.5vw;
        position: relative;
        align-items: center;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .intelligent_manufacturing_box_23 {
        border-radius: 5px;
        width: 80.56vw;
        height: auto;
        min-height: 34.73vw;
        position: absolute;
        top: 8vw;
    }
    
    .intelligent_manufacturing_text-group_4 {
        width: 100%;
        height: 100%;
        padding: 7vw 7vw 5.465vw 7vw;
    }
    
    .intelligent_manufacturing_text_80 {
        width: 100%;
        height: 100%;
        word-break: break-all;
        font-size: 10vw;
        font-family: "OPPOSans-Ver2-H";
        text-align: center;
        line-height: 1;
        margin-bottom: 3vw;
    }
    
    /* 处理较长标题的换行 */
    .intelligent_manufacturing_text_80:contains("众宁欣生") {
        white-space: normal;
        line-height: 1.1;
    }
    
    .intelligent_manufacturing_text_desc {
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 3.5vw;
        font-family: "OPPOSans-Ver2-Regular";
        text-align: center;
        line-height: 1.5;
        margin-top: 2.805vw;
    }
}

/* 超小屏手机 (320px - 480px) */
@media screen and (max-width: 480px) {
    .intelligent_manufacturing_text_80 {
        font-size: 12vw;
    }
    
    .intelligent_manufacturing_text_desc {
        font-size: 4vw;
        line-height: 1.4;
    }
    
    .intelligent_manufacturing_box_23 {
        width: 95vw;
        top: 8vw;
    }
    .zhongning_product_section1 {
        width: 100%;
        padding: 50px 0 35px 0;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .chengfen_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 15px;
        align-items: center;
    }

    .chengfen_left {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 280px;
        align-items: center;
        justify-content: center;
    }

    .chengfen_children {
        width: auto;
        height: auto;
        align-items: center;
        flex-basis: 50%;
        box-sizing: border-box;
        text-align: center;
    }
    .chengfen_children_left {
        width: 100%;
        height: auto;
    }
    .chengfen_children_right {
        width: 100%;
        height: auto;
    }

    .chengfen_right {
        background-image: url("/zhongning/imgs/rightbig.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 215px;
        border-radius: 50px 0 50px 0;
        margin-top: 25px;
    }


    .zhongning_product_section2 {
        width: 100%;
        height: auto;
        padding: 0;
        justify-content: center;
        overflow-x: hidden;
    }

    .zhongning_product_section2_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-image: url("/zhongning/imgs/jishuliangdian.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .liangdian {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .liangdian_children {
        width: auto;
        height: auto;
        align-items: center;
        flex-basis: 50%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
    .liangdian_left {
        width: 100%;
        height: 480px;
        align-content: flex-start;
        justify-content: center;
        text-align: center;
    }

    .liangdian_children_img {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
        background-size: 55px 55px;
    }

    .liangdian_children_title {
        font-size: 18px;
    }

    .liangdian_children_desc {
        font-size: 12px;
    }


    .zhongning_product_section3 {
        width: 100%;
        padding: 50px 0 35px 0;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .zhongning_product_section3_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .zhongning_product_section3_container_right {
        width: 95%;
        max-width: 95%;
        padding-left: 0px;
        box-sizing: border-box;
    }
    .zhongning_section3_right_title {
        color: #161616;
        font-size: 32px !important;
        font-family: "OPPOSans Heavy";
        text-align: center;
        line-height: 1.2;
        margin-bottom: 35px;
        word-wrap: break-word;
        hyphens: auto;
        font-weight: 600;
    }
    .zhongning_section3_right_desc {
        color: #3d3d3d;
        font-size: 14px;
        font-family: "OPPOSans-Ver2-Regular";
        line-height: 1.2;
        text-align: left;
        -moz-text-align-last: left;
        text-align-last: left;

    }

    .zhongning_product_section3_container_left {
        width: 100%;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .zhongning_section3_image {
        width: 100%;
        height: 215px;
        border-radius: 50px 0 50px 0;
        object-fit: cover;
        margin-top: 20px;
    }

    .zhongning_product_section4_container {
        width: 100vw;
        height: auto;
        margin: 0 auto;
        align-items: center;
        padding: 0 15px;
    }
    .changjing_body {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
        justify-content: space-between;
        gap: 25px;
    }
    .changjing_img {
        width: 100%;
        height: 315px;
        background-image: url("/zhongning/imgs/rightbig.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50px 0 50px 0;
    }
    .changjing_title {
        font-size: 18px;
        margin-top: 20px;
        font-family: OPPOSans-Medium;
    }





    .chengfen_big_title {
        font-size: 32px;
        font-family: "OPPOSans Heavy";
    }

    .chengfen_big_text {
        font-size: 14px;
        font-family: OPPOSans-Regular;
        margin: 15px 0 15px 0;

    }

    .chengfen_children_right_title {
        font-size: 14px;
        font-weight: 600;
    }

    .chengfen_children_right_desc {
        font-size: 12px;
        font-family: OPPOSans-Medium;
    }

    .liangdian_big_title,
    .changjing_big_title {
        font-size: 32px;
        color: #161616;
        margin-bottom: 25px;
        margin-top: 35px;
        font-family: "OPPOSans Heavy";
    }

    .zhongning_section3_right_title {
        font-size: 32px ;
        font-family: "OPPOSans Heavy";
    }

    .zhongning_section3_right_desc {
        font-size: 4vw;
    }


}

/* 中型手机 (481px - 640px) */
@media screen and (min-width: 481px) and (max-width: 640px) {
    .intelligent_manufacturing_text_80 {
        font-size: 9vw;
    }
    
    .intelligent_manufacturing_text_desc {
        font-size: 3.2vw;
        line-height: 1.4;
    }
    
    .intelligent_manufacturing_box_23 {
        width: 95vw;
        top: 8vw;
    }

    .chengfen_big_title {
        font-size: 14px;
        font-family: OPPOSans-Regular;
    }

    .chengfen_big_text {
        font-size: 3.8vw;
    }

    .chengfen_children_right_title {
        font-size: 14px;

    }

    .chengfen_children_right_desc {
        font-size: 12px;
        font-family: OPPOSans-Medium;
    }

    .liangdian_big_title,
    .changjing_big_title {
        font-size: 32px;
    }

    .zhongning_section3_right_title {
        font-size: 32px;
        font-family: "OPPOSans Heavy";
    }

    .zhongning_section3_right_desc {
        font-size: 3.5vw;
    }

    .changjing_title {
        font-size: 4.8vw;
    }
}

/* 大型手机/小平板 (641px - 768px) */
@media screen and (min-width: 641px) and (max-width: 768px) {
    .intelligent_manufacturing_text_80 {
        font-size: 8vw;
    }
    
    .intelligent_manufacturing_text_desc {
        font-size: 2.8vw;
        line-height: 1.4;
    }
    
    .intelligent_manufacturing_box_23 {
        width: 95vw;
        top: 8vw;
    }

    .chengfen_big_title {
        font-size: 14px;
        font-family: OPPOSans-Regular;
    }

    .chengfen_big_text {
        font-size: 3.2vw;
    }

    .chengfen_children_right_title {
        font-size: 14px;

    }

    .chengfen_children_right_desc {
        font-size: 12px;
        font-family: OPPOSans-Medium;
    }

    .liangdian_big_title,
    .changjing_big_title {
        font-size: 32px;
    }

    .zhongning_section3_right_title {
        font-size: 32px;
        font-family: "OPPOSans Heavy";
    }

    .zhongning_section3_right_desc {
        font-size: 3vw;
    }

    .changjing_title {
        font-size: 4.2vw;
    }
}





