.banner{
	position: relative;
	z-index: -1;
	width: 100%;
	height: 200px;
	background-color: #383838;
}
.banner div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.banner div img{
	width: 100%;
	height: 200px;
}

.middle{
	width: 100%;
	height: 60px;

}
.middle  div{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.middle span{
	display: block;
	line-height:58px; 
	float: left;
	font-size: 17px;
	height: 58px;
	margin-right: 40px;
	cursor:pointer;
}
.resurt_show{
	color: #388bd0;
	font-weight: 600;
	border-bottom: 2px solid #388bd0;
}
.middle p{
	position: absolute;
	right: 0px;
	bottom:5px;
	margin-bottom: -60px;
	font-size: 13px;
	color: #989898;
}
.content{
	width: 100%;
	padding-bottom: 50px;
}
.content_child{
	width: 1000px;
	border-top: 1px solid #d6d7dc;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;

}
.content_child div{
	padding: 0px 15px;
	text-align: justify;
}
.content_child p{
	line-height: 30px;
}

