.banner-g {
    background: #131E3F url(../images/company-intro/banner.jpg) no-repeat center center;
}

.banner-g .banner-content-g {
    align-items: center;
}

.page-radio {
    text-align: center;
    margin-top: 64px;
}

.contact-us .the-width-g {
    display: flex;
    align-items: center;
}

.contact-us .left {
    width: 0;
    flex-grow: 1;
}

.contact-us .row {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 28px;
}

.contact-us .row + .row {
    margin-top: 24px;
}

.contact-us .row img {
    width: 18px;
    margin-top: 5px;
}

.contact-us .row .label {
    margin: 0 0 0 20px;
    color: #666666;
    width: 120px;
}

.contact-us .row .value {
    width: 0;
    flex-grow: 1;
}

.contact-us .row .yzm-icon-copy {
    font-size: 18px;
}

.contact-us .right-img {
    width: 500px;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}