/* 首页轮播与顶栏：与 home.css 配合 */
body.home-page {
	overflow-x: hidden;
}

#top {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 100100;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

#top iframe {
	display: block;
	vertical-align: top;
}

.container {
	width: 100%;
	max-width: none;
}

/* 首页轮播区全宽（与 style.css #wowslider-container 比例配合，较 1535 略扁） */
body.home-page .slideshow {
	width: 100%;
	max-width: none;
}

/* 覆盖 WowSlider 内联宽高，保证全宽 + 设计比例 */
body.home-page #wowslider-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 2730 / 780;
	height: auto !important;
	max-height: none !important;
}
