.tax-page {
	margin-top: 180px;
	min-width: 1320px;
	background: #ffffff;
	color: #17263a;
	font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.tax-container {
	width: 1180px;
	margin: 0 auto;
}

.tax-hero {
	position: relative;
	min-height: 450px;
	background: url("../../images/tax/tax-hero-bg.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.hero-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 450px;
}

.hero-copy {
	width: 550px;
}

.hero-copy h1 {
	margin: 0 0 18px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.1;
	color: #004b9e;
	letter-spacing: 0;
	text-shadow: 0 5px 12px rgba(0, 75, 158, 0.12);
}

.hero-copy h2 {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	color: #263a55;
}

.hero-copy p {
	width: 510px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #5a6a7e;
}

.hero-actions {
	display: flex;
	gap: 20px;
	margin-top: 34px;
}

.hero-actions .btn-primary {
    background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hero-actions .btn-secondary {
    background-color: transparent;
    color: #0068d8;
    border: 1px solid #0068d8;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hero-media {
	position: relative;
	width: 570px;
	height: 310px;
}

.hero-media.hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partner-carousel {
	padding: 34px 0 54px;
	background: #ffffff;
	overflow: hidden;
}

.partner-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #4d5968;
}

.value-section {
	padding: 80px 0;
	background: #ffffff;
}

.section-title {
	margin: 0 0 58px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #004b9e;
	letter-spacing: 0;
}

.value-list {
	display: flex;
	justify-content: center;
	gap: 50px; /* Adjusted gap */
}

.value-item {
	width: 300px; /* Increased width */
	text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.value-item img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 24px;
	object-fit: contain;
}

.value-item h3 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	color: #1d2b3d;
}

.value-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #48596d;
}

.module-section {
	padding: 70px 0;
	background: #ffffff;
}

.module-section-blue {
	background: #edf7ff;
}

.module-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 88px;
}

.module-reverse {
	flex-direction: row-reverse;
}

.module-media {
	position: relative;
	flex: 0 0 520px;
	width: 520px;
	height: 260px;
	border-radius: 8px;
	overflow: hidden;
}

.module-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.module-copy {
	width: 470px;
}

.module-copy h2 {
	margin: 0 0 28px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #004b9e;
	letter-spacing: 0;
}

.module-copy p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.85;
	color: #22344d;
}

.module-copy strong {
	font-weight: 800;
	color: #1b2c42;
}

.module-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	width: 96px;
	height: 32px;
	margin-top: 8px;
	border-radius: 18px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.22);
}

.module-btn::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
}

.leader-section {
	padding: 70px 0 66px;
	text-align: center;
	background: #ffffff;
}

.leader-section h2 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 800;
	color: #004b9e;
	letter-spacing: 0;
}

.leader-section h3 {
	margin: 0 0 26px;
	font-size: 22px;
	font-weight: 700;
	color: #004b9e;
}

.leader-actions {
	justify-content: center;
	gap: 28px;
	margin-top: 30px;
    display: flex;
}

.leader-actions .btn-primary {
    background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.leader-actions .btn-outline {
    background-color: white;
    color: #0068d8;
    border: 1px solid #0068d8;
    padding: 12px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-section {
	padding: 72px 0 86px;
	background:
		radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.9), transparent 26%),
		linear-gradient(135deg, #e5f7ff 0%, #f6fbff 55%, #e4f5ff 100%);
}

.faq-head {
	position: relative;
	margin-bottom: 48px;
	text-align: center;
}

.faq-head h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: #004b9e;
}

.faq-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	width: 110px;
	height: 30px;
	border-radius: 16px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-list {
	width: 860px;
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 18px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(32, 87, 148, 0.2);
	font-size: 14px;
	color: #3b4b5f;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.faq-item.active {
	box-shadow: 0 8px 18px rgba(32, 87, 148, 0.24);
}

.faq-question {
	position: relative;
	height: 40px;
	padding: 0 52px 0 22px;
	line-height: 40px;
	cursor: pointer;
}

.faq-question::before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #8597ac;
	border-radius: 50%;
	font-size: 12px;
	color: #5d7188;
}

.faq-question::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #8194aa;
	border-bottom: 2px solid #8194aa;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
	top: 18px;
	transform: rotate(225deg);
}

.faq-answer {
	display: none;
	padding: 0 52px 18px 48px;
	font-size: 13px;
	line-height: 1.8;
	color: #5b6d82;
}

.faq-item.active .faq-answer {
	display: block;
}

/* 20260601 product detail alignment */
.tax-page { min-width: 0; }
.tax-container { width: min(88vw, 1320px); }
.tax-page .hero-inner { display: grid; grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr); column-gap: clamp(72px, 6vw, 104px); align-items: center; justify-content: initial; min-height: 440px; }
.tax-page .hero-copy { grid-column: 1; width: 100%; max-width: 520px; }
.tax-page .hero-copy p { width: auto; max-width: 520px; }
.tax-page .hero-media { grid-column: 2; justify-self: end; width: 100%; max-width: 620px; height: 330px; box-sizing: border-box; overflow: hidden; }
.tax-page .hero-media img, .tax-page .hero-media video, .tax-page .hero-screen video { display: block; width: 100%; height: 100%; object-fit: contain; }
.tax-page .module-inner { display: grid; grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr); column-gap: clamp(72px, 6vw, 104px); align-items: center; justify-content: initial; gap: 0; }
.tax-page .module-media, .tax-page .module-inner > img { grid-column: 1; grid-row: 1; justify-self: start; width: 100%; max-width: 560px; height: 260px; box-sizing: border-box; object-fit: contain; }
.tax-page .module-media img, .tax-page .module-inner > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tax-page .module-reverse .module-media, .tax-page .module-reverse > img { grid-column: 2; justify-self: end; }
.tax-page .module-copy { grid-column: 2; grid-row: 1; justify-self: end; width: 100%; max-width: 520px; }
.tax-page .module-reverse .module-copy { grid-column: 1; justify-self: start; }


/* 20260602 faq buttons right align */
.faq-section .faq-head{width:860px !important;max-width:100%;margin-left:auto !important;margin-right:auto !important;}
.faq-section .faq-head a{right:0 !important;}
.faq-section .faq-more{display:flex !important;margin:6px calc((100% - 860px) / 2) 0 auto !important;}

/* 20260602 detail hero and faq width */
.hero-inner{min-height:620px !important;}
.personnel-hero,.bid-hero,.budget-hero,.inquiry-hero,.contract-hero,.material-hero,.device-hero,.progress-hero,.quality-safety-hero,.xcgl-hero,.tax-hero,.capital-hero,.document-hero,.joint-fund-hero{min-height:620px !important;}
.faq-section{background:url("../../images/faq-banner-bg.png") no-repeat center center !important;background-size:100% 100% !important;}
.faq-section .faq-head,.faq-section .faq-list{width:min(88vw, 1320px) !important;max-width:1320px !important;}
.faq-section .faq-head{margin-left:auto !important;margin-right:auto !important;}
.faq-section .faq-head a{right:0 !important;}
.faq-section .faq-more{display:flex !important;margin:6px max(calc((100% - min(88vw, 1320px)) / 2), 0px) 0 auto !important;}

/* 20260602 leader section width */
.leader-section > div{width:min(88vw, 1320px) !important;max-width:1320px !important;margin-left:auto !important;margin-right:auto !important;}
.leader-section p{width:100% !important;max-width:1320px !important;}
