@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: 50%;
	text-align: center;
}
/* 一般超级链接 */
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}				/* 链接属性 */
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:11px;
	line-height:1.4em;
	border-collapse:collapse;/*自动把相同的边框线合并*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*边距离*/
.padding {
	padding: 5px; 
}

/*版权所有文本属性*/	
.copyright {
	color: #000000;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt_14 {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.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;
}
.case {
	font-size: 14px;
}
.text12_blue{font-size:12px; line-height:1.2em; color:#0083B3;}
.text12_blueb1{font-size:12px; line-height:1.2em; color:#0097dc; font-weight:bold;}
.text12_blueb{font-size:12px; line-height:1.2em; color:#0B569B; font-weight:bold;}
.text14_blueb{font-size:14px; line-height:1.6em; color:#0424AD; font-weight:bold;}
.text14_blueb1{font-size:14px; line-height:1.2em; color:#0077C3; font-weight:bold;}
.text14_blue{font-size:14px; line-height:1.2em; color:#0424AD;}

.text12_red {font-size: 12px; color: #FF0000;}
.text12_redb {font-size: 12px;	color: #FF0000; font-weight:bold;}
.leftbg {
	background-attachment: fixed;
	background-image: url(images/about_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
