html,body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.wrap {
	width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner {
	width: 100%;
	height: 635px;
	/* background: url(../images/lianghui_banner_20250115.png) no-repeat top center;
	background-size: auto 100%; */
}
.hy_logo {
	float: left;
	margin-top: 34px;
}
.logo {
	float: right;
	width: 166px;
	height: 66px;
	display: block;
	margin-top: 34px;
}