/* Reset CSS */
html{
	text-align:center;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	/*vertical-align: baseline;*/ 
	background: transparent; 
}
a:link, a:visited {
    color:#000;
    text-decoration:none;
}
a:hover, a:active {
    color:#13BCDA;
    text-decoration:none;
}
ol, ul {
	list-style: none; 
}
h2{
	font-family:宋体;
}
.more{
	cursor:pointer;
}
/* End Reset CSS */

body{
	background:#fff;
	text-align:center;
	font-size:12px;
	margin:auto;
	font-family:宋体, 微软雅黑;
	background:#E6EFF8 /*url(../images/body_bg.gif) repeat-x 0 174px*/;
}
#wrap{
	width:970px;
	padding:0 3px;
	margin:0 auto;
	font-size:12px;
	text-align:left;
	position:relative;
	top:-210px;
}
#header{
	width:956px;
	height:90px;
	padding:0 7px;
	background:#fff url(../images/nav.gif) no-repeat;
}
#main{
	width:956px;
	/*height:1030px;*/
	padding:5px 7px 0 7px;
	background:#E4EDF7 url(../images/wrap_bg.gif) repeat-y;
}
.container{
	float:left;
	width:730px;
	margin-bottom:5px;
}
.sidebar{
	float:right;
	width:222px;
	background:url(../images/sidebar_bg.gif) repeat-y;
	margin-bottom:5px;
}

/* header star */
#top{/* Top Flash */
	width:100%;
	height:384px;
}

.litle_nav{
	position:absolute;
	top:-165px;
	right:10px;
	color:#0078ff;
}
.litle_nav a{
	color:#0078ff;
	font-weight:bold;
}
.litle_nav a:visited{
	color:#0078ff;
	font-weight:bold;
}
.litle_nav a:hover{
	color:#000;
	font-weight:bold;
}

#nav{
	width:956px;
	height:36px;
	line-height:36px;
}
#nav ul{
	width:956px;
	height:36px;
	line-height:36px;
	background:#d20000 url(../images/nav_bg.gif) repeat-x;
}
#nav li{
	float:left;
	padding:0 19px;
	height:36px;
	background:url(../images/nav_li_bg.gif) no-repeat bottom left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#nav .index{
	background:#d20000 url(../images/nav_bg.gif) repeat-x;
}
#nav li a{
	color:#fff;
	display:block;
}

#sunnav{
	width:954px;
	height:22px;
	background:#d5e1ee;
	border-left:1px solid #840000;
	border-right:1px solid #840000;
}
.sunnav{
}
.sunnav li{
	float:left;
	height:22px;
	line-height:25px;
	color:#d20000;
}
.sunnav li a{
	color:#0c488c;
	display:block;
	padding:0 10px;
	font-size:12px;
}
.sunnav li a:visited{
	color:#0c488c;
	display:block;
	padding:0 10px;
	font-size:12px;
}
.sunnav li a:hover{
	color:#0c488c;
	font-weight:bold;
}
.ico{
	height:5px;
	width:10px;
	background-image:url(../images/ico-w.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:-30px;
	margin-top:-20px;
}

#sunnav5 .sunnav{
	width:500px;
}
#sunnav6{
	position:relative;
}
#sunnav6 .sunnav{
	position:absolute;
	top:0;
	left:-200px;
	width:600px;	
}
#sunnav6{
	width:300px;
}
#sunnav7{
	position:relative;
}
#sunnav7 .sunnav{
	position:absolute;
	top:0;
	left:-100px;
	width:300px;	
}
#sunnav8{
	position:relative;
}
#sunnav8 .sunnav{
	position:absolute;
	top:0;
	left:-400px;
	width:800px;	
}

#sunnav9{
	position:relative;
}
#sunnav9 .sunnav{
	position:absolute;
	top:0;
	left:-50px;
	width:300px;	
}

.info{
	width:936px;
	height:32px;
	line-height:32px;
	background:url(../images/info_bg.gif) no-repeat;
	padding:0 10px;
	overflow:hidden;
}
.weather{
	float:left;
	width:420px;
	overflow:hidden;
	
}
.weather p{
	float:left;
	background:url(../images/qingjianduoyun.gif) no-repeat;
	padding-left:25px;
}

.login{
	float:left;
}
#loginform{
	float:left;
	width:450px;
	height:32px;
	line-height:32px;
	_padding-top:5px;
}
#loginform input , #loginform select{
	vertical-align:middle;
	line-height:32px;
}
#loginform .login_name{
	width:90px;
	height:33px;
	background:url(../images/loginform_name.gif) no-repeat 45px 4px;
	_background:url(../images/loginform_name.gif) no-repeat 45px 0px;
	display:block;
	float:left;
}
#loginform .name{
	width:90px;
	height:17px;
	line-height:17px;
	border:0;
	background:none;
	color:#9d9d9d; 
	position:absolute;
	margin-top:5px;
	_position:static;
	_margin-top:0px;
	+position:static;
	+margin-top:0px;
}
#loginform .login_password{
	width:90px;
	height:33px;
	background:url(../images/loginform_password.gif) no-repeat 35px 4px;
	_background:url(../images/loginform_password.gif) no-repeat 35px 0px;
	display:block;
	float:left;
}
#loginform .password{
	width:73px;
	height:17px;
	line-height:17px;
	border:0;
	background:none;
	color:#9d9d9d; 
	position:absolute;
	margin-top:5px;
	_position:static;
	_margin-top:0px;
	+position:static;
	+margin-top:0px;
}

.search{
	float:right;
	width:261px;
	height:32px;
	vertical-align:middle;
}
#searchform{
	float:left;
	width:185px;
	height:32px;
	line-height:32px;
	background:url(../images/serach_bg.gif) no-repeat 0px 5px;
}
#searchform input{
	vertical-align:middle;
	float:left;
	padding-top:5px;
}
#searchform .field{
	width:120px;
	margin-right:5px;
	border:0;
	color:#9d9d9d; 
	background:none;
	text-indent:25px;
	margin-top:5px;
}
#searchform .submit{
	width:56px;
	height:21px;
}
.search .advanced_search{
	float:right;
	color:#325E7F;
	text-decoration:underline;
	font-weight:bold;
	margin-right:13px;
}
/* header end */

/* container star */
.pic_switch{
	float:left;
	width:231px;
	height:210px;
	background:#e3edf7 url(../images/pic_switch_bg.gif) no-repeat;
	margin-right:5px;
}
.pic_switch #play{
	width:224px;
	padding:4px 4px 0 3px;
	margin-bottom:5px;
}
#playText{
	margin-top:180px;
	z-index:2;
	font-size:12px;
	font-weight:bold;
	width:224px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#595959;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
}
#playNum{
	margin-top:160px;
	margin-left:80px;
	z-index:3;
	width:145px; 
	position:absolute;
	height:10px;
}
#playNum a{
	margin:0 3px;
	width:10px;
	height:10px;
	cursor:pointer;
	background:url(../images/playNum_a.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	float:left;
}
#playShow img{
	width:224px;
	height:152px;
}






















































































































































































































































































.current_work{
	float:left;
	width:493px;
	height:211px;
	background:url(../images/current_work_bottom_bg.gif) no-repeat 0 206px;
	position:relative;
	margin-bottom:5px;
}
.current_work h2{
	width:493px;
	height:33px;
	background:url(../images/current_work_h2_bg.gif) no-repeat;
	text-indent:40px;
	line-height:40px;
	color:#325E7F;
	font-size:12px;
	overflow:hidden;
}
.current_work ul{
	width:491px;
	height:163px;
	padding-top:10px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	background:#fff;
}
.current_work ul li{
	width:491px;
	height:27px;
	line-height:27px;
	overflow:hidden;
	background:url(../images/current_work_li_bg.gif) no-repeat 15px 9px;
	text-indent:25px;
}
.current_work ul li .title{
	max-width:350px;
	float:left;
}
.current_work ul li a{
	font-size:14px;
	color:#595959;
	width:440px;
	overflow:hidden;
}
.current_work ul li a:hover{
	text-decoration:underline;
}
.current_work ul li .date{
	color:#325E7F;
	font-family:Tahoma;
	font-size:12px;
	margin-left:20px;
}
.current_work .more{
	position:absolute;
	top:8px;
	left:442px;
	width:46px;
	height:20px;
}
.current_work .more a{
	display:block;
}

.job{
	clear:left;
	width:730px;
	height:458px;
	background:#ffb406 url(../images/job_bottom_bg.gif) no-repeat 0 454px;
}
.job h2{
	width:730px;
	height:30px;
	line-height:30px;
	background:url(../images/job_h2_bg.gif) no-repeat;
	text-indent:12px;
	font-size:14px;
	color:#325e7f;
	font-weight:bold;
}
.job .sub_title{
	width:713px;
	padding:0 5px;
	height:17px;
	line-height:17px;
	background:url(../images/job_sub_title_bg.gif) no-repeat;
	margin:2px 4px 0px 3px;
}
.job .sub_title a{
	padding:0 7px;
	margin:0;
	font-weight:bold;
	color:#595959;
	background:url(../images/job_subtitle_a_bg.gif) no-repeat 0 2px;
}
.job ul{
	width:727px;
	height:405px;
	background:url(../images/job_ul_bg.gif) repeat-x;
	padding-left:3px;
}
.job ul li{
	float:left;
	width:244px;
	height:133px;
	margin-top:2px;
	margin-right:2px;
	background:url(../images/job_ul_li_bg2.gif) no-repeat 0 128px;
	position:relative;
}
#duodanghezuo, #gangaotaihaiwai, #guoneijiaowugongzuo{
	width:231px;
	background:url(../images/job_ul_li_bg.gif) no-repeat 0 128px;
}
.job ul li h3{
	width:100%;
	height:33px;
	line-height:40px;
	text-indent:40px;
	color:#325e7f;
	overflow:hidden;
}
#duodanghezuo h3{
	background:url(../images/duodanghezuo_h3.gif) no-repeat;
}
#dangwaizhishifenzi h3{
	background:url(../images/dangwaizhishifenzi_h3.gif) no-repeat;
}
#feigongjingji h3{
	background:url(../images/feigongjingji_h3.gif) no-repeat;
}
#gangaotaihaiwai h3{
	background:url(../images/gangaotaihaiwai_h3.gif) no-repeat;
}
#saoshuminzugongzuo h3{
	background:url(../images/saoshuminzugongzuo_h3.gif) no-repeat;
}
#zongjiaogongzuo h3{
	background:url(../images/zongjiaogongzuo_h3.gif) no-repeat;
}
#guoneijiaowugongzuo h3{
	background:url(../images/guoneijiaowugongzuo_h3.gif) no-repeat;
}
#guowaijiaowugongzuo h3{
	background:url(../images/guowaijiaowugongzuo_h3.gif) no-repeat;
}
#qiaoliangongzuo h3{
	background:url(../images/qiaoliangongzuo_h3.gif) no-repeat;
}
.job ul li ul{
	width:100%;
	height:95px;	
	padding-left:0;
	background:#fff url(../images/job_ul_li_ul_bg2.gif) repeat-y;
}
#duodanghezuo ul, #gangaotaihaiwai ul, #guoneijiaowugongzuo ul{
	background:#fff url(../images/job_ul_li_ul_bg.gif) repeat-y;
}
.job ul li ul li{
	width:90%;
	height:23px;
	line-height:23px;
	text-indent:15px;
	background:url(../images/job_ul_li_ul_li_bg.gif) no-repeat 8px 10px;
	overflow:hidden;
}
.job ul li ul li a{
	color:#595959;
}
.job ul li ul li a:hover{
	text-decoration:underline;
}
.job ul li .more{
	position:absolute;
	top:8px;
	right:5px;
	width:46px;
	height:18px;
}
.job ul li .more a{
	display:block;
}

.banner{
	width:730px;
	height:71px;
	margin:4px 0 6px 0;
}
.banner img{
	width:730px;
	height:71px;
}

.office_online{
	width:728px;
	height:187px;
	border:1px solid #bfbfbf;
	background:#fff;
}
.office_online h2{
	width:728px;
	height:29px;
	background:url(../images/office_online_h2.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:4px;
}
.office_guide{
	float:left;
	margin:0 2px 0 4px;
	margin:0 1px 0 2px;
	width:327px;
}
.office_guide h3{
	width:327px;
	height:30px;
	line-height:25px;
	background:url(../images/office_guide_h3.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#325e7f;
	text-indent:15px;
}
.office_guide ul{
	width:322px;
	height:118px;
	background:#e6eff8;
	margin-left:2px;
}
.office_guide ul li{
	width:100%;
	height:23px;
	line-height:23px;
	text-indent:15px;
	background:url(../images/job_ul_li_ul_li_bg.gif) no-repeat 8px 10px;
	overflow:hidden;
}
.office_guide ul li a{
	color:#325e7f;
}
.office_guide ul li a:hover{
	text-decoration:underline;
}

.form_download{
	float:left;
	width:392px;
}
.form_download h3{
	width:392px;
	height:30px;
	line-height:25px;
	background:url(../images/form_download_h3.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#325e7f;
	text-indent:15px;
}
.form_download ul{
	width:387px;
	height:118px;
	background:#f2f8ff;
	margin-left:2px;
}
.form_download ul li{
	width:100%;
	height:28px;
	line-height:28px;
	text-indent:15px;
	background-color:#f2f8ff;
	background-image:url(../images/job_ul_li_ul_li_bg.gif) no-repeat 8px 10px;
	overflow:hidden;
	clear:both;
}
.form_download ul li a{
	color:#325e7f;
}
.form_download ul li a:hover{
	text-decoration:underline;
}
.form_download ul li p{
	float:left;
	width:270px;
	overflow:hidden;
}
.form_download .download{
	float:right;
	margin-top:3px;
	margin-right:5px;
	width:94px;
	height:19px;
	background:url(../images/download.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor: pointer;
}
.form_download .download a{
	display:block;
	height:100%;
	width:100%;
}
/* container end */

/* sidebar star */
.sidebar_top{
	width:222px;
	height:4px;
	background:url(../images/sidebar_top.gif) no-repeat;
	overflow:hidden;
}
.sidebar_bottom{
	width:222px;
	height:5px;
	background:url(../images/sidebar_bottom.gif) no-repeat;
	overflow:hidden;
}
.sidebar h2{
	width:212px;
	height:31px;
	line-height:29px;
	color:#325e7f;
	text-indent:35px;
}
.sidebar .more{
	position:absolute;
	top:10px;
	right:10px;
}
.sidebar .more a{
	color:#fff;
}

.institutional_setup{
	height:207px;
	margin:0 5px 5px 5px;
	position:relative;
	overflow:hidden;
}
.institutional_setup h2{
	background:url(../images/institutional_setup_h2.gif) no-repeat;
}
.institutional_setup li{
	width:100%;
	height:44px;
	line-height:44px;
	text-indent:13px;
	font-size:13px;
    font-weight:bold;
	clear:both;
	background:#e1ebf4;
	overflow:hidden;
}
.institutional_setup li a{
	color:#325e7f;
}
.institutional_setup li a:visited{
	color:#325e7f;
}
.institutional_setup li a:hover{
	color:#0cf;
}
.institutional_setup li p{
	float:left;
}
.institutional_setup li .li_more{
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:23px;
	height:23px;
	background:url(../images/institutional_setup_li_more.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}

.announcement{
	height:169px;
	margin:0 5px;
	position:relative;
}
.announcement h2{
	background:url(../images/announcement_h2.gif) no-repeat;
}
.announcement ul{
	width:100%;
	background:#fff;
}
.announcement li{
	width:200px;
	height:44px;
	line-height:22px;
	padding-left:12px;
	clear:both;
	background:#e1ebf4;
	background:url(../images/job_ul_li_ul_li_bg.gif) no-repeat 8px 10px;
}
.announcement li a{
	color:#325e7f;
}

.newsletter{
	margin:0 5px;
	position:relative;
	background:#e4eef7;
}
.newsletter h2{
	background:url(../images/newsletter_h2.gif) no-repeat;
}
.newsletter ul{
	height:90px;
	padding:5px 0;
}
.newsletter li{
	width:100%;
	height:22px;
	line-height:22px;
	overflow:hidden;
	text-indent:10px;
}
.newsletter li a{
	color:#325e7f;
}
.newsletter li a:hover{
	text-decoration:underline;
}

.district_work{
	margin:0 5px;
	position:relative;
	background:#e4eef7;
}
.district_work h2{
	background:url(../images/district_work_h2.gif) no-repeat;
}
.district_work ul{
	height:114px;
}
.district_work li{
	width:100%;
	height:28px;
	line-height:28px;
	overflow:hidden;
	text-indent:10px;
	background:#e4eef7;
}
.district_work li a{
	color:#325e7f;
}
.district_work li a:hover{
	text-decoration:underline;
}

.online_survey{
	height:207px;
	margin:0 5px;
	position:relative;
	background:#e3edf7;
}
.online_survey h2{
	background:url(../images/online_survey_h2.gif) no-repeat;
}
.online_survey h3{
	color:#325e7f;
	padding-left:5px;
	height:44px;
	line-height:22px;
}
.online_survey form{
	padding-left:5px;
}
.online_survey form label{
	width:100%;
	display:block;
	height:22px;
	line-height:22px;
}
.online_survey .go{
	margin:10px 0 0 15px;
}
.online_survey .vote{
	width:49px;
	height:21px;
	line-height:21px;
	color:#fff;
	text-align:center;
	border:0;
	background:url(../images/vote.gif) no-repeat;
	font-weight:bold;
}
.online_survey .results{
	width:72px;
	height:21px;
	line-height:21px;
	color:#fff;
	text-align:center;
	border:0;
	background:url(../images/results.gif) no-repeat;
	font-weight:bold;
}
.interaction{
	margin:18px 5px 0 5px;
}
/* sidebar end */

/* container_bottom start */
.sub_nav{
	clear:both;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#e8f3fb;
}
.sub_nav a{
	padding:0 5px;
	color:#325e7f;
	font-weight:bold;
}
.sub_nav a:hover{
	color: #0CF;
}
.sub_nav a:visited{
	color:#325e7f;
}

.other_web{
	width:100%;
	height:42px;
	line-height:42px;
	margin-top:1px;
	text-align:center;
	background:#cee5f6;
}
.container_bottom{
	width:100%;
	/* height:6px; */
	background:url(../images/container_bottom_bg.gif) no-repeat;
}
/* container_bottom end */

/* footer star */
#footer{
    clear:both;
	width:970px;
	margin:0 auto;
	text-align:center;
	padding-top:80px\0; /* IE8支持 */ 
	


}
#footer .police {
	margin:5px 0;
}
#footer .police img{
	margin:0 4px;
	width:31px;
	height:38px;
}
#footer p{
	height:22px;
	line-height:22px;
	color:#5f6879;
}
#footer p a{
	color:#5f6879;
}
#footer .copyright, #footer .icp{
	font-weight:bold;
}


/* footer end */