.inner-li-img {
    display: none;
}

.inner-li-name .en {
    display: none;
}

.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) {
    .inner-nav {
        padding: 6vw 0 0;
    }
    .inner-nav ul {
        display: flex;
    }
    .inner-nav ul li {
        width: 25%;
    }
    .inner-nav ul li a {
        display: block;
        position: relative;
        padding: 4vw 1.5vw 2vw;
        background: url(../images/part2_li.png) no-repeat center 0/100%;
    }
    .inner-nav ul li:nth-child(2n) a {
        background-color: #149353;
    }
    .inner-nav ul li:nth-child(2n+1) a {
        background-color: #007c3e;
    }
    .inner-li-img {
        display: block;
        position: absolute;
        z-index: 15;
        left: 0;
        top: -5vw;
        width: 100%;
        text-align: center;
    }
    .inner-li-img img {
        width: 10vw;
    }
    .inner-li-name {
        color: #fff;
        text-align: center;
    }
    .inner-li-name .ch {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .inner-li-name .en {
        display: block;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
    }
    .inner-li-p {
        height: 4.2vw;
        margin: 1vw 0;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #fff;
    }
    .inner-li-more {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: url(../images/more_j.png) no-repeat center center;
    }
    .inner-nav ul li a:hover {
        background-color: #c7a258;
        background-image: url(../images/part2_lia.png);
    }
    .inner-nav ul li a:hover .inner-li-more {
        background-image: url(../images/more_w.png);
    }
    .inner-nav ul li a:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1vw;
        width: 2vw;
        height: 1vw;
        margin-left: -1vw;
        background: url(../images/three_j.png) no-repeat center 0/100%;
    }
    .inner-nav ul li.active a {
        background-color: #c7a258;
        background-image: url(../images/part2_lia.png);
    }
    .inner-nav ul li.active a .inner-li-more {
        background-image: url(../images/more_w.png);
    }
    .inner-nav ul li.active a::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1vw;
        width: 2vw;
        height: 1vw;
        margin-left: -1vw;
        background: url(../images/three_j.png) no-repeat center 0/100%;
    }
    .inner {
        display: flex;
        justify-content: space-between;
        padding: 4vw 2vw;
    }
    .inner-left {
        width: 17vw;
    }
    .inner-img {
        padding: 1px 0 2vw;
        border: 2px solid #000000;
    }
    .inner-img img {
        display: block;
        width: 100%;
        margin: -2vw 0 0 -1vw;
    }
    .inner-right {
        width: 39vw;
    }
    .inner-title {
        font-weight: 400;
        font-size: 1.6vw;
        line-height: 2vw;
        text-align: left;
        color: #007c3e;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}