*
{
    margin:0; 
    padding:0;
    font-family:Tahoma, Verdana, sans-serif,"宋体" ;
    font-size:12px;
}

table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}   
a{color:black;text-decoration:none;}



/* 
■   补背景图
*/

    body     /* 包含顶部导航条的body,是个外部的body,这里的内容都是嵌入到外部那个body中的。 */
	{
	}
   
    .table_menu
	{
	   float:left;
	   /* margin-left:10px;
	   _margin-left:5px;  */
	   width:750px;
	}

    .table_menu div
	{
		  background-color:transparent;
	}


    .table_search
	{
	   margin:auto;
	}

/* 
■   最外层 容器外层
*/
    .page_body_table.page,.page_top,.page_top_1,.page_top_logo,.page_top_menu,.page_top_search,.page_body,.page_body_top,.page_body_bottom,.page_body_left,.page_body_right,.pbr_left,.pbr_right,.page_copyright
	{
	  margin:auto;
	  text-align:center;
	}



.page
{
   width:767px;
   margin:auto;
}

	.page_top
	{
	   border-bottom:1px solid #e5e5e5;
	}
    
			.page_top_logo 
			{
                width:179px;
				height:41px;
				float:left;
			}

			.page_top_menu 
			{
				float:left;
			}

    .page_body
	{
	   clear:both;
       width:767px;
	   background-color:white;
	}

			/* 
			   .page_body{overflow:hidden;}
			   .page_body_left,.page_body_right{padding-bottom:32767px;;margin-bottom:-32767px;} 
			*/


		   .page_body_left
		   { 
		      float:left;
			  width:134px;
		   }

				.pbl_menu
				{
				}

           .page_body_right
		   { 
		      float:right;
			  width:588px;
		   }

		       .pbr_left
			   {
			   }

		       .pbr_right
			   {
			   }

	.page_copyright
	{
       width:767px;
	   clear:both;
	   background-color:white;
	}

/* 
■   容器层
*/


     .banner_1
	 {
		width:100%;   
		height:17px;
	    /* background-color:blue;margin-top:5px; */
	 }

     .banner_2
	 {
	    clear:both;
		margin-top:10px;
		margin-bottom:10px;
        width:767px;
	    /* background-color:blue;margin-top:5px; */
	 }

	.content
	{
	    clear:both;
		margin:auto;
        width:760px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_a
	{
	   clear:both;
	   width:588px; /* 去掉外表格左右边线 */
	   /* background-color:blue;margin-top:5px; */
	}

	.content_b
	{
		width:290px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_c                     
	{
		width:290px;
		float:left;
		margin-left:8px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_d                     
	{
		width:588px;
		float:left;
	    clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_e
	{
		width:290px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_f                     
	{
		width:290px;
		float:left;
		margin-left:8px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_g                     
	{
		width:588px;
		float:left;
	    clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

    /******************/

	.content_h
	{
	}

	.content_i
	{
	    width:134px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_j
	{
    }

	.content_k
	{
    }

	.content_l
	{
	}

	.copyright
	{
       	width:100%;
	    /* background-color:blue;margin-top:5px; */
    }


/* 
■   菜单样式
*/
/*
<div class="page_top_menu">
	<div class="hidden">[menu]</div>
</div>
*/

    .hidden
	{
	  overflow:hidden;
	  position:relative;
	  height:48px;
	}

    .hidden table
	{
		position:relative;
		float:left;
		left:-2px;
		/* width:100% */                                        /* 不要设置 width 100% 会影响后面单个菜单的大小 */
	    /* background-color:red; */                             /* 有效 */
	}

	.menu                                                    /* 菜单样式外部样式 table */ /* ■ 好像没这属性 */
	{
	/*
		height:30px;
		position:relative;
		right:-20px;
    */
	    width:100%;
    }

    .menuitem table                                             /* 选中项菜单的那个 table */
	{
	    width:100%;
	}

	.menuitem td                                                /* 菜单每一项的样式 */ 
	{	
		text-align:center;
	}
 
                                                                /* link 设置 a 对象在未被访问前的样式。 ■ 伪类最好一定要分开写，顺序 link > visited > hover */

	a:link.menuitem                                             
	{
        color:#b2b2b2;
		height:41px;
		width:;
		line-height:45px;
		font-size:12px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position:right;
		#background-position:right -1px;
	}

	a:active.menuitem                                            /* 不写 active ，火狐里面有问题 */              
	{
        color:#b2b2b2;
		height:41px;
		width:;
		line-height:45px;
		font-size:12px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position:right;
		#background-position:right -1px;
	}

    a:visited.menuitem
	{
        color:#b2b2b2;
		height:41px;
		width:;
		line-height:45px;
		font-size:12px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position:right;
		#background-position:right -1px;
	}

	a:hover.menuitem                                            /* 菜单浮动样式 */ 
	{
        color:black;
		height:41px;
		width:;
		line-height:45px;
		font-size:12px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position:right;
		#background-position:right -1px;
	}

 
    .menuitemhover a                                            /* ■ 好像没这属性 */
    {
	}


                                                                /* 菜单选择项样式 */
	.menuselecteditem a:link,.menuselecteditem a:visited,.menuselecteditem a:active,.menuselecteditem a:hover                                         
	{
        color:black;
		height:41px;
		width:;
		line-height:45px;
		font-size:12px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position:right;
		#background-position:right -1px;
	}

/* 
■    下拉菜单样式
*/

	div.menupopup                                   /*  弹出菜单外层 DIV */
	{
	  margin-top:0px;                               /*  □ div 的白色背景消失 */
	  height:1px;                                   /* height width 让外层 div 的白色背景消失，定义background-color:transparent没用 */
	  width:1px;                                  
	}

    .menupopup table
	{
	   	 position:relative;
	     left:-20px;
	}


	table.menupopupitem                          /*  这一项无效 *//* 每条下拉菜单是在一个表格中的 */                
	{
	   	 position:relative;
	     left:0px;
	}

	.menupopupitem td                            /*  下拉菜单每一项的样式 宽度根据下面来的。*/ /* 其它都正常 */
	{
	  /*
        color:black;
		width:86px;
		height:25px;
		text-align:center;
		line-height:25px;
		text-decoration:none;
		border-bottom:1px solid white;
		background-color:#f1009a;
      */
	  border-bottom:1px solid white;
	}

	a:link.menupopupitem
	{

		color:black;
		width:115px;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:;
		padding-right:;
  
		display:block;
		overflow:;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#d8d8d8;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;


	}

	a:active.menupopupitem
	{
		color:black;
		width:115px;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:;
		padding-right:;
  
		display:block;
		overflow:;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#d8d8d8;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;
	}

                                                 
	a:visited.menupopupitem
	{
		color:black;
		width:115px;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:;
		padding-right:;
  
		display:block;
		overflow:;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#d8d8d8;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;
	}

	a:hover.menupopupitem 
	{
		color:black;
		width:115px;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:;
		padding-right:;
  
		display:block;
		overflow:;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#ebebeb;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;
	}


/* 
■   search 搜索 ------------------------------------------------------------------------------------------
*/
	.searchcss                  /* 整个搜索  (table) */
	{
	   width:190px;             /* ■ 一定要加宽度，否则IE6里面，会错位 */
	   float:left;
	   height:100%;
	   margin-right:5px;
	}

		.searchcss  td                /* 整个搜索  (table) */
		{
		   vertical-align:top;
		}

	
    .searchitembarcss                 /* 搜索上部  (table) */
	{
	   display:none;
	}
        #searchall                    /* 搜索上部  (td) */
		{
		    text-align:left;
		}

		#searchcompany
		{
			display:none;
		}
		
		#searchinfo
		{
		}
        
		#searchproduct
		{
		}

		#searchbuy
		{
			display:none;
		}

    .searchmaincss              /* 搜索中间  (table) */
	{
	   width:190px;
	}

	.searchfootcss              /* 搜索底部  (table) */
	{
	   display:none;
	}

	.searchitemcss              /* 红色部分，类似于 menuitem */
	{

	}
         .searchitemcss a       /* a 无法两端对齐   */
		 {
			color:#02823b;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;
			/* margin-right:3px; */     

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
			/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
		 }

         .searchitemcss a:link 
		 {
			color:#02823b;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;
			/* margin-right:3px; */     

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
			/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
         }

         .searchitemcss a:active
		 {
			color:#02823b;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;
			/* margin-right:3px; */     

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
			/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
		 }

         .searchitemcss a:hover
		 {
			color:white;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;
			/* margin-right:3px; */     

			display:block;
			overflow:hidden;
			font-weight:bold;
			text-decoration:;
			background-image:url(images/bg_itemsearch2.jpg);
			background-repeat:no-repeat;
			background-position:;
			/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
		 }


	.searchselecteditemcss      /* 蓝色部分，类似于 selectmenuitem */
	{
	}

		.searchselecteditemcss a:link,.searchselecteditemcss a:visited
		{
			color:white;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;
			/* margin-right:3px; */     

			display:block;
			overflow:hidden;
			font-weight:bold;
			text-decoration:;
			background-image:url(images/bg_itemsearch2.jpg);
			background-repeat:no-repeat;
			background-position:;
		}

	.searchboxcss               /* 输入框 td */
	{
	}
 
    .searchboxcss input
	{
	   border:1px solid #cccccc;
	   height:17px;
	}


	.searchbuttoncss            /* 按钮 td */
	{
	   cursor:pointer;
	   background-image:url(images/button_search.jpg);
	   background-position:8px 1px;
	   background-repeat:no-repeat;
	   border:none;
	}

	.searchbuttoncss input
	{
	   border:none;
	   width:72px;
	   height:18px;
	   visibility:hidden;
	}
        



/* 
■   补丁
*/
	.copyright,.content_a,.content_b,.content_c,.content_d,.content_e,.content_f,.content_g,.content_h,.content_i,.content_j,.content_k,.content_l,.page_content,.page_content_center,.page_center_center,.banner_1,.banner_2,.banner_3,.banner_4,.banner_5
	{
	   overflow:hidden;
	   /* text-align:left; */ /* 去掉后内容就居中了，不然左对齐 */
	}
