*
{
    margin:0; 
    padding:0;
    font-family:Tahoma,Verdana,"宋体" ;
    font-size:12px;
}

table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}   
a{color:black;text-decoration:none;}
image{border:0px;}



/* 
■   补背景图
*/

    body     /* 包含顶部导航条的body,是个外部的body,这里的内容都是嵌入到外部那个body中的。 */
	{
	   
	}
   
    .table_menu
	{
	   float:left;
	   margin-left:30px;
	}

    .table_search
	{
	}

	.t8                                        /* 三角形 */
	{
	  width:0px;
	  height:0px;
	  font-size:0px;                           /* ie7 里这一条用不着 */
	  border-style:solid;
	  border-color:#0e3192 white  white  white; 
	  border-width:4px 4px 0px 4px ; 
	  display:block;                           /* span 标签必须加上这一条， div 不用 */
	  margin-left:5px;
	}


/* 
■   最外层 容器外层
*/
    .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:985px;
   height:100%;
   margin:auto;
   background-image:url("images/bg_page.jpg");
   background-repeat:repeat-y;
}

	.page_top
	{
	   width:973px;
	   float:left;
	   margin-left:6px;
	   _margin-left:3px;
       background-image:url("images/bg_body_top.jpg");
       background-repeat:repeat-x;
	   background-position:top;
	}

    
			.page_top_logo 
			{
			   float:right;
			   width:220px;
			   height:83px;
			}

			.page_top_menu
			{
	           width:100%;
			   height:33px;
			   #height:34px;        /* 火狐中需设置高度才能显示 “背景图” */
			   clear:both;
			   background-image:url("images/bg_menu.jpg");
			   background-repeat:repeat-x;
			   #background-position:bottom;
			}


    .page_body
	{
	   width:973px;
	   height:100%;
	   background-image:url("images/body_top.jpg");
       background-repeat:repeat-x;
	   background-position:top;
       background-color:#afbcc2;
	   margin-left:6px;
	}

		   .page_body_2
		   {
	           width:950px;
			   padding-top:10px;
			   margin:auto;
		   }
          
		   .page_body_left
		   { 
		      float:left;
	          width:725px;
		   }

				   .pbr_search
				   {
				   }

           .page_body_right
		   { 
		      float:right;
	          width:220px;
		   }

		       .pbr_left
			   {
			   }

		       .pbr_right
			   {
			   }

	.page_copyright
	{
	   width:973px;
	   margin-left:6px;
       background-color:white;
	   clear:both;
	}

/* 
■   容器层
*/


     .banner_1
	 {
        float:left;
		width:750px;         /*  比flash稍微大5个像素，因为下面的overflow:hidden  */
	    overflow:hidden;
		position:relative;
	    /* background-color:blue;margin-top:5px; */
	 }

     .banner_2
	 {
        clear:both;
		width:973px;         /*  比flash稍微大5个像素，因为下面的overflow:hidden  */
	    overflow:hidden;
		position:relative;
	    /* background-color:blue;margin-top:5px; */
		margin:auto;
		background-color:#0a3922;
	 }

     .banner_3
	 {
	 }

	.content
	{
	    clear:both;
        width:100%;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_a
	{
	   width:725px; /* 去掉外表格左右边线 */
	   /* background-color:blue;margin-top:5px; */
	}

	.content_b
	{
		width:360px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_c                     
	{
		width:360px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_d                     
	{
		width:725px;
	    clear:both;
	   /* background-color:blue;margin-top:5px; */
	}

	.content_e
	{
		width:360px;
		float:left;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_f                     
	{
		width:360px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_g                     
	{
		width:725px;
	    clear:both;
	   /* background-color:blue;margin-top:5px; */
	}

    /******************/

	.content_k  /*  left_side */
	{
    }

	.content_h  /*  right_side */
	{
	    width:220px;
	    /* background-color:blue;margin-top:5px; */
	}


    /******************/


	.content_i
	{
	    clear:both;
        width:950px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_m1
	{
		float:left;
        width:310px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_m2
	{
		float:left;
		margin-left:10px;
        width:310px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_m3
	{
		float:left;
		margin-left:10px;
        width:310px;
	    /* background-color:blue;margin-top:5px; */
	}



	.content_l
	{
	}

	.copyright
	{
       	width:973px;
		margin-top:5px;
	    /* background-color:blue;margin-top:5px; */
    }

		.copyright span
		{
		}


     



/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/


/* 
■   菜单样式
*/
/*
<div class="page_top_menu">
	<div class="hidden">[menu]</div>
</div>
*/

    .hidden
	{
	  overflow:hidden;
	  position:relative;
	  height:33px;
	}

    .hidden table
	{
		position:relative;
		float:left;
		left:-2px;
		/* 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:#9decc3;
		height:33px;
		width:;
		line-height:32px;

		text-indent:;
		text-align:center;
		padding-left:12px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */

	}

	a:active.menuitem                                            /* 不写 active ，火狐里面有问题 */              
	{
        color:#9decc3;
		height:33px;
		width:;
		line-height:32px;

		text-indent:;
		text-align:center;
		padding-left:12px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

    a:visited.menuitem
	{
        color:#9decc3;
		height:33px;
		width:;
		line-height:32px;

		text-indent:;
		text-align:center;
		padding-left:12px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

	a:hover.menuitem                                            /* 菜单浮动样式 */ 
	{
        color:#ffffff;
		height:33px;
		width:;
		line-height:32px;

		text-indent:;
		text-align:center;
		padding-left:12px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
	}

 
    .menuitemhover a                                            /* ■ 好像没这属性 */
    {
	}


                                                                /* 菜单选择项样式 */
	.menuselecteditem a:link,.menuselecteditem a:visited,.menuselecteditem a:active,.menuselecteditem a:hover                                         
	{
        color:#ffffff;
		height:33px;
		width:;
		line-height:32px;

		text-indent:;
		text-align:center;
		padding-left:12px;
		padding-right:10px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
	}


/* 
■    下拉菜单样式
*/

	.menupopup                                   /*  弹出菜单外层 DIV */
	{
	}


	table.menupopupitem                          /*  这一项无效 *//* 每条下拉菜单是在一个表格中的 */                
	{
	}

	.menupopupitem td                            /*  下拉菜单每一项的样式 宽度根据下面来的。*/ /* 其它都正常 */
	{
	}

	a:link.menupopupitem
	{
	}

	a:active.menupopupitem
	{
	}

                                                 
	a:visited.menupopupitem
	{
	}

	a:hover.menupopupitem 
	{
	}


/* 
■   search 搜索 ------------------------------------------------------------------------------------------
*/
	.searchcss                  /* 整个搜索  (table) */
	{
	   width:180px;             /* ■ 一定要加宽度，否则IE6里面，会错位 */
	   height:100%;
	   float:left;
	}

		.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:180px;
	}

	.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; */ /* 去掉后内容就居中了，不然左对齐 */
	}

