@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

a,li{
	list-style:none;
	text-decoration:none;
}

img{
	border:0;
}

a{
	color:#666;
}
body{
	background-color:#d6d6d6;
}

#main{
	width:1003px;
	margin:0 auto;
	height:auto;
	background-color:#FFF;
}

.top{
	width:940px;
	margin:0 auto;
	height:100px;
}
	.logo{
		width:400px;
		float:left;
		margin-top:10px;
	}
	.logo_right{
		width:400px;
		float:right;
		line-height:20px;
		text-align:right;
	}
	
.menu{
	width:940px;
	margin:0 auto;
	position:relative;
}
	.nav{
		position:absolute;
		background:url(images/menubg.png) no-repeat;
		width:940px;
		height:54px;
		z-index:11;
	}
	.nav ul li a{
		width:95px;
		height:51px;
		line-height:51px;
		text-align:center;
		display:block;
		float:left;
		color:#FFF;
		font-size:12px;
		font-weight:bold;
	}
	.nav ul li a:hover{
		background-color:#ed9b13;
	}
		
.banner{
	width:940px;
	margin:0 auto;
	margin-top:30px;
}

.middle{
	clear:both;
	width:940px;
	height:336px;
	margin:0 auto;
	margin-top:20px;
	border:1px #CCCCCC solid;
	background-color:#fcfbf9;
}
	.middle ul li{
		float:left;
		height:336px;
	}
	.in-ab{
		width:266px;
		background:url(images/in-leftbg.jpg) no-repeat bottom;
	}
	.in-mi{
		border-left:1px #CCCCCC solid;
		border-right:1px #CCCCCC solid;
		width:404px;
	}
	.in-news{
		width:270px;
	}
	.in-pro img{
		border:1px #CCCCCC solid;
	}

.prolist a{
	width:90%;
	margin:0 auto;
	height:30px;
	line-height:30px;
	border-bottom:1px #999999 dotted;
	text-indent:15px;
	display:block;
	font-weight:bold;
	color:#666;
}
.prolist a:hover{
	background-color:#333;
	color:#FFF;
}

.footer{
	width:940px;
	height:60px;
	margin:0 auto;
	line-height:18px;
	color:#999;
}