/*一、通用风格样式 *****************************************************/
/* CSS Document */
body { text-align: center; margin:0; padding:0; background-color: #fff;background-position:center; background-repeat:repeat; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
ul,li {margin: 0;padding: 0;border: 0;list-style-type: none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
H1 {FONT-WEIGHT: bold; FONT-FAMILY: "黑体", "Arial Black", sans-serif;}
H2 {FONT-WEIGHT: 100;  FONT-FAMILY: "黑体" ,Arial Black,sans-serif;}
table,td,tr,th{font-size:12px;}
INPUT {
	BORDER-RIGHT: #6C9D4D 1px solid; BORDER-TOP: #6C9D4D 1px solid; FONT-SIZE: 12px; MARGIN: 1px; BORDER-LEFT: #6C9D4D 1px solid; COLOR: #6C9D4D; BORDER-BOTTOM: #6C9D4D 1px solid; FONT-FAMILY: "宋体", Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

/* 链接颜色 */
a.style1:link {color: #1B5800;text-decoration:none;}
a.style1:visited {color: #1B5800;text-decoration:none;}
a.style1:hover {color: #FF0000;text-decoration:none;}
a.style1:active {color: #FF0000;text-decoration:none;}

a.style2:link {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a.style2:visited {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a.style2:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}
a.style2:active {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}

a.style5:link {color: #305F04;text-decoration:none;font-size: 14px;font-weight: bold;}
a.style5:visited {color: #305F04;text-decoration:none;font-size: 14px;font-weight: bold;}
a.style5:hover {color: #397810;text-decoration:none;font-size: 14px;font-weight: bold;}
a.style5:active {color: #397810;text-decoration:none;font-size: 14px;font-weight: bold;}

a.style3:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
a.style3:visited {color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;}
a.style3:hover {color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;}
a.style3:active {color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;}

a.style4:link {
	color: #377A12;
	text-decoration:none;
}
a.style4:visited {color: #377A12;text-decoration:none;}
a.style4:hover {color: #ff0000;text-decoration:none;}
a.style4:active {color: #ff0000;text-decoration:none;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{
	color:#1B1B1B;
}
.cDRed,a.cDRed:link,a.cDRed:visited{
	color:#6C0000;
}
.cLs2,a.cLs2:link,a.cLs2:visited{
	color:#48600A;
	font-size: 12px;
}
.cLs,a.cLs:link,a.cLs:visited{
	color:#1A7611;
	font-size: 20px;
}
.cGray,a.cGray:link,a.cGray:visited{
	color: #377A12;
	line-height: 20px;
}
.c4,a.cGray:link,a.cGray:visited{ color: #4c4c4c;}
.cGray2,a.cGray2:link,a.cGray2:visited{ color: #666;}
.cDGray,a.cDGray:link,a.cDGray:visited{
	color: #000000;
	line-height: 30px;
}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
.cBlack2,a.cBlack2:link,a.cBlack2:visited{
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	color:#333333;
	font-family: "宋体";
	font-size: 14px;
	text-decoration: none;
}

.T_gree {
	FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #ee8823; LINE-HEIGHT: 24px; FONT-FAMILY: "黑体"; TEXT-DECORATION: none
}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cPurple,a.cPurple:link,a.cPurple:visited{ color:#9D01A2;}
.cOrange,a.cOrange:link,a.cOrange:visited{
	color:#950520;
	line-height: 20px;
}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {	font-weight: bold;}
.fI {	font-style: italic;}
/* 行间距*/
.hight26 {line-height: 26px;}
.hight16 {line-height: 16px;}
.hight18 {line-height: 18px;}
.hight19 {line-height: 19px;}
.hight22 {line-height: 22px;}
.hight21 {line-height: 21px;}
.hight20 {line-height: 20px;}
.hight23 {line-height: 23px;}
.hight24 {line-height: 24px;}
/* 字体大小*/
.f12px { font-size:12px;}
.f13px { font-size:13px;}
.f14px { font-size:14px;}
.f15px { font-size:15px;}
.f16px { font-size:16px;}
.f17px { font-size:17px;}
.f18px { font-size:18px;}
.f19px { font-size:19px;}
.f20px { font-size:20px;}
.f21px { font-size:21px;}
.f22px { font-size:22px;}
.f23px { font-size:23px;}
/* 字间距*/
.zjj1px{letter-spacing: 1px;}
.zjj2px{letter-spacing: 2px;}
.zjj3px{letter-spacing: 3px;}
.zjj4px{letter-spacing: 4px;}
/* 字体大小*/
/* 其他属性 */
.left { float: left;}
.tLeft{ text-align:left;}
.right { float: right;}
.clear { clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a	{text-decoration: none;}

.noBorder {border:none;	}
.ti24{ text-indent:24px;}
.ti28{ text-indent:28px;}
.h{margin:0 auto;WIDTH: 750px;}
/*********通用风格样式完*****************************************************/
/* 链接颜色 */
#lant{ color: #076FD2; }
#lant a:link {color: #076FD2; text-decoration:none;}
#lant a:visited {color: #076FD2;text-decoration:none;}
#lant a:hover {color: #c00; text-decoration:underline;}
#lant a:active {color: #076FD2;}

#bait{ color: #fff; }
#bait a:link {color: #fff; text-decoration:none;}
#bait a:visited {color: #fff;text-decoration:none;}
#bait a:hover {color: #000; text-decoration:underline;}
#bait a:active {color: #fff;}



.lin01{ border-bottow:1px solid #3E85B9;}
.hj01{ height:16px;}
.linbg{
	background-image: url(../css/i12.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.linbg2{
	background-image: url(../css/i13.jpg);
	background-repeat: no-repeat;background-position: bottom;
}
.linbg3{
	background-image: url(../css/a8.jpg);
	background-repeat: repeat-x;background-position: bottom;
}
.linbg4{
	background-image: url(../css/a15.jpg);
	background-repeat: repeat-x;background-position: bottom;
}


#fods {
	MARGIN: 0px auto
}
#fods #Fod_list {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
#fods #Fod_list DIV {
	FONT-WEIGHT: bold;  FLOAT: left; WIDTH: 114px; CURSOR: pointer; LINE-HEIGHT: 26px; TEXT-ALIGN: center
}
#fods #Fod_list .s { padding:0 0 0 14px; height:29px; color:#fff; letter-spacing: 2px;FONT-SIZE: 12px; BACKGROUND: url(../css/h4.jpg) no-repeat; FLOAT: left; WIDTH: 71px; CURSOR: pointer;  TEXT-ALIGN: left
}
#fods #Fod_list .saa1 { padding:0 0 0 14px; height:29px; color:#000; letter-spacing: 2px;FONT-SIZE: 12px; BACKGROUND: url(../css/h3.jpg) no-repeat; FLOAT: left; WIDTH: 71px; CURSOR: pointer;  TEXT-ALIGN: left
}


#fods2 {
	MARGIN: 0px auto
}
#fods2 #Fod_list {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
#fods2 #Fod_list DIV {
	FONT-WEIGHT: bold;  FLOAT: left; WIDTH: 114px; CURSOR: pointer; LINE-HEIGHT: 26px; TEXT-ALIGN: center
}
#fods2 #Fod_list .o1 { padding:10px 0 0 0; height:18px;FONT-SIZE: 12px;color: #000066; background-image:url(../css/zwss.gif);  FLOAT: left; WIDTH: 88px;  CURSOR: pointer; }

#fods2 #Fod_list .o2 { padding:11px 0 0 0; height:17px; color: #000066; FONT-SIZE: 12px;  FLOAT: left; WIDTH: 88px; CURSOR: pointer; background-image:url(../css/zwss_.gif);}


.dis {
	DISPLAY: block
}
.undis {
	DISPLAY: none
}



.wh01{ width:165px; height:18px; font-size:12px;}
.bod1{
	background-image: url(../css/ee3.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

.flink
{
width:116px;}.right_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
}
.meun_bg{
background-image:url(index_80.jpg)}
.meun{
	width:163px;
	height:31px;
	background-image:url(ks.jpg);
	background-repeat: no-repeat;
}