.inner1 {
    padding: 12px;
    background: url(../images/inner1_bg.jpg) no-repeat center bottom/100%;
}

.inner1-main {
    margin: 0 auto;
}

.inner1-line {
    position: relative;
}

.inner1-left {
    display: none;
}

.inner1-right {
    position: relative;
    padding: 0.2rem 0 0;
}

.inner1-title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.inner1-p {
    margin: 0.1rem 0;
    font-size: 14px;
    line-height: 20px;
}

.inner1-img img {
    width: 100%;
}

.inner1-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
}

.inner1-li {
    width: 50%;
    padding: 4px 0;
    text-align: center;
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
}

.inner1-li:nth-child(2n+1) {
    border-left: 1px solid #000;
}

.inner1-li:nth-child(1) {
    border-top: 1px solid #000;
}

.inner1-li:nth-child(2) {
    border-top: 1px solid #000;
}

.inner1-li-line {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    line-height: 16px;
}

.inner1-li-num {
    font-size: 18px;
    line-height: 20px;
}

.inner1-li-p {
    font-size: 14px;
    line-height: 20px;
}

.inner234 {
    background: url(../images/inner_bg.jpg) no-repeat center bottom/100%;
}

.inner2 {
    padding: 0.2rem 0 0.4rem;
}

.inner2-main {
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 24px;
}

.inner3 {
    padding: 1px 0.2rem;
}

.inner3-main {
    border: 1px solid #4ab344;
    border-radius: 0 2.2vw 0 2.2vw;
}

.inner3-title {
    display: none;
}

.inner3-box {}

.inner3-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem;
}

.inner3-box ul li {
    width: 50%;
    padding: 5px 0;
    text-align: center;
}

.inner3-box ul li:nth-child(1) .inner3-li-name {
    color: #38b8ab;
}

.inner3-box ul li:nth-child(2) .inner3-li-name {
    color: #2685a3;
}

.inner3-box ul li:nth-child(3) .inner3-li-name {
    color: #365cb1;
}

.inner3-box ul li:nth-child(4) .inner3-li-name {
    color: #1f6378;
}

.inner3-box ul li:nth-child(5) .inner3-li-name {
    color: #21498d;
}

.inner3-li-name .ch {
    font-size: 16px;
    line-height: 24px;
}

.inner3-li-name .en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.inner3-li-icon {
    padding: 2vw 0;
}

.inner3-li-icon img {
    width: 1rem;
}

.inner3-li-detail {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.inner4 {
    position: relative;
    padding: 0.2rem;
}

.inner4-left {
    position: relative;
}

.inner4-name {
    padding: 0 0 0.2rem;
    color: #e1002a;
}

.inner4-name p {
    font-size: 16px;
    line-height: 20px;
}

.inner4-p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: justify;
}

.inner4-right {
    position: relative;
}

.inner4-img {
    padding: 0.8rem 0.8rem 0 0;
}

.inner4-img img {
    width: 100%;
}

.inner4-img p {
    position: relative;
    z-index: 10;
}

.inner4-img i {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 4rem;
    height: 6rem;
    border: 2px solid #4ab344;
    border-radius: 0 0.4rem;
}

article {
    background: none;
}

.public {
    background: none;
}

@media (min-width: 1200px) {
    .inner1 {
        padding: 3vw 0 5vw;
        background: url(../images/inner1_bg.jpg) no-repeat center bottom/100%;
    }
    .inner1-main {
        width: 75vw;
        margin: 0 auto;
    }
    .inner1-line {
        position: relative;
        padding: 0 6vw 0 22vw;
    }
    .inner1-left {
        display: block;
        position: absolute;
        z-index: 10;
        left: 7.5vw;
        top: 0;
        width: 12vw;
        height: 16vw;
        padding: 2vw 2vw 1vw;
        color: #fff;
        background: url(../images/inner1_img1.png) no-repeat 0 0;
    }
    .inner1-left .ch {
        margin: 1vw 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .inner1-left .num {
        margin: 0 0 1.5vw;
        padding: 0 0 1.5vw;
        font-size: 2.4vw;
        line-height: 3vw;
        background: url(../images/line_w.png) no-repeat 0 bottom;
    }
    .inner1-detail {
        font-size: 12px;
        line-height: 16px;
    }
    .inner1-right {
        position: relative;
        padding: 1vw 0 0;
    }
    .inner1-title {
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #000000;
    }
    .inner1-p {
        height: 7.5vw;
        margin: 1vw 0;
        font-size: 0.9vw;
        line-height: 1.5vw;
    }
    .inner1-img img {
        width: 100%;
    }
    .inner1-ul {
        display: flex;
        justify-content: center;
        padding: 5vw 0;
        color: #000;
        background: rgba(255, 255, 255, 0.8);
    }
    .inner1-li {
        width: 12vw;
        text-align: center;
        border: 0;
        border-left: 1px solid #000;
    }
    .inner1-li:nth-child(1) {
        background: none;
        border-left: 0;
    }
    .inner1-li:nth-child(2n+1) {
        border-top: 0;
    }
    .inner1-li:nth-child(1) {
        border: 0;
    }
    .inner1-li:nth-child(2) {
        border-top: 0;
    }
    .inner1-li-line {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 0.8vw;
        line-height: 0.8vw;
    }
    .inner1-li-num {
        font-size: 2.4vw;
        line-height: 2vw;
    }
    .inner1-li-p {
        margin-top: 0.4vw;
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .inner234 {
        background: url(../images/inner_bg.jpg) no-repeat center bottom/100%;
    }
    .inner2 {
        padding: 3vw 0 6vw;
    }
    .inner2-main {
        width: 62.5vw;
        margin: 0 auto;
        font-size: 0.9vw;
        line-height: 1.5vw;
    }
    .inner3 {
        padding: 1px 0;
    }
    .inner3-main {
        display: flex;
        justify-content: space-between;
        width: 75vw;
        margin: 0 auto;
        border: 2px solid #4ab344;
        border-radius: 0 2.2vw 0 2.2vw;
    }
    .inner3-title {
        display: block;
        position: relative;
        width: 8.4vw;
        padding: 3vw 0 0 2vw;
        color: #fff;
        background: #4ab344;
        border-radius: 0 2vw 0 2vw;
    }
    .inner3-title .ch {
        width: 3vw;
        font-size: 2.4vw;
        line-height: 1;
    }
    .inner3-title .en {
        padding: 1vw 0 0;
        font-size: 1.2vw;
        line-height: 1.4vw;
        writing-mode: vertical-lr;
        color: #64c35f;
    }
    .inner3-title .detail {
        position: absolute;
        top: 10vw;
        right: 1vw;
        font-size: 1vw;
        line-height: 1.2vw;
        writing-mode: vertical-lr;
    }
    .inner3-box {
        width: 65vw;
        padding: 3vw 0;
    }
    .inner3-box ul {
        display: flex;
        justify-content: space-between;
        padding: 0 2vw;
    }
    .inner3-box ul li {
        width: auto;
        text-align: center;
    }
    .inner3-box ul li:nth-child(1) .inner3-li-name {
        color: #38b8ab;
    }
    .inner3-box ul li:nth-child(2) .inner3-li-name {
        color: #2685a3;
    }
    .inner3-box ul li:nth-child(3) .inner3-li-name {
        color: #365cb1;
    }
    .inner3-box ul li:nth-child(4) .inner3-li-name {
        color: #1f6378;
    }
    .inner3-box ul li:nth-child(5) .inner3-li-name {
        color: #21498d;
    }
    .inner3-li-name .ch {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }
    .inner3-li-name .en {
        font-size: 0.9vw;
        line-height: 1.2vw;
        text-transform: uppercase;
    }
    .inner3-li-icon {
        padding: 2vw 0;
    }
    .inner3-li-icon img {
        width: 8.4vw;
    }
    .inner3-li-detail {
        font-size: 1vw;
        line-height: 1.6vw;
        color: #000;
    }
    .inner4 {
        position: relative;
        width: 75vw;
        margin: 0 auto;
        padding: 6vw 30vw 12vw 0;
    }
    .inner4-left {
        position: relative;
    }
    .inner4-name {
        padding: 0 0 2vw;
        color: #e1002a;
    }
    .inner4-name p {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .inner4-p {
        min-height: 28vw;
        font-size: 1vw;
        line-height: 1.4vw;
        color: #666666;
        text-align: justify;
    }
    .inner4-right {
        position: absolute;
        right: 0;
        top: 7vw;
    }
    .inner4-img {
        padding: 1vw 3vw 0 0;
    }
    .inner4-img p {
        position: relative;
        z-index: 10;
    }
    .inner4-img i {
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        top: -1.6vw;
        width: 18vw;
        height: 25vw;
        border: 4px solid #4ab344;
        border-radius: 0 2vw;
    }
    article {
        padding: 0;
        background: none;
    }
    .public {
        background: none;
    }
}