article {
    min-height: 800px;
    padding: 0 0 10vw;
    background: url(../images/inner_top.jpg) no-repeat center 0/100%, url(../images/inner_bottom.jpg) no-repeat center bottom/100%;
    background-color: #0e0137;
}

.inner-line {
    display: block;
    padding: 1rem 0 0.5rem;
    text-align: center;
}

.inner-name {
    color: #fff;
}

.inner-name span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.inner-nav {
    padding: 0;
    background: url(../images/inner_nav.jpg) no-repeat center center/cover;
}

.common-box {
    background: none;
    border: 0;
}

.inner {}

.inner-title {
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #fff;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    article {
        min-height: 800px;
        padding: 0 0 18vw;
        background: url(../images/inner_top.jpg) no-repeat center 0/100%, url(../images/inner_bottom.jpg) no-repeat center bottom/100%;
        background-color: #0e0137;
    }
    .inner-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 17vw 0 2.4vw;
        text-align: left;
    }
    .inner-name {
        width: 46vw;
        color: #fff;
        background: url(../images/inner_line.png) no-repeat 11vw 1.5vw/34vw;
    }
    .inner-name span {
        display: block;
        font-size: 2.4vw;
        line-height: 3vw;
    }
    .inner-nav {
        padding: 0;
        background: url(../images/inner_nav.jpg) no-repeat center center/cover;
    }
    .inner-nav ul {
        justify-content: center;
    }
    .inner-nav ul li {
        padding: 0;
        background: url(../images/inner_nav_dashed.png) no-repeat 0 center;
    }
    .inner-nav ul li:nth-child(1) {
        background: none;
    }
    .inner-nav ul a {
        display: block;
        padding: 2vw 3vw;
        background: no-repeat center bottom;
        transition: 0.3s transform;
    }
    .inner-nav ul a span {
        display: block;
        padding: 1vw 0;
        font-size: 1vw;
        line-height: 1.2vw;
        text-align: center;
        color: #fff;
        background: no-repeat center bottom;
        transition: 0.3s;
    }
    .inner-nav ul li a:hover {
        background: url(../images/inner_three.png) no-repeat center bottom;
        transform: translate3d(0, 0.5vw, 0);
    }
    .inner-nav ul li a:hover span {
        color: #fff;
        background: url(../images/inner_nav_demo.png) no-repeat center bottom/3vw;
        transform: translate3d(0, -1vw, 0);
    }
    .inner-nav ul li.active a {
        background: url(../images/inner_three.png) no-repeat center bottom;
        transform: translate3d(0, 0.5vw, 0);
    }
    .inner-nav ul li.active a span {
        color: #fff;
        background: url(../images/inner_nav_demo.png) no-repeat center bottom/3vw;
        transform: translate3d(0, -1vw, 0);
    }
    /*  */
    .inner {
        padding: 3vw 0 0;
    }
    .inner-title {
        padding: 0 0 20px;
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
      .inner-p{
          min-height: 30vw;
      }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}


.new-li-title{
    color: #fff;
}
.new-li-p{
    margin: 0;
    color: #fff;
}