@charset "utf-8";

html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    font-size: 14px;
    color: #333;
    background-color: #fff
}

a {
    color: #333
}

    .maincolor, .maincolor a, a:focus, a:hover {
        color: #06c
    }

.bg-1 {
    background-color: #f5fafe
}

h4 {
    line-height: 30px
}

.Hui-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    z-index: 999;
    padding: 0 15px
}

.Hui-aside {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    width: 150px;
    z-index: 99;
    overflow: auto;
    background-color: rgba(238,238,238,.98);
    border-right: 1px solid #e5e5e5
}

.Hui-article-box {
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 150px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff
}

.Hui-article {
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 1
}

.Hui-container {
    padding: 45px 0 0
}

.Hui-article-box, .Hui-aside, .dislpayArrow {
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.big-page .Hui-article-box, .big-page .breadcrumb, .big-page .dislpayArrow {
    left: 0
}

.big-page .Hui-aside {
    left: -200px
}

.page-container {
    padding: 20px
}

@media (max-width:767px) {
    .page-container {
        padding: 15px
    }
}

#Hui-nav > ul > li {
    font-weight: 400
}

@media (max-width:767px) {
    #Hui-nav {
        display: block;
        top: 0;
        left: 65px;
        right: 65px
    }

        #Hui-nav > ul {
            width: 100%
        }

            #Hui-nav > ul > li {
                width: 24%;
                text-align: center
            }

                #Hui-nav > ul > li a {
                    text-align: center;
                    padding: 0
                }
}

#Hui-userbar {
    right: 20px;
    position: absolute;
    top: 0
}

    #Hui-userbar > ul > li > a {
        padding: 0 10px
    }

#Hui-msg .badge {
    position: absolute;
    left: 19px;
    top: 4px;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 5px
}

.Hui-aside .menu_dropdown dl {
    margin-bottom: 0
}

.Hui-aside .menu_dropdown dt {
    display: block;
    line-height: 35px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400
}

    .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 15px;
        transition-duration: .3s;
        transition-property: all
    }

.Hui-aside .menu_dropdown dd {
    display: none
}

.Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow {
    transform: rotate(180deg)
}

.Hui-aside .menu_dropdown dd.selected {
    display: block;
    margin-left: 0
}

.Hui-aside .menu_dropdown ul {
    padding: 0
}

.Hui-aside .menu_dropdown li {
    line-height: 35px;
    overflow: hidden;
    zoom: 1
}

    .Hui-aside .menu_dropdown li a {
        padding-left: 15px;
        display: block;
        font-weight: 700;
        margin: 0
    }

        .Hui-aside .menu_dropdown li a i {
            font-weight: 400
        }

.Hui-aside .menu_dropdown dd ul {
    padding: 3px 8px
}

.Hui-aside .menu_dropdown dd li {
    line-height: 32px
}

    .Hui-aside .menu_dropdown dd li a {
        line-height: 32px;
        padding-left: 26px;
        border-bottom: none;
        font-weight: 400
    }

.Hui-aside .menu_dropdown li a:hover {
    text-decoration: none
}

.Hui-aside .menu_dropdown li.current a, .menu_dropdown li.current a:hover {
    background-color: rgba(255,255,255,.2)
}

.dislpayArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    width: 0;
    height: 100%;
    z-index: 10
}

    .dislpayArrow a {
        position: absolute;
        display: block;
        width: 17px;
        height: 61px;
        top: 50%;
        margin-top: -30px;
        outline: 0
    }

        .dislpayArrow a.open {
            background-position: 0 -61px
        }

        .dislpayArrow a:hover {
            text-decoration: none;
            background-position: right 0
        }

        .dislpayArrow a.open:hover {
            background-position: right -61px
        }

.Hui-tabNav-wp {
    position: relative;
    height: 35px;
    overflow: hidden
}

.Hui-tabNav, .Hui-tabNav .acrossTab li, .Hui-tabNav .acrossTab li em {
    background-image: url(../images/acrossTab/acrossTab-2.png)
}

.Hui-tabNav {
    height: 35px;
    padding-right: 75px;
    overflow: hidden;
    position: relative;
    background-color: #efeef0;
    background-repeat: repeat-x;
    background-position: 0 -175px
}

    .Hui-tabNav .acrossTab {
        position: absolute;
        height: 26px;
        line-height: 26px;
        background: 0 0;
        top: 8px;
        left: 0;
        padding-top: 0
    }

        .Hui-tabNav .acrossTab li {
            height: 26px;
            line-height: 26px
        }

            .Hui-tabNav .acrossTab li em {
                right: -16px;
                height: 26px;
                width: 16px
            }

.loading {
    background: url(../images/loading.gif) no-repeat center;
    height: 100px
}

.show_iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

    .show_iframe iframe {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%
    }

.Hui-tabNav-more {
    position: absolute;
    right: 0;
    width: 70px;
    top: 4px;
    display: none
}

.breadcrumb {
    background-color: #F9F9F9;
    padding: 0 20px;
    position: relative;
    z-index: 99
}

@media (max-width:767px) {
    .breadcrumb {
        padding: 0 15px
    }

    .show_iframe {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }
}

@media (max-width:767px) {
    .Hui-aside {
        display: none;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        bottom: auto
    }

    .big-page .Hui-aside {
        left: 0 !important
    }

    .menu_dropdown dt {
        line-height: 44px
    }

    .menu_dropdown dd li, .menu_dropdown dd li a, .menu_dropdown li {
        line-height: 44px
    }

    .Hui-tabNav {
        position: fixed;
        z-index: 998
    }

    .Hui-article {
        top: 44px
    }

    .Hui-article-box {
        position: static;
        left: 0
    }

        .Hui-article-box .pd-20 {
            padding: 15px
        }

    .Hui-article {
        left: 0
    }

    .Hui-container .bk-gray {
        border: none
    }

    .Hui-container .pd-10 {
        padding: 0
    }
}

.permission-list {
    border: solid 1px #eee
}

    .permission-list > dt {
        background-color: #efefef;
        padding: 5px 10px
    }

    .permission-list > dd {
        padding: 10px;
        padding-left: 30px
    }

        .permission-list > dd > dl {
            border-bottom: solid 1px #eee;
            padding: 5px 0
        }

            .permission-list > dd > dl > dt {
                display: inline-block;
                float: left;
                white-space: nowrap;
                width: 100px
            }

            .permission-list > dd > dl > dd {
                margin-left: 100px
            }

                .permission-list > dd > dl > dd > label {
                    padding-right: 10px
                }

.portfolio-area {
    margin-right: -20px
}

    .portfolio-area li {
        position: relative;
        float: left;
        margin-right: 20px;
        width: 162px;
        height: 162px;
        margin-top: 20px
    }

        .portfolio-area li.hover {
            z-index: 9
        }

        .portfolio-area li .portfoliobox {
            position: absolute;
            top: 0;
            left: 0;
            width: 152px;
            height: 152px;
            padding: 5px;
            border: solid 1px #eee;
            background-color: #fff
        }

        .portfolio-area li .checkbox {
            position: absolute;
            top: 10px;
            right: 5px;
            cursor: pointer
        }

        .portfolio-area li.hover .portfoliobox {
            height: auto;
            padding-bottom: 10px;
            box-shadow: 0 1px 3px rgba(68,68,68,.3);
            -moz-box-shadow: 0 1px 3px rgba(68,68,68,.3);
            -webkit-box-shadow: 0 1px 3px rgba(68,68,68,.3)
        }

        .portfolio-area li .picbox {
            width: 150px;
            height: 150px;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            line-height: 150px
        }

            .portfolio-area li .picbox img {
                max-width: 150px;
                max-height: 150px;
                vertical-align: middle
            }

        .portfolio-area li .textbox {
            display: none;
            margin-top: 5px
        }

        .portfolio-area li.hover .textbox {
            display: block
        }

        .portfolio-area li label {
            display: block;
            cursor: pointer
        }
