.inner {}

.inner-en {
    font: 400 20px/24px '微软雅黑';
    color: #000;
    text-transform: uppercase;
}

.inner-en span {
    font-weight: bold;
}

.inner-ch {
    font: 400 18px/24px '微软雅黑';
    color: #000;
    background: url(../images/com_black.png) no-repeat right center;
}

.inner-right {
    display: none;
}

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

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

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

article{
    padding-top: 100px;
}
.inner-nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #999;
}

.inner-nav ul {
    display: flex;
    justify-content: center;
}

.inner-nav ul li {
    padding: 0 10px;
}

.inner-nav ul li a {
    font: 400 14px/30px '微软雅黑';
    color: #000;
}

@media (min-width: 1200px) {
 

    .inner-nav {
        position: absolute;
        left: 0;
        top: 80px;
        bottom: auto;
        width: 100%;
        background: #fff;
    }

    .inner-nav ul {
        display: flex;
        justify-content: center;
    }

    .inner-nav ul li {
        padding: 0 10px;
    }

    .inner-nav ul li a {
        font: 400 14px/48px '微软雅黑';
        color: #000;
    }

    .inner-nav ul li a:hover {
        color: #930005;
    }

    .service {
        width: 1170px;
        padding: 60px;
    }

    .inner-top {
        display: flex;
        justify-content: space-between;
    }

    .inner-en {
        padding: 0 0 35px;
        font: 400 60px/64px '微软雅黑';
        color: #000;
        text-transform: uppercase;
    }

    .inner-en span {
        font-weight: bold;
    }

    .inner-ch {
        font: 400 30px/36px '微软雅黑';
        color: #000;
        background: url(../images/com_black.png) no-repeat 170px center;
    }

    .inner-right {
        display: block;
    }

    .inner-title {
        padding: 0 0 20px;
        font: bold 24px/30px "微软雅黑";
        color: #930005;
        text-align: left;
    }

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