@charset "utf-8";
/* CSS Document */
html,body,ul,li,h1,h2,h3,h4,h5,h6,p,span,dl,dt,dd{
	padding: 0;
	margin: 0;
}
body{
	background:#f5f5f5;
	padding-bottom: 64px;
}
ul li{
	list-style: none;
}
img{
	border:0 none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #7d0000;
	text-decoration: underline;
}
.clear{
	clear: both;
}
.warpper{
	width: 960px;
	margin: 0 auto;
}

#header{
	height: 325px;
	width: 100%;
	background:url(../images/top.jpg) center top no-repeat #7d0000;
	-webkit-box-shadow: 10px 10px 25px #ccc;
	-moz-box-shadow: 10px 10px 25px #ccc;
	box-shadow: 10px 10px 25px #ccc;
}
#container{
	width: 958px;
	background: #fff;
	border:1px solid #ccc;
	margin: 0 auto;
	zoom:1;
	min-height: 1098px;
}
.left{
	float: left;
	width: 635px;
	padding: 20px 62px 36px 12px;
	zoom:1;
}
.left dl{
	width: 635px;
	height: 128px;
	padding-bottom: 26px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 26px;
}
.left dl dt{
	float: left;
	width: 182px;
	height: 128px;
}
.left dl dt img{
	width: 182px;
	height: 128px;
}
.left dl dd{
	float: right;
	width: 442px;
	height: 128px;
}
.left dl dd h3{
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #222;
	padding-top: 26px;
}
.left dl dd h4{
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	color: #666;
	font-weight: normal;
}
.left dl dd p{
	color: #666;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	margin-top: 18px;
	background: url(../images/dtbg.gif) left center no-repeat;
	padding-left: 16px;
}
.left dl:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.right{
	float: right;
	width: 230px;
	padding: 0 9px;
	border-left: 1px solid #dedede;
	margin-top: 30px;
}
.right h3{
	width: 220px;
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
	background: #7d0000;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: normal;
	letter-spacing: 2px;
}
.right ul li{
	width: 212px;
	padding: 0 9px;
	margin-top: 14px;
}
.right ul li img{
	width: 212px;
	height: 142px;
}
.right ul li p{
	width: 212px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	padding-top: 4px;
}


.details{ padding:0 40px; background:#fff; color: #333;}
.details h3{line-height:36px; text-align:center; font-family:"微软雅黑"; font-size:20px; font-weight:normal; border-bottom:1px dashed #9c9b9b; padding: 20px 0;}
.details h4{ height:32px; line-height:32px; text-align:center; font-weight:normal; font-size:14px; margin-bottom:10px; padding: 20px 0 10px;}
.details h4 span{ margin-left:12px;}
.details p{ line-height:2.0; text-indent:2em; font-size:14px; text-align:justify;  text-justify:inter-ideograph;}
.details p em{
	color:#a40000;
	text-decoration:underline;
	font-style:normal;
}
.details p a{ color:#f00;}
.details p.img{ text-indent:0; text-align:center;}
.details p.zhu{ text-align:center; text-indent:0;}
