@charset "UTF-8";
#cssmenu2 {
  width: 220px;
}
#cssmenu2 a {
  line-height: 2.5;
}
#cssmenu2 .active{
  height:43px;
  background-image:url(../images/tb.jpg)
}
#cssmenu2 .active  {
  height:43px;
  background-image:url(../images/tb.jpg)
}

#cssmenu2 .active{
  padding: 16px 0px;
  border: none;
  color:#FFF;
  line-height:25px;
  font-family: Impact, "微软雅黑";
  text-align: center;
  font-size: 18px;
  height:43px;
  text-decoration:none;
  
}

#cssmenu2 .active > a > span {
  padding: 0;
}

#cssmenu2 > ul > li.has-sub:hover>a span{color:#ff4c00;height:43px;
}
#cssmenu2 > ul > li.last:hover>a span{color:#ff4c00;height:43px;
}
#cssmenu2 > ul > li > a {
  padding-left:50px;
  font-size: 14px;
  display: block;
  border-left: 1px solid #565860;
  border-right: 1px solid #565860;
  border-top: 1px solid #4a4c52;
  height:43px;
  color: #ffffff;
  background-color:#595b63;;
  text-decoration:none;
}
#cssmenu2 > ul > li > a:hover {
  padding-left:50px;
  font-size: 14px;
  display: block;
  border-left: 1px solid #565860;
  border-right: 1px solid #565860;
  border-top: 1px solid #4a4c52;
  height:43px;
  color: #ffffff;
  background-color:#595b60;;
  text-decoration:none;
}
#cssmenu2 > ul > li > a > span {
  display: block;
  padding: 12px 10px;
}

#cssmenu2 > ul > li.active {
  border-bottom: none;
}
#cssmenu2 > ul > li.has-sub > a span {
  background: url(../images/right.png) 100% center no-repeat;
}

#cssmenu2 > ul > li.last > a span {
  background: url(../images/right2.png) 100% center no-repeat;
}
/* Sub menu */
#cssmenu2 ul ul {
  display: none;
  background: #fff;
  padding:10px 0 10px 40px;
}
#cssmenu2 ul ul li {
  padding:;0px 0px;
  height:32px;
  background: #ffffff;
}

#cssmenu2 ul ul li:last-child {
  height:32px;
  border-bottom: none;
}

#cssmenu2 ul ul a {
  padding: 10px 10px 0px 20px;
  display: block;
  color: #575961;
  font-size: 13px;
  font-weight: normal;
  text-decoration:none;
}

#cssmenu2 ul ul li.active > a::after,
#cssmenu2 ul ul li.open > a::after,
#cssmenu2 ul ul li > a:hover::after {
  border-color: #ff4c00;
}

#cssmenu2 ul ul a:hover {
  color: #ff4c00;
}


#cssmenu2 ul{margin:0;padding:0;list-style-type:none;}

.demo{width:220px;margin:0 auto;}
.demo h2{font-size:14px;height:24px;line-height:24px;margin:30px 0 10px 0;padding:0 10px;}
.menu_head{padding:0px 0 0 22px;cursor:pointer;position:relative;
	font-weight:500;background:#595b63 url(../images/right2.png) center right no-repeat; height:42px;line-height:42px;color:#fff;font-size:14px;border-left: 1px solid #565860;
  border-right: 1px solid #565860;
  border-bottom: 1px solid #4a4c52; margin:0;
}.menu_head a{padding:0px 0 0 60px;cursor:pointer;position:relative;
	font-weight:500;background:#595b63; height:42px;line-height:42px;color:#fff;font-size:14px;border-left: 1px solid #565860;
  border-right: 1px solid #565860;
  border-bottom: 1px solid #4a4c52;
}
.menu_head:hover{color:#ff4c00;}
.menu_head a:hover{color:#ff4c00;}
.menu_list .current{background:#595b60 url(../images/down.png) center right no-repeat; height:42px;line-height:42px;padding-left:22px;}
.menu_body{display:none; background-color:#fff;font-size:12px;font-weight:400;letter-spacing: 1px ; padding:0 0 0 22px;}
.menu_body a{ width:188px; text-align:left; margin-right: 50px; display:block;color:#595b63;font-size:13px;font-weight:400;text-decoration:none;height:28px;line-height:28px;background:#fff url(../images/right.png) center right no-repeat;}
.menu_body a:hover{color:#ff4c00;background:#fff url(../images/rightred.png) center right no-repeat;margin-right:50px;}
.left_menu_bottom{ float:left; z-index:100;}
.left_menu_bottom li {display: block;margin: 8px 0 0 0;padding: 0;}