    /* -------- 可持续发展 - KeChiXu - 可持续发展 - KeChiXu - 可持续发展 - KeChiXu - 可持续发展 - KeChiXu ---------- */

    .KeChiXu_Box {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 90px;
    }

    .KeChiXu_Box .item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .KeChiXu_Box .img {
        width: 55%;
        border-radius: 20px;
        overflow: hidden;
    }


    .KeChiXu_Box .text {
        width: 45%;
        padding-left: 120px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-end;
    }

    .KeChiXu_Box .text * {
        text-align: right;
    }

    .KeChiXu_Box .text img {
        width: 70px;
        margin-bottom: 30px;
    }

    .KeChiXu_Box h1 {
        font-weight: 700;
        font-size: 28px;
        color: #515E5E;
        margin-bottom: 10px;
    }

    .KeChiXu_Box h2 {
        font-weight: 700;
        font-size: 32px;
        color: #515E5E;
    }

    .KeChiXu_Box h2 b {
        color: var(--color);
    }

    .KeChiXu_Box span {
        width: 175px;
        height: 1px;
        background: #D9D9D9;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .KeChiXu_Box h3 {
        font-size: 14px;
        color: #757575;
    }

    .KeChiXu_Box .item:nth-child(2n) {
        display: flex;
        flex-direction: row-reverse;
    }

    .KeChiXu_Box .item:nth-child(2n) .text {
        padding-left: 0px;
        padding-right: 120px;
        align-items: flex-start;
    }

    .KeChiXu_Box .item:nth-child(2n) .text * {
        text-align: left;
    }


    @media (max-width: 1200px) {
        .KeChiXu_Box .item {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .KeChiXu_Box .text {
            padding-left: 30px;
        }

        .KeChiXu_Box .item:nth-child(2n) .text {
            padding-right: 30px;
        }

        .KeChiXu_Box .text img {
            width: 45px;
            margin-bottom: 30px;
        }

        .KeChiXu_Box h1 {
            font-size: 18px;
        }

        .KeChiXu_Box h2 {
            font-size: 24px;
        }

        .KeChiXu_Box span {
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }

    @media (max-width:720px) {
        .KeChiXu_Box .img {
            width: 100%;
            border-radius: 10px;
        }

        .KeChiXu_Box .text {
            width: 100%;
            padding: 0 !important;
            display: flex;
            flex-direction: column;
            align-items: center !important;
            margin-top: 30px;
        }

        .KeChiXu_Box .item .text * {
            text-align: center !important;
        }
    }

    @media (max-width:460px) {}

    @media (max-width:380px) {}