@charset "utf-8";
/* CSS Document */
body
{ 	
	background-color:#FFFFFF;					                /* 网页背景颜色 */
	font-size:12px;												/* 网页字体大小 */
	font-family: Verdana, Arial, Helvetica, sans-serif;	    /* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:180%;											/* 标准行高 */
	text-align:center; text-align:center;						/* 文本对齐 */
	margin:0px auto;
}
form{ margin:0px; padding:0px; }
/* 一般超级链接 */
a{font-size:12px;color:#000000;line-height:180%;text-decoration:none;}				/* 链接属性 */
a:link{font-size:12px;color:#000000;line-height:180%;text-decoration:none;}			/* 未访问前链接属性 */

a:visited{font-size:12px;color:#000000;line-height:180%;text-decoration:none;}		/* 已访问后链接属性 */
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}
/* 导航菜单超级链接 */
a:hover{font-size:12px;color:#000000;line-height:180%;text-decoration:underline;}	/* 鼠标悬停时链接属性 */
a:active{font-size:12px;color:#000000;line-height:180%;text-decoration:none;}		/* 激活时链接属性 */

/* 导航菜单超级链接 */
a.menu{font-size:12px;color:#005a5d;line-height:150%;text-decoration:none; font-weight:bold;}					/* 菜单链接属性 */
a.menu:visited{ color:#005a5d; line-height:150%; text-decoration:none; font-weight:bold;}
a.menu:hover{font-size:12px;color:#FF0000;line-height:150%;text-decoration:underline; font-weight:bold;}		/* 鼠标悬停时链接属性 */

/*新闻内容超级链接*/
a.news{color: #000000;text-decoration: none;}
a.news:visited{ color:#000000; text-decoration:none;}
a.news:hover {color: #FF0000;text-decoration: underline;}

/*产品内容超级链接*/
a.pro {color: #000000;text-decoration: none;}
a.pro:hover {color: #FF0000;text-decoration: none; }

/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}



/*表格属性*/
table
{
   font-size:12px;
   line-height:18px;
   border-collapse:collapse;/*自动把相同的边框线合并*/
   	font-size:12px;
	color:#000000;

}
td{ font-size:12px; line-height:23px; text-decoration:none; color:#259699;}

/*边距离*/
.padding {
	padding: 5px; 
}

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}


img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

biao
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	border-color:#0099CC;				/* 边框颜色 */
	border-style:solid;					/* 边框线条样式 */
	border:1px;							/* 边框线条大小 */
	background-color:#DEFAFF;			/* 背景颜色 */
}

ul{margin:0px 0px 0px 15px;padding:0px;}
ol{margin:0px 0px 0px 15px;padding:0px;}
ul li{margin:0px 0px 0px 20px;padding:0px;}
ol li{margin:0px 0px 0px 20px;padding:0px;}

.title_12{color:#ff3300;font-size:12px;line-height:180%;font-weight:600;}		/* 标题字体为12像素 */
.title_14{color:#ff3300;font-size:14px;line-height:180%;font-weight:600;}		/* 标题字体为14像素 */
.title_16{color:#ff3300;font-size:16px;line-height:180%;font-weight:600;}		/* 标题字体为16像素 */

/* 红色字 */
.text_red12{color:#ff0000;font-size:12px;line-height:180%;}
.text_red13{color:#ff0000;font-size:13px;font-weight:bold;}
.text_red16{color:#ff0000;font-size:16px;line-height:180%; font-weight:bold; font-family:"黑体";}

/* 蓝色字 */
.text_blue12{color:#0000ff;font-size:12px;line-height:180%;}
.text_blue14{color:#0000ff;font-size:14px;line-height:180%;}
.text_blue16{color:#0000ff;font-size:16px;line-height:180%;}

/* 绿色字 */
.text_green12{color:#009900;font-size:12px;line-height:180%;}
.text_green14{color:#009900;font-size:14px;line-height:180%;}
.text_green16{color:#009900;font-size:16px;line-height:180%;}

/* 黑色字 */
.text_black12{color:#000000;font-size:12px;line-height:180%;}
.text_black14{color:#000000;font-size:14px;line-height:180%; font-weight:bold; font-family:"宋体";}
.text_black16{color:#000000;font-size:16px;line-height:180%;}

/* 灰色字 */
.text_gray12{color:#999999;font-size:12px;line-height:180%;}
.text_gray14{color:#999999;font-size:14px;line-height:180%;}
.text_gray16{color:#999999;font-size:16px;line-height:180%;}

/* 白色字 */
.text_white12{color:#ffffff;font-size:12px;line-height:180%;}
.text_white13{color:#ffffff;font-size:13px;font-weight:bold}
.text_white16{color:#ffffff;font-size:16px;line-height:180%;}

.text_div			/* 文本区样式 */
{ 
	font-family:arial;
	font-size: 12px;
	line-height:180%;
	color: #000000;
	background-color:#DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC; 
	clear:both;
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体";	/* 网页字体 */
	color:#FFFFFF;												/* 网页字体颜色 */
	line-height:180%;											/* 标准行高 */
}
a.top_home{ font-size:12px; line-height:23px; text-decoration:none; color:#259699;}
a.top_home:visited{ font-size:12px; line-height:23px; text-decoration:none; color:#259699}
a.top_home:hover{ font-size:12px; color:#259699; line-height:23px; text-decoration:underline;}
.about_ua{ font-size:12px; line-height:25px; text-decoration:none; color:#333333;}
.b245 {WIDTH: 336px; margin:0px auto}
.about_a{ font-size:13px; color:#FF0000; text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.about_us{ font-size:12px; color:#333333; text-decoration:none; line-height:36px;}
.pro{ font-size:13px; color:#3f787a; text-decoration:none; line-height:30px; font-weight:bold;}
a.pro_a{ font-size:13px; color:#3f787a; text-decoration:none; line-height:28px; font-weight:bold;}
a.pro_a:visited{ font-size:13px; color:#3f787a; text-decoration:none; line-height:28px; font-weight:bold;}
a.pro_a:hover{ font-size:13px; color:#FF0000; text-decoration:none; line-height:28px; font-weight:bold;}
.prodd{ font-size:13px; color:#3f787a; text-decoration:none; font-weight:bold;}
.img {
	background-attachment: fixed;
	background-image: url(images/left_10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.about_b{ font-size:12px; line-height:40px; text-decoration:none; color:#333333;}
a.pro_c{ font-size:13px; color:#000000; text-decoration:none; line-height:28px; font-weight:bold;}
a.pro_c:visited{ font-size:13px; color:#000000; text-decoration:none; line-height:28px; font-weight:bold;}
a.pro_c:hover{ font-size:13px; color:#FF0000; text-decoration:none; line-height:28px; font-weight:bold;}
.pro_d{ font-size:12px; color:#333333; text-decoration:none; line-height:28px;}
.pro_e{ font-size:14px; color:#000000; text-decoration:none; line-height:28px; font-weight:bold;}
