﻿html {
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    color: #026cb6;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1 {
    margin: 0;
}

.hide {
    display: none !important;
}

a:focus, input, select, textarea {
    outline: 0;
}

.scroll_bar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #e1e1e1;
    border-radius: 10px;
}

.scroll_bar::-webkit-scrollbar-thumb {
    width: 2px;
    height: 5px;
    background-color: #999;
    border-radius: 10px;
}

.p_top_box {
    width: 100%;
    padding-top: 70px;
}

.ptb_hide {
    display: none !important;
}

.ptb_st1 {
    width: 1400px;
    margin: 0 auto;
    height: 170px;
}

.ptb_entrance {
    width: 1400px;
    height: 50px;
    position: absolute;
    top: 0;
}

.ptb_en_left {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 24px;
}

    .ptb_en_left a {
        color: #767676;
        font-size: 16px;
        text-decoration: none;
    }

.ptb_en_right {
    float: right;
    height: 50px;
    line-height: 50px;
}

    .ptb_en_right a {
        text-decoration: none;
        font-size: 16px;
    }

.ptb_login {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
}

.ptb_register {
    border: 1px solid #026cb6;
    background: #026cb6;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
}

.ptb_logo {
    width: 200px;
    height: 85px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -100px;
}

    .ptb_logo a {
        display: block;
        text-align: center;
    }

    .ptb_logo img {
        width: 176px;
        height: 48px;
    }

    .ptb_logo i {
        text-align: center;
        display: block;
        font-style: normal;
        color: #767676;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        margin-top: 9px;
    }

.ptb_navigation1 {
    height: 22px;
    margin: 105px auto 0;
    display: table;
}

.ptb_nav1_ul {
    height: 22px;
}

    .ptb_nav1_ul > li {
        float: left;
        height: 21px;
        line-height: 20px;
        border-right: 1px solid #999;
        padding: 0 23px;
    }

.ptb_nav1_last_li {
    border: 0 !important;
}

.ptb_nav1_ul > li > a {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    height: 40px;
}

    .ptb_nav1_ul > li > a > h1 {
        font-size: 22px;
        padding: 0;
        margin: 0;
    }

.ptb_search {
    width: 660px;
    height: 40px;
    margin: 0 auto;
    background-color: #f0f0f0;
    margin-top: 44px;
    border-radius: 5px;
}

    .ptb_search a {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background-image: url(/image/search1.png?v=1.01);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 10px;
    }

    .ptb_search input {
        border: 0;
        float: left;
        padding: 0 15px 0 0;
        width: 595px;
        height: 40px;
        background-color: #f0f0f0;
        color: #767676;
        font-family: "Source Sans Pro",Helvetica,sans-serif;
        font-weight: 600;
    }

.ptb_st2 {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
}

.ptb_st2_top {
    width: 1400px;
    height: 55px;
    margin: 0 auto;
}

.ptb_st2_top_logo {
    width: 200px;
    height: 55px;
    float: left;
}

    .ptb_st2_top_logo img {
        width: 200px;
        height: 40px;
        margin-top: 8px;
    }

.ptb_st2_top_search {
    width: 400px;
    height: 40px;
    float: left;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 8px;
}

    .ptb_st2_top_search a {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        background-image: url(/image/search1.png?v=1.01);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 10px;
    }

    .ptb_st2_top_search input {
        border: 0;
        float: left;
        padding: 0 15px 0 0;
        width: 340px;
        height: 40px;
        background-color: #f0f0f0;
        color: #767676;
        font-family: "Source Sans Pro",Helvetica,sans-serif;
        font-weight: 600;
    }

.ptb_st2_top_nav {
    float: left;
    width: 550px;
    height: 32px;
    margin: 12px 0 0 20px;
    line-height: 32px;
}

    .ptb_st2_top_nav .pjb_xlk_box {
        margin-top: 8px !important;
    }

    .ptb_st2_top_nav > ul {
        width: 100%;
        height: 32px;
        border-right: 1px solid #999;
    }

        .ptb_st2_top_nav > ul > li {
            float: left;
            margin-right: 20px;
            height: 44px;
        }

            .ptb_st2_top_nav > ul > li > a {
                color: #767676;
                text-decoration: none;
                font-size: 16px;
                color: #333;
                font-weight: 600;
            }

                .ptb_st2_top_nav > ul > li > a > h1 {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: inherit;
                    0;
                }

.ptb_st2_top_entrance {
    float: right;
    margin-top: 4px;
    line-height: 51px;
}

    .ptb_st2_top_entrance a {
        text-decoration: none;
    }

.pstn_jzlx_box {
    width: 900px;
    height: 700px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    z-index: 1;
    margin-top: -5px;
    left: 50%;
    margin-left: -450px;
}

    .pstn_jzlx_box > i {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        background-color: #f4f4f4;
        margin: -9px 0 0 157px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(45deg);
    }

    .pstn_jzlx_box > ul {
        width: 220px;
        float: left;
        height: 700px;
        border-right: 1px solid #e1e1e1;
        overflow-x: auto;
    }

        .pstn_jzlx_box > ul > li {
            padding-left: 20px;
            width: 200px;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #e1e1e1;
            background-color: #f4f4f4;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAv0lEQVQ4T73UsQ1CIRAG4IPEvVzBERzADo5SLfnDCCYmduoAtg5hrG1MXlwCQ/LslDvyiNTku/84wFDnZTp79F/QOTdPKV1buqgmZOYjEb0ArLSo2DIzH4hoAMAaVAQLwsw7Y8wzxriWUBVYkBDCPuf8ALCtoWpwTHomolsNbQIL6r2/WGuHGOPyW9JmMIRwyjnPACwmgyN2B7D5dY7qhBqsFFGBWkwFtmAi2IqJYPfPQXpmk6+NpoBqyhros+cNM2dYFSDupIsAAAAASUVORK5CYII=);
            background-repeat: no-repeat;
            background-position: 200px;
            background-size: 20px;
        }

            .pstn_jzlx_box > ul > li > a {
                color: #333;
                text-decoration: none;
            }

                .pstn_jzlx_box > ul > li > a > h1 {
                    margin: 0;
                    padding: 0;
                    font-size: 16px;
                    font-weight: 600;
                }

.pgbf_dq {
    background-color: #fff !important;
}

.pstn_jzlx_box_right {
    float: right;
    width: 679px;
}

.pjbr_fl2 {
    width: 650px;
    margin-left: 15px;
}

    .pjbr_fl2 > li {
        width: 100%;
        min-height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        display: table;
    }

        .pjbr_fl2 > li > a {
            color: #333;
            display: block;
            width: 120px;
            float: left;
            text-decoration: none;
        }

            .pjbr_fl2 > li > a > h1 {
                font-size: 14px;
                font-weight: 600;
            }

.pjbr_sjdw {
    width: 660px;
    display: table;
}

    .pjbr_sjdw li {
        width: 150px;
        height: 55px;
        display: block;
        border: 1px solid #e1e1e1;
        float: left;
        margin: 15px 13px 0 0;
        position: relative;
        line-height: 55px;
    }

        .pjbr_sjdw li img {
            width: 100%;
            vertical-align: middle;
            max-height: 55px;
            max-width: 150px;
        }

.pjbr_fl3 {
    float: left;
    width: 500px;
}

    .pjbr_fl3 > li {
        float: left;
        margin-right: 20px;
    }

        .pjbr_fl3 > li > a {
            color: #555;
            text-decoration: none;
        }

            .pjbr_fl3 > li > a > h1 {
                font-size: 14px;
                font-weight: 100;
            }

.pjb_xlk_box {
    position: absolute;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin-top: -5px;
    margin-left: -20px;
    width: 120px;
    z-index: 1;
    border-bottom: 0;
}

    .pjb_xlk_box i {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        background-color: #f4f4f4;
        margin: -9px 0 0 52px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .pjb_xlk_box .dq_i {
        background-color: #fff;
    }

    .pjb_xlk_box a {
        display: block;
        /*width: 100%;*/
        height: 44px;
        line-height: 44px;
        text-decoration: none;
        border-bottom: 1px solid #e1e1e1;
        background-color: #f4f4f4;
        color: #333;
        font-size: 14px;
        text-align: center;
    }

        .pjb_xlk_box a:hover {
            background-color: #fff;
        }

.login {
    background: #fff;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 660px;
    height: 464px;
    width: 378px;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
    margin-left: -189px;
}

    .login .wx_code_Tips0, .login .wx_code_Tips1 {
        position: absolute;
        display: block;
        background-color: #76A5D8;
        width: 110px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: #fff;
        margin: 20px 0px 0 210px;
        border-radius: 6px;
        border: 1px solid #3F7FC7;
        font-size: 12px;
    }

        .login .wx_code_Tips0 i, .login .wx_code_Tips1 i {
            display: block;
            width: 8px;
            height: 8px;
            border-top: 1px solid #3F7FC7;
            border-right: 1px solid #3F7FC7;
            background-color: #76A5D8;
            margin: -20px 0 0 106px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    .login .wx_code_login {
        position: absolute;
        right: -50px;
        top: -50px;
        width: 100px;
        height: 100px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        background: #e1e1e1;
        overflow: hidden;
        cursor: pointer;
    }

        .login .wx_code_login img {
            position: absolute;
            top: 75px;
            left: 30px;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            width: 36px;
            height: 36px;
        }

.login_close {
    font-size: 30px;
    color: #fff !important;
    font-weight: bold;
    position: fixed;
    z-index: 1000;
    top: 25%;
    left: 50%;
    margin-top: -45px;
    margin-left: 195px;
}

.login_body {
    padding: 0 15px 0 15px;
    width: 260px;
    height: 300px;
    margin: 100px 0 0 44px;
}

.login_title {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 12px;
}

    .login_title a {
        margin: 0 20px;
        font-size: 16px;
        color: #333;
        padding: 0 10px 5px;
    }

    .login_title .dq_a {
        border-bottom: 2px solid #3F7FC7;
        color: #3F7FC7;
    }

.login_content {
    margin: 0 auto;
    padding: 0 5px;
}

    .login_content p {
        margin-bottom: 14px;
        margin-top: 14px;
    }

.input {
    width: 224px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
}

.login_bottom {
    display: inline-block;
    margin-top: 18px;
    width: 246px;
    text-align: justify;
    text-align-last: justify;
}

    .login_bottom a {
        display: inline-block;
    }

    .login_bottom .no_account {
        float: right;
    }

.login_content button {
    background-color: #3f7fc7;
    width: 246px;
    text-align: center;
    color: #fff;
    border: none;
    height: 40px;
    font-size: 18px;
    margin-top: 10px;
}

.wx_login_content {
    margin-top: 20px;
}

    .wx_login_content span {
        font-size: 18px;
        padding-left: 30px;
        background-image: url(/images/wx.png);
        background-repeat: no-repeat;
        background-size: 26px;
        background-position: 0px;
    }

    .wx_login_content div {
        width: 150px;
        height: 150px;
        border: 1px solid #e1e1e1;
        margin: 15px auto;
    }

    .wx_login_content .RefreshCode_ceng {
        position: absolute;
        top: 180px;
        left: 113px;
        background-color: #000;
        opacity: 0.4;
    }

    .wx_login_content .RefreshCode {
        position: absolute;
        top: 196px;
        width: 150px;
        height: 150px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        left: 114px;
        line-height: 150px;
    }

.yz_box {
    display: flex !important;
    justify-content: space-between;
    width: 246px;
}

.yz {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    margin-left: 2px;
}

.yz_btn {
    width: 180px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #3f7fc7;
    color: #fff;
    cursor: pointer;
    margin-right: -2px;
}

#ysdiv {
    font-size: 12px !important;
}

.user_info {
    color: #424242;
    width: 125px;
    margin-left: 6px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.user_info2 {
    width: 120px !important;
}

.user_info em {
    font-style: inherit;
    background-color: #D90012;
    display: block;
    width: 6px;
    height: 6px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    margin: 10px 0 0 120px;
}

.user_info span {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    background-image: url(/bbs/files/touxiang.png);
    background-repeat: no-repeat;
    background-position: center;
}

.user_op {
    color: #666;
    font-size: 15px !important;
    margin-left: 20px;
}

.verification {
    width: 320px;
    height: 260px;
    position: fixed;
    top: 47%;
    left: 40%;
    background-color: #fff;
    z-index: 100000;
}

.slide-box {
    display: block;
    position: relative;
}

.slide-img-border {
    margin-bottom: 3px;
}

.slide-top {
    height: 14px;
    width: 290px;
    background-position: 0 -1341px;
    position: relative;
    margin-left: 10px;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-img-div {
    width: 260px;
    height: 146px;
    padding: 0 15px 2px 13px;
    position: relative;
    background-color: #f2ece1;
    border-left: 1px solid #e4ddd1;
    border-right: 1px solid #e4ddd1;
    margin-left: 10px;
}

.slide-img-nopadding {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-img-div img {
    width: 100%;
    height: 100%;
}

.slide-block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255,255,0,.8);
    background-size: 260px 116px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4),0 0 10px 0 rgba(90,90,90,.4);
    box-sizing: border-box;
    z-index: 10;
}

.slide-box-shadow {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5) inset;
}

.slide-img-hint-info {
    height: 22px;
    width: 260px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height .3s;
    z-index: 11;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-img-hint {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}

.slide-icon {
    float: left;
    height: 22px;
    width: 26px;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-text {
    text-align: left !important;
    color: #4b3f33;
}

.slide-bottom {
    height: 28px;
    width: 290px;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
    margin-left: 10px;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-bottom-refresh {
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 16px !important;
    background-color: #f1e9de;
    margin: 6px 0 0 18px !important;
    height: 14px;
    width: 14px;
    background-position: 0 -1179px;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-bottom-no-logo {
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}

.scroll-bar {
    margin-left: 25px;
    width: 261px;
    background-position: 0 0;
    height: 28px;
    position: relative;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-btn {
    height: 44px;
    width: 44px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}

.scroll-background {
    background-image: url(../images/sprite.3.2.0.png);
    background-repeat: no-repeat;
}

.slide-title {
    cursor: default;
    position: absolute;
    left: 35px;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    width: 220px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.bp_ceng {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #999;
    z-index: 1000;
    opacity: 0.1;
}

.bp_box {
    position: fixed;
    width: 560px;
    top: 25%;
    left: 50%;
    margin-left: -280px;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0px 4px 14px #bbb;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

    .bp_box .close_bp {
        position: absolute;
        right: 0;
        font-size: 26px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    .bp_box .bp_title {
        width: 100%;
        height: 34px;
        border-bottom: 1px solid #e1e1e1;
        line-height: 34px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #666;
        background-color: #FAFAFA;
    }

    .bp_box .bp_op {
        width: 80%;
        margin: 30px auto;
    }

        .bp_box .bp_op .bp_dq_zh {
            text-align: center;
            display: block;
            font-size: 14px;
            margin-bottom: 20px;
        }

            .bp_box .bp_op .bp_dq_zh em {
                color: #3f7fc7;
                font-weight: 600;
            }

        .bp_box .bp_op .bp_phone {
            display: block;
            width: 100%;
            height: 36px;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 36px;
        }

            .bp_box .bp_op .bp_phone i {
                font-style: normal;
                display: block;
                float: left;
                text-align: right;
                width: 147px;
                font-size: 12px;
                height: 36px;
                line-height: 32px;
            }

            .bp_box .bp_op .bp_phone input {
                width: 140px;
                padding: 3px;
                margin-top: 3px;
            }

        .bp_box .bp_op .bp_code {
            display: block;
            width: 100%;
            height: 36px;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 36px;
        }

            .bp_box .bp_op .bp_code i {
                font-style: normal;
                display: block;
                float: left;
                text-align: right;
                width: 147px;
                font-size: 12px;
                height: 36px;
                line-height: 34px;
            }

            .bp_box .bp_op .bp_code input[type=text] {
                width: 140px;
                padding: 3px;
                margin-top: 3px;
            }

            .bp_box .bp_op .bp_code input[type=button] {
                width: 100px;
                margin-left: 10px;
                margin-top: 3px;
                font-size: 13px;
                height: 29px;
                border: 1px solid #3f7fc7;
                background-color: #3f7fc7;
                color: #fff;
                cursor: pointer;
            }

    .bp_box .bp_btn {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        height: 40px;
        text-align: right;
    }

        .bp_box .bp_btn input {
            margin-top: 7px;
            font-size: 12px;
            width: 50px;
            height: 26px;
            border-radius: 3px;
        }

        .bp_box .bp_btn .bp_determine {
            margin-right: 10px;
            border: 1px solid #3f7fc7;
            background-color: #3f7fc7;
            color: #fff;
            cursor: pointer;
        }

        .bp_box .bp_btn .bp_cancel {
            margin-right: 30px;
            border: 1px solid #e1e1e1;
            background-color: #fff;
            cursor: pointer;
        }

.fldh {
    width: 1150px;
    margin-left: -201px;
    border: 0;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    height: 660px;
}

    .fldh .pjb_jt {
        margin: -9px 0 0 215px;
        background-color: #fff;
    }

.fldh_left {
    width: 240px;
    /*border-right: 1px solid #f1f1f1;*/
    position: absolute;
    top: 150px;
    left: 0;
    bottom: 0;
}

    .fldh_left a {
        background-color: #fff;
        height: 32px;
        line-height: 32px;
        text-align: left;
        padding-left: 30px;
    }

    .fldh_left .tj {
        border: 0;
    }

    .fldh_left .dq {
        background-color: #f4f4f4 !important;
        font-weight: 600;
    }

.fldh_right {
    width: 910px;
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 0;
}

    .fldh_right .tj {
        display: table;
        width: 880px;
        margin: 15px;
    }

        .fldh_right .tj > div {
            /*display: table;
            border-top: 1px solid #ededed;
            border-left: 1px solid #ededed;
            max-width: 856px;*/
            border-top: 1px solid #ededed;
            border-left: 1px solid #ededed;
            max-width: 856px;
            overflow-y: auto;
            display: grid;
        }

            .fldh_right .tj > div > div {
                width: 100%;
                display: flex;
            }


        .fldh_right .tj a {
            overflow: hidden;
            display: block;
            float: left;
            line-height: 80px;
            width: 170px;
            height: 80px;
            /*margin: -1px;*/
            background-color: #fff;
            /*border: 1px #ededed solid;*/
            border-bottom: 1px #ededed solid;
            border-right: 1px #ededed solid;
            /*-webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
            transition: 0.2s;*/
            padding: 0;
        }

            .fldh_right .tj a:hover {
                /*border-color: #d1d1d1;*/
                /*-webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                filter: grayscale(0%);*/
            }

            .fldh_right .tj a img {
                vertical-align: middle;
                max-width: 170px;
                max-height: 80px;
            }

    .fldh_right .fl {
        width: 900px;
        /*margin: 5px 0 5px 5px;*/
        display: block;
        height: 375px;
        overflow-x: auto;
    }

        .fldh_right .fl > div {
            width: 160px;
            float: left;
            margin-right: 10px;
            display: table;
            margin-bottom: 30px;
        }

            .fldh_right .fl > div > a {
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 15px;
                color: #333;
                /*text-align: center;*/
                background-color: #fff;
                border: 0;
                font-weight: 600;
                /*margin-top: 30px;*/
            }

            .fldh_right .fl > div > div {
                /*margin-top: 10px;*/
            }

                .fldh_right .fl > div > div > a {
                    background-color: #fff;
                    width: 100%;
                    border: 0;
                    height: 30px;
                    line-height: 30px;
                    color: #666;
                }

                    .fldh_right .fl > div > div > a:hover {
                        color: #222;
                    }

.fldh_top {
    height: 120px;
    padding: 0 30px;
}

    .fldh_top span {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        margin: 24px 0 10px 0;
    }

    .fldh_top .ft_d1 {
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 3px;
        background: #F0F0F0;
    }

        .fldh_top .ft_d1 img {
            width: 16px;
            margin: 0 16px;
        }

        .fldh_top .ft_d1 input {
            padding: 5px;
            height: 18px;
            line-height: 18px;
            font-size: 16px;
            font-weight: 500;
            font-family: 微软雅黑;
            width: 800px;
            border: none;
            background-color: #F0F0F0;
        }

    .fldh_top .ft_d2 {
        height: 26px;
        line-height: 26px;
        margin-top: 15px;
    }

        .fldh_top .ft_d2 span {
            margin: 0;
            float: left;
            margin-right: 20px;
            cursor: pointer;
        }

            .fldh_top .ft_d2 span:hover {
                border-bottom: 2px solid #026cb6;
            }

        .fldh_top .ft_d2 .dq_sp {
            border-bottom: 2px solid #026cb6;
            cursor: default;
            color: #026cb6;
        }


.right_pf {
    width: 50px;
    padding: 10px 0;
    position: fixed;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 0 10px #bbbbbb;
    z-index: 50000;
    background-color: #ffffff;
    bottom: 100px;
}

    .right_pf > div {
        width: 50px;
        height: 45px;
        padding-top: 5px;
        cursor: pointer;
        border-radius: 5px;
        margin: 10px 0;
    }

        .right_pf > div > img {
            margin: 0 auto;
            display: block;
        }

        .right_pf > div > span {
            display: block;
            text-align: center;
            font-size: 12px;
        }

        .right_pf > div > div {
            position: absolute;
            right: 60px;
            width: 180px;
            height: 210px;
            background-color: #ffffff;
            margin-top: -130px;
            box-shadow: 0 0 10px #bbbbbb;
            border-radius: 5px;
        }

            .right_pf > div > div > img {
                width: 160px;
                height: 160px;
                margin: 10px;
            }

            .right_pf > div > div > span {
                display: block;
                text-align: center;
                font-size: 12px;
            }


        .right_pf > div:hover {
            background-color: #D90012;
        }

            .right_pf > div:hover > span {
                color: #ffffff;
            }
