.cnemsmm-img-fluid {
    width: 100%;
    height: auto;
}

/*第一部分*/
.cnemsmm_one {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.cnemsmm_one_title {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    transform: translateY(-25%);
    padding: 0;
}

.cnemsmm_one_title_p {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 3.25rem;
    text-align: center;
}

.cnemsmm_one_title_p_context {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 3.25rem;
    text-align: start;
}



/*第二部分*/
.cnemsmm_two {
    background: #222222;
    position: relative;
}

.cnemsmm_two_context {
    width: 100%;
    height: auto;
}

.card-list {
    padding: 60px 0 0 0;
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
}

.card-list-item {
    position: relative;
    z-index: 10;
    transition: transform 0.8s ease-in-out, width 0.8s ease-in-out, opacity 0.8s ease-in-out;
    will-change: transform, width, opacity;
}

.card-list-item-one {
    position: absolute;
    z-index: 9;
    top: 60px;
    transform: translateY(-30px) translateX(50px);
    width: calc(100% - 100px);

    .card-list__text {
        display: none;
    }

    .card-list__description {
        display: none;
    }
}

.card-list-item-two {
    position: absolute;
    z-index: 8;
    top: 60px;
    transform: translateY(-60px) translateX(100px);
    width: calc(100% - 200px);

    .card-list__text {
        display: none;
    }

    .card-list__description {
        display: none;
    }
}

.card-list__image {
    height: auto;
    display: block;
    border: 1px solid #e5e5ea;
    width: 100%;
}

.card-list__text {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-list__description {
    margin: 30px auto 0 auto;
    width: 80%;
    height: auto;
    color: white;
    font-size: 18px;
}

/*第三部分*/
.cnemsmm_three,
.cnemsmm_four {
    /* background: #222222; */
    position: relative;
    padding: 0;
}

.cnemsmm_three_boxOne {
    width: 100%;
    height: auto;
    position: relative;
}

.cnemsmm_three_bg_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 1;
}

.cnemsmm_three_title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    font-weight: 700;
    z-index: 2;
}

.cnemsmm_three_boxTwo {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    /*transform: translateY(-32%);*/
    /* margin-top: -43%; */
}

projectItems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.projectItem {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5rem;
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: max-content;
}

/* 保持你调整后的窄版宽度 */
.slide {
    width: 30vw;
    margin-right: 3vw;
    flex-shrink: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 14px;
    cursor: pointer;
    z-index: 10;
    border-radius: 6px;
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.cnemsmm_two_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* color: rgb(10, 10, 10); */
}

.Industry {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.IndustryDesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.2rem;
    /* color: rgb(10, 10, 10); */
    width: 100%;
}

.IndustryDesc p {
    width: 45%;
}

.image-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.IndustryImg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;



}

.IndustryImg .image-wrapper {
    width: 45%;
    height: auto;
    border-radius: 10px;
}

.IndustryImg img {
    width: 100%;
    height: 75%;
    object-fit: cover;
    border-radius: 10px;
}

.IndustryAnother {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 25vh;
}

.IndustryAnotherItem {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: -20%;
    z-index: 2;

    h3 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    p {
        font-size: 1.2rem;
        color: rgb(10, 10, 10);
        margin-top: 20px;
    }
}
.solve{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5%;
    .contain{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 2%;
    }
    p{
        font-size: 1.2rem;
    }
    .footList{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        gap: 2%
        ;
        .footItem{
            background-color: #F2F6FA;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 15%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 1% 0.5%;
            flex: 1;
            height: 35vh;
            h3{
                color: var(--nav-hover-color);
            }

            .image-wrapper{
                display: flex !important;
                align-items: center;
                justify-content: flex-start;
            }
         
        }
    }
}

.Team_Credentials{
    width: 100%;
    padding: 5% 10%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5%;
    .contain{
        margin-top: 2%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5%;
        .rightItems{
            width: 45%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 2%;
            .rightItem{
               display: flex;
               flex-direction: column;
               align-items: flex-start;
               width: 100%;
               h3 {
                   text-align: left;
               }
               p {
                   text-align: left;
               }
            }
        }
    }
}

.value_chain{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin: 5% 0;
    gap: 5%;
    .contain{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 35%;
        margin: 2% auto 2%;
        p {
            text-align: left;
        }
    }
    .footImgs{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        .image-wrapper{
            width: 45%;
            height: auto;
            border-radius: 10px;
        }
        img{
            width: 80%;
            height: auto;
            border-radius: 10px;
        }
    }
}

.chalengeItems {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 45vh;
}

.chalengeItem {
    border-right: 1px solid rgba(10, 10, 10, 0.2);
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 28%;

    h3 {
        color: var(--nav-hover-color);
        font-size: 1.5rem;
        font-weight: 700;
    }

    p {
        font-size: 1.2rem;
        color: rgb(10, 10, 10);
        margin-top: 20px;
    }

    .image-wrapper {
        width: 20%;
        margin-bottom: 20px;
        height: auto;
        border-radius: 10px;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

.real_impact {
    width: 90%;
    height: 70vh;
    text-align: center;

    .real_impact_title {
        font-size: 2.5rem;
        font-weight: 700;
        color: rgb(10, 10, 10);
        padding: 5% 0;
    }

    .real_impact_items {
        display: flex;
        margin-left: 10%;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
    }

    .real_impact_item {
        margin-bottom: 20px;
        color: rgba(10, 10, 10, 1);
        font-size: 1.2rem;
        font-weight: 700;
    }

    .real_impact_item ::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #00aaff;
        border-radius: 50%;
        margin-right: 8px;
    }
    .real_impact_imgs {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .real_impact_imgs img {
        width: 35%;
        padding: 20px;
        margin-right: 10px;
        height: 35%;
        border-radius: 10px;
        background-color: #fff;
    }
}
.cnemsmm_patnership{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    .cnemsmm_patnership-title{
        font-size: 2.5rem;
        font-weight: 700;
        color: rgb(10, 10, 10);
    }
    .cnemsmm_patnership_items{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
    }
    .cnemsmm_patnership_container_item{
        width:30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        

        img{
            width: 50%;
            margin-bottom: 20px;
         
            border-radius: 10px;
        }
    }
}
.cnemsmm_explore{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .cnemsmm_explore-title{
        font-size: 2.5rem;
        font-weight: 700;
        /* color: rgb(10, 10); */
    }
    .cnemsmm_explore-des{
        font-size: 1.2rem;
        font-weight: 700;
        /* color: rgb(10, 10, 10); */
        margin-bottom: 60px;
    }
    .expllore_container{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        .leftItems{
            width: 50%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            margin-bottom: 20px;
            .leftlore_item{
                font-size: 1.2rem;
                font-weight: 700;
                /* color: rgb(10, 10, 10); */
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 20px;
            }
            img{
                width: 20%;
                margin-bottom: 20px;
                height: auto;
                border-radius: 10px;
            }
        }
        .rightImg{
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            img{
                width: 80%;
                margin-bottom: 20px;
                height: auto;
                border-radius: 10px;
            }
        }
    }
}

.cnemsmm_three_boxTwo_row {
    margin: 0;
    align-items: center;
}

.cnemsmm_three_boxTwo_img {
    text-align: center;
}

.cnemsmm_three_boxTwo_text {
    display: flex;
}

.cnemsmm_three_boxTwo_text_left {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--nav-hover-color);
    margin-right: 15px;
}

.cnemsmm_three_boxTwo_text_right {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.cnemsmm_three_boxTwo_text_right_title {
    color: var(--nav-hover-color);
    font-size: 1.75rem;
}

.cnemsmm_three_boxTwo_text_right_des {
    /* color: rgb(10, 10, 10); */
    font-size: 1rem;
}

.cnemsmm_three_boxTwo_ship {
    width: 100%;
    margin: 0;
    padding-top: 60px;
}

.cnemsmm_three_boxTwo_ship_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cnemsmm_three_boxTwo_ship_top_line {
    width: 16%;
    height: 1px;
    border-top: 1px dashed rgba(187, 187, 187, 0.53);
}

.cnemsmm_three_boxTwo_ship_top_title {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 20px;
}

.cnemsmm_three_boxTwo_ship_middle {
    text-align: center;
    padding-top: 30px;
    color: rgb(251, 251, 251);
    font-size: 1rem;
}

.cnemsmm_three_boxTwo_ship_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}

.swiper-prev-icon {
    -webkit-animation: bounceInLeft 1.5s infinite 1s;
    animation: bounceInLeft 1.5s infinite 1s;
    cursor: pointer;
}

.swiper-next-icon {
    -webkit-animation: bounceInRight 1.5s infinite 1s;
    animation: bounceInRight 1.5s infinite 1s;
    cursor: pointer;
}

.cnemsmm_three_boxTwo_ship_bottom_swiper {
    display: flex;
    width: 60%;
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item {
    width: calc(100% / 3);
    height: auto;
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    will-change: transform, opacity;
}

.swiper-prev {
    transform: translateX(25%);
}

.swiper-active {
    transform: translateY(-40px);
    z-index: 20;
}

.swiper-next {
    transform: translateX(-25%);
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item_img {
    width: 100%;
    height: auto;
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.48);
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item_text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    z-index: 11;
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item_text_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.cnemsmm_three_boxTwo_ship_bottom_swiper_item_text_des {
    font-size: 1rem;
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
}

/*第四部分*/
.cnemsmm_four {
    box-shadow: 0 6px 6px 4px rgba(0, 0, 0, 0.29);
    z-index: 2;
    overflow: visible !important;
}

.cnemsmm_four_model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.cnemsmm_four_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    div {
        color: white;
        font-size: 1.25rem;
    }

    ul {
        padding-left: 1rem;
        color: white;
        font-size: 1.25rem;
    }
}

.cnemsmm_four_container-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
}

/*第五部分*/
.cnemsmm_five {
    padding-top: 0;
    padding-bottom: 60px;
    overflow: visible !important;
    background: #222222;
    position: relative;
}

.cnemsmm_five_container {
    padding: 23% 8% 1px 8%;
    background: #464646;
    border-radius: 0 0 10px 10px;
    position: relative;

    p {
        color: white;
        font-size: 3rem;
    }

    ul {
        margin-top: 120px;
        padding-left: 1rem;
        color: white;
        font-size: 1.25rem;
    }
}

.cnemsmm_five_container_img {
    position: absolute;
    top: -120px;
    right: 60px;
    width: 60%;
    height: auto;
    z-index: 99;
}

.cnemsmm_five_container_explore {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.cnemsmm_five_container_explore_line {
    height: 1px;
    border: 1px dashed rgba(187, 187, 187, 0.53);
}

.cnemsmm_five_container_explore_word {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.cnemsmm_five_container_explore_des {
    color: rgba(111, 111, 111, 1);
    font-size: 1.25rem;
    text-align: center;
}

.cnemsmm_five_container_explore_other {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cnemsmm_five_container_explore_other_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 100px;
    width: 43%;
}

.cnemsmm_five_container_explore_other_item_img {
    width: 36px;
    height: auto;
}

.cnemsmm_five_container_explore_other_item_word {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    margin-left: 20px;

    &:hover {
        color: rgba(255, 255, 255, 1) !important;
    }
}

/*移动端响应式样式*/
@media screen and (max-width: 768px) {
    /* 第一部分优化 */
    .cnemsmm_one_title {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        padding: 0 15px;
        height: auto !important;
        position: absolute !important;
        width: 95%;
        z-index: 10;
    }
    
    .cnemsmm_one {
        padding-bottom: 30px;
        position: relative;
        min-height: 400px;
    }
    
    .cnemsmm_one .slider-container {
        min-height: 400px;
    }

    .cnemsmm_one_title_p {
        font-size: 1.4rem !important;
        line-height: 1.6rem !important;
        margin-bottom: 0.75rem;
        text-align: center;
    }

    .projectItems {
        padding: 0 10px;
    }

    .projectItem {
        font-size: 1rem !important;
        text-align: center;
        padding: 8px 15px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 8px;
    }

    /* 轮播图优化 */
    .slider-container {
        padding: 10px 0;
    }
    
    .slide {
        width: 80vw !important;
        margin-right: 4vw !important;
        aspect-ratio: 16/10;
    }

    .slide img {
        border-radius: 12px;
    }

    .nav-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
        padding: 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prev {
        left: 8px !important;
    }

    .next {
        right: 8px !important;
    }

    /* Industry部分优化 */
    .Industry {
        padding: 30px 15px;
    }

    .IndustryDesc {
        padding: 15px 0;
    }

    .IndustryDesc p {
        width: 100% !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: center;
        padding: 0 10px;
    }

    .IndustryImg {
        flex-direction: column;
        gap: 20px;
        padding: 15px 0;
    }

    .IndustryImg img {
        width: 95% !important;
        height: auto !important;
        border-radius: 12px !important;
    }

    /* solve部分优化 */
    .solve {
        padding: 25px 15px;
        gap: 15px;
    }

    .solve .contain {
        gap: 15px;
        padding: 0 10px;
    }

    .solve p {
        font-size: 0.95rem !important;
        text-align: center;
        padding: 0 5px;
        line-height: 1.5;
    }

    .firstItem h3,
    .secondItem h3 {
        font-size: 1.1rem !important;
        margin-bottom: 10px;
    }

    .footList {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        width: 100% !important;
        padding: 15px 10px;
    }

    .footItem {
        width: 100% !important;
        height: auto !important;
        padding: 18px 12px !important;
        flex-direction: column !important;
        gap: 10px;
        background: white !important;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
        align-items: center;
        text-align: center;
    }

    .footItem .footIcon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,150,255,0.1);
        border-radius: 50%;
    }

    .footItem .footIcon img {
        width: 28px !important;
        height: 28px !important;
        max-width: none !important;
    }

    .footItem h3 {
        font-size: 0.9rem !important;
        font-weight: 600;
        color: var(--nav-hover-color);
        margin: 0;
    }

    .footItem > img:last-child {
        width: 70px !important;
        height: 70px !important;
        max-width: none !important;
        object-fit: contain;
    }

    .footItem .footImg {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footItem .footImg img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: contain;
    }

    /* challenge部分优化 */
    .chalengeItems {
        flex-direction: column !important;
        height: auto !important;
        padding: 25px 15px;
        gap: 25px;
        background-image: none !important;
        background-color: #f8f9fa;
    }

    .chalengeItem {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(10, 10, 10, 0.15);
        padding: 20px 15px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .chalengeItem:last-child {
        border-bottom: none;
    }

    .chalengeItem img {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 12px;
    }

    .chalengeItem h3 {
        font-size: 1.1rem !important;
        margin-bottom: 8px;
        color: var(--nav-hover-color);
    }

    .chalengeItem p {
        font-size: 0.9rem !important;
        text-align: center;
        line-height: 1.5;
        margin-top: 10px;
    }

    /* Team_Credentials部分优化 */
    .Team_Credentials {
        padding: 30px 15px !important;
    }

    .Team_Credentials .contain {
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px;
    }

    .Team_Credentials img {
        width: 100% !important;
        height: auto;
        border-radius: 12px;
    }

    .Team_Credentials .rightItems {
        width: 100% !important;
        gap: 15px;
    }

    .rightItem {
        padding: 15px;
        background: rgba(0,0,0,0.03);
        border-radius: 10px;
    }

    .rightItem h3 {
        font-size: 1rem !important;
        margin-bottom: 8px;
    }

    .rightItem p {
        font-size: 0.9rem !important;
        text-align: left;
        line-height: 1.5;
    }

    /* value_chain部分优化 */
    .value_chain {
        padding: 30px 15px;
    }

    .value_chain .contain {
        width: 100% !important;
        padding: 0 10px;
        gap: 12px;
    }

    .value_chain p {
        font-size: 0.95rem !important;
        text-align: left;
        line-height: 1.5;
        padding: 10px;
        background: rgba(0,0,0,0.03);
        border-radius: 8px;
    }

    .footImgs {
        flex-direction: column !important;
        gap: 15px;
        width: 100% !important;
        padding: 15px 0;
    }

    .footImgs img {
        width: 100% !important;
        border-radius: 12px;
    }

    /* cnemsmm_three部分优化 */
    .cnemsmm_three {
        padding: 30px 15px;
    }

    .cnemsmm_three_boxTwo {
        margin-top: 0 !important;
    }

    .cnemsmm_three_boxTwo_row {
        flex-direction: column !important;
        padding: 15px 0;
        gap: 15px;
    }

    .cnemsmm_three_boxTwo_text {
        width: 100% !important;
        order: 2;
        padding: 0 10px;
    }

    .cnemsmm_three_boxTwo_img {
        width: 100% !important;
        order: 1;
    }

    .cnemsmm_three_boxTwo_img img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .cnemsmm_three_boxTwo_text_left {
        font-size: 1.8rem !important;
        margin-bottom: 5px;
    }

    .cnemsmm_three_boxTwo_text_right_title {
        font-size: 1.1rem !important;
        margin-bottom: 8px;
    }

    .cnemsmm_three_boxTwo_text_right_des {
        font-size: 0.9rem !important;
        line-height: 1.5;
    }

    /* 标题统一优化 */
    .cnemsmm_two_title {
        padding: 25px 15px 15px;
    }

    .cnemsmm_two_title h1 {
        font-size: 1.4rem !important;
        text-align: center;
        padding: 0;
        line-height: 1.4;
    }

    /* 真实影响部分优化 */
    .real_impact {
        padding: 30px 15px;
        height: auto !important;
    }

    .real_impact_title {
        font-size: 1.4rem !important;
        margin-bottom: 20px;
    }

    .real_impact_items {
        margin-left: 0 !important;
        padding: 0 10px;
    }

    .real_impact_item {
        padding: 15px;
        background: rgba(0,0,0,0.03);
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .real_impact_item p {
        font-size: 0.95rem !important;
        text-align: left;
        line-height: 1.5;
    }

    .real_impact_imgs {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px 0;
    }

    .real_impact_imgs img {
        width: calc(50% - 5px) !important;
        height: auto !important;
        aspect-ratio: 1;
        object-fit: cover;
    }

    /* explore部分优化 */
    .cnemsmm_explore {
        padding: 30px 15px;
    }

    .cnemsmm_explore-title {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .cnemsmm_explore-des {
        font-size: 0.95rem !important;
        text-align: center;
        margin-bottom: 25px !important;
        padding: 0 10px;
    }

    .expllore_container {
        flex-direction: column !important;
        width: 100% !important;
        gap: 25px;
    }

    .expllore_container .leftItems {
        width: 100% !important;
        align-items: center !important;
        gap: 10px;
    }

    .leftlore_item {
        font-size: 0.95rem !important;
        text-align: center;
    }

    .expllore_container .rightImg {
        width: 100% !important;
    }

    .expllore_container .rightImg img {
        width: 100% !important;
        border-radius: 12px;
    }

    /* 其他组件样式优化 */
    .card-list__text {
        font-size: 1.25rem;
    }

    .card-list__description {
        font-size: 14px;
    }

    .cnemsmm_three_title {
        font-size: 1.3rem;
        position: relative;
        padding-top: 20px;
    }

    .cnemsmm_three_boxTwo_ship_top_title {
        font-size: 1.3rem;
    }

    .cnemsmm_four_model {
        overflow-y: auto;
    }

    .cnemsmm_four_container-title {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 20px 15px;
    }

    .cnemsmm_four_container {
        justify-content: flex-start;
        padding: 15px;
    }

    .cnemsmm_four_container div,
    .cnemsmm_four_container ul {
        color: white;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .cnemsmm_five_container {
        padding: 20px 15px 1px;
    }

    .cnemsmm_five_container p {
        color: white;
        font-size: 1.3rem;
        text-align: center;
    }

    .cnemsmm_five_container ul {
        margin-top: 40px;
        padding-left: 1rem;
        color: white;
        font-size: 0.95rem;
    }

    .cnemsmm_five_container_img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 99;
        margin-bottom: 20px;
    }

    .cnemsmm_five_container_explore {
        margin-top: 40px;
    }

    .cnemsmm_five_container_explore_word {
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    .cnemsmm_five_container_explore_des {
        font-size: 0.9rem;
        padding: 0 15px;
    }

    .cnemsmm_five_container_explore_other {
        margin-top: 40px;
    }

    .cnemsmm_five_container_explore_other_item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .cnemsmm_five_container_explore_other_item_img {
        width: 28px;
        height: auto;
    }

    .cnemsmm_five_container_explore_other_item_word {
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 1);
        margin-left: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cnemsmm_one_title_p {
        font-size: 2.2rem;
    }

    .cnemsmm_three_boxTwo_text {
        justify-content: center;
    }

    .cnemsmm_three_boxTwo_text_right {
        width: 100%;
    }

    .cnemsmm_three_boxTwo_text_left {
        font-size: 1.5rem;
    }

    .cnemsmm_three_boxTwo_text_right_title {
        font-size: 1.25rem;
    }

    .cnemsmm_four_container-title {
        font-size: 2rem;
    }

    .cnemsmm_five_container_img {
        top: -60px;
        right: 10px;
    }

    .cnemsmm_five_container {
        ul {
            margin-top: 80px;
        }
    }

    .cnemsmm_five_container_explore {
        margin-top: 80px;
    }

    .cnemsmm_five_container_explore_other_item {
        margin-bottom: 80px;
        width: 60%;
    }
}

/* 真实影响部分图片样式 */
.real_impact_imgs {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.real_impact_imgs img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    /* 更小屏幕优化 */
    .cnemsmm_one_title_p {
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
    }

    .projectItem {
        font-size: 0.9rem !important;
    }

    .slide {
        width: 85vw !important;
        margin-right: 3vw !important;
    }

    .nav-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }

    .IndustryDesc p {
        font-size: 0.9rem !important;
    }

    .solve p {
        font-size: 0.9rem !important;
    }

    .chalengeItem h3 {
        font-size: 1rem !important;
    }

    .chalengeItem p {
        font-size: 0.85rem !important;
    }

    .rightItem h3 {
        font-size: 0.9rem !important;
    }

    .rightItem p {
        font-size: 0.85rem !important;
    }

    .value_chain p {
        font-size: 0.9rem !important;
    }

    .cnemsmm_three_boxTwo_text_right_des {
        font-size: 0.85rem !important;
    }

    .cnemsmm_two_title h1 {
        font-size: 1.3rem !important;
    }

    .real_impact_imgs img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/10;
    }

    .cnemsmm_explore-title {
        font-size: 1.3rem !important;
    }

    .cnemsmm_explore-des {
        font-size: 0.9rem !important;
    }

    .leftlore_item {
        font-size: 0.9rem !important;
    }
}