body {
	background-color: #999;
	margin:0 auto;
	padding: 0px;
	font-size:12px;
	color:#000;
	background-image: url(/Image/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
 
img,form{margin: 0px;}
ul, ol, li, p       {margin: 0px;padding:0px;}
dl, dt, dd, ul, li  {margin: 0;padding: 0;list-style-type: none;font-family: arial,helvetica,sans-serif;font-size: 12px; }
span,td             {font-family:arial,helvetica,sans-serif; font-size: 12px; }
a                   {color: #333; text-decoration: none}
a:hover                    { text-decoration: none; color:#06C}
a img                      {border:none;}
h1,h2,h3,h4,h5,h6,h7{font-family: Arial;color: #000;margin: 0px;}



#t_menu{width:850px; background-color:#039; height:30px; margin:0 auto; clear:both; background-color:#039;}
.t_search{float:right; width:185px; margin:2px 0 0 0}
.t_search_input{ padding:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.xmenu{ float:left; width:665px; }
.xmenu a{ line-height:30px; float:left;font-size:12px; width:95px;font-family:verdana,arial;color:#fff;background:#039;filter:blendtrans(duration=0.5);cursor:hand;text-align:center;}
.xmenu ul{}
.xmenu li{ line-height:30px; float:left;font-size:12px; width:95px;font-family:verdana,arial;color:#fff;background:#039;filter:blendtrans(duration=0.5);cursor:hand;text-align:center;}


#topbg{ width:850px; margin:0 auto;background-color:#fff;background-image:url(/Image/topbg.jpg);background-repeat: repeat-x;background-position: left top;}
#top_logo{padding:10px; float:left}
#top_right{ text-align:right;}
#top_right a{ line-height:22px;}
#menu,#banner{width:850px; margin:0 auto; clear:both; background-color:#fff; }



/*首页样式开始*/

#main{ width:850px; margin:0 auto; background-color:#fff; padding:10px 0;}
#main ul ,#main li{ float:left}
#main li#left{ width:210px;}
#main li#center{ width:404 px}
#main li#right{ }




/*滑动门样式开始*/

#tab {
	padding: 0;
	width:368px;
	height:210px;
	position:relative;
	color:#069;
	background-image: url(/Image/left_news_bg.gif);
	background-repeat: repeat-x;
	background-position: left 24px;
} /*设置容器高宽等*/
#tab div { position:absolute; top:26px; left:0; width:100%; height:200px; }/*设置被操作容器高宽等*/
#tab div { display:none; }/*设置被操作容器默认隐藏:不用ID是因为下面将利用class来控制被操作容器显示,而class优先级低于id选择器*/
#tab .block {display:block;line-height: 22px; padding:0 0 0 5px}/*选中的被操作容器*/
#tab .block li{width:100%;}
#tab h3 {float:left;width:74px; height:26px; line-height:30px;font-weight: normal; margin:0; font-size:12px; cursor:pointer; text-align:center; color:#666; background-image: url(/Image/centermenu_a_bg.gif);background-repeat: no-repeat;}/*默认标题样式*/
#tab .up {
	font-size:12px;
	color:#039;
	font-weight: bold;
	background-color: #fff;
	background-image: url(/Image/centermenu_a_bg.gif);
	background-repeat: no-repeat;
}/*选中的标题样式*/

/*修饰列表内容*/
#tab ul {margin:15px 0 0 0; list-style:none; padding:0; }
#tab li {float:left;}
#tab li a {line-height:25px;font-size:12px; text-decoration:none; color:#333; text-indent:6px; }
#tab li a:hover {text-decoration:underline; color:#333; }

/*滑动门样式结束*/




/*底部版权开始*/
#footer{
	width:850px; padding:6px 0 0 0; margin:0 auto;
	background-image: url(/Image/footbg.gif);
	background-repeat: repeat-x;
	background-position: left top; background-color:#666;
	}
#footer a{ color:#fff; margin:0 10px 0 0 }


/*内页样式开始*/
.content{ padding:10px 20px; line-height:180%}
.content h1{ color:#343434;
	font-size:14px;
	margin:0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-indent: 4px;
}
.content td.tit{
	color:#003399;
	font-size:14px;
	font-weight: bold;
}

.pro{
	display:block;
	clear:both;
	margin:10px auto;
	border: 1px solid #CCCCCC;
}

.hrinput {background-color: #FFFFFF;border: 1px solid #e4e4e4;}
.hrarea {background-color: #FFFFFF;border: 1px solid #e4e4e4;overflow: auto;}
.reset {background-image: url(../Image/reset.gif);background-repeat: no-repeat;height: 32px;width: 94px;border: 0px none;font-size: 12px;color: #FFFFFF;text-decoration: none;cursor: hand;}
a.proimg:link,a.proimg:visited { display:block;border:1px solid #ccc; padding:2px;margin:2px; width:120px; height:104px}