.subBanner{ 
	margin-bottom:15px; 
	height:150px; 
	position:relative;
}
.subBanner span{
	background:url(../images/subNav.png) no-repeat; 
	width:300px;
	padding-left:46px; 
	height:58px; 
	line-height:58px; 
	font-size:30px;
	text-shadow: 1px 1px 9px #333;
	font-family:"Microsoft YaHei"; 
	position:absolute; 
	top:46px; 
	color:#fff;
}
.leftMenu{
	width:170px;
	float:left;
}
.leftMenu h2{
	height:40px;
	font:16px/40px "Microsoft YaHei";
	text-align: center;background:#0697DA;
	color:#fff;
}
.leftMenu ul li a{
	display:inline-block;
	font:14px/40px "Microsoft YaHei";
	height:40px;
	width:135px;
	padding-left: 35px;
	color:#555;
}
.leftMenu ul li { 
	background:#F2F2F2; 
	margin-top:1px;
}
.leftMenu ul li a.now{
	border-left:5px solid #09beed;
	background:#7fd4f3;
	color:#fff;
	padding-left: 30px;
}
.leftMenu ul li a:hover{
	border-left:5px solid #09beed;
	background:#7fd4f3;
	color:#fff !important;
	padding-left: 30px;
}




/*文章布局*/
.detail{  
	border:1px solid #dadada; 
	width:710px; 
	padding:15px 25px; 
	float:right; 
	color:#333;
}
.detail h1{ 
	font-size:20px; 
	text-align:center;
}
.detail p.line{ 
	border-bottom:1px solid #dadada; 
	text-align:center;
	line-height: 25px;
	min-height: 50px;
	padding-top: 5px;
}
.detail .info{ 
	padding:15px 0px 100px;
}
.detail .info img{
	max-height: 100%;
	max-width: 692px;
}
.detail .info p{
	font-size:16px;
	line-height:24px; 
	color:#000;
	background: transparent !important;
}
.detail .info p span{
	background: transparent !important;
}
.detail_share{ 
	width:100%; 
	overflow:hidden;
}
.detail_share .sx{ 
	float:left;
	margin-top:5px;
}
.detail_share .bdsharebuttonbox{ 
	float:right; 
	margin-top:5px;
}
.aboutUs{
	border:1px solid #dadada;
	width:903px; 
	padding:15px 25px;
	line-height:30px;
}
.aboutUs p{ 
	text-indent:2em;color:#000;
}
.aboutUs .pic{ 
	float:left; 
	padding:0px 25px 10px 0px;
}
.detail .info table{ 
	background:rgb(224, 224, 224); 
	font-size:14px !important;
}
.detail .info table span{
	font-size:14px !important;
}
.detail .info table tr td{ 
	padding:5px; 
	background:#fff;
} 
.detail .info table p{ 
	text-indent:0 !important;
} 
.detail .info table a{ 
	text-decoration:none !important;
}
.wp-display-wrapper .img{
	width: 100%;
}
.wp-display-wrapper .img img{
	height: auto;
}