﻿@charset "utf-8";

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}

a {
    color: #333;
}

a:hover,a:focus,.maincolor,.maincolor a {
    color: #06c;
}

h4 {
    line-height: 30px;
}
/*页面框架*/
.Hui-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    z-index: 999;
    background-color: #fff!important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.Hui-aside {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    width: 170px;
    z-index: 99;
    background-color: #3A3D49;
    border-right: 1px solid #e5e5e5;
    overflow: auto;
}

.Hui-article-box {
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 170px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.Hui-article {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 1;
}

.Hui-container {
    padding: 45px 0 0;
}

.Hui-aside,.Hui-article-box,.dislpayArrow {
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.big-page .Hui-article-box,.big-page .dislpayArrow,.big-page .breadcrumb {
    left: 50px;
}

.big-page .Hui-aside {
    width: 50px;
}

/*组件*/
.Hui-logo,.Hui-logo-m {
    height: 44px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    background-color: rgba(0, 0, 0, 0.05);
    background-color: #C8C8C8;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    padding: 0!important;
    text-align: center;
    width: 170px;
}

.Hui-logo {
    display: inline-block;
    padding-right: 10px;
}

.Hui-logo img {
    width: 50%;
    margin-top: 5px;
    display: none;
}

.Hui-logo:hover,.Hui-logo-m:hover {
    text-decoration: none;
    color: #0C0;
}

.Hui-logo-m {
    display: none;
    width: 45px;
    margin-left: 10px;
}

.Hui-subtitle {
    font-size: 12px;
    color: #eee;
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-right: 25px;
}
	
	/*导航*/
#Hui-nav {
    margin-left: 200px;
    margin-right: 260px;
    background-color: transparent;
}

#Hui-nav > ul > li {
    font-weight: normal;
}

#Hui-nav > ul > li > a {
    padding: 0 20px;
}

#Hui-nav > ul > li,#Hui-nav > ul > li > a {
    height: 44px;
    line-height: 44px;
}

#Hui-nav > ul > li > a:hover,#Hui-nav > ul > li.current > a {
    background-color: rgba(255,255,255,0.2);
}

.Hui-userbar {
    position: absolute;
    top: 0px;
    right: 0px;
}

.Hui-userbar > li {
    float: left;
    display: inline-block;
    position: relative;
    line-height: 44px;
}

.Hui-userbar > li > a {
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
}

.Hui-userbar > li > a:hover,Hui-userbar > li.current > a {
    text-decoration: none;
    background-color: rgba(0,0,0,0.1);
}

#Hui-msg .badge {
    position: absolute;
    left: 19px;
    top: 4px;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 5px;
}

	/*左侧菜单*/
.Hui-aside .menu_dropdown dl {
    margin-bottom: 0;
}

.Hui-aside .menu_dropdown dt {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

.Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 15px;
    transition-duration: 0.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: 0px;
}

.Hui-aside .menu_dropdown ul {
    padding: 0px;
}

.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: bold;
    margin: 0;
}

.Hui-aside .menu_dropdown li a i {
    font-weight: normal;
}

.Hui-aside .menu_dropdown dd li {
    height: 40px;
    line-height: 40px;
}

.Hui-aside .menu_dropdown dd li a {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: none;
    font-weight: normal;
}

.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,0.2);
}

.Hui-aside .menu_dropdown .mycssMenuPrompt {
    position: relative;
    font-weight: normal;
    padding: 1px 5px;
    top: -7px;
    left: -5px;
    background-color: #dd514c!important;
}

	/*菜单收缩切换*/
.dislpayArrow {
    display: inline-block;
}
.dislpayArrow a:hover {
    text-decoration: none;
    background-position: right 0;
}
.icon-suojin{
    font-size: 24px!important;
    color: #293038;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
    padding: 8.5px 13px;
    line-height: 44px;
    margin-left: 10px;
}
.icon-zhankai{
    font-size: 24px!important;
    color: #293038;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
    padding: 8.5px 13px;
    line-height: 44px;
    margin-left: 10px;
}

	/*选项卡导航*/
.Hui-tabNav {
    padding-right: 75px;
    position: relative;
    padding-left: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.Hui-tabNav-wp {
    position: relative;
    height: 40px;
    overflow: hidden;
}

.Hui-tabNav .acrossTab {
    position: absolute;
    line-height: 26px;
    background: none;
    left: 0;
    padding-top: 0;
}

.Hui-tabNav .acrossTab li em {
    right: -16px;
    height: 26px;
    width: 16px;
}

.loading {
    background: url(../../My-IMG/loading.gif) no-repeat center;
    height: 100px;
}

.show_iframe iframe {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.Hui-tabNav-more {
    position: absolute;
    right: 0px;
    width: 70px;
    top: 4px;
    display: none;
}

	/*面包屑导航*/
.breadcrumb {
    background-color: #F5F5F5;
}

.footer {
    border-top: 1px solid #E8E8E8;
    margin-top: 20px;
    font-family: tahoma,Arial;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    text-align: center;
}

.footer p {
    padding-top: 15px;
}

.footer a,.footer a:hover {
    color: #999;
}
/*横向手机 竖向平板*/
@media (max-width: 767px) {
    html {
        overflow-y: auto;
    }

    #Hui-nav {
        margin-left: 130px!important;
        margin-right: 60px;
    }

    #Hui-nav > ul > li {
        width: 24%;
        font-weight: bold;
        font-size: 16px;
    }

    #Hui-nav > ul > li a {
        display: block;
    }

    .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;
    }

    .Hui-subtitle,.dislpayArrow,.Hui-userbar,.Hui-tabNav {
        display: none;
    }

    .menu_dropdown dt {
        line-height: 44px;
    }

    .menu_dropdown li,.menu_dropdown dd li,.menu_dropdown dd li a {
        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: 20px 10px;
    }

    .Hui-article {
        left: 0;
    }

    .Hui-container .bk-gray {
        border: none;
    }

    .Hui-container .pd-10 {
        padding: 0;
    }
}
/*竖向手机*/
@media (max-width: 480px) {
    #Hui-nav {
        margin-left: 50px!important;
        margin-right: 60px;
    }

    .Hui-logo {
        display: none;
    }

    .Hui-logo-m {
        display: inline-block;
        padding-right: 5px;
    }

    .Hui-subtitle,.dislpayArrow,.Hui-userbar {
        display: none;
    }
}

/*==============以下是业务相关的样式====================*/
/*权限*/
.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,0.3);
    -moz-box-shadow: 0 1px 3px rgba(68, 68, 68,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(68, 68, 68,0.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;
    _margin-top: expression_r(( 150 - this.height ) / 2);
}

.portfolio-area li .textbox {
    display: none;
    margin-top: 5px;
}

.portfolio-area li.hover .textbox {
    display: block;
}

.portfolio-area li label {
    display: block;
    cursor: pointer;
}


/*修改*/
.icon-suojinindent2 {
    font-size: 24px!important;
    color: #293038;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
    padding: 8.5px 13px;
    line-height: 44px;
    margin-left: 10px;
}

.icon-zhankai {
    font-size: 22px!important;
    color: #aeb9c2;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
}
.icon-zhankai:hover{
    color: #293038;
}

.icon-zhankai:focus {
    color: #293038;
}

.Hui-aside .menu_dropdown dt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 0;
    width: 5px;
    background: #25c48a;
    transition: .2s linear;
}

.Hui-aside .menu_dropdown dt:hover:before {
    height: 100%;
    top: 0%;
}

.icon-child {
    color: #aeb9c2;
    font-size: 16px;
    font-weight: normal;
    margin-right: 2px;
}

.menu_dropdown {
    background-color: #3A3D49;
}

.menu_dropdown dd ul a:hover {
    background-color: #4A5064;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
}


.menu_dropdown ul {
    background-color: rgba(0,0,0,.3);
}

.Hui-aside .menu_dropdown dd a:hover b {
    color: #fff;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
}

.menu-article-pop {
    display: none;
    background-color: rgba(66, 72, 91, 0.7);
    border: 1px solid rgba(66, 72, 91, 0.7);
    border-radius: 2px;
    width: 80px;
    height: 35px;
    position: absolute;
    left: 60px;
    top: 0px;
    z-index: 999;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.menu_dropdown .hover-pop:hover .menu-article-pop {
    display: block;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
}

.pop-tran {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid rgba(66, 72, 91, 0.7);
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -7px;
    top: 9px;
}

.menu-child-pop {
    display: none;
    background-color: rgba(66, 72, 91, 0.7);
    border: 1px solid rgba(66, 72, 91, 0.7);
    border-radius: 2px;
    width: 80px;
    height: 35px;
    position: absolute;
    left: 60px;
    top: 75px;
    z-index: 999;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.menu_dropdown .hover-pop-child:hover .menu-child-pop {
    display: block;
    -webkit-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -o-transition: all 0.12s ease, 0.12s ease;
    transition: all 0.12s ease, 0.12s ease;
}

.pop-tran-child {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid rgba(66, 72, 91, 0.7);
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -7px;
    top: 9px;
}

/*tabbar样式重置*/

.reset_tabNav {
    list-style: none;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    padding: 0;
}

.reset_tabNav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    height: auto;
}

.acrossTab li, .acrossTab li em {
    background: none;
}

.acrossTab li.active {
    color: cornflowerblue!important;
    transition: all .2s!important;
    -webkit-transition: all .2s!important;
    position: relative!important;
}

.acrossTab li.active:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 40px;
    border-bottom: 2px solid cornflowerblue;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}

.acrossTab li i {
    background: none;
}

.icon-close {
    margin-left: 5px;
    color: #000;
    font-size: 14px!important;
    position: unset!important;
    display: inline-block!important;
}
