/* UX layout polish */
:root {
	--home-section-cta-gap: 34px;
	--text-cta-gap: 24px;
}

body {
	font-size: 16px;
	line-height: 1.7;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.cd-nav-trigger:focus-visible {
	outline: 3px solid rgba(189,89,30,0.55) !important;
	outline-offset: 3px;
}

.cd-nav-trigger {
	width: 44px;
	height: 44px;
}

.cd-header-buttons {
	top: 15px;
}

.home-entry {
	background: #211a15;
	padding: 34px 0;
}

.home-entry .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.home-entry-copy {
	max-width: 760px;
}

.home-entry-copy span {
	display: block;
	margin-bottom: 8px;
	color: #d79a63;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.home-entry-copy h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
}

.home-entry-copy p {
	margin-top: 10px;
	color: rgba(255,255,255,0.78);
	font-size: 15px;
	line-height: 1.8;
}

.home-entry-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.home-entry-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 1px solid rgba(255,255,255,0.72);
	border-radius: 4px;
	background: #bd591e;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.home-entry-actions a + a {
	background: transparent;
	color: #fff;
}

.home-entry-actions a:hover {
	transform: translateY(-1px);
}

.home-hero {
	position: relative;
	width: 100%;
	height: min(37.5vw, 720px);
	min-height: 420px;
	overflow: hidden;
	background: #d8d5d2;
}

.home-hero__track,
.home-hero__slide,
.home-hero__slide img {
	width: 100%;
	height: 100%;
}

.home-hero__slide {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	transition: opacity 0.7s ease;
}

.home-hero__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.home-hero__slide img {
	display: block;
	object-fit: cover;
}

.home-hero__button {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.38);
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.home-hero__button:hover,
.home-hero__button:focus-visible {
	background: rgba(189, 89, 30, 0.9);
}

.home-hero__button--prev {
	left: 50px;
}

.home-hero__button--next {
	right: 50px;
}

.course_box ul li a,
.team .item,
.news-card {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	background: #fff;
}

.course_box ul li a {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.course_box ul li a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.course_box li .cou_til,
.course_box li:hover .cou_til {
	position: static;
	width: 100%;
	min-height: 160px;
	height: auto;
	padding: 18px;
	background: #fff;
	text-align: left;
	font-size: inherit;
	line-height: inherit;
}

.course_box li .cou_til h3,
.course_box li:hover .cou_til h3 {
	display: block;
	position: static;
	top: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	background: none;
	color: #222;
	font-size: 19px;
	line-height: 1.35;
}

.course_box li .cou_til h3 span,
.course_box li:hover .cou_til h3 span {
	display: block;
	height: auto;
	line-height: inherit;
	color: #222;
}

.course_box li .cou_til p,
.course_box li:hover .cou_til p {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	bottom: auto;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	-webkit-line-clamp: 3;
}

.team .item {
	height: 100%;
	margin: 0 10px;
	text-align: left;
}

.team .item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body:has(#teamxq .te_font .te_js:empty) #teamxq .xgteam .item img {
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #fff;
	padding: 24px;
	border-bottom: 1px solid #f0ebe6;
}

.team .item .over-lay,
.team .item:hover .over-lay {
	position: static;
	width: auto;
	left: auto;
	bottom: auto;
	height: auto;
	padding: 18px;
	background: #fff;
	text-align: left;
}

.team .item .flex_w {
	display: block;
	width: 100%;
	height: auto;
}

.team .item h3,
.team .item:hover h3 {
	display: block;
	height: auto;
	background: none;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.team .item .teawm_js,
.team .item:hover .teawm_js {
	display: block;
	margin: 12px 0 16px;
	max-height: none;
	overflow: visible;
}

.team .item .teawm_js p {
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.team .item a,
.team .item:hover a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 116px;
	height: 40px;
	margin: 0;
	padding: 0 18px;
	background: #bd591e;
	color: #fff;
	border-radius: 4px;
}

.tab-con-item.is-visible {
	display: block;
}

.home-service-section .ho_til p,
.honor .ho_til p {
	min-height: 22px;
	color: #777;
}

.home-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.home-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.home-service-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.home-service-card div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.home-service-card h3 {
	color: #222;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
}

.home-service-card p {
	flex: 1;
	margin-top: 12px;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.home-service-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	margin-top: 18px;
	padding: 0 18px;
	border-radius: 4px;
	background: #bd591e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.home-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(0,0,0,0.13);
}

.home-honor-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-honor-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.home-honor-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 16px;
	background: #f7f4f1;
}

.home-honor-card span {
	display: block;
	min-height: 48px;
	padding: 13px 12px;
	background: #bd591e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.home-honor-card:hover {
	transform: translateY(-3px);
}

.course_box > .nr_more,
.home-service-section .container > .nr_more,
.honor .container > .nr_more,
.news .container > .nr_more {
	margin-top: var(--home-section-cta-gap);
}

.about_right .about_con {
	max-width: 720px;
	color: #444;
	font-size: 16px;
	line-height: 1.8;
}

.about_right .about_con + a {
	margin-top: var(--text-cta-gap);
}

#teamxq > .container.clearfix {
	display: grid;
	grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
	gap: 36px;
	align-items: stretch;
	max-width: 1080px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(0,0,0,0.08);
	padding: 36px;
	text-align: left;
}

.te_pic,
.te_font {
	width: auto;
	float: none;
}

.te_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 340px;
	padding: 18px;
	border: 1px solid #eee8e2;
	border-radius: 8px;
	background: #fbfaf8;
}

.te_pic img {
	width: 100%;
	max-height: 430px;
	border-radius: 6px;
	object-fit: contain;
}

.te_font {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 340px;
	padding: 8px 4px;
}

body:has(#teamxq .te_font .te_js:empty) #teamxq .te_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	background: #fff;
	border: 1px solid #f0ebe6;
	border-radius: 8px;
	padding: 28px;
}

body:has(#teamxq .te_font .te_js:empty) #teamxq .te_pic img {
	max-height: 260px;
	object-fit: contain;
}

.te_font h3 {
	font-size: 26px;
	line-height: 1.35;
	padding: 0 0 16px;
}

.te_font .te_js,
.te_font .te_js p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.te_font::after {
	content: "需要相似企业采购或定制方案？请在页脚提交需求，我们会根据场景提供选品、定制和交付建议。";
	display: block;
	margin-top: 22px;
	padding: 16px 18px;
	border-left: 4px solid #bd591e;
	background: #f8f3ef;
	color: #6f3900;
	font-size: 15px;
	line-height: 1.7;
}

#teamxq .xgteam {
	max-width: 1080px;
	margin-top: 42px;
}

#teamxq .xgteam h2 {
	margin-bottom: 24px;
}

#teamxq .xgteam .item {
	display: flex;
	flex-direction: column;
	margin: 0;
}

#teamxq .xgteam .jjbq-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

#teamxq .xgteam li {
	width: auto;
	margin: 0;
}

#teamxq .xgteam .item img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

#teamxq .xgteam .item .over-lay {
	flex: 1;
}

#teamxq .xgteam .item .teawm_js:empty {
	display: none;
}

.partner-list .item img {
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #fff;
	padding: 26px;
	border-bottom: 1px solid #f0ebe6;
}

.partner-list .item .teawm_js:empty {
	display: none;
}

.partner-list .item .over-lay {
	min-height: 116px;
}

.partner-detail-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	height: 40px;
	margin-top: 14px;
	padding: 0 18px;
	border-radius: 4px;
	background: #bd591e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.partner-detail-button:hover,
.partner-detail-button:focus-visible {
	background: #9e4513;
}

body.partner-popup-open {
	overflow: hidden;
}

.partner-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(22, 18, 15, 0.72);
}

.partner-popup.is-open {
	display: flex;
}

.partner-popup__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
	gap: 26px;
	width: min(820px, 94vw);
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.partner-popup__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	padding: 24px;
	border: 1px solid #eee8e2;
	border-radius: 8px;
	background: #fbfaf8;
}

.partner-popup__image {
	display: block;
	max-width: 100%;
	max-height: 240px;
	object-fit: contain;
}

.partner-popup__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partner-popup__body p {
	margin-bottom: 8px;
	color: #bd591e;
	font-size: 13px;
	font-weight: 700;
}

.partner-popup__body h2 {
	color: #26201c;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
}

.partner-popup__body span {
	display: block;
	margin-top: 16px;
	color: #5d5650;
	font-size: 15px;
	line-height: 1.8;
}

.partner-popup__close {
	position: absolute;
	right: -14px;
	top: -14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #bd591e;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.partner-popup__close:hover,
.partner-popup__close:focus-visible {
	background: #9e4513;
}

.page-intro {
	padding: 34px 0 0;
	background: #fff;
}

.page-intro .container {
	padding-bottom: 26px;
	border-bottom: 1px solid #eee5dd;
	text-align: center;
}

.page-intro span {
	display: inline-block;
	margin-bottom: 8px;
	color: #bd591e;
	font-size: 14px;
	font-weight: 700;
}

.page-intro h1 {
	color: #222;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
}

.page-intro p {
	max-width: 760px;
	margin: 10px auto 0;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

.solution-list {
	margin-top: 30px;
}

.solution-list .item img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.solution-list .item .over-lay {
	min-height: 206px;
}

.solution-list .item .teawm_js {
	min-height: 72px;
}

#honor ul li a,
#honor ul li .honor-card {
	height: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #eee8e2;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(67, 45, 29, 0.08);
	overflow: hidden;
	cursor: zoom-in;
	transition: transform .2s ease, box-shadow .2s ease;
}

#honor ul li .honor-card {
	display: block;
	padding: 0 10px;
	font: inherit;
	text-align: inherit;
	color: inherit;
}

#honor ul li[hidden] {
	display: none;
}

#honor ul li a:hover,
#honor ul li .honor-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(67, 45, 29, 0.13);
}

#honor ul li .honor_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: #fbfaf8;
}

#honor ul li .honor_pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
}

#honor ul li .honor_font {
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 14px 16px;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.honor-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 24px;
}

.honor-filter button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid #eadfd5;
	border-radius: 999px;
	background: #fff;
	color: #704017;
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
}

.honor-filter button.is-active {
	background: #bd591e;
	border-color: #bd591e;
	color: #fff;
	font-weight: 700;
}

body.honor-popup-open {
	overflow: hidden;
}

.honor-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(22, 18, 15, 0.72);
}

.honor-popup.is-open {
	display: flex;
}

.honor-popup__dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: min(920px, 92vw);
	max-height: 92vh;
	padding: 18px 18px 14px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.honor-popup__image {
	display: block;
	max-width: 100%;
	max-height: calc(92vh - 92px);
	object-fit: contain;
}

.honor-popup__title {
	width: 100%;
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	font-weight: 700;
}

.honor-popup__close {
	position: absolute;
	right: -14px;
	top: -14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #bd591e;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.honor-popup__close:hover,
.honor-popup__close:focus-visible {
	background: #9e4513;
}

.partner-logo-wall .container {
	padding-top: 24px;
}

.partner-logo-wall__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.partner-logo-wall__grid li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	padding: 16px;
	background: #fff;
	border: 1px solid #eee8e2;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(67, 45, 29, 0.06);
}

.partner-logo-wall__grid img {
	display: block;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.news-wrap {
	max-width: 1220px;
	margin: 0 auto;
	padding: 55px 20px 65px;
}

.news-head {
	margin-bottom: 42px;
	text-align: center;
}

.news-head h1 {
	position: relative;
	display: inline-block;
	padding-bottom: 14px;
	color: #222;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
}

.news-head h1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	transform: translateX(-50%);
	border-radius: 2px;
	background: #bd591e;
}

.news-head span {
	display: block;
	margin-top: 14px;
	color: #999;
	font-size: 14px;
	letter-spacing: 0;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.news-card {
	display: flex;
	flex-direction: column;
	transition: transform .35s ease, box-shadow .35s ease;
	text-decoration: none;
}

.news-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 30px rgba(0,0,0,.13);
}

.news-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f2f2f2;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

.news-card:hover .news-thumb img {
	transform: scale(1.07);
}

.news-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.news-date {
	display: flex;
	align-items: baseline;
	gap: 7px;
	color: #bd591e;
	font-size: 13px;
	font-weight: 600;
}

.news-date strong {
	color: #bd591e;
	font-size: 22px;
	line-height: 1;
}

.news-date span {
	color: #bd591e;
}

.news-title {
	display: -webkit-box;
	min-height: 53px;
	margin: 11px 0 12px;
	overflow: hidden;
	color: #222;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	transition: color .3s ease;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-card:hover .news-title {
	color: #bd591e;
}

.news-sum {
	display: -webkit-box;
	flex: 1;
	margin: 0;
	overflow: hidden;
	color: #8a8a8a;
	font-size: 13.5px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-more {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 18px;
	color: #bd591e;
	font-size: 13px;
	font-weight: 600;
}

.news-more i {
	color: #bd591e;
	font-style: normal;
	transition: transform .3s ease;
}

.news-card:hover .news-more i {
	transform: translateX(5px);
}

.section-kicker {
	margin-bottom: 12px;
	color: #bd591e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-about {
	padding: 58px 0 64px;
	background: #fff;
}

.company-about__grid,
.company-culture__grid,
.company-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 46px;
}

.company-about__media,
.company-culture__media,
.safeguard-page__image {
	overflow: hidden;
	border-radius: 8px;
	background: #f4f1ee;
	box-shadow: 0 14px 38px rgba(67, 45, 29, 0.08);
}

.company-about__media img,
.company-culture__media img,
.safeguard-page__image img {
	display: block;
	width: 100%;
	height: auto;
}

.company-about__copy h1,
.company-culture__copy h2,
.company-contact__panel h2,
.safeguard-page__head h1 {
	color: #26201c;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 700;
}

.company-about__copy p {
	margin-top: 16px;
	color: #56504b;
	font-size: 16px;
	line-height: 1.9;
}

.company-culture {
	padding: 64px 0;
	background: #211a15;
}

.company-culture__copy h2,
.company-culture__copy .section-kicker {
	color: #fff;
}

.company-culture__copy dl {
	margin-top: 30px;
}

.company-culture__copy dl div {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.company-culture__copy dt {
	color: #d88750;
	font-size: 16px;
	font-weight: 700;
}

.company-culture__copy dd {
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.75;
}

.company-contact {
	padding: 64px 0;
	background: #f8f5f2;
}

.company-contact__grid {
	align-items: stretch;
}

.company-contact__panel {
	padding: 38px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 34px rgba(67, 45, 29, 0.08);
}

.company-contact__panel ul {
	margin-top: 26px;
}

.company-contact__panel li {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	padding: 13px 0;
	color: #3d3935;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid #eee5dd;
}

.company-contact__panel li span {
	color: #8b7d72;
	font-weight: 700;
}

.company-contact__panel a {
	color: #3d3935;
}

.company-contact__panel a:hover {
	color: #bd591e;
}

.company-contact__map {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 28px;
	padding: 0 26px;
	background: #bd591e;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 700;
}

.company-contact__map:hover {
	background: #9e4513;
}

.company-contact__location {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 280px;
	padding: 44px;
	border-radius: 8px;
	background:
		linear-gradient(rgba(33, 26, 21, 0.72), rgba(33, 26, 21, 0.72)),
		url('/static/upload/image/20240909/1725868685499380.jpg') center / cover;
}

.company-contact__location strong {
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
}

.company-contact__location span {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
}

.safeguard-page {
	padding: 58px 0 70px;
	background: #fff;
}

.safeguard-page__head {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.safeguard-page__head p:last-child {
	margin-top: 14px;
	color: #6a625b;
	font-size: 16px;
	line-height: 1.8;
}

.safeguard-page__points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 34px;
}

.safeguard-page__points li {
	padding: 10px 18px;
	border: 1px solid #eadfd5;
	border-radius: 999px;
	background: #fbf8f5;
	color: #5b4d43;
	font-size: 15px;
	font-weight: 700;
}

.safeguard-page__image {
	max-width: 1060px;
	margin: 0 auto;
	padding: 18px;
}

.news-detail-page {
	padding: 50px 0 68px;
	background: #f7f4f1;
}

.news-detail-container {
	max-width: 1120px;
}

.news_xq {
	max-width: 920px;
	margin: 0 auto;
	padding: 44px 56px 38px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(70, 47, 31, 0.08);
}

.news_xq .news_til {
	text-align: left;
	border-bottom: 1px solid #e5ddd6;
	padding-bottom: 22px;
}

.news_xq .news_til h2 {
	color: #222;
	font-size: 30px;
	line-height: 1.42;
	font-weight: 700;
}

.news_xq .news_til span {
	display: block;
	margin-top: 8px;
	color: #8a8179;
}

.news_xq .news_xqbox {
	max-width: 760px;
	margin: 34px auto;
}

.news_xq .news_xqbox,
.news_xq .news_xqbox p {
	color: #3f3a35;
	font-size: 16px;
	line-height: 1.95;
}

.news_xq .news_xqbox > section {
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.news_xq .news_xqbox img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	border-radius: 6px;
}

.news_page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	border-top: 1px solid #e5ddd6;
	padding-top: 20px;
}

.news_page span {
	float: none;
	width: auto;
	height: auto;
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 6px;
	background: #fbfaf8;
	color: #6a625b;
	font-size: 14px;
	line-height: 1.5;
	-webkit-line-clamp: 2;
}

.news_page span:last-child {
	float: none;
	text-align: right;
}

.news_page a {
	color: #bd591e;
}

.news-related {
	max-width: 1120px;
	margin: 44px auto 0;
}

.news-related__head {
	margin-bottom: 20px;
	text-align: center;
}

.news-related__head h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	color: #222;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
}

.news-related__head h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 42px;
	height: 3px;
	transform: translateX(-50%);
	border-radius: 2px;
	background: #bd591e;
}

.footer .foot_mess input,
.footer .foot_mess textarea {
	border: 1px solid #e1d8d0;
	font-size: 15px;
}

.footer .foot_mess .small-button {
	font-weight: 700;
	min-height: 45px;
}

.message-website-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.footer .foot_contact .ewm .qr-item {
	display: block;
	float: left;
	width: 135px;
	margin: 10px;
	text-align: center;
	letter-spacing: 0;
	writing-mode: horizontal-tb;
}

.footer .foot_contact .ewm .qr-item img {
	display: block;
	float: none;
	width: 135px;
	max-width: 135px;
	margin: 0 auto;
}

.footer .foot_contact .ewm .qr-item p {
	margin-top: 6px;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

.footer .form-status {
	clear: both;
	min-height: 24px;
	padding-top: 8px;
	color: #6b625b;
	font-size: 13px;
	line-height: 1.5;
}

.footer .form-status.is-error {
	color: #b64226;
}

.footer .form-status.is-success {
	color: #2f7b48;
}

@media screen and (max-width: 900px) {
	.home-entry .container {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
	.home-hero {
		height: 62vw;
		min-height: 360px;
	}
	.home-hero__button--prev {
		left: 18px;
	}
	.home-hero__button--next {
		right: 18px;
	}
	.home-entry-copy h1 {
		font-size: 25px;
	}
	.home-service-grid,
	.news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
	.home-honor-grid,
	#teamxq > .container.clearfix {
		grid-template-columns: 1fr;
	}
	#teamxq .xgteam .jjbq-box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
	.company-about__grid,
	.company-culture__grid,
	.company-contact__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.company-culture__media {
		order: -1;
	}
	.page-intro h1 {
		font-size: 24px;
	}
	.partner-logo-wall__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 640px) {
	:root {
		--home-section-cta-gap: 26px;
		--text-cta-gap: 20px;
	}
	body {
		font-size: 15px;
	}
	.home-entry {
		padding: 28px 0;
	}
	.home-hero {
		height: 128vw;
		min-height: 480px;
		max-height: 720px;
	}
	.home-hero__button {
		width: 38px;
		height: 50px;
		line-height: 50px;
	}
	.home-hero__button--prev {
		left: 12px;
	}
	.home-hero__button--next {
		right: 12px;
	}
	.home-entry-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.home-entry-actions a {
		min-height: 44px;
	}
	.page-intro {
		padding-top: 24px;
	}
	.page-intro h1 {
		font-size: 21px;
	}
	.page-intro p {
		font-size: 15px;
	}
	.company-about,
	.company-culture,
	.company-contact,
	.safeguard-page {
		padding: 38px 0 44px;
	}
	.company-about__copy h1,
	.company-culture__copy h2,
	.company-contact__panel h2,
	.safeguard-page__head h1 {
		font-size: 25px;
	}
	.company-about__copy p,
	.company-culture__copy dd,
	.safeguard-page__head p:last-child {
		font-size: 15px;
		line-height: 1.75;
	}
	.home-service-grid,
	.news-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.home-honor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.home-service-card div,
	.news-body {
		padding: 18px;
	}
	.news-wrap {
		padding: 36px 16px 44px;
	}
	.news-detail-page {
		padding: 34px 0 46px;
	}
	.news_xq {
		padding: 26px 18px 24px;
	}
	.news_xq .news_til h2 {
		font-size: 23px;
	}
	.news_xq .news_xqbox {
		margin: 24px auto;
	}
	.news_page {
		grid-template-columns: 1fr;
	}
	.news_page span:last-child {
		text-align: left;
	}
	.news-head h1 {
		font-size: 25px;
	}
	.company-culture__copy dl div,
	.company-contact__panel li {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	.company-contact__panel,
	.company-contact__location {
		padding: 24px;
	}
	.company-contact__location {
		min-height: 220px;
	}
	.company-contact__location strong {
		font-size: 22px;
	}
	.safeguard-page__points {
		justify-content: flex-start;
	}
	.safeguard-page__points li {
		font-size: 14px;
	}
	.safeguard-page__image {
		padding: 8px;
	}
	.course_box ul li,
	.team li,
	#teamxq .xgteam li,
	#honor ul li {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#teamxq > .container.clearfix {
		padding: 20px;
	}
	.te_pic,
	.te_font {
		min-height: 0;
	}
	#teamxq .xgteam .jjbq-box {
		grid-template-columns: 1fr;
	}
	.honor-popup {
		padding: 18px;
	}
	.honor-popup__dialog {
		max-width: 96vw;
		padding: 12px;
	}
	.honor-popup__close {
		right: 6px;
		top: 6px;
	}
	.partner-popup {
		padding: 18px;
	}
	.partner-popup__dialog {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 96vw;
		max-height: 92vh;
		overflow: auto;
		padding: 18px;
	}
	.partner-popup__media {
		min-height: 180px;
		padding: 18px;
	}
	.partner-popup__image {
		max-height: 180px;
	}
	.partner-popup__body h2 {
		font-size: 23px;
	}
	.partner-popup__close {
		right: 6px;
		top: 6px;
	}
	.partner-logo-wall__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.partner-logo-wall__grid li {
		min-height: 78px;
		padding: 12px;
	}
	.course_box li .cou_til,
	.course_box li:hover .cou_til {
		min-height: 0;
	}
	.course_box li .cou_til p {
		display: -webkit-box;
	}
}



























/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */
