/* CSS Document */
body{margin:0;font:12px;}
div{font:12px;}

/*产品类别*/
a.cla
{
	font:12px bolder;	
	color:#4f4f4f;
	text-decoration:none;
}
.claDiv
{
	font-weight:bolder;
	height:21px;
	cursor:pointer;
	color:#4f4f4f;
	text-decoration:none;
	padding-top:10px;
}

/*
============================================================================================
新闻Css
*/
a.NewList
{
	font:12px bolder;
	color:#FF0000;
	text-decoration:none;
	
}
.NewListDiv
{
	height:21px;width:580px;
	border-bottom:1px #666666 dashed;
	padding-top:25px;	
	
}

/*
============================================================================================
产品
*/
a.proList
{
	font:13px;
	font-weight:bolder;
	color:#FF0000;
	text-decoration:none;

	line-height:24px;
}

.ProDivList
{
	float:left;
	
	text-align:center;
	margin:10px 5px 0 35px;
}

.ProDivList2
{
	border:1px #999999 solid;
	text-align:center;
}

/*
============================================================================================
分页
*/
.pageText
{
	font:12px bolder;
	color:#666666;
	padding-top:80px;
}

a.pageLink
{
	font:12px;
	color:#FF0000;
	text-decoration:none;	
	
}