@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,label{margin:0;padding:0;}
body{font:normal 13px simsun;color:#666;line-height:150%;background:url(images/bodybg.jpg) repeat-x top #fff;}
table{border-collapse:collapse;border-spacing:0;border:none;}
fieldset, img{border:0;}
legend{display:none;}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:normal;}
ol, ul{list-style:none;}
caption, th{text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
input, textarea{font:normal 13px simsun;padding:2px 3px;}
.clear{clear:both;}
a{color:#666;text-decoration:none;}
a:hover{color: #090;}
/*定义全局样式 */
input,select,textarea{
	font: 13px Arial;}
/* 所有表单定义默认 */
input,select,textarea	{
	border: 1px solid #ccc;}
/* 利用鼠标事件 :hover 来定义当鼠标经过时样式 */
input:hover,select:hover,textarea:hover	{
	background: #F0F9FB;
	border: 1px solid #1D95C7;}
/* 由于 :hover 事件只有 Mozilla 支持，因此为方便IE使用 expression 批量定义 */
input,select,textarea {
	tesion:expression(onmouseover=function() 
	{this.style.backgroundColor="#F0F9FB";this.style.border="1px solid #1D95C7"}, 
	onmouseout=function()
	{this.style.backgroundColor="#FFFFFF";this.style.border="1px solid #CCF"})
	;}
/* 如上 */

/*全局翻页代码*/
.pagerock {width: 700px;text-align: center; padding: 8px; overflow: hidden;}

DIV.pagecss {
    padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center
;}
DIV.pagecss A {
    border-right:  #CCC 1px solid; padding-right: 5px; border-top: #CCC 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #CCC 1px solid; color: #666; padding-top: 2px; border-bottom: #CCC 1px solid; text-decoration: none
;}
DIV.pagecss A:hover {
    border-right: #3C3 1px solid; border-top: #3C3 1px solid; border-left: #3C3 1px solid; color: #3C3; border-bottom: #3C3 1px solid
;}
DIV.pagecss A:active {
    border-right: #ccc 1px solid; border-top: #ccc 1px solid; border-left: #ccc 1px solid; color: #000; border-bottom: #ccc 1px solid
;}
DIV.pagecss SPAN.current {
    border-right: #ccc 1px solid; padding-right: 5px; border-top: #ccc 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #ccc 1px solid; color: #fff; padding-top: 2px; border-bottom: #ccc 1px solid; background-color: #ccc
;}
DIV.pagecss SPAN.disabled {
    border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid
;}
/*翻页代码结束*/

/*index代码开始*/
#header{
	width:1000px;
	margin:0 auto;
    height:164px;
	overflow:hidden;
	background:url(images/logo20230629.png) no-repeat top center;}

#topmenu{
	width:970px;
	margin:0 auto;
    height:38px;
	padding-left: 30px;
	background: #537B00;
	overflow:hidden;}

#footer{
	width:1000px;
	margin:0 auto;
	padding-top: 20px;
    height:60px;
	text-align: center;
	overflow:hidden;}

/*新导航菜单*/
#topmenu ul {
font-family:Arial, Helvetica, sans-serif;

display:block;
clear:left;
float:left;
padding:0 15px;
margin: 0 auto;}
#topmenu ul li {

float:left;
display:block;
list-style:none;}
#topmenu ul li a {
padding:10px;
display:block;
color:#fff;
font-size: 14px;
width:95px;
font-weight: bold;
text-decoration:none;}
#topmenu ul li a:hover {
color:#9C0;}
#topmenu ul li ul {
margin:-5px 0 0 -25px;
display:none;
-webkit-border-top-right-radius:0;
-webkit-border-top-left-radius:0;
-moz-border-topleft-radius:0;
-moz-border-topright-radius:0;
border-top-left-radius:0;
border-top-right-radius:0;
z-index:100;}

#topmenu ul li ul li a{ font-size: 12px; padding:4px; text-align: center;}

#topmenu ul li:hover ul {
display: block;
position: absolute;}
/* Secondary Nav Items */
#topmenu ul li ul li {
clear: left;}
.red, .red li ul {
background: #537B00;}
.red a {
color: #fff;
text-shadow: 0 -1px 1px #770d0d;}
.red a:hover {
color: #fff;}

/*导航菜单*/
#sddm
{	margin: 0 auto;
	padding: 0;
	z-index: 30;
	width: 980px;
	height:38px;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 11px 10px;
	width: 95px;
	height: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background:  #6FBB00;}

/*index center 代码定义*/
#center {
	width: 1000px;
	margin:0 auto;
	margin-top: 2px;
	background: #fff;
	border: solid 1px #e4e4e4;
	overflow:hidden;}

#center_bot {
	width: 1000px;
	margin:0 auto;
	height: 15px;
	background: url(images/footer.png) no-repeat top;
	overflow:hidden;}

#center .imgbox {
	width: 325px;
	height: 250px;
	border: solid 1px #e4e4e4;
	margin: 15px 15px;
	background:#E7EFD7;
	float: left;}

#center .imgbox img { padding-bottom: 5px;}

#center .newsbox {
	width: 629px;
	height: 250px;
	margin-top: 15px;
	margin-right: 13px;
	float: right;}

#center .newsbox .newsbox_top {
	width:629px;
	height: 30px;
	border-bottom: 2px solid #CCCC33;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;}

#center .newsbox .newsbox_top_l {
	width:90px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	float: left;
	color:#527A00;
	background: #CCCC33;
	padding: 5px 30px;}

#center .newsbox .newsbox_top_r {
	width:80px;
	height: 21px;
	text-align: right;
	padding: 7px 2px;
	float: right;}

#center .newsbox ul { margin: 0 auto; padding:2px 0px;}

#center .newsbox ul li a{
	line-height: 21px;
	background:url(images/icon-point.png) no-repeat left center; 
	padding-left: 15px;}

#center .newsbox ul li a:hover{
	line-height: 21px;
	background:url(images/icon-point.png) no-repeat left center; 
	padding-left: 15px;}

#center .newsbox ul li span.datetime { float: right;}

#center #left ul { margin: 0 auto; padding:2px 0px;}

#center #left ul li a{
	line-height: 21px;
	background:url(images/icon-point.png) no-repeat left center; 
	padding-left: 15px;}

#center #left ul li a:hover{
	line-height: 21px;
	background:url(images/icon-point.png) no-repeat left center; 
	padding-left: 15px;}

#center #left ul li span.datetime { float: right;}

#center .newsbox .newsbox_coon {
	width:619px;
	padding: 4px 5px;
	overflow: hidden;}

#center #left {
	width: 700px;
	padding: 0px 15px 0px 15px;
	float: left;}

#center #right {
	width: 242px;
	padding: 0px 13px 0px 15px;
	float: right;}

#center #left .listbox {
	width: 715px;
	margin-bottom: 15px;
	overflow: hidden;}

#center #left .listbox .listbox_top {
	width:715px;
	height: 30px;
	border-bottom: 2px solid #CCCC33;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;}

#center #left .listbox .listbox_top_l {
	width:90px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	float: left;
	color:#527A00;
	background: #CCCC33;
	padding: 5px 30px;}

#center #left .listbox .listbox_top2 {
	width:715px;
	height: 30px;
	border-bottom: 2px solid #FFCC33;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;}

#center #left .listbox .listbox_top2_l {
	width:90px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	float: left;
	color:#527A00;
	background: #FFCC33;
	padding: 5px 30px;}

#center #left .listbox .listbox_top_r {
	width:80px;
	height: 21px;
	text-align: right;
	padding: 9px 2px;
	float: right;}

#center #left .listbox .listbox_coon {
	width:705px;
	padding: 4px 5px;
	overflow: hidden;}

#center #right .xsbox {
	width: 242px;
	height: 208px;
	text-align: center;
	background:url(images/zdxkbg.jpg) no-repeat top center; 
	overflow: hidden;}

#center #right .xsbox ul { margin-left: 30px; padding:1px 0px;}
#center #right .xsbox li a { margin: 0 auto; padding:1px 0px; line-height: 16px;}

#center #right .linkboxtop {
	width: 207px;
	height: 32px;
	margin-top: 15px;
	padding-left: 35px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	background:url(images/linkbg.jpg) no-repeat top center; 
	overflow: hidden;}

#center #right .linkboxbot {
	margin-bottom: 15px;
	padding-bottom: 3px;
	width: 240px;
	text-align: center;
	border: 1px solid #CCC;
	border-top: 0px;
	overflow: hidden;}

#center #right .linkboxbot ul { margin: 0px auto; padding:2px 0px;}
#center #right .linkboxbot li a { margin: 0 auto; padding:2px 0px; line-height: 18px;}

#center #right .linkboxbot img {width: 225px; height: 39px;}

#center #daohang {
	width:980px;
	height: 23px;
	padding: 5px 15px;
	overflow: hidden;}

#center .ny_box {
	width: 970px;
	padding: 0px 15px 15px 15px;
	overflow: hidden;}

#center .ny_box_top {
	width: 970px;
	height: 23px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	overflow:hidden;}

#center .ny_box_line {
	width: 962px;
	height: 23px;
	color: #CCC;
	padding-top: 4px 4px;
	text-align: center;
	overflow:hidden;}

#center .ny_box_coon {
	width: 962px;
	padding-top: 4px 4px;
	overflow:hidden;}

/***********整站分页************/
.class_page {
	height:20px;
	text-align:center;
	padding:20px 0px;}

.page_css,.class_page{text-align:center; padding:5px 0;}
.page_css a,.class_page a{display:inline-block;border:1px solid #e4e4e4; padding:3px 8px; color:#90B546;line-height:100%;}
.page_css a:hover,.class_page a:hover{color:#fff;border:1px solid #90B546;background:#90B546;}
.page_css b a,.class_page b a{color:#fff;border:1px solid #90B546;background:#90B546;}