@charset "gb2312";
#mainNav {
	width: 850px;
}
/*子栏目样式*/
#subClass {
	color: #333;
	margin-bottom: 10px;
	background: #f5f5f5;
}
#subClass ul {
	list-style: none;
	margin: 0px 4px 0px 20px;
	padding: 0px;
}
#subClass li {
	height: 35px;
	height: auto !important;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	background: url(../images/line_dot.gif) repeat-x left top;
	font-weight: bold;
}
#subClass li a {
	color: #000;
	text-decoration: none;
	padding-left: 26px;
	background: url(../images/ar.gif) no-repeat left center;
}
#subClass li a:hover {
	color: #f00;
	text-decoration: underline;
}
#subClass li a:visited {
	color: #000;
	text-decoration: none;
}
#subClass li ul {
	list-style: square;
	margin: 0px 4px 0px 42px;
	padding: 0px;
}
#subClass li li {
	height: 35px;
	margin: 0px;
	padding: 0px;
	background: none;
	font-weight: normal;
}
#subClass li li a {
	padding-left: 0px;
	background: none;
}

#subClass li li ul {
	list-style: none;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
#subClass li li li {
	height: 35px;
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}
#subClass li li li a {
	padding-left: 0px;
	background: none;
}

#subClass li li li a.subSubcur {
	color: #f00;
}

#subClass li li a.subcur {
	color: #f00;
}

#subClass li a.cur {
	color: #f00;
}
#subClass #subClassTitle {
	color: #fff;
	height: 36px;
	margin-top: 10px;
	padding-left: 20px;
	line-height: 36px;
	background: url(../images/bg_subclass_title.gif) no-repeat left top;
}
/*当前位置样式*/
#curNav {
	color: #f00;
	text-align: right;
}
#curNav a {
	color: #959595;
}
#curNav a:hover {
	color: #f00;
}
/*页面标题样式*/
#classTitle {
	height: 35px;
	line-height: 35px;
}
#classTitle img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#classTitle h1 {
	float: left;
}
.titleDivide {
	clear: both;
	width: 585px;
	height: 1px;
	background: url(../images/line_dot.gif) repeat-x top left;
}

#contentTitle {
	text-align: center;
}
#contentInfo {
	text-align: center;
}

/*产品列表样式*/
#products {
	width: 565px;
	margin-left: 20px;
}
.productName {
	margin-top: 10px;
	color: #f00;
	font-weight: bold;
}
.productDevide {
	width: 565px;
	background: url(../images/line_dot.gif) repeat-x left top;
}
.productInfo {
	float: left;
	width: 340px
}
.productImg {
	float: right;
	width: 225px;
	text-align: center;
}

ul.newslist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.newslist li {
	float: left;
	margin-right: 10px;
}

