﻿@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;             /*背景居中*/
	background-repeat: repeat-x;
	text-align: left;
	background-color: ed143a;
}
/* 一般超级链接 */
a{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}				/* 链接属性 */
a:hover{color:#990000;text-decoration:underline;}	/* 鼠标悬停时链接属性 */



/* 导航菜单超级链接 */
a.menu{
	font-size:12px;
	color:#000000;
	line-height:22px;
	font-weight: bold;
}					/* 菜单链接属性 */
a.menu:hover{
	font-size:12px;
	color:f47224;
	text-decoration:underline;
	font-weight: bold;
}		/* 鼠标悬停时链接属性 */
a.menu:visited {
	font-size: 12px;
}
.zi {
	line-height: 20px;
}



/*新闻内容超级链接*/
a.news{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.news:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.newsw{
	color: #336699;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
a.newsw:hover {color: #990000;}
.bbg {
	background-repeat: repeat-y;
	background-position: left;
}



/*产品内容超级链接*/
a.pro {
	color: #d61c10;
	text-decoration: none;
	font-size: 12px;
}
a.pro:hover {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}
a.pro1 {
	color: #00698c;
	text-decoration: none;
	font-size: 12px;
}
a.pro1:hover {
	color: #c00800;
	text-decoration: underline;
	font-size: 12px;
}
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}




/*表格属性*/
table
{
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/*版权所有文本属性*/	
.copyright {
	color: #666666; 
	font-size: 11px; 
	line-height: 1.6em; 
}
.txt_14 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.txt_13 {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.txt_14b {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.txt_12 {
	font-weight: bold;
}
.td1 {
	font-weight: bold;
	color: #ff9900;
	font-size: 13px;
}
.red {
	color: #FF0000;
}

.number {
	font-size: 10px;
	color: #b9b7b3;
	font-family: Arial, Helvetica, sans-serif;
}
