/* Logo尺寸调整 */
.logo-img-container {
	max-height: 120px !important;
	max-width: 350px !important;
	margin-left: 40px !important;
	padding-left: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

.logo {
	margin-left: 0 !important;
	padding-left: 0 !important;
	min-width: 350px !important;
	display: flex !important;
	align-items: center !important;
}

.logo img {
	max-height: 120px !important;
	margin-right: 40px !important;
	width: auto !important;
	/* border: 1px solid blue; */
	height: 40px;
}

/* 调整顶部导航区域 */
header {
	padding-bottom: 10px !important;
}

/* 调整Banner位置 */
.banner {
	margin-top: -80px !important;
}

@media screen and (max-width: 991px) {
	.logo-img-container {
		max-height: 100px !important;
		max-width: 300px !important;
	}

	.logo {
		min-width: 300px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	.logo img {
		max-height: 100px !important;
		height: 30px;
	}
}
