/*home css*/
#rightside .subleft {
	width:550px;
	float:left;
	margin-right:10px;
}
.subleft .aboutus {
	margin-bottom:10px;
}
.aboutus .intro {
	padding:8px 6px;
}
.aboutus .intro p {
	margin-bottom:8px;
	text-indent:2em;
}
#rightside .subright {
	float:left;
	width:185px;
}
#news {
	margin-bottom:8px;
}
#news ul.barlist {
	padding:5px 10px 30px;
	width:165px;
}
#news ul li {
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	border-bottom:1px dotted #acacac;
	background:url("../images/point_r_yel.gif") no-repeat scroll left center transparent
}
#prodline p {
	padding:6px 10px 20px;
	background:url("../images/ul_bg.jpg") no-repeat scroll center bottom transparent;
}

#prodlist {
	overflow:hidden;
	padding:13px 10px;
	width:530px;
}
#prodlist .proditem {
	float:left;
	position:relative;
	width:120px;
	height:120px;
	border:1px solid #dcdcdc;
	margin:0 10px 8px 0;
}
#prodlist .proditem:hover {
	border:1px solid #acacac;
}
.proditem a:link,
.proditem a:visited {
	display:block;
	width:120px;
	height:120px;
}
.proditem span {
	height:20px;
	line-height:20px;
	display:block;
	background:#EEEEEE;
	width:120px;
	text-align:center;
	font-size:11px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.proditem img {
	display:block;
	width:120px;
	height:100px;
}