
.banner{
	margin-top: 100px;
	width: 100%;
	height: 600px;
}


.water_title{
	margin-top: 100px;
	font-size: 30px;
	color: #04979e;
	text-align: center;
	position: relative;
}
.water_title span{
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 3px;
	background-color: #04979e;
}
.water_jianjie{
	width: 1200px;
	font-size: 18px;
	color: #333333;
	margin: 50px auto 0;
}
.water_jianjie .margin-top50{
	margin-top: 50px;
}
.water_jianjie .water_jianjieImg{
	display: block;
	width: 100%;
	height: 400px;
	margin-top: 5px;
}

.water_linian{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
}
.water_imgList{
	width: 1200px;
	margin: 50px auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.water_imgList .water_imgList_img img{
	width: 285px;
	height: 200px;
}
.water_imgList .water_imgList_content{
	width: 285px;
	height: 200px;
	background-color: #f5f5f5;
	padding: 50px 50px 0 50px;
}
.water_imgList .water_imgList_content .water_imgList_title{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.water_imgList .water_imgList_content .water_imgList_jieshao{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}