@charset "utf-8";

/* CSS Document */
body
{
	margin:0px;		/* 网页上边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:宋体, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	line-height:120%;											/* 标准行高 */
	text-align:left;
	text-align:center;										/* 文本对齐 */
	background-image: url(images/bg.gif);
}
/*去掉热点地图上的区域线框与超链接的线框*/
.align-center{   
    margin:0 auto;      /* 居中 这个是必须的，，其它的属性非必须 */   
    width:500px;        /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */   
    background:red;     /* 背景色 */   
    text-align:center;  /* 文字等内容居中 */   
} 
a {blr:expression(this.onFocus=this.blur())}
.imgstyle {
}

area {blr:expression(this.onFocus=this.blur())}


/* 一般超级链接 */
a:link{
	font-size:12px;
	color:#73798C;
	line-height:160%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}			/* 未访问前链接属性 */
a:visited{
	font-size:12px;
	color:#73798C;
	line-height:160%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}		/* 已访问后链接属性 */
a:hover{
	font-size:12px;
	color:#FF720E;
	line-height:160%;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}	/* 鼠标悬停时链接属性 */
p{
	font-size: 12px;
	line-height: 180%;
}
.tyline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


/* 导航菜单超级链接 */
a.menu:link{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 菜单链接属性 */
a.menu:visited{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 菜单链接属性 */
a.menu:hover{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 鼠标悬停时链接属性 */
/*新闻内容超级链接*/
a.news:link {color: #FFFFFF;text-decoration: none;}
a.news:visited {color: #FFFFFF;text-decoration: none;}
a.news:hover {color: #FFFFFF;text-decoration: underline;}

/*产品内容超级链接*/
a.pro {color: #000000;text-decoration: none;}
a.pro:hover {color: #000000;text-decoration: underline; }
area {blr:expression(this.onFocus=this.blur())}

/*边距离*/
.padding {
	padding: 5px; 
}

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}





table
{
	font-size:12px;
	color:#444444;
	padding: 0px;
	line-height: 180%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #73798C;
}


.inputsty
{
	font-size:12px;
	font-family:"宋体";
	color:#007AC8;					/* 边框线条样式 */
	border:1px solid #5CC8F7;							/* 边框线条大小 */
	background-color:#E7F5FE;			/* 背景颜色 */
}
.tablesty {
	border: 1px solid #CCCCCC;
}


.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:#8795AC;font-size:12px;line-height:120%;}

/* 绿色字 */
.text_green12{color:#FF720E;font-size:12px;line-height:120%; font-weight:bold;}
.text_green14{color:#FF720E;font-size:14px;line-height:120%; font-weight:bold;}
.text_green16{color:#009900;font-size:16px;line-height:120%;}

/* 黑色字 */
.text_black12{color:#73798C;font-size:14px;line-height:120%;font-weight:bold;}
.text_black14{color:#000000;font-size:15px;line-height:120%;font-weight:bold;}
.text_black16{color:#000000;font-size:18px;line-height:120%;font-weight:bold;}

/* 灰色字 */
.text_gray12{
	color:#73798C;
	font-size:12px;
	line-height:180%;
	font-family: Arial, Helvetica, sans-serif;
}
.tyline2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.text_gray14{color:#FFFFFF;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:120%;}
.text_white14{
	color:#ffffff;
	font-size:12px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10PX;
	font-weight: bold;
}
.text_white16{color:#ffffff;font-size:16px;line-height:120%;}


/* 白色字 */
.text_hite12{
	color:#83430A;
	font-size:12px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
}
.text_hite14{color:#83430A;font-size:14px;line-height:120%;}
.text_hite16{color:#83430A;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;
}
.imgstyle
{
border:1px solid #E1E1E1;		/* 图像边框线条 */
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#ffffff;												/* 网页字体颜色 */
	line-height:180%;											/* 标准行高 */
}
.tbsty1 {
	padding-left:10px;
	padding-right:10px;
	background-color: #FFFFFF;
	background-image: url(images/1_26.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.line1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.line4 {
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.line5 {
	background-color: #E8E9ED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #808080;
}
.fsty {
	background-color: #FFFFFF;
	background-image: url(images/linkbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

