.title {
	width: 100%;
	height: 100px;
}

.title .logo {
	float: left;
	width: 250px;
	margin-top: 22px;
	display: block;
}

.title-link {
	float: right;
	font-size: 16px;
	margin-top: 38px;
}
.title-link a {
	color: #000;
}

.title-link .line {
	margin: 0 10px;
}

.banner {
	height: 300px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/banner20240826.jpg);
}