﻿@charset "UTF-8";

body {
    font-family: " ";
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.footH {
    height: 65px;
    display: none;
}

.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}

    .footFix > a {
        display: inline-block;
        width: 33%;
        font-size: 16px;
        color: #ffffff !important;
    }

        .footFix > a > i.iconfont {
            font-size: 20px;
            margin-right: 5px;
            color: #fff;
        }

.dibu {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px; text-align:center;
}
    .dibu a {
        display: inline-block;
        vertical-align: top;
    }
.dibulink {
    overflow: hidden;
    margin: 0 auto;
    width: 140px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dibu img {
    width: 100px;
    padding-left: 5px;
    
}
.dibu span {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    display: block; width:100px;
}
    /*head*/
    .menus {
        width: 100%;
        padding: 15px 0 15px 0;
        z-index: 999;
        background: #fff;
        transition: all .5s ease;
    }

    .menus.fixedbg {
        position: fixed;
        top: 0;
        padding: 5px 0 5px 0;
        z-index: 9999;
        background: rgba(255,255,255,1);
        border-bottom: 1px solid #1a1e87;
        transition: all .5s ease;
    }

    .menus .Logo {
        float: left;
        width: 40%;
        overflow: hidden;
    }

    .menus .WebLink {
        float: right;
        padding-top: 25px;
    }

        .menus .WebLink li {
            display: block;
            float: left;
            margin-left: 35px;
            position: relative;
        }

            .menus .WebLink li:first-child {
                margin-left: 0;
            }

            .menus .WebLink li a {
                color: #222222;
            }

                .menus .WebLink li a:hover, .menus .WebLink li.on a {
                    color: #0f65be;
                }

            .menus .WebLink li#zhengshu {
                background: url(../images/menus-honor-ico.png) no-repeat left center;
                padding-left: 32px;
                margin-left: 54px;
            }

                .menus .WebLink li#zhengshu a {
                    color: #025dba;
                }

            .menus .WebLink li .yb-sub-lm {
                width: 164px;
                position: absolute;
                left: 50%;
                margin-left: -82px;
                z-index: 9999;
                top: 54px;
                opacity: 0;
                visibility: hidden;
                transition: all .5s ease;
            }

            .menus .WebLink li:hover .yb-sub-lm {
                top: 24px;
                opacity: 1;
                visibility: visible;
                transition: all .5s ease;
            }

.yb-sub-lm .lm-line {
    width: 100%;
    height: 27px;
    border-bottom: 3px solid #0f65be;
}

.yb-sub-lm .lm-a {
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

    .yb-sub-lm .lm-a a {
        display: block !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 22px !important;
        padding: 10px 8px !important;
        border-bottom: 1px solid #eeeeee;
    }

        .yb-sub-lm .lm-a a.on {
            color: #222;
        }

/*banner*/
#container1 .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: url(../images/banner-dot1.png) no-repeat center center;
    opacity: 1;
    margin: 0 2px;
    transition: all .5s ease;
}

#container1 .swiper-pagination-bullet-active {
    background: url(../images/banner-dot2.png) no-repeat center center;
    transition: all .5s ease;
}

/*yb-sy-zs-warp*/
.yb-sy-zs-warp {
    width: 100%;
    /*overflow: hidden;*/
    background: #2e73b4;
}

@media (min-width: 992px) {
    .col-md-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.yb-sy-zs-warp .sort {
    background: url(../images/sy-zs-line.png) no-repeat left top;
    padding-bottom: 34px;
}

.yb-sy-zs-warp .item-list {
    width: 100%;
    overflow: hidden;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/sy-zs-arrow.png) no-repeat left 24px bottom;
    padding-bottom: 38px;
    transition: all .5s ease;
}

    .yb-sy-zs-warp .item-list:hover {
        background: url(../images/sy-zs-arrow.png) no-repeat left 70px bottom;
        transition: all .5s ease;
    }

    .yb-sy-zs-warp .item-list .Pic {
        height: 50px;
        overflow: hidden;
    }

    .yb-sy-zs-warp .item-list img {
        display: block;
        height: 100%;
    }

.yb-sy-zs-warp .row .sort:nth-child(5) a .item-list .Pic img,
.yb-sy-zs-warp .row .sort:nth-child(6) a .item-list .Pic img {
    margin-top: 8px;
}

.yb-sy-zs-warp .item-list h6 {
    font-family: arial;
    font-size: 22px;
    color: #fff;
    margin-top: 23px;
}

.yb-sy-zs-warp .item-list p {
    font-family: arial;
    font-size: 13px;
    color: #acc1dc;
    line-height: 22px;
    min-height: 66px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*通知*/
.index_notice_news {
    width: 100%;
    /*overflow: hidden;*/
    border-top: 20px solid #f1f1f1;
    border-bottom: 20px solid #f1f1f1;
    padding: 42px 0 34px 0;
}

    .index_notice_news .top-tit {
        width: 100%;
        font-size: 24px;
        color: #333333;
        background: url(../images/sy-more-ico.png) no-repeat right center;
    }

        .index_notice_news .top-tit a {
            display: block;
            color: #333;
        }

.indexNotice {
    width: 45%;
    float: left;
    /*overflow: hidden;*/
}

    .indexNotice ul {
        overflow: hidden;
        margin-top: 34px;
    }

        .indexNotice ul li {
            width: 100%;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .indexNotice ul li:last-child {
                margin-bottom: 0;
            }

            .indexNotice ul li .top-box {
                line-height: 58px;
                border: 1px solid #eeeeee;
                overflow: hidden;
            }

            .indexNotice ul li span {
                display: block;
            }

            .indexNotice ul li .jt {
                width: 13.011152416%;
                float: left;
                height: 100%;
                background: #f8f8f8 url(../images/tz-jt1.png) no-repeat center center;
                transition: all .5s ease;
            }

            .indexNotice ul li.on .jt {
                background: #2e73b4 url(../images/tz-jt2.png) no-repeat center center;
                transition: all .5s ease;
            }

            .indexNotice ul li .tit {
                width: 60%;
                float: left;
                font-size: 16px;
                color: #222222;
                min-height: 58px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-left: 18px;
            }

            .indexNotice ul li .time {
                margin-left: 26px;
                float: left;
                font-size: 14px;
            }

            .indexNotice ul li .btm-box {
                padding: 25px 30px 42px 26px;
                border: 1px solid #f0f0f2;
                border-top: none;
                display: none;
                overflow: hidden;
            }

            .indexNotice ul li.on .btm-box {
                display: block;
            }

            .indexNotice ul li .btm-box .sub {
                font-size: 14px;
                color: #555555;
                line-height: 25px;
                min-height: 50px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

/*indexNews*/
.indexNews {
    width: 51.75%;
    float: right;
    /*overflow: hidden;*/
}

    .indexNews .row {
        margin-top: 34px;
    }

    .indexNews .item-list {
        width: 100%;
        overflow: hidden;
    }

        .indexNews .item-list .Pic {
            width: 100%;
            overflow: hidden;
        }

            .indexNews .item-list .Pic img {
                display: block;
                width: 100%;
                transform: scale(1);
                transition: all .5s ease;
            }

        .indexNews .item-list:hover .Pic img {
            transition: all .5s ease;
        }

        .indexNews .item-list .SubInfo {
            width: 100%;
            overflow: hidden;
            border: 1px solid #e5e5e5;
            border-top: none;
            padding: 15px 26px 30px 26px;
            transition: all .5s ease;
        }

        .indexNews .item-list:hover .SubInfo {
            border: 1px solid #3983bf;
            border-top: none;
            transition: all .5s ease;
        }

        .indexNews .item-list .SubInfo .tit {
            font-size: 16px;
            color: #222222;
            min-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: all .5s ease;
        }

        .indexNews .item-list:hover .SubInfo .tit {
            color: #3983bf;
            transition: all .5s ease;
        }

        .indexNews .item-list .SubInfo .time {
            font-family: arial;
            font-size: 14px;
            color: #777777;
            background: url(../images/ico-sj.png) no-repeat left center;
            padding-left: 15px;
            margin-top: 12px;
            margin-bottom: 14px;
        }

        .indexNews .item-list .SubInfo .sub {
            font-size: 14px;
            color: #555555;
            line-height: 22px;
            min-height: 44px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .indexNews .item-list .SubInfo .jt {
            display: block;
            width: 27px;
            height: 10px;
            background: url(../images/sy-news-jt1.png) no-repeat left top;
            margin-top: 25px;
            transition: all .5s ease;
        }

        .indexNews .item-list:hover .SubInfo .jt {
            background: url(../images/sy-news-jt2.png) no-repeat left top;
            transition: all .5s ease;
        }

@media (min-width: 992px) {
    .indexNews .col-md-6 {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
}

/*概括and资料下载*/
.index_Gk_Down {
    width: 100%;
    overflow: hidden;
    height: 331px;
    position: relative;
    color: #fff;
}

    .index_Gk_Down h6 {
        font-size: 24px;
        margin-top: 34px;
    }

.indexGk {
    width: 50%;
    float: left;
    height: 100%;
    background: url(../images/sy-gk.jpg) no-repeat top center;
    background-size: cover;
}

.indexDown {
    width: 50%;
    float: right;
    height: 100%;
    background: url(../images/sy-xz.jpg) no-repeat top center;
    background-size: cover;
}

    .indexGk a,
    .indexDown a {
        display: block;
        height: 100%;
        position: relative;
        z-index: 999;
    }

.index_Gk_Down .fix-cont {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.index_Gk_Down .Yb_Sy_Gk {
    width: 50%;
    float: left;
}

.index_Gk_Down .Yb_Sy_Down {
    width: 50%;
    float: right;
    padding-left: 34px;
}

.index_Gk_Down .sub {
    width: 56.66667%;
    font-size: 14px;
    line-height: 22px;
    min-height: 132px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.index_Gk_Down .jt {
    display: block;
    width: 25px;
    height: 5px;
    background: url(../images/sy-zs-arrow.png) no-repeat center center;
    margin-top: 26px;
}

/*Nybanner*/
.Nybanner {
    width: 100%;
    overflow: hidden;
}

    .Nybanner img {
        display: block;
        width: 100%;
    }
/*yb-ny-dh*/
.yb-ny-dh {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
    line-height: 58px;
}

    .yb-ny-dh .ny-lm {
        float: left;
        overflow: hidden;
    }

        .yb-ny-dh .ny-lm a {
            display: block;
            float: left;
            color: #555555;
            margin-left: 55px;
            border-bottom: 2px solid #f0f0f0;
        }

            .yb-ny-dh .ny-lm a:hover,
            .yb-ny-dh .ny-lm a.on {
                border-bottom: 2px solid #0f65be;
                color: #0f65be;
            }

            .yb-ny-dh .ny-lm a:nth-child(1) {
                margin-left: 0;
            }

    .yb-ny-dh .ny-location {
        float: right;
        color: #666666;
    }

        .yb-ny-dh .ny-location.fl {
            float: left;
        }

        .yb-ny-dh .ny-location a {
            color: #666;
        }

            .yb-ny-dh .ny-location a:hover {
                color: #0f65be;
            }

/*about*/
.about {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 80px 0;
}

    .about .content {
        font-size: 16px;
        color: #666666;
        line-height: 2em;
    }

/*部门职责*/
.duty {
    width: 100%;
    overflow: hidden;
    padding: 48px 0 80px 0;
}

    .duty .item-list {
        width: 100%;
        overflow: hidden;
        font-size: 15px;
        color: #666666;
        line-height: 26px;
        margin-top: 52px;
    }

        .duty .item-list:first-child {
            margin-top: 0;
        }

        .duty .item-list h6 {
            font-size: 19px;
            color: #0f65be;
            margin-bottom: 26px;
            padding-left: 38px;
            line-height: 32px;
        }

            .duty .item-list h6#zz1 {
                background: url(../images/bmzz-ico1.png) no-repeat left center;
            }

            .duty .item-list h6#zz2 {
                background: url(../images/bmzz-ico2.png) no-repeat left center;
            }

            .duty .item-list h6#zz3 {
                background: url(../images/bmzz-ico3.png) no-repeat left center;
            }

            .duty .item-list h6#zz4 {
                background: url(../images/bmzz-ico4.png) no-repeat left center;
            }

            .duty .item-list h6#zz5 {
                background: url(../images/bmzz-ico5.png) no-repeat left center;
            }

/*honor*/
.honor {
    width: 100%;
    overflow: hidden;
    padding: 74px 0 85px;
}

@media (min-width: 992px) {
    .honor .col-md-3 {
        padding-left: 8.5px;
        padding-right: 8.5px;
    }
}

.honor .item-pic {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 8px 6px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .5s ease;
}

    .honor .item-pic:hover {
        border: 1px solid #0075BE;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
        transition: all .5s ease;
    }

    .honor .item-pic img {
        display: block;
        width: 100%;
    }

.honor_big_img img {
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 15px;
}

/*news*/
.news {
    width: 100%;
    overflow: hidden;
    padding: 45px 0 65px 0;
}

    .news ul {
        width: 100%;
    }

        .news ul li {
            width: 100%;
            overflow: hidden;
            border-bottom: 1px solid #ececec;
            padding-bottom: 25px;
            margin-bottom: 18px;
            transition: all .5s ease;
        }

            .news ul li:hover {
                border-bottom: 1px solid #0f65be;
            }

            .news ul li .time {
                display: block;
                float: left;
                width: 6.833334%;
                float: left;
                background: #0f65be;
                color: #FFF;
                text-align: center;
                font-family: arial;
                padding: 10px 0;
            }

                .news ul li .time .day {
                    font-size: 26px;
                    font-weight: bold;
                    line-height: 30px;
                }

                .news ul li .time .year {
                    font-size: 14px;
                    line-height: 25px;
                }

            .news ul li .SubInfo {
                width: 88.3334%;
                float: right;
                overflow: hidden;
                margin-right: 2.083334%;
            }

                .news ul li .SubInfo .tit {
                    font-size: 16px;
                    font-weight: bold;
                    color: #333333;
                    min-height: 24px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin-top: 3px;
                    transition: all .5s ease;
                }

            .news ul li:hover .SubInfo .tit {
                color: #0f65be;
                transition: all .5s ease;
            }

            .news ul li .SubInfo .sub {
                font-size: 14px;
                color: #666666;
                line-height: 25px;
                min-height: 50px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-top: 13px;
                margin-bottom: 4px;
            }

            .news ul li .SubInfo .more {
                font-size: 14px;
                color: #0f65be;
                background: url(../images/sy-news-jt2.png) no-repeat right center;
                display: inline-block;
                padding-right: 38px;
                margin-top: 18px;
            }

/*newsDe*/
.newsDe {
    width: 100%;
    overflow: hidden;
    padding: 65px 0 75px 0;
}

.yb-newsde-bt {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

    .yb-newsde-bt .news-tit {
        font-size: 24px;
        color: #333333;
    }

    .yb-newsde-bt .news-date {
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
    }

.news-cont {
    width: 100%;
    overflow: hidden;
    margin-top: 38px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 55px;
}

.news-fy {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ecebeb;
    padding-top: 28px;
}

    .news-fy .fy {
        width: 65%;
        float: left;
        overflow: hidden;
    }

        .news-fy .fy a {
            display: block;
            font-size: 14px;
            color: #666666;
            line-height: 26px;
            min-height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .news-fy .fy a:hover {
                color: #0f65be;
            }

    .news-fy .return {
        display: block;
        float: right;
        width: 10.416667%;
        line-height: 43px;
        border: 1px solid #0f65be;
        text-align: center;
        font-size: 14px;
        color: #0f65be;
    }

        .news-fy .return:hover {
            background: #0f65be;
            color: #fff;
        }

/*service*/
.service {
    width: 100%;
    overflow: hidden;
    padding: 62px 0 70px 0;
}

.yb-service-title {
    width: 20%;
    float: left;
    overflow: hidden;
}

    .yb-service-title a {
        display: block;
        width: 100%;
        line-height: 45px;
        min-height: 45px;
        text-indent: 18px;
        background: #ebebeb;
        margin-bottom: 2px;
        font-size: 15px;
        color: #333333;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .yb-service-title a:hover,
        .yb-service-title a.on {
            background: #0f65be;
            color: #fff;
        }

.yb-service-cont {
    width: 73.75%;
    float: right;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

/*download*/
.download {
    width: 100%;
    overflow: hidden;
    padding: 55px 0 100px 0;
}

    .download ul {
        width: 100%;
        overflow: hidden;
    }

        .download ul li {
            width: 100%;
            overflow: hidden;
            height: 80px;
            border-bottom: 1px solid #ecebeb;
        }

            .download ul li .tit {
                display: block;
                float: left;
                width: 80%;
                line-height: 80px;
                color: #333333;
                background: url(../images/ico-down.png) no-repeat left center;
                padding-left: 60px;
                transition: all .5s ease;
            }

            .download ul li:hover .tit {
                color: #0f65be;
                transition: all .5s ease;
            }

            .download ul li .down {
                display: block;
                width: 10.166667%;
                float: right;
                line-height: 45px;
                background: #0f65be;
                text-align: center;
                color: #fff;
                margin-top: 12px;
                transition: all .5s ease;
            }

                .download ul li .down:hover {
                    background: #1f258e;
                    transition: all .5s ease;
                }


/*证书查询*/
.inquiry {
    width: 100%;
    overflow: hidden;
    padding: 75px 0 100px 0;
}

.yb-zscx-warp {
    text-align: center;
    width: 71.25%;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid #ebebeb;
    padding: 65px 0 75px 0;
}

    .yb-zscx-warp h4 {
        font-size: 32px;
        color: #333333;
    }

    .yb-zscx-warp h6 {
        font-size: 16px;
        color: #666666;
        margin-top: 24px;
    }

form#zscx {
    width: 59.88023952%;
    margin: 32px auto 0;
}

    form#zscx input[type=text] {
        width: 100%;
        height: 54px;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        text-indent: 12px;
        color: #666666;
        margin-bottom: 14px;
        transition: all .5s ease;
    }

        form#zscx input[type=text]:focus {
            border: 1px solid #0f65be;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
            transition: all .5s ease;
        }

    form#zscx input[type=button] {
        width: 41%;
        margin-top: 16px;
        height: 52px;
        border-radius: 5px;
        background: #0f65be;
        color: #fff;
        border: none;
        letter-spacing: 2px;
    }

    form#zscx #chaxun {
        width: 41%;
        margin-top: 16px;
        height: 52px;
        border-radius: 5px;
        background: #0f65be;
        color: #fff;
        border: none;
        letter-spacing: 2px;
    }

/*contact*/
.contact {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 90px 0;
}

.yb-h1 {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.yb-contact-info {
    width: 100%;
    margin-top: 50px;
}

    .yb-contact-info .yb-lx-box1 {
        width: 30%;
        float: left;
        position: relative;
    }

    .yb-contact-info .yb-lx-box2 {
        width: 70%;
        float: left;
    }

        .yb-contact-info .yb-lx-box2 .yb-lx-box2_box {
            width: 33.3333%;
            float: left;
            position: relative;
        }

    .yb-contact-info p {
        color: #333333;
        text-align: center;
        padding-top: 62px;
    }

        .yb-contact-info p.dz {
            background: url(../images/c-dz.png) no-repeat top center;
        }

        .yb-contact-info p.tel {
            background: url(../images/c-tel.png) no-repeat top center;
        }

        .yb-contact-info p.email {
            background: url(../images/c-email.png) no-repeat top center;
        }

        .yb-contact-info p.yb {
            background: url(../images/c-yb.png) no-repeat top center;
        }

.lx-line {
    width: 1px;
    min-height: 90px;
    background: #cbcbcb;
    position: absolute;
    right: 0;
    top: 0;
}

.maps {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

/*footer*/
footer {
    width: 100%;
    overflow: hidden;
    padding: 38px 0 48px 0;
    background: #4a4a4a;
}

    footer .f-lm-box {
        float: left;
        overflow: hidden;
    }

    footer .item-lm {
        float: left;
        overflow: hidden;
        margin-left: 85px;
    }

        footer .item-lm h6 {
            font-size: 16px;
            color: #fff;
            line-height: 25px;
            margin-bottom: 22px;
        }

        footer .item-lm a {
            display: block;
            font-size: 14px;
            color: #8f8f8f;
            line-height: 25px;
        }

            footer .item-lm a:hover {
                color: #fff;
            }

        footer .item-lm:last-child,
        footer .item-lm:first-child {
            margin-left: 0;
        }

            footer .item-lm:last-child a {
                font-size: 16px !important;
                color: #fff !important;
                margin-bottom: 14px;
            }

    footer .item-ewm {
        float: left;
        overflow: hidden;
        margin-left: 10%;
    }

        footer .item-ewm img {
            display: block;
            width: 131px;
            margin: 0 auto;
        }

        footer .item-ewm p {
            font-size: 13px;
            color: #fff;
            text-align: center;
            padding-top: 14px;
        }

    footer .item-info {
        float: right;
        overflow: hidden;
    }

        footer .item-info .info {
            font-size: 14px;
            color: #fff;
            line-height: 32px;
        }

    footer .f-share {
        overflow: hidden;
        margin-top: 22px;
    }

        footer .f-share a {
            display: block;
            width: 24px;
            height: 24px;
            margin-right: 16px;
        }

        footer .f-share .bshare-custom .bshare-weixin {
            background: url(../images/f-wx.png) no-repeat center center;
        }

        footer .f-share .bshare-custom .bshare-sinaminiblog {
            background: url(../images/f-wb.png) no-repeat center center;
        }

        footer .f-share .bshare-custom .bshare-qqim {
            background: url(../images/f-qq.png) no-repeat center center;
        }

.foot-copy {
    width: 100%;
    overflow: hidden;
    line-height: 32px;
    padding: 10px 0;
    background: #2a2a2a;
    font-size: 13px;
    color: #828282;
}

    .foot-copy a {
        color: #828282;
    }

        .foot-copy a:hover {
            color: #fff;
        }

    .foot-copy .fr {
        float: right;
    }

/**/
.yb-zscxde-warp {
    width: 50%;
    margin: 0 auto;
}

.subzhengshu {
    text-align: center;
    font-size: 24px;
    color: #025dba;
}

.subzhengshuDe {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .subzhengshuDe ul li {
        border-bottom: 1px solid #ddd;
        line-height: 45px;
        color: #333;
        font-size: 14px;
    }

        .subzhengshuDe ul li span {
            font-weight: bold;
            color: #C84A4C;
        }

/*page*/
.Page {
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
}

.disabled {
    border: 1px solid #d8d8d8;
    padding: 5px 5px;
    font-size: 10px;
    color: #d8d8d8;
    display: none;
}

.Page a {
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
    font-size: 10px;
    color: #d8d8d8;
}

    .Page a.sy {
        color: #707072 !important;
    }

.current {
    background: #0f65be;
    padding: 5px 9px;
    color: #fff;
    border: 1px solid #0f65be;
    font-size: 10px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 16px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    /*border-radius: 10px;*/
    background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(8,52,132,.5);
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(8,52,132,.8);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(8,52,132,1);
    }
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
