.gsjj_ma {
    padding: 6.25vw 0;
}

.zhuti {
    background: url(../images/abbg2.png) no-repeat;
}

.gsjj_ma .content {
    display: flex;
    justify-content: center;
}

.jj_1 {
    width: 33.54167vw;
    margin-right: 3.4375vw;
}

.jj_1 h1 {
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.25vw;
    letter-spacing: .05208vw;
    color: #010101;
}

.jj_1 h2 {
    font-size: .83333vw;
    line-height: 1.5625vw;
    letter-spacing: .05208vw;
    margin-top: 1.5625vw;
    color: #000000;
}

@media screen and (max-width:1200px) {
    .gsjj_ma .content {
        flex-direction: column;
    }

    .jj_1 {
        width: 100%;
        margin-right: 0;
    }

    .jj_1 h1 {
        font-size: 20px;
        text-align: center;
        line-height: normal;
    }

    .jj_1 h2 {
        font-size: 14px;
        line-height: 28px;
        margin: 4% 0;
    }
}