@charset "UTF-8";
/* CSS Document */

#banner {
	width:100%;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
}

#prduct {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background:#f5f5f5;
}

.prduct {
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background-color:#ffffff;
	padding:10px 25px 40px 25px;
	border-radius:3px;
}

.prduct h3 {
	width:100%;
	line-height:48px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:40px;
	text-align:center;
	display:block;
	font:18px/48px "微软雅黑";
}

.prduct span {
	width:100%;
	text-align:right;
	color:#999999;
	display:block;
}

.prduct span a {
	color:#999999;
}

.prduct span a:hover {
	color:#0c4e77;
}

.imgtitle {
	width:100%;
	line-height:48px;
	border-bottom:2px solid #eeeeee;
	margin-bottom:40px;
	margin-top:40px;
	text-align:left;
	display:block;
	font:18px/48px "微软雅黑";
	font-weight:bold;
}