section.img > div {
    position: relative;
    width: 100%;
    z-index: -1;
}

    section.img > div > div {
        position: absolute;
        z-index: 10;
        width: 100%;
        text-align: center;
        padding: 0 15%;
        top: 46%;
        color: #fff;
        font-size: 4vw;
    }

    section.img > div > img {
        position: relative;
        width: 100%;
    }

    section.img > div > div h2 {
        font-size: 3vw;
    }

.container {
    padding-top: 20px;
    padding-bottom: 45px;
    line-height: 2;
}

    .container .indent {
        text-indent: 36px;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none; /* ±ê×¼Óï·¨ */
    }
    .container .about-title {
        color: #39b9fb !important;
    }

.honor {
    font-size: 0;
}

    .honor img {
        width: calc(100% / 6);
        padding: 1vw;
    }

.container_title {
    font-size: 27px;
}

@media screen and (min-width: 991px) {
    .logos div h1 {
        font-size: 5vw !important;
    }

    section.img > div > div h2 {
        font-size: 40px !important;
    }
}

.gs_title {
    line-height: 80px;
    text-indent: 27px;
}

.gs_paragraph {
    margin-top: 30px;
}
