.about_company .company{
    width: 100%;
    background: url(../../../../../../upload/default/20251105/55a8510031a28c145e81c43b91c57173_1920.webp);
    height: 100.8rem;
    background-size: cover;
    background-repeat: round;
    position: relative;
}
.about_company .company::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0) 100%);
    pointer-events: none; /* 确保蒙层不会阻挡交互 */
}
.about_company .company-container{
    z-index: 999;
    position: relative;
    padding-left: 12.2rem;
    padding-top: 7rem;
    padding-right: 12.2rem;
}
.about_company .company .company-left,  .about_company .company.company-right{
    width: 46% !important;
}
.about_company .company  .company-left .title{
    font-family:'452';
    font-weight: normal;
    font-size: 10.43rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 1;
}
.about_company .company .company-left .des{
    width: 67.4rem;
    font-family: 'MyriadPro-Regula';
    font-weight: 400;
    font-size: 1.9rem;
    color: #606060;
    line-height: 4.42rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 11rem;
}

.about_company .company .company-right .des{
    width: 89.6rem;
    font-family: 'MyriadPro-Regula';
    font-weight: 400;
    font-size: 1.9rem;
    color: #606060;
    line-height: 4.42rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 0rem;
}
.about_company .company .company-right img{
    /*height: 6.7rem;*/
    width: 33.9rem;
    margin-right: auto;
    margin-left:0rem;
}
.about_company .company .company-right{
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .about_company .company {
        min-height: 100vh;
        height: auto;
        margin-top: 17rem;
        padding-bottom: 13rem;
    }
    .about_company .company-container {
        flex-direction: column;
    }
    .about_company .company .company-left .title {
        font-size: 15rem;
    }
    .about_company .company .company-left .des, .about_company .company .company-right .des {
        font-size: 8rem;
        line-height: 16rem;
        width: auto;
    }
    .about_company .company .company-right {
        margin-top: 32rem;
    }
    .about_company .company .company-right img {
        width: 71rem;
        height: auto;
    }

    .about_company .company::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.8) 97%, rgba(255, 255, 255, 0.9) 100%)
    }
}