@import "_bg_white.css";


*
{
    margin:0; 
    padding:0;
    font-family:Tahoma, Verdana, sans-serif,"宋体" ;
    font-size:12px;
}
body{text-align:center }
table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}   
a{color:black;text-decoration:none;}
image{border:0px;}
.clear{clear:both;}

.page{margin:0 auto;text-align:left; width:1000px;overflow-x:hidden;}
/*top*/
.logobar{background:url(images/topbg1.gif) repeat-x; height:70px;}
.logo{float:left;}
/*search*/
.search{float:right; margin:30px 30px 0 0;}
	.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; 

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
		 }

         .searchitemcss a:link 
		 {
			color:#02823b;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;  

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
         }

         .searchitemcss a:active
		 {
			color:#02823b;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;  

			display:block;
			overflow:hidden;
			font-weight:;
			text-decoration:;
			background-image:url(images/bg_itemsearch1.jpg);
			background-repeat:no-repeat;
			background-position:;
		 }

         .searchitemcss a:hover
		 {
			color:white;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;   

			display:block;
			overflow:hidden;
			font-weight:bold;
			text-decoration:;
			background-image:url(images/bg_itemsearch2.jpg);
			background-repeat:no-repeat;
			background-position:;
		 }


	.searchselecteditemcss      /* 蓝色部分，类似于 selectmenuitem */
	{
	}

		.searchselecteditemcss a:link,.searchselecteditemcss a:visited
		{
			color:white;
			width:55px;
			height:24px;
			line-height:30px;

			text-indent:;
			text-align:center;    

			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/search_btn.gif);
	   background-position:8px 1px;
	   background-repeat:no-repeat;
	   border:none;
	}

	.searchbuttoncss input
	{
	   border:none;
	   width:72px;
	   height:18px;
	   visibility:hidden;
	}

/*menu*/
.menu_outer{clear:both;}
.menucss{ width:100%;background:url(images/menu_bg.gif) repeat-x;}
.menuitem{}

    .menuitem table                                             /* 选中项菜单的那个 table */
	{
	    width:100%;
	}

	.menuitem td                                                /* 菜单每一项的样式 */ 
	{	
		text-align:center;width:100%;
		background-image:url(images/menu_bg2.gif);
        background-repeat:no-repeat;
        background-position: right;
	}
                                                                /* link 设置 a 对象在未被访问前的样式。 ■ 伪类最好一定要分开写，顺序 link > visited > hover */

	a:link.menuitem                                             
	{
        color:#ffffff;
		height:35px;
		line-height:35px;
		text-align:center;
		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;

	}

	a:active.menuitem                                            /* 不写 active ，火狐里面有问题 */              
	{
        color:#ffffff;
		height:35px;
		line-height:35px;
		text-align:center;
		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		
	}

    a:visited.menuitem
	{
        color:#ffffff;
		height:35px;
		line-height:35px;
		text-align:center;
		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		
	}

	a:hover.menuitem                                            /* 菜单浮动样式 */ 
	{
        color:#ffffff;
		height:35px;
		line-height:35px;
		text-align:center;
		

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background:url(images/menu_bg3.gif) repeat-x;
	}
	.menuselecteditem a:link,.menuselecteditem a:visited,.menuselecteditem a:active,.menuselecteditem a:hover    
	{
		height:35px;
        color:#ffffff;
		text-indent:;
		text-align:center;
		line-height:35px;
		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background:url(images/menu_bg3.gif) repeat-x;

    }
/*content*/
.page_body{margin:10px auto;width:980px;}
.content_top{}
.content_a{width:318px;}
.content_a .content_a{}
.content{width:648px;margin-left:10px;}
.content .content{}
.border1{border-bottom:dashed 1px #AFAFAF;}
.content_bottom{}
.content_left{ width:650px; float:left;}
.content_left div{float:left;} 
.content_left .content_left1{width:318px; }
.content_left .content_left2{width:318px; margin-left:10px; }

.content_right{ width:318px;float:left; margin-left:10px; }
.content_right .content_right1{}
.copyright{text-align:center;}

