@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
body{
	font-size:14px;
	font-family:"微软雅黑", "宋体";}
.head{
	width:1024px;
	margin:0 auto;}
.nav{
	background:#090;
	width:1024px;
	margin:0 auto;}
.nav li{
	list-style:none;
	float:left;
	height:38px;
	line-height:38px;
	width:112.5px;
	text-align:center;
	border-right:1px solid #CCC;
	}
.nav li a{
	color:#FFF;
	text-decoration:none;
	height:38px;
	line-height:38px;
	width:127px;
	text-align:center;
	}
.nav li a:hover{
	display:block;
	color:#FC0;
	font-size:16px;

	}
.cle{
	clear:both;}
.main{
	width:1024px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;}
.yi{
	width:220px;
	height:510px;
	float:left;
	border:1px solid #ccc;
	margin-right:5px;}
.left{
	width:220px;	
	padding-bottom:5px;}
.xinw{
	text-align:center;
	margin-top:10px;
	padding-bottom:23px;
	border-bottom:1px solid #ccc;
}
.lianx{
	margin-top:24px;}
.er{
	border:1px solid #ccc;
	padding-bottom:20px;
	float:left;
	height:490px;}
.zhong{
	width:546px;
	padding:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;}
.san{
	width:230px;
	border:1px solid #ccc;
		float:right;
		height:510px;
	}
.right{
	width:230px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.biaot_2,.biaot{
	color:#03F;
	margin-left:5px;
	margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	border-bottom:1px dashed #666;
	}
.biaot_3{
	font-weight:bold;
	text-align:center;
	text-indent:0;
	padding:10px 0;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
.jies{
	text-indent:2em;
	line-height:2.3em;
	margin-top:10px;
	color:#666;}
.zhaop{
	margin-left:5px;
	margin-top:10px;
	text-align:center;}
.zhaop img{
	text-align:center;}
.tuwjs{
	font-size:12px;
	text-indent:2em;
	color:#666;
	margin-top:5px;
	line-height:2em;
	float:right; margin-left:5px;
	}
.zhunyte{
	width:547px;
	margin-top:10px;}
.tes{
	margin-left:5px;
	margin-top:10px;
}
.tes li{
	font-size:14px;
	line-height:2.0em;
	}
.tes li a{
	text-decoration:none;
	color:#666;}
.tes li a:hover{
	color:#00F;
	text-decoration:underline;}
.wenj{
	margin-top:30px;}
.foot{
	width:1024px;
	font-size:12px;
	margin:0 auto;
	text-align:center;
	color:#666;
	line-height:1.8em;
	padding:10px;}
	
.anniu
{
	background:#090;
	color:#FFF;
}

#nav2
{
	width:190px;
	margin-left:10px;
	text-align:center;
	margin-top:12px;k
}
#nav2 ul li{
	height:30px;
	line-height:30px;
	}
#nav2 ul li a
{
	display:block;
}
#list
{
	width:140px;
	float:left;
	height:30px;
	line-height:30px;
}
#list li{
	display:none;
	background:#090;
	color:#FFF;
	text-align:center;
	height:250px;
}
#list li a{
	color:#FFF;}
#list li a:hover{
	color:#FC0;}
.weiz{
	font-size:12px;
	padding-bottom:5px;
	border-bottom:1px  dashed #666;
	margin:10px;}
.neir{
	width:770px;
	float:right;
	border:1px solid #999;
	padding:10px;}
.neir p{
	text-indent:2em;
	line-height:2em;}
	
.neir_2 img{
	max-width:710px;
	margin-left:-2em;
	text-align:center;
	padding:10px 0px;
}
	
		/*首页轮播代码*/
		.img-scroll { position:relative; margin:5px auto; width:1024px;}
		.img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:50px; height:410px; top:0; color:#FFF; text-align:center; line-height:100px}
		.img-scroll .prev { position:absolute; z-index:5; left:10px; background: url(images/l.png) center center no-repeat; cursor:pointer;}
		.img-scroll .next { position:absolute; z-index:5; right:10px; background: url(images/r.png) center center no-repeat; cursor:pointer;}
		.img-list { position:relative; width:1024px; height:410px; margin-left:0px; overflow:hidden}
		.img-list ul { width:9999px;}
		.img-list li { float:left; display:inline; width:1024px; margin-right:10px; height:410px; background-color:#BDBDDF; text-align:center; line-height:100px;}
/*首页轮播代码*/