@charset "utf-8";
.lanren a {
	-webkit-transition: all 0.2s linear;
	-mos-transition: all 0.2s linear;
	-mz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.lanren  a:hover {
	-webkit-transition: all 0.2s linear;
	-mos-transition: all 0.2s linear;
	-mz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*.lanren {
	margin: 0 auto;
}*/

#nav-2015 {
	padding-left: 130px;
	background: #CD292B;
	height: 40px;
	position: relative;
	z-index: 3;
}

#category-2015 {
	/*width: 210px;*/
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

#category-2015 .ld {
	position: relative;
	/*width: 210px;*/
	height: 40px;
	line-height: 40px;
	background: #CD292B;
	cursor: pointer;
}

#category-2015 .ld h2 {
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	color: #fff
}

#category-2015 .ld b {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -21px;
	top: 10px;
	background: url(../img/arrow.gif) no-repeat 0 0;
}

#category-2015 #allsort {
	display: none;
	width: 227px;
	height: 402px;
	padding: 3px 0;
	position: absolute;
	left: 0;
	top: 38px;
	border: 2px solid #CD292B;
	background-color: #fafafa;
}

#category-2015 #allsort .item {
	width: 227px;
	height: 28px;
	border-bottom: 1px solid #fff;
	float: left;
}

#category-2015 #allsort .item span {
	height: 28px;
	line-height: 28px;
	width: 208px;
	z-index: 30;
}

#category-2015 #allsort .item span h3 {
	width: 217px;
	padding-left: 10px;
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#category-2015 #allsort .item span h3 a {
	color: #333;
	text-decoration: none;
}

#category-2015 #allsort .item span h3 a:hover {
	color: #E4393C;
	font-weight: bold;
}

#category-2015 #allsort .item .i-mc {
	display: none;
	width: 680px;
	height: 388px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 225px;
	top: 0;
	text-align: left;
	z-index: 25;
}

#category-2015 #allsort .on h3 {
	border: solid #ddd;
	border-width: 1px 0;
	background: #fff;
	z-index: 40;
}

#category-2015.on .ld b {
	background: url(../img/arrow.gif) no-repeat 0 -20px;
}

#category-2015.on #allsort {
	display: block;
}

#category-2015.on #allsort .on .i-mc {
	display: block;
}

#navitems-2015 {
	height: 40px;
}

#navitems-2015 li {
	float: left;
}

#navitems-2015 li a {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font: 700 15px/40px "microsoft yahei";
	text-decoration: none;
}

#navitems-2015 li a:hover {
	color: #fff;
	background: #a40000;
}