body {
	background: #FFFFFF;
	color: #222222;
}

.page-header-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.about-us-con {
	position: relative;
	height: 520px;
	min-width: 1200px;
	background:
		linear-gradient(90deg, rgba(13, 18, 24, 0.9) 0%, rgba(13, 18, 24, 0.72) 42%, rgba(13, 18, 24, 0.12) 72%),
		url(../img/home/about-logo.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	color: #FFFFFF;
}

.about-us-con::before {
	content: "TUOBEN";
	position: absolute;
	left: 34px;
	top: 34px;
	font-size: 96px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 8px;
	color: rgba(255, 255, 255, 0.035);
	pointer-events: none;
}

.about-hero-shell {
	position: relative;
	z-index: 1;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.about-hero-main {
	width: 560px;
	padding-top: 26px;
}

.about-eyebrow {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1;
	color: #D29A53;
	letter-spacing: 5px;
	font-weight: 600;
}

.about-us-t {
	font-size: 50px;
	line-height: 1.16;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.about-us-sub {
	position: relative;
	margin-top: 16px;
	font-size: 24px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
}

.about-us-b {
	position: relative;
	margin-top: 34px;
	max-width: 520px;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.74);
}


.about-values-shell,
.about-profile-shell,
.about-promise-shell,
.about-choose-shell {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.about-consult-shell {
	box-sizing: border-box;
}

.about-values-shell {
	padding: 38px 0 34px;
}

.about-section-head {
	text-align: center;
}

.about-section-title-left {
	width: fit-content;
}

.about-section-head h2,
.about-section-title-left h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 600;
	color: #1D1D1D;
}

.about-section-head span,
.about-section-title-left span {
	display: block;
	width: 52px;
	height: 2px;
	margin: 12px auto 0;
	background: #C9853B;
}

.about-section-title-left span {
	margin-left: auto;
}

.about-values-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 44px;
}

.about-value-item {
	min-height: 132px;
	padding: 0 42px;
	text-align: center;
	border-right: 1px solid #E8DED3;
	box-sizing: border-box;
}

.about-value-item:last-child {
	border-right: 0;
}

.about-value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 18px;
	color: #C9853B;
}

.about-value-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	display: block;
}

.about-value-item h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #242424;
}

.about-value-item p {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.about-profile-shell {
	display: grid;
	grid-template-columns: 520px minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	padding: 26px 0 34px;
}

.about-profile-img {
	position: relative;
	height: 330px;
	border-radius: 14px;
	overflow: hidden;
	background: #2A1810;
	border: 1px solid rgba(115, 66, 31, 0.18);
	box-shadow: 0 22px 46px rgba(61, 35, 16, 0.16);
}

.about-profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-profile-img::before {
	display: none;
}

.about-honor-carousel::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(24, 15, 9, 0.06) 0%, rgba(24, 15, 9, 0.02) 42%, rgba(24, 15, 9, 0.76) 100%),
		linear-gradient(90deg, rgba(38, 20, 11, 0.28) 0%, rgba(38, 20, 11, 0) 38%);
	pointer-events: none;
}

.about-honor-card-label {
	position: absolute;
	top: 20px;
	left: 22px;
	z-index: 5;
	height: 30px;
	padding: 0 13px;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: rgba(24, 15, 9, 0.58);
	border: 1px solid rgba(255, 226, 185, 0.22);
	backdrop-filter: blur(10px);
	color: #FFE4BF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.about-honor-viewport,
.about-honor-track,
.about-honor-slide {
	width: 100%;
	height: 100%;
}

.about-honor-viewport {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about-honor-track {
	display: flex;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.about-honor-slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.about-honor-caption {
	position: absolute;
	left: 24px;
	right: 110px;
	bottom: 24px;
	z-index: 5;
	color: #FFFFFF;
}

.about-honor-caption strong {
	display: block;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 8px;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.36);
}

.about-honor-caption span {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 239, 218, 0.9);
}

.about-honor-dots {
	position: absolute;
	right: 24px;
	bottom: 30px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 7px;
}

.about-honor-dots span {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 238, 216, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.about-honor-dots span.cur {
	width: 20px;
	background: #F0B45F;
}

.about-profile-copy {
	padding-right: 12px;
}

.about-profile-copy p {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #4E4E4E;
}

.about-profile-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px;
}

.about-profile-stats div {
	text-align: center;
	border-right: 1px solid #E7DDD2;
}

.about-profile-stats div:last-child {
	border-right: 0;
}

.about-profile-stats strong,
.about-profile-stats span {
	display: block;
}

.about-profile-stats strong {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #C9853B;
}

.about-profile-stats span {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.about-promise-shell {
	margin-top: 8px;
	padding: 28px 0 34px;
}

.about-promise-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	padding: 32px 36px;
	border: 1px solid #E8DED3;
	border-radius: 6px;
	background:
		linear-gradient(90deg, rgba(201, 133, 59, 0.05), rgba(255, 255, 255, 0.92), rgba(201, 133, 59, 0.05));
	box-sizing: border-box;
}

.about-promise-item {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 96px;
	padding: 0 34px;
	border-right: 1px solid #E8DED3;
	box-sizing: border-box;
}

.about-promise-item:last-child {
	border-right: 0;
}

.about-promise-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	color: #C9853B;
}

.about-promise-icon img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	display: block;
}

.about-promise-item h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 600;
	color: #242424;
}

.about-promise-item p,
.about-promise-item span {
	display: block;
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.about-choose-shell {
	padding: 8px 0 34px;
}

.about-choose-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 36px;
}

.about-choose-item {
	min-height: 104px;
	padding: 0 24px;
	text-align: center;
	border-right: 1px solid #E8DED3;
	box-sizing: border-box;
}

.about-choose-item:last-child {
	border-right: 0;
}

.about-choose-icon {
	display: block;
	margin: 0 auto 14px;
}

.about-choose-item strong,
.about-choose-item span {
	display: block;
}

.about-choose-item strong {
	font-size: 16px;
	line-height: 1.4;
	color: #2B2B2B;
}

.about-choose-item span {
	margin-top: 8px;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}

.about-section-en {
	margin: 6px 0 0;
	font-size: 12px;
	letter-spacing: 3px;
	color: #AAAAAA;
	text-transform: uppercase;
}

.about-bank-shell {
	width: 1200px;
	margin: 0 auto;
	padding: 48px 0 44px;
	box-sizing: border-box;
}

.about-bank-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 36px;
}

.about-bank-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	border: 1px solid #E8DED3;
	border-radius: 8px;
	background: #FFFFFF;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-bank-item:hover {
	border-color: #D2A66A;
	box-shadow: 0 4px 16px rgba(137, 86, 28, 0.08);
}

.about-bank-item img {
	max-height: 42px;
	max-width: 80%;
	object-fit: contain;
	display: block;
}

.about-consult-shell {
	box-sizing: border-box;
}

.about-consult-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	min-height: 80px;
	padding: 22px 48px;
	background:
		linear-gradient(90deg, #C9914A 0%, #E0B16B 48%, #C8914E 100%);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.about-consult-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 12px);
	pointer-events: none;
}

.about-consult-card > * {
	position: relative;
	z-index: 1;
}

.about-consult-copy h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	color: #FFFFFF;
}

.about-consult-copy p {
	margin: 4px 0 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.about-consult-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 32px;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.25s ease;
}

.about-consult-btn:hover {
	background: #FFFFFF;
	color: #B07830;
}

.about-consult-phone {
	display: flex;
	align-items: center;
	gap: 10px;
}

.about-consult-phone img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.about-consult-phone strong {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.page-footer-con {
	padding-top: 0;
	background: #0D1218;
}

.page-footer-con .footer-site-panel {
	background:
		radial-gradient(circle at 10% 0%, rgba(201, 133, 59, 0.16) 0%, rgba(201, 133, 59, 0) 30%),
		linear-gradient(180deg, #151B22 0%, #0D1218 52%, #090D12 100%);
}

.page-footer-con .footer-main {
	border-bottom-color: rgba(210, 154, 83, 0.18);
}

.page-footer-con .footer-brand-logo img {
	background: rgba(255, 255, 255, 0.92);
}

.page-footer-con .footer-nav-title,
.page-footer-con .footer-brand-word strong,
.page-footer-con .footer-phone-line strong,
.page-footer-con .footer-code-copy strong {
	color: #FFFFFF;
}

.page-footer-con .footer-brand-word span,
.page-footer-con .footer-nav-col a,
.page-footer-con .footer-brand-desc,
.page-footer-con .footer-contact-text,
.page-footer-con .footer-code-copy p,
.page-footer-con .footer-copyright,
.page-footer-con .footer-record a {
	color: rgba(255, 255, 255, 0.68);
}

.page-footer-con .footer-nav-col a:hover {
	color: #D29A53;
}

.page-footer-con .footer-brand-badges span {
	background: rgba(210, 154, 83, 0.1);
	border-color: rgba(210, 154, 83, 0.22);
	color: rgba(255, 232, 201, 0.84);
}

@media screen and (max-width: 1260px) {
	.about-us-con {
		min-width: 0;
	}

	.about-hero-shell,
	.about-values-shell,
	.about-profile-shell,
	.about-promise-shell,
	.about-choose-shell,
	.about-bank-shell {
		width: auto;
		margin-left: 24px;
		margin-right: 24px;
	}
}

@media screen and (max-width: 980px) {
	.about-us-con {
		height: auto;
		min-height: 480px;
	}

	.about-hero-shell {
		padding: 80px 0 70px;
	}

	.about-profile-shell {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-profile-img {
		height: 360px;
	}

	.about-values-grid,
	.about-promise-grid,
	.about-choose-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-bank-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.about-value-item,
	.about-promise-item,
	.about-choose-item {
		border-right: 0;
		border-bottom: 1px solid #E8DED3;
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.about-consult-card {
		flex-wrap: wrap;
		gap: 20px;
		padding: 24px 28px;
	}
}

@media screen and (max-width: 640px) {
	.about-hero-shell,
	.about-values-shell,
	.about-profile-shell,
	.about-promise-shell,
	.about-choose-shell,
	.about-bank-shell {
		margin-left: 14px;
		margin-right: 14px;
	}

	.about-us-con {
		background-position: 62% center;
	}

	.about-us-t {
		font-size: 38px;
	}

	.about-us-sub {
		font-size: 19px;
	}

	.about-profile-img {
		height: 300px;
	}

	.about-honor-caption {
		right: 24px;
		bottom: 54px;
	}

	.about-honor-dots {
		left: 24px;
		right: auto;
		bottom: 24px;
	}

	.about-values-grid,
	.about-profile-stats,
	.about-promise-grid,
	.about-choose-grid {
		grid-template-columns: 1fr;
	}

	.about-bank-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.about-bank-item {
		height: 64px;
	}

	.about-bank-item img {
		max-height: 32px;
	}

	.about-consult-card {
		flex-direction: column;
		text-align: center;
		gap: 16px;
		padding: 22px 16px;
	}

	.about-consult-copy h2 {
		font-size: 20px;
	}

	.about-consult-phone strong {
		font-size: 22px;
	}

	.about-promise-grid {
		padding: 10px 22px;
	}

	.about-promise-item {
		padding-left: 0;
		padding-right: 0;
	}

	.about-section-head h2,
	.about-section-title-left h2 {
		font-size: 25px;
	}
}
