.wp-block-columns{
	width:100% !important;
	max-width:100% !important;
}
/* 首页海报 s*/
.wd-banner-slider {
	position: relative;
	min-width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.wd-slides-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
}

.wd-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease-in-out, visibility 0.8s;
}

.wd-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.wd-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.wd-slide.has-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.wd-slide-content {
	position: relative;
	z-index: 2;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 20px;
	height: 100%;
	min-height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wd-slide-content.align-left {
	align-items: flex-start;
	text-align: left;
}

.wd-slide-content.align-right {
	align-items: flex-end;
	text-align: right;
}

.wd-slide-content.align-center {
	align-items: center;
	text-align: center;
}

.wd-slide-content.align-center.flex-start,
.wd-slide-content.align-left.flex-start {
	padding-top: 15vh;
	justify-content: flex-start;
}

.wd-slide-content.align-left.flex-start {
	padding-top: 20vh;
}

.wd-slide-content-inner {
	max-width: 100%;
	margin: 0;
}

.wd-slide-heading {
	font-size: 65px;
	font-weight: 500;
	line-height: 1.125em;
	color: #005ca1;
	margin: 0 0 23px 0;
	font-weight: 1000;
}

.wd-slide-content.align-center.flex-start .wd-slide-heading {}

.wd-slide-content.align-left.flex-start .wd-slide-heading {}

.wd-slide3 .wd-slide-content.align-center.flex-start .wd-slide-heading {
	font-size: 60px;
}

.wd-slide-text {
	font-size: 16px;
	line-height: 1.875em;
	color: #fff;
	margin-bottom: 48px;
}

.wd-slide-content.align-center.flex-start .wd-slide-text p,
.wd-slide-content.align-left.flex-start .wd-slide-text p {
	font-size: 20px;
	line-height: 1.5em;
	color: #353535;
}

.wd-slide-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 1em 1.71em;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	color: #ffffff !important;
	border: solid 1px var(--theme-palette-color-1) !important;
	background: linear-gradient(90deg, var(--theme-palette-color-1) 50%, var(--theme-palette-color-1) 50%);
	background-size: 204% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.45s ease;
}

.wd-slide-button svg {
	width: 14px;
	height: 14px;
	stroke: #ffffff;
	stroke-width: 2;
	fill: none;
	transition: transform 0.3s;
}

.wd-slide-button:hover {
	background-position: 100% 0;
	color: #ffffff !important;
	border-color: var(--theme-palette-color-1) !important;
}

.wd-slide-button:hover svg {
	transform: translateX(4px);
}

.wd-slider-footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
}

.wd-slider-footer-content {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	pointer-events: auto;
}

.wd-slider-pagination {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wd-slider-progress {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.wd-slider-progress .current {
	font-weight: 600;
}

.wd-slider-dots {
	display: flex;
	gap: 15px;
}

.wd-slider-dot {
	width: 48px;
	height: 4px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: 0.3s;
}

.wd-slider-dot.active {
	border-bottom: 4px solid var(--theme-palette-color-1);
}

.wd-slider-nav {
	display: flex;
	gap: 12px;
}

.wd-slider-nav button {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.wd-slider-nav button:hover {
	background: var(--theme-palette-color-1);
}

.wd-slider-nav button svg {
	width: 24px;
	height: 24px;
	stroke: #333;
	stroke-width: 2;
	fill: none;
}

.wd-slider-nav button:hover svg {
	stroke: #fff;
}

@media (max-width: 1200px) {

	.wd-slide-heading,
	.wd-slide-content.align-center.flex-start .wd-slide-heading,
	.wd-slide-content.align-left.flex-start .wd-slide-heading,
	.wd-slide3 .wd-slide-content.align-center.flex-start .wd-slide-heading {
		font-size: 82px;
	}

	.wd-slide-content.align-center.flex-start .wd-slide-text p {
		font-size: 36px;
	}

	.wd-slide-content-inner {
		max-width: 100%;
	}

	.wd-slides-container {
		min-height: 700px;
	}
}


@media (max-width: 991px) {

	.wd-slide-heading,
	.wd-slide-content.align-center.flex-start .wd-slide-heading,
	.wd-slide-content.align-left.flex-start .wd-slide-heading,
	.wd-slide3 .wd-slide-content.align-center.flex-start .wd-slide-heading {
		font-size: 62px;
	}

	.wd-slide-content.align-center.flex-start .wd-slide-text p {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.wd-slides-container {
		min-height: 500px;
	}

	.wd-slide-heading,
	.wd-slide-content.align-center.flex-start .wd-slide-heading,
	.wd-slide-content.align-left.flex-start .wd-slide-heading,
	.wd-slide3 .wd-slide-content.align-center.flex-start .wd-slide-heading {
		font-size: 42px;
	}

	.wd-slide-content.align-center.flex-start .wd-slide-text p {
		font-size: 20px;
	}
}

@media (max-width: 660px) {

	.wd-slide-content.align-center.flex-start {
		padding-top: 0;
	}

	.wd-slide-content.align-left.flex-start {
		padding-top: 10vh;
	}

	.wd-slide-content.align-left,
	.wd-slide-content.align-right {
		align-items: center;
		text-align: center;
	}

	.wd-slide-content-inner {
		max-width: 100%;
		margin: 40px 0 0 0;
		text-align: center !important;
	}

	.wd-slide-heading {
		font-size: 28px;
	}

	.wd-slider-footer-content {
		justify-content: space-between;
		flex-wrap: nowrap;
		bottom: 20px;
		gap: 10px;
	}

	.wd-slider-pagination {
		gap: 10px;
	}

	.wd-slider-progress {
		font-size: 14px;
	}

	.wd-slider-dot {
		width: 24px;
	}

	.wd-slider-nav button {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}

	.wd-slider-nav button svg {
		width: 18px;
		height: 18px;
	}
}

/* 首页海报 e*/
.case-carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.case-carousel-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	transition: transform 0.5s ease;
	gap: 30px;
}

.case-carousel-item {
	flex: 0 0 calc(33% - 22.5px) !important;
	max-width: calc(33% - 22.5px) !important;
	width: 100% !important;
}

/* 按钮样式修复 */
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	border: none;
	cursor: pointer;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: 0.3s;
}

.carousel-btn:hover {
	background: var(--theme-color1);
	color: #fff;
}

.prev-btn {
	left: -20px;
	top: 65%
}

.next-btn {
	right: 0px;
	top: 65%
}

@media (max-width:768px) {
	.prev-btn {
		left: 0;
	}

	.next-btn {
		right: 0;
	}

	.case-carousel-item {
		flex: 0 0 240px !important;
		max-width: 240px !important;
	}
}

/* 修复原有卡片样式 */
.case-block {
	height: auto !important;
}

.case-block .inner-box {
	height: 100% !important;
}

@media (max-width:1199px) {
	.case-carousel-item {
		flex: 0 0 calc(33.333% - 20px) !important;
	}
}

@media (max-width:768px) {
	.case-carousel-item {
		flex: 0 0 calc(50% - 15px) !important;
	}
}

@media (max-width:575px) {
	.case-carousel-item {
		flex: 0 0 100% !important;
	}
}

/* 轮播容器 */
.blog-slider-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog-slider-track {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.blog-slider-slide {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 12px;
}

@media (min-width: 768px) {
	.blog-slider-slide {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.blog-slider-slide {
		width: 33.3333%;
	}
}

/* 博客卡片基础样式 */
.blog-block {
	margin-bottom: 30px;
}

.blog-block .inner-box {
	border-radius: 10px;
	overflow: hidden;
}

.blog-block .image-box {
	position: relative;
}

.blog-block .image {
	margin: 0;
}

.blog-block .image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	display: block;
}

/* 内容区域 */
.blog-block .content-box {
	padding: 25px 20px;
}

.blog-block .content-box .info {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	display: flex;
	gap: 20px;
}

.blog-block .content-box .info li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #666;
}

/* SVG 图标样式 */
.info-svg {
	flex-shrink: 0;
}

.author-svg {
	width: 19px;
	height: 19px;
}

.comment-svg {
	width: 17px;
	height: 14px;
}

.readmore-svg {
	width: 15px;
	height: 16px;
	margin-left: 6px;
	transition: transform 0.3s ease;
}

/* 标题与按钮 */
.blog-block .content-box .title {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 600;
}

.blog-block .content-box .title a {
	height: 1.4em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-decoration: none;
}

.blog-block .content-box .arry-btn {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: var(--theme-color1);
	font-weight: 500;
	text-decoration: none;
}

.blog-block .content-box .arry-btn:hover .readmore-svg {
	transform: translateX(4px);
}

/* 指示器 */
.blog-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.blog-pagination .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ddd;
	cursor: pointer;
	transition: background 0.3s ease;
}

.blog-pagination .dot.active {
	background: var(--theme-color1);
}

/*ind_faq*/
.wp-container-core-columns-is-layout-28f84493,
.wp-container-core-columns-is-layout-28f84493 .faq-section {
	width: 100% !important;
	max-width: 100% !important;
}

/* 整个板块：工业蓝色背景 */
.choose-section {
	padding: 0 0 40px 0;
	margin-block-end: 0 !important;
	background-color: var(--theme-color1);
}

.choose-section .sec-title .sub-title {
	color: var(--theme-color1);
	background-color: #ffffff;
}

/* 文章标题区域样式 */
.gallery-text {
	padding: 15px 0;
	text-align: center;
}

.gallery-text h4 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
}

.gallery-text p {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

/* 下方统计区块 */
.choose-section .row.g-5 {
	margin: 0;
	padding: 0 0 35px 0;
}

/* 暂无内容提示 */
.text-center.p-40 {
	padding: 40px;
	text-align: center;
}

/* 团队轮播 - 不影响原有样式 */
.team-carousel-outer {
	position: relative;
	overflow: hidden;
}

.team-carousel-slide {
	display: flex;
	flex-wrap: nowrap !important;
	transition: transform 0.5s ease;
	margin: 0 !important;
}

.team-carousel-slide>* {
	margin: 0 !important;
	padding: 0 8px !important;
}

/* 轮播按钮 */
.team-carousel-prev,
.team-carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 10;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-carousel-prev {
	left: -15px;
}

.team-carousel-next {
	right: -15px;
}

.team-carousel-prev:hover,
.team-carousel-next:hover {
	background: #000;
	color: #fff;
}

.outer-box .image-column .col-sm-6 {
	width: 49%;
	margin: 1vw 1vw 1vw 0;
}

.outer-box .image-column .col-sm-6:nth-child(2n) {
	margin-right: 0;
}

.outer-box .image-column .col-sm-6:nth-child(3),
.outer-box .image-column .col-sm-6:nth-child(4) {
	margin-top: 0;
}

/* 联系我们 */
.weidao-contact-section {
	margin: 60px auto;
	min-width: 100%;
}

.weidao-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.weidao-contact-info {
	position: relative;
	padding: 10px 0;
	background-image: url('/wp-content/uploads/2026/05/bg-contacts.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 25px;
	z-index: 1;
}

.weidao-contact-title,
.weidao-contact-description,
.weidao-contact-item h4,
.weidao-contact-item p,
.weidao-contact-item a,
.weidao-social-title {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.weidao-contact-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--theme-palette-color-1);
	margin-bottom: 24px;
}

.weidao-contact-description {
	font-size: 18px;
	line-height: 1.6667em;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.weidao-contact-details-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}

.weidao-contact-item h4 {
	font-size: 18px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 12px;
}

.weidao-contact-item p,
.weidao-contact-item a {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
}

.weidao-contact-item a {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s;
}

.weidao-contact-item a:hover {
	/* border-bottom-color: var(--theme-palette-color-1); */
}

.weidao-social-title {
	font-size: 18px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 16px;
}

.weidao-social-icons {
	display: flex;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}

.weidao-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: background 0.3s, transform 0.2s;
}

.weidao-social-icons a svg {
	width: 18px;
	height: 18px;
	fill: #353535;
	transition: fill 0.3s;
}

.weidao-social-icons a:hover {
	background: var(--theme-palette-color-1);
	transform: translateY(-2px);
}

.weidao-social-icons a:hover svg {
	fill: #fff;
}

.weidao-contact-form {
	padding: 60px 50px;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.weidao-form-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	margin-bottom: 30px;
	text-transform: uppercase;
}


.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel th {
	padding: 15px 12px;
	border: 1px solid #dadbdd !important;
	vertical-align: middle;
	font-size: 16px;
	color: #303030;
	white-space: nowrap;
	text-align: center;
}

.woocommerce-Tabs-panel td p,
.woocommerce-Tabs-panel th p {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.woocommerce-Tabs-panel table {
	border-collapse: collapse;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100% !important;
}

.woocommerce-Tabs-panel table tr:not(:first-child) td {}

.woocommerce-Tabs-panel table td {
	border-left: 1px solid #dadbdd;
	border-top: 1px solid #dadbdd !important;
}

.woocommerce-Tabs-panel {
	font-size: 16px;
	color: #7d7c7c;
	line-height: 30px;
	margin-bottom: 30px;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel span {
	font-size: 16px;
	color: #727272;
	line-height: 28px;
}

.woocommerce-Tabs-panel strong {
	font-weight: bold;
}

.woocommerce-Tabs-panel img {
	max-width: 100%;
}

.woocommerce-Tabs-panel a {
	color: #717173;
}

.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5 {
	font-weight: bold;
}

.woocommerce-Tabs-panel h1 {
	font-size: 36px;
	margin-bottom: 20px
}

.woocommerce-Tabs-panel h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #232222;
}

.woocommerce-Tabs-panel h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.woocommerce-Tabs-panel h5 {
	font-size: 14px;
	margin-bottom: 10px
}

.woocommerce-Tabs-panel h6 {
	font-size: 12px;
	margin-bottom: 10px
}

.woocommerce-Tabs-panel ul li,
.woocommerce-Tabs-panel ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 320px;
	list-style: inherit !important;
}

.woocommerce-Tabs-panel ul li p,
.woocommerce-Tabs-panel ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol {
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel sub {
	vertical-align: sub;
	font-size: smaller;
}

.woocommerce-Tabs-panel sup {
	vertical-align: super;
	font-size: smaller;
}

.woocommerce-Tabs-panel img {
	display: inline-block;
	margin: 20px 0;
}

@media (max-width: 1000px) {
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
	}

	.scroll table {
		min-width: 990px;
	}
}

@media (max-width: 768px) {

	.woocommerce-Tabs-panel td,
	.woocommerce-Tabs-panel th {
		padding: 6px 5px !important;
		line-height: 20px
	}

	.woocommerce-Tabs-panel p,
	.woocommerce-Tabs-panel span {
		font-size: 13px !important;
		line-height: 24px !important;
	}

	.woocommerce-Tabs-panel img {
		display: inline-block;
		margin: 12px 0;
	}
}

/* 新闻 */
.entries h2.entry-title {
	line-height: 1.5;
	height: 1.3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.entries .entry-excerpt p {
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.wd-floating-contact {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	pointer-events: none
}

.wd-float-btn {
	pointer-events: auto;
	display: flex;
	align-items: center;
	background: #005ca1;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 12px 0 0 12px;
	box-shadow: 0 5px 15px rgb(0 0 0 / .15);
	transition: transform 0.4s cubic-bezier(.25, 1, .5, 1), background 0.3s ease;
	width: max-content;
	transform: translateX(calc(100% - 56px))
}

.wd-float-btn:hover {
	transform: translateX(0);
	background: #005ca1
}

.wd-float-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.wd-float-icon svg {
	width: 24px;
	height: 24px;
	fill: #fff
}

.wd-float-text {
	padding: 0 24px 0 8px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease 0.1s
}

.wd-float-text strong {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

.wd-float-btn:hover .wd-float-text {
	opacity: 1
}

@media (max-width: 768px) {
	.wd-floating-contact {
		top: 50%;
		bottom: auto;
		right: 0;
		transform: translateY(-50%)
	}

	.wd-float-icon {
		width: 44px;
		height: 44px
	}

	.wd-float-icon svg {
		width: 20px;
		height: 20px
	}

	.wd-float-btn {
		border-radius: 10px 0 0 10px;
		transform: translateX(calc(100% - 44px))
	}

	.wd-float-text {
		padding: 0 16px 0 8px;
		font-size: 12px
	}

	.wd-float-text strong {
		font-size: 13px
	}

	.wd-float-btn:active {
		background: #005ca1;
		transform: translateX(calc(100% - 48px))
	}
}

#wd-sidebar-toc {
	position: sticky;
	top: 120px;
	/* background: #f8fafc; */
	padding: 25px;
	border-radius: 16px;
	border: none;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	z-index: 10;
}

.wd-toc-header {
	font-size: 18px;
	font-weight: 700;
	color: #005ca1;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #005ca1;
}

.wd-toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wd-toc-list li {
	margin-bottom: 12px;
}

.wd-toc-link {
	color: #353535;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	transition: all 0.3s ease;
	border-left: 2px solid transparent;
	padding-left: 12px;
}

.wd-toc-link:hover {
	color: #005ca1;
}

.wd-toc-link.active {
	color: #005ca1;
	font-weight: 600;
	border-left-color: #005ca1;
}

/* 产品详情 */
.product[class*=gallery] .product_meta>span {
	font-size: 16px !important;
}

.product[class*=gallery] .product_meta>span>a:hover {
	color: #005ca1;
}

#post-690 {
	display: none;
}

/* 应用领域 */
.padd65 {
	padding: 65px 0;
}

.ny_app_item {
	height: 580px;
	margin-bottom: 40px;
}

.ny_app_item .pic {
	width: 62%;
}

.ny_app_item .txt {
	width: 35%;
	background: #eeeeee;
	padding: 80px 50px 0;
}

.ny_app_item .pic,
.ny_app_item .txt {
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	float: left;
}

.ny_app_item:nth-child(2n+1) .txt,
.ny_app_item:nth-child(2n) .pic {
	float: right;
}

.ny_app_item .txt h2 {
	font-family: 'P-R';
	font-size: 36px;
	margin: 30px 0;
	line-height: 40px;
	text-transform: capitalize;
}

.ny_app_item .txt .more_btn {
	margin-top: 40px;
}

.ny_app_item .txt p {
	font-size: 16px;
	line-height: 1.5;
	height: 15em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.ny_app_item .txt .icon {
	height: 70px;
	overflow: hidden;
}

.ny_app_item .txt .icon img {
	height: 70px;
}

.ny_app_item .txt:hover h2 {
	color: #005ca1;
}

.ny_app_item .txt:hover .icon img {
	transform: translateY(-100px);
	filter: drop-shadow(#005ca1 0 100px);
}

.ny_applist {
	/* display: flex; */
	overflow: hidden;
}

.jy_pro_list {
	display: flex;
	flex-wrap: wrap;
	float: right;
	width: 72%;
}

.jy_pro_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #eeeeee;
	border-radius: 10px;
	overflow: hidden;
}

.jy_pro_list li:nth-child(3n) {
	margin-right: 0;
}

.ny_applist ul li .imgfd {
	padding-top: 100%;
}

.ny_applist ul li .txt {
	padding: 30px;
}

.ny_applist ul li .txt h2 {
	font-family: 'P-R';
	font-size: 20px;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_applist ul li .txt p {
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 20px 0;
	margin-bottom: 0;
}

.ny_applist ul li .txt i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #333;
	text-align: center;
}

.ny_applist ul li:hover h2 {
	color: #005ca1;
}

.ny_applist ul li:hover .txt i {
	background: #005ca1;
}

.imgfd {
	overflow: hidden;
	position: relative;
	padding-top: 75%;
}

.imgfd img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.imgfd:hover img {
	transform: scale(1.1);
}

/* 解决方案 */
.flex-1 {
	flex: 1;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.pd-80 {
	padding: 80px 0;
}

.mt-30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.lh-13 {
	line-height: 1.3;
}

.lh-15 {
	line-height: 1.5;
}

.tac {
	text-align: center;
}

.f18 {
	font-size: 18px;
}

.f42 {
	font-size: 42px;
}

.color-6 {
	color: #666;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 行业列表 s */
.rect-65 {
	padding-bottom: 65%;
}

.n_applist {}

.n_applist ul {
	padding-left: 0
}

.n_applist ul li {
	float: left;
	width: 31%;
	margin-bottom: 2vw;
	margin-right: 2vw;
}

.n_applist ul li:nth-child(3n) {
	margin-right: 0;
}

.n_applist ul li a {
	display: block;
	position: relative;
}

.n_applist ul li .img {}

.n_applist ul li .img>div {
	border-radius: 8px;
}

.n_applist ul li .txt {
	position: absolute;
	top: 6%;
	left: 6%;
	z-index: 3;
	padding: 25px 30px 75px;
	/* background-color: rgb(255,255,255,.9); */
	min-width: 56%;
}

.n_applist ul li .txt::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2026/05/i_app_bg.png') no-repeat center;
	background-size: 100% auto;
	opacity: .9;
	z-index: 1;
}

.n_applist ul li .txt .tit {
	position: relative;
	z-index: 2;
}

.n_applist ul li .txt i {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 30px;
	bottom: -15%;
	background: #005ca1;
	width: 45px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	z-index: 2;
}

/* 行业列表 e */

/* 行业详情 s */
.radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.fwb {
	font-weight: bold;
}

.ofh {
	overflow: hidden;
}

.ofh img {
	width: 100%;
	transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

.ofh:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.rect-67 {
	padding-bottom: 67%;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.n_tit2 {
	position: relative;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 15px;
}

.n_tit2::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 67px;
	height: 4px;
	background: #005ca1;
}

.n_app_xq_01 {}

.n_app_xq_01 .fl {
	width: 48%;
}

.n_app_xq_01 .fr {
	width: 48%;
}

.n_app_xq_02 {}

.n_app_xq_02 {}

.n_app_xq_02 ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 30px;
	padding-left: 0;
}

.n_app_xq_02 ul li {
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	padding: 30px 60px;
	text-align: center;
}

.n_app_xq_02 ul li .ico {}

.n_app_xq_02 ul li .ico img {
	display: inline-block;
	height: 80px;
}

.n_app_xq_02 ul li .info {
	margin-top: 35px;
	min-height: 6em;
}

.n_app_xq_02 ul li .tit {
	font-size: 24px;
	line-height: 1.3;
	height: 2.6em;
}

.n_app_xq_02 ul li .des {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 15px;
	min-height: 7.5em;
}

/* 行业详情 e */

/* 关于我们 s*/
/* =========================================
   Manufacturing Strength
   ========================================= */
:root {
	--lt-ab-radius-sm: 4px;
	--lt-ab-radius-md: 12px;
	--lt-ab-radius-lg: 24px;
	--lt-ab-transition: all 0.3s ease;
}

.lt-ab-strength {
	padding: 100px 0;
	padding-bottom: 0;
	/* background: transparent url('/wp-content/uploads/2026/05/map.webp') no-repeat center/cover; */
}

.lt-ab-strength-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
}

.lt-ab-strength-text {
	flex: 1;
}

.lt-ab-strength-text h2 {
	font-size: 42px;
	margin-bottom: 32px;
	color: #005ca1;
	text-transform: capitalize;
}

.lt-ab-strength-text h2 span {
	color: #000000;
}

.lt-ab-strength-text p {
	margin-bottom: 24px;
	font-size: 18px;
	color: #000000;
}

.lt-ab-strength-images {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.lt-ab-strength-img-main {
	grid-column: 1 / -1;
	border-radius: var(--lt-ab-radius-md);
	overflow: hidden;
	/* height: 300px; */
}

.lt-ab-strength-img-sub {
	border-radius: var(--lt-ab-radius-md);
	overflow: hidden;
	height: 200px;
}

.lt-ab-strength-images img {
	width: 100%;
	height: 100%;
	transition: var(--lt-ab-transition);
}

.lt-ab-strength-images img:hover {
	transform: scale(1.05);
}

/* =========================================
   Stats Section
   ========================================= */
.lt-ab-stats {
	position: relative;
	background: #005ca1 url('/wp-content/uploads/2026/05/ny-num.webp') no-repeat center/cover;
	background-attachment: fixed;
	padding: 45px 0;
	z-index: 1;
}

.lt-ab-stats::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 92, 161, .95); */
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.lt-ab-stats-grid {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.lt-ab-stat-item h3 {
	color: #fff;
	font-size: 64px;
	margin-bottom: 8px;
}

.lt-ab-stat-item p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* 关于我们 e*/

/* =========================================
   Exhibition Carousel (Dark Background)
   ========================================= */
.lt-ab-exhibition {
	background-color: #005ca1;
	padding: 100px 0;
	color: #ffffff;
}

.lt-ab-exhibition .lt-ab-section-title {
	color: #ffffff;
}

.lt-ab-exhibition-header {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 48px;
	gap: 20px;
	text-align: center;
}

.lt-ab-exhibition-text p {
	font-size: 18px;
	opacity: 0.8;
	max-width: 700px;
}

.lt-ab-exhibition-carousel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.lt-ab-exhibition-viewport {
	overflow: hidden;
	width: 100%;
	max-width: calc(100% - 140px);
}

.lt-ab-exhibition-track {
	display: flex;
	gap: 20px;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 展会图片卡片 */
.lt-ab-exhibition-item {
	/* 默认桌面端显示 3 张图片 */
	flex: 0 0 calc((100% - 40px) / 3);
	border-radius: var(--lt-ab-radius-md);
	overflow: hidden;
	height: 350px;
	position: relative;
	background-color: var(--lt-ab-bg-light);
}

.lt-ab-exhibition-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--lt-ab-transition);
}

.lt-ab-exhibition-item:hover img {
	transform: scale(1.05);
}

/* 左右导航按钮 */
.lt-ab-nav-btn {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--lt-ab-white);
	border: 1px solid #ddd;
	color: var(--lt-ab-text-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--lt-ab-transition);
	z-index: 2;
}

.lt-ab-nav-btn:hover {
	background-color: var(--lt-ab-primary-blue);
	color: var(--lt-ab-white);
	border-color: var(--lt-ab-primary-blue);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.lt-ab-nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* 响应式适配 */
@media (max-width: 1200px) {
	.lt-ab-exhibition-item {
		/* 平板端显示 2 张 */
		flex: 0 0 calc((100% - 20px) / 2);
	}
}

@media (max-width: 768px) {
	.lt-ab-exhibition-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.lt-ab-exhibition-carousel {
		gap: 10px;
	}

	.lt-ab-exhibition-viewport {
		max-width: calc(100% - 90px);
	}

	.lt-ab-exhibition-item {
		/* 手机端显示 1 张 */
		flex: 0 0 100%;
		height: 250px;
	}
}


/* =========================================
   OEM & ODM Section
   ========================================= */
/* =========================================
   OEM & ODM Section
   ========================================= */
.wd-ab-oem {
	padding: 100px 0 0;
}

.wd-ab-oem-box {
	background-color: var(--theme-color1);
	border-radius: 20px;
	padding: 80px;
	display: flex;
	align-items: center;
	gap: 60px;
	color: #fff;
}

.wd-ab-oem-text {
	flex: 1;
}

.wd-ab-oem-text h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 16px;
}

.wd-ab-oem-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 40px 0;
}

.wd-ab-oem-feature h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.wd-ab-oem-feature p {
	font-size: 14px;
	opacity: 0.8;
	color: #fff;
}

.wd-ab-oem-image {
	flex: 1;
	border-radius: 20px;
	overflow: hidden;
}

.wd-ab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	transition: var(--lt-ab-transition);
	border: 2px solid transparent;
}

.wd-ab-btn-primary {
	background-color: var(--wd-ab-primary-red);
	color: #ffffff;
}

.wd-ab-btn-primary:hover {
	background-color: #c93040;
	transform: translateY(-2px);
}

.wd-ab-btn-outline-white {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.wd-ab-btn-outline-white:hover {
	background-color: #ffffff;
	color: var(--theme-color1);
	transform: translateY(-2px);
}

.wd-ab-btn-outline-dark {
	background-color: transparent;
	color: var(--theme-color1);
	border-color: var(--theme-color1);
}

.wd-ab-btn-outline-dark:hover {
	background-color: var(--theme-color1);
	color: #ffffff;
	transform: translateY(-2px);
}

.wd-ab-section-title {
	font-size: 42px;
	margin-bottom: 16px;
}

.wd-ab-section-subtitle {
	font-size: 18px;
	color: var(--wd-ab-text-gray);
	margin-bottom: 48px;
}

.wd-ab-text-center {
	text-align: center;
}

/* 产品详情 */
.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel th {
	padding: 15px 12px;
	border: 1px solid #dadbdd !important;
	vertical-align: middle;
	font-size: 16px;
	color: #303030;
	white-space: nowrap;
	text-align: center;
}

.woocommerce-Tabs-panel td p,
.woocommerce-Tabs-panel th p {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.woocommerce-Tabs-panel table {
	border-collapse: collapse;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100% !important;
}

.woocommerce-Tabs-panel table td {
	border-left: 1px solid #dadbdd;
	border-top: 1px solid #dadbdd !important;
}

.woocommerce-Tabs-panel table tr:first-child {
	background-color: #005ca1;
}

.woocommerce-Tabs-panel table tr:first-child td {
	color: #ffffff;
}

.woocommerce-Tabs-panel {
	font-size: 16px;
	color: #7d7c7c;
	line-height: 30px;
	margin-bottom: 30px;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel span {
	font-size: 16px;
	color: #727272;
	line-height: 28px;
}

.woocommerce-Tabs-panel strong {
	font-weight: bold;
}

.woocommerce-Tabs-panel img {
	max-width: 100%;
}

.woocommerce-Tabs-panel a {
	color: #717173;
}

.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5 {
	font-weight: bold;
}

.woocommerce-Tabs-panel h1 {
	font-size: 36px;
	margin-bottom: 20px
}

.woocommerce-Tabs-panel h2 {
	position: relative;
	font-size: 30px;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 1000;
	padding-left: 55px;
	color: var(--theme-palette-color-1);
}

.woocommerce-Tabs-panel h2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--theme-palette-color-1);
}

.woocommerce-Tabs-panel h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: transparent url('/wp-content/uploads/2026/05/jinggong.webp') no-repeat center / cover;
}

.woocommerce-Tabs-panel h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #232222;
}

.woocommerce-Tabs-panel h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.woocommerce-Tabs-panel h5 {
	font-size: 14px;
	margin-bottom: 10px
}

.woocommerce-Tabs-panel h6 {
	font-size: 12px;
	margin-bottom: 10px
}

.woocommerce-Tabs-panel ul li,
.woocommerce-Tabs-panel ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	list-style: inherit !important;
}

.woocommerce-Tabs-panel ul li p,
.woocommerce-Tabs-panel ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol {
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel sub {
	vertical-align: sub;
	font-size: smaller;
}

.woocommerce-Tabs-panel sup {
	vertical-align: super;
	font-size: smaller;
}

.woocommerce-Tabs-panel img {
	display: inline-block;
	margin: 20px 0;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.reviews_tab{
    display: none;
}

@media (max-width: 1000px) {
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
	}

	.scroll table {
		min-width: 990px;
	}
}

@media (max-width: 768px) {

	.woocommerce-Tabs-panel td,
	.woocommerce-Tabs-panel th {
		padding: 6px 5px !important;
		line-height: 20px
	}

	.woocommerce-Tabs-panel p,
	.woocommerce-Tabs-panel span {
		font-size: 13px !important;
		line-height: 24px !important;
	}

	.woocommerce-Tabs-panel img {
		display: inline-block;
		margin: 12px 0;
	}
}