﻿#header {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #bbb;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15) ;*/
    float: left;
    clear: both;
    width: 100%;
    background-color: White;
    min-width: 1170px;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

    /*#header>.topbar {
        background-color: #263238;
        width: 100%;
        height: 60px;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        #header > .topbar:hover {
            background-color: White;
        }*/
    #header:hover {
        background-color: White;
    }

    #header .logo {
        float: left;
        margin-top: 8px;
        border: none;
        cursor: pointer;
    }

    #header .nav {
        font-family: "微软雅黑";
        color: #333;
    }

        #header .nav li {
            line-height: 57px;
            float: left;
            margin: 0;
            text-align: center;
        }

            /*#header .nav li:hover {
                background-color: White;
            }

            #header .nav li > a:hover {
                background-color: White;
            }*/

            #header .nav li a {
                padding: 0;
                font-size: 18px;
                color: Black;
                z-index: 1;
                height: 57px;
            }

            #header .nav li.on {
                border-bottom: 3px solid #e10032;
            }

    /*#header .nav>div:hover a {
        background-color: White;
    }*/

    #header .login {
        float: right;
        width: 64px;
        text-align: center;
        line-height: 60px;
        /*margin-right: 44px;*/
    }

    #header .loginbtn {
        display: block;
        width: 64px;
        line-height: 60px;
        background-color: #e10032;
        color: #fff;
        font-size: 14px;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        #header .loginbtn:hover {
            text-decoration: none;
            background-color: #e10032;
        }

#breadcrumbdiv > .layout > .breadcrumb {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    clear: both;
    background: rgb(217, 217, 217);
    color: rgb(64, 64, 64);
    border-radius: unset;
}

a {
    text-decoration: none !important;
}

.right {
    float: right;
}

.breadcrumb > li + li:before {
    color: #404040;
    content: '>';
}

#header .area {
    line-height: 60px;
    margin-left: 30px;
    margin-right: 45px;
    color: #bfbfbf;
    /*  width: 60px;*/
}

#header .title {
    color: white;
    font-size: 24px;
    line-height: 60px;
    margin-left: 20px;
}

.layout {
    width: 1170px;
    margin: auto;
    clear: both;
}

#header .area .glyphicon-chevron-up {
    display: none;
}

#header .area .glyphicon-chevron-down {
    display: inline;
}

#header .area.active .glyphicon-chevron-down {
    display: none;
}

#header .area.active .glyphicon-chevron-up {
    display: inline;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    float: left;
    width: 100%;
    background-color: #263238;
    color: white;
    height: 132px;
    font-size: 12px;
    min-width: 1170px;
}

    #footer img {
        line-height: 132px;
    }


#maincontent {
    padding-bottom: 60px;
}


#header .bottomline {
    position: absolute;
    top: 57px;
    height: 3px !important;
    width: 0;
    padding: 0 !important;
    background-color: #e10032;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /*display:none;*/
}

#dropdownbar .topline {
    width: 100%;
    clear: both;
    height: 6px;
    /*background-color: transparent;
    display: none;*/
}

#dropdownbar {
    /*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.14902);*/
    position: absolute;
    left: 0;
    top: 60px;
    clear: both;
    width: 100%;
    background-color: #deebf7;
    min-width: 1170px;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

    #dropdownbar .submenu {
        position: relative;
        height: 125px;
        overflow: hidden;
        background-color: #deebf7;
        /*margin-top: 6px;*/
        margin-left: -8px;
        -moz-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -o-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -webkit-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        /*z-index: -1;*/
        display: none;
    }

        /*#dropdownbar .submenu:hover {
        background-color: #30464e;
    }*/

        #dropdownbar .submenu.active {
            display: block;
        }

        #dropdownbar .submenu .item {
            padding-left: 10px;
            float: left;
            text-align: left;
            background-color: White;
            width: 130px;
            height: 30px;
            line-height: 30px;
            margin: 4px 8px;
            -moz-transition: background-color 0.1s;
            -o-transition: background-color 0.1s;
            -webkit-transition: background-color 0.1s;
            transition: background-color 0.1s;
        }

            #dropdownbar .submenu .item:hover {
                background-color: #003CC3;
            }

            #dropdownbar .submenu .item a {
                float: left;
                width: 100%;
                font-size: 14px;
                color: black;
            }
            #dropdownbar .submenu .item a:hover {
                color:White;
            }

        #dropdownbar .submenu.area .item {
            width: 90px;
            text-align: center;
            padding: 0;
        }

#usercenter {
    width: 84px;
    text-align: center;
    background-color: rgb(217, 217, 217);
    position: absolute;
    right: 164px;
    height: 30px;
    overflow-y: hidden;
    -moz-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -webkit-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
}

#header .nav li > div {
    height: 57px;
}

#header [submenuid="1"], #header [submenuid="9"] {
    width: 72px;
}

#header [submenuid="7"] {
    width: 100px;
}

#header [submenuid="3"], #header [submenuid="4"] {
    width: 86px;
}

#header [submenuid="2"] {
    width: 110px;
}

#dropdownbar [submenuid="area"] {
    width: 650px;
    left: 239px;
}

#dropdownbar [submenuid="1"] {
    width: 150px;
    left: 300px;
}


#dropdownbar [submenuid="2"] {
    width: 300px;
    left: 390px;
}
#dropdownbar [submenuid="212"] {
    width: 300px;
    left: 460px;
}

#dropdownbar [submenuid="21"] {
    width: 300px;
    left: 470px;
}


#dropdownbar [submenuid="3"] {
    width: 300px;
    left: 480px;
}

#dropdownbar [submenuid="4"] {
    width: 300px;
    left: 570px;
}

#dropdownbar [submenuid="6"] {
    width: 300px;
    left: 750px;
}

#dropdownbar [submenuid="7"] {
    width: 300px;
    left: 697px;
}

#dropdownbar [submenuid="9"] {
    width: 150px;
    left: 849px;
}

    #dropdownbar [submenuid="9"][usertype="0"], #dropdownbar [submenuid="9"][usertype="1"] {
        width: 150px;
        left: 849px;
    }

#dropdownbar [submenuid="user"] {
    width: 150px;
    left: 1026px;
}

#header [submenuid="10"] {
    width: 110px;
}


/*关键词术语*/
.selectSt {
    background-color: #8BD8FF;
    color: #fff;
}



#guanjianceTable a {
    outline: none;
    cursor: pointer;
    height: 30px;
    padding: 3px;
}


    #guanjianceTable a:hover {
        background-color: #8BD8FF;
        color: #fff;
        border: none;
        outline: none;
        text-decoration: none;
    }

a.more {
    color: #333;
}

.breadcrumb {
    margin: 0;
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
    clear: both;
    background-color: rgb(217, 217, 217) !important;
    color: rgb(64, 64, 64);
    border-radius: unset;
}
