@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;             /*背景居中*/
	background-image: url(images/bg.jpg);
	background-position: center 50%;
}
/* 一般超级链接 */
a{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}				/* 链接属性 */
a:hover{color:f47224;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;
}


/*新闻内容超级链接*/
a.news{color: #033462;text-decoration: none;}
a.news:hover {color: #033462;text-decoration: underline;}

/*产品内容超级链接*/
a.pro {color: #FFFFFF;text-decoration: none;}
a.pro:hover {color: f47224;text-decoration: none; }
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}




/*表格属性*/
table
{
	font-size:12px;
	line-height:22px;
	border-collapse:collapse;/*自动把相同的边框线合并*/
	color: #000000;
	font-family: Arial, "宋体";
}
/*边距离*/
.padding {
	padding: 5px; 
}

/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}

select,input,option,textarea
{
	font-size:12px;
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;					/* 边框线条样式 */
	border:1px solid #C2D7E8;							/* 边框线条大小 */
	background-color:#FFFFFF;			/* 背景颜色 */
}


.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#FFFFFF;												/* 网页字体颜色 */
	line-height:22px;											/* 标准行高 */
}
.txt_14 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.xu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.dowm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.txt_14Copy {

	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}
.case {
	font-size: 14px;
}
