.top-container {
    display: flex;
    align-items: center;
    background-color: #009C70;
    padding-left: 32px;
    .logo img {
        width: 128px;
    }
    .menu {
        margin-left: 106px;
        display: flex;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        line-height: 3.8;
        .active {
            background-color: #fff !important;
            .nav-link {
                color: #009C70 !important;
            }
        }
        .item {
            padding: 0 20px;
            cursor: pointer;
            .nav-link {
                color: #fff;
            }
            .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
                color: #fff;
            }

            .nav-link.disabled {
                color: #fff;
            }
        }
    }
}
.banner-container {
    width: 100%;
    height: 1019px;
    background-image: url(../images/banner_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-left: 193px;
    padding-top: 195px;
    /* display: flex; */
    .stand-out {
        .slogan {
            .title {
                font-weight: bold;
                font-size: 81px;
                color: #009C70;
                line-height: 79px;
            }
            .subhead {
                font-size: 40px;
                color: #000;
                line-height: 1.4;
            }
        }
        .lang {
            position: absolute;
            top: 224px;
            right: 70px;
            .item {
                width: 33px;
                height: 33px;
                border-radius: 50%;
                background-color: #fff;
                color: #000;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 16px;
            }
            .active {
                background-color: #EA5205;
                color: #fff;
            }
        }
    }
    .qr-container {
        margin-top: 222px;
        display: flex;
        .qr img {
            width: 125px;
        }
        .desc {
            width: 400px;
            padding: 26px 60px;
            background-color: rgba(0, 156, 112, 0.7);
            font-weight: 400;
            font-size: 23px;
            color: #FFFFFF;
        }
    }
}
.organic-container {
    margin-left: 190px;
    display: flex;
    margin-top: -50px;
    .title {
        font-weight: 400;
        font-size: 28px;
        color: #000000;
        line-height: 39px;
        border-bottom: 9px solid #009C70;
        margin-right: 90px;
        padding-top: 100px;
        .item {
            width: 100px;
        }
    }
    .content-container {
        background-color: #009C70;
        height: 238px;
        display: flex;
        .left img{
            width: 400px;
        }
        .right {
            /* padding: 90px 180px 70px 20px; */
            .title {
                
                font-weight: 600;
                font-size: 29px;
                color: #fff;
                line-height: 41px;
            }
            .content {
                font-weight: 400;
                font-size: 15px;
                color: #FFFFFF;
                line-height: 27px;
                padding-right: 40px;
            }
        }
    }
}

.shopping-container {
    margin: 114px 190px;
    display: flex;
    justify-content: space-between;
    .item {
        img {
            width: 353px;
        }
        .title {
            height: 93px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 400;
            font-size: 21px;
            color: #231815;
            line-height: 19px;
        }
    }
}
.about-container {
    .lv1 {
        display: flex;
        .lv1-1 {
            width: 1458px;
            height: 152px;
            background-color: #009C70;
        }
        .lv1-2 img{
            width: 171px;
            margin-left: 14px;
        }
    }
    .lv2 {
        display: flex;
        .lv2-1 {
            width: 938px;
            height: 671px;
            background-color: #009C70;
            padding: 0 188px 143px 207px;
            .title {
                font-weight: 600;
                font-size: 62px;
                color: #FFFFFF;
                line-height: 77px;
                padding-top: 100PX;
            }
            .title::before {
                content: "";
                position: absolute;
                /* top: 0;
                left: 0; */
                margin-top: -75px;
                width: 81px;
                height: 7px;
                background-color: #fff;
                /* border-radius: 3px; */
            }
            .desc {
                padding-top: 103PX;
                font-weight: 400;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 42px;
            }
        }
        .lv2-2 img{
            width: 981px;
        }
    }
    .lv3 {
        display: flex;
        .lv3-1 {
            width: 710px;
            height: 523px;
            background-color: #4E727F;
        }
        .lv3-2 img{
            width: 743px;
        }
        .lv3-3 {
            height: 523px;
            background-color: #4E727F;
            padding: 135px 84px 120px 110px;
            font-weight: 400;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 42px;
        }
    }
}

.contact-container {
    display: flex;
    margin: 170px 167px 120px 163px;
    .left {
        .item {
            display: flex;
            justify-content:start;
            align-items: center;
            padding: 16px 0;
            img {
                width: 21px;
            }
            .content {
                width: 504px;
                margin-left: 16px;
                font-weight: 400;
                font-size: 23px;
                color: #656A68;
                line-height: 35px;
            }
        }
        .title {
            font-weight: 500;
            font-size: 62px;
            color: #656A68;
            line-height: 77px;
            padding-bottom: 60px;
        }
    }
    .right {
        margin-left: 230px;
        img {
            width: 965px;
        }
    }
}

.foot-container {
    background-color: #009C70;
    padding: 94px 196px;
    .lv1 {
        padding-bottom: 50px;
        display: flex;
        justify-content: space-around;
        .item {
            width: 33%;
            display: flex;
            img {
                width: 112px;
                height: 112px;
            }
            .content {
                margin-left: 20px;
                font-weight: 400;
                font-size: 23px;
                color: #FFFFFF;
                line-height: 48px;
            }
        }
    }
    .lv2 {
        display: flex;
        justify-content: space-around;
        font-weight: 400;
        font-size: 23px;
        color: #FFFFFF;
        line-height: 48px;
    }
}

.ab-head-container {
    height: 782px;
    background-image: url(../images/about_10.png);
    background-repeat: no-repeat;
    background-size: 100%;
    .title {
        padding-top: 469px;
        padding-left: 220px;

        font-weight: 400;
        font-size: 108px;
        color: #FFFFFF;
        line-height: 121px;
    }
}

.ab-structure-container {
    background-color: #fff;
    padding: 128px 196px 146px 220px;
    display: flex;
    .left {
        margin-right: 100px;
        .title {
            font-weight: 400;
            font-size: 67px;
            color: #009C70;
            line-height: 76px;
        }
        .title::before {
            content: "";
            position: absolute;
            /* top: 0;
            left: 0; */
            margin-top: -50px;
            width: 81px;
            height: 7px;
            background-color: #009C70;
            /* border-radius: 3px; */
        }
        .content {
            margin-top: 95px;
            width: 573px;
            font-weight: 400;
            font-size: 20px;
            color: #656A68;
            line-height: 42px;
        }
    }
    .right {
        padding-top: 10px;
        img {
            width: 826px;
        }
    }
}
.ab-institutions-contianer {
    background-color: #E4EEF3;
    padding: 126px 196px 200px 220px;
    .title {
        font-weight: 400;
        font-size: 67px;
        color: #009C70;
        line-height: 76px;
    }
    .secretariat-contianer {
        margin-top: 70px;
        display: flex;
        margin-bottom: 16px;
        .left img {
            width: 586px;
        }
        .right {
            background-color: #009C70;
            padding: 50px 40px;
            .title-0 {
                font-weight: 500;
                font-size: 38px;
                color: #FFFFFF;
                line-height: 50px;
            }
            .content {
                margin-top: 74px;
                font-weight: 400;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 42px;
            }
        }
    }
    .list {
        display: flex;
        width: 1490px;
        flex-wrap: wrap;
        .item {
            margin-top: 10px;
            img {
                width: 741px;
                height: 384px;
            }
            .title {
                background-color: rgba(0, 0, 0, 0.5);
                font-weight: 500;
                font-size: 28px;
                color: #FFFFFF;
                line-height: 37px;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                margin-top: -80px;
                z-index: 9;
            }
        }
        .item:nth-child(odd) {
            margin-right: 8px;
        }
    }
}
.sh-header-container {
    background-image: url(../images/shopping_header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 550px 0 0 174px;
    .logo-container {
        background-color: RGBA(0, 156, 112, 0.7);
        padding: 83px 0 64px 53px;
        width: 526px;
        display: flex;
        .logo {
            width: 94px;
        }
        .title {
            margin-left: 14px;
            font-weight: bold;
            font-size: 31px;
            color: #FFFFFF;
            line-height: 28px;
        }
    }
}
.sh-header-content {
    width: 527px;
    background-color: #009C70;
    margin-left: 174px;
    padding: 75px 60px;

    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 42px;
    
}

.sh-list-container {
    padding: 109px 174px;
    display: flex;
    .left img{
        width: 527px;
    }
    .right {
        .lv1, .lv2 {
            display: flex;
            margin-left: 16px;
        }
        .lv1 {
            .lv1-1 {
                width: 397px;
            }
            .lv1-2 {
                width: 578px;
                margin-left: 16px;
            }
        }
        .lv2 {
            margin-top: 16px;
            .lv2-1 {
                width: 690px;
            }
            .lv2-2 {
                width: 284px;
                margin-left: 16px;
            }
        }
    }
}

/* 遮罩层 */
.sh-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 204, 113, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: white;
    text-align: center;
}

.sh-product-card {
    position: relative;
    /* height: 380px; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.sh-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sh-product-card:hover .sh-product-image {
    transform: scale(1.05);
}

.sh-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.sh-product-card:hover .sh-overlay {
    opacity: 1;
}

.sh-overlay h3 {
    text-align: start;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sh-overlay p {
    text-align: start;
    font-size: 1.1rem;
    margin-bottom: 20px;
    max-width: 90%;
    line-height: 1.7;
}
.cl-header-container {
    background-image: url(../images/cl_header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 550px 0 0 174px;
    .logo-container {
        background-color: RGBA(0, 156, 112, 0.7);
        padding: 53px 0 64px 53px;
        width: 1058px;
        display: flex;

        position: relative;
        top: 20px;
        .left {
            display: flex;
            .logo {
                width: 113px;
                height: 75px;
            }
            .title {
                margin-left: 14px;
                font-weight: bold;
                font-size: 35px;
                color: #FFFFFF;
                line-height: 32px;
            }
        }
        .right {
            margin-left: 160px;
            display: flex;
            .logo {
                width: 90px;
            }
            .title {
                padding-top: 12px;
                margin-left: 14px;
                font-weight: 400;
                font-size: 21px;
                color: #FFFFFF;
                line-height: 31px;
            }
        }
        
    }
}
.cl-desc-container {
    margin: 180px 176px 0 176px;
    .lv1 {
        display: flex;
        .left {
            width: 700px;
            .title {
                font-weight: 400;
                font-size: 67px;
                color: #009C70;
                line-height: 76px;
            }
            .title::before {
                content: "";
                position: absolute;
                margin-top: -50px;
                width: 81px;
                height: 7px;
                background-color: #009C70;
            }
            .title::after {
                content: "";
                position: absolute;
                margin-top: -75px;
                margin-left: 330px;
                width: 16px;
                height: 187px;
                background-color: #009C70;
            }
            .content {
                margin-top: 92px;
                font-weight: 400;
                font-size: 43px;
                color: #3E3A39;
                line-height: 66px;
            }
        }
        .right img {
            width: 880px;
        }
    }
}
.cl-blue-container {
    background-color: #E4EEF3;
    padding: 0 160px 212px 176px;
    .middle {
        .lv1 {
            width: 676px;
            height: 194px;
            background-color: #009C70;
            img {
                margin: 13px;
                width: 170px;
            }
        }
        .lv2 {
            display: flex;
            .item1 {
                width: 200px;
                height: 350px;
                background-color: #009C70;
            }
            .item2 img{
                width: 672px;
            }
            .item3 {
                margin: 338px 0 0 239px;
                .content {
                    font-weight: 400;
                    font-size: 20px;
                    color: #656A68;
                    line-height: 42px;
                }
            }
        }
    }
    .list-container {
        display: flex;
        margin: 212px 0 0 0;
        .left {
            .row-1 {
                display: flex;
                .item1 {
                    img {
                        width: 594px;
                    }
                }
                .item2 {
                    margin-left: 18px;
                    img {
                        width: 428px;
                    }
                }
            }
            .row-2 {
                margin-top: 18px;
                img {
                    width: 1045px;
                }
            }
        }
        .right {
            margin-left: 18px;
            img {
                width: 509px;
            }
        }
    }
}

.ca-header-container {
    background-image: url(../images/ca_header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    .font {
        padding: 476px 0 160px 184px;
        .title {
            font-weight: bold;
            font-size: 46px;
            color: #FFFFFF;
            line-height: 28px;
        }
        .desc {
            margin-top: 28px;
            font-weight: 400;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 42px;
        }
    }
}
.ca-meeting-container {
    .header {
        margin: 91px 182px 60px 185px;
        display: flex;
        justify-content: space-between;
        .left {
            padding-top: 80px;
            .date {
                display: flex;
                align-items: center;
                img {
                    margin-top: 4px;
                    width: 24px;
                    height: 24px;
                }
                .font {
                    margin-left: 18px;
                    font-weight: 500;
                    font-size: 36px;
                    color: #3E3A39;
                    line-height: 39px;
                }
            }
            .address {
                display: flex;
                margin-top: 50px;
                img {
                    width: 20px;
                    height: 27px;
                }
                .font {
                    margin-left: 18px;
                    font-weight: 500;
                    font-size: 21px;
                    color: #3E3A39;
                    line-height: 37px;
                }
            }
        }
        .right {
            img {
                width: 500px;
            }
        }
    }
    .content {
        .show {
            padding: 0 182px;
            position: relative;
            margin-bottom: -340px;
            img {
                width: 1553px;
            }
        }
        .main-container{
            background-color: #E4EEF3;
            padding: 460px 182px 90px 182px;
            display: flex;
            justify-content: space-between;
            .left {
                width: 918px;
                font-weight: 400;
                font-size: 20px;
                color: #656A68;
                line-height: 42px;
            }
            .right {
                img {
                    width: 520px;
                }
            }
        }
    }
    .scope {
        margin: 90px 182px;
        .title {
            text-align: center;
            font-weight: 400;
            font-size: 43px;
            color: #009C70;
            line-height: 49px;
        }
        .class-container {
            margin-top: 66px;
            display: flex;
            justify-content: space-between;
            .item {
                img {
                    width: 505px;
                    height: 300px;
                }
                .content {
                    width: 505px;
                    height: 200px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #009C70;
                    font-weight: 500;
                    font-size: 28px;
                    color: #FFFFFF;
                    line-height: 37px;
                }
            }
        }
    }
    .map {
        padding: 0 180px;
        font-weight: 500;
        font-size: 36px;
        color: #3E3A39;
        line-height: 49px;
        padding-top: 30px;
        .title {
            text-align: center;
            font-weight: 500;
            font-size: 36px;
            color: #3E3A39;
            line-height: 49px;
        }
        .map-img {
            margin-top: 78px;
            width: 1553px;
        }
        .desc {
            padding: 0 60px;
            width: 1553px;
            height: 192px;
            background-color: #009C70;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 150px;
            .left {
                .lv1 {
                    font-weight: 500;
                    font-size: 28px;
                    color: #FFFFFF;
                    line-height: 37px;
                }
                .lv2 {
                    font-size: 22px;
                    color: #FFFFFF;
                    line-height: 37px;
                }
            }
            .right {
                font-weight: 400;
                font-size: 21px;
                color: #FFFFFF;
                line-height: 33px;
            }
        }
    }
}

.co-contact-container {
    padding: 165px 0 158px 144px;
    .lv1 {
        display: flex;
        .left {
            width: 497px;
            height: 612px;
            /* align-items: ; */
            .title {
                padding-top: 75px;
                font-weight: 400;
                font-size: 67px;
                color: #009C70;
                line-height: 76px;
            }
            .title::before {
                content: "";
                position: absolute;
                /* top: 0;
                left: 0; */
                margin-top: -75px;
                width: 81px;
                height: 7px;
                background-color: #009C70;
                /* border-radius: 3px; */
            }
            .ornamental{
                margin-top: 245px;
                text-align: right;
                img {
                    width: 170px;
                }
            } 
        }
    }
    .lv2 {
        display: flex;
        .left {
            background-color: #009C70;
            width: 482px;
            height: 241px;
            padding: 80px 60px 68px 67px;
            display: flex;
            img {
                width: 93px;
            }
            .content {
                margin-left: 34px;
                margin-top: 20px;
                font-weight: 400;
                font-size: 19px;
                color: #FFFFFF;
                line-height: 22px;
            }
        }
        .right {
            width: 1000px;
            margin-left: 129px;
            margin-top: 30px;
            .item {
                display: flex;
                margin-top: 18px;
                .font {
                    margin-left: 13px;
                    font-weight: 400;
                    font-size: 21px;
                    color: #656A68;
                    line-height: 33px;
                }
            }
            .address img{
                margin-top: 10px;
                width: 21px;
                height: 28px;
            }
            .phone img{
                width: 19px;
                height: 32px;
            }
            .email img{
                margin-top: 10px;
                width: 27px;
                height: 18px;
            }
        }
    }
}
.co-map-container {
    margin: 0 146px 188px;
    .title {
        font-weight: 400;
        font-size: 67px;
        color: #009C70;
        line-height: 76px;
    }
    img {
        margin-top: 54px;
        width: 1628px;
    }
}