.leftMenu a {
    text-decoration: none;
    display: block;
}

.leftMenu {
    background: #000;
    left: -1000px;


    display: block;

    width:190px;



}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
}

.leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 24px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 3px;
}

.f2, .f3 {
    height: 0;
    padding-left: 20px;
    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: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }



/*手风琴导航*/
.navMenu> li {
	background:  no-repeat 10px 20px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
}
.navMenu> li.open {
	background:  no-repeat 10px 20px #FFFFFF;
}
.navMenu>li>a {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	line-height: 45px;
	color: #666;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	
}
.navMenu > li:nth-of-type(1)> a {
	border-top: 1px solid transparent;
}
.navMenu > li:last-child > a {
	border-bottom: 1px solid transparent;
}
.navMenu>li>a>i {
	font-size: 20px;
	float: left;
	font-style: normal;
	margin: 0 5px;
}
.navMenu li a .arrow:before {
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f105";
content: "=";
	font-weight: 300;
	text-shadow: none;
}
.navMenu li a .arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-family: FontAwesome;
	height: auto;
	font-size: 16px;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
}
.navMenu>li>a.active, .navMenu>li>a:hover {
	color: #333;
	
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 8px 10px 0px 10px;
	padding-bottom: 5px;
}
.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu {
}
.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}
.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 30px;
	color: #666;
	clear: both;
}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a {
	color: #333;
	
}
.icon_1:before {
	content: "\f0ac";
}
.icon_2:before {
	content: "\f0ac";
}
.icon_3:before {
	content: "\f0ac";
}
.page_nav ul {
	margin: 0 !important;
}
.nav_3 ul {
	padding: 10px
}
.nav_3 ul li {
	float: left;
}
.nav_3 ul li a {
	display: block;
	color: #2269a3;
	font-size: 16px;
	padding: 3px 12px;
	border-bottom: 1px solid #2269a3;
	height: 35px;
	line-height: 35px;
}
.nav_3 ul li a:hover, .nav_3 ul li a.cur {
	color: #ffffff;
	background: #2269a3;
}
.type {
	padding: 30px 20px 0;
}
.type .tit {
	background: url(../images/list_tit_1.png) no-repeat left center;
	padding-left: 200px;
	font-size: 20px;
	color: #478ac1;
	width: 227px;
	margin: 0 auto;
	height: 36px;
}
.type .type_list ul {
	padding: 15px 0;
}
.type .type_list ul li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.type .type_list ul li a {
	background: url(../images/icon_dian_4.png) no-repeat left center;
	padding: 0 10px 0 20px;
	color: #444444;
}
.type .type_list ul li a:hover {
	background: url(../images/icon_dian_5.png) no-repeat left center;
	color: #b22923
}