
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	
	background-image: url(images/bg.jpg);
	font-size:12px;												/* 网页字体大小 */
	font-family:  "宋体",Arial,Century Gothic;	/* 网页字体 */
	color:#4a4949;												/* 网页文本颜色 */
	line-height:22px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
	background-color: #ffffff;
	
}
p{
	line-height: 22px;
	color: #666666;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
} 

select,input,textarea
{
	font-size:12px;
	font-family:  "宋体",Arial,Century Gothic;	
	color:#333333;
	
}
/*表格属性*/
table
{
   font-size:12px;
   /*line-height:22px;*/
   border-collapse:collapse;/*自动把相同的边框线合并*/
   line-height:22px;	
   font-family:  "宋体",Arial,Century Gothic;	
}
.border{ border:1px solid #abc3df;}
/*导航菜单超级链接*/
a{
	color: #55779A;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:  #4a4949;
	text-decoration:none;
	font-size: 12px;
}
a.news{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a.news:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}
/*更多*/
a.more {
	color: #CCCCCC;
	font-size:12px;
	text-decoration: none;
	font-family:  "宋体",Arial,Century Gothic;	
}
a.more:hover {
	color: #FF6600;
	font-size:12px;
	text-decoration: underline;
	font-family:  "宋体",Arial,Century Gothic;	
}

/*导航菜单超级链接(阿严CSS）*/
a.mail {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
}
a.mail:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
/*产品内容超级链接*/
a.pro {
	color:#FFFFCC;
	text-decoration: none;
	font-size:12px;
	font-family:  "宋体",Arial,Century Gothic;	
	line-height: 140%;
}
a.pro:hover {color: #FFCC00;text-decoration: none;  font-size:12px; font-family:  "宋体",Arial,Century Gothic;	}

/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}


/*白色文本*/	
.text12_white {
	color: #FFFFFF;
	font-size: 13px; 
	line-height: 1.5em; 
	font-weight: bold;
}
.text12_back {
	color: #000000;
	font-size: 13px; 
	line-height: 1.5em; 
	font-weight: bold;
}
.prodcut_blue {
	color: #55779A;
	font-size: 13px; 
	line-height: 1.5em; 
	font-weight: bold;
}
/*版权所有文本属性*/	
.copyright {
	color: #817E8F; 
	font-size: 12px; 
	line-height: 1.7em; 
	font-family:  "宋体",Arial,Century Gothic;	
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}
.tab {
	border: 1px dotted #8A985B;
}

.lablea {
	font-size: 12px;
	margin: 1px;
	height: 14px;
	border: 1px solid #333333;
	width: 160px;
}

.line{
border-bottom-color:#aa9931;
border-bottom-style:solid;
border-bottom-width:1px;}
