.inner {}

.inner-title {
    padding: 0 0 10px 0;
    font: bold 16px/30px "微软雅黑";
    color: #000;
    text-align: center;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .common-main {
        position: relative;
    }

    .about-fy {
        position: absolute;
        right: -30px;
        top: 50%;
    }

    .about-he {
        display: none;
    }

    .inner {
        height: 1024px;
        padding: 120px 100px 0;
        background: url(../images/inner_bog_bg.png) no-repeat center 0;
    }

    .inner-title {
        display: flex;
        justify-content: center;
        padding: 0 0 20px;
        font: 400 30px/36px '微软雅黑';
        color: #fff;
    }

    .inner-title span {
        display: block;
        padding: 0 42px;
        background: url(../images/part2_next.png) no-repeat 0 center,
            url(../images/part2_prev.png) no-repeat right center;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
        color: #fff;
    }

    .inner-fy {
        margin-top: -30px;
        text-align: right;
    }
}

@media (min-width: 1480px) {
    .about-he {
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
    }
}