.gywmdatu11{
	width: 100%;
	height: 500px;
	/*background-color: cadetblue;*/
	
}
.gywmdatu11 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gywm h1{
	font-size: 30px;
	text-align: center;
	text-align: center;
}
.gywm{
	margin-top: 50px;
	margin-bottom: 10px;
}
.gywmxq{
	width: 100%;
	height: 400px;
	margin-top: 50px;
}
.gywmxqimg{
	width: 100%;
	height: 400px;
	margin-top: 50px;
	background-color: antiquewhite;
	border-radius: 8px;
}
.gywmxqimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.gywmdatu11{
		width: 100%;
		height: 250px;
		/*background-color: cadetblue;*/
		
	}
	.gywmdatu11 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gywm h1{
		font-size: 30px;
		text-align: center;
		text-align: center;
	}
	.gywm{
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.gywmxq{
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
	.gywmxqimg{
		width: 100%;
		height: 200px;
		margin-top: 20px;
		background-color: antiquewhite;
		border-radius: 8px;
	}
	.gywmxqimg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.gywm{
				/*background-color: #f5f5f5;*/
				margin: auto;
				max-width: 1200px;
				height: 1100px;
				margin-left: 10px;
				margin-right: 10px;
			}
			.gywm h1{
				margin-top: 50px;
			}
}