@charset "utf-8";
/* CSS Document */
html{
	background-image:none;
	background-repeat:no-repeat;
	background-position: center bottom;
}
body{
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-x repeat-y;
	background-position: center top;
}
/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------页眉------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*a{
	color: #d9cec8;
	text-decoration: none;
	font-weight: 100;
}
li{
	color:#d9cec8;
	}
time{
	color:#d9cec8;
}


*/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:100%;
	position:relative;
	height: 300px;
	}
/*-----语言链接-----*/
.languageLink{
	display:none;
	position:absolute;
	right:40px;
	top:20px;
}
/*-----搜索表单-----*/
.searchForm{
	display:none;
	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.png);
	}
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: 16px;
	color: #CCC;
}
header nav .textList li a:hover{
	background-position:left bottom;
}
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:#ff;
}
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-repeat: repeat-x;
	background-position: center top;
	display: block;
	background-image: url(../images/index_13.png);
	background-color: #fff;
}
.columnLocation{
	position:absolute;
	top:15px;
	right: 20px;
}
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{
	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 a{
	font-weight:bold;
	background-position: center bottom;
}
aside .subNav .textList li.current .textList{
	display:block;
}
	
.pageContent{
	position:relative;
	overflow:hidden;
	height:auto;
	width:815px;
	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;
	margin-left:0px;
	padding-left:0px;
	margin-right: 0px;
	background:no-repeat;
	display:block;
}	
.columnContent p{
	/*text-indent:26px;*/
	line-height:25px;
	}
	
/*--------------页脚----------------*/
footer{
	position:relative;
	width:1000px;
	height:60px;
	margin:20px auto 0;
	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: 15px;
}
footer .falseNav a{
	padding-right:5px;
	padding-left: 5px;
	font-size:13px;
	color:#000;
}
footer .webDesign{
	position: absolute;
	right: 0px;
	bottom: 5px;
}
footer .miitbeian{
	position:absolute;
	left:500px;
	top:5px;
}
