@gb2312 
@import url(header.css);
@import url(footer.css);
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	样式初始化 
 */

.container {
	width: 1200px;
	padding: 0;
}



/*
 *首页上半部分内容
 */

.homeContent_top {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 15px;
}


/*
 *通知部分
 */

.bulletin {
	height: 93px;
	padding-top: 30px;
	background: url(bulletin.png) no-repeat;
	background-position: 14px 13px;
	position: relative;
}
.bulletin span{cursor:pointer;display: block;width: 98px; height:78px; position: absolute;left: 0;top: 0;}
.bulletin span a{display: block;width: 118px; height:98px; }
.bulletin h1 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: 500;
}

.bulletin h1 a {
	color: #000000;
	text-decoration: none;
}

.bulletin h1 a:hover {
	color: #1B6D85;
}

.bulletin ul {
	width: 1118px;
	height: 38px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 80px;
}

.bulletin ul li {
	float: left;
	color: #7f7f7f;
	padding: 10px 5px;
}

.bulletin ul li a {
	font-size: 14px;
	color: #7f7f7f;
}


/*
 *分栏内容
 */

.newsbox {
	width: 1200px;
	height: 338px;
	margin-top: 16px;
}

.news_nav {
	width: 184px;
	float: left;
	overflow: hidden;
	margin-left: 13px;
}

.news_nav li {
	overflow: hidden;
	margin-top: 14px;
}

.news_nav li a {
	display: block;
	height: 74px;
	line-height: 74px;
	font-size: 16px;
	color: #fff;
	background: #74c664;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}

.news_nav li a.on {
	background: #1d9e04;
	color: #FFFFFF;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}

.news_nav li a i {
	display: block;
	float: left;
	background: url(home_LeftNav_icon.png) no-repeat;
	margin: 22px 26px;
	ransition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

.news_nav li a.on i {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	ransition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

.news_nav li.xwzx a i {
	width: 23px;
	height: 32px;
	background-position: 0 0px;
}

.xwzx {
	margin-top: 0 !important;
}

.news_nav li.zwgk a i {
	width: 28px;
	height: 28px;
	background-position: -27px 0;
}

.news_nav li.wsfw a i {
	width: 30px;
	height: 25px;
	background-position: -59px 0;
}

.news_nav li.zmhd a i {
	width: 30px;
	height: 27px;
	background-position: -93px 0;
}

.news_cont {
	float: left;
	margin-left: 20px;
}

.slideBox {
	width: 509px;
	height: 331px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	float: left;
}

.slideBoxicon {
	width: 509px;
	height: 46px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #1d9e04;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li p {
	color: #FFFFFF !important;
	line-height: 46px;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	bottom: 48px;
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.8);
}

.slideBox .bd img {
	width: 509px;
	height: 331px;
	display: block;
}


/*
 * 分栏新闻中心内容
 */

.xwzx_cont {
	width: 972px;
}

.xwzx_right {
	width: 452px;
	float: right;
}

.xwzx_nav li {
	float: left;
	padding-left: 3px;
}

.xwzx_nav li a {
	display: block;
	width: 110px;
	height: 50px;
	line-height: 50px;
	background: #dff8da;
	text-align: center;
	color: #5a5a5a;
	font-size: 16px;
	text-decoration: none;
	font-family: "微软雅黑";
}

.xwzx_nav ul li a.on {
	background: #1d9e04;
	color: #FFFFFF;
}

.xwzx_right_cont {
	padding-left: 30px;
	padding-top: 9px;
	float: left;
}

.xwzx_right_cont li {
	width: 422px;
	list-style-image: url(Arrow.png);
	list-style-position: 15px 0px;
	list-style-position: 60px 60px;
	padding: 8px 0;
}

.xwzx_right_cont li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #5A5A5A;
}

.xwzx_right_cont li span {
	font-size: 14px;
	color: #5A5A5A;
	display: block;
	float: right;
}


/*
 * 政务公开内容
 */

.zwgk_cont {
	width: 972px;
	height: 338px;
	border: 1px solid #1f9f07;
}

.zwgk_contLeft {
	width: 341px;
	margin-left: 17px;
	float: left;
}

.zwgk_leftnav {
	width: 341px;
	height: 40px;
}

.zwgk_leftnav li {
	float: left;
	padding-right: 17.5px;
}

.zwgk_leftnav li a {
	display: block;
	font-size: 16px;
	height: 38px;
	line-height: 40px;
	color: #3e3e3e;
	text-decoration: none;
}

.zwgk_leftnav li a.on {
	color: #1d9e04;
	border-bottom: 4px solid #1d9e04;
}

.zwgk_contRight {
	margin-left: 20px;
	width: 406px;
	margin-left: 17px;
	float: left;
}

.zwgk_rightnav {
	width: 406px;
	height: 40px;
}

.zwgk_rightnav li {
	float: left;
	padding-right: 17.5px;
}

.zwgk_rightnav li a {
	display: block;
	font-size: 16px;
	height: 38px;
	line-height: 40px;
	color: #3e3e3e;
	text-decoration: none;
}

.zwgk_rightnav li a.on {
	color: #1d9e04;
	border-bottom: 4px solid #1d9e04;
}

.lastListmg {
	padding-right: 0px !important;
}

.zwgk_Subcont {}

.zwgk_Subcont li {
	background: url(Arrow.png) no-repeat;
	background-position: 0 16px;
	padding-left: 10px;
	height: 36px;
}

.zwgk_Subcont li a {
	line-height: 36px;
	float: left;
	font-size: 14px;
	color: #5a5a5a;
}

.zwgk_Subcont li span {
	line-height: 36px;
	color: #5a5a5a;
	float: right;
	font-size: 14px;
}

.zwgkRightNav {
	float: right;
	padding: 0 10px;
}

.zwgkRightNav ul li {
	list-style: none;
	width: 142px;
	height: 30px;
	margin-top: 14px;
}

.zwgkRightNav ul li a {
	color: #5a5a5a;
	text-decoration: none;
	font-size: 13px;
	list-style-position: inherit;
	padding-left: 26px;
	display: block;
	background: url(icon_Spot.png) no-repeat #dfdfdf;
	background-position: 12px 12.5px;
	width: 142px;
	height: 30px;
	line-height: 30px;
}

.zwgkRightNav ul li a:hover {
	background: url(icon_SpotHover.png) no-repeat #1d9e04;
	background-position: 12px 12.5px;
	color: #FFFFFF;
}

.zwgkRightNavTit {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 0;
	height: auto !important;
	text-align: center;
	background: #8ebf70;
	cursor: default;
}
.zwgk_contBottomBtn3{ margin-left:10px;}
.zwgk_contBottom {
	float: left;
}
.zdlygk{ float:left; width:120px; margin-left:10px;}
.zdlygk_list{overflow:hidden; float:left;width:230px;}
.zdlygk_list a{display:block; line-height:22px;}
.gfxwj{ float:left; width:200px;}
.gfxwj a{display:block; line-height:30px;}
.ldzc_01{float:right;w; width:430px; }

.ldzc_01 {}
.ldzc_01 a{ display:block; float:left;  text-align:center;}
.zwgk_contBottom li {
	list-style: none;
	float: left;
	padding: 0 8px;
}

.zwgk_contBottom li a {
	color: #3e3e3e;
	line-height: 71px;
	text-align: center;
	text-decoration: none !important;
	font-size: 14px;
}

.zwgk_contBottom li a:hover {
	color: #1d9e04;
}

.zwgk_contBottomBtn {
	display: block;
	width: 100px;
	height: 71px;
	background: #1d9e04;
	color: #fff !important;
	line-height: 108px !important;
}

.zwgk_contBottomBtn1 {
	background: url(home_zwgk_contBottomBtn1.png) no-repeat #1d9e04;
	background-position: 30px 6px;
	text-align: center;
}

.zwgk_contBottomBtn2 {
	background: url(home_zwgk_contBottomBtn2.png) no-repeat #1d9e04;
	background-position: 30px 6px;margin-left:10px;
}

.zwgk_contBottomBtn3 {
	background: url(home_zwgk_contBottomBtn3.png) no-repeat #1d9e04;
	background-position: 30px 6px;
}
.gfxwj_b{margin-right:10px;background: url(gfxwj_b.png) center 3px no-repeat #1d9e04;}
.snwwj_b{background: url(snwwj_b.png) center 3px no-repeat #1d9e04;}
/*
 * 分栏网上服务内容
 */

.wsfw_cont {
	width: 972px;
	height: 338px;
	border: 1px solid #1f9f07;
}

.wsfw_contTab {
	width: 750px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.wsfwTabtop {
	width: 750px;
	height: 35px;
	background: #1d9e04;
}

.wsfwTabtopTit {
	font-family: "黑体";
	font-size: 16px;
	float: left !important;
}
.wsfwTabtopTit a{
	padding-left: 0px !important;
	color: #FFFFFF !important;
}
.wsfwTabtop li {
	color: #FFFFFF;
	float: right;
	line-height: 35px;
	padding: 0 10px;
}

.wsfwTabtop li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 35px;
	padding-left: 30px;
}

.wsfwTabtop li a:hover {
	color: #90EE90;
}

.wsfwTabtopTitBtn1 {
	background: url(home_wsfwTabtopTitBtn2.png) no-repeat;
	background-position: 0 6px;
}

.wsfwTabtopTitBtn2 {
	background: url(home_wsfwTabtopTitBtn1.png) no-repeat;
	background-position: 0 6px;
}

.wsfwTabdata {
	padding-top: 40px;
}

.wsfwTabdata li {
	width: 750px;
	height: 35px;
}

.wsfwTabdata li span {
	float: left;
}

.lastspan {
	padding-right: 0px !important;
}

.red {
	color: #C9302C !important;
}

.wsfwTabdata_data1 {
	width: 212px;
}

.wsfwTabdata_data2 {
	width: 137px;
}

.wsfwTabdata_data3 {
	width: 256px;
}

.wsfwTabdata_data4 {
	width: 69px;
}
.wsfw_contTab p {
	font-family: "黑体";
	font-weight: bold;
	float: left;
	display: block;
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 30px;
}
.wsfw_contTab p span{
	display: block;
	float: left;
}
.wsfw_contTabTit1 {
	width: 212px;
}

.wsfw_contTabTit2 {
	width: 136px;
}

.wsfw_contTabTit3 {
	width: 256px;
}

.wsfw_contTabTit4 {
	width: 68px;
}

.wsfw_contBtn {
	float: left;
	padding-left: 9.5px;
	margin-top: 5px;
}

.wsfw_contBtn ul {
	width: 190px;
}

.wsfw_contBtn li {
	margin-top: 10px;
	width: 85px;
	height: 69px;
	float: left;
	margin-right: 10px;
}

.wsfw_contBtn li a {
	display: block;
	width: 85px;
	height: 69px;
	text-align: center;
	color: #FFFFFF !important;
	line-height: 110px;
	text-decoration: none;
}

.wsfw_Btn1 {
	background: url(home_wsfw_Btn1.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn2 {
	background: url(home_wsfw_Btn2.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn3 {
	background: url(home_wsfw_Btn3.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn4 {
	background: url(home_wsfw_Btn4.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn5 {
	background: url(home_wsfw_Btn5.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn6 {
	background: url(home_wsfw_Btn6.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn7 {
	background: url(home_wsfw_Btn7.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}

.wsfw_Btn8 {
	background: url(home_wsfw_Btn8.png) no-repeat #1D9E04;
	background-position: 26px 10px;
}


/*
 * 政民互动
 */

.zmhd_cont {
	width: 972px;
	height: 338px;
	border: 1px solid #1f9f07;
}

.zmhd_contTab {
	width: 750px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.zmhdTabtop {
	width: 750px;
	height: 35px;
	background: #1d9e04;
}

.zmhdTabtoptit{
	font-family: "黑体";
	font-size: 16px;
	float: left !important;
}
.zmhdTabtoptit a{
	text-decoration: none !important;
	padding-left: 0px !important;
}
.zmhdTabtop li {
	color: #FFFFFF;
	float: right;
	line-height: 35px;
	padding: 0 10px;
}

.zmhdTabtop li a {
	color: #FFFFFF;
	padding-left: 30px;
}
.zmhd_contTab p
{
	font-weight: bold;
	font-family: "黑体";
	float: left;
	display: block;
	width: 750px;
	height: 30px;
	line-height: 30px;
	background: #e6e6e6;
	padding-left: 10px;
}
.zmhd_contTab p span{
	display: block;
	float: left;
}
.zmhdTabdata {
	padding-top: 40px;
}

.zmhdTabdata li {
	width: 750px;
	height: 45px;
	padding-left: 10px;
	line-height: 45px;
}

.zmhdTabdata li span {
	float: left;
	margin-right: 48px;
}

.lastListpd {
	margin-right: 0px !important;
}

.zmhdTabdata_data1 {
	width: 85px;
}

.zmhdTabdata_data2 {
	width: 253.5px;
}

.zmhdTabdata_data3 {
	width: 67px;
}

.zmhdTabdata_data4 {
	width: 74.5px;
}

.zmhd_contTabTit1 {
	width: 133px;
}

.zmhd_contTabTit2 {
	width: 300px;
}

.zmhd_contTabTit3 {
	width: 115px;
}

.zmhd_contTabTit4 {
	width: 124px;
}

.zmhd_contBtn {
	width: 190px;
	float: left;
	padding-left: 9.5px;
	margin-top: 15px;
}

.zmhd_contBtn ul {
	width: 190px;
}

.zmhd_contBtn li {
	margin-bottom: 20px;
	width: 85px;
	height: 69px;
	float: left;
	margin-right: 10px;
}

.zmhd_contBtn li a {
	width: 85px;
	height: 69px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	line-height: 110px;
	text-decoration: none;
}

.zmhd_contBtn_btn5 {
	width: 180px !important;
}

.zmhd_contBtn_btn1 {
	background: url(home_zmhd_contBtn_btn1.png) no-repeat #8ebf70;
	background-position: 26px 10px;
}

.zmhd_contBtn_btn2 {
	background: url(home_zmhd_contBtn_btn2.png) no-repeat #8ebf70;
	background-position: 26px 10px;
}

.zmhd_contBtn_btn3 {
	background: url(home_zmhd_contBtn_btn3.png) no-repeat #8ebf70;
	background-position: 26px 10px;
}

.zmhd_contBtn_btn4 {
	background: url(home_zmhd_contBtn_btn4.png) no-repeat #8ebf70;
	background-position: 26px 10px;
}

.zmhd_contBtn_btn5 a {
	width: 180px !important;
	background: url(home_zmhd_contBtn_btn5.png) no-repeat #8ebf70;
	background-position: 74px 10px;
}

.Advertisement {
	display: block;
	padding: 20px 0;
}


/*
 * 中间内容上半部分左边
 */

.info_contTop {
	overflow: hidden;
	background: #FFFFFF;
	float: left;
	height: 368px;
	padding-right: 15px;
	padding-top: 15px;
}

.info_contcent {
	width: 388px;
	margin-left: 10px;
	float: left;
}

.info_nav {
	width: 388px;
	height: 50px;
	background: #dff8da;
}

.info_nav li {
	float: left;
}

.info_nav li a {
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #3e3e3e;
	text-decoration: none;
	padding: 0 15px;
	float: left;
}

.info_nav li a.on {
	color: #FFFFFF;
	background: #1d9e04;
}

.info_Subcont {
	padding-top: 10px;
}

.info_Subcont li {
	line-height: 36px;
	background: url(Arrow.png) no-repeat;
	background-position: 0 14px;
	height: 36px;
	padding-left: 10px;
}

.info_Subcont li a {
	float: left;
	font-size: 14px;
	color: #5a5a5a;
}

.info_Subcont li span {
	font-size: 14px;
	color: #5a5a5a;
	float: right;
}

.cent {
	margin-left: 10px;
}


/*
 * 中间内容上半部分右边内容
 */

.info_contcent_Right {
	background: #FFFFFF !important;
	width: 374px;
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	height: 368px;
}

.info_contright {
	width: 350px;
	margin: 0 auto;
}

.info_contrightnav {
	width: 350px;
	height: 35px;
	border-bottom: 3px solid #1D9E04;
}

.info_contrightnav li {
	float: left;
	padding-right: 40px;
}

.info_contrightnav li a {
	display: block;
	font-size: 16px;
	color: #3e3e3e;
	text-decoration: none;
}

.info_contrightnav li a.on {
	color: #1d9e04;
}

.info_rightSubcont {}

.info_rightSubcont li {
	padding: 7px 0px;
}

.info_rightSubcont li a {
	font-size: 14px;
	color: #5a5a5a;
}

.info_rightSubcont li span {
	color: #1d9e04;
}


/*
 * 中间内容下半部分左边
 */

.info_contbottom {
	overflow: hidden;
	background: #FFFFFF;
	float: left;
	margin-top: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.infoTab {
	border: 1px solid #dedede;
	width: 388px;
	text-align: center;
}

.Tabtit {
	color: #168201;
	font-size: 14px;
	background: #EEEEEE;
}

.infoTab tr {
	height: 39px;
}

.infoTab tr td {
	border-color: #dedede;
}

.infoTab tr td a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.infoTab tr td a:hover {
	color: #1D9E04;
}

.clearma {
	margin-left: 0px;
}

.video img {
	width: 334px;
	height: 187px;
	margin-left: 4px;
	margin-top: 20px;
}

.video ul {
	margin-left: 10px;
	margin-top: 10px;
}

.video ul li {
	padding: 5px 0;
	font-size: 14px;
	background: url(videoIcon.png) no-repeat;
	padding-left: 30px;
	background-position: 0 6px;
}

.photos li {
	padding: 0;
	float: left;
	width: 167px;
	height: 120px;
	margin-left: 7px;
}

.photos img {
	display: block;
	width: 167px;
	height: 120px;
}

.photos a {
	text-decoration: none;
}

.photos p {
	color: #FFFFFF !important;
	line-height: 25px;
	font-size: 12px !important;
	display: block;
	width: 100%;
	height: 25px;
	position: relative;
	top: 120px;
	padding-left: 4px;
	overflow: hidden;
	background: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.photoright {
	margin-left: 16px;
}

.phototop {
	margin-top: 20px;
}


/*
 * 中间内容下半部分右边
 */

.info_contcent_Right2 {
	background: #FFFFFF !important;
	width: 374px;
	height: 368px !important;
	padding-top: 15px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.forumLink {
	width: 350px;
	margin: 0 auto;
}

.forumLink img {
	width: 350px;
	display: block;
	margin-top: 20px;
}

.forumLink ul {
	height: 95px;
}

.forumLink ul li {
	width: 172px;
	height: 44px;
	float: left;
	margin-bottom: 10px;
}

.forumLink ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	width: 172px;
	height: 44px;
	background: #1D9E04;
	line-height: 44px;
	font-size: 14px;
}

.forumleft {
	margin-left: 6px;
}

.forumtop {
	margin-top: 7px;
}


/*
 * 友情链接
 */

.friendshiplink {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	margin-top: 30px;
}

.friendshiplink a {
	margin: 0 10px;
	display: block;
	float: left;
}

.friendshiplink img {
	width: 230px;
}
/*
 * IE7兼容
 */
@media screen\9 {
	.zwgk_Subcont li {
		background: url(Arrow.png) no-repeat;
		background-position: 0 16px;
		height: 32px;
	}
	.zwgk_Subcont li a {
		line-height: 32px;
		float: left;
		font-size: 14px;
		color: #5a5a5a;
	}
	.info_Subcont li{
		line-height: 34px;
		height: 34px;
	}
	.zwgkRightNav ul li a {
		width: 116px;
	}
	.wsfwTabdata li {
		height: 30px;
	}
	.zmhd_contTab p {
		width: 740px;
	}
	.info_contcent_Right2 {
		height: 352px;
	}
}
/*
 * IE8兼容
 */
@media \0screen {
	.info_contcent_Right2 {
		height: 352px;
	}
}