@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	background-color:#FFFFFF;					/* 网页背景颜色 */
	background-image:url(images/body_bg.jpg);	/* 网页背景图片 */
	background-position:center;					/* 背景图片居中 */
	background-repeat:inherit;					/* 背景图片平铺 */
	BACKGROUND-POSITION: center 50%;             /*背景居中*/
	
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Helvetica, 宋体, Verdana, sans-serif;	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:160%;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
}
/* 一般超级链接 */
a{font-size:12px;color:#000000;line-height:120%;text-decoration:none;}				/* 链接属性 */
a:link{font-size:12px;color:#000000;line-height:120%;text-decoration:none;}		/* 已访问后链接属性 */
a:visited{font-size:12px;color:#000000;line-height:120%;text-decoration:none;}		/* 已访问后链接属性 */
a:hover{font-size:12px;color:#000000;line-height:120%;text-decoration:none;}	/* 鼠标悬停时链接属性 */
/*黑色超级链接*/
a.hei:link{color: #000000;text-decoration: none;font-size: 14px;font-weight: bold;}
a.hei:visited{color: #000000;text-decoration: none;font-size: 14px;font-weight: bold;}
a.hei:hover {color: #000000;text-decoration: none;	font-size: 14px;font-weight: bold;}

/*黑色超级链接*/
a.heih:link{color: #000000;	text-decoration: none;font-size: 14px;font-weight: bold;}
a.heih:visited{color: #000000;	text-decoration: none;font-size: 14px;font-weight: bold;}
a.heih:hover { color: #000000;text-decoration: underline;font-size: 14px;font-weight: bold;}

/*白色超级链接*/
a.bai:link{color: #FFFFFF;	text-decoration: none;font-size: 14px; font-weight: bold;}
a.bai:visited{color: #FFFFFF;	text-decoration: none;font-size: 14px; font-weight: bold;}
a.bai:hover { color: #FFFFFF; text-decoration: none;font-size: 14px; font-weight: bold;}

/*白色超级链接*/
a.baih:link{color: #FFFFFF;	text-decoration: none;font-size: 14px;font-weight: bold;}
a.baih:visited{color: #FFFFFF;	text-decoration: none;font-size: 14px;font-weight: bold;}
a.baih:hover { color: #FFFFFF;text-decoration: underline;font-size: 14px;font-weight: bold;}

/*灰色超级链接*/
a.hui:link{color: #666666;text-decoration: none;font-size: 14px;font-weight: bold;}
a.hui:visited{color: #666666;text-decoration: none;font-size: 14px;font-weight: bold;}
a.hui:hover {color: #666666;text-decoration: none;	font-size: 14px;font-weight: bold;}

/*白色超级链接*/
a.b:link{color: #FFFFFF;text-decoration: none;font-size: 12px;font-weight: normal;}
a.b:visited{color: #FFFFFF;	text-decoration: none;font-size: 12px;font-weight: normal;}
a.b:hover { color: #FFFFFF;text-decoration: none;font-size: 12px;font-weight: normal;}




/*新闻内容超级链接*/
a.news{color: #033462;text-decoration: none;}
a.news:hover {color: #033462;text-decoration: underline;}

/*产品内容超级链接*/
a.pro {color: #F5F4F4;text-decoration: none;}
a.pro:hover {color: #FFFFFF;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;/*自动把相同的边框线合并*/
}

/*边距离*/
.padding {
	padding: 5px; 
}

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

/*白色文本*/	
.x_white {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: underline;
	font-weight: bold;
}


/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}





table
{
	font-size:12px;
	color:#000000;
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

select,input,option,textarea
{
	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:120%;font-weight:600;}		/* 标题字体为12像素 */
.title_14{color:#ff3300;font-size:14px;line-height:120%;font-weight:600;}		/* 标题字体为14像素 */
.title_16{color:#ff3300;font-size:16px;line-height:120%;font-weight:600;}		/* 标题字体为16像素 */

/* 红色字 */
.text_red12{color:#ff0000;font-size:12px;line-height:120%;}
.text_red14{color:#ff0000;font-size:14px;line-height:120%;}
.text_red16{color:#ff0000;font-size:16px;line-height:120%;}

/* 蓝色字 */
.text_blue12{color:#0000ff;font-size:12px;line-height:120%;}
.text_blue14{color:#0000ff;font-size:14px;line-height:120%;}
.text_blue16{color:#0000ff;font-size:16px;line-height:120%;}

/* 绿色字 */
.text_green12{
	color:#00000;
	font-size:12px;
	line-height:120%;
	font-weight: bold;
	text-decoration: underline;
}

/* 绿色字 */
.tt_green12{
	color:#ffffff;
	font-size:14px;
	line-height:120%;
	font-weight: normal;
	text-decoration: underline;
}
.text_green14{color:#009900;font-size:14px;line-height:120%;}
.text_green16{color:#009900;font-size:16px;line-height:120%;}

/* 绿色字 */
.s_green12{
	color:#00000;
	font-size:12px;
	line-height:120%;
	font-weight: normal;
	text-decoration: underline;
}

/* 绿色字 */
.t_green12{
	color:#00000;
	font-size:12px;
	line-height:120%;
	font-weight: bold;
}
/* 绿色字 */
.t_green14{
	color:#00000;
	font-size:14px;
	line-height:120%;
	font-weight: bold;
	text-decoration: underline;
}

/* 黑色字 */
.text_black12{color:#000000;font-size:12px;line-height:120%;}
.text_black14{color:#000000;font-size:14px;line-height:200%;}
.text_black16{color:#000000;font-size:16px;line-height:120%;}

/* 灰色字 */
.text_gray12{color:#999999;font-size:12px;line-height:200%;}
.text_gray14{color:#999999;font-size:14px;line-height:120%;}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{color:#ffffff;font-size:12px;line-height:200%;}
.text_white14{color:#ffffff;font-size:14px;line-height:120%;}
.text_white16{color:#ffffff;font-size:16px;line-height:120%;}

.text_div			/* 文本区样式 */
{ 
	font-family:arial;
	font-size: 12px;
	line-height:120%;
	color: #000000;
	background-color:#DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC; 
	clear:both;
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:宋体, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#999999;												/* 网页字体颜色 */
	line-height:200%;											/* 标准行高 */
}


.tpage
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}


h1.logo {text-indent:-5000px; display:block; background:transparent url(/cn/images/logo.gif) 0 0 no-repeat; width:128px; height:165px;}
.title h1{text-indent:-5000px; display:block; width:507px; height:164px;}
.title h1.about01 {background:transparent url(/cn/images/about01.jpg) 0 0 no-repeat;}
.title h1.o {background:transparent url(/cn/images/o.jpg) 0 0 no-repeat;}