/****** 全局CSS定义 ******/
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#7E7A7A;
	line-height:25px;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}



.center{margin-left:auto; margin-right:auto}
/****** 链接颜色 ******/
a:link {color: #7E7A7A; text-decoration:none;}
a:visited {color: #7E7A7A;text-decoration:none;}
a:hover {color: #f00; text-decoration:underline;}
a:active {color: #f00;}
/****** 字体大小 ******/
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f11{ font-size:11px;}
.f24{ font-size:24px;}
.fx9{ font-size:9px; }

h1{	font-size:14px;	margin-top:20px;font-weight: bold;color: #8A0000;}
/****** 字体属性 ******/
.fB {font-weight: bold;}
.fI {font-style: italic;}
/****** 颜色属性 [定义规则，小写c加颜色名称] ******/
.cRed,a.cRed:link,a.cRed:visited{ color:Red; font-style: normal }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.ccc,a.ccc:link,a.ccc:visited{color:#C2C2C2;}
.lcc,a.lcc:link,a.lcc:visited{color:#D7D5D7;}
.cbb,a.cbb:link,a.cbb:visited{color:#666666;}
.fff,a.fff:link,a.fff:visited{color:#ffffff;}
.ff,a.ff:link,a.ff:visited{color:#ffffff;font-size:14px;}
.sh,a.sh:link,a.sh:visited{color:#B21111;font-size:12px;}
.lb,a.lb:link,a.lb:visited{color:#D5ECFF;}
.cFs,a.cFs:link,a.cFs:visited{color:#FAE854;}
.ndx {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4B4B4;
}


.hz,a.hz:link,a.hz:visited{color:#ff0000;font-size:14px;}
.hdz,a.hdz:link,a.hdz:visited{
	color:#000066;
	font-size:24px;
	font-weight: bold;
	font-family: "黑体";
	line-height: 30px;
}
/****** 散的 ******/

.hidden {
	DISPLAY: none
}
.xx {
	border: 1px solid #CFCFCF;
}
.lx {
	border: 1px solid #348ADF;
}
.r1 {
	background-image: url(r1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.r2 {
	background-image: url(r2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.r3 {
	background-image: url(r3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.r4 {
	background-image: url(r4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dx {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dxxx {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
