﻿table {
    border-spacing: 0;
    border-collapse:initial;
}

#nav {
    padding-top: 46px;
    margin-bottom: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    #nav .item {
        position: relative;
        zoom: 1;
        float: left;
        width: 100%;
    }

        #nav .item.on {
            background: rgba(0, 0, 0, 0.25);
        }

    #nav .main-nav {
        position: relative;
        display: block;
        height: 65px;
        width: 100%;
        float: left;
        font-family: "新宋体","宋体";
        color: #fff;
        text-decoration: none;
        text-align: center;
        margin: 5px 0px;
    }

    #nav .main-nav-icon i {
        font-size: 28px;
        margin-left: -1px;
        margin-top: 6px;
        opacity: 0.9;
    }

    #nav .main-nav-text { /*font-size:13px;*/
        margin-top: 9px; /*letter-spacing:3px;*/
        font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    }

    #nav .arrow {
        position: absolute;
        left: 65px;
        top: 57px;
        display: block;
        text-indent: 0;
        font-weight: bold;
        color: #b8d2e1;
    }

    #nav .on .arrow {
        text-indent: -99999px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px;
        border-color: transparent;
        border-right-color: white;
        border-left: none;
        left: 72px;
        top: 50%;
        margin-top: -8px;
    }

    #nav .sub-nav-wrap {
        width: 130px;
        display: none;
        position: absolute;
        left: 80px;
        border: 3px solid #ccc;
        border-left: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        z-index: 99;
        background-color: #fff;
    }

        #nav .sub-nav-wrap i {
            width: 17px;
            font-size: 15px;
            margin-right: 8px;
            vertical-align: middle;
            margin-bottom: 1px;
            color: #666666;
        }

    #nav .sub-nav {
        background-color: #fff;
        padding: 10px 0 5px;
        line-height: 28px;
    }

        #nav .sub-nav li {
            margin-bottom: 8px;
            position: relative;
            cursor: pointer;
        }

            #nav .sub-nav li:hover {
                background-color: #eee;
                color: #555;
            }

        #nav .sub-nav a {
            padding-left: 15px;
            display: block;
            zoom: 1;
        }

    #nav ul li.sub {
        background-repeat: no-repeat;
        background-position: right 11px;
        background-image: url(../img/arrow1.png);
    }

        #nav ul li.sub ul {
            padding-top: 10px;
            padding-bottom: 5px;
            line-height: 28px;
            display: none;
            position: absolute;
            color: #000000;
            width: 130px;
            border: 3px solid #ccc;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            z-index: 99;
            background-color: #fff;
        }

            #nav ul li.sub ul li {
                margin-bottom: 8px;
                position: relative;
                cursor: pointer;
            }

            #nav ul li.sub ul a {
                padding-left: 15px;
                display: block;
                zoom: 1;
            }

#main {
    margin: 3px auto 0px auto;
    height: 100%;
/*    overflow: hidden;*/
}

    #main #main-hd {
        height: 55px;
        background-color: #fff;
    }

        #main #main-hd #main-hd-title {
            line-height: 55px;
            top: 0;
            height: 55px;
            padding: 0 0 0 30px;
            font-family: 'Microsoft Yahei';
            float: left;
        }

            #main #main-hd #main-hd-title a {
                cursor: pointer;
                font-size: 18px;
                font-weight: bold;
                float: left;
                cursor: default;
                color: #444;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            }

    #main #main-bd {
        background-color: #fff;
        height: auto;
        overflow: hidden;
    }

#topnav ul {
    position: relative;
}

#topnav li.list {
    float: left;
    display: inline;
    margin: 3px 12px 0px 0px;
}

#topnav li a {
    cursor: pointer;
    display: inline;
    float: left;
    width: 50px;
    height: 46px;
    text-align: center;
    padding: 5px 7px 0px;
    text-decoration: none;
    text-shadow: 0px -1px rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -moz-border-radius: 5px; /* Gecko browsers*/
    -webkit-border-radius: 5px; /* Webkit browsers*/
    border-radius: 5px; /* W3C syntax*/
}

    #topnav li a:hover {
        background: rgba(0, 0, 0, 0.25);
    }

    #topnav li a.onnav {
        background: rgba(0, 0, 0, 0.25);
    }

    #topnav li a span {
        display: block;
        margin: 0px auto 0px;
        width: 25px;
        height: 26px;
        overflow: hidden;
    }

        #topnav li a span i {
            color: #666666;
            font-size: 22px;
        }

.tab {
    float: left;
    width: 5000px;
    position: relative;
    left: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .tab .on {
        margin-left: 0px;
        display: block;
        color: #000000;
        text-align: center;
        border: 1px solid #ccc;
        border-top: 2px solid #303e4d;
        border-bottom: none;
        background: #F5F5F5;
        line-height: 28px;
        height: 29px;
    }

        .tab .on .text {
            font-weight: bold;
        }

    .tab .off {
        margin-left: 0px;
        display: block;
        text-align: center;
        border: 1px solid #ccc;
        border-bottom: none;
    }

    .tab ul {
        list-style: none;
        position: absolute;
        top: 1.5px;
    }

    .tab li {
        list-style: none;
        padding: 0;
        float: left;
        height: 30px;
        line-height: 30px;
        margin: 0px;
        margin-right: 5px;
        cursor: pointer;
        padding-left:13px;padding-right:15px
    }

        .tab li i {
            font-size: 13px;
            vertical-align: middle;
            margin-bottom: 1.5px;
            color: #666666;
        }

    /*.tab .inner {
        padding-left: 13px;
        padding-right: 15px;
    }*/

        .tab .inner .tab_close {
            float: right;
            width: 12px;
            height: 13px;
            margin-right: -10px;
            display: block;
            background: url(../img/tab_close.png) no-repeat;
            margin-left:5px;
        }

            .tab .inner .tab_close:hover {
                background-position: 0 -12px;
            }

.tab-div {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}

    .tab-div .scroll-left {
        float: left;
        position: relative;
        width: 17px;
        height: 30px;
        cursor: pointer;
        z-index: 5;
        left: -20px;
        top: 1.5px;
        border: 1px solid #ccc;
        background: #ffffff;
    }

        .tab-div .scroll-left i {
            border-style: solid;
            border-width: 5px;
            font-size: 0;
            height: 0;
            margin: 10px 0 0 0;
            display: block;
            width: 0;
            height: 0;
            overflow: hidden;
            border-color: #FFF #555 #FFF #FFF;
        }

    .tab-div .scroll-right {
        float: right;
        position: relative;
        width: 17px;
        height: 30px;
        cursor: pointer;
        z-index: 5;
        top: 1.5px;
        border: 1px solid #ccc;
        background: #ffffff;
    }

        .tab-div .scroll-right i {
            border-color: #FFF #FFF #FFF #555;
            border-style: solid;
            border-width: 5px;
            font-size: 0;
            height: 0;
            margin: 10px 0 0 7px;
            display: block;
            width: 0;
            height: 0;
            overflow: hidden;
        }

.tab-div-content {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: #F5F5F5;
}





body, html {
    background: #f1f1f1;
    min-height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',微软雅黑,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

.dropdown-menu > li > a:hover {
    color: #fefefd;
    text-decoration: none;
    background-color: #1e89e0;
}

.dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.lea-Head {
    width: 100%;
    height:66px;
    background: #1e89e0;
}

.lea-Head .logo {
        float: left;
        width:187px;
        line-height: 20px;
        height:66px;
        overflow:hidden;
        color:#FFF;
        font-weight:bold;
    }

.lea-Head .logo img {
}

.alignRight
{
    position: absolute;
    right: 0px;
}
.lea-Head .left-bar {
    float: left;
    height: 60px;
    padding-top: 4px;
}

    .lea-Head .right-bar {
        float: left;
    }

        .lea-Head .right-bar .user-image {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 5px;
        }

        .lea-Head .right-bar > ul > li > a {
            cursor: pointer;
            display: inline;
            float: left;
            height: 86px;
            text-decoration: none;
            color: rgba(255,255,255,.95);
            padding-top: 17px;
            margin-right: 15px;
        }

        .lea-Head .left-bar .menu, .lea-Head .right-bar > ul {
            white-space: nowrap;
        }

            .lea-Head .left-bar .menu > li, .lea-Head .right-bar > ul > li {
                position: relative;
                margin: 0px 0px;
                height: 59px;
                padding: 0px 0px;
                float: left;
                display: inline;
            }

.menu > .treeview > a {
    cursor: pointer;
    display: inline;
    float: left;
    width: 75px;
    /*height: 66px;*/
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding:6px 0 3px 0;
    font-weight: 100;
    overflow-y:auto;
}
/*.menu > .treeview > ul{
    overflow-y:auto;
    height:50px;
}*/

.menu > .treeview.active > a {
    background-color: #fff;
    color: #1E89E0;
    /*color: #FFAC38;
    font-weight:bold;*/
}

.menu > .treeview > a > i {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.menu > .treeview.active > a > i {
    color: #1E89E0;
    /*color: #FFAC38;*/
}


/*向下*/

.triangle_border_down {
    width: 0;
    height: 0;
    border-width: 8px 12px 0;
    border-style: solid;
    border-color: #1e89e0 transparent transparent; /*灰 透明 透明 */
    margin: 54px 0px 0px 20px;
}

.active{
    border-color:#fff transparent transparent;/*灰 透明 透明 */
}


.lea-Head .right-bar > ul > li > a > span, .menu > .treeview > a > span {
    font-size: 14px;
}

.menu .popover-menu {
    position: absolute;
    top: 86px;
    z-index: 4;
    display: none;
}

    .menu .popover-menu .arrow {
        position: absolute;
        width: 20px;
        height: 20px;
        top: -20px;
        left: 34px;
        z-index: 4;
    }

.popover-moreMenu .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -20px;
    left: 326px;
    z-index: 4;
}

    .menu .popover-menu .arrow *, .popover-moreMenu .arrow * {
        display: block;
        border-width: 10px;
        position: absolute;
        border-style: dashed dashed solid dashed;
        font-size: 0;
        line-height: 0;
    }

    .menu .popover-menu .arrow em, .popover-moreMenu .arrow em {
        border-color: transparent transparent #ededed transparent;
    }

    .menu .popover-menu .arrow span, .popover-moreMenu .arrow span {
        border-color: transparent transparent #fcfcfc transparent;
        bottom: -2px;
    }

.menu .popover-menu > ul {
    position: relative;
    float: left;
    background: #fcfcfc;
    border: solid #ededed 2px;
    padding: 8px 0;
    list-style:none; 
}

.menu .popover-menu .menuItem {
    overflow: hidden;
    display: block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    width: 152px;
    font-size: 14px;
    font-weight: 100;
    padding: 8px 0 8px 15px;
}

    .menu .popover-menu .active > .menuItem, .menu .popover-menu .menuItem:hover {
        color: #fefefd;
        background: #1e89e0;
    }

    .menu .popover-menu .menuItem > .firstIcon {
        width: 17px;
        font-size: 15px;
        margin-right: 8px;
        vertical-align: middle;
        margin-bottom: 1px;
    }

    .menu .popover-menu .menuItem > .pull-right {
        font-size: 16px;
        vertical-align: middle;
        width: 17px;
        line-height: 20px;
        position: absolute;
        right: 0;
    }

.menu .popover-menu .popover-menu-sub {
    position: absolute;
    left: 152px;
    z-index: 1;
    margin-top: -46px;
    display: none;
}

    .menu .popover-menu .popover-menu-sub > ul {
        position: relative;
        float: left;
        background: #fcfcfc;
        border: solid #ededed 2px;
        padding: 8px 0;
    }

.lea-tabs {
    height: 38px;
    width: 100%;
    background: #fff;
    border-bottom: solid #ccc 1px;
    padding-left: 15px;
}

.menuTabs {
    width: 100000px;
}

.page-tabs-content {
    overflow: hidden;
    height: 38px;
    float: left;
}

    .page-tabs-content > .menuTab {
        display: block;
        float: left;
        text-decoration: none;
        color: #878ec3;
        border: 1px solid #ccc;
        /*height: 30px;
        line-height: 30px;*/
        font-size: 12px;
        /*margin-right: 8px;*/
        padding: 0 10px;
    }

        .page-tabs-content > .menuTab.active {
            border-bottom: 0;
            background: #f1f1f1;
            /*font-weight: 700;*/
            /*border-top: solid #1e89e0 2px;*/
            color: #475059;
        }

.menuTab i {
    margin-right: 4px;
    font-size: 13px;
}

.menuTab .tab_close {
    float: right;
    width: 12px;
    height: 13px;
    margin-right: -5px;
    margin-left: 5px;
    margin-top: 8px;
    display: block;
    background: url(../img/tab_close.png) no-repeat;
}

    .menuTab .tab_close:hover {
        background-position: 0 -12px;
    }

.lea-tabs .tabs-right-tool {
    position: absolute;
    width: 125px;
    height: 37px;
    right: 0;
}

.lea-tabs .roll-nav {
    float: left;
    width: 30px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #878ec3;
    z-index: 2;
    background: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
}

    .lea-tabs .roll-nav:hover {
        color: #1e89e0;
    }

.lea-tabs .user-menu {
    float: left;
    padding-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.footer {
    color: #fff;
    background-color: #1e89e0;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
}

.popover-moreMenu {
    background: #fff;
    width: 380px;
    height: 450px;
    position: absolute;
    top: 66px;
    z-index: 4;
    margin-left: -292px;
    border-radius: 1px 1px 3px 3px;
    box-shadow: rgba(0,0,0,.270588) 0 0 10px 1px;
    display: none;
}

    .popover-moreMenu > .title {
        height: 36px;
        line-height: 36px;
        border-bottom: solid #ededed 2px;
        color: #1e89e0;
        padding-left: 15px;
        font-size: 16px;
    }

    .popover-moreMenu .popover-menu {
        top: 36px;
        left: 167px;
    }

        .popover-moreMenu .popover-menu .arrow {
            display: none;
        }

        .popover-moreMenu .popover-menu .menuItem {
            color: rgba(0,0,0,.7);
            width: 200px;
        }

        .popover-moreMenu .popover-menu > ul {
            border: 0;
            width: 213px;
            overflow-y: auto;
            height: 414px;
            overflow-x: hidden;
            padding: 0 8px;
            padding-top: 10px;
        }

        .popover-moreMenu .popover-menu .popover-menu-sub {
            position: inherit;
            left: inherit;
            margin: auto;
        }

            .popover-moreMenu .popover-menu .popover-menu-sub > ul {
                border: 0;
                padding: 0;
                float: initial;
                position: initial;
            }

            .popover-moreMenu .popover-menu .popover-menu-sub .menuItem {
                padding-left: 40px;
            }

.moresubmenu {
    width: 168px;
    float: left;
    height: 414px;
    border-right: solid #ededed 2px;
    padding-top: 8px;
    padding-left: 8px;
}

    .moresubmenu > .treeview > a {
        overflow: hidden;
        display: block;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
        color: rgba(0,0,0,.5);
        width: 152px;
        font-size: 14px;
        padding: 8px 0 8px 15px;
        margin-bottom: 2px;
    }
    /*.submenu{
        height:60px;
    }*/
        .moresubmenu > .treeview > a > span {
            font-size: 14px;
        }

        .moresubmenu .active > .menuItem, .moresubmenu .menuItem:hover, .moresubmenu > .treeview > a.active, .moresubmenu > .treeview > a:hover {
            color: #fefefd;
            background: #1e89e0;
        }

        .moresubmenu > .treeview > a > i {
            width: 17px;
            font-size: 15px;
            margin-right: 8px;
            vertical-align: middle;
            margin-bottom: 1px;
        }

.message-window-header {
    background: #1e89e0 !important;
}

.message-nav ul li.active i {
    color: #7b93e0 !important;
}

.layui-layer-iframe {
    border-color: #fff;
    border-top-color: #1e89e0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 3px 3px;
}

.layui-layer-dialog {
    border-color: #fff;
    border-top-color: #1e89e0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 3px 3px;
}

.layui-layer-title {
    border-color: #1e89e0;
    border-radius: 0;
    background: #1e89e0;
    color: #fff;
}

.layui-layer-setwin .layui-layer-close1 {
    text-shadow: none;
}

.layui-layer-content {
    border-bottom: 1px solid #f1f1f1;
}

.layui-layer-dialog .layui-layer-content {
    border-bottom: 0 solid #f1f1f1;
}

.layui-layer-msg .layui-layer-content {
    border-bottom: 1px solid #bbb;
}

.layui-layer-msg {
    border-radius: 8px;
}

.layui-layer-iframe .layui-layer-btn {
    background-color: #fff;
    padding-top: 4px;
    color: #999;
}

.layui-layer-btn a {
    border-radius: 3px;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #286090;
    border: 1px solid #204d74;
}

    .layui-layer-btn .layui-layer-btn0:hover {
        background: #5965b1;
        border: 1px solid #5965b1;
    }

.layui-layer-btn .layui-layer-btn1 {
      background: #286090;
    border: 1px solid #204d74;
    /*color: #666;*/
}

    .layui-layer-btn .layui-layer-btn1:hover {
        background: #286090;
    border: 1px solid #204d74;
        /*color: #666;*/
    }

.layui-layer-btn {
    border: 0;
}

.layui-layer-shade {
    opacity: .15 !important;
}

.tabs-right-tool {
    position: absolute;
    width: 80px;
    height: 32px;
    right: 0;
    margin-top: -33px;
}
.roll-nav {
    float: left;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /*color: #878ec3;*/
    z-index: 2;
    background:inherit;
    border: 0;
    outline: 0;
    cursor: pointer;
}
