/* 文件树 */
.menu-tree .section-check {
  vertical-align: middle;
  margin-right: 5px;
}
.menu-tree .nav-item .menu-list { 
  overflow:hidden; 
  display:none; 
  height:auto;
  cursor: pointer; 
}
.menu-tree .nav-menu {
  width: 100%;
  display: block; 
  overflow: hidden;
  height: 50px; 
  line-height: 50px; 
  color: #333; 
  transition: all .3s; 
  position: relative; 
  text-decoration: none; 
  font-size: 18px;  
  border-bottom: 1px solid #f1f1f1 !important;
  padding-left: 10px;
}
.menu-tree .sec-menu {
  display:block;
  width: 100%;
  font-size: 16px; 
  height: 36px;
  line-height: 36px; 
  color: #333; 
  padding-left:20px;
}
.menu-tree .third-menu {
  display:inline-block;
  width: 100%;
  font-size: 14px; 
  height: 36px;
  line-height: 36px; 
  color: #333;
  padding-left:33px; 
  border-bottom: 1px solid #f1f1f1 !important;
}
.menu-tree .fourth-menu {
  display:inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 13px; 
  height: 36px;
  line-height: 36px; 
  color: #333;
  padding-left:35px; 
  border-bottom: 1px solid #f1f1f1 !important;
  text-indent:20px;
}
.menu-tree .five-menu {
  display:inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 12px; 
  height: 36px;
  line-height: 36px; 
  color: #333;
  padding-left:55px; 
  border-bottom: 1px solid #f1f1f1 !important;
  text-indent:10px;
}
.menu-tree .nav-menu:hover,
.menu-tree .sec-menu:hover,
.menu-tree .third-menu:hover,
.menu-tree .fourth-menu:hover,
.menu-tree .five-menu:hover {
  color: #4284f0; background: #f6f5fb; 
}
.menu-tree .icon {
  display: inline-block;
  margin-right: 5px;
}
.icon-check {
  width: 13px;
  height: 13px;
  background: url(../images/icon_check.png) no-repeat;
  margin-top: -2px;
}
.check-active {
  background: url(../images/icon_checka.png) no-repeat;
}
.nav-menu .icon-plus {
  position: absolute;
  right: 0;
  top: 18px;
  width: 13px;
  height: 13px;
  background: url(../images/icon-first-close.png) no-repeat;
  vertical-align: baseline;
  
}

.nav-menu .active {
  position: absolute;
  right: 0;
  top: 18px;
  width: 13px;
  height: 13px;
  background: url(../images/icon-first-open.png) no-repeat;
  vertical-align: baseline;
}

.sec-menu .icon-right, .third-menu .icon-right,.fourth-menu .icon-right{
  width: 6px;
  height: 12px;
  background: url(../images/icon-first-close.png) no-repeat;
  vertical-align: baseline;
  vertical-align: text-bottom;
 
}
.fourth-menu .icon-right{
	margin-left:-10px;
}
.sec-menu .active ,.third-menu .active,.fourth-menu .active{
  width: 6px;
  height:12px;
  background: url(../images/icon-second-open.png) no-repeat;
  vertical-align: baseline;
  vertical-align: text-bottom;
 
}
.active{ color:#3fa2f8;}
.fourth-menu .active{
  width: 6px;
  height:12px;
  background: url(../images/icon-second-open.png) no-repeat;
  vertical-align: baseline;
  vertical-align: text-bottom;
  margin-left:-10px;
}

/* 左侧下拉菜单 */
.drop-list {
  position: relative;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  padding-left: 5px;
  
}
.drop-list.active .drop-ul {
  display: block;
}
.drop-list.active .drop-nav .title {
  border-left: 4px solid  #ffc000;
}
.drop-list.active .drop-nav .icon-deltoidr {
  background: url(../images/icon_deltoidb.png) no-repeat;
}
.drop-list .title {
  border-left:4px solid  #b8d6ff;
  padding-left: 15px;
}
.drop-list a {
  display: inline-block;
  width: 100%;
}
.drop-list .title.active {
  border-left: 4px solid  #ffc000;
}
.drop-ul {
  display: none;
}
.drop-ul .item {
  height: 36px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  color: #299cf8;
  line-height: 36px;
  padding-left: 18px;
}
.drop-ul .item.active,.drop-ul .item:hover {
  background: #f6f5fb;
}
.drop-ul .item a {
  color: #299cf8;
}
.drop-ul .item:last-child {
  border-bottom: none;
}
.icon-deltoidr {
  position: absolute;
  right: 0;
  top: 24px;
  width: 7px;
  height: 13px;
  background: url(../images/icon_right.png) no-repeat;
}
.drop-list .icon-deltoidr.active {
  background: url(../images/icon_deltoidb.png) no-repeat;
}

.s-side {
 padding-bottom:30px;
}
.s-side .first {
 width:280px;
}
.s-side .d-firstNav{
 width:100%;
 border-bottom: 1px solid #f1f1f1;
 height:50px;
 line-height:50px;
 color: #333;
}
.s-side .d-firstNav span {
  display: inline-block;
  margin-left: 10px;
  font-size:18px;
}
.s-side .icon{
 width:4px;
 height:7px;
 display:inline-block;
}
.s-side .d-firstNav .fa-caret-right{
 background:url(../images/icon-first-close.png) no-repeat;
 vertical-align:baseline;
 margin-right:5px;
 vertical-align: text-bottom;
 margin-top:18px;
}
.s-side .d-secondNav .fa-caret-right{
 background:url(../images/icon-first-close.png)  no-repeat;
 vertical-align:middle;
 padding-right:5px;
 margin-top:-3px;
}
.s-side .icon-first-open{
 background:url(../images/icon-first-open.png) no-repeat;
}
.s-side .icon-second-close{
 background:url(../images/icon-second-close.png) no-repeat;
}
.s-side .icon-second-open{
 background:url(../images/icon-second-open.png) no-repeat;
}
.s-side .d-firstNav li
{
  border-bottom: 1px solid #f1f1f1;
}
.s-side .s-secondNav{
  padding-left:30px;
  color:#75b8fa;
  height:36px;
  line-height:36px;

}
.s-side .s-secondItem{
  padding-left:26px;
  color:#75b8fa;
  font-size:16px;
  height:36px;
  line-height:36px;
}
.d-secondNav:hover,.s-side .s-secondItem:hover{
  background:#f6f5fb;
}
.s-secondNav:hover,.d-firstNav:hover{
 cursor: pointer
}
.s-side .s-secondNav span{
  font-size:16px;
  line-height:36px; 
}
.s-side .d-secondDrop {
  margin-left:50px;
}
.s-side .d-firstNav .iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.s-side .d-secondNav .iconRotate {	
  transform: rotate(45deg);
  transition: transform 0.5s;
}
.s-firstDrop{
  display: none;
  border-bottom:1px solid #f1f1f1;
  padding-bottom:10px;
 
}
.s-secondDrop{
  display: none;
 
}
.s-firstDrop li{
 line-height:36px;
}
.d-firstDrop a{
 color:#75b8fa;
}

.d-secondDrop li a{
 color:#333;
 font-size:14px;
 padding-top:5px;
 padding-bottom:5px;	
}
.d-secondDrop li a:hover,.d-secondDrop li a.active{
 color:#ff6b54;
}


