
/* äºŒçº§banner */

.common-banner {
    position: relative;
    z-index: 0;
    height: 310px;
    padding-top: 100px;
    background: no-repeat center 0;
}

.common-layer {
    width: 305px;
    height: 110px;
    margin: 0 auto;
    padding-top: 68px;
    text-align: center;
    background: url('../images/mcommon_banner_bg.png') no-repeat center 0;
    background-size: 280px;
}

@media (min-width:1200px) {
    .common-banner {
        height: 680px;
        padding-top: 150px;
    }
    .common-layer {
        width: 485px;
        height: 204px;
        padding-top: 120px;
        background: url('../images/common_banner_bg.png') no-repeat center 0;
    }
}


article {}

@media (min-width:1200px) {
    article {
        z-index: 10;
        background: url('../images/arc_bg.jpg') repeat center 0;
        border: 0;
    }
    article .common {
        position: relative;
        top: -150px;
        min-height: 500px;
        padding: 0 20px;
        background: #fff url('../images/common_layer_bg.jpg') no-repeat center 0;
        border: 1px solid #6b3c16;
    }
}





/* é¢åŒ…åºå¯¼èˆª */

.bread {
    display: block;
    padding: 5px 0;
    font: 400 14px/18px 'å¾®è½¯é›…é»‘';
    color: #fdedc6;
    text-align: center;
}

.bread a {
    display: inline-block;
    font: 400 14px/18px 'å¾®è½¯é›…é»‘';
    color: #fdedc6;
}

@media (min-width:1200px) {
    .bread {
        padding: 20px 0;
    }
}





/* äºŒçº§å¯¼èˆª */

.common-nav {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7c4b4;
}

.common-nav li {
    float: left;
    width: 50%;
    padding: 5px;
    text-align: center;
}

.common-nav li a {
    display: block;
    font: 400 16px/36px 'å¾®è½¯é›…é»‘';
    color: #6b3c16;
    border: 1px solid #d7c4b4;
}

.common-nav li.active a {
    color: #fdedc6;
    background: #8b6d55 url('../images/arc_li_bg.png') no-repeat right center;
}

@media (min-width:1200px) {
    .common-nav {
        height: 70px;
        margin-bottom: 100px;
    }

    .common-nav li {
        width: 25%;
        padding: 0;
    }

    .common-nav li a {
        display: block;
        line-height: 70px;
        border: 0;
    }

    .common-nav li:hover a {
        color: #fdedc6;
        background: #8b6d55 url('../images/arc_li_bg.png') no-repeat right center;
    }
}





/* åˆ—è¡¨ç¿»é¡µ */

.pages {
    margin: 0 5px;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    background: #f4f4f4;
}
.pages select{
    display:none;
}
.pages span {
    display: inline-block;
    font: 100 12px/24px "Microsoft YaHei"
}

.pages .pages-left,
.pages .pages-right span {
    display: none
}

.pages a {
    display: inline-block;
    margin-left: 4px;
    padding: 0 8px;
    font: 100 14px/24px "Microsoft YaHei";
    color: #acacac;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.pages .page-first {
    width: 30px;
    text-indent: -9999px;
    background: url('../images/page_left.png') no-repeat center center;
}

.pages .page-first:hover {
    /*     background-color: transparent; */
}

.pages .page-last {
    width: 30px;
    text-indent: -9999px;
    background: url('../images/page_right.png') no-repeat center center;
}

.pages .page-last:hover {
    /*     background-color: transparent; */
}

.pages .page-num,
.pages a:hover {
    border: 1px solid #bfbfbf;
    background-color: #8b6d55;
    color: #FFF;
}


.pages .page-num:hover {
    background-color: #8b6d55;
    color: #FFF
}

@media (min-width:1200px) {
    .pages {
        margin: 10px 5px 20px 5px;
    }
    .pages-left {
        float: left;
    }
    .pages-right {
        float: right;
    }
    .pages .pages-left,
    .pages .pages-right {
        display: inline-block
    }
    .pages {
        padding: 20px;
        text-align: center
    }
    .pages span {
        font: 100 14px/30px "Microsoft YaHei";
        color: #999999
    }
    .pages a {
        padding: 2px 10px
    }
    .pages .pages-right {
        padding: 0 10px
    }
    .pages .pages-right span {
        display: inline-block;
        padding: 0 5px
    }
    .pages .pages-right .first,
    .pages .pages-right .last {
        display: inline-block;
        padding: 3px 5px;
        text-indent: -9999px
    }
    .pages .pages-right .first {
        background: url(../images/btn_left.png) center center no-repeat
    }
    .pages .pages-right .first:hover {
        background-color: transparent
    }
    .pages .pages-right .last {
        background: url(../images/btn_right.png) center center no-repeat
    }
    .pages .pages-right .last:hover {
        background-color: transparent
    }
}

.common-fixed {
    display: none;
}

@media (min-width:1200px) {
    .common-fixed {
        display: block;
        position: fixed;
        z-index: 99;
        left: -70px;
        top: 35%;
        transition: 0.6s;
        cursor: pointer;
    }
    .common-fixed:hover {
        left: 0;
    }
}