*
{
    margin:0; 
    padding:0;
    font-family:"宋体" Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}



/* 
■   最外层 容器外层
*/

	.page
	{
	   width:100%;
	   background-color:#ffffff;
	   text-align:center;
	}

	.page_top
	{
	   width:100%;
	}

			.page_top_logobg 
			{
			   width:100%;
			}

					.page_top_logo 
					{
					   width:970px;
					   height:44px;
					   margin:auto;
					}

			.page_top_menubg 
			{
	            width:100%;
				background:url(images/bg_menu.jpg) repeat-x;  
                background-position:bottom;                   /* 不知为什么比菜单高出 1px */
				height:40px;
				#height:41px;
			}
			    
					.page_top_menu 
					{ 
					   width:970px;
					   height:36px;
                       #height:36px;
					   text-align:right;
					   margin:auto;
					   margin-bottom:3px;
					}


			.page_top_searchbg 
			{
	           width:100%;
			   height:39px;
			   text-align:center;
			   background-image: url(images/bg_search.jpg);
			}

				.page_top_search
				{
				   width:970px;
				   height:39px;
				   margin:auto;
				}


    .page_body
	{
	    margin:auto;
		width:970px;
	    text-align:center;
	}

			.page_body_top
			{
		        width:970px;
			}

			.page_body_left
			{
		        width:207px;
				float:left;
			}

			.page_body_right
			{
		        width:747px;
				float:right;
			}





	.page_copyright
	{
       width:1002px;
	   float:none;
	   clear:both;
	}



/* 
■   容器层
*/

    .banner1
	{
	    text-align:left;
	}

	.content
	{
		width:970px;
	}

	.content_a
	{
		width:207px;
	}

	.content_b                     
	{
		width:207px;
	}

	.content_c 
	{
		width:747px;
	}

	.content_d 
	{
		width:747px;
	}

	.content_e 
	{
		width:747px;
	}

	.content_f 
	{
		width:747px;
	}


/* 
■   菜单和链接
*/



/* 
■   菜单样式
*/
    .page_top_menu
	{
    }


	.menu
	{
		height:38px;
		width:600px;
		margin:auto;
		margin-right:15px;
	}

/* 
■   菜单每一项的样式
*/

	.menuitem td
	{	
		width:100px;
		text-align:center;
	}

	.menuitem a
	{
		font-weight:bold;
		color:white;
		display:block;
		width:100px;
		height:38px;
		line-height:45px;
		text-align:center;
		text-decoration:none;
	}


	.menuitem a:hover,.menuitem a:active
	{
        color:black;
		background:url(images/bg_selectmenu.jpg) no-repeat;
		background-position: center top;
		text-decoration:none;
	}

	.menuitem a:link
	{
	}

	.menuitem a:visited
	{
	}


/* 
■   菜单浮动样式
*/

	.menuitemhover a:hover
	{
	}


/* 
■   菜单选择项样式
*/

	.menuselecteditem a:link,.menuselecteditem a:visited
	{
        color:black;
		background:url(images/bg_selectmenu.jpg) no-repeat;
		background-position: center top;
		text-decoration:none;
	}

/* 
■    下拉菜单样式
*/

	.menupopup
	{
		margin-left:15px;
		border-top:1px #000 solid;
	}


/* 
■    下拉菜单每一项的样式
*/
	.menupopupitem  td
	{
	}

	.menupopupitem td a
	{
	}


	.menupopupitem td a:link
	{
	}

	.menupopupitem td a:visited
	{
	}

	.menupopupitem td a:hover
	{
	}

	.menupopupitem td a:active
	{
	}



/* 
■   search 搜索 ------------------------------------------------------------------------------------------
*/
	.searchcss                  /* 整个搜索  (table) */
	{
	   float:right;
	   margin-right:20px; 
	   margin-top:0px;
	   width:220px;             /* ■ 一定要加宽度，否则IE6里面，会错位 */
	}

    .searchitembarcss           /* 搜索上部  (table) */
	{
	   display:none;
	}

    .searchmaincss              /* 搜索中间  (table) */
	{
	   width:200px;
	   margin-right:0px;
	}

	.searchfootcss              /* 搜索底部  (table) */
	{
	   display:none;
	}



	.searchitemcss              /* 红色部分，类似于 menuitem */
	{

	}
         .searchitemcss a
		 {
		 }

         .searchitemcss a:link 
		 {
         }

         .searchitemcss a:active
		 {
		 }

         .searchitemcss a:hover
		 {
		 }


	.searchselecteditemcss      /* 蓝色部分，类似于 selectmenuitem */
	{
	}

		.searchselecteditemcss a:link,.searchselecteditemcss a:visited
		{
		}

	.searchboxcss               /* 输入框 td */
	{
	}
 
    .searchboxcss input
	{
	   border:1px solid #cccccc;
	   height:16px;
	}


	.searchbuttoncss            /* 按钮 td */
	{
	   cursor:pointer;
	   background-image:url(images/button_search.jpg);
	   background-position:5px -1px;
	   background-repeat:no-repeat;
	   border:none;
	}

	.searchbuttoncss input
	{
	   border:none;
	   width:65px;
	   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
	{
	   _height:1%;
	   overflow:hidden;
	   _overflow  /*ie5*/: visible;
	   text-align:left;
	}
