*
{
    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:150px;
	   background-image:url("images/bg_menuitem.jpg");
	   background-repeat:no-repeat;
       background-position:right;
	}

    .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:100%;
}

	.page_top
	{
	   width:1003px;
	   height:102px;
	   background-image:url("images/bg_top.jpg");
	   background-repeat:repeat-x;
	}
    
			.page_top_logo 
			{
			   float:left;
			   width:425px;
			}

			.page_top_menu 
			{
	           width:1003px;
			   height:36px;
			   #height:37px;
			   clear:both;
			   background-image:url("images/bg_menu.jpg");
			   background-repeat:repeat-x;
			   #background-position:bottom;  /* IE 7.0 */
			}

    .page_body
	{
	   margin-top:5px;
	   clear:both;
	   width:985px;
	}

			.page_body{overflow:hidden;}
			.page_body_left,.page_body_right{padding-bottom:32767px;;margin-bottom:-32767px;} 


		   .page_body_left
		   { 
		      float:left;
			  width:230px;
			  background-image:url("images/bg_left.jpg");
			  background-repeat:repeat-y;
			  background-position:right;  
		   }

           .page_body_right
		   { 
		      float:right;
			  width:755px;
		   }

		       .pbr_left
			   {
				  float:left;
				  width:545px;
			   }

		       .pbr_right
			   {
				  float:right;
				  width:205px;
			   }

	.page_copyright
	{
	   width:1003px;
	   clear:both;
	   border-top:1px solid #c9c9c9;
	   background-color:#f7f7f7;
	}

/* 
■   容器层
*/


     .banner_1
	 {
        float:right;
		width:578px;         /*  比flash稍微大5个像素，因为下面的overflow:hidden  */
	    overflow:hidden;
		position:relative;
	    /* background-color:blue;margin-top:5px; */
	 }

     .banner_2
	 {
	    clear:both;
		margin:auto;
		margin-top:;
		width:1003px;        
	    /* background-color:blue;margin-top:5px; */

	 }

	.content
	{
	    clear:both;
        width:100%;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_a
	{
	   width:545px; /* 去掉外表格左右边线 */
	   /* background-color:blue;margin-top:5px; */
	}

	.content_b
	{
		width:270px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_c                     
	{
		width:270px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_d                     
	{
		width:545px;
	    clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_e
	{
		width:270px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_f                     
	{
		width:270px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_g                     
	{
		width:545px;
	    clear:both;
	    /* background-color:blue;margin-top:5px; */
	}



    /******************/

	.content_h
	{
	    width:100%;
		/* background-color:blue;margin-top:5px; */
	}

	.content_i
	{
	    width:100%;
		clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_j
	{
	    clear:both;
        width:100%;
	    /* background-color:blue;margin-top:5px; */
    }

	.content_k
	{
        width:220px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
    }

	.content_l
	{
	    width:100%;
		clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

	.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:35px;
	}

    .hidden table
	{
		position:relative;
		float:left;
		left:-1px;
		/* width:100% */                                        /* 不要设置 width 100% 会影响后面单个菜单的大小 */
	    /* background-color:red; */                             /* 有效 */
	}

	.menu                                                       /* 菜单样式外部样式 table */ /* ■ 好像没这属性 */
	{
	/*
		height:30px;
		position:relative;
		right:-20px;
    */
    }

    .menuitem table                                             /* 选中项菜单的那个 table */
	{
	    width:100%;
	}

	.menuitem td                                                /* 菜单每一项的样式 */ 
	{	
		text-align:center;
	}
 
                                                                /* link 设置 a 对象在未被访问前的样式。 ■ 伪类最好一定要分开写，顺序 link > visited > hover */

	a:link.menuitem                                             
	{
        color:#000000;
		height:36px;
		width:;
		line-height:42px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */

	}

	a:active.menuitem                                            /* 不写 active ，火狐里面有问题 */              
	{
        color:#000000;
		height:36px;
		width:;
		line-height:42px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

    a:visited.menuitem
	{
        color:#000000;
		height:36px;
		width:;
		line-height:42px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

	a:hover.menuitem                                            /* 菜单浮动样式 */ 
	{
        color:#4277d3;
		height:36px;
		width:;
		line-height:42px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
	}

 
    .menuitemhover a                                            /* ■ 好像没这属性 */
    {
	}


                                                                /* 菜单选择项样式 */
	.menuselecteditem a:link,.menuselecteditem a:visited,.menuselecteditem a:active,.menuselecteditem a:hover                                         
	{
        color:#4277d3;
		height:36px;
		width:;
		line-height:42px;

		text-indent:;
		text-align:center;
		padding-left:10px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
	}


/* 
■    下拉菜单样式
*/


/* 
■    下拉菜单样式
*/

	.menupopup                                   /*  弹出菜单外层 DIV */
	{
	  margin-top:10px;
	}


	table.menupopupitem                          /*  这一项无效 *//* 每条下拉菜单是在一个表格中的 */                
	{
	}

	.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:;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:5px;
		padding-right:5px;
  
		display:block;
		overflow:hidden;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#a9a9a9;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;


	}

	a:active.menupopupitem
	{
		color:black;
		width:;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:5px;
		padding-right:5px;
  
		display:block;
		overflow:hidden;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#a9a9a9;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;
	}

                                                 
	a:visited.menupopupitem
	{
		color:black;
		width:;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:5px;
		padding-right:5px;
  
		display:block;
		overflow:hidden;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#a9a9a9;
		background-image:url(images/bg_itemsearch1.jpg);
		background-repeat:no-repeat;
		background-position:;
	}

	a:hover.menupopupitem 
	{
		color:black;
		width:;
		height:25px;
		line-height:25px;

		text-indent:;
		text-align:center;
		padding-left:5px;
		padding-right:5px;
  
		display:block;
		overflow:hidden;
		text-decoration:none;
		border-bottom:1px solid black;
		background-color:#9a9a9a;
		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; */ /* 去掉后内容就居中了，不然左对齐 */
	}

