* {
	margin: 0;
	padding: 0;
}
body{
	background-color:#CCC;
	line-height:25px;
	font-size:12px;
	color:#333;
}
img{
	border:0;
}
.clear_both{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	visibility:hidden;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#08A2FF;
	text-decoration: none;
}
/*通用样式结束*/


#wrap{
	width: 1000px;
	margin:0 auto;
	background-color:#FFF;
}
#header{
	height: 261px;
}
#header_flash{
	height: 191px;
	overflow:hidden;
}
#header_nav{
	list-style-type:none;
	background-image: url(../layout_img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: left top;
	padding-left:25px;
	position:relative;
	z-index:3;
}
#header_nav li{
	margin-right:15px;
	font-size:14px;
	font-weight:bold;
	float:left;
	height:35px;
	overflow:hidden;
}
#header_nav li a{
	padding:3px 20px 0;
	display:block;
	color:#FFF;
	line-height:32px;
}
/*导航栏目选中和默认选中时的效果*/
#header_nav li a:hover,#header_nav li.sel a{
	line-height:35px;
	padding:0 0 0 20px;
	display:block;
	background-image: url(../layout_img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -35px;
}
/*导航栏的下拉栏目*/
#down_menu_li{
	margin:0;
	font-size:13px;
	font-weight:normal;
	float:none;
	line-height:25px;
	position:absolute;
	background-color:#FFF;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-top:#CCC 1px solid;
	display:none;
	top:35px;
}

#down_menu_li ul{
	list-style-type:none;
	line-height:25px;
}
#down_menu_li ul li{
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:normal;
	height:24px;
	line-height:24px;
	float:none;
	border-bottom:#CCC 1px solid;
	text-align:center;
	background-color:#FFF;
}
#down_menu_li ul li a{
	margin:0;
	padding:0;
	display:block;
	color:#222;
	line-height:24px;
	height:24px;
}
#down_menu_li ul li a:hover{
	color:#fff;
	height:24px;
	margin:0;
	padding:0;
	line-height:24px;
	display:block;
	background-color:#019FEF;
	background-image:none;
}

#header_nav li a:hover span,#header_nav li.sel a span{
	color:#00497A;
	line-height:27px;
	padding:8px 20px 0 0;
	background-image: url(../layout_img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -70px;
	display: block;
}
#search {
	background-image: url(../layout_img/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -105px;
	height: 35px;
	padding:0 10px;
}
#search span {
	color:#1863A4;
	line-height: 33px;
	display: block;
	padding: 2px 0 0 20px;
	background-image: url(../layout_img/gif/admin_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
}
#search_show {
	float: right;
	color:#666;
	width: 650px;
	position:relative;
	z-index:1;
}
#sel_search_txt{
	color:#666;
	width:120px;
	float:right;
	margin:8px 0 0 15px;
	height:17px;
	line-height: 17px;
	background-image:none;
	background-color:#FFF;
	border:#A5ACB2 1px solid;
	padding:0;
	position:relative;
}
#sel_search_txt b{
	font-weight:normal;
	padding-left:10px;
}
#sel_search_txt a.sel_down{
	width:13px;
	height:17px;
	line-height: 17px;
	display: block;
	float:right;
	background-image:url(../layout_img/mouse_down_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -17px;
}
#sel_search_txt a.sel_down:hover{
	background-position: right top;
}
.search_txt_ul{
	list-style-type:none;
	line-height:19px;
	width:120px;
	font-weight:normal;
	display:none;
	position:absolute;
	top:18px;
	left:-1px;
	background-color:#FFF;
	border-left:#A5ACB2 1px solid;
	border-right:#A5ACB2 1px solid;
	border-bottom:#A5ACB2 1px solid;
	z-index:2;
}
.search_txt_ul li{
	color:#0689D9;
	line-height:19px;
	height:19px;
}
.search_txt_ul li a{
	display:block;
	line-height:19px;
	color:#0689D9;
	padding-left:15px;
	width:105px;
	text-align:left;
	background-image: url(../layout_img/gif/APic114.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}
.search_txt_ul li a:hover{
	background-color:#4BAAFB;
	color:#FFF;
}

#search_show label{
	padding-top:2px;
	float: right;
	display:block;
	line-height:33px;
}
.search_input{
	float:right;
	margin-top:8px;
	height:15px;
}
.search_radio{
	margin:10px 2px 0 8px;
	height:15px;
	float:right;
}
#search_show img {
	margin-left:15px;
	margin-top: 8px;
	float:right;
}
.search_show_submit {
	margin-left:15px;
	margin-top: 8px;
	float:right;
}
#main {
	width:992px;
	clear:both;
	float:left;
	padding:8px 4px 0;
}
#main_left {
	float: left;
	width: 232px;
}
.menu_left_dl {
	width: 230px;
	border-left:#CECDCD 1px solid;
	border-right:#CECDCD 1px solid;
	border-bottom:#CECDCD 1px solid;
	padding-bottom:5px;
	margin-bottom:8px;
}
.menu_left_dt1 {
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #1861B0;
	padding:8px 0 3px 60px;
}
.menu_left_dt2 {
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -41px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0 2px 40px;
}
.menu_left_dd_picsnews{
	padding-left:5px;
	height:201px;
	overflow:hidden;
}
.menu_left_dd_links{
	height:32px;
	padding:15px 30px 0;
}
#menu_left_list {
	background-image: url(../layout_img/menu_left_ul1.jpg);
	height: 243px;
	width: 232px;
	margin-bottom:8px;
	list-style-type: none;
	padding-top:5px;
	overflow:hidden;
}
#menu_left_list li {
	padding:4px 8px 3px;
	height:40px;
	width:214px;
	overflow:hidden;
}
.menu_left_pics{
	width: 232px;
	margin-bottom: 8px;
	overflow: hidden;
}
#menu_left_bot_ul {
	background-image: url(../layout_img/menu_left_bot_ul.jpg);
	height: 234px;
	width: 220px;
	list-style-type: none;
	padding:7px 6px;
	overflow:hidden;
	margin-bottom:8px;
}
#menu_left_bot_ul li{
	width:110px;
	float:left;
	height:90px;
	text-align:center;
	overflow:hidden;
}
#menu_left_bot_ul li span{
	display:block;
	text-align:center;
}
#menu_left_bot_ul li.menu_left_bot_ul_li{
	clear:both;
	float:none;
	width:220px;
	height:54px;
}
#main_right {
	float: right;
	width: 752px;
	position:relative;
}
.menu_center_pics{
	clear:both;
	width: 752px;
	margin-bottom: 8px;
	float:left;
	overflow: hidden;
}
.menu_center_main{
	float:left;
	width: 752px;
	clear:both;
	margin-bottom: 8px;
}
.menu_center_dl {
	float: left;
	width: 510px;
	padding-bottom:10px;
	border-left:#CECDCD 1px solid;
	border-right:#CECDCD 1px solid;
	border-bottom:#CECDCD 1px solid;
	position:relative;
	overflow:hidden
}
.menu_center_dt1{
	background-image: url(../layout_img/menu_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom:5px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #1861B0;
	padding:2px 0 0 55px;
}
.menu_center_dt2{
	background-image: url(../layout_img/menu_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -96px;
	height: 30px;
	margin-bottom:5px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:2px 0 0 38px;
}
.menu_center_dt3{
	background-image: url(../layout_img/menu_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -32px;
	height: 30px;
	margin-bottom:5px;
	height: 30px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #1861B0;
	padding:2px 0 0 55px;
}
.menu_center_dt4{
	background-image: url(../layout_img/menu_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -64px;
	height: 30px;
	margin-bottom:5px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:2px 0 0 40px;
}

.menu_center_dl b{
	cursor:pointer;
}
.menu_center_dl dd {
	margin:0 15px;
	height: 25px;
	background-image: url(../layout_img/bg_line.gif);
	overflow:hidden;
	clear:both;
}
.menu_center_dl dd b{
	font-weight:normal;
	color:#4292C9;
	display:block;
	width:70px;
	height:25px;
	float:right;
}
.menu_center_dl dd span{
	color:#D17E08;
	padding:0 8px 0 13px;
	background-image: url(../layout_img/gif/0082.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu_center_dl dd span a{
	color:#D17E08;
}
.menu_center_dl dd span a:hover{
	color:#ff6600;
}
.menu_center_dt_small{
	padding-left:35px;
	font-weight:normal;
	font-size:12px;
	color: #1861B0;
}
.menu_center_dt_small a{
	color: #1861B0;
	padding:0 12px;
}
.menu_center_dt_small a.sel{
	font-weight:bold;
}
.menu_right_dl {
	width: 230px;
	border-left:#CECDCD 1px solid;
	border-right:#CECDCD 1px solid;
	border-bottom:#CECDCD 1px solid;
	padding-bottom:10px;
	float:right;
	position:relative;
}
.menu_right_dt1{
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -71px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0 2px 40px;
	margin-bottom:5px;
}
.menu_right_dt2{
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -101px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0 2px 40px;
	margin-bottom:5px;
}
.menu_right_dt3{
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -41px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0 2px 40px;
	margin-bottom:7px;
}
.menu_right_dt4{
	background-image: url(../layout_img/menu_left_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -131px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0 2px 40px;
	margin-bottom:7px;
}
.menu_right_dl dd.menu_right_dd1{
	margin:0;
	height:202px;
	overflow:hidden;
	background-image: none;
	text-align:center;
}
.menu_right_dl dd.menu_right_dd1 span{
	display:block;
	padding-top:10px;
	line-height:20px;
	height:20px;
	background-image:none;
}
.menu_right_dd1_btm{
	position:absolute;
	top:210px;
	left:35px;
}
.menu_right_dl dd{
	margin:0 15px;
	height: 25px;
	background-image: url(../layout_img/bg_line.gif);
	overflow:hidden;
}
.menu_right_dl dd span{
	color:#D17E08;
	padding:0 8px 0 13px;
	background-image: url(../layout_img/gif/0083.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu_right_dl dd span a{
	color:#D17E08;
}
.menu_right_dl dd span a:hover{
	color:#ff6600;
}
a.more_btm_style{
	position:absolute;
	top:3px;
	right:8px;
	display:block;
	color:#F60;
	line-height:25px;
	height:25px;
	font-size:12px;
	font-weight:normal;
}
a:hover.more_btm_style{
	color:#109EE6;
}

/*底部样式*/
#footer {
	background-image: url(../layout_img/bot_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -96px;
	height: 96px;
	clear: both;
	list-style-type: none;
}
#footer li {
	text-align: center;
	float: left;
	width:800px;
	height:23px;
	line-height:23px;
}
#footer li.footer_l{
	float:left;
	background-image: url(../layout_img/bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height:96px;
}
#footer li.footer_r{
	float:right;
	background-image: url(../layout_img/bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100px;	
	height:96px;
}

/*子页面样式*/
#sub_page_left1 {
	background-image: url(../layout_img/sub_page_left_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
}
#sub_page_menu_dl {
	list-style-type: none;
	line-height:30px;
}

#sub_page_menu_dl dt{
	padding:47px 0 35px;
	height:30px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

#sub_page_menu_dl dd{
	height:30px;
	padding-left:30px;
	text-align:left;
	color:#00497A;
	font-size:13px;
}
#sub_page_menu_dl dd a{
	color:#00497A;
	display:block;
	height:29px;
	line-height:29px;
	width:125px;
	border-bottom:#B1E4F9 1px solid;
	padding-left:30px;
	background-image: url(../layout_img/gif/16-em-check.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sub_page_menu_dl dd a:hover{
	color:#fff;
	width:172px;
	border-bottom:none;
	background-image: url(../layout_img/sub_page_left_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
}
#sub_page_left2 {
	background-image: url(../layout_img/sub_page_left_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	margin-bottom:8px;
}
#sub_page_left3 {
	background-image: url(../layout_img/sub_page_left_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 410px;
	padding-top:40px;
}
#sub_page_right1 {
	background-image: url(../layout_img/sub_page_right_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
	float: right;
	width: 760px;
}
#sub_page_right2 {
	background-image: url(../layout_img/sub_page_right_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	float: right;
	width: 760px;
}
.infor_show_list {
	height: 615px;
}
.infor_show_list dt {
	padding:30px 0 20px 40px;
	line-height:25px;
	height:25px;
	color:#666;
}
.infor_show_list dt span {
	color: #509306;
}

.infor_show_list dd {
	overflow:hidden;
	margin:0 30px;
	line-height:30px;
	height:30px;
	background-image: url(../layout_img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.infor_show_list dd span {
	padding-left: 15px;
	background-image: url(../layout_img/gif/0082.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.infor_show_list dd b{
	font-weight:normal;
	color:#D17E08;
	display:block;
	width:70px;
	height:25px;
	float:right;
}
.pre_next_tool {
	clear:both;
	text-align: center;
	padding-top: 10px;
}
.pre_next_tool b{
	color:#F00;
	font-weight:normal;
}
.pre_next_tool a{
	padding-left:10px;
}
#infor_show_left dt {
	line-height: 21px;
	background-image: url(../layout_img/infor_show_title_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	padding: 4px 0 5px 50px;
	margin-left:17px;
	color:#418C04;
	font-weight:bold;
}
#infor_show_left dd {
	margin:0 15px;
	height: 25px;
	background-image: url(../layout_img/bg_line.gif);
	overflow:hidden;
	clear:both;
}
#infor_show_left dd span{
	color:#377703;
	padding:0 8px 0 13px;
	background-image: url(../layout_img/gif/0082.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#infor_show_left dd span a{
	color:#377703;
}

#mail_title_one{
	padding:30px 0 20px 40px;
	line-height:25px;
	height:25px;
	color:#666;
}
#mail_title_one span {
	color: #509306;
}
#mail_title_two{
	background-image: url(../layout_img/mail_title_bg.jpg);
	background-position: center top;
	height: 75px;
	padding:61px 270px 5px 25px;
	background-repeat: no-repeat;
	color:#666;
	overflow:hidden;
}
#mail_title_three{
	background-image: url(../layout_img/mail_title_bg.jpg);
	background-position: center -141px;
	height: 75px;
	padding:61px 370px 5px 25px;
	background-repeat: no-repeat;
	color:#666;
	overflow:hidden;
}
#mail_title_four{
	background-image: url(../layout_img/mail_title_bg.jpg);
	background-position: center -282px;
	height: 75px;
	padding:61px 370px 5px 25px;
	background-repeat: no-repeat;
	color:#666;
	position:relative;
	
}
#mail_title_four_img {
	background-image: url(../layout_img/mail_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -423px;
	height: 205px;
	width: 215px;
	position: absolute;
	right: 30px;
	top:-70px;
}
#mov_list_ul{
	height: 398px;
	padding:0 10px;
	list-style-type: none;
}
#mov_list_ul li{
	margin-top:9px;
	padding:0 23px;
	float:left;
	width:200px;
	height:190px;
	overflow:hidden;
	background-image: url(../layout_img/mov_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#mov_list_ul li img{
	height:131px;
	width:175px;
	padding:12px 12px 12px 13px;
	overflow:hidden;	
}
#mov_list_ul li span {
	display:block;
}


#mail_content_ul {
	margin: 30px 80px 0;
	padding:10px;
	height: 350px;
	list-style-type: none;
	border:#CBE7F2 1px solid;
}
#mail_content_ul li{
	line-height:25px;
	clear:both;
	color:#F00;
}
#mail_content_ul li label {
	line-height:25px;
	height:25px;
	padding: 0 10px;
	display:block;
	float:left;
	clear:both;
	color:#333;
}
#mail_content_ul li textarea {
	height: 100px;
}

#mail_content_ul li .input_btm{
	padding:20px 0 0 80px;
}



/*详细页面的样式*/
#infor_main {
	float:left;
	width:1000px;
	margin-top:8px;
	background-image: url(../layout_img/infor_page_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#survey_content {
	margin: 30px 80px 0;
	width:560px;
	padding:10px;
	height: 350px;
	list-style-type: none;
	border:#CBE7F2 1px solid;
	overflow:auto;
}
.survey_title {
	padding:5px 0 0 5px;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #027AAE;
	display: block;
	height: 40px;
	text-align:center;
}
.survey_dl {
	padding-left: 5px;
}
.survey_dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 35px;
}
.survey_dl dd {
	color: #666;
	padding-left: 20px;
	line-height: 25px;
	height: 25px;
}
.survey_dl dd label {
	padding-left: 5px;
}
#survey_btm {
	padding: 5px 0 0 30px;
}



.type_show {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 30px 0 10px;
	padding-left: 55px;
}
.type_show span {
	color: #509306;
}
#search_content_list {
	height: 540px;
	padding:0 30px;
	list-style-type:none;
	overflow:hidden;
}
#search_content_list li{
	height:107px;
	overflow:hidden;
	background-image: url(../layout_img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#search_content_list li h1 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	background-image: url(../layout_img/gif/0082.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
#search_content_list li h2 {
	font-size: 12px;
	font-weight: normal;
	height:46px;
	overflow:hidden;
	line-height:23px;
	color:#999;
}
#search_content_list li h3 {
	font-size: 12px;
	font-weight: normal;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#2B6EBD;
}
#search_content_list li h3 span{
	display:block;
	float:left;
	width:210px;
}


#infor_main h1{
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:80px;
	height:80px;
	color:#DD1133;
	text-align:center;
}
#sub_infor_show_content {
	height: 575px;
	overflow:auto;
	padding:0 25px;
}

.text_content {
	padding: 0 30px 30px;
}
#sever_list_ul_div{
	margin:20px 0 40px;
	height:45px;
	padding-left:8px;
	overflow:hidden;
}
#sever_list_ul {
	line-height: 20px;
	height: 45px;
	width: 750px;
	list-style-type: none;
	border-left:#999 1px solid;
}
#sever_list_ul li {
	color:#666;
	height:43px;
	float: left;
	padding:2px 4px 0;
	cursor:pointer;
	border-right:#999 1px solid;
}
#sever_list_ul li a{
	color:#666;
}
#sever_list_ul li.li_sel {
	color:#357203;
	background-image: url(../layout_img/sever_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sever_list_ul li.li_sel a {
	color:#357203;
}
#sever_list_ul_main{
	width:760px;
	height:500px;
	background-color:#FFF;
	background-image: url(../layout_img/sub_page_right_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left -180px;
}
#sever_list_ul_main dl{
	height:500px;
	overflow:hidden;
}
#sever_list_ul_main dl dd{
	list-style-type:none;
	height:500px;
}
.sever_list_ul_show {
	margin:0 30px 30px;
	height: 400px;
	width: 700px;
	list-style-type:none;
}
.sever_list_ul_show li{
	width:330px;
	padding-left:5px;
	margin-right:10px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	float:left;
	background-image: url(../layout_img/bg_line.gif);	
}
.sever_list_ul_show li span{
	padding-left:15px;
	background-image: url(../layout_img/gif/0082.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
#map_swf {
	height: 560px;
	width: 710px;
	margin:10px  8px 0 auto;
}

