header {
    position: relative;
}

/* 二级banenr */
.common-banner {
    position: relative;
    min-height: 300px;
    padding-top: 60px;
    overflow: hidden;
}

.common-banner i {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    margin-left: -50%;
}

.common-banner i img {
    height: 300px;
}

.common-font {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 80px;
}

.common-font img {
    width: 6.64rem;
}

.bread {
    position: relative;
    z-index: 5;
    padding: 12px 0 80px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

@media (min-width: 1200px) {
    .wrapper {
        overflow: hidden;
    }

    .common-banner {
        width: 100%;
        height: 478px;
        padding-top: 130px;

    }

    .common-banner i img {
        height: auto;
    }

    .common-font {
        padding: 0;
    }

    .common-font img {
        width: auto;
    }

    .bread {
        padding: 12px 0 0;
        font: 400 16px/30px '微软雅黑';
    }
}

/* 二级导航 */
.common-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 4px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.common-nav ul li {
    width: 33.3%;
    padding: 2px;
}

.common-nav ul li a {
    display: block;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
    background: #ed6d00;
}

@media (min-width: 1200px) {
    .common-nav {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 1200px;
        margin-left: -600px;
        padding: 0;
    }

    .common-nav ul {
        justify-content: space-between;
        padding: 0;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0;
    }

    .common-nav ul li {
        width: auto;
        padding: 0;
    }

    .common-nav ul li {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        width: auto;
    }

    .common-nav ul li a {
        padding-top: 3px;
        font: bold 18px/64px '微软雅黑';
        color: #000;
        text-align: center;
        background: url(../images/common_nav.jpg) no-repeat center bottom/0 3px;
        transition: 0.6s;
    }

    .common-nav ul li a:hover {
        color: #003e6f;
        background-size: 100% 3px;
    }

    .common-nav ul li.active a {
        color: #003e6f;
        background: url(../images/common_nav.jpg) no-repeat center bottom/100% 3px;
    }
}


.common-main {
    padding: 0 0 10px;
}

.common-box {
    min-height: 420px;
    margin: 10px 10px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.75);
}

.common-title {
    padding: 20px 0 10px;
    font: 400 18px/24px '微软雅黑';
    color: #003e6f;
    text-align: center;
}

@media (min-width: 1200px) {
    article {
        padding: 0 0 100px;
        background: #fff no-repeat center center/cover;
    }

    .common-main {
        position: relative;
        z-index: 10;
        width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .common-box {
        min-height: 650px;
        margin: 0;
        padding: 0;
    }

    .common-title {
        padding: 50px 0;
        font: 400 30px/36px '微软雅黑';
    }
}

/* 二级公共 */
.public {
    padding-bottom: 10px;
    background: url(../images/public_bg.jpg) no-repeat center 0/auto 100%;
}

.public-nav {
    display: none;
}

.public-logo {
    padding: 20px 0 10px;
    text-align: center;
}

.public-logo img {
    width: 4rem;
}

.publi-ewm {
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: center;
}

.publi-ewm img {
    width: 1.8rem;
}

@media (min-width: 1200px) {
    .public {
        height: 438px;
        background: url(../images/public_bg.jpg) no-repeat center 0/auto 100%;
    }


    .public-nav {
        display: block;
        border-bottom: 1px solid #4b78b2;
    }

    .public-nav ul {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }

    .public-nav ul li {
        padding: 35px 1px;
    }

    .public-nav ul li a {
        display: block;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }

    .public-logo {
        padding: 60px 0 20px;
    }

    .public-logo img {
        width: auto;
    }

    .publi-ewm img {
        width: auto;
    }
}


/* 网站页脚 */
footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
    background: #2c2c2c;
}

footer p {
    padding: 0 5px;
    font: 400 12px/18px '微软雅黑';
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        padding: 5px 0;
    }

    footer p {
        font: 400 16px/30px '微软雅黑';
    }
}



/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #000;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    margin: 0 2px;
    padding: 0 10px;
    font: 400 14px/30px '微软雅黑';
    color: #666666;
    border: 1px solid #707070;
}

.pages-right a.page-num {
    color: #fff;
    background: #003e6f;
    border-color: #003e6f;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width:1200px) {
    .pages {
        justify-content: center;
        padding: 36px 0;
        color: #999999;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
    }

    .pages-left span {
        font: 400 14px/36px '微软雅黑';
    }

    .pages-right a {
        margin: 0 2px;
        padding: 0 14px;
        font: 400 14px/36px '微软雅黑';
        border-radius: 5px;
    }

    .pages-right a:first-child,
    .pages-right a:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pages-right a:hover {
        color: #fff;
        background: #003e6f;
        border-color: #003e6f;
    }
}