@charset "UTF-8";
@font-face {
    font-family: 'LED-DS-DIGI';
    src: url("../../font-leddsdigi/DS-DIGI.TTF") /* TTF file for CSS3 browsers */
}

/*sys-frame*/
.sys-header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding-bottom: 9px;
    width: 100%;
    background-color: #85a3c2;
    z-index: 50;
}

@media (max-width: 1400px) {
    .sys-header {
        width: 1400px;
        position: absolute;
    }
}

.sys-title {
    background-color: #336699;
    height: 62px;
    line-height: 62px;
    padding: 0 10px;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.sys-title .header-title{
    padding-left: 10px;
    font-size: 26px;
    font-weight: bolder;
}

.sys-title .custome-name{
    border-left: 1px solid #fff;
    font-size: 18px;
    height: 25px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 30px;
    padding-left: 10px;
    padding-top: 5px;}

.sys-title .header-right div{
    line-height: 40px;
    height: 40px;
}
.sys-title .header-right a{
    color:white;
}


.sys-title .weather{
    height: 60px;
    padding-top: 1px;;
}

/*header menu*/
.sys-menu {
    height: 40px;
    width: 100%;
    background-color: #fff;
}
.sys-menu .energySwitch{
    width:30px;
    line-height:40px;
    height: 40px;
    cursor:hand;
}

.sys-menu .energySwitch:hover {
    cursor:pointer;
}

.sys-menu .energyLabel {
    padding-left:10px;
    font-size: 14px;
    min-width:100px;
    width: auto;
    color: #336699;
    font-weight: 600;
    line-height:40px;
    height: 40px;

 }
.sys-menu .energySwitch::before{
    content: "\f013";
    font-family: FontAwesome;
    background-color: #fff;
    margin-left:10px;
    color: #336699;
}
.sys-menu .energySwitch.active::before
{
    margin-left:10px;
    content: "\f085";
}

.sys-menu .energyMenu{
    margin-top:-10px;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    height:0px;
    text-align: center;
    padding:0 400px;
    overflow:hidden;
}
.sys-menu .energyMenu ul{
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background:#7180b1;
    border-top:none;
    border-left:1px solid #C0C3D2;
    border-right:1px solid #C0C3D2;
    border-bottom:1px solid #C0C3D2;
    border-bottom-left-radius:40px ;
    border-bottom-right-radius:40px ;
}
.sys-menu .energyMenu ul li{
    cursor: pointer;
    height:40px;
    line-height:40px;
    color:#FFF;
    font-family: 微软雅黑;
    padding:0 15px;
}

.sys-menu .energyMenu ul li:hover,
.sys-menu .energyMenu ul li.active
{
    color:#FFF;
    background: #5c6480;
}



ul.sys-menu-main {
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
}

li.sys-menu-level1{
    font-size: 14px;
    position: relative;
    padding: 2px 0;
}

li.sys-menu-level1  a {
    line-height: 32px;
    display: inline-block;
    color: #336699;
    border:1px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

li.sys-menu-level1 > a{
    border-radius: 16px;
    padding: 0 40px;
}

li.sys-menu-level1 a.active {
    background-color: #336699;
    color: #ffffff;
    border-color: #336699;
}

ul.sys-menu-main2 {
    position: absolute;
    top: 38px;
    display: none;
    padding: 0 30px;
    border-radius: 16px;
    background-color: #336699;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
}

li.sys-menu-level1 > a:hover{
    border-color: #336699;
}

li.sys-menu-level1:hover ul.sys-menu-main2 {
    /*display: block;*/
}

li.sys-menu-level2 {
    display: table-cell;
}

li.sys-menu-level2, li.sys-menu-level3 {
    padding: 0 20px;
    line-height: 32px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
}
li.sys-menu-level2 a {
    color: #ffffff;
}

li.sys-menu-level3 a {
    color: #336699;
}

li.sys-menu-level2:hover {
    background-color: #08D19F;
}

ul.sys-menu-main3 {
    position: absolute;
    top: 34px;
    left: 0;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    border: none;
    border: 1px solid #336699\0; /* IE 8+ */
}

li.sys-menu-level2:hover ul.sys-menu-main3 {
    display: block;
}

li.sys-menu-level3:hover {
    background-color: #08D19F;
    background-color: #336699;
}

li.sys-menu-level3:hover a{
    color: #fff;
}

.header-crumbs{
    margin: 0px -10px 10px;
    background-color: #fff;
}

.showTree .header-crumbs{
    margin: 0px 0px 10px;
    background-color: #fff;
}

.header-crumbs .breadcrumb{
    background-color: transparent;
    margin-bottom: 0px;
    font-size: 14px;
}
.header-crumbs .breadcrumb>.active{
    font-weight: bolder;
    color:#333333;
}


.sys-title .weather{
    height: 60px;
    padding-top:1px;
}

.sys-title .header-right a{
    color:#fff;
    text-decoration: none;
}
.sys-title .header-right li{
    margin: 3px 0 0;
    padding:3px 10px 0 13px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    height: 55px;
    /*border-left:solid 1px #ddd;*/
}
.sys-title .header-right ul{
    padding:0;
    margin:0;
}

.sys-title .header-right .fa{
    display: block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 22px;
}

.sys-title .header-right .count-info{
    position:relative;
    background-color: red;
    color:#FFF;
    padding:0 3px;
    font-size: 9px;
    border-radius: 5px;
    height:12px;
    font-weight: 600;
    line-height:12px;
    top:-10px;
    z-index: 999;
    margin-left:-5px;
}
.sys-title .header-right .count-info:empty{
    display: none;
}


.sys-title{
    background-color: #336699;
}
.sys-menu{
    color:#336699;
}

.sys-menu .energySwitch::before{
    color: #336699;
}

li.sys-menu-level1.hover > a{
    border-color: #336699;
}

li.sys-menu-level1 a.active{
    border-color: #336699;
    background-color: #336699;
}

.sys-menu .energySwitch ,
.sys-menu .energyLabel,
li.sys-menu-level1 a{
    color: #336699;
}

ul.sys-menu-main2{
    color:#FFFFFF;
    background-color: #336699;
}
ul.sys-menu-main2 a{
    color:#FFFFFF;
}
ul.sys-menu-main2 a{
    color:#FFFFFF;
}

/*sys-frame end*/
