body{
    overflow:hidden;
}
/*头部导航color:#f8e07e;*/
.head-nav>.row{height:48px;line-height:48px;}
#head-nav  .col-xs-4 img{margin:5px 0 5px 45px;}
#head-nav .col-xs-8{float:right;}
#head-nav .col-xs-8 ul{height:53px;line-height:53px;}
#head-nav .col-xs-8 ul li:nth-child(2){color:#f8e07e;font-size:14px;font-weight:600;margin-right:15px;}
#head-nav .col-xs-8 ul li a{color:#fff;}
#head-nav .col-xs-8 ul li a:hover{color:#085374;}
.top-navigation .navbar-right {
    padding-right: 60px;!important;
}

/*侧边导航*/
.size{
    width:200px;
    /*height:550px;*/
    overflow:auto;
}
.size ul.nav li{width:200px;height:55px;line-height:55px;}
.size ul.nav li a{display:inline-block;width:100%;height:100%;font-size:14px;color:#fff;
    text-align:center;}
.size ul.nav li a b{float:left;display:inline-block;width:5px;height:100%;background:#393943;}
.size ul.nav li a span{display:inline-block;width:130px;text-align: left;}
.size ul.nav li a span i{display:inline-block;width:40px;height:52px;vertical-align:top;
    background:url(../../img/side-img/org.png)no-repeat center center;}
.size ul.nav li:nth-child(1) a span i{background-image:url(../../img/side-img/org.png);}
.size ul.nav li:nth-child(2) a span i{background-image:url(../../img/side-img/account.png);}
.size ul.nav li:nth-child(3) a span i{background-image:url(../../img/side-img/apply.png);}
.size ul.nav li:nth-child(4) a span i{background-image:url(../../img/side-img/role.png);}
.size ul.nav li:nth-child(5) a span i{background-image:url(../../img/side-img/password.png);}
.size ul.nav li:nth-child(6) a span i{background-image:url(../../img/side-img/dialog.png);}
.size ul.nav li:nth-child(7) a span i{background-image:url(../../img/side-img/auditing.png);}
.size ul.nav li:nth-child(8) a span i{background-image:url(../../img/side-img/sysConfig.png);}
.size ul.nav li:nth-child(9) a span i{background-image:url(../../img/side-img/monitor.png);}
.size ul.nav li:nth-child(10) a span i{background-image:url(../../img/side-img/audit.png);}
.size ul.nav li a:hover{
    background:#505e70;
    color:#fff;
}
.size ul.nav li a.active{
    background:#505e70;
    color:#fff;
}
/*.size ul.nav li a:visited{
    background:#505e70;
    color:#fff;
}*/
.size ul.nav li a:hover b,.size ul.nav li a.active b{
    float:left;
    display:inline-block;
    width:5px;
    height:100%;
    background:#00A2EA;
}
/*头部背景颜色*/
.head-bg{background:#00A2EA;}
/*侧边背景*/
.side-bg{background:#3d4b5e;}












