/* CSS Document */

body{
	width: 972px  !important;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-image: url(indexbg.jpg);
	background-position: center;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	color: #000000;
} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
#topkb{
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#index{
	width: 970px;
	background-color: #fbe9a1;
	background-image: url(index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 5px;
	margin-left: 5px;
}
#index01 {
	width:878px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 67px;
}

#index02 {
	width:920px;
	height:159px;
	float: left;
	overflow: hidden;
	background-image: url(index02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 70px;
	padding-right: 50px;
}

#index03 {
	width:970px;
	overflow: hidden;
	float: left;
}



#index04 {
	width:970px;
	height:211px;
	float: left;
	overflow: hidden;
}
#index042 {
	width:822px;
	height:123px;
	float: left;
	overflow: hidden;
	background-image: url(index042_bg.gif);
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 25px;
	padding-left: 110px;
	font-size: 14px;
	line-height: 20px;
}
.indexgd{
	float: left;
	width: 148px;
	overflow: hidden;

}
.indexgdtp{
	margin: 5px;
	padding: 5px;
	float: left;
	width: 118px;
	overflow: hidden;
	background-color: #FFFFFF;
	height: 80px;
}
.indexgdtp .img2{
	border: 1px solid #d8d8d8;
	height: 88px;
	width: 117px;
	overflow: hidden;
	float: left;
}
.indexgdtp .tpwz{
	width: 118px;
	overflow: hidden;
	float: left;
	text-align: center;
	height: 20px;
	margin-top: 4px;
}
#index05 {
	width:970px;
	height:19px;
	float: left;
	overflow: hidden;
}

#index06 {
	width:970px;
	height:200px;
	float: left;
	overflow: hidden;
	background-image: url(index062_bg.gif);
	font-size: 13px;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
}
.index061{
	width:970px;
	height:10px;
	float: left;
	overflow: hidden;

}
.index062 {
	width:970px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #000000;
}
.index062 a{
	text-decoration: none;
	color: #000000;
	font-size: 13px;
} /* 链接无下划线,有为underline */ 
.index062 a:link {color: #000000;font-size: 13px;} /* 未访问的链接 */
.index062 a:visited {color: #333333;font-size: 13px;} /* 已访问的链接 */
.index062 a:hover{color: #ae0927;font-size: 13px;} /* 鼠标在链接上 */ 
.index062 a:active {color: #0000ff;font-size: 13px;} /* 点击激活链接 */
#index07 {
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*导航*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	float: left;
}

/*主导航菜单*/
#menu_out{
	width:876px;
	padding-left:4px;
	background:url(menu_left.gif) no-repeat left top;
	height: 71px;
	overflow: hidden;
}
#menu_in{
	background:url(menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(menu_bg.gif) repeat-x;
	height:73px;
}
.menu_line{
	background:url(menu_line.gif) no-repeat center top;
	width:16px;
}
.menu_line8{
	background:url(menu_line.gif) no-repeat center top;
	width:24px;
}
.menu_line3{
	background:url(menu_line.gif) no-repeat center top;
	width:10px;
}
.menu_line2{
	background:url(menu_line2.gif) no-repeat center top;
	width:5px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	line-height:14px;
	background:url(menu_on_right.gif) no-repeat right top;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#ffffff;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:22px;
	margin-top:8px;
}
#menu_con li a{
    font-size:12px;
	display:block;
	float:left;
	background:url(menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	line-height:12px;
	background:url(menu_on_right2.gif) no-repeat right top;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(menu_on_left2.gif) no-repeat left bottom;
}
#nav li a:hover span{
	color: #ffffff;
}
/**/
.logo{
	float: left;
	width: 210px;
	overflow: hidden;
}
#zhongbu{
	width: 881px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-left: 26px !important;
	padding-left: 42px;
}
#zhongbu .left {
	width:223px;
	float: left;
	_overflow: hidden;
	margin-left: -7px;
}

#zhongbu .right {
	float: right;
	width:644px;
	overflow: hidden;
	margin-right: 8px;
}
/**/
 .index0301 {
	width:226px;
	float: left;
	overflow: hidden;
}

.index0302 {
	width:13px;
	height:312px;
	float: left;
	overflow: hidden;
}
/*index0303*/
 .index0303 {
	width:683px;
	height:312px;
	float: right;
	overflow: hidden;
	background-position: right;
}
.index030302 {
	width:624px;
	height:34px;
	margin-top: 8px;
	overflow: hidden;
	background-image: url(index030302.gif);
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	line-height: 34px;
}

.index030303 {
	width:644px;
	height:245px;
	overflow: hidden;
	background-image: url(index030303.gif);
}
.index030303_tp {
	width:258px;
	height:245px;
	overflow: hidden;
	float: left;
	margin-bottom: 9px;
	margin-left: 18px !important;
	margin-left: 9px;
}
.index030303_tpwz {
	width:258px;
	height:16px;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	float: left;
	margin-left: 9px;
}
.index030303_wz {
	width:328px !important;
	width:318px;
	overflow: hidden;
	float: right;
	margin-right: 16px;
	height: 245px;
	font-size: 13px;
	line-height: 23px;
}
.index030303_wz li{
	line-height: 22px;
	height: 22px;
	list-style-position: outside;
	list-style-type: none;
}
.index030303_wz .div{
	float: left;
	overflow: hidden;
	height: 24px;
	color: #000000;
	width: 280px;
	}
.index030304 {
	width:644px;
	height:9px;
	overflow: hidden;
	background-image: url(index030304.gif);
	margin-bottom: 16px;
}
/**/
 .index0304 {
	width:274px;
	height:281px;
	float: left;
	overflow: hidden;
}

.index0305 {
	width:13px;
	height:281px;
	float: left;
	overflow: hidden;
}

.index0306 {
	width:644px;
	height:281px;
	float: right;
	overflow: hidden;
}
.index03061 {
	width:8px;
	height:281px;
	float: left;
	overflow: hidden;
	background-image: url(index030601.gif);
}
.index03062 {
	width:625px;
	height:281px;
	float: left;
	overflow: hidden;
	background-image: url(index030602.gif);
}
.index03062_yi {
	float: left;
	width: 620px;
	margin-top: 10px;
}
.index03062_yi li{
	line-height: 25px;
	float: left;
	width: 600px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 20px;
	height: 25px;
	overflow: hidden;
}
.index03063 {
	width:8px;
	height:281px;
	float: left;
	overflow: hidden;
	background-image: url(index030603.gif);
}
/**/
.index0306er {
	width:644px;
	height:244px;
	float: right;
	overflow: hidden;
	margin-left: 4px;
}
.index0306er1 {
	width:9px;
	height:244px;
	float: left;
	overflow: hidden;
	background-image: url(index0433_05.gif);
}
.index0306er2 {
	width:621px;
	height:244px;
	float: left;
	overflow: hidden;
	background-image: url(index0433_06.gif);
}
.index0306er2_yi {
	float: left;
	width: 620px;
	margin-top: 6px;
}
.index0306er2_yi li{
	line-height:22px;
	float: left;
	width: 600px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 20px;
	height: 22px;
	overflow: hidden;
}
.index0306er3 {
	width:9px;
	height:244px;
	float: left;
	overflow: hidden;
	background-image: url(index0433_07.gif);
}
/**/
.index0301_02 {
	overflow: hidden;
	width:219px;
	height:24px;
	background-image: url(index0301_02.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	line-height: 24px;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 6px;
	text-align: center;
}


.index0301_04 {
	overflow: hidden;
	width:225px;
	height:24px;
	float: left;
	margin-top: 2px;
}

.index0301_05 {
	overflow: hidden;
	width:165px;
	height:95px;
	background-image: url(index0301_05.gif);
	float: left;
	padding-left: 60px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.index0301_05_yhm {
	float: left;
	height: 20px;
	width:165px;
	margin-top: 3px;
	overflow: hidden;	
}
.index0301_05_mm {
	float: left;
	height: 20px;
	width:165px;
	margin-top: 1px;
	overflow: hidden;}
.index0301_05_yzm {
	float: left;
	height: 20px;
	width:165px;
	margin-top: 1px;
	overflow: hidden;	
}
.index0301_05_tj {
	float: left;
	height: 20px;
	width:165px;
	margin-top: 3px;
	overflow: hidden;
	
}
.index0301_05_dlh {
	float: left;
	height: 74px;
	width:195px;
	overflow: hidden;
	background-image: url(index0301_05_gl.gif);
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.index0301_06 {
	font-size: 13px;
	height: 40px;
	width: 199px;
	overflow: hidden;
	padding: 10px;
	float: left;
}
.index0301_07 {
	background-image: url(index0301_07.gif);
	height: 8px;
	width: 225px;
	overflow: hidden;
	float: left;
}

.index0301_08 {
	width:225px;
	height:27px;
	overflow: hidden;
	background-image: url(index0301_08.gif);
	line-height: 27px;
	float: left;
	font-size: 12px;
	text-indent: 13px;
}

.index0301_09 {
	width:211px;
	height:107px;
	overflow: hidden;
	font-size: 12px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5d4d4;
	border-left-color: #d5d4d4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.index0301_09 li{
	list-style-position: outside;
	line-height: 20px;
}
.index0304_01 {
	width:223px;
	height:5px;
	overflow: hidden;
	float: left;
	background-image: url(index0304_01.gif);
}

.index0304_02 {
	width:223px;
	height:27px;
	overflow: hidden;
	float: left;
	background-image: url(index0304_02.gif);
}

.index0304_03 {
	width:221px;
	height:109px;
	overflow: hidden;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
}
.index0304_03 li{
	list-style-position: outside;
	list-style-type: none;
	width:211px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	line-height: 24px;
}
.index0304_04 {
	width:223px;
	height:5px;
	overflow: hidden;
	float: left;
	background-image: url(index0304_04.gif);
}

.index0304_05 {
	width:223px;
	height:27px;
	overflow: hidden;
	float: left;
}

.index0304_06 {
	width:221px;
	height:200px !important;
	height:103px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
}
.index0304_06 li{
	list-style-position: outside;
	list-style-type: none;
	width:211px;
	padding-right: 5px;
	padding-left: 2px;
	overflow: hidden;
	line-height: 20px;
}
.index0304_07 {
	width:223px;
	height:4px;
	overflow: hidden;
	float: left;
	background-image: url(index0304_07.gif);
}
.index0433_02_01 {
	width:30px;
	height:177px;
	overflow: hidden;
	float: left;
}

.index0433_02_02 {
	width:162px;
	height:177px;
	overflow: hidden;
	float: left;
}

.index0433_02_03 {
	width:30px;
	height:177px;
	overflow: hidden;
	float: left;
}
/*搜索*/
.index0433_02_01 {
	width:30px;
	height:177px;
	overflow: hidden;
	float: left;
}

.index0433_02_02 {
	width:162px;
	height:177px;
	overflow: hidden;
	float: left;
	background-image: url(index0433_02_02.gif);
	text-align: center;
}

.index0433_02_03 {
	width:30px;
	height:177px;
	overflow: hidden;
	float: left;
}
.biaodanyi{
	margin-top: 18px;
	margin-bottom: 15px;
	height: 16px;
	width: 162px;
	overflow: hidden;
	}
.biaodaner{
	height: 14px;
	width: 130px;
	overflow: hidden;
	margin-left: 20px;
}
.biaodansan{
	height: 22px;
	width: 130px;
	overflow: hidden;
	margin-top: 10px;
}
.biaodansi{
	height: 18px;
	width: 162px;
	overflow: hidden;
	margin-top: 42px;
}
.biaodanwu{
	height: 19px;
	width: 162px;
	overflow: hidden;
	margin-top: 1px;
}
/**/
/*滑门*/
#tab_container1{
	width:223px;
	text-align:left;
	overflow: hidden;
	float: left;
}
#tab_container2{
	width:290px;
	text-align:left;
	overflow: hidden;
	float: left;
}
#tab_container3{
	width:290px;
	text-align:left;
	overflow: hidden;
	float: right;
	margin-right: 10px;
}
#tab_container4{
	width:290px;
	text-align:left;
	overflow: hidden;
	float: right;
	margin-right: 10px;
}

.cls_tab_nav{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 22px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55aa07;
	padding-left: 15px;
}
 .cls_tab_nav a:link{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav a:visited{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav a:hover{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav{height:22px;overflow:hidden;font-size:13px;text-align:left;}
.cls_tab_nav ul{font-size:12px;margin:0;padding:0;}
.cls_tab_nav_li{
	width:72px;
	height:22px;
	line-height:22px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	background-image: url(index_02_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: -72px 0;
	margin-right: 6px;
}
.cls_tab_nav_li_first{background-position:0px 0px;}
.cls_tab_nav_li a{text-decoration:none;color:#444;}
.cls_tab_body{
	min-height:230px;
	padding: 3px;
}
.cls_div{
	display:none;
	font-size:13px;
	line-height: 26px;
}
.cls_divtupian{
	float: left;
	height: 156px;
	width: 290px;
	margin-top: 10px;
	overflow: hidden;
}
.cls_divshang{
	height: 78px;
	float: left;
	width: 280px;
	overflow: hidden;
}
.cls_divshang4{
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfc6bf;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.cls_divshang5{
	height: 93px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfc6bf;
	overflow: hidden;
	padding-top: 3px;
}
.cls_divshang6{
	height: 72px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfc6bf;
	overflow: hidden;
	padding-top: 5px;
}
.cls_divshangbt{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	margin-top: 3px;
	float: left;
	width: 133px;
	text-indent: 10px;
	margin-left: 3px;
	color: #187814;
}
.cls_divshangnr{
	line-height: 16px;
	width: 280px;
	overflow: hidden;
	float: left;
	margin-left: 3px;
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	height: 146px;
}
.cls_divshangnr li{
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7b9b7;
}
.cls_divshangnr2{
	line-height: 22px;
	text-decoration: none;
	float: left;
	height: 156px;
	width: 280px;
	overflow: hidden;
	margin: 3px;
}
.cls_divshangnr2 li{
	background-image: url(article_ontop5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type:none;
}
.cls_divshangnr3{
	line-height: 22px;
	text-decoration: none;
	float: right;
	height: 156px;
	width: 280px;
	overflow: hidden;
	margin: 3px;
}
.cls_divshangnr3 li{
	background-image: url(article_ontop5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type:none;
}
.cls_divshangnr4{
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.cls_divxia{
	background-color: #eaf4f5;
	color: #000000;
	text-decoration: none;
}
.cls_divxia1{
	color: #000000;
	text-decoration: none;
	float: right;
	font-size: 13px;
	line-height: 20px;
	height: 146px;
	width: 280px;
	margin-top: 10px;
	overflow: hidden;
	margin-right: 0px;

	margin-left: 6px;
}
.cls_divxia1 li{
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7b9b7;
}
/*b3*/

.cls_tab_nav1{
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(index0304_02.gif);
	height: 27px;
}
 .cls_tab_nav1 a:link{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav1 a:visited{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav1 a:hover{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.cls_tab_nav1 ul{font-size:12px;margin:0;padding:0;text-decoration: none;}
.cls_tab_nav1_li{
	background:url(index0304_ls.gif) no-repeat -84px 0;
	width:84px;
	height:27px;
	line-height:29px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	margin-right: 4px;
}
.cls_tab_nav1_li_first{background-position:0px 0px;}
.cls_tab_nav1_li a{text-decoration:none;color:#444;}
.cls_tab_body2{
	min-height:230px;
	padding: 3px;
}
.cls_div2{display:none;font-size:12px;line-height: 26px;}
.cls_div22{
	display:none;
	font-size:12px;
	line-height: 25px;
	padding-top: 0px;
}

.cls_divxia2{
	color: #187814;
	text-decoration: none;
	font-size: 11px;
	float: left;
	width: 150px;
}
.cls_divxia2bt{
	color: #187814;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 150px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
.cls_divxia2wz{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	float: left;
	height: 50px;
	width: 150px;
	overflow: hidden;
	text-indent: 26px;
}
/**/
.cls_divxia1wz1{
	width: 600px;
	float: left;
	overflow: hidden;
	font-size: 13px;
	text-decoration: none;
}
.cls_divxia1wz1 li{
	line-height: 24px;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	height: 24px;
	width: 600px;
	padding-left: 5px;
	overflow: hidden;
	text-align: left;
}

.div{
	float: left;
	overflow: hidden;
	height: 24px;
	color: #000000;
	width: 320px;
	}
.img{
	float: left;
	overflow: hidden;
	height: 24px;
	background-image: url(../images/new1.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 30px;
}
.time{
	float: left;
	overflow: hidden;
	height: 24px;
	width: 270px;
	color: #999999;
	text-decoration: none;
	text-align: right;
}
.cls_divxia1wz1 a{
	text-decoration: none;
	background-image: url(article_common6.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	padding-left: 15px;
	line-height: 23px;
	overflow: hidden;
	height: 280px;
	width: 23px;
} /* 链接无下划线,有为underline */ 
.cls_divxia1wz1 a:link {color: #000000;} /* 未访问的链接 */
.cls_divxia1wz1 a:visited {color: #333333;} /* 已访问的链接 */
.cls_divxia1wz1 a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
.cls_divxia1wz1 a:active {color: #0000ff;} /* 点击激活链接 */

/**/
.cls_divxia1wz2{
	width: 220px;
	float: left;
	overflow: hidden;
	font-size: 13px;
	text-decoration: none;
}
.cls_divxia1wz2 li{
	line-height: 26px;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	width: 220px;
	padding-left: 5px;
	overflow: visible;
	text-align: left;
	height: 26px;
}

.cls_divxia1wz2 a{
	text-decoration: none;
	line-height: 23px;
	overflow: hidden;
	height: 280px;
	width: 23px;
} /* 链接无下划线,有为underline */ 
.cls_divxia1wz2 a:link {
	color: #000000;
	line-height: 23px;
} /* 未访问的链接 */
.cls_divxia1wz2 a:visited {color: #333333;line-height: 23px;} /* 已访问的链接 */
.cls_divxia1wz2 a:hover{color: #ae0927;line-height: 23px;} /* 鼠标在链接上 */ 
.cls_divxia1wz2 a:active {color: #0000ff;line-height: 23px;} /* 点击激活链接 */
/**/
.cls_divxia1wz3{
	width: 220px;
	float: left;
	overflow: hidden;
	font-size: 13px;
	text-decoration: none;
}
.cls_divxia1wz3 li{
	line-height: 24px;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	width: 220px;
	padding-left: 5px;
	overflow: hidden;
	text-align: left;
}

.cls_divxia1wz3 a{
	text-decoration: none;
	padding-left: 15px;
	line-height: 23px;
	overflow: hidden;
	height: 280px;
	width: 23px;
} /* 链接无下划线,有为underline */ 
.cls_divxia1wz3 a:link {color: #000000;} /* 未访问的链接 */
.cls_divxia1wz3 a:visited {color: #333333;} /* 已访问的链接 */
.cls_divxia1wz3 a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
.cls_divxia1wz3 a:active {color: #0000ff;} /* 点击激活链接 */
/*2*/
.cls_tab_nav2{
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(index0304_05.gif);
	height: 27px;
}

 .cls_tab_nav2 a:link{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav2 a:visited{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav2 a:hover{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav2 ul{font-size:12px;margin:0;padding:0;text-decoration: none;}
.cls_tab_nav2_li{
	background:url(index0306_hmbg.GIF) no-repeat -85px 0;
	width:85px;
	height:27px;
	line-height:29px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	margin-right: 4px;
}
.cls_tab_nav2_li_first{background-position:0px 0px;}
/*3*/
.cls_tab_nav3{
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 27px;
	margin-top: 8px;
	padding-left: 30px;
}

 .cls_tab_nav3 a:link{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav3 a:visited{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav3 a:hover{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav3 ul{font-size:12px;margin:0;padding:0;text-decoration: none;}
.cls_tab_nav3_li{
	background:url(index0306_hmbg.GIF) no-repeat -85px 0;
	width:85px;
	height:27px;
	line-height:29px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	margin-right: 4px;
}
.cls_tab_nav3_li_first{background-position:0px 0px;}
/*4*/
.cls_tab_nav4{
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 27px;
	margin-top: 25px;
	padding-left: 30px;
}

 .cls_tab_nav4 a:link{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav4 a:visited{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav4 a:hover{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cls_tab_nav4 ul{font-size:12px;margin:0;padding:0;text-decoration: none;}
.cls_tab_nav4_li{
	background:url(index0306_hmbg.GIF) no-repeat -85px 0;
	width:85px;
	height:27px;
	line-height:29px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	margin-right: 4px;
}
.cls_tab_nav4_li_first{background-position:0px 0px;}


.index_01_04_dcan {
	float: left;
	height: 20px;
	width: 220px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 3px;
}
/*办公大厅*/
#topkb_bg{
	height: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#index02_bg {
	width:882px;
	height:123px;
	overflow: hidden;
	background-image: url(bg_bg.JPG);
	background-repeat: no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#index01_bg {
	width:882px;
	overflow: hidden;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 8px;
	height: 60px;
	clear: both;
	margin-right: auto;
	margin-left: auto;

}/*办公大厅*/
