/*---------------MenuList----------*/
.menulist-bound{
	width:100%;
}
/*---CategoryList---*/
.categorylist-bound{
	width:194px;
	float:left;
	box-shadow:2px 2px 2px #ccc;
	-moz-box-shadow:2px 2px 2px #ccc;
	-ms-box-shadow:2px 2px 2px #ccc;
	-webkit-box-shadow:2px 2px 2px #ccc;
	-webkit-box-shadow:2px 2px 2px #ccc;
}
.line .categorylist-bound{box-shadow:none;}
.categorylist-title{
	width:100%;
	height:42px;
	line-height:42px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#ff4401 url(../images/arr-down2.png) 95% center no-repeat;
	font-size:12px;
	text-indent:13px;
	cursor:pointer;
}
.categorylist-content{
	width:192px;
	background:#f8f8f8;
	line-height:20px;
	border:1px solid #bbb;
	border-top:none;
	z-index:999;
}
.line .categorylist-content{display:none;position:absolute;}
.categorylist-content ul{
	list-style:none;
}
.categorylist-content > ul{position:relative;}
.categorylist-content > ul > li.center{position:relative;}
.categorylist-content > ul > li > a{
	display:block;
	color:#5c5b5b !important;
	text-decoration:none !important;
	padding:5px 0;
	padding-left:8px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	background:url(../images/arr-right1.png) 96% center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.categorylist-content > ul > li:hover > a{
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#Fff url(../images/arr-right3.png) 96% center no-repeat;
	position:relative;
	z-index:9999;
}
.categorylist-content > ul > li:hover > .category-sub{
	display:block;
}
/*---category sub---*/
.category-sub{
	width:500px;
	padding:10px;
	position:absolute;
	left:191px;
	border:1px solid #bbb;
	display:none;
	z-index:9998;
	background-color:#fff;
	overflow:hidden;
}
.top .category-sub{clear:both;top:0 !important;}
.center .category-sub{clear:both;top:-100% !important;}
.bottom .category-sub{clear:both;bottom:0 !important;}
.category-sub.is_bg{padding-right:200px;}
.category-sub.is_product{padding-bottom:200px;}
.category-sub > li{
}
.category-sub > li > a{
	color:#ff4401 !important;
	font-weight:bold;
}
/*---Category sub child---*/
.category-sub-child{
	line-height:23px;
	padding-bottom:20px;
}
.category-sub-child > li{min-width:164px;display:inline-block;}
.category-sub-child > li > a,#list_448>ul>li>a,#list_521>ul>li>a,#list_444>ul>li>a,#list_440>ul>li>a{
	background:url(../images/icon_list.png) 3px -16px no-repeat !important;
	padding-left:14px;
	font-size:12px;
	color: #2793e6 !important;
	text-decoration: none;
	cursor: pointer;
	font-weight:normal !important;
}
.category-sub-child > li > a:hover,#list_448>ul>li>a:hover,#list_521>ul>li>a:hover,#list_444>ul>li>a:hover,#list_440>ul>li>a:hover{
	color:#ff4401 !important;
}
/*---Category list product---*/
.categorylist-product{
	width:500px;
	height:150px;
	position:absolute;
	bottom:10px;
	left:10px;
}
.categorylist-product > a{
	margin-right:10px;
}
.categorylist-product > a > img{
	width:150px;
	height:150px;
}
.meulist-right{float:left;margin-left:10px;}
.line .meulist-right{margin-left:0;}
/*---Menu---*/
.menu-bound{
	width:986px;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #ff4401;
}
.line .menu-bound{width:996px;overflow:hidden;}
.menu-bound > a{
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#ff4401 !important;
	padding:0 25px;
	text-decoration:none;
}
.menu-bound > a.link-off{
	color:#9b9897 !important;
}
.line .menu-bound > a{
	color:#2f2f2f !important;
	font-size:12px;
	font-weight:normal;
	padding:0 22px;
	border-left:1px solid #2f2f2f;
}
.line .menu-bound > a:first-child{border:none;}
/*---guide---*/
.menulist-bound.guide{
	border-top:2px solid #ff4401;
}
.menulist-bound.guide .categorylist-bound{box-shadow:none;}
.menulist-bound.guide .categorylist-title{
	height:30px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif !important;
}
.menulist-bound.guide .categorylist-content{position:static;}
.menulist-bound.guide .categorylist-content li>a{color:#3e3e3e !important;}
.menulist-bound.guide .categorylist-content li.active>a{
	color:#ff4400 !important;
	font-weight:bold;
	background:#fff url(../images/arr-down3.png) 96% center no-repeat;
}
.menulist-bound.guide .categorylist-content li.active:hover>a{border-top: 1px solid #fff !important;border-bottom: 1px solid #fff !important;}
.menulist-bound.guide .categorylist-content li ul{background:#Fff;display:none;}
.menulist-bound.guide .categorylist-content li.active ul{display:block;}
.menulist-bound.guide .categorylist-content li ul li a{
	display:block;
	padding:5px 0 5px 15px;
	color:#5c5b5b !important;
	font-size:11px;
}
.mini-contact{
	margin-top:10px;
	padding: 1px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mini-contact-up{
	display: block;
	background-color: #ededed;
	height: 24px;
	padding-left: 10px;
	color: #333;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}
.mini-contact-down{padding: 10px;}
.mini-contact-down p{color:#333;}
.module-guide{width:996px;float:left;}
/*-----*/
.slidehome-module{
	width:686px;
	float:left;
}
.user-module{
	width:290px;
	float:right;
}

/*----------------CategoryList------------*/
.category-list-bound{
	width:100%;
	padding:30px 0;
}
.category-list-left{
	width:933px;
	float:left;
}
.category-list-right{
	width:237px;
	float:right;
	overflow:hidden;
}
.category-list-items{
	width:100%;
	margin-right:15px;
	margin-bottom:25px;
	overflow:hidden;
}
.category-list-items a{color:#2b2a2a !important;font-size:12px;}
.category-list-items-up{
	width:100%;
	height:30px;
	overflow:hidden;
}
.category-list-items-down{
	width:100%;
}
.category-list-items-up div{
	width:278px;
	height:28px;
	line-height:28px;
	padding:0 10px;
	margin-right:15px;
	overflow:hidden;
	border:1px solid #e6e6e6;
	background:#f2f2f2;
	float:left;
}
.category-list-items-up .right,.category-list-items-down ul.right{margin-right:0;}
.category-list-items-up div span{display:inline-block;float:right;font-size:11px;}
.category-list-items-down ul{
	width:280px;
	line-height:25px;
	padding:10px;
	margin-right:15px;
	overflow:hidden;
	float:left;
}
.category-list-items-down ul li{
	background:url(../images/arr-right4.png) 0 center no-repeat;
	padding-left:10px;
}
.category-list-items-down ul li a:hover{color:#ff4400 !important;}
.shop-typify{
	width:100%;
	overflow:hidden;
}
.shop-typify-title{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
	background:url(../images/shop-hot-border.gif) 2px center no-repeat;
	padding-left:20px;
}
#list_134>ul{padding-right:250px;}
#list_176>ul{padding-right:400px;}
#list_210>ul{padding-right:270px;}
#list_316>ul{padding-right:290px;}
#list_263>ul{padding-right:390px;}
#list_284>ul{padding-right:250px;padding-bottom:160px;}
#list_297>ul{padding-right:300px;}
#list_352>ul{padding-right:270px;}
#list_370.center{position:static !important;}
#list_370>ul{width:680px;top:0 !important;}
#list_440>ul,#list_444>ul{width:200px !important;padding:25px 320px 25px 0;}
#list_448>ul{width:280px !important;}
#list_461>ul{padding-right:300px;}
#list_497>ul{padding-right:320px;background-position: right center !important;}
#list_521>ul{width:400px !important;padding-right:300px;}
#list_521>ul>li{display:inline-block;min-width:190px;}
#list_246>ul{padding-right:300px;}
.shop-typify-list img{max-width:231px;border:3px solid #dddada;margin-bottom:10px;}
/*guide*/