.homepage-page {
	background: #fff;
}

.site-logo-mobile {
	display: none;
}

.world-nuclear-homepage .index-content-wrap {
	margin: 0 auto;
}

.homepage-shell .site-header-top-inner,
.homepage-footer .site-footer-main,
.homepage-footer .site-footer-bottom-inner,
.homepage-static-main .index-content-wrap,
.world-nuclear-homepage .index-content-wrap {
	width: min(1360px, calc(100% - 40px));
}

.homepage-static-hero {
	background: #f5f7f9 url('/statics/homepage/images/index-bg.jpg') center/cover no-repeat;
	padding: 72px 0 86px;
	color: #132238;
}

.homepage-kicker {
	color: #0068B6;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.homepage-static-hero h1 {
	font-size: 46px;
	line-height: 1.18;
	font-weight: 700;
	margin: 0;
}

.homepage-summary {
	margin-top: 18px;
	max-width: 720px;
	font-size: 18px;
	line-height: 1.8;
	color: #3c4a59;
}

.homepage-static-section {
	padding: 42px 0 68px;
}

.homepage-domain-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 0 auto;
}

.homepage-domain-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	border: 1px solid #d8e1ea;
	border-radius: 6px;
	background: #fff;
	color: #17324d;
	font-size: 18px;
	font-weight: 600;
}

.homepage-subnav {
	display: flex;
	justify-content: center;
	gap: 28px;
	flex-wrap: wrap;
	padding: 18px 20px;
	background: #0068B6;
	color: #fff;
	font-size: 16px;
}

.homepage-subnav a {
	color: #fff;
}

@media (max-width: 900px) {
	.site-header-top {
		height: auto;
		padding: 18px 0;
	}

	.site-header-top-inner {
		flex-direction: column;
		gap: 18px;
	}

	.homepage-shell .site-logo {
		width: 100%;
		max-width: calc(100vw - 24px);
		justify-content: center;
		overflow: hidden;
	}

	.homepage-shell .site-logo img {
		display: block;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
		max-height: none !important;
		object-fit: contain;
	}

	.homepage-shell .site-logo img.site-logo-full {
		display: none !important;
	}

	.homepage-shell .site-logo-mobile {
		display: block;
		color: #0054a7;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.2;
		white-space: nowrap;
	}

	.site-header-right,
	.site-header-right-top,
	.site-nav-inline {
		width: 100%;
		align-items: center;
	}

	.site-header-right-top {
		flex-direction: column;
	}

	.site-search-wrap,
	.site-search-wrap form,
	.site-search-wrap input.key {
		width: 100%;
	}

	.site-nav-inline {
		display: grid;
		grid-template-columns: repeat(3, max-content);
		justify-content: center;
		gap: 8px 18px;
	}

	.site-nav-inline a {
		font-size: 16px;
		line-height: 1.5;
		padding: 0;
	}

	.sjhn-index-page .index-banner-news {
		width: min(calc(100% - 24px), 1350px);
		margin: 20px auto 0;
		flex-direction: column;
		gap: 12px;
	}

	.sjhn-index-page .index-news-left,
	.sjhn-index-page .index-news-right {
		width: 100%;
		height: auto;
	}

	.sjhn-index-page .index-main-swiper,
	.sjhn-index-page .index-main-swiper .swiper-slide {
		height: 230px;
	}

	.sjhn-index-page .index-main-swiper .swiper-slide img {
		object-fit: contain;
		background: #062d74;
	}

	.sjhn-index-page .slide-mask {
		height: auto;
		min-height: 48px;
		padding: 8px 12px;
	}

	.sjhn-index-page .slide-mask .slide-title {
		width: auto;
		max-width: calc(100% - 60px);
		font-size: 14px;
	}

	.sjhn-index-page .hbh-news-list li {
		padding: 10px 12px;
	}

	.sjhn-index-page .hbh-news-list li a {
		font-size: 14px;
	}

	.sjhn-index-page .sjhn-title-wrap {
		padding: 32px 0 12px;
	}

	.sjhn-index-page .sjhn-title {
		font-size: 26px;
	}

	.sjhn-index-page .sjhn-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.sjhn-index-page .sjhn-news-item {
		height: auto;
		min-height: 260px;
	}

	.homepage-static-hero h1 {
		font-size: 34px;
	}

	.homepage-domain-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer {
		height: auto;
	}

	.site-footer-main,
	.site-footer-bottom-inner {
		flex-direction: column;
		gap: 26px;
	}

	.site-footer-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 18px;
		width: 100%;
	}

	.site-footer-col {
		min-width: 0;
	}
}

@media (max-width: 560px) {
	.homepage-shell .site-header-top-inner,
	.homepage-footer .site-footer-main,
	.homepage-footer .site-footer-bottom-inner,
		.homepage-static-main .index-content-wrap,
		.world-nuclear-homepage .index-content-wrap {
		width: min(calc(100% - 24px), 1360px);
	}

	.homepage-domain-grid {
		grid-template-columns: 1fr;
	}

	.site-nav-inline a {
		font-size: 15px;
	}

	.site-nav-inline {
		grid-template-columns: repeat(2, max-content);
	}

	.homepage-subnav {
		gap: 12px 18px;
		font-size: 15px;
	}

	.sjhn-index-page .sjhn-news-grid {
		grid-template-columns: 1fr;
	}

	.site-footer-nav {
		grid-template-columns: 1fr;
	}
}
