﻿
/*nav开始*/
.nav {
    height: 65px;
    background-color: rgb(63,80,112);
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

    .nav a:link, .nav a:visited, .nav a:hover {
        color: #fff;
        text-decoration: none;
    }

    .nav .logo {
        height: 30px;
        float: left;
        font-size: 30px;
    }

    .nav .imgs {
        background: url(../images/logo.png) no-repeat;
        width: 80px;
        height: 40px;
        vertical-align: middle;
        margin: 12px 15px 0 0;
    }

    .nav span {
        margin-top: 10px;
    }

    .nav .font {
        font-family: "Lantinghei SC";
        font-size: 26px;
        font-style: italic;
        margin-left: 10px;
        margin-top: 15px;
    }

    .nav .nav-user {
        float: right;
        margin: 22px 0 0;
    }

        .nav .nav-user li {
            float: left;
            cursor: pointer;
        }

        .nav .nav-user .user-msg, .nav .nav-user .user-name, .nav .nav-user .more-items {
            position: relative;
            z-index: 100;
        }

        .nav .nav-user .dropdown-open .user-dropdown-list {
            height: auto;
            width: 200px;
        }

        .nav .nav-user .user-dropdown-list {
            position: absolute;
            top: 10px;
            right: -15px;
            height: 0;
            overflow: hidden;
            -webkit-transition: height .5s;
            -moz-transition: height .5s;
            -ms-transition: height .5s;
            -o-transition: height .5s;
            transition: height .5s;
        }

    .nav .user-dropdown-list .dropdown-list-arrow {
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border: 7px solid rgba(0,0,0,0);
        border-bottom-color: #f6f6f9;
        position: relative;
        display: block;
        left: 173px;
        z-index: 2;
        _display: none;
    }

    .nav .user-dropdown-list .dropdown-list {
        background-color: #f8f8f8;
        border: 1px solid #cdcdcd;
        border-radius: 2px 2px 0px 0px;
        color: #666;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        position: relative;
        top: -1px;
    }

    .nav .user-dropdown-list .dropdown-list-quite {
        background-color: #f8f8f8;
        border: 1px solid #cdcdcd;
        border-top: none;
        border-radius: 0px 0px 2px 2px;
        color: #666;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        position: relative;
        top: -1px;
    }

        .nav .user-dropdown-list .dropdown-list-quite li {
            float: none;
            cursor: default;
            text-indent: 12px;
            margin: 4px 0;
            text-align: center;
        }

    .nav .user-dropdown-list .dropdown-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav .user-dropdown-list .dropdown-list li {
        float: left;
        cursor: default;
        width: 98px;
        text-indent: 12px;
        margin: 4px 0;
    }

    .nav .nav-user .user-dropdown-list a:link, .nav .nav-user .user-dropdown-list a:visited {
        color: #666;
        display: block;
        padding: 4px 0;
    }

    .nav .nav-user .user-dropdown-list a:hover {
        color: #333;
        text-decoration: none;
        background-color: #e0e1e5;
    }

    .nav .nav-user .user-dropdown-list .sub-nav-divider {
        border-top: 1px solid #ebebec;
        border-bottom: 1px solid #fff;
        width: 74px;
        margin: 0 auto;
    }

    .nav .nav-user .nav-divider {
        width: 1px;
        background-color: #79a7dc;
        height: 12px;
       margin: 4px 8px 0;
    }

    .nav .nav-dropdown {
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 5px;
        background: url(../images/nav-dropdown.png) no-repeat;
        margin: 0 0 0 2px;
    }

    .nav .msg-num {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #f60;
        color: #fff;
        font-family: tahoma;
        position: absolute;
        right: -8px;
        top: -8px;
        display: none;
        width: 14px;
        height: 10px;
        text-align: center;
    }

.msg-num span {
    display: block;
    -webkit-transform: scale(0.67);
    -moz-transform: scale(0.67);
    -ms-transform: scale(0.67);
    margin: -4px 0;
    min-width: 10px;
}
/*nav结束*/
/*ws-header开始*/
.ws-header {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgb(73,151,211);
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    min-width: 1160px;
}

    .ws-header a:link, .ws-header a:visited {
        color: #333;
    }


    .ws-header .ws-menus {
        float: left;
        color: white;
        position: relative;
    }

        .ws-header .ws-menus li a:link, .ws-header .ws-menus li a:visited, .ws-header .ws-menus li a:hover {
            color: #fff;
            text-decoration: none;
        }

        .ws-header .ws-menus li {
            float: left;
            padding: 0 20px;
        }

            .ws-header .ws-menus li.selected a:link, .ws-header .ws-menus li.selected a:visited, .ws-header .ws-menus li:hover a {
                color: rgb(255,71,0);
            }

            .ws-header .ws-menus li.selected, .ws-header .ws-menus li:hover {
                background-color: rgb(255,255,255);
            }

    .ws-header .ws-menu-highlight {
        position: absolute;
        top: 0;
        height: 4px;
    }

        .ws-header .ws-menu-highlight .menu-highlight {
            background-color: rgb(255,71,0);
            position: absolute;
            top: 0;
            bottom: 0;
        }
/*ws-header结束*/
.nav, .ws-header {
    min-width: 980px;
}

.topmenu-scroller, .dv-menus {
    float: left;
}

.topmenu-scroller {
    cursor: pointer;
    width: 20px;
    display: none;
}

.dv-menus {
    overflow: hidden;
}
/*wrapper开始*/
.wrapper {
    overflow-x: auto;
    width: 100%;
    min-width: 980px;
}

    .wrapper #main-cont {
        overflow-y: auto !important;
    }

    .wrapper .cont {
        float: left;
        width: 100%;
    }

        .wrapper .cont .main {
            position: relative;
            margin-left: 180px;
            overflow: hidden;
            border-left: 1px solid #ccc;
            padding: 0 0 0 5px;
        }

    .wrapper .sidebar {
        z-index: 1;
        position: relative;
        float: left;
        margin-left: -100%;
        width: 180px;
        overflow: hidden;
    }

        .wrapper .sidebar .left-dock {
            width: 180px;
            background-color: #fff;
            position: relative;
            overflow-y: auto;
            height: 100%;
        }

.left-dock .accordion .title {
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
}

.left-dock .accordion .selected {
    color: #3e78e5;
}

.left-dock .accordion-item {
    background: #f9f9f9;
}

    .left-dock .accordion-item .content {
        display: none;
    }

    .left-dock .accordion-item.expanded {
        background: #fff;
    }

        .left-dock .accordion-item.expanded .caret {
            border-bottom: 4px solid #999;
            border-top: 0;
        }

        .left-dock .accordion-item.expanded .title {
            color: #3e78e5;
            border-bottom-style: dotted;
        }

        .left-dock .accordion-item.expanded .content {
            display: block;
        }

.left-dock a {
    color: #333;
    display: block;
    text-decoration: none;
}

    .left-dock a:hover {
        color: #3e78e5;
    }

.left-dock .caret {
    width: 0;
    height: 0;
    line-height: 0;
    color: #999;
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 18px;
}

.left-dock ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .left-dock ul li {
        padding: 0;
        margin: 0;
        line-height: 40px;
        font-size: 14px;
    }

        .left-dock ul li.selected a {
            border-left: 4px solid #3e78e5;
            border-bottom: 1px dotted #ccc;
            color: #3e78e5;
        }

        .left-dock ul li:last-child a, .left-dock ul li.last a {
            border-bottom-style: solid;
        }

    .left-dock ul a {
        line-height: 38px;
        height: 38px;
        border-left: 4px solid #fff;
        padding-left: 31px;
        border-bottom: 1px dotted #ccc;
    }

.left-dock i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
}
/*wrapper结束*/
/*loadingMas遮罩层*/
#loadingMask {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}

    #loadingMask div {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -140px;
        height: auto;
        width: 280px;
        background-color: white;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        border: 1px solid #DDD;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        padding: 5px;
    }

    #loadingMask img {
        vertical-align: middle;
    }

