@charset "gb2312";
body {
	padding:0px;
	margin:0px;
	font-size:16px;
}
header {
	height:79px;
	background:url(topbj.gif) repeat-x;
	width:100%;
	background-color:#000
}
a {
	text-decoration:none;
	color:#333;
}
header .logo {
	background:url(logo.png) no-repeat center;
	height:41px;
	width:276px;
	display:block;
	padding:17px;
}
.banner {
}
ul, li, h3, dl, dt, dd {
	padding:0px;
	margin:0px;
	list-style:none;
}

.pro, .list {
	margin-top:6px;
}
.pro h3, .list h3 {
	text-indent:15px;
	height:40px;
	background-color:#F00;
	line-height:40px;
	color:#FFF;
}
.pro ul li {
	width:50%;
	text-align:center;
	padding:10px 0;
	float:left;
}
.list ul li {
	padding:10px;
}
.pro ul li img {
	border:#DDDDDD solid 1px;
	margin-bottom:5px;
	height:150px;
}
footer {
	border:1px solid #D9D9D9;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-top:10px;
	clear:both;
	background-color:#D9D9D9;
}
.hr {
	background:none;
	border-top:1px solid #DDD;
	margin-top:6px;
	clear:both;
}
.page {
	text-align:center;
	height:40px;
	line-height:40px;
	clear:both;
}
.mnav {
	width:100%;
	margin-top:8px;
}
.mnav dt {
	height:40px;
	line-height:40px;
	background-color:#F00;
	color:#FFF;
	text-indent:10px;
	margin-bottom:5px;
}
.mnav dd {
	float:left;
	height:40px;
	line-height:40px;
	padding:0 6px;
}
