body {
    font-family: 'HarmonyOS Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/* 添加全局动画样式 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pagetop {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/img/new/warehouse.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


.nav-left {
    display: flex;
    align-items: center;
    gap: 80px;
}


.logo {
    display: flex;
    align-items: center;
    z-index: 2000;
    height: 26px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.menu-toggle span {
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.4s;
}



.menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    /* 确保横排显示 */
    gap: 60px;
}

.menu-items a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.menu-items a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.menu-items a:hover:after {
    width: 100%;
}

.nav-right {
    display: flex;
    align-items: center;
}

.lang-switch a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px;
}

.lang-switch a.active {
    color: #007bff;
}

.menu-items-container {
    display: none;
    /* 移除多余容器 */
}


.body {
    padding: 0;
    margin: -80px 0 0 0;

    height: 600px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;

    width: 1300px;
    margin: 0 auto;
    animation: fadeIn 1s ease-out;
}

.body .title {

    font-size: 43px;
    font-weight: 500;
    padding-bottom: 10px;
    animation: fadeIn 1s ease-out 0.2s both;
}

.body .content {
    padding-left: 56%;
    font-size: 18px;
    padding-bottom: 130px;
    line-height: 22px;
    animation: fadeIn 1s ease-out 0.4s both;
}


.contactus {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;


    .card {
        width: 100%;
        background: #ffffff;
        border-radius: 8px;
        text-align: left;
        display: flex;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        .card-left {
            padding: 8px;

            svg {
                fill: #313131;
            }
        }

        .card-right {
            padding: 10px;
            padding-top: 8px;
            padding-right: 0;
            padding-bottom: 4px;

            .card-title {
                font-size: 18px;
                font-weight: 500;
                padding-bottom: 4px;
            }

            .card-content {
                font-size: 14px;
                color: #6A6A6A;
                line-height: 22px;
                font-weight: 500;


            }
        }


    }


    .card-btn {
        font-family: 'HarmonyOS Sans', sans-serif;
        background-color: #00243D;
        border-radius: 8px;
        color: #ffffff;
        margin-top: 20px;
        padding: 8px 20px;
        width: fit-content;
        white-space: nowrap;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .card-btn:hover {
        background-color: #003b66;
        transform: scale(1.05);
    }
}

.card-container {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;


    .card {
        width: 29%;
        padding: 20px;
        background: #ffffff;
        border-radius: 8px;
        text-align: left;
        border: 1px solid #E3E3E3;
        display: flex;
        justify-content: space-between;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        .card-left {
            padding: 8px;

            svg {
                fill: #313131;
            }
        }

        .card-right {
            padding: 10px;
            padding-top: 8px;
            padding-right: 0;
            padding-bottom: 4px;

            .card-title {
                font-size: 18px;
                font-weight: 500;
                padding-bottom: 4px;
            }

            .card-content {
                font-size: 14px;
                color: #6A6A6A;
                line-height: 22px;
                font-weight: 500;

                .card-btn {
                    font-family: 'HarmonyOS Sans', sans-serif;
                    background-color: #00243D;
                    border-radius: 8px;
                    color: #ffffff;
                    margin-top: 10px;
                    padding: 8px 10px;
                    cursor: pointer;
                    transition: background-color 0.3s ease, transform 0.2s ease;
                }

                .card-btn:hover {
                    background-color: #003b66;
                    transform: scale(1.05);
                }
            }
        }


    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
}

.title-container {
    width: 1300px;
    margin: 0 auto;

    .container-title {
        font-size: 40px;
    }

    .container-subtitle {
        width: 56%;
        font-size: 16px;
        color: #404040;
        padding: 10px 0;
    }

    .container-btn {
        font-family: 'HarmonyOS Sans', sans-serif;
        border-radius: 8px;
        color: #525252;
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 500;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid #C2C2C2;
    }
}




.card-container2 {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;



    .card {
        width: calc(29% + 40px);
        background: #ffffff;
        border-radius: 8px;
        text-align: left;
        border: 1px solid #E3E3E3;
        overflow: hidden;
        transition: transform 0.3s ease;

        .card-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .card-content {
            padding: 10px 20px;

            .card-title {
                font-size: 20px;
                font-weight: 500;
                padding-bottom: 8px;
            }

            .card-text {
                font-size: 15px;
                color: #6A6A6A;
                line-height: 1.5;
                font-weight: 500;
                padding-bottom: 20px;
            }
        }
    }

    .card:hover {
        transform: translateY(-10px);
    }
}


.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
    animation: bounce 2s infinite;
    cursor: pointer;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.card-container3 {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 20px;
    justify-content: space-between;

    .holder {
        width: 100%;
        gap: 20px;
    }

    .holder2 {
        padding-top: 20px;
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .card:hover {
        transform: translateY(-10px);
    }

    .card {
        width: 100%;
        /* 设置容器的宽度 */
        position: relative;
        /* 为了绝对定位图片 */
        background: #ffffff;
        border-radius: 8px;
        text-align: left;
        border: 1px solid #E3E3E3;
        overflow: hidden;
        transition: transform 0.3s ease;

        .card-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /* 图片宽度为容器的 100% */
            height: 100%;
            /* 图片高度为容器的 100% */
            object-fit: cover;
            /* 保证图片填充并裁剪以适应 */
        }



        .card-content {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
            color: #ffffff66;
            padding: 20px;
            padding-top: 100px;
            cursor: auto;
            transition: background 0.3s ease, color 0.3s ease;

            .card-title {
                font-size: 16px;
                font-weight: 300;
                padding-bottom: 4px;

            }

            .card-text {
                font-size: 20px;
                line-height: 1.5;
                font-weight: 500;
                width: 60%;
            }


        }



    }

    .card:hover .card-content {
        color: #ffffff !important;
    }

    .card3 .card-text {
        font-size: 18px !important;
        line-height: 1.5;
        font-weight: 500;
        width: 90% !important;

    }

    .card2::before {
        width: 50% !important;
        padding-top: 50% !important;
    }


    .card3::before {
        width: 50% !important;
        padding-top: 100% !important;
    }


    .card::before {
        content: '';
        display: block;
        padding-top: 100%;
        /* 设置高度为宽度的 100%，保持正方形 */
    }
}

@media (max-width: 1300px) {
    .body {
        background-size: cover;
        height: 100vh !important;
    }

    .logo {
        height: 20px;
    }

    .nav-menu {
        z-index: 2000;
        width: 100vw !important;
        position: fixed;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        top: 0;
    }

    /* 滚动到一定位置后，背景颜色会发生变化 */
    .nav-menu.fixed {
        z-index: 2000;
        background-color: rgba(255, 255, 255);
        border-bottom: 1px solid #dddddd;
        /* 吸顶时的背景颜色 */
    }


    .pagetop {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url('/img/new/warehouse.jpg');
    }


    .menu-items {
        gap: 0px;
        font-size: 18px;
        font-weight: 500;

        li {
            padding: 0 20px !important;
        }

        a {
            padding: 13px 0;
            border-bottom: 1px solid #dddddd;
        }

    }

    .pagebody {
        width: 100vw;
        box-sizing: border-box;

        .card-container {
            box-sizing: border-box;
            display: block;
            padding-top: 20px;
            width: 100%;

            .card {
                margin: 20px;
                box-sizing: border-box;
                width: calc(100% - 40px) !important;
            }
        }

    }

    .card-container2 {
        width: 100vw;
        box-sizing: border-box;
        display: block;
        padding-top: 0 !important;

        .card {
            box-sizing: border-box;
            display: block;
            width: calc(100% - 40px);
            margin: 20px;
        }
    }

    .card-container3 {
        width: 100vw;
        box-sizing: border-box;
        display: block;
        padding-top: 0 !important;

        .holder2 {
            box-sizing: border-box;
            display: block;
            padding-top: 0 !important;
        }

        .card {
            box-sizing: border-box;
            display: block;
            width: calc(100% - 40px);
            margin: 20px;
        }

        .card2::before {
            width: 100% !important;
            padding-top: 100% !important;
        }

        .card3::before {
            width: 100% !important;
            padding-top: 100% !important;
        }
    }

    .contactus {
        border: 1px solid #E3E3E3;
        width: calc(100% - 40px);
        box-sizing: border-box;
        padding: 20px;
        display: block;
        border-radius: 8px;
        margin: 20px;

        .card2 {
            display: flex;
            justify-content: right;
        }
    }

    .footer {
        width: 100vw !important;
        display: block !important;
        box-sizing: border-box;
        padding-top: 20px !important;
        padding-bottom: 0px !important;

        img {
            width: 100px !important;
        }

        .contactinfo {
            display: block !important;
            /* Keep as block for stacking */
            width: 100%;
            /* Ensure it takes full width */
            padding-bottom: 40px;
            /* Add padding at the bottom */
            box-sizing: border-box;
            /* Include padding in width calculation */

            .infobox {
                margin: 20px;
                /* Adjust margin for spacing */
                padding-right: 0 !important;
                /* Remove right padding */
                flex: unset;
                /* Reset flex property */

                .icon {
                    justify-content: left;
                }

                .detail {
                    text-align: left;
                }
            }
        }

        .holder {
            display: flex !important;
            justify-content: left !important;
            padding-left: 20px;
        }

        .logo {
            .icon {
                margin-top: 20px;
                display: flex;
                /* Use flex for alignment */
                justify-content: space-between;
                align-items: center;
                /* Vertically align items */
                text-align: left;
                padding: 10px 20px;
                /* Adjust padding */
                box-sizing: border-box;
                background-color: #e7e7e7;
                color: #000000;
            }

            .banquan {
                /* No specific changes needed here based on previous context */
            }
        }
    }

    .title-container {
        width: calc(100vw - 40px);
        box-sizing: border-box;
        margin: 20px;

        div {
            width: calc(100% - 40px) !important;
            box-sizing: border-box;
        }
    }

    .nav-left {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        width: 100vw;
        box-sizing: border-box;
        position: fixed;
        z-index: 1002;
    }

    .body {
        width: 100vw;
        box-sizing: border-box;
        padding: 20px;

        .title {
            padding-top: 160px;
            text-align: left;
            line-height: 50px;
            font-size: 40px;
            font-weight: 400;
        }

        .content {
            padding-top: 20px;
            text-align: left;
            padding-left: 0;
            font-size: 16px;
            line-height: 24px;
        }
    }

    .menu-toggle {

        display: flex;
        /* Fixed position from top */
        z-index: 1003;
        padding: 4px;
        border-radius: 4px;
        /* Increased z-index to show above mobile-header */
    }

    .menu-toggle svg {
        fill: #ffffff;
    }


    /* Reset transform for non-active state */
    .menu-toggle svg {
        transform: rotate(0);
        transition: transform 0.3s ease;
    }

    .menu-toggle.active {
        svg {
            fill: #000 !important;
        }
    }

    .menu-toggle svg.fixed {
        fill: #000000 !important;
    }

    .menu-toggle span {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }


    .menu-items {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        padding: 100px 0 0;
        /* 调整上边距为固定值 */
        flex-direction: column;
        z-index: 1000;
        align-items: center;
        justify-content: flex-start;
        overflow-y: auto;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform: translateY(-100%);
        opacity: 0;
    }

    .menu-items::before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: white;
        z-index: 1001;
    }

    .menu-items.active {
        transform: translateY(0);
        opacity: 1;
    }

    .mobile-header {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 1rem 2rem;
        z-index: 1002;
        background: white;
    }

    .mobile-header.active {
        display: block;
    }

    .menu-items li {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .menu-items li:last-child {
        border-bottom: none;
    }

    .menu-items a {
        display: block;
        width: 100%;
    }

    .menu-items.active {
        display: flex;
    }

    .nav-right {
        display: none;
        position: fixed;
        bottom: 40px;
        left: 0;
        width: 100%;
        justify-content: center;
        z-index: 2001;
        background: white;
    }

    .nav-right.active {
        display: flex;
    }


    .lang-switch {
        padding: 10px 20px;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .menu-items a {
        color: #000000;
    }

    .lang-switch a {
        color: #000000;
    }


}


.footer {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #000000;

    .contactinfo {
        display: flex;
        flex-direction: row;
        /* 横排 */
        width: 70%;
        gap: 20px;
        /* Add gap between infoboxes */

        .infobox {
            flex: 1 1 0;
            /* 平均分配宽度 */
            padding-right: 20px;
            /* Add some padding between boxes */
            margin-bottom: 0;
            box-sizing: border-box;
        }

        .icon {
            display: flex;
            gap: 10px;
        }

        .detail {
            color: #6E6E6E;
            width: 100%;
        }

        .detail a {
            color: inherit;
            /* Inherit color from parent */
            text-decoration: none;
            /* Remove underline */
        }
    }

    .logo {
        display: flex;
        flex-direction: column;
        /* Stack items vertically */
        align-items: flex-end;
        /* Align items to the right */
        margin-top: -12px;
        width: 30%;
        /* Adjust width */

        .holder {
            text-align: right;
            width: 100%;
            /* Ensure holder takes full width of the logo container */
        }

        img {
            width: 160px !important;
            padding-bottom: 10px;
        }

        .icon {
            display: flex;
            justify-content: flex-end;
            /* Align icons to the right */
            gap: 30px;
            font-size: 12px;
            width: 100%;
            /* Ensure icon container takes full width */
            margin-top: auto;
            /* Push to the bottom */

            .banquan {
                color: #000;
                font-weight: 500;
                white-space: nowrap;
                /* Prevent wrapping */
            }

            .powerby {
                color: #6D6D6D;
                white-space: nowrap;
                /* Prevent wrapping */
            }
        }
    }
}

hr {
    border: 0;
    border-top: 1px solid #E4E4E4;

    /* 修改为你想要的颜色 */
    height: 1px !important;
    /* 设置为 1px，使其更细 */
}