.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;
}

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

.about-us .text {
    width: 0;
    flex-grow: 1;
    line-height: 28px;
}

.about-us img {
    width: 600px;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    margin-left: 24px;
}

.product .info-items-g {
    grid-template-columns: repeat(3, 1fr);
}

.advance .the-width-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.advance .item {
    height: 240px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0 40px;
    background-size: cover;
}

.advance .item:nth-child(1) {
    background: url("../images/company-intro/advance-efficiency.png");
}

.advance .item:nth-child(2) {
    background: url("../images/company-intro/advance-safe.png");
}

.advance .item:nth-child(3) {
    background: url("../images/company-intro/advance-trust.png");
}

.advance .title {
    font-size: 24px;
    font-weight: 600;
}

.advance .desc {
    line-height: 28px;
    margin-top: 24px;
}