@charset "utf-8";
/* CSS Document */
html{
	background-image: url(../images/htmlBg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
body{
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------页眉------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
header{
	position:relative;
	z-index: 2;
	width:1000px;
	height:300px;
	margin:auto;
	background-image: url(../images/pageHeaderBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
}
/*-----logo-----*/
.logo{
	position: absolute;
	background-image: url(../images/logoBg.gif);
	text-indent: -9999px;
	width: 205px;
	height: 75px;
	left: 0px;
	top: 20px;
	z-index: 10;
	}
.logo a{
	width:100%;
	height:100%;
	display:block;
	}
/*-----banner-----*/
.banner{
	width:1000px;
	position:relative;
	height: 300px;
	}
/*-----语言链接-----*/
.languageLink{
	position:absolute;
	right:40px;
	top:20px;
}
/*-----搜索表单-----*/
.searchForm{
	position:absolute;
	right:40px;
	top:70px;
	width: 185px;
	z-index:1000;
}
.searchForm .keyword{
	position:absolute;
	left:10px;
	top:7px;
}
.searchForm .searchBtn{
	position:absolute;
	right:13px;
	top:5px;
	width:25px;
	height:25px;
}
	
	
/*-----页面导航-----*/
header nav{
	position:absolute;
	z-index: 5;
	top:70px;
	left:0px;
	width:100%;
	height:auto;
	background-image: url(../images/navBg.gif);
	}
header nav .textList li{
	float:left;
	width:75px;
	height:auto;
	position:relative;
	margin: 0px;
	padding: 0px;
	}
header nav .textList li a{
	display:block;
	width:100%;
	height:25px;
	text-align: center;
	background-image: url(../images/navListItemBg.gif);
	background-position: center top;
	padding-top: 15px;
	color: #CCC;
}
header nav .textList li.current a{
	font-weight:bold;
	background-position: center bottom;
}
header nav .textList li.current li a{
	font-weight:normal;
	background-position: center top;
}
header nav .textList li.current li.current a{
	font-weight:bold;
	background-position: center bottom;
}
/*页面导航子级*/
header nav li .textList{
	position: absolute;
	display:none;
	left: 0px;
	top: 40px;
}
header nav li .textList li{
	float:left;
	width:75px;
	height:auto;
	position:relative;
}
header nav li .textList li a{
	display:block;
	width:100%;
	height:18px;
	padding-top: 7px;
}
header nav li.focusOpen{
	background-color:#CCC;
}
header nav li.focusOpen .textList{
	display:block;
	background-color:#CCC;
}
header nav li.focusOpen .textList .textList{
	display:none;
}







/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------页面主体--------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.pageBody{
	position:relative;
	width:1000px;
	height:auto;
	margin:auto;
	overflow: hidden;
	z-index: 1;
	background-image: url(../images/pageBodyBg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display:block;
}
.columnLocation{
	position: absolute;
	top: 15px;
}
aside{
	position:relative;
	overflow:hidden;
	width:215px;
	float:left;
/*	background-image: url(../images/pageSidebarBg.gif);
*/}
.rootColumnTitlebar{
}
aside nav{
}
aside nav .textList{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
aside nav .textList .textList{
	display:none;
}
aside nav .textList li{
	position:relative;
	padding-left:20px;
	height:auto;
	width:100%;
	text-indent: 5px;
}
aside .subNav .textList li a{
	display:block;
	background-image: url(../images/subNavListItemBg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height:18px;
	padding-top:7px;
}
aside .subNav .textList li a:hover{
	background-position: center bottom;
}
aside .subNav .textList li.current a{
	background-position: center bottom;
	font-size: 14px;
	color: #ff5a00;
}
aside .subNav .textList li.current li.current a{
	font-weight:bold;
	background-position: center bottom;
}
aside .subNav .textList li.current li a{
	font-weight:normal;
	background-position: center top;
}
aside .subNav .textList li.current li.current li a {
	background-position: center top;	
	font-weight: normal;
}
aside .subNav .textList li.current .textList{
	display:block;
}
aside .subNav .textList li.current .textList .textList{
	display:none;
}
aside .subNav .textList li.current .textList li.current .textList{
	display:block;
}
	
.pageContent{
	position:relative;
	overflow:hidden;
	height:auto;
	width:785px;
	float:left;
	background-image: url(../images/pageContentBg.gif);
	background-repeat: no-repeat;
	display:block;
}
.columnTitlebar{
	}
.columnContent{
	position: relative;
	height:auto;
	min-height:400px;
	_height:400px;
	padding-left:0px;
	background:no-repeat;
	display:block;
}	
.columnContent p{
	/*text-indent:26px;*/
	line-height:25px;
	}
	
/*--------------页脚----------------*/
footer{
	position:relative;
	width:1000px;
	height:60px;
	margin:auto;
	clear:both;
	display:block;
	background-image: url(../images/pageFooterBg.gif);
}
footer .contact{
	position: absolute;
	left: 50px;
	top: 15px;
}
footer .contact p{
	font-size: 12px;
}
footer .contact strong{
	line-height: 25px;
}
footer .falseNav{
	position: absolute;
	top: 15px;
	right: 50px;
}
footer .falseNav a{
	padding-right: 10px;
	padding-left: 10px;
}
footer .webDesign{
	position: absolute;
	right: 50px;
	bottom: 7px;
}
footer .miitbeian{
	position:absolute;
	left:500px;
	top:7px;
}