.sw_categorys_nav {
	/*position: relative;*/
	/*width: 100%;*/
	height: 38px;

	
	box-shadow: 0px 0px 0px #000000;
	/*z-index: 1000;*/
}

.sw_categorys_nav .container { 
	margin-left: auto; 
	margin-right: auto;
}

.sw_categorys_nav .allcategorys {
	float: left;
	height:48px;
	width: 195px;
	position: relative;
}

.sw_categorys_nav .allcategorys .title-item-hd a {
	height: 39px;
	line-height: 38px;
	width: 195px;
	text-indent: 20px;
	color: #fff;
	display: block;
		font-size: 15px;
	text-decoration: none;
 /* background:#d60d61;*/
}

.sw_categorys_nav .allcategorys .title-item-hd a .icon {
	position: absolute;
    display: block;
    width: 35px;
    height: 20px;
    top: 11px;
    right: 10px;
 
	background: url("../image/user/sw_categorys_nav.jpg");
    overflow: hidden;
    background-position: -5px -10px;
}
.title-item-hd {
    background-color: #d60d61;
}
.sw_categorys_nav .allcategorys .title-item-hd a.curr {
	
}

.sw_categorys_nav .allcategorys .title-item-hd a.curr .icon {
		
}

.sw_categorys_nav .allcategorys .sublist {
	position: absolute;
	width:193px;
	z-index: 999;
    background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	  display: none;
	padding: 0px 0 0 0px;
	display: none;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3)
}

.allcategorys .sublist li {
	float: left;
	width: 190px;
    height: 38px;
    line-height: 38px;
}
.allcategorys .sublist li:hover {
   /* border: 2px solid #d60d61;
       background:#d60d61;
	height: 36px;
	line-height: 36px;*/
    
    
}
.allcategorys .sublist li:hover i {
    color: #d60d61;


}

.allcategorys .sublist li:hover h3 a {
    color: #d60d61 !important;
    
}
.allcategorys .sublist li h3 a:hover 
{
    color: #d60d61 !important;
}

.allcategorys .sublist li h3.mcate-item-hd {
	padding-left: 2px;
	font-size: 12px;
    top: 5px;
    font-weight: normal;
    padding-left: 5px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #e7e7e7;
}

.allcategorys .sublist li p.mcate-item-bd {
	padding-left: 2px;
  
}

.allcategorys .sublist li p.mcate-item-bd a {
	height: 26px;
	line-height: 26px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
}

.allcategorys .sublist li p.mcate-item-bd a:hover {
	color: #6c5143;
	text-decoration: underline;
}