/* CSS Document */

/*===================== Layout =================================================*/
* {
	margin:0px;
	padding:0px;
}

body{
	color:#FFF;
	background-color:#000000;
	font-size:0.75em;
	font-family:蹈框,奔覆, sans-serif;
}

img{border:0;}

#top{
	width:100%;
	height:75px;
	margin:0 auto;
	margin-top:80px;
	background:url(/img/bg_menu.gif) no-repeat;
	}

#top_center{
	width:980px;
	margin:0 auto;
	}
	
#content{
	clear:both;
	width:100%;
	margin:0 auto;
	background:url(/img/bg_contents.gif) repeat-y;
	}


#main{
	width:100%;
	height:400px;
	margin:0 auto;
	}

	#main_left{
		width:150px;
		float:left;
		min-height:400px;
		_height:400px;		
		background:#000;
	}
	
	#main_center{
		width:700px;
		padding-top:20px;
		height:380px;
		background:#000;
		overflow:auto;
		line-height:160%;
		color:#FFFFFF;

	}
	
	#main_right{
		width:230px;
		float:left;
		min-height:400px;
		_height:400px;
		background:#EEEBE4;
	}


#catalog{
	width:100%;
	margin:0 auto;
	background:#665E51 url(/img/bg_catalog.gif) repeat-y;
}
	
	#catalog_center{
		margin:0 auto;
		width:980px;
		background:#4A4740;
	}

#footer{
	width:980px;
	margin:0 auto;
	text-align:center;
}
#footer img{
	margin-top:5px;
}

.clearP{
	display:none;
	clear:both;
	height:0px;
	line-height:0px;
}

/*===================== Layout 场=================================================*/


/*==================== Top =====================================================*/
#top h1 a{
	display:block;
	width:280px;
	margin-right:700px;
	background:url(/img/logo.png) no-repeat;
	behavior:url(/img/iepngfix.htc);/*png捧疙档利侩 IE*/
	padding-top:45px;
	overflow:hidden;
	height:0 !important;
	height /**/:45px;
	cursor:pointer;
}

#top_menu{
	width:490px;
	padding-left:260px;	
	height:21px;
	padding-top:9px;
	list-style:none;
	float:left;
	background:#39352A;
}

#top_menu li{
	width:105px;
	float:left;
	text-align:center;
}
#top_menu li a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#top_menu li a:hover{
	/*color:#F5A31E;*/
	color:#FF6000;
}


#sub_menu ul{
	background:#39352A;
	width:230px;
	height:30px;
	list-style:none;
	float:left;
}	
#sub_menu li{	
	float:left;
	text-align:center;
	font-size:0.80em;
}
#submenu_home{
	width:54px;
	display:block;
	background:url(/img/submenu_home.gif) 50% 3px no-repeat;	
	padding-top:14px;
	overflow:hidden;
	height:0 !important;
	height /**/:14px;
	margin-top:8px;
	border-left:#AEA894 solid 1px;
	margin-left:18px;
}
#submenu_sitemap{
	width:68px;
	display:block;
	background:url(/img/submenu_sitemap.gif) 50% 3px no-repeat;
	padding-top:14px;
	overflow:hidden;
	height:0 !important;
	height /**/:14px;
	margin-top:8px;
	border-left:#AEA894 solid 1px;
}
#submenu_english{
	width:67px;
	display:block;
	background:url(/img/submenu_english.gif) 50% 3px no-repeat;
	padding-top:14px;
	overflow:hidden;
	height:0 !important;
	height /**/:14px;
	margin-top:8px;
	border-left:#AEA894 solid 1px;
	border-right:#AEA894 solid 1px;
}

/*==================== Top 场=====================================================*/

/*==================== main_left =====================================================*/
#main_left h2{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:20px 20px 10px 20px;
}
#main_left ul{	
	width:180px;
	list-style:none;
	margin:0 20px;
}

#main_left li{
	line-height:22px;
}
#main_left a{
	color:#4E4A41;
	text-decoration:none;
}
#main_left a:hover{
	color:#D96B00;
}

/*==================== main_left 场=====================================================*/

/*==================== main_center =====================================================*/
#main_center h2{
	font-size:120%;
	margin-bottom:10px;
	color:#FFF;
}
/*==================== main_center 场=====================================================*/


/*==================== main_right =====================================================*/
#main_right{

}
/*==================== main_right 场=====================================================*/


/*==================== catalog center =====================================================*/
#catalog p{
	margin-left:10px;
	line-height: 30px;	 	
	font-size:0.95em;
	color:#BCBEC0;
}
#catalog p a{
	color:#BCBEC0;
	text-decoration:none;
}
#catalog p a:hover{
	color:#F5A31E;
}

/*==================== catalog center 场=====================================================*/

/*==================== footer =====================================================*/
#footer p{
	background:url(/img/copy.gif) 50% 10px no-repeat;	
	padding-top:30px;
	overflow:hidden;
	height:0 !important;
	height /**/:30px;
}
/*==================== footer 场=====================================================*/


/*===================== Main =================================================*/
#index #top{
	background:transparent;
}
#index #content{
	background:transparent;
}
#index #main{
	height:400px;
}
#index #catalog{
	background:transparent;
}