/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	background-color:#FFFFFF;					/* 网页背景颜色 */
	/*background-image:url(images/bg.jpg);	 网页背景图片 */
	/*background-position:center;					 背景图片居中 */
	/*background-repeat:inherit;					 背景图片平铺 */
	/*BACKGROUND-POSITION: center 50%;             背景居中*/
	
	font-size:12px;												/* 网页字体大小 */
	font-family:Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#595959;												/* 网页文本颜色 */
	line-height:140%;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
}


/* 一般超级链接 */

a{font-size:12px;color:#999999;line-height:120%;text-decoration:none;}			/* 未访问前链接属性 */
a:hover{font-size:12px;color:#999999;line-height:120%;text-decoration:underline;}	/* 鼠标悬停时链接属性 */

/*产品内容超级链接*/
a.menu{color: #FFFFFF;text-decoration: none;font-size:12px; font-weight:bold;	}
a.menu:hover {color: #FFFFFF;text-decoration: underline; font-size:12px;	}

a.menu1{color: #314A90;text-decoration: none;font-size:11px; font-weight:bold;	}
a.menu1:hover {color: #FFFFFF;text-decoration: underline; font-size:11px;	}

a.menu11{color: #314A90;text-decoration: none;font-size:11px; }
a.menu11:hover {color: #314A90;text-decoration: underline; font-size:11px;	}

a.new{color: #3875B8;text-decoration: none;font-size:12px;line-height:140%;	 }
a.new:hover {color: #97B9DE;text-decoration: none; font-size:12px;	line-height:140%;	}

a.in_new{color: #7A7979;text-decoration: none;font-size:12px;line-height:140%;	font-family: Arial,Verdana, Helvetica, sans-serif; }
a.in_new:hover {color: #3875B8;text-decoration: underline; font-size:12px;	line-height:140%;font-family: Arial,Verdana, Helvetica, sans-serif; 	}
/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}

.tab{border:#cccccc 1px solid;}

/*表格属性*/
table
{
   font-size:12px;
   line-height:140%;		
   border-collapse:collapse;/*自动把相同的边框线合并*/
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

input,textarea
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	border-color:#9A9A9A;				/* 边框颜色 */
	border-style:solid;					/* 边框线条样式 */
	border:1px;							/* 边框线条大小 */
	background-color:#ffffff;			/* 背景颜色 */
}

/* 灰色字 */
.text_gray12{color:#A8A8A8;font-size:12px;line-height:140%;}
.text_red{color:#ff0000;font-size:12px;line-height:140%;}
.text_red_b{color:#ff0000;font-size:12px;line-height:140%; font-weight:bold;}
.text_gray12_b{color:#595959;font-size:12px;line-height:140%;font-weight:bold;}
.text_white{color:#ffffff;font-size:12px;line-height:140%;}
.text_white_b{color:#ffffff;font-size:12px;line-height:140%; font-weight:bold;}
.text_blue12{color:#3875B8;font-size:12px;line-height:140%;}
.text_black12{color:#000000;font-size:12px;line-height:140%;}
.text_menublue12{color:#314A90;font-size:12px;line-height:140%;}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #edeeee;

}
.border_link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595959;

}
.tu_border {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin:2px;
}
.lable2{
	PADDING-LEFT: 2px;
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #666666;
}
