@charset "utf-8";

/* CSS Document */
/*头部css */
#header {width:1004px;height:413px;margin: 0 auto;padding:0px;overflow: hidden;position: relative;}
#main_nav{width:1004px;height:41px;}   
     #main_nav li{float:left;height:41px;}
     #main_nav a{ float:left;}
/* 头部搜索表单*/
#header  #top_search_box{width:313px;height:20px;position:absolute;top:49px;right:14px;}
    #top_search_box .search_label,#top_search_box .search_input,#top_search_box .search_btn{float:left;}
	#top_search_box .search_label{ height:20px; line-height:20px;}
    #top_search_box .search_input{text-align:left;height:18px;width: 150px;border:1px solid #8fb430; 
	                              background: #fff;cursor:pointer;color:#000;}
	#top_search_box .search_btn{ width:51px; height:21px; background: url(../images/top_search_btn.jpg) no-repeat 
	                               scroll 0 0; border:none; margin-left:8px;}	
/*zmain最外框*/
#zmain{width:1004px;margin:0 auto;overflow:hidden;position: relative;padding:0px;border:none; background:#FFF;}

/*不包括头部，包括left*/
#main {width:1004px;overflow: hidden;position: relative;margin:0 auto;padding:0px;border:none;}

/*侧边栏*/
#sidebar{_display:inline;width:182px;float:left;overflow:hidden;padding:14px 28px 10px 18px;margin:0px;
                   border:none;}
   #sidebar .widget{width:182px; padding:0px; margin:0px; overflow:hidden; padding-bottom:10px;}
        #sidebar .widget_t{ background-image:url(../images/widget_item.gif);}
		
	       #sidebar .widget_p_t{ width:182px; height:50px; background-position:-20px -60px;}
		   #sidebar .widget_c_t{ width:182px; height:50px; background-position:-20px -120px;}
		#sidebar .widget_c{ width:182px; background:url(../images/widget_c_r.jpg) repeat-y scroll 1px 0px;
		                    padding-left:6px;} 
		#sidebar .widget_b{ width:182px; height:10px;background:url(../images/widget_b.jpg) no-repeat scroll 0 0;}
 
/*内容区*/
#main #containe{display:inline;width:768px;float:left;margin:0px;padding:0px;position:relative;border:none;}
    
    #containe .index_about{ float:left; width:495px;}
	#containe .index_equipment{float:left;}
	     
	#containe .index_products{ float:left;}
	#containe .index_c{ padding:6px;}
	    #containe .index_equipment_c{ padding-left:30px;}
	#containe .index_about_c{ width:485px;}
	
/*内页内容区*/	
#main #in_containe{display:inline;width:768px;float:left;margin:0px;padding:0px;position:relative;border:none; 
                      padding-bottom:12px;}



/*底部区*/
#footer{width:1004px;height:94px;overflow: hidden;position: relative;margin:0 auto;padding:0px;
         background:#FFF url(../images/foot_bg.jpg) repeat-x scroll 0 0;}
#footer .copyright{ width:980px;text-align:center; margin-top:25px;}

#clearfloat {clear:both;height:1px;overflow:hidden;margin-top:-1px;}
