@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	clear:both;
	width:100%;
	background:url(../images/headerbg.png) repeat-x 0px 0px;
}
#header .text{
	width:980px;
	height:103px;
	margin:0px auto 0px auto;
}
#header .logo{
	float:left;
	width:356px;
	height:91px;
	padding:0px 0px 0px 10px;
}
#header .right{
	float:right;
	width:450px;
	height:65px;
	background:url(../images/fgb.png) no-repeat 0px 0px;
	padding:35px 0px 0px 0px;
}
#header .right .link{
	float:right;
	width:220px;
	height:24px;
	line-height:23px;
	color:#666666;
}
#header .right .search{
	clear:both;
	float:right;
	width:198px;
	height:23px;
	padding:0px 0px 0px 20px;
	background:url(../images/searchbg.png) no-repeat 0px 0px;
}
#header .right .search .input1{
	float:left;
	border:none;
	width:145px;
	height:22px;
	line-height:21px;
	font-size:12px;
	border:none;
	background:none;
}
#header .right .search .input2{
	float:left;
	border:none;
	width:50px;
	height:22px;
	border:none;
	background:none;
	color:#FFF;
	font-size:12px;
}
#header .list{
	clear:both;
	width:100%;
	background:url(../images/nav1.png) repeat-x 0px 0px;
}
#header .list .nav{
	width:900px;
	height:39px;
	margin:0px auto 0px auto;
	background:url(../images/nav.png) repeat-x 0px 0px;
	padding:0px 0px 0px 70px;
}
#header .list .nav .navleft{
	float:left;
	background:url(../images/nav2.png) no-repeat 0px 0px;
	width:72px;
	height:39px;
}
#header .list .nav .navright{
	float:left;
	background:url(../images/nav5.png) no-repeat 0px 0px;
	width:18px;
	height:39px;
}
#header .list .nav ul{
	float:left;
	margin:0px;
	width:880px;
}
#header .list .nav ul li{
	float:left;
	height:39px;
	line-height:36px;
	width:101px;
}
#header .list .nav ul li.spli{
	float:left;
	width:2px;
	background:url(../images/nav4.png) no-repeat 0px 0px;
}
#header .list .nav ul li a{
	display:block;
	width:100px;
	height:39px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-family:"微软雅黑";
}
#header .list .nav ul li a:hover,#header .list .nav ul li a.curr{
	text-decoration:none;
	background:url(../images/nav6.png) no-repeat center center;
}
#footer{
	clear:both;
	width:100%;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;	
	background:url(../images/nav7.png) repeat-x 0px 10px;
}
#footer .link{
	width:940px;
	margin:0px auto 0px auto;
	height:33px;
	line-height:32px;
	color:#FFF;
	padding:0px 20px 0px 20px;
}
#footer .link a{
	color:#FFF;
}
#footer .link .left{float:left;}
#footer .link .right{
	float:right;
}
#footer .text{
	width:960px;
	height:60px;
	margin:0px auto 0px auto;
	padding:6px 0px 0px 20px;
	color:#666666;
	line-height:20px;
}
#footer .text .left{
	float:left;
	width:650px;
}
#footer .text .right{
	float:right;
	width:150px;
}
#footer .text a{
	color:#666666;
}
#footer .text a:hover{
	color:#cc0000;
	text-decoration:underline;
}