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;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.banner {
	width: 100%;
	height: 485px;
	background: url(../images/lianghui_banner_20250115.png) no-repeat top center;
	background-size: auto 100%;
}
.logo {
	top: 8px;
	left: 5px;
	width: 166px;
	height: 66px;
	display: block;
	position: absolute;
}