@media (max-width: 575px) {
    .pc_content_header .left {
        display: none;
    }

    .pc_content_header .text {
        min-width: 100px !important;
    }

    .pc_content_header .right img {
        margin-right: -45px;
    }

    .pc_content_header .tel span {
        font-size: 14px !important;
        /* translateX(-40px) */
    }

    .pc_content {
        padding-top: 0px;
    }

    .pc_content_company {
        height: 113px;
    }

    .pc_content_company .title {
        padding-left: 10px;
        font-size: 14px;
        white-space: normal;
        line-height: 14px;
        margin: 5px 0;
    }

    .pc_content_company .desc {
        padding-left: 10px;
        font-size: 10px;
        line-height: 12px;
        white-space: normal;
        margin-bottom: 10px;
    }

    .pc_content_company_button {
        height: 25px;
    }

    .pc_content_company::before {
        background-size: 100% 100% !important;
    }



    .pc_content_acra {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pc_content_choose .pc_content_choose_container {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        row-gap: 30px;
    }

    .pc_content_corporate .image {
        width: 140px;
        height: 140px;
    }

    .pc_content_corporate .image span {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
    }

    .pc_content_corporate {
        margin-top: 20px;
    }

    .pc_content_corporate_container_grid {
        row-gap: 10px !important;
        justify-content: space-around !important;
    }


    .pc_content_corporate_container_grid .image {
        width: 180px;
        height: 180px;
    }

    .pc_content_accreditation_container {
        flex-direction: column;
        align-items: center;
    }

    .image_contactus h4 {
        font-size: 12px;
        margin-left: 10px;
        line-height: 12px;
    }

    .image_contactus_container .button {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 10px !important;
        white-space: nowrap;
        margin-right: 10px;
    }



    .image_contactus .image_contactus_container {
        left: 10px !important;
        right: 10px !important;
    }

    .image_contactus {
        padding: 0px 10px !important;
        margin-top: -40px !important;
    }

    .pc_content_background {
        height: 90px !important;
    }

    .pc_content_info2 .logo,
    .divider {
        display: none;
    }

    .pc_content_info {
        padding: 20px 10px 10px 10px !important;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .pc_content_header .left {
        display: none;
    }

    .pc_content {
        padding-top: 87px;
    }

    .pc_content_company {
        height: 222px;
    }

    .pc_content_company .title {
        padding-left: 10px;
        white-space: normal;
        margin: 10px 0;
    }

    .pc_content_company_button {
        margin-top: 10px;
        height: 40px;
    }

    .pc_content_acra {
        margin-bottom: 20px;
    }

    .pc_content_choose .pc_content_choose_container {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        row-gap: 30px;
    }



    .pc_content_corporate .image {
        width: 240px;
        height: 240px;
    }

    .pc_content_corporate .image span {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
    }

    .pc_content_corporate {
        margin-top: 20px;
        margin: 20px 10px 0px 10px;
    }

    .pc_content_accreditation_container .image img {
        width: 240px !important;
    }

    .image_contactus h4 {
        font-size: 18px;
        margin-left: 10px;
    }

    .pc_content_info2 .logo,
    .divider {
        display: none;
    }

    .pc_content_corporate_container_grid {
        row-gap: 10px !important;
        justify-content: space-around !important;
    }

}

@media (min-width: 992px) {
    .pc_content {
        padding-top: 136px;
    }

    .pc_content_company {
        height: 314px;
    }

    .pc_content_company .title {
        white-space: nowrap;
    }

    .pc_content_company_button {
        height: 40px;
    }

    .pc_content_choose .pc_content_choose_container {
        display: flex;
        justify-content: space-evenly;
    }

    .pc_content_corporate .image {
        width: 340px;
        height: 340px;
    }

    .pc_content_corporate .image span {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
    }

    .pc_content_corporate {
        margin-top: 50px;
    }
}


.pc_content {
    display: flex;
    width: 100%;
    /* height: 6463px; */
    margin: auto;
    flex-direction: column;
    align-items: center;
}

.pc_content_header {
    max-width: 1080px;
    top: 135px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.pc_content_header .left {
    position: relative;
}

.pc_content_header .left .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    height: 30px;

}

.pc_content_header .text {
    min-width: 300px;
    flex: 1;
    text-align: center;
    font-weight: 700;
}

.pc_content_header .right {
    position: relative;
}

.pc_content_header .right img {
    transform: scaleX(-1);
}

.pc_content_header .right .tel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    border: 2px solid black;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 700;
    /* height: 50px; */
}

.pc_content_company {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 自定义宽度 */
}

.pc_content_company::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/index/2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pc_content_company .title {
    color: white;
}

.pc_content_company .desc {
    font-size: 14px;
    color: white;
}

.pc_content_company_button {
    display: flex;
    width: 250px;
    background-color: #d56962;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}



.pc_content_acra {
    width: 100%;
    max-width: 1936px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pc_content_acra .title {
    max-width: 720px;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
}

.pc_content_acra .desc {
    margin-top: 30px;
    max-width: 1280px;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
}

/*  #ebe4dc */

.pc_content_choose {
    display: flex;
    width: 100%;
    max-width: 1936px;
    background-color: #ebe4dc;
    flex-direction: column;
    align-items: center;
}

.pc_content_choose h3 {
    margin-top: 50px;
    color: black;
}

.pc_content_choose .pc_content_choose_container {
    margin-top: 70px;
    width: 100%;
    max-width: 1080px;
    margin-bottom: 50px;
}

.pc_content_choose_container div {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    height: 160px;
    width: 160px;
    align-items: center;
    border: 1px solid black;
    border-radius: 15px;
    padding-top: 20px;
}

.pc_content_choose img {
    width: 80px;

}

.pc_content_choose span {
    line-height: 18px;
    max-width: 160px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.pc_content_corporate {
    width: 100%;
    max-width: 1080px;
}

.pc_content_corporate h5,
h4 {
    color: black;
}

.pc_content_corporate .pc_content_corporate_container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.pc_content_corporate .image {
    position: relative;
    display: flex;
    align-items: center;
}

.pc_content_corporate .image img {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url('../image/index/13.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pc_content_corporate .image span {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 10px;
}



.pc_content_corporate_container_grid {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
}



.pc_content_corporate h3 {
    width: 100%;
    color: black;
    /* text-align: center; */
    /* line-height: 22px; */
}

.pc_content_corporate .image13::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/index/13.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pc_content_corporate .image14::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/index/14.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pc_content_corporate .image15::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/index/15.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pc_content_accreditation {
    margin-top: 100px;
    width: 100%;
    max-width: 1080px;
}

.pc_content_accreditation h3 {
    width: 100%;
    color: black;
    text-align: center;
}

.pc_content_accreditation_container {
    display: flex;
    justify-content: space-around;
}

.pc_content_accreditation_container .image {
    width: 320px;
    height: 380px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.pc_content_accreditation_container .image span {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    /* 垂直居中 */
}

.pc_content_accreditation_container .image img {
    width: 320px;
}

.pc_content_background {
    width: 100%;
    background-color: black;
    height: 140px;
}


.pc_content_touch {
    display: flex;
    width: 100%;
    background-color: #ebe4dc;
    flex-direction: column;
    align-items: center;
}

.pc_content_touch_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.image_contactus {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-top: -80px;
    padding-left: 50px;
    padding-right: 50px;
}


.image_contactus .image {
    width: 100%;
    height: auto;
}

.image_contactus h4 {
    color: white
}

.image_contactus .image_contactus_container {
    position: absolute;
    left: 50px;
    top: 0px;
    right: 50px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


.image_contactus_container .button {
    padding: 10px 20px;
    background-color: #e4a442;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.image_contactus_container .button img {
    margin-left: 5px;
    width: 15px;
}


.pc_content_info {
    display: flex;
    width: 100%;
    max-width: 1080px;
    padding: 100px 100px 10px 100px;
    align-items: center;
    flex-direction: column;
}

.pc_content_info2 {
    display: flex;
    width: 100%;
    height: 242px;
    max-width: 1080px;
    align-items: center;
}



.pc_content_info2 .divider {
    height: 100%;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 2px;
    border: 2px solid #6e685f;
}


.pc_content_info .divider_h {
    width: 100%;
    max-width: 1080px;
    border-radius: 2px;
    margin-top: 20px;
    border: 1px solid #6e685f;
}

.pc_content_info2 .touch div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.pc_content_info2 .touch div span {
    margin-left: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.pc_content_info2 .touch h3 {
    margin: 0;
    color: black;
    margin-bottom: 20px;
}

.pc_content_info2 .touch img {
    width: 35px;
    height: 35px;
}


.pc_content_info .version {
    font-size: 14px;
    margin-top: 5px;
    color: #4f4c44;
    font-weight: 600;
}