/* CSS reset */

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% 黑体; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#daefff; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}
/*主页的container*/
.container{
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#ffffff;
	background-position:0 0;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1002px;
	overflow:hidden;
	zoom:1;
}
.banner{ height:234px; background:url(/skin/images/banner.png) left top repeat-x;}
.top_r{ width:235px; height:24px;  text-align:center; line-height:24px; font-size:14px;}
.nav{ height:86px; background:url(/skin/images/nav.png) no-repeat;}
.menu{ height:45px; padding-left:12px;}
.menu a{ display:block; width:108px; text-align:center; float:left; line-height:45px; font-size:14px; font-weight:bold; color:#FFFFFF;}
.menu a:hover{ color:#fd7b01;}

.menu_bot{ height:41px; padding-left:22px;}
.date{ width:542px; float:left; line-height:41px;}
.search{ width:320px; float:right; padding-top:8px;}
.search .text{ float:left; width:220px; height:20px; line-height:20px; padding:0 2px; background:#FFFFFF; border:1px solid #CCCCCC;}
.search .submit{ display:block; float:right; margin-right:16px; width:72px; height:22px; background:url(/skin/images/search.png) no-repeat; border:none;}
.linkBox {
	background:#f3f8fc;
	border:1px solid #b6d5f3;
	height:170px;
	margin-top:10px;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}
/* 滑动门定义 */ 
#title{ height:32px; *height:31px; width:1000px; border-bottom:1px solid #b6d5f3;} 
@media all and (min-width: 0px){ #title{ height:31px;} } 
#title ul{ list-style:none; margin:0px 10px; padding:0px; *position:absolute} 
#title ul li { float:left; margin-left:5px; width:100px;} 

#title ul li a{ border:1px solid #b6d5f3; border-top:none; padding:8px 10px 9px 10px !important;padding:5px 10px 3px 10px;display:block;text-decoration:none; font-weight:bold; color:#FE6505;} 
#title ul li a:hover, #title ul li a.over { border-bottom:1px solid #f3f8fc;} 
/* 内容 */ 
#content { padding:10px;} 
#content div{ display:none;}
#content ul li{ float:left; width:auto!important;min-width:123px;line-height:24px;margin-right:8px;}


.footer{ height:120px; background:#f3f8fc url(/skin/images/map.jpg) 500px center no-repeat; border:1px solid #b6d5f3; border-top:none; padding-top:20px; text-align:center; margin-bottom:10px;}
.footer p{ line-height:26px;}
.info { padding:5px 0 10px 0; }
#nav a:hover,#nav a.current {
	color:#fff;
	background:url(/skin/images/navOver.gif) no-repeat center 6px;
}