/* 二级banenr */

.com-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 240px;
    overflow: hidden;
}

.com-banner i {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -348px;
}

.com-banner i img {
    height: 240px;
}

.common-banner-center {
    position: relative;
    z-index: 50;
    text-align: center;
}

.common-banner-center img {
    height: 60px;
}

.common-banner-center .bread {
    padding: 10px 0 0;
    font: 400 12px/16px "微软雅黑";
    color: #000;
    text-align: center;
}

.common-banner-center .bread a {
    color: #000;
}

@media (min-width: 1200px) {
    .com-banner {
        height: 665px;
    }
    .com-banner i {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -960px;
    }
    .com-banner i img {
        height: 665px;
    }
    .common-banner-center img {
        height: auto;
    }
    .common-banner-center .bread {
        padding: 20px 0 0;
        font: 400 14px/18px "微软雅黑";
    }
}

article {}

.common-main {
    padding: 10px;
}

.common-name {
    background: #cb0000 url(../images/com_en.png) no-repeat center bottom/150px;
    border-bottom: 1px solid #000;
}

.common-name span {
    display: block;
    font: 400 18px/36px "微软雅黑";
    color: #fff;
    text-align: center;
    background: url(../images/com_name_bg.png) no-repeat center center/108px;
}

.common-box {
    padding: 10px;
    background: #ededed;
}

@media (min-width: 1200px) {
    article {
        position: relative;
        z-index: 99;
        background: #fff;
    }
    .common-main {
        position: relative;
        z-index: 1;
        width: 1200px;
        margin: 0 auto;
        padding: 55px 0;
    }
    .common-top {
        display: flex;
        position: absolute;
        z-index: 10;
        left: 0;
        top: -36px;
        width: 100%;
        height: 74px;
    }
    .common-name {
        flex-shrink: 0;
        width: 204px;
        background: #cb0000 url(../images/com_en.png) no-repeat center bottom/auto;
        border-bottom: 3px solid #000;
    }
    .common-name span {
        font: 400 24px/74px "微软雅黑";
        background: url(../images/com_name_bg.png) no-repeat center center/auto;
    }
    .common-box {
        padding: 0;
    }
}


/* 二级导航 */

.common-nav {
    padding: 5px 0;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
}

.common-nav ul li {
    width: 50%;
    padding: 2px;
}

.common-nav ul li:nth-child(2n + 1) {
    padding-left: 0;
}

.common-nav ul li:nth-child(2n) {
    padding-right: 0;
}

.common-nav ul li:nth-child(1) {}

.common-nav ul li a {
    display: block;
    font: 400 14px/24px "微软雅黑";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
    background: #d40101;
}

@media (min-width: 1200px) {
    .common-nav {
        flex-grow: 1;
        height: 60px;
        margin: 14px 0 0;
        padding: 0 80px 0 0;
        background: #000;
    }
    .common-nav ul {
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    .common-nav ul li {
        width: 100px;
        padding: 0;
    }
    .common-nav ul li a {
        display: block;
        font: 400 16px/42px "微软雅黑";
        color: #fff;
    }
    .common-nav ul li a:hover {
        background: #cb0000;
    }
}


/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    text-align: center;
    color: #2a4347;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin: 0 1px;
    font: 400 14px/30px "微软雅黑";
    color: #696969;
    background: #fff;
    border: 1px solid #000;
}

.pages-right a.page-num {
    color: #fff;
    background: #c50413;
    border-color: #c50413;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 20px 0 0;
        padding: 20px 30px;
        background: #ededed;
    }
    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/36px "微软雅黑";
    }
    .pages-right a {
        width: 36px;
        font: 400 14px/34px "微软雅黑";
    }
    .pages-right a:first-child,
    .pages-right a:last-child {
        display: flex;
        width: auto;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
    }
    .pages-right a:hover {
        color: #fff;
        background: #c50413;
        border-color: #c50413;
    }
}