body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif); 
	background-repeat: repeat-x ;
	background-color:#ffffff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.indexnewstitle {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.producttitle {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.productxh {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 20px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.productjg {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #ff0000;
	line-height: 20px;
	font-weight: bold;
}
/*让IE6.0中png透明*/
img {     
behavior: url(iepngfix.htc);      
} 
/*首页底部链接字体颜色*/
.indexbottom {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
/*首页底部版权信息字体颜色*/
.copyright {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 10px;
	color:#999999;
	line-height: 15px;
}
/*链接字体颜色*/
a:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #ff0000;
}
a:active {
	text-decoration: none;
}
/*首页底部自定义链接字体颜色*/
.bottom a:link {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
}
.bottom a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #666666;
}
.bottom a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #ff0000;
}
.bottom a:active {
	text-decoration: none;
}
/*左侧菜单自定义链接字体颜色*/
.leftmenu a:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
}
.leftmenu a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #000000;
}
.leftmenu a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	color: #FF0000;
}
.leftmenu a:active {
	text-decoration: none;
}


/*-----------------------表格边框-------------------------*/
/*首页中间竖线*/
.righttable {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*首页新闻底线*/
.newtable {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/*首页新闻底线*/
.newtable-3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

/*首页新闻底线稍白*/
.producttable-1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
/*首页新闻底线稍白*/
.newtable-1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
/*首页新闻上下线*/
.newtable-2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
/*鼠标滑过变换背景图片*/
.mouseover{background-image: url(../images/title_bg1.gif);} 
.mouseout{background-image: url(../images/title_bg2.gif)} 


/*-----------------------表单样式-------------------------*/

.textbox { 
	background-color: #D3D3D3;
	height: 18px;
	width:350px;
	background-color: #D3D3D3;
	border: 1px solid #999999;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;}
	
.select { 
	background-color: #D3D3D3;
	height: 18px;
	width: 150px;
	background-color: #D3D3D3;
	border: 1px solid #999999;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;}
	
.guestinfo { 
	background-color: #D3D3D3;
	height: 150px;
	width: 350px;
	background-color: #D3D3D3;
	border: 1px solid #999999;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	overflow:hidden
	}


