article {
    padding: 90px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}


.common-detail {
    font: 400 24px/30px '微软雅黑';
    color: #fff;
}

.common-detail span {
    font-weight: bold;
}

.bread {
    margin-top: 5px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
}

.bread a {
    color: #fff;
}

.common-right {
    margin: 10px 0 20px;
    padding-right: 150px;
    font: 400 18px/24px '微软雅黑';
    color: #fff;
    background: url(../images/com_white.png) no-repeat right center;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-top: 2px solid #930005;
}
.slide-font {
    display: none;
}
@media (min-width: 1200px) {
    article {
        padding: 120px 0 60px;
    }

    .common-main {
        width: 1340px;
        margin: 0 auto;
        padding: 0;
    }

    .common-top {
        display: flex;
        justify-content: space-between;
        padding: 120px 0 60px;
    }

    .common-detail {
        font: 400 60px/64px '微软雅黑';
        color: #fff;
    }

    .common-detail span {
        font-weight: bold;
    }

    .bread {
        margin-top: 15px;
        font: 400 14px/24px '微软雅黑';
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

    .common-right {
        padding-right: 150px;
        font: 400 48px/54px '微软雅黑';
        color: #fff;
        background: url(../images/com_white.png) no-repeat right 30px;
    }

    .common-flex{
        display: flex;
        justify-content: space-between;
    }

    .common-box {
        margin: 0;
        padding: 90px;
        background: rgba(255, 255, 255, 0.8);
        border-top: 5px solid #930005;
    }

    .slide-font{
        display: block;
        position: fixed;
        right: 1%;
        top: 20%;
        width: 20px;
        font: 400 14px/18px '微软雅黑';
        color: #fff;
        text-align: center;
    }

    .slide-font p{
        margin-bottom: 10px;
    }

}



/* 二级导航 */

.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;
}

@media (min-width: 1200px) {
    .common-nav {
        width: 140px;
        padding: 0;
    }

    .common-nav ul {
        display: block;
    }

    .common-nav ul li {
        width: 100%;
        padding: 12px 0;
    }

    .common-nav ul li a {
        position: relative;
        display: block;
        font: 400 16px/36px "微软雅黑";
        text-align: center;
        color: #fff;
        background: #000;
        border: 3px solid #fff;
        border-radius: 5px;
    }
    .common-nav ul li a::before{
        content: '';
        position: absolute;
        z-index: 1;
        right:-5px;
        top: 12px;
        width: 10px;
        height: 14px;
        background: url(../images/com_nava.png) no-repeat 0 0;
        opacity: 0;
        transition: 0.1s;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #930005;
    }

    .common-nav ul li a:hover::before{
        right: -10px;
        opacity: 1;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #930005;
    }

    .common-nav ul li.active a::before {
        right: -10px;
        opacity: 1;
    }
}


/* 网站页脚 */
.bottom1 {
    padding: 10px 15px;
    background: #f9f9f9;
}

.bottom-logo{
    display: none;
}

.bottom-title {
    padding-left: 35px;
    color: #333;
    background: url(../images/part6_tel.png) no-repeat 0 center;
}

.bottom-title .ch {
    font: 400 14px/18px '微软雅黑';
}

.bottom-title .en {
    font: 400 12px/18px '微软雅黑';
}

.bottom-tel {
    display: flex;
    margin: 5px 0;
    font: 600 16px/24px '微软雅黑';
    color: #333;
}

.bottom-tel p {
    padding-right: 30px;
}

.bottom-adress {
    font: 400 14px/20px '微软雅黑';
    color: #333;
}

.bottom-foot {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
}

.bottom-right {
    display: none;
    
}

@media (min-width: 1200px) {
    .bottom1 {
        padding: 45px 0;
        background: #f9f9f9;
    }

    .bottom-main {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }

    .bottom-logo{
        display: block;
    }

    .bottom-left {
        width: 430px;
        margin: 0 30px 0 60px;
    }

    .bottom-title {
        padding-left: 35px;
        color: #333;
        background: url(../images/part6_tel.png) no-repeat 0 center;
    }

    .bottom-title .ch {
        font: 400 14px/18px '微软雅黑';
    }

    .bottom-title .en {
        font: 400 12px/18px '微软雅黑';
    }

    .bottom-tel {
        display: flex;
        margin: 15px 0;
        font: 600 24px/30px '微软雅黑';
        color: #333;
    }

    .bottom-tel p {
        padding-right: 30px;
    }

    .bottom-adress {
        font: 400 14px/20px '微软雅黑';
        color: #333;
    }

    .bottom-foot {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        font: 400 12px/24px '微软雅黑';
        color: #333;
    }

    .bottom-right {
        display: flex;
        width: 560px;
    }

    .bottom-ewm {
        margin-right: 5px;
        background: #fff;
        border: 1px solid #1c954d;
    }

    .bottom-ewm i {
        display: block;
    }

    .bottom-ewm .wx {
        margin: 5px 0 5px 10px;
        padding-left: 42px;
        font: 400 16px/36px '微软雅黑';
        color: #333;
        background: url(../images/wx.jpg) no-repeat 0 center;
    }

    .bottom-ewm .ks {
        margin: 5px 0 5px 10px;
        padding-left: 42px;
        font: 400 16px/36px '微软雅黑';
        color: #333;
        background: url(../images/ks.png) no-repeat 0 center;
    }

    .bottom-info {
        padding: 24px 0 0 24px;
    }

    .bottom-info-title {
        padding-bottom: 18px;
        font: 400 16px/20px '微软雅黑';
        color: #008235;
    }

    .bottom-info-p {
        font: 400 14px/24px '微软雅黑';
        color: #333;
    }

    .bottom-about {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        font: 16px/36px '微软雅黑';
        color: #fff;
        background: #1c954d;
        border-radius: 25px;
    }

    .bottom-about i {
        padding: 0 5px;
    }
}


/* 网站翻页 */

.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: #535353;
    border: 1px solid #535353;
}

.pages-right a.page-num {
    color: #fff;
    background: #930005;
}

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

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 20px 0;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/30px "微软雅黑";
    }

    .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: #930005;
    }

}