.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;

            .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 {
        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: #194D70;
    margin-right: 15px;
}

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

.cnemsmm_three_boxTwo_text_right_title {
    color: #194D70;
    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_p {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .card-list__text {
        font-size: 1.25rem;
    }

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

    .cnemsmm_three_title {
        font-size: 1.5rem;
    }

    .cnemsmm_three_boxTwo {
        margin-top: -33%;
    }

    .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_three_boxTwo_ship_top_title {
        font-size: 1.5rem;
    }

    .cnemsmm_three_boxTwo_ship_bottom {
        .swiper-prev-icon {
            width: 40px;
        }

        .swiper-next-icon {
            width: 40px;
        }
    }

    .cnemsmm_three_boxTwo_ship_bottom_swiper_item_text {
        top: 10px;
    }

    .cnemsmm_three_boxTwo_ship_bottom_swiper_item_text_title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .cnemsmm_three_boxTwo_ship_bottom_swiper_item_text_des {
        font-size: 12px;
        line-height: 1rem;
    }

    .cnemsmm_three_boxTwo_ship_bottom_swiper {
        width: calc(100% - 100px);
    }

    .cnemsmm_four_model {
        overflow-y: auto;
    }

    .cnemsmm_four_container-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .cnemsmm_four_container {
        justify-content: flex-start;
    }

    .cnemsmm_four_container {
        justify-content: flex-start;
        padding-top: 20px;

        div {
            color: white;
            font-size: 12px;
        }

        ul {
            font-size: 12px;
        }
    }

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

    .cnemsmm_five_container {
        padding: 30% 8% 1px 8%;
    }

    .cnemsmm_five_container {
        p {
            color: white;
            font-size: 1.5rem;
        }

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

    .cnemsmm_five_container_explore {
        margin-top: 60px;
    }

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

    .cnemsmm_five_container_explore_des {
        font-size: 14px;
    }

    .cnemsmm_five_container_explore_other {
        margin-top: 60px;
    }

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

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

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

}

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

    .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: 768px) {
    .real_impact_imgs img {
        width: 150px;
        height: 150px;
    }
}