/*菜单*/
.t2_grtx{text-align: center;margin-bottom: 20px;}
.t2_grtx p{font-size:18px;font-weight: bold;padding: 14px 0 12px;line-height: 25px;width: 185px;margin: auto;}

.asideNavs > li{display:block; line-height:55px; position:relative; }

.asideNavs > li > a{color:#303133; font-size:16px; display:block; font-weight: bold;width: 100%;padding:0 30px;}
.asideNavs > li > a > i{display:inline-block; width:30px;height: 30px; margin-right:12px;position: relative;top: -3px;background: url('../../images/aside01.png') no-repeat;
    background-size: 100%; vertical-align: middle;}
.asideNavs > li:nth-of-type(2) > a > i {
    background: url('../../images/aside02.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(3) > a > i {
    background: url('../../images/aside03.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(4) > a > i {
    background: url('../../images/aside04.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(5) > a > i {
    background: url('../../images/aside05.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(6) > a > i {
    background: url('../../images/aside06.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(7) > a > i {
    background: url('../../images/aside07.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(8) > a > i {
    background: url('../../images/aside08.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(9) > a > i {
    background: url('../../images/icon-msg-img-de.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(10) > a > i {
    background: url('../../images/aside09.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li:nth-of-type(11) > a > i {
    background: url('../../images/aside10.png') no-repeat;
    background-size: 100%;
}
.asideNavs>li:last-child >a>i {
    background: url('../../images/aside11_1.png') no-repeat;
    background-size: 100%;
}
.asideNavs>#li_wdsq>a>i {
    background: url('../../images/icon_auth.png') no-repeat;
    background-size: 100%;
}

.asideNavs > li.current:nth-of-type(1) > a > i {
    background: url('../../images/aside11.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(2) > a > i {
    background: url('../../images/aside24.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(3) > a > i {
    background: url('../../images/aside13.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(4) > a > i {
    background: url('../../images/aside25.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(5) > a > i {
    background: url('../../images/aside15.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(6) > a > i {
    background: url('../../images/aside16.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(7) > a > i {
    background: url('../../images/aside23.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(8) > a > i {
    background: url('../../images/aside18.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(9) > a > i {
    background: url('../../images/icon-msg-img.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(10) > a > i {
    background: url('../../images/aside19.png') no-repeat;
    background-size: 100%;
}
.asideNavs > li.current:nth-of-type(11) > a > i {
    background: url('../../images/aside20.png') no-repeat;
    background-size: 100%;
}
.asideNavs>li.current:last-child>a>i {
    background: url('../../images/aside21.png') no-repeat;
    background-size: 100%;
}
.asideNavs>#li_wdsq.current>a>i{
    background: url('../../images/icon_auth_active.png') no-repeat;
    background-size: 100%;
}


.asideNavs li.current{background:rgba(218,232,255,1);}

.asideNavs li span{width:10px; height:6px; background:url(../../images/aside_up.png) no-repeat; background-size: 100%;display:inline-block; position:absolute; right:30px; top:25px; }
.asideNavs li.current span{width:10px;height:6px;background:url(../../images/aside_down.png) no-repeat;background-size: 100%;}

.sub_ul{display:none;}
.asideNavs li .downMenu{display:none;background: #fff;}
.asideNavs li .downMenu li{line-height:51px; padding-left: 80px;}
.asideNavs li .downMenu li a{font-size:14px; color:#303133;display:inline-block;font-weight: normal;}
.asideNavs li .downMenu li a span{padding-right:10px; width:6px; height:6px; display:inline-block; margin:0 8px 1px 0; position:absolute; left:10px;background: none;}


.asideNavs li .downMenu li a:hover span,.asideNavs li .downMenu li.active a span{background: none;}
.asideNavs li .downMenu li a:hover,.asideNavs li .downMenu li.active a{color:#367CE2;}




