@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
a{ text-decoration:none; color:#fff;}
ul{ margin:0; padding:0; list-style:none;}
body{
	margin:0;
	font-size:11pt;
	color:#ffffff;
	}
#main{
	width:1000px;
	margin:0 auto;
	background: url(images/bg.jpg) repeat-y;
	}
/*-----------------header--go-----------------------*/
#header{
	width:1000px;
	}
.banner{/*----header大图----*/
	width:1000px;
	height:179px;
	display:block;
	background:url(images/banner2.jpg) no-repeat;
	}
.menu{/*----导航----*/
	width:1000px;
	height:49px;
	background:url(images/menu2.jpg) no-repeat;
	}
.menu ul{
	width:935px;
	height:49px;
	padding-left:35px;
	margin:0 auto;
	text-align:center;
	}
.menu ul li{
	width:100px;
	float:left;
	}
.menu ul li a{
	width:100px;
	height:49px;
	line-height:49px;
	display:block;
	font-size:13pt;
	font-family:"微软雅黑", "黑体";
	}
.menu ul li a:hover{
	color: #06f;/*7BD107*/
	background:url(images/menu_hover.jpg) no-repeat;
	}
/*-----------------header--end----------------------*/

/*-----------------#con----go-----------------------*/
#con{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:auto;
	padding-bottom:20px;
	}
	
/*-----------------#con----end----------------------*/

/*-----------------fooder--go-----------------------*/	
#fooder{
	width:1000px;
	height:141px;
	background:url(images/fooder_bg.jpg) repeat-x;
	color:#666;
	}	
.footer_logo{
	background: url(images/fooder_logo.jpg) no-repeat left top;
	width:175px;
	height:141px;
	float:left;
	}
.fooder_main{
	width:825px;
	float:right;
	position:relative;
	}
.fooder_main p{
	margin:25px 0 0 0;
	text-align:center;
	width:700px;
	line-height:2em;
	font-size:10pt;
	}
.fooder_main span{
	position:absolute;
	left: 690px;
	top: 59px;
	width: 90px;
	}
.fooder_main span a{
	color:#666;
	}
.fooder_R{/*----右边图片----*/
	background: url(images/fooder_R.jpg) no-repeat;
	width:21px;
	position: absolute;
	right:0;
	top:0px;
	height:141px;
	}
/*-----------------fooder--end----------------------*/

