.left_cpfl{
	/*box-shadow: 2px 3px 6px #aaa;*/
	/*position: fixed;*/
	padding-right:0;
	z-index: 999;
}
.left_cpflFixed{
	box-shadow: 2px 3px 6px #aaa;
	position: fixed;
	width: 20%;
}
.left_cpfl .left_cpfl_span{
	float:right;
}
.left_cpfl .badge{
	float: none;
}
/*以UL为父级*/
.left_cpfl>li{
	padding: 0 15px;
}
.left_cpfl>li>a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
 /*分类显示*/
 .left_cpfl .dropdown-menu{
 	height: auto;
 	width: 326%;
 	left:100%;
 	top:0px;
 	z-index: 998;
 }