.banner {
  width: 100%;
  height: auto;
}
.banner .flex-control-nav {
  display: none;
}
.banner .flex-direction-nav {
  display: none;
}
.banner img {
  display: block;
}
.pc_content{
	width: 978px;
	margin: auto;
	position: relative;
}
.pc_content:after{
	content: "";
	display: block;
	clear: both;
}
.pc_content .cont_tit{
	width: 100%;
	height: 110px;
	border-top: 6px solid #368d5f;
	background-color: white;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -110px;
}
.pc_content .cont_tit p{
	font-family: "微软雅黑";
	font-size: 15px;
	text-align: left;
	color: #000;
	line-height: 30px;
}
.pc_content .cont_head1{
	width: 44%;
	height: 100px;;
	margin-left:2%;
	margin-top:5px;
	position:absolute;
}
.pc_content .cont_head2{
	width: 44%;
	height: 100px;;
	margin-left:48%;
	margin-top:5px;
	position:relative;
}
.pc_content .cont_tit h1{
	border-top:1px solid #EAEAEA;
	width:96%;
	margin-left:2%;
}
.pc_content .return_{
	width: 191px;
	margin: auto;
	margin-top: 50px;
}
.pc_content .return_ img{
	width: 100%;
}
.pc_content .cont_cont{
	color: black;
}
.pc_content .cont_cont img{
	width: 100%;
}
