.ChooseUs {
    width: 100%;
    background: #ffffff;
    padding: 5.3rem 0 10.625rem;
    overflow: hidden;
}

.ChooseUs .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
    text-align: center;
}

.ChooseUs .desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #0b0500;
    font-family: "Poppins_Medium";
    text-align: center;
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 2.5rem;
}

.ChooseUs .ChooseUs_bom {
    margin-top: 4.5rem;
}

.ChooseUs .ChooseUs_bom ul {
    width: 100%;
    position: relative;
}

.ChooseUs .ChooseUs_bom ul::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ChooseUs .ChooseUs_bom ul li {
    position: relative;
    width: 100%;
}

.ChooseUs .ChooseUs_bom ul li::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    background: #c7c7c7;
}

.ChooseUs_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ChooseUs_item .ChooseUs_prc {
    width: 50%;
    padding: 1.25rem;
    padding-bottom: 1.5625rem;
    padding-left: 0;
    border-right: 1px solid #c7c7c7;
}

.ChooseUs_item .ChooseUs_prc img {
    display: block;
    width: 100%;
}

.ChooseUs_item .ChooseUs_zi {
    width: 50%;
    padding: 1.25rem;
    padding-left: 3.625rem;
    padding-right: 3.125rem;
}

.ChooseUs_item .ChooseUs_zi .tit {
    font-size: 2.25rem;
    line-height: 3rem;
    font-family: "Ebrima_Bold";
    color: #0b0500;
    margin-top: 1.75rem;
}

.ChooseUs_item .ChooseUs_zi .text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins_Medium";
    color: #0b0500;
    margin-top: 2.5rem;
}

.ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item {
    flex-direction: row-reverse;
}

.ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item .ChooseUs_prc {
    padding-right: 0;
    padding-left: 1.25rem;
    border: none;
}

.ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item .ChooseUs_zi {
    border-right: 1px solid #c7c7c7;
    padding-left: 0;
    padding-right: 5.625rem;
}

@media (max-width: 1400px) {
    .ChooseUs {
        padding: 3.3rem 0 7.625rem;
    }

    .ChooseUs .title {
        font-size: 2.5rem;
    }

    .ChooseUs .desc {
        margin-top: 1.5rem;
    }

    .ChooseUs .ChooseUs_bom {
        margin-top: 2.5rem;
    }

    .ChooseUs_item .ChooseUs_zi {
        padding-left: 2rem;
        padding-right: 1.125rem;
    }

    .ChooseUs_item .ChooseUs_zi .tit {
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 0;
    }

    .ChooseUs_item .ChooseUs_zi .text {
        line-height: 1.5;
        margin-top: 1.5rem;
    }

    .ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item .ChooseUs_zi {
        padding-right: 2.625rem;
    }
}

@media (max-width: 1200px) {
    .ChooseUs {
        padding: 2.3rem 0 5.625rem;
    }

    .ChooseUs .title {
        font-size: 2.25rem;
    }

    .ChooseUs .desc {
        margin-top: 1rem;
    }

    .ChooseUs_item .ChooseUs_zi .tit {
        font-size: 1.75rem;
    }

    .ChooseUs_item .ChooseUs_zi .text {
        margin-top: 1.2rem;
    }
}

@media (max-width: 1099px) {
    .ChooseUs .title {
        font-size: 2rem;
    }

    .ChooseUs {
        padding: 2rem 0 4rem;
    }

    .ChooseUs_item .ChooseUs_prc {
        padding: 1rem;
    }

    .ChooseUs_item .ChooseUs_zi {
        padding: 1rem;
    }

    .ChooseUs_item .ChooseUs_zi .tit {
        font-size: 1.5rem;
    }

    .ChooseUs_item .ChooseUs_zi .text {
        margin-top: 1rem;
    }
}

@media (max-width: 960px) {
    .ChooseUs .ChooseUs_bom {
        margin-top: 1.5rem;
    }

    .ChooseUs_item {
        flex-direction: column;
        padding: 1rem 0;
    }

    .ChooseUs_item .ChooseUs_prc {
        width: 100%;
        padding: 0;
    }

    .ChooseUs_item .ChooseUs_zi {
        padding: 0;
        padding-top: 1rem;
        width: 100%;
    }

    .ChooseUs_item .ChooseUs_prc img {
        object-fit: cover;
        max-height: 18.75rem;
    }

    .ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item .ChooseUs_prc {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .ChooseUs .title {
        font-size: 1.5rem;
    }

    .ChooseUs .desc {
        margin-top: .5rem;
        font-size: .875rem;
    }

    .ChooseUs_item .ChooseUs_zi .tit {
        font-size: 1.25rem;
    }

    .ChooseUs_item .ChooseUs_zi .text {
        font-size: .875rem;
        margin-top: .75rem;
    }

    .ChooseUs {
        padding: 2rem 0 2rem;
    }

    .ChooseUs .ChooseUs_bom ul li:nth-child(2n) .ChooseUs_item .ChooseUs_zi {
        padding-right: 0;
        border-right: none;
    }
}