@import url("reset.css");
/*导入网页重写样式表reset.css样式表*/

.clear
{
	clear: both;
	float: none;
	overflow: hidden;
	height: 0px;
	font-size: 0;
}
/*清除浮动,本只需要clear:both;加入其它解决IE6 bug*/
body
{
	background: #fff ;
}

#mainbox
{
	background: none;
}

#main
{
	width: 1024px;
	margin: 0 auto;
	background: none;
}

#banner
{
	height: 80px;
	background: #fff;
}

.box-logo
{
	float: left;
	display: inline;
	margin-top: 8px;
	margin-left: 60px;
}

#navigate
{
	height: 28px;
}

.nav
{
	height: 28px;
	background: #fff;
}

.navleft
{
	width: 100px;
	float: left;
	background: #ccc url(../i/navleftbg.jpg) no-repeat;
}

.navmid
{
	width: 783px;
	margin:0 auto;	
	background: #ccc url(../i/navmidbg.png) repeat-x;
}

.navright
{
	width: 100px;
	float: left;
	background: #ccc url(../i/navrightbg.jpg) no-repeat;
}

#navigate ul
{
	margin-left: 30px;
}

	#navigate ul li
	{
		width: 100px;
		height: 27px;
		line-height: 27px;
		float: left;
		text-align: center;
		background: url(../i/navlibg.jpg) no-repeat left center;
	}

		#navigate ul li a
		{
			width: 100px;
			height: 27px;
			display: block;
			color: #fff;
			font-size: 14px;
			font-weight: bolder;
		}

			#navigate ul li a:hover
			{
				text-decoration: none;
				color:#000;
				background:url(../i/navabg.png) no-repeat center; 
			}

.first
{
	background: none !important;
}
.first a
{
	color:#000!important;
	background:url(../i/navabg.png) no-repeat center; 
}

#flash
{
	text-align: center;
	margin-top:5px;
}

#content
{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}

.dttitle
{	
	float: left;
	line-height: 32px;
	font-size: 15px;
	font-weight: bolder;
	padding-left: 10px;
}
.ZN{color:#0153b6;font-size:18px;font-weight:bolder;}
.more
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

dt{height:36px;}
#left
{
	width: 430px;
	float: left;
}

#About{height:250px;}
#About dd
{
	height:212px;
	border:solid 2px #d7d7d7;
}
#About dd p
{
	font-size:12px;
	line-height:20px;
}
#About dd p img
{
	margin:2px;
	float:left;
}

#links
{
	height:92px;
	margin-top:5px;
	border:solid 2px #d7d7d7;	
}
#links dd
{
	padding-bottom:10px;
	text-align:center;
}
#links dd a
{
	padding-left:10px;
}

#right
{
	width: 565px;
	float: right;
}
.right{width:340px;height:250px;float:left;}

.Product{text-align:center;}
.Product dd{height:212px;border:solid 2px #d7d7d7;}
.Product dd ul li{line-height:2;}


.Contact{width:220px;float:right;}
.Contact dd {height:210px;border:solid 2px #d7d7d7;}
.Contact dd p{line-height:27px;padding-left:20px;}
.Contacttitle{font-size:14px;font-weight:bolder;}


.joinin{width:561px;height:92px;margin-top:5px;text-align:center;float:left;border:solid 2px #d7d7d7;}

#footer
{
	height: 60px;
	margin-top:5px;
}
#footer p
{
	text-align:center;
	line-height:2;
}

