﻿.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body {
    padding: 0;
    margin: 0 auto;
}

@font-face {
    font-family: 'CNNormal';
    src: url('SourceHanSansCN-Normal.otf');
}

.text-overflow {
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear,
.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.img-responsive {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

body,
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Microsoft yahei',"Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

a {
    text-decoration: none;
    color: #666;
}

    a:link, a:visited, a:active {
        text-decoration: none;
    }

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

ul,
li {
    list-style: none;
}
/*澶撮儴鏍峰紡*/
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* <!--椤堕儴--> */
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

div#top-ad {
    width: 100%;
    margin: 0 auto;
    height: 60px;
}

    div#top-ad > a > img {
        width: 100%;
        height: 100%;
    }

#front_header {
    height: 30px;
    background: #e4e4e4;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

    #front_header:after {
        display: block;
        content: '';
        clear: both;
        height: 0;
    }
    /* 鍒囨崲鍩庡競 */
    #front_header > div.container {
        position: relative;
    }

    #front_header div.container > .site {
        margin-right: 20px;
    }

        #front_header div.container > .site .city {
            padding: 16px 20px 12px;
            font-size: 12px;
            width: 320px;
            position: absolute;
            top: 30px;
            left: 15px;
            z-index: 130;
            overflow: hidden;
            background-color: #fff;
            -webkit-box-shadow: inset 0 0 5px #ddd;
            -moz-box-shadow: inset 0 0 5px #ddd;
            box-shadow: inset 0 0 5px #ddd;
            display: none;
        }

        #front_header div.container > .site .nav_city {
            padding: 0 10px;
            cursor: pointer;
        }

.site .nav_city span.select::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 16px;
    background: url(/images/site.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#front_header div.container > .site .hover {
    background: #cbcbcb;
}

#front_header div.container > .site .nav_city .select {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

#front_header div.container > .site .nav_city .cut {
    font-size: 12px;
}

#front_header div.container > .site .city .local-city-current {
    color: #888;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 14px;
}

.site .city .local-city-current .fl span.before {
    color: #007AFF;
    cursor: pointer;
}

.site .city .local-city-current i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/images/sy_a.png) no-repeat;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.site .city .local-city-current a:hover {
    color: #007AFF;
}

    .site .city .local-city-current a:hover i {
        background: url(/images/sy_b.png) no-repeat;
    }

.city_list ul {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    max-height: 188px;
    overflow-y: auto;
}

    .city_list ul:after, .site .city .local-city-current:after {
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

    .city_list ul li {
        float: left;
        height: 28px;
        line-height: 28px;
        width: 20%;
        text-align: center;
        cursor: pointer;
    }

        .city_list ul li:hover {
            color: #007AFF;
        }

.site .city .link {
    text-align: left;
}

    .site .city .link a {
        font-size: 14px;
        color: #333;
        font-weight: 700;
        margin-right: 10px;
    }


#front_header div.container > div.index:hover {
    background: #cbcbcb;
}

#front_header div.container > div.app:hover {
    background: #cbcbcb;
}

    #front_header div.container > div.app:hover a {
        color: #007AFF;
    }

        #front_header div.container > div.app:hover a::before {
            background: url(/images/index_icon/hsj.png) no-repeat;
        }

#front_header div.container > div.app a::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 18px;
    background: url(/images/index_icon/sj.png) no-repeat;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

#front_header div.container > div.index {
    width: 100px;
    left: 5px;
    text-align: center;
    position: relative;
}

#front_header div.container > div.app {
    width: 140px;
    left: 5px;
    text-align: center;
    position: relative;
}

#front_header div.container > div.index > a::after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 4px;
    background: url(/images/index_icon/more.png) no-repeat;
    position: relative;
    top: -4px;
    margin-left: 4px;
}

#front_header div.container > div.index a {
    width: 100px;
    /* left: 5px; */
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
}

#front_header div.container > div.app a {
    width: 140px;
    /* left: 5px; */
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
}

#front_header div.container > div.index:hover ul {
    display: block;
}

#front_header div.container > div.app:hover div.qr_code {
    display: block;
}

#front_header div.container > div.index ul {
    position: absolute;
    display: none;
    min-width: 100px;
    width: 100%;
    z-index: 130;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#front_header div.container > div.app div.qr_code {
    position: absolute;
    display: none;
    min-width: 100px;
    width: 100%;
    z-index: 130;
    padding: 12px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

    #front_header div.container > div.app div.qr_code span {
        display: block;
        width: 100%;
        height: 120px;
    }

        #front_header div.container > div.app div.qr_code span img {
            width: 100%;
            height: 100%;
        }

    #front_header div.container > div.app div.qr_code p {
        font-size: 12px;
        color: #333;
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 15px;
    }

        #front_header div.container > div.app div.qr_code p::before {
            display: inline-block;
            width: 21px;
            height: 23px;
            content: '';
            background: url(/images/index_icon/az.png) no-repeat;
            position: relative;
            top: 13px;
            left: -2px;
        }

#front_header div.container > div.index ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#front_header div.container > div.index ul a:hover {
    background: #ddd;
    color: #f90;
}


/* 鏂版秷鎭� */


#front_header div.container div.fr > div {
    min-width: 90px;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
}

    #front_header div.container div.fr > div.drop:after {
        display: inline-block;
        content: '>';
        height: 30px;
        width: 10px !important;
        -webkit-transform: scaleY(1) rotate(90deg);
        -moz-transform: scaleY(1) rotate(90deg);
        -ms-transform: scaleY(1) rotate(90deg);
    }

    #front_header div.container div.fr > div:hover {
        background: #cbcbcb;
    }

        #front_header div.container div.fr > div:hover ul {
            display: block;
        }

    #front_header div.container div.fr > div > ul {
        position: absolute;
        display: none;
        min-width: 90px;
        width: 100%;
        z-index: 100;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: inset 0 0 5px #ddd;
        -moz-box-shadow: inset 0 0 5px #ddd;
        box-shadow: inset 0 0 5px #ddd;
    }

    #front_header div.container div.fr > div.drop:hover .drop-down {
        display: block;
    }

    #front_header div.container div.fr > div.drop:hover a.news {
        color: #007AFF;
    }

    #front_header div.container div.fr > div.drop .drop-down {
        position: absolute;
        display: none;
        min-width: 300px;
        width: 100%;
        z-index: 100;
        text-align: left;
        left: -100px;
        background: #fff;
        -webkit-box-shadow: inset 0 0 5px #ddd;
        -moz-box-shadow: inset 0 0 5px #ddd;
        box-shadow: inset 0 0 5px #ddd;
    }

        #front_header div.container div.fr > div.drop .drop-down > ul.tab {
            position: relative;
            height: 40px;
            text-align: center;
            border-bottom: 1px solid #ddd;
            margin: 0;
        }

            #front_header div.container div.fr > div.drop .drop-down > ul.tab:after {
                display: block;
                content: '';
                clear: both;
                height: 0;
            }

            #front_header div.container div.fr > div.drop .drop-down > ul.tab i.line {
                display: inline-block;
                width: 1px;
                height: 20px;
                background: #ddd;
                position: absolute;
                left: 50%;
                margin-top: 10px;
            }

            #front_header div.container div.fr > div.drop .drop-down > ul.tab li {
                float: left;
                width: 50%;
                height: 22px;
                cursor: pointer;
            }

                #front_header div.container div.fr > div.drop .drop-down > ul.tab li.words {
                    background: url(/images/new-gout.png) no-repeat;
                    margin-top: 10px;
                    background-position: 70px 0;
                }

                #front_header div.container div.fr > div.drop .drop-down > ul.tab li.envelope {
                    background: url(/images/xin.png) 64px 0 no-repeat;
                    margin-top: 12px;
                }

                    #front_header div.container div.fr > div.drop .drop-down > ul.tab li.envelope:hover {
                        background: url(/images/new-xin.png) 64px 0 no-repeat;
                    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content ul {
        height: 275px;
        max-height: 275px;
        overflow-y: auto;
        text-align: left;
        margin: 0;
    }
    /* ::-webkit-scrollbar{
  width:6px;
  background: #c3c3c3;
}
::-webkit-scrollbar-track{  
  border-radius: 10px;  
  background-color: #ddd;  
}  
::-webkit-scrollbar-thumb{
  border-radius: 3px;
} */
    #front_header div.container div.fr > div.drop > .drop-down .tab-content .no-news {
        height: 275px;
        line-height: 275px;
        text-align: center;
        font-size: 14px;
        color: #999;
        /* display: none; */
        vertical-align: middle;
    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content ul li {
        border-bottom: 1px solid #ddd;
    }

        #front_header div.container div.fr > div.drop > .drop-down .tab-content ul li:hover {
            background: #ddd;
        }

        #front_header div.container div.fr > div.drop > .drop-down .tab-content ul li a {
            color: #666;
            padding: 0 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        #front_header div.container div.fr > div.drop > .drop-down .tab-content ul li p {
            color: #999;
            padding: 0 20px;
            margin-top: -6px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px;
        }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content .messages {
        display: none;
    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list a {
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list span.fr {
        display: inline-block;
        height: 16px;
        width: 16px;
        color: #fff;
        background: #007AFF;
        border-radius: 50%;
        text-align: center;
        line-height: 16px;
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: 0;
    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list a.look-all {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 40px;
        border-top: 1px solid #ddd;
    }

    #front_header div.container div.fr > div.drop > .drop-down .tab-content .messages > ul.new-information li:first-child a {
        color: #666;
    }

#front_header div.container div.fr .messages > ul.new-information li:nth-child(2) a {
    color: #666;
}

#front_header div.container div.fr .messages > a.look-all {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    border-top: 1px solid #ddd;
}


#front_header div.container div.fr > div ul a {
    display: block;
}

    #front_header div.container div.fr > div ul a:hover {
        background: #ddd;
        color: #f90;
    }

#front_header div.container div.fr > a {
    display: inline-block;
    padding-left: 15px;
}

    #front_header div.container div.fr > a.nav {
        color: #007AFF;
    }

        #front_header div.container div.fr > a.nav:before {
            display: inline-block;
            content: url(/images/icep/nav.png);
            position: relative;
            left: 0;
            margin-right: 6px;
            top: 1px;
        }

    #front_header div.container div.fr > a.new {
        position: relative;
    }

        #front_header div.container div.fr > a.new:after {
            display: inline-block;
            content: ".";
            position: absolute;
            right: -6px;
            font-size: 43px;
            color: #007AFF;
            top: -7px;
            line-height: 5px;
        }

#msg-notice {
    display: none;
    position: absolute;
    background: #007AFF;
    font-size: 11px;
    border-radius: 4px;
    display: block;
    width: 20px;
    height: 15px;
    line-height: 14px;
    right: -23px;
    color: #fff;
    padding: 0;
    top: 1px;
    z-index: 1;
}


#newBridge {
    z-index: 10 !important;
}


/* 鎼滅储妗� */

div#header {
    background: #fff;
    z-index: 1000;
}

    div#header:after {
        display: block;
        content: '';
        clear: both;
        height: 0;
    }

    div#header div.header_main {
        width: 1200px;
        margin: 0 auto;
        clear: both;
    }

        div#header div.header_main:after {
            display: block;
            content: '';
            clear: both;
            height: 0;
        }

        div#header div.header_main > div.fl {
            width: 330px;
            margin-top: 30px;
        }

            div#header div.header_main > div.fl:after {
                display: block;
                content: '';
                clear: both;
                height: 0;
            }

            div#header div.header_main > div.fl > div.logo {
                float: left;
            }

            div#header div.header_main > div.fl > div.web_name {
                font-size: 22px;
                color: #585858;
                margin-left: 15px;
                padding-left: 15px;
                border-left: 1px solid #ddd;
                line-height: 22px;
                float: left;
                margin-top: 11.5px;
            }

        div#header div.header_main > div.fr {
            width: 788px;
            position: relative;
        }

            div#header div.header_main > div.fr:after {
                display: block;
                content: '';
                clear: both;
                height: 0;
            }

            div#header div.header_main > div.fr > img {
                margin-top: 22px;
            }

            div#header div.header_main > div.fr a.publish {
                /* float: right; */
                margin-top: 40px;
                margin-right: 0.360406%;
                height: 36px;
                /* width: 18.974619%; */
                border: 2px solid #007AFF;
                text-align: center;
                color: #007AFF;
                line-height: 34px;
                font-size: 14px;
                /* position: relative; */
                display: block;
            }

            div#header div.header_main > div.fr div.issue_demand {
                float: right;
                width: 18.974619%;
                position: relative;
            }

            div#header div.header_main > div.fr a.publish:before {
                display: inline-block;
                content: url(/css/20161025/img/written.jpg);
                position: relative;
                top: 3px;
                left: 0;
                margin-right: 8px;
                line-height: 16px;
            }

            div#header div.header_main > div.fr div.issue_demand:hover a.publish {
                color: #fff;
                background-color: #007AFF;
            }

                div#header div.header_main > div.fr div.issue_demand:hover a.publish::before {
                    display: inline-block;
                    content: url(/images/index_icon/fabu.jpg);
                    position: relative;
                    top: 4px;
                    left: 0;
                }

            div#header div.header_main > div.fr div.issue_demand:hover div.drop_down {
                display: block;
            }

            div#header div.header_main > div.fr div.drop_down {
                position: absolute;
                min-width: 260px;
                width: 260px;
                z-index: 10001;
                border: 1px solid #ddd;
                top: 76px;
                right: 1px;
                display: none;
                background: #fff;
                -webkit-box-shadow: inset 0 0 5px #ddd;
                -moz-box-shadow: inset 0 0 5px #ddd;
                box-shadow: inset 0 0 5px #ddd;
            }

                div#header div.header_main > div.fr div.drop_down h3 {
                    margin: 0 20px;
                    font-size: 16px;
                    color: black;
                    /* padding-bottom: 15px; */
                    line-height: 54px;
                    border-bottom: 1px dashed #ddd;
                    text-align: center;
                }

                div#header div.header_main > div.fr div.drop_down div.post_demand ul.ul_list {
                    margin: 0 20px;
                }

                    div#header div.header_main > div.fr div.drop_down div.post_demand ul.ul_list li a.fl {
                        display: block;
                        width: 32px;
                        height: 32px;
                        margin-right: 20px;
                        margin-top: 20px;
                    }

                    div#header div.header_main > div.fr div.drop_down div.post_demand ul.ul_list li div.fl {
                        width: 158px;
                        margin-top: 15px;
                    }

                        div#header div.header_main > div.fr div.drop_down div.post_demand ul.ul_list li div.fl h4 {
                            font-size: 15px;
                            color: #333;
                        }

                        div#header div.header_main > div.fr div.drop_down div.post_demand ul.ul_list li div.fl p {
                            color: #fe8388;
                            font-size: 12px;
                        }


/*澶撮儴鐨勬悳绱�*/
#header_form {
    float: left;
    width: 75.796954%;
    margin-top: 20px;
}

    #header_form:after {
        display: block;
        content: '';
        clear: both;
        height: 0;
    }

    #header_form input {
        width: 76.242424%;
        height: 36px;
        float: left;
        padding: 0 10px;
        border: 2px solid #007AFF;
        border-right: none;
        outline: none;
    }

    #header_form button {
        float: left;
        width: 22.757576%;
        height: 36px;
        background: #007AFF;
        border: 1px solid #007AFF;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        outline: none;
    }

    #header_form ul.choose {
        margin: 0;
    }

        #header_form ul.choose li {
            float: left;
            width: 50px;
            height: 20px;
            font-size: 14px;
            color: #fe7e3f;
            text-align: center;
            cursor: pointer;
        }

            #header_form ul.choose li:hover {
                background-color: #ff6600;
                color: #fff;
            }

            #header_form ul.choose li.visited {
                background-color: #ff6600;
                color: #fff;
            }

    #header_form p.keywords {
        display: block;
        line-height: 30px;
        font-size: 12px;
    }

        #header_form p.keywords a {
            display: inline-block;
            margin-right: 16px;
            color: #999;
        }

            #header_form p.keywords a:hover {
                color: #007AFF;
            }
/* 鍥哄畾瀵艰埅 */

.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    display: none;
}

#fixed {
    display: none;
}

#header .fixed:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#header .fixed > div.fl {
    width: 253px !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

#header .fixed .logo {
    width: 253px;
    height: 40px;
}

    #header .fixed .logo img {
        width: 100%;
        height: 100%;
    }

#header .fixed #header_form .search {
    width: 76.545455%;
    height: 36px;
    float: left;
    border: 2px solid #007AFF;
}

#header .fixed > div.fr {
    width: 825px !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

#header .fixed #header_form {
    margin: 0 !important;
    padding: 4px 0 !important;
}

    #header .fixed #header_form .search {
        position: relative;
    }

        #header .fixed #header_form .search .search_tag {
            display: inline-block;
            width: 70px;
            height: 32px;
            line-height: 34px;
            float: left;
            border-right: 1px solid #ddd;
            cursor: pointer;
            padding-left: 11px;
        }

        #header .fixed #header_form .search i.down {
            display: inline-block;
            width: 15px;
            height: 13px;
            background: url(/images/20150426183007.jpg) -5px no-repeat;
            position: absolute;
            top: 10px;
            margin-left: -23px;
            cursor: pointer;
        }

        #header .fixed #header_form .search .ser_span:hover ul.ser_pull {
            display: block;
        }

        #header .fixed #header_form .search ul.ser_pull {
            width: 70px;
            background-color: #fff;
            position: absolute;
            top: 0;
            padding-left: 10px;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            margin: 0;
            display: none;
        }

            #header .fixed #header_form .search ul.ser_pull li {
                line-height: 32px;
            }

                #header .fixed #header_form .search ul.ser_pull li:hover {
                    color: #007AFF;
                    cursor: pointer;
                }

#header .fixed > div.fr div.issue_demand {
    padding: 4px 0 !important;
}

#header .fixed > div.fr a.publish {
    margin: 0 !important;
}

#header .fixed #header_form .search input[name="ky"] {
    float: left;
    height: 32px;
    border: none;
    padding: 0 10px;
}

#header .fixed #header_form .search > button[type="submit"] {
    float: left;
    width: 14.5454545%;
    height: 34px;
}

/* 瀵艰埅 */
#nav {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-top: 33px;
    border-top: 1px solid #f6f6f6;
}

    #nav ul.main-nav {
        font-size: 16px;
        margin: 0;
    }

        #nav ul.main-nav:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #nav ul.main-nav li {
            float: left;
            overflow: hidden;
            font-size: 16px;
            cursor: pointer;
            color: black;
            position: relative;
        }

            #nav ul.main-nav li.bold {
                font-weight: 600;
            }

            #nav ul.main-nav li.border a:after {
                display: inline-block;
                vertical-align: middle;
                content: '|';
                color: #f6f6f6;
                font-weight: normal;
                position: relative;
                right: -27px;
            }

    #nav .nav-bar ul.main-nav > li > i {
        position: absolute;
        display: block;
        width: 30px;
        height: 14px;
        background: url(/images/spring/new.gif) no-repeat;
        right: 3px;
        top: 0;
    }

    #nav ul.main-nav li a:hover {
        color: #007AFF;
    }

    #nav ul.main-nav li:hover a {
        color: #007AFF;
    }

    #nav ul.main-nav li.selected {
        height: 42px;
        border-bottom: 2px solid #007AFF;
    }

    #nav ul.main-nav li.active {
        background-color: #007AFF;
        color: #fff;
    }

    #nav ul.main-nav li a {
        display: block;
        padding: 9px 25px;
        color: #333;
        font-family: 'CNNormal','Microsoft YaHei';
    }

    #nav ul.main-nav li.active a {
        color: #fff;
    }


/* 杞挱鍥� */
#banner {
    position: relative;
    height: 428px;
    background: #fff;
    overflow: hidden;
}

    #banner .slider-wrapper {
        position: relative;
        overflow: hidden;
        height: 428px;
        width: 100%;
        left: 50%;
        margin-left: -50%;
    }

        #banner .slider-wrapper .carousel-inner > .item > a {
            display: block;
            height: 428px;
            width: 100%;
        }

    #banner .carousel-indicators {
        /* left: 34%; */
    }

div.banner {
    position: absolute;
    right: 0;
    width: 260px;
    top: -428px;
    padding-top: 0;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
    z-index: 30;
}

    div.banner .banner-title {
        /* margin: 20px 0; */
        z-index: 30;
        background-color: #fff;
        height: 428px;
    }

        div.banner .banner-title .banner-publish {
            padding: 0;
            height: 118px;
            /* z-index: 20px; */
        }

            div.banner .banner-title .banner-publish img {
                width: 100%;
                height: 100%;
            }

        div.banner .banner-title
        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
            width: 33%;
            text-align: center;
        }

        div.banner .banner-title .banner-active > ul {
            border-bottom: 1px solid #ddd;
        }

            div.banner .banner-title .banner-active > ul:after {
                display: block;
                height: 0;
                content: '';
                clear: both;
            }

            div.banner .banner-title .banner-active > ul > li {
                float: left;
                padding: 1px 4.2%;
                font-size: 16px;
                position: relative;
            }

                div.banner .banner-title .banner-active > ul > li.active {
                    color: #007AFF;
                    border-bottom: 3px solid #007AFF;
                    background-color: #fff;
                }

                    div.banner .banner-title .banner-active > ul > li.active a {
                        color: #007AFF;
                        text-decoration: none;
                        background-color: #fff;
                    }

                div.banner .banner-title .banner-active > ul > li i.line {
                    display: inline-block;
                    width: 1px;
                    height: 20px;
                    background-color: #ddd;
                    position: absolute;
                    top: 12px;
                    right: 0;
                }

                div.banner .banner-title .banner-active > ul > li:hover a {
                    color: #007AFF;
                    background-color: #fff;
                }

.tab-pane ul {
    padding: 10px 10px 0;
    list-style: disc;
}

    .tab-pane ul li {
        list-style: disc;
        line-height: 35px;
        padding-left: 10px;
        width: 235px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tab-pane ul li span {
            position: relative;
            top: 5px;
            font-size: 2em;
            display: inline-block;
            padding: 0;
            line-height: 9px;
            margin: auto;
        }

.banner-active a {
    color: #666465;
}

.banner .tab-pane a.look_more {
    display: block;
    width: 280px;
    text-align: center;
    color: #007AFF;
    padding-bottom: 10px;
    text-decoration: none;
}

.banner .tab-pane a:hover {
    color: #007AFF;
}

/* 杞挱鍥句笅闈㈠洓涓垏鎹� */
#introduce {
    width: 100%;
    /* height: 140px; */
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

    #introduce .introduce-main {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #introduce .introduce_content:after {
        display: block;
        height: 0;
        content: '';
        clear: both;
    }

    #introduce .introduce_content {
        margin: 0;
        padding: 0;
    }

        #introduce .introduce_content li {
            float: left;
            width: 300px;
            border-left: 1px solid #f4f4f4;
            text-align: center;
            cursor: pointer;
            padding-top: 32px;
            padding-bottom: 26px;
        }

            #introduce .introduce_content li:last-child {
                border-right: 1px solid #f4f4f4;
            }

            #introduce .introduce_content li:after {
                display: block;
                height: 0;
                content: '';
                clear: both;
            }

            #introduce .introduce_content li .li_left {
                float: left;
                margin-left: 20px;
            }

            #introduce .introduce_content li > .apparatus > a {
                display: block;
                width: 80px;
                height: 80px;
                background: url(/images/index_icon/instr.png) no-repeat;
            }

            #introduce .introduce_content li > .onekey > a {
                display: block;
                width: 100px;
                height: 80px;
                background: url(/images/index_icon/one.png) no-repeat;
            }

            #introduce .introduce_content li > .vip_service > a {
                display: block;
                width: 100px;
                height: 80px;
                background: url(/images/index_icon/VIP_service1.png) no-repeat;
            }

            #introduce .introduce_content li > .public_class > a {
                display: block;
                width: 100px;
                height: 80px;
                background: url(/images/index_icon/public.png) no-repeat;
            }

            #introduce .introduce_content li .li_right {
                float: left;
                text-align: left;
                color: #666;
                margin-top: 10px;
            }

                #introduce .introduce_content li .li_right > a {
                    font-size: 18px;
                    font-weight: 700;
                }

                #introduce .introduce_content li .li_right > p {
                    margin-top: 10px;
                }

            #introduce .introduce_content li:hover {
                background: #ff7213;
                color: #fff;
            }

                #introduce .introduce_content li:hover .apparatus > a {
                    background: url(/images/index_icon/instr2.png) no-repeat;
                }

                #introduce .introduce_content li:hover .li_right {
                    color: #fff;
                }

                    #introduce .introduce_content li:hover .li_right > a {
                        color: #fff;
                    }

                #introduce .introduce_content li:hover .onekey > a {
                    background: url(/images/index_icon/one2.png) no-repeat;
                }

                #introduce .introduce_content li:hover .vip_service > a {
                    background: url(/images/index_icon/VIP_service2.png) no-repeat;
                }

                #introduce .introduce_content li:hover .public_class > a {
                    background: url(/images/index_icon/public2.png) no-repeat;
                }


/* <!--浠櫒鍏变韩涓庡疄楠屽鍖�--> */

#apparatus {
    /* height: 600px; */
    background-color: #fff;
    position: relative;
}

    #apparatus .apparatus_main {
        width: 1200px;
        height: 600px;
        margin: 0 auto;
        overflow: hidden;
    }

        #apparatus .apparatus_main:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #apparatus .apparatus_main .l_text {
            float: left;
            margin-left: 3%;
            width: 530px;
            margin: 160px auto;
        }

            #apparatus .apparatus_main .l_text h3 {
                color: #42c4fd;
                margin-bottom: 20px;
            }

            #apparatus .apparatus_main .l_text > p {
                font-size: 14px;
                color: #333;
            }

                #apparatus .apparatus_main .l_text > p > span {
                    color: #42c4fd;
                }

    #apparatus #carousel {
        float: right;
        width: 600px;
        height: 290px;
        margin: 0 auto;
    }

        #apparatus #carousel .circle {
            position: absolute;
            bottom: -165px;
            left: 77%;
        }

            #apparatus #carousel .circle li {
                float: left;
                width: 12px;
                height: 12px;
                border: 1px solid #007AFF;
                border-radius: 50%;
                margin-right: 10px;
                cursor: pointer;
            }

                #apparatus #carousel .circle li.active {
                    width: 14px;
                    height: 14px;
                    background: #42c4fd;
                    border: none;
                }

        #apparatus #carousel .r_slideshow {
            float: right;
            width: 600px;
            margin: 140px auto;
            position: relative;
        }

            #apparatus #carousel .r_slideshow .all_apparatus {
                height: 290px;
                background: url(/images/index_icon/ins_ball.png) no-repeat;
                background-position: center;
            }

                #apparatus #carousel .r_slideshow .all_apparatus a {
                    display: block;
                    width: 140px;
                    margin: 10px auto;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    background-color: #03b8ff;
                    color: #fff;
                    text-decoration: none;
                }

                    #apparatus #carousel .r_slideshow .all_apparatus a:hover {
                        background-color: #24C3F3;
                    }

            #apparatus #carousel .r_slideshow .all_service {
                height: 290px;
                background: url(/images/index_icon/ser_ball.png) no-repeat;
                background-position: center;
            }

                #apparatus #carousel .r_slideshow .all_service a {
                    display: block;
                    width: 140px;
                    margin: 10px auto;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    background-color: #f29c00;
                    color: #fff;
                    text-decoration: none;
                }

                    #apparatus #carousel .r_slideshow .all_service a:hover {
                        background-color: #F0AF47;
                    }

/* <!--鍙戝竷绉戠爺鍙婄鐮旈渶姹�--> */
#demand {
    width: 100%;
    height: 600px;
    background-color: #393f4f;
}

    #demand .demand_main {
        width: 1200px;
        margin: 0 auto;
    }

        #demand .demand_main:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #demand .demand_main .fl_demand {
            width: 67.5%;
            height: 598px;
            background: url(/images/index_icon/d_bgc.png) no-repeat;
            background-position: bottom;
            background-size: 100%;
        }

            #demand .demand_main .fl_demand .img {
                width: 100%;
                padding-top: 265px;
            }

                #demand .demand_main .fl_demand .img img {
                    width: 100%;
                    vertical-align: bottom;
                }

            #demand .demand_main .fl_demand .fl_demand_content {
                position: relative;
            }

                #demand .demand_main .fl_demand .fl_demand_content .show {
                    position: absolute;
                    text-align: center;
                }

                    #demand .demand_main .fl_demand .fl_demand_content .show > P {
                        font-size: 16px;
                        color: #d0d1d5;
                        margin: 0;
                    }

                        #demand .demand_main .fl_demand .fl_demand_content .show > P > span {
                            font-size: 17px;
                            font-weight: 700;
                        }

                #demand .demand_main .fl_demand .fl_demand_content .one {
                    top: 337px;
                    left: 130px;
                }

                #demand .demand_main .fl_demand .fl_demand_content .two {
                    top: 208px;
                    left: 264px;
                }

                #demand .demand_main .fl_demand .fl_demand_content .three {
                    top: 305px;
                    left: 416px;
                }

                #demand .demand_main .fl_demand .fl_demand_content .four {
                    top: 265px;
                    right: 207px;
                }

                #demand .demand_main .fl_demand .fl_demand_content .five {
                    top: 360px;
                    right: 104px;
                }

        #demand .demand_main .demand_fr {
            text-align: right;
            padding-top: 180px;
            width: 30%;
        }

            #demand .demand_main .demand_fr h3 {
                color: #df6266;
                font-size: 22px;
                margin-bottom: 20px;
            }

            #demand .demand_main .demand_fr > p {
                color: #fffeff;
                font-size: 16px;
            }

                #demand .demand_main .demand_fr > p > span {
                    color: #f77d8a;
                }

            #demand .demand_main .demand_fr > a.publish {
                display: block;
                width: 140px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                color: #fff;
                background: #fa6a6a;
                float: right;
                margin-top: 10px;
            }

                #demand .demand_main .demand_fr > a.publish:hover {
                    background: #F58484;
                }

#vip_service {
    /* height: 600px; */
    background-color: #fff;
}

    #vip_service .vip_service_main {
        width: 1200px;
        margin: 0 auto;
        height: 600px;
        background: url(/images/index_icon/vip_bgc.png) no-repeat;
        background-position-x: right;
        background-position-y: center;
    }

        #vip_service .vip_service_main:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #vip_service .vip_service_main .vip_service_content {
            padding-top: 12%;
        }

            #vip_service .vip_service_main .vip_service_content h3 {
                color: #cca85b;
                margin-top: 10px;
                margin-bottom: 20px;
            }

            #vip_service .vip_service_main .vip_service_content > p {
                color: #333;
                font-size: 16px;
            }

            #vip_service .vip_service_main .vip_service_content > a.service_btn {
                display: block;
                width: 140px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                color: #fff;
                background-color: #cca85b;
                margin-top: 20px;
            }

                #vip_service .vip_service_main .vip_service_content > a.service_btn:hover {
                    background-color: #E6BA63;
                }

    #vip_service #box {
        width: 585px;
        height: 600px;
        position: relative;
    }

    #vip_service .vip_service_main .ykx_vip {
        width: 585px;
        height: 600px;
        background: url(/images/index_icon/VIP_ser.png) no-repeat;
        background-position-y: 55%;
        background-position-x: left;
        overflow: hidden;
        position: relative;
        padding-top: 151px;
        padding-left: 38px;
    }

        #vip_service .vip_service_main .ykx_vip .rollScreen {
            width: 412px;
            height: 232px;
            overflow: hidden;
            position: relative;
        }

        #vip_service .vip_service_main .ykx_vip ul.Slider_content {
            position: absolute;
            left: 0;
            top: 0px;
        }

        #vip_service .vip_service_main .ykx_vip .Slider_content:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #vip_service .vip_service_main .ykx_vip li {
            float: left;
            width: 412px;
            height: 232px;
            overflow: hidden;
        }

        #vip_service .vip_service_main .ykx_vip ol {
            position: absolute;
            text-align: center;
            bottom: 6px;
            left: 50%;
            margin: 0;
        }

            #vip_service .vip_service_main .ykx_vip ol li {
                float: left;
                width: 6px;
                height: 6px;
                background: #222836;
                border: 1px solid #fff;
                margin-left: 3px;
                cursor: pointer;
                border-radius: 50%;
            }

                #vip_service .vip_service_main .ykx_vip ol li.active {
                    background: #fff;
                }

/* 鍏紑璇炬澘鍧� */
#public_class {
    /* height: 600px; */
    background: #03b9fe;
}

    #public_class .class_main {
        width: 1200px;
        margin: 0 auto;
        height: 600px;
    }

        #public_class .class_main .slide_class {
            width: 645px;
            height: 600px;
            background: url(/images/index_icon/class_bgc.png) no-repeat;
            background-position-y: -10px;
            position: relative;
        }

            #public_class .class_main .slide_class .class_warp {
                background: url(/images/index_icon/class_icon.png) no-repeat;
                background-position-x: 55%;
                position: relative;
            }

                #public_class .class_main .slide_class .class_warp .class_slide {
                    width: 250px;
                    height: 488px;
                    background: url(/images/index_icon/phone.png) no-repeat;
                    background-size: 100% 100%;
                    margin: 0px auto;
                    margin-top: 75px;
                    position: relative;
                    overflow: hidden;
                }

                    #public_class .class_main .slide_class .class_warp .class_slide .slide_screen {
                        width: 206px;
                        height: 360px;
                        left: 23px;
                        overflow: hidden;
                        top: 64px;
                        position: relative;
                        margin: 0;
                        padding: 0;
                    }

                    #public_class .class_main .slide_class .class_warp .class_slide ul {
                        /* height: 100%;
    position: absolute; */
                    }

                        #public_class .class_main .slide_class .class_warp .class_slide ul li {
                            float: left;
                            width: 206px;
                            /* height: 355px; */
                            overflow: hidden;
                            margin: 0;
                            padding: 0;
                        }

                    #public_class .class_main .slide_class .class_warp .class_slide ol.ol_list {
                        position: absolute;
                        left: 35%;
                        margin: 0;
                        padding: 0;
                    }

                        #public_class .class_main .slide_class .class_warp .class_slide ol.ol_list li {
                            float: left;
                            width: 10px;
                            height: 10px;
                            border: 1px solid #f7f7f7;
                            margin-left: 5px;
                            cursor: pointer;
                            border-radius: 50%;
                        }

                            #public_class .class_main .slide_class .class_warp .class_slide ol.ol_list li.active {
                                background: #f5b535;
                            }

        #public_class .class_main > div.fr {
            text-align: right;
            /* margin-right: 6%; */
            color: #fff;
            padding-top: 15%;
        }

            #public_class .class_main > div.fr > h3 {
                margin-bottom: 20px;
            }

            #public_class .class_main > div.fr > p {
                font-size: 16px;
            }

            #public_class .class_main > div.fr .apply_icon {
                display: inline-block;
                width: 19px;
                height: 16px;
                background: url(/images/index_icon/classa.png) no-repeat;
                position: relative;
                top: 3px;
                margin-right: 10px;
            }

            #public_class .class_main > div.fr > a {
                display: inline-block;
                color: #fff;
                font-size: 15px;
            }

                #public_class .class_main > div.fr > a.apply_class {
                    text-decoration: underline;
                }

                    #public_class .class_main > div.fr > a.apply_class:hover {
                        color: #f5b535;
                    }

                        #public_class .class_main > div.fr > a.apply_class:hover .apply_icon {
                            background: url(/images/index_icon/classb.png) no-repeat;
                        }

                #public_class .class_main > div.fr > a.look_class {
                    width: 142px;
                    height: 36px;
                    background-color: #f5b535;
                    text-align: center;
                    line-height: 36px;
                    margin-left: 22px;
                }

                    #public_class .class_main > div.fr > a.look_class:hover {
                        background-color: #F1A918;
                    }

/* <!--鍏ラ┗鏈烘瀯鏉垮潡--> */

#organization {
    background: #fff;
}

    #organization .org_main {
        width: 1200px;
        margin: 0 auto;
        height: 600px;
    }

        #organization .org_main h2 {
            text-align: center;
            font-size: 27px;
            padding: 88px 0 60px 0;
        }

        #organization .org_main .org_logo ul:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #organization .org_main .org_logo ul li {
            float: left;
            margin-bottom: 55px;
            margin-right: 38px;
        }

            #organization .org_main .org_logo ul li.li {
                margin-right: 0;
                float: right;
            }

            #organization .org_main .org_logo ul li a.li1 {
                display: inline-block;
                width: 289px;
                height: 48px;
                background: url(/images/index_icon/bjys.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li2 {
                display: inline-block;
                width: 195px;
                height: 48px;
                background: url(/images/index_icon/bjkeji.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li3 {
                display: inline-block;
                width: 290px;
                height: 48px;
                background: url(/images/index_icon/zky.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li4 {
                display: inline-block;
                width: 142px;
                height: 48px;
                background: url(/images/index_icon/omics.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li5 {
                display: inline-block;
                width: 129px;
                height: 48px;
                background: url(/images/index_icon/qh.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.a1 {
                display: inline-block;
                width: 297px;
                height: 48px;
                background: url(/images/index_icon/zkwb.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.a2 {
                display: inline-block;
                width: 175px;
                height: 48px;
                background: url(/images/index_icon/bjhg.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.a3 {
                display: inline-block;
                width: 282px;
                height: 48px;
                background: url(/images/index_icon/cszx.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.a4 {
                display: inline-block;
                width: 136px;
                height: 48px;
                background: url(/images/index_icon/puer.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.a5 {
                display: inline-block;
                width: 138px;
                height: 48px;
                background: url(/images/index_icon/bd.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li_a1 {
                display: inline-block;
                width: 171px;
                height: 48px;
                background: url(/images/index_icon/jisuan.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li_a2 {
                display: inline-block;
                width: 184px;
                height: 48px;
                background: url(/images/index_icon/zfgk.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li_a3 {
                display: inline-block;
                width: 199px;
                height: 48px;
                background: url(/images/index_icon/bjyj.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li_a4 {
                display: inline-block;
                width: 196px;
                height: 48px;
                background: url(/images/index_icon/xsyy.png) no-repeat;
            }

            #organization .org_main .org_logo ul li a.li_a5 {
                display: inline-block;
                width: 290px;
                height: 48px;
                background: url(/images/index_icon/tjgj.png) no-repeat;
            }

        #organization .org_main a.look_service {
            display: block;
            width: 222px;
            margin: 0 auto;
            height: 34px;
            line-height: 34px;
            color: #999;
            border: 1px solid #ddd;
            text-align: center;
        }

/* <!--鎴愬姛妗堜緥--> */

#successful_cases {
    background: url(/images/index_icon/VCG21gic17149412.jpg) no-repeat;
    background-size: 100% 100%;
}

    #successful_cases .success_main {
        width: 830px;
        height: 600px;
        margin: 0 auto;
    }

        #successful_cases .success_main h3 {
            font-size: 28px;
            color: #a0cefa;
            text-align: center;
            padding-top: 88px;
            margin-bottom: 64px;
        }

        #successful_cases .success_main ul li:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #successful_cases .success_main ul.cases > li > .fl_img {
            width: 78px;
            height: 78px;
            border: 2px solid #555962;
            border-radius: 50%;
        }

            #successful_cases .success_main ul.cases > li > .fl_img > a > img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        #successful_cases .success_main ul li {
            margin-bottom: 50px;
        }

            #successful_cases .success_main ul li .r_case {
                width: 716px;
                margin-left: 30px;
            }

                #successful_cases .success_main ul li .r_case > a {
                    font-size: 18px;
                    color: #a0cefa;
                    letter-spacing: 1px;
                    margin-bottom: 10px;
                    display: block;
                }

                #successful_cases .success_main ul li .r_case > p {
                    color: #cdcdce;
                    font-size: 15px;
                }

/* <!--濯掍綋鎶ラ亾--> */
#media {
    background-color: #fff;
}

    #media .media_main {
        width: 1200px;
        margin: 0 auto;
        height: 600px;
    }

        #media .media_main h3 {
            text-align: center;
            display: block;
            padding-top: 88px;
            margin-bottom: 72px;
            font-size: 26px;
        }

        #media .media_main .media_content:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #media .media_main .media_content div.fl_left {
            width: 558px;
            margin-bottom: 45px;
            clear: both;
        }

        #media .media_main .media_content div.fr_right {
            width: 558px;
            margin-bottom: 45px;
        }

        #media .media_main .media_content div.fl_img {
            width: 145px;
            height: 88;
            margin-right: 20px;
        }

        #media .media_main .media_content div.report_text {
            width: 390px;
        }

            #media .media_main .media_content div.report_text a {
                display: block;
                color: #333;
                font-size: 16px;
                margin-bottom: 10px;
            }

            #media .media_main .media_content div.report_text p {
                font-size: 14px;
                color: #999;
            }

        #media .media_main a.look_all {
            text-align: center;
            display: block;
            width: 160px;
            height: 32px;
            line-height: 32px;
            color: #999;
            border: 1px solid #ddd;
            margin: 0 auto;
        }


/* <!--绉戝椤鹃棶--> */
#professors {
    width: 100%;
    background: url(/images/index_icon/guwen_bgc.jpg) center 100% no-repeat;
}

    #professors .professors_main {
        width: 1200px;
        margin: 0 auto;
        height: 600px;
    }

        #professors .professors_main h2 {
            text-align: center;
            font-size: 26px;
            color: #3bc084;
            display: block;
            padding-top: 85px;
            margin-bottom: 58px;
        }

        #professors .professors_main .all {
            width: 1020px;
            height: 232px;
            /* border: 1px solid #ccc; */
            margin: 100px auto;
            position: relative;
        }

            #professors .professors_main .all .screen {
                width: 1020px;
                height: 232px;
                overflow: hidden;
                position: relative;
            }

                #professors .professors_main .all .screen ul {
                    position: absolute;
                    left: 0;
                    top: 0px;
                    width: 30000px;
                }

                    #professors .professors_main .all .screen ul li {
                        width: 1020px;
                        overflow: hidden;
                        float: left;
                    }

                        #professors .professors_main .all .screen ul li .picture {
                            width: 120px;
                            height: 120px;
                            margin-right: 38px;
                        }

                            #professors .professors_main .all .screen ul li .picture img {
                                width: 100%;
                                height: 100%;
                                border-radius: 8px;
                            }

                        #professors .professors_main .all .screen ul li .class_deatil {
                            color: #fff;
                            width: 852px;
                        }

                        #professors .professors_main .all .screen ul li p {
                            font-size: 16px;
                        }

                            #professors .professors_main .all .screen ul li p a {
                                color: #3bc084;
                                float: right;
                                margin-top: 10px;
                            }

                        #professors .professors_main .all .screen ul li .class_deatil .name {
                            font-size: 23px;
                            margin-right: 20px;
                        }

            #professors .professors_main .all ol {
                position: absolute;
                margin: 0;
                bottom: 0;
                overflow: hidden;
                width: 3000px;
            }

                #professors .professors_main .all ol li {
                    float: left;
                    width: 72px;
                    height: 72px;
                    cursor: pointer;
                    margin-right: 30px;
                    overflow: hidden;
                }

                    #professors .professors_main .all ol li img {
                        width: 100%;
                        height: 100%;
                        border-radius: 8px;
                    }

.all ol li.current {
    border: 2px solid #d3d3d3;
    border-radius: 8px;
}

#arr span {
    width: 18px;
    height: 35px;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

#arr #right {
    right: -90px;
    left: auto;
    background: url(/images/index_icon/right.png) no-repeat;
}

#arr #left {
    background: url(/images/index_icon/left.png) no-repeat;
}
/* <!--绉戝椤鹃棶涓嬮潰鐨�5涓鑸粙缁�--> */
#quick_nav {
    background-color: #fff;
}

    #quick_nav .nav_intro {
        width: 1200px;
        margin: 0 auto;
        height: 430px;
    }

        #quick_nav .nav_intro ul:after {
            display: block;
            height: 0;
            content: '';
            clear: both;
        }

        #quick_nav .nav_intro ul {
            padding-top: 100px;
        }

            #quick_nav .nav_intro ul li {
                float: left;
                width: 240px;
                text-align: center;
                position: relative;
                cursor: pointer;
            }

                #quick_nav .nav_intro ul li .show {
                    margin-top: 58px;
                }

                    #quick_nav .nav_intro ul li .show p {
                        font-size: 24px;
                        color: #666;
                        margin-top: 30px;
                    }

                #quick_nav .nav_intro ul li .line:after {
                    display: inline-block;
                    width: 1px;
                    height: 115px;
                    content: '';
                    background-color: #ddd;
                    position: relative;
                    top: -132px;
                    left: 120px;
                }

                #quick_nav .nav_intro ul li .hidden {
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 40px 36px;
                    color: #fff;
                    background-color: #fe945c;
                    height: 240px;
                }

                    #quick_nav .nav_intro ul li .hidden h3 {
                        font-size: 20px;
                        margin: 0;
                    }

                    #quick_nav .nav_intro ul li .hidden .border {
                        display: block;
                        width: 42px;
                        height: 2px;
                        background: #fff;
                        margin: 10px auto;
                    }

                    #quick_nav .nav_intro ul li .hidden > p {
                        line-height: 26px;
                        text-align: left;
                        font-size: 15px;
                    }

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in { /*閽堝webkit鍐呮牳*/
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#quick_nav .nav_intro ul li:hover .hidden {
    display: block !important;
    animation: fade-in;
    animation-duration: 4s;
    -webkit-animation: fade-in 0.5s;
}

/* <!--娉ㄥ唽--> */

#demand_service {
    width: 100%;
}

    #demand_service:after {
        display: block;
        height: 0;
        content: '';
        clear: both;
    }

    #demand_service .fl_deamnd {
        width: 50%;
        height: 200px;
        background: url(/images/index_icon/xuqiu.png) right no-repeat;
        text-align: right;
    }

    #demand_service .fr_service {
        width: 50%;
        height: 200px;
        background: url(/images/index_icon/fuwu.png) left no-repeat;
        text-align: left;
    }

    #demand_service .fl_deamnd p {
        font-size: 20px;
        margin-top: 65px;
        margin-right: 20%;
        color: #fff;
    }

    #demand_service .fl_deamnd a {
        display: block;
        width: 140px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #4b99e3;
        background: #fff;
        float: right;
        margin-right: 25%;
        margin-top: 10px;
        font-size: 14px;
    }

        #demand_service .fl_deamnd a:hover {
            background-color: #fe954c;
            color: #fff;
        }

    #demand_service .fr_service p {
        font-size: 20px;
        margin-top: 65px;
        margin-left: 10%;
        color: #fff;
    }

    #demand_service .fr_service a {
        display: block;
        width: 140px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #3dac79;
        background: #fff;
        float: left;
        margin-left: 25%;
        margin-top: 10px;
        font-size: 14px;
    }

        #demand_service .fr_service a:hover {
            background-color: #fe954c;
            color: #fff;
        }

/* <!--搴曢儴--> */

#footer {
    height: 350px;
    background: #383d41;
}

    #footer .footer_main {
        width: 1200px;
        margin: 0 auto;
    }

        #footer .footer_main .ykx_intro {
            padding: 36px 0 20px 0;
            border-bottom: 1px solid #62676b;
        }

            #footer .footer_main .ykx_intro:after {
                display: block;
                height: 0;
                content: '';
                clear: both;
            }

            #footer .footer_main .ykx_intro dl {
                float: left;
                margin-right: 50px;
                position: relative;
            }

                #footer .footer_main .ykx_intro dl dt {
                    font-size: 15px;
                    color: #fff;
                    font-weight: 400;
                    margin-bottom: 15px;
                }

                #footer .footer_main .ykx_intro dl dd {
                    line-height: 30px;
                    font-size: 14px;
                    color: #b3b3b3;
                }

                    #footer .footer_main .ykx_intro dl dd.help {
                        position: absolute;
                        top: -4px;
                        left: 116px;
                        font-size: 15px;
                        line-height: 28px;
                    }

                        #footer .footer_main .ykx_intro dl dd.help a {
                            color: #fff;
                        }

                    #footer .footer_main .ykx_intro dl dd a {
                        color: #b3b3b3;
                    }

                        #footer .footer_main .ykx_intro dl dd a:hover {
                            color: #fe954c;
                        }

            #footer .footer_main .ykx_intro h1 {
                font-size: 40px;
                color: #b3b3b3;
                font-weight: 700;
                padding-top: 30px;
                display: inline-block;
            }

            #footer .footer_main .ykx_intro span.kefu {
                display: inline-block;
                width: 26px;
                height: 33px;
                background: url(/images/index_icon/kf.png) no-repeat;
                margin-right: 15px;
            }

        #footer .footer_main .blogroll {
            color: #b3b3b3;
            padding-top: 20px;
        }

            #footer .footer_main .blogroll:after {
                display: block;
                height: 0;
                content: '';
                clear: both;
            }

            #footer .footer_main .blogroll span.fl {
                display: block;
                width: 8.83%;
                font-size: 12px;
                line-height: 14px;
            }

            #footer .footer_main .blogroll a {
                margin-right: 20px;
            }

            #footer .footer_main .blogroll #links {
                width: 90.33%;
            }

                #footer .footer_main .blogroll #links a {
                    color: #aaa;
                    font-size: 12px;
                    line-height: 14px;
                    float: left;
                }

                    #footer .footer_main .blogroll #links a:hover {
                        color: #fe954c;
                    }

        #footer .footer_main .icp_no {
            line-height: 64px;
            color: #aaa;
            font-size: 12px;
            position: relative;
        }

            #footer .footer_main .icp_no .Trust_Website_Seal {
                width: 95px;
                height: 35px;
                position: absolute;
                right: 0;
                top: 20px;
            }

                #footer .footer_main .icp_no .Trust_Website_Seal img {
                    width: 100%;
                    height: 100%;
                    vertical-align: top;
                    margin-top: -4px;
                }


/*渚ц竟鏍忕殑璁捐*/

#newBridge .icon-right-center {
    right: 0 !important;
    bottom: 285px !important;
    width: 40px !important;
}

#newBridge .nb-icon-base .nb-icon-inner-wrap {
    border-radius: 0 !important;
}

#sidebar {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 200;
    width: auto;
    margin-top: 63px;
}

    #sidebar > div.aside {
        float: right;
        clear: both;
        margin-bottom: 1px;
    }

    #sidebar > div > p {
        color: #333;
        width: 40px;
        margin-right: 0;
        position: relative;
        z-index: 100;
        height: 40px;
        padding: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 15px;
        background: #eee;
        cursor: pointer;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

    #sidebar > div > a, #sidebar > div > .asideLeft {
        color: #333;
        display: inline-block;
        width: 140px;
        height: 40px;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 20px;
        cursor: pointer;
        position: absolute;
        background: #fff;
        left: 40px;
        opacity: 0;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

        #sidebar > div > a:hover {
            color: #007AFF;
        }

    #sidebar > div > .asideLeft {
        height: 94px;
        background: rgba(255,255,255,1);
        padding: 12px 18px;
        letter-spacing: 0;
        text-align: left;
    }

        #sidebar > div > .asideLeft span {
            font-size: 16px;
            color: #333;
            letter-spacing: 0;
            line-height: 1;
            white-space: nowrap;
        }

        #sidebar > div > .asideLeft p {
            font-size: 12px;
            color: #999;
            letter-spacing: 0;
            line-height: 1;
            margin-bottom: 4px;
        }

    #sidebar > div > span:hover {
        color: #fca947;
    }

    #sidebar > div > a.vip {
        background: #fff;
    }

        #sidebar > div > a.vip:hover {
            background-color: #fff;
            text-decoration: none;
            color: #fca947;
        }


    #sidebar > div > p.TOtop {
        background: #fff url(/images/asidebar.png?t=20181107) -85px 11px no-repeat;
    }

    #sidebar > div:hover > p.TOtop {
        background: #007AFF url(/images/asidebar.png?t=20181107) -86px -32px no-repeat;
    }

    #sidebar > div > p.vip {
        background: url(/images/index_icon/vip_service.png?t=20181107) no-repeat;
        background-size: 100% 100%;
    }

    #sidebar > div:hover > p.vip {
        background: #007AFF url(/images/asidebar.png?t=20181107) -86px -120px no-repeat;
        color: #007AFF;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #sidebar > div > p.aside {
        background: url(/images/index_icon/fwrexian.png?t=20181107) no-repeat;
        background-size: 100% 100%;
    }

    #sidebar > div:hover > p.aside {
        background: #007AFF url(/images/asidebar.png?t=20181107) -86px -164px no-repeat;
        color: #007AFF;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #sidebar > div > p.feedback {
        background: url(/images/index_icon/fankui1.png?t=20181107) no-repeat;
        background-size: 100% 100%;
    }

    #sidebar > div:hover > p.feedback {
        background: #007AFF url(/images/asidebar.png?t=20181107) -86px -79px no-repeat;
        color: #007AFF;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #sidebar > div > a.feedback {
        background: #fff;
    }

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    width: 40px !important;
    height: 97px !important;
    background: url(/images/connectUs.png) center center no-repeat !important;
}

#newBridge .icon-right-center {
    margin-top: -35px !important;
}
/* #msg-notice {
    display: none;
    position: absolute;
    background: #007AFF;
    font-size: 11px;
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: -23px;
    z-index: 10;
    color: #fff;
    padding: 0;
    top: 1px;
} */
