/* 二级页banner */
.com-banner {
    position: relative;
    z-index: 5;
    height: 300px;
    overflow: hidden;
}

.com-banner i {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
}

.com-banner i img {
    height: 300px;
}

@media (min-width: 1200px) {
    .com-banner {
        height: 526px;
    }

    .com-banner i img {
        height: auto;
    }
}

/* 主体 */
.com-bg {
    background: url(../images/com_bg.png) no-repeat center 0/cover;
}

article {
    position: relative;
    z-index: 10;
    background: url(../images/public_bg.png) no-repeat center bottom/100%;
}


.bread {
    padding: 5px 12px;
    font: 400 14px/20px '微软雅黑';
    color: #010101;
    border-bottom: 1px solid #000;
}
.bread a {
    color: #010101;
}

.common-main {
    padding: 12px;
}

.com-img {
    display: none;
}

.common-box {
    min-height: 420px;
    padding: 2px;
}

@media (min-width: 1200px) {
    .com-bg {
        background: url(../images/com_bg.png) no-repeat center 0/cover;
    }

    article {
        z-index: 5;
        padding: 0;
        background: url(../images/public_bg.png) no-repeat center bottom;
    }


    .bread {
        padding: 12px 0;
        font: 400 14px/30px '微软雅黑';
        color: #010101;
        border-bottom: 1px solid #000;
    }

    .bread-box {
        width: 1160px;
        margin: 0 auto;

    }

    .common-main {
        position: relative;
        width: 1160px;
        margin: 0 auto;
        padding: 0;
    }

    .com-img {
        display: block;
        position: absolute;
        right: -20px;
        top: -250px;
    }

    .common-box {
        padding: 0;
    }
}

/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
}

.common-nav ul li {
    width: 50%;
    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: #c50413;
}

.com-detail{
    padding: 10px 0;
    text-align: center;
}
.com-detail img{
/*     width: 200px; */
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 100px 60px 0;
    }

    .common-nav ul {
        display: flex;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 20px 0 0;
    }

    .common-nav ul li a {
        display: block;
        width: 130px;
        font: 400 16px/42px "微软雅黑";
        text-align: center;
        color: #fff;
        background: #fa4b06;
        border-radius: 25px;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #d2001f;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #d2001f;
    }
}

/* 二级底部 */

.public {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0 ;
}

.public-left {
    text-align: center;
}

.public-left img {
    width: 5rem;
}

.public-ewm {
    display: block;
    width: 3rem;
}

.public-ewm-img {
    text-align: center;
}

.public-ewm-img img {
    width: 2.4rem;
    border: 1px solid #000;
}

.public-ewm-ch {
    display: none;
}

.public-ewm-en {
    display: none;
}

.public-ewm p {
    margin: 0.18rem 0 0;
    font: 400 0.4rem/0.5rem '微软雅黑';
    color: #000;
}
.public-nav{
    display: none;
}
.public-contact{
    display: none;
}


footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    background: #af001a;
}

footer p {
    padding: 0 5px;
}

footer a {
    color: #fff;
}
@media (min-width: 1200px) {
    .public {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 1200px;
        margin: 0 auto;
        padding: 200px 0 180px;
    }
    
    .public-left {
        width: 360px;
        text-align: center;
    }
    .public-left img{
        width: auto;
    }
    
    .public-ewm {
        width: 106px;
    }
    
    .public-ewm-ch {
        display: block;
        font: 400 24px/30px '微软雅黑';
        color: #000000;
    }
    
    .public-ewm-en {
        display: block;
        font: 400 12px/18px '微软雅黑';
        color: #6b6c6e;
    }
    
    .public-ewm-img {
        margin: 30px 0 0;
        text-align: center;
    }
    .public-ewm-img img {
        width: 104px;
    }
    .public-ewm-img p {
        font: 400 14px/36px '微软雅黑';
        color: #000;
    }
    .public-nav{
        display: block;
    }
    .public-nav-ch {
        font: 400 24px/30px '微软雅黑';
        color: #000;
    }
    
    .public-nav-en {
        font: 400 12px/18px '微软雅黑';
        color: #6b6c6e;
    }
    
    .public-nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 180px;
        margin: 20px 0 0;
    }
    
    .public-nav ul li {
        width: 90px;
    }
    
    .public-nav ul a {
        display: block;
        font: 400 14px/36px "微软雅黑";
        color: #000;
    }
    
    .public-nav ul a:hover {
        color: #fa4b06;
    }

    .public-contact{display: block;}
    
    .public-contact-ch {
        font: 400 24px/30px '微软雅黑';
        color: #000;
    }
    
    .public-contact-en {
        font: 400 12px/18px '微软雅黑';
        color: #6b6c6e;
    }
    
    .public-p {
        margin: 20px 0 0;
        font: 400 16px/36px '微软雅黑';
        color: #000;
    }
    footer {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        font: 400 14px/30px '微软雅黑';
        color: #fff;
        background: #af001a;
    }
}



/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 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: #666666;
    border: 1px solid #666;
    border-radius: 5px;
}

.pages-right a.page-num {
    color: #fff;
    background: #d2001f;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 50px 8px;
        padding: 20px 0;
        border-top: 1px dashed #b3b2b3;
        border-bottom: 1px dashed #b3b2b3;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/38px "微软雅黑";
    }

    .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: #d2001f;
    }
}