
.leftMenu a {
    text-decoration: none;
    display: block;
	color:#ffffff!important;
}

.leftMenu {
    background: #181b21;
    left: -1000px;
    position: fixed;
    top: 0px;
    display: block; 
    width: 780px;
    z-index: 100;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
	
	font-family:'Microsoft YaHei';
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
}

.leftMenu ul li {
    position: relative;
    padding: 0;
	background-color:#262a30;
	line-height:170px;
	border-bottom:#6b6b6b 1px solid;
	text-align:center;
	font-weight:normal;

}
.leftMenu ul li a { text-decoration:none; font-size:36px;}
.leftMenu ul li a:visited { background:url(../images/pic_12.jpg) no-repeat left; background-color:#262a30; color:#ba2c28; font-weight:bold; }
.leftMenu ul li a:hover {  background:url(../images/pic_12.jpg) no-repeat left; background-color:#262a30; color:#ba2c28!important;  font-weight:bold; }
.leftMenu ul li a:active {  background:url(../images/pic_12.jpg) no-repeat left; background-color:#262a30; color:#ba2c28!important; font-weight:bold;  }

.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 40px;
    top: 0px;
    font-size: 45px;
    font-weight: 300;
	color:#868686;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 40px;
    font-size: 80px;
    top: 0px;
	color:#ba2c28;
}
.leftMenu ul li ul  {}
.leftMenu ul li ul li { line-height:120px; border-bottom:#363636 1px solid; text-align:left; padding-left:20px; background-color:#181b21; font-weight:normal; }
.leftMenu ul li ul li  a:hover { background:none!important; border-left:none;}
.leftMenu ul li ul li a { color:#a1a1a1!important; padding-left:20px; }

.f2, .f3 {
    height: 0;
    padding-left: 0px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
	opacity:0;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 99;
        background: rgba(0,0,0,0.5);
    }
