/**
start 展开 收起
*/

.leftbaractive{
     width: 54px !important;
    transition: all 1s;
}
.contentboxactive{
    margin-left: 54px !important;
    transition: all 1s;
}
.unfold-btns {
    display: block;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    right: -18px;
    position: absolute;
    top:58%;
}

.unfold-btns:hover {
    opacity: .8;
}

.leftbar.active {
    width: 70px;
    transition: all .4s;
    -webkit-transition: all .4s;
    z-index: 9;
}

.leftbar.active .arrow-right-ico {
    display: none;
}

.leftbar.active .sideMenu-lists > li > a > span {
    display: none;
}

.contentbox.active {
    margin: 61px 0 0 70px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.zk-right-wrap.active {
    margin: 61px 0 0 85px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

/**
end
 */

.sideMenu-lists > li {
    /*border-left: 4px solid transparent;*/
    font-size: 14px;
    position: relative;
}

.sideMenu-lists > li > a {
    display: block;
    color: #383838;color: #fff;font-weight:bold;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
	margin-bottom:0px;
	border-bottom: 1px solid #f0f0f0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sideMenu-lists > li:hover {
    /*background: #eae7ec;*/
   
	background: #295bea;background: #295bea;
    color: #FFFFFF;
}

.sideMenu-lists > li:hover > a {
    color: #FFFFFF;
}

.sideMenu-lists > li.active {
/*    border-right: 4px solid #279EFB;*/

    /*background: #59C8B2;*/
}

.sideMenu-lists > li.active > a {
/*    background: rgba(89, 200, 178, 0.8);*/
	background: #295bea;background: #295bea;
    color: #fff; font-weight:bold;
}
/*
.sideMenu-lists > li:hover .home-ico, .sideMenu-lists > li.active .home-ico {
    background: url(/zk/img/img/shouye-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.sideMenu-lists > li:hover .statis-ico, .sideMenu-lists > li.active .statis-ico {
    background: url(/zk/img/img/xiangmutongji-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.sideMenu-lists > li:hover .projects-ico, .sideMenu-lists > li.active .projects-ico {
    background: url(/zk/img/img/wodexiangmu-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.sideMenu-lists > li:hover .projectPan-ico, .sideMenu-lists > li.active .projectPan-ico {
    background: url(/zk/img/img/xiangmuwangpan-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.sideMenu-lists > li:hover .checkNenCheck-ico, .sideMenu-lists > li.active .checkNenCheck-ico {
    background: url(../images/chaxinchachong-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.sideMenu-lists > li:hover .knowledgeSearch-ico, .sideMenu-lists > li.active .knowledgeSearch-ico {
    background: url(/zk/img/img/fuwuqingdan-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.sideMenu-lists > li:hover .evaluationExperts-ico, .sideMenu-lists > li.active .evaluationExperts-ico {
    background: url(/zk/img/img/pingguzhuanjia-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.sideMenu-lists > li:hover .serviceDelega-ico, .sideMenu-lists > li.active .serviceDelega-ico {
    background: url(/zk/img/img/fuwuweituo-2-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
*/
.arrow-right-ico {
    float: right;
    display: inline-block;
    width: 10px;
    height: 46px;
    background: url(/zk/img/img/shouqi97-714377222.png) no-repeat center;
}
.sideMenu-lists > li.active .arrow-right-ico {
    background: url(/zk/img/img/zhankai98-714377222.png) no-repeat center;
}

.sideMenu-lists > li:hover .arrow-right-ico {
    background: url(/zk/img/img/white-shouqi97-714377222.png) no-repeat center;
}

.leftbar.active .sideMenu-lists > li > a > span {
    display: none;
}



.sideMenu-lists > li:hover .account-ico, .sideMenu-lists > li.active .account-ico {
    background: url(/zk/img/account-white-714377222.png) no-repeat center;
}
.sideMenu-lists > li:hover .content-ico, .sideMenu-lists > li.active .content-ico {
    background: url(/zk/img/content-white-714377222.png) no-repeat center;
}
.sideMenu-lists > li:hover .system-ico, .sideMenu-lists > li.active .system-ico {
    background: url(/zk/img/system-white-714377222.png) no-repeat center;
}
.sideMenu-lists > li:hover .users-ico, .sideMenu-lists > li.active .users-ico {
    background: url(/zk/img/users-white-714377222.png) no-repeat center;
}
.sideMenu-lists > li:hover .resource-ico, .sideMenu-lists > li.active .resource-ico {
    background: url(/zk/img/resource-white-714377222.png) no-repeat center;
}


/**二级菜单
**/
.secondMenu-lists {
    display: none;
}

.sideMenu-lists > li.active .secondMenu-lists {
    display: block;
    background-color: #F6FCFB;
}

.secondMenu-lists > li.active a, .secondMenu-lists > li:hover a {
   
	background: #295bea;
    color: #FFFFFF;
}

.secondMenu-lists > li > a {
    display: block;
    color: #a7b1c2;
    line-height: 46px;
    padding: 0 25px 0 50px;
}
/*菜单栏鼠标划过显示子栏目信息
*/
.leftbar.active .sideMenu-lists > li .secondMenu-lists {
    display: none !important;
    position: absolute;
    top: 0;
    left: 70px;
    background: #F6FCFB;
}

.leftbar.active .sideMenu-lists > li:hover .secondMenu-lists {
    display: block !important;
}

.leftbar.active .secondMenu-lists > li {
    white-space: nowrap;
}

.leftbar.active .secondMenu-lists > li > a {
    padding: 0 18px;
}


/**
未登录首页 start
 */
.home-ico {
    background: url(../images/shouye-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.statis-ico {
    background: url(../images/xiangmutongji-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.projects-ico{
    background: url(../images/wodexiangmu-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.projectPan-ico{
    background: url(../images/xiangmuwangpan-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}
.knowledgeSearch-ico{
    background: url(../images/fuwuqingdan-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.checkNenCheck-ico{
    background: url(../images/chaxinchachong-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.evaluationExperts-ico{
    background: url(../images/pingguzhuanjia-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}

.serviceDelega-ico{
    background: url(../images/fuwuweituo-1-714377222.png) no-repeat center;
    background-size: 100% 100%;
}


.side-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2.5px;
    margin-right: 8px;
}

/**
未登录首页 start
 */