@charset "utf-8";

/* CSS Document */
/*头部css */
#header { width:919px;height:397px;margin:0 auto;padding:0px;overflow:hidden;position:relative; margin-top:24px;}
#main_nav{width:919px;height:37px; overflow:hidden}   
.top_bar{ height:99px;}
      #main_nav a{ float:left; height:37px;}
	 #main_nav a img{ border:none}
	 .banner{ height:261px;}
/*头部搜索表单*/
#header  #top_search_box{width:320px;height:23px;position:absolute;top:52px;right:12px;}
    #top_search_box .search_label,#top_search_box .search_input,#top_search_box .search_btn{float:left;}
	#top_search_box .search_label{ height:23px; line-height:23px;}
    #top_search_box .search_input{text-align:left;height:20px;width:158px;border:1px solid #193451; 
	                              background: #fff;cursor:pointer;color:#000;}
	#top_search_box .search_btn{ width:79px; height:35px; background: url(../images/top_search_btn.jpg) no-repeat 
	                               scroll 0 0; border:none;}	
/*头部时间*/
	#top_time{ width:248px; height:40px; position:absolute; top:89px; right:5px;line-height:40px; color:#FFF;}
/*zmain最外框*/
#zmain{ width:1004px;margin:0 auto;overflow:hidden;position: relative;padding:0px;border:none; }

/*不包括头部，包括left*/
#main { width:919px;overflow: hidden;position: relative;margin:0 auto;padding:0px;border:none; background-color:#FFFFFF; padding-top:7px;}
#content{ width:627px; float:left}
/*侧边栏*/
#sidebar{_display:inline;width:261px;float:left;overflow:hidden;margin:0px;margin-right:11px; margin-left:11px;border:none;}
 
/*内容区*/
#main #containe{display:inline;width:627px;float:left;margin:0px;padding:0px;position:relative;border:none;}
   
/*内页内容区*/	

#main #containe h1.title{  width:633px; height:26px; background:url(../images/title_bg.jpg) no-repeat scroll left top; line-height:26px; text-indent:26px; font-size:12px; font-weight:700; color:#FFFFFF}
   


/*底部区*/
#footer{ width:919px;height:93px;overflow: hidden;position: relative;padding:0px; margin:0 auto; margin-bottom:24px; padding-top:24px; background:#FFFFFF}
#footer .copyright{ width:919px; height:74px; text-align:center; background:url(../images/footer.jpg) no-repeat scroll left top; padding-top:23px;}
/*清除层*/
#clearfloat {clear:both;height:1px;overflow:hidden;margin-top:-1px;}

