.jr_intro .container {
    width: 100%;
}

.jr_intro .container .row {
    position: relative;
    background: url(../../images/webimg/introduce_banner.png) no-repeat center center;
    height: 320px;
    background-size: 100% 100%;
}

.gs_introduce .container .row {
    padding: 5.2% 0 8.4% 0;
    position: relative;
    height: 836px;
}

.gs_introduce .container .row .intro_name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 24.8%; */
    height: 3%;
    font-size: 26px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(17, 17, 17, 1);
}

.gs_introduce .container .row .intro_load {
    position: absolute;
    width: 84%;
    height: 19%;
    font-size: 18px;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(17, 17, 17, 1);
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
}

.gs_introduce .container .row .intro_eng {
    position: absolute;
    text-align: center;
    width: 115%;
    height: 186px;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(136, 136, 136, 1);
    top: 34%;
    left: 52%;
    transform: translateX(-50%);
}

.gs_introduce .container .row .intro_logo {
    position: absolute;
    left: 50%;
    width: 14%;
    height: 19%;
    transform: translateX(-50%);
    background: url(../../images/webimg/introduce_img_logo.png) no-repeat center center;
    top: 63%;
    background-size: 100% 100%;
}

.gs_introduce1 .container .row {
    position: relative;
    height: 1150px;
}

.gs_introduce1 .container .row .intro1_name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width:49%; */
    height: 2.8%;
    font-size: 30px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(17, 17, 17, 1);
    top: 3.1%;
}

@media screen and (max-width: 660px) and (min-width: 220px) {
    .gs_introduce1 .container .row .intro1_name {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /* width:49%; */
        height: 2.8%;
        font-size: 14px;
        font-family: PingFang-SC-Bold;
        font-weight: bold;
        color: rgba(17, 17, 17, 1);
        top: 3%;
    }
}

.gs_introduce1 .container .row .intro1_load {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 91%;
    height: 32%;
    font-size: 22px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
}

.gs_introduce1 .container .row .intro1_eng {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 614px;
    font-size: 20px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(136, 136, 136, 1);
    text-align: center;
}

@media screen and (max-width: 660px) and (min-width: 220px) {
    .gs_introduce1 .container .row .intro1_load {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 91%;
        height: 32%;
        font-size: 15px;
        font-family: SourceHanSansCN-Regular;
        font-weight: 400;
        color: rgba(17, 17, 17, 1);
    }

    .gs_introduce1 .container .row .intro1_eng {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 614px;
        font-size: 12px;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: rgba(136, 136, 136, 1);
        text-align: center;
    }
}
