
.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_Img{
	width: 1200px;
	height: 450px;
	position: relative;
	margin: 80px auto;
}
.water_Img img{
	width: 100%;
	height: 100%;
}
.water_Img > .water_jianjie{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.3);
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}
.water_qrcode{
	width: 1200px;
	height: 450px;
	margin: 80px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.water_qrcode .water_qrcode1{
	width: 313px;
	height: 351px;
}
.water_qrcode .water_qrcode2{
	width: 219px;
	height: 300px;
}