@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family: "宋体";
}/* 网页上边距，默认是四边为0 */
/* 一般超级链接 */

a{font-size:12px;color:#444444;line-height:160%;text-decoration:none;}			/* 未访问前链接属性 */
a:hover{font-size:12px;color:#444444;line-height:160%;text-decoration:underline;}	/* 鼠标悬停时链接属性 */

p{font-size: 12px;line-height: 120%;font-family: Arial, Helvetica, sans-serif;}/* 中文段落，需要自动缩进2个中文字节，英文可以删除 */
.bk {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbe2ec;
	border-left-color: #dbe2ec;
}


table{font-size:12px;color:#444444;padding: 0px;line-height: 120%;}/*默认表格里面字体大小*/	

/* 导航菜单超级链接 */
a.menu{font-size:14px;color:#000000;line-height:120%;text-decoration:none; font-weight:bold;}	/* 菜单链接属性 */
a.menu:hover{font-size:14px;color:#000000;line-height:120%;text-decoration:none; font-weight:bold;}	/* 鼠标悬停时链接属性 */

/*新闻内容超级链接*/
a.news{color: #909aaf;text-decoration: none;}
a.news:hover {color: #909aaf;text-decoration: none;}

/*产品内容超级链接*/
a.pro {color: #000000;text-decoration: none; font-weight:bold;}
a.pro:hover {color: #000000;text-decoration: none; font-weight:bold;}

a.p {color: #800080;text-decoration: none; font-weight:bold;}
a.p:hover {color: #800080;text-decoration: none; font-weight:bold;}

/* 红色字 */
.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:#034087;font-size:12px;line-height:120%; font-weight:bold;}
.text_blue14{color:#0000ff;font-size:14px;line-height:120%;}

/* 绿色字 */
.text_green12{color:#FF720E;font-size:12px;line-height:120%; font-weight:bold;}
.text_green14{color:#FFFFFF;font-size:14px;line-height:120%; font-weight:bold;}

/* 黑色字 */
.text_black12{color:#000000;font-size:14px;line-height:120%;font-weight:bold;}
.text_black14{color:#000000;font-size:12px;line-height:120%;font-weight:bold;}

/* 灰色字 */
.text_gray12{color:#696969;font-size:12px;line-height:180%;}
.text_gray14{color:#FFFFFF;font-size:14px;line-height:120%;ont-weight:bold;}

/* 白色字 */
.text_white12{color:#909aaf;font-size:12px;line-height:120%;}
.text_white14{color:#ffffff;font-size:14px;line-height:120%;}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}
.imgsty  /* 图片边框 */
{
	border:1px solid #dadada;
	margin:2px;        /* 图像四边外边距 */
	padding:2px;	  /* 图像四边内边距  */
}
.df {
	border: 1px solid #990000;
	background-color: #FFFFFF;
}
.bkh {
	background-image: url(images/hua.gif);
	background-repeat: repeat-x;
	background-position: left;
}


.bg {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfbfbf;
}


.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#ffffff;												/* 网页字体颜色 */
	line-height:180%;											/* 标准行高 */
}
.bga {
	background-image: url(images/inbg_31.jpg);
	background-repeat: repeat;
}
.ewolf {
    color: #000000;
	text-decoration: none;
	font-weight:bold;
}