html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: rgba(0, 0, 0, 0);
	font-size: 100%
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
	background-color: #f5f7fa
}

article,
hgroup,
menu,
nav,
section,
aside,
details,
figcaption,
figure,
footer,
header {
	display: block
}

nav ul,
ul,
li {
	list-style: none
}

blockquote {
	quotes: none
}

blockquote:before,
blockquote:after {
	content: none
}

:root {
	--primary-color: #e6061f;
	--primary-rgb: 230, 6, 31;
	--swiper-theme-color: var(--primary-color)
}

a {
	text-decoration: none
}

.text-ellipsis {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.text-ellipsis-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.text-ellipsis-3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

.text-ellipsis-4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical
}

header {
	height: 75px;
	position: relative
}

header .logo {
	max-width: 120px
}

header .logo img {
	width: 100%
}

header .lang-wrapper {
	position: relative;
	cursor: pointer
}

header .lang-wrapper:hover .lang-dropdown {
	display: block
}

header .lang-wrapper .lang-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
	padding: 0 10px;
	height: 30px
}

header .lang-wrapper .lang-dropdown {
	display: none;
	position: absolute;
	padding-top: 20px;
	right: 0
}

header .lang-wrapper .lang-dropdown ul {
	width: 150px;
	background-color: #fff;
	padding: 15px 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

header .lang-wrapper .lang-dropdown ul li a {
	display: block;
	padding: 0 25px;
	line-height: 40px;
	color: #333;
	border-radius: 4px;
	font-size: 15px
}

header .lang-wrapper .lang-dropdown ul li a:hover {
	color: var(--primary-color);
	background-color: #f2f2f2
}

header .lang-icon {
	width: 16px;
	height: 16px;
	cursor: pointer;
	color: #333;
	margin-right: 5px
}

header .cart .cart-count {
	position: absolute;
	top: -3px;
	left: 15px;
	min-width: 18px;
	padding: 0 2px;
	height: 15px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 10px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

header .search-icon {
	width: 19px;
	height: 19px;
	cursor: pointer;
	color: #000
}

header .lang-text {
	font-size: 13px;
	font-weight: 700;
	color: #111;
	white-space: nowrap
}

header .search-wrapper {
	display: flex;
	display: none;
	position: absolute;
	top: 0;
	height: 75px;
	width: 100%;
	background: #fff;
	align-items: center;
	justify-content: center
}

header .search-wrapper.show {
	display: flex
}

header .search-wrapper .search-wrapper-content {
	width: 70%
}

header .search-wrapper .search-input {
	width: calc(100% - 150px);
	height: 40px;
	border: 1px solid #e8e8e8;
	padding-left: 20px;
	border-radius: 40px
}

header .search-wrapper .search-submit {
	width: 120px;
	height: 38px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 14px;
	border: none;
	margin-left: 10px;
	border-radius: 30px
}

header .search-wrapper .search-close {
	cursor: pointer;
	width: 30px
}

.main-slider {
	position: relative;
	display: block;
	overflow: hidden
}

.main-slider:hover .swiper-button-next,
.main-slider:hover .swiper-button-prev {
	opacity: 1
}

.main-slider .container {
	position: relative;
	z-index: 30
}

.main-slider .swiper-slide {
	position: relative
}

.main-slider .swiper-slide .swiper-silde-img {
	width: 100%;
	min-height: 400px;
	max-height: 800px;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: transform 7000ms ease
}

.main-slider .swiper-slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center
}

.main-slider .swiper-slide-content .more {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none !important;
	background-color: var(--primary-color);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 50px;
	transition: all .3s linear;
	overflow: hidden;
	letter-spacing: .2em;
	z-index: 1;
	opacity: 0;
	transform: translateY(100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
	opacity: .5
}

.main-slider .swiper-slide-active .swiper-silde-img {
	transform: scale(1.15)
}

.main-slider .swiper-slide-active .more,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0)
}

.main-slider h2 {
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 900;
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.02em;
	text-shadow: 2px -1px 4px #000
}

.main-slider p {
	font-size: 18px;
	color: #eee;
	margin: 0;
	line-height: 30px;
	margin-bottom: 53px;
	opacity: 0;
	font-weight: 400;
	transform: translateY(100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
	text-shadow: 2px -1px 4px #000
}

.main-slider-shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	opacity: 0;
	transform: translateX(200px);
	z-index: 2
}

.main-slider__content {
	position: relative;
	display: block;
	z-index: 30
}

.main-slider__nav {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%)
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	opacity: 0
}

.main-slider__nav .swiper-button-next {
	right: 15px
}

.main-slider__nav .swiper-button-prev {
	left: 15px
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
	display: none
}

.main-slider__nav .fa {
	position: relative;
	font-size: 30px;
	color: #333
}

#main-slider-pagination {
	z-index: 100;
	bottom: 30px;
	left: 50%;
	width: 100%;
	max-width: 88%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: absolute
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px
}

#main-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: .4;
	background-color: #fff;
	transition: all 500ms ease;
	margin: 0;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

#main-slider-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	border-radius: 10px;
	transform: scale(0);
	transition: transform 500ms ease
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	height: 10px;
	opacity: 1;
	background-color: #fff
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	transform: scale(1)
}

.menu-mobile {
	padding: 0 15px;
	transition: all .3s ease-in-out
}

.menu-mobile .open-icon {
	display: block;
	opacity: 1
}

.menu-mobile .close-icon {
	display: none;
	opacity: 0
}

.menu-mobile.open .open-icon {
	opacity: 0;
	display: none
}

.menu-mobile.open .close-icon {
	opacity: 1;
	display: block
}

.rotate-icon a::after {
	transition: transform .3s ease;
	transform: rotate(180deg);
	color: var(--primary-color) !important
}

.nav-pc {
	height: 100%
}

.nav-pc a {
	text-transform: uppercase
}

.nav-pc .menu-dropdown-icon>a::after {
	content: "\f107";
	font-family: "FontAwesome";
	cursor: pointer;
	float: right;
	color: #333;
	margin-left: 5px;
	transition: all 0.3s ease
}

.nav-pc .menu>ul>li:hover>a::after,
.nav-pc .menu>ul>li>a.active::after {
	color: #fff
}
}

.nav-pc .menu {
	height: 100%
}

.nav-pc .menu>ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box
}

.nav-pc .menu>ul:before,
.nav-pc .menu>ul:after {
	content: "";
	display: table
}

.nav-pc .menu>ul:after {
	clear: both
}

.nav-pc .menu>ul>li {
	padding: 0 8px;
	margin: 0;
	height: 100%
}

.nav-pc .menu>ul>li a {
	white-space: nowrap;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 12px;
	border-radius: 4px;
	transition: all 0.3s ease
}

.nav-pc .menu>ul>li a>i.fa {
	margin-left: 5px
}

.nav-pc .menu>ul>li>a.active {
	color: #fff;
	background-color: var(--primary-color)
}

.nav-pc .menu>ul>li:hover>a {
	color: #fff;
	background-color: var(--primary-color)
}

.nav-pc .menu>ul>li:hover>.sub-menu {
	display: block
}

.nav-pc .menu>ul>li>.sub-menu {
	display: none;
	width: auto;
	min-width: 180px;
	background: #fff;
	padding: 8px 0;
	position: absolute;
	z-index: 999;
	margin: 0;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

.nav-pc .menu>ul>li>.sub-menu:before,
.nav-pc .menu>ul>li>.sub-menu:after {
	content: "";
	display: table
}

.nav-pc .menu>ul>li>.sub-menu:after {
	clear: both
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list {
	min-height: auto
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item {
	margin: 0;
	padding: 0
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item a {
	font-size: 14px;
	color: #333;
	padding: 8px 20px;
	display: block;
	font-weight: 400;
	white-space: nowrap
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item a:hover {
	color: var(--primary-color);
	background-color: #f5f5f5
}

/* 三级菜单样式 */
.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item {
	position: relative
}

/* 为有子菜单的项添加隐藏连接区域，解决空隙问题 */
.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item.has-submenu:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 10px;
	height: 100%;
	background: transparent;
	z-index: 999
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item.has-submenu>a {
	position: relative;
	padding-right: 32px
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item.has-submenu>a:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid #bbb;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	transition: border-color 0.2s ease
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item.has-submenu:hover>a:after {
	border-left-color: var(--primary-color)
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item .third-level-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 180px;
	background: #fff;
	padding: 12px 0;
	margin-left: 0;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
	border-radius: 8px;
	z-index: 1000;
	opacity: 0;
	transform: translateX(-10px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	border: 1px solid #f0f0f0
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item:hover .third-level-menu {
	display: block;
	opacity: 1;
	transform: translateX(0)
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item .third-level-menu .third-level-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item .third-level-menu .third-level-list li {
	margin: 0
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item .third-level-menu .third-level-list li a {
	color: #555;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	transition: all 0.2s ease;
	white-space: nowrap;
	border-radius: 4px;
	margin: 0 8px
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item .third-level-menu .third-level-list li a:hover {
	color: var(--primary-color);
	background-color: #fff5f5
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub {
	left: auto;
	right: 0;
	padding: 10px 20px;
	justify-content: center;
	align-items: center
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub>li {
	width: auto;
	padding: 0 20px
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub>li a {
	width: auto;
	border: 0;
	padding: 1em 0
}

@media (max-width: 991px) {
	.nav-pc .menu>ul>li.product-nav-item>.product-megamenu {
		position: relative;
		padding: 15px;
		border-top: none;
		box-shadow: none
	}
	
	.nav-pc .menu>ul>li.product-nav-item>.product-megamenu .product-megamenu-container {
		grid-template-columns: 1fr;
		gap: 20px
	}
}

.product-wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
}

.product-wrapper .link-section {
	flex-wrap: wrap
}

.product-wrapper .link-section a {
	font-size: 15px;
	color: #111;
	margin: 0 10px
}

.product-wrapper .product-list {
	margin-top: 10px
}

.product-wrapper .product-list .product-item {
	margin: 12px 0
}

.product-wrapper .product-list .product-item .product-item-wrapper {
	display: block;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(100, 100, 100, .1);
	position: relative;
	top: 0;
	transition: top .5s
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover {
	top: -4px
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .pic img {
	transform: scale(1.2)
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper {
	background-color: var(--primary-color);
	color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-title {
	color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-info {
	color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-bottom .price {
	color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more {
	color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more::after {
	background-color: var(--primary-color);
	border-color: var(--primary-color)
}

.product-wrapper .product-list .product-item .pic {
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px
}

.product-wrapper .product-list .product-item .pic img {
	position: relative;
	transform: scale(1);
	transition: transform 500ms ease;
	border: none !important;
	padding: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.product-wrapper .product-list .product-item .content-wrapper {
	padding: 15px 15px 20px;
	transition: all 300ms ease;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px
}

.product-wrapper .product-list .product-item .product-item-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	transition: all 300ms ease;
	padding: 10px 0;
}

.product-wrapper .product-list .product-item .product-item-info {
	margin: 10px 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	transition: all 300ms ease
}

.product-wrapper .product-list .product-item .product-item-bottom .price {
	display: inline-block;
	color: #333;
	height: 30px;
	line-height: 30px
}

.product-wrapper .product-list .product-item .product-item-bottom .price .price-unit {
	font-size: 12px;
	margin-right: -4px
}

.product-wrapper .product-list .product-item .product-item-bottom .public-more {
	font-size: 12px;
	padding: 7px 30px;
	line-height: 20px
}

.product-wrapper .product-more {
	margin-top: 30px
}

.public-title {
	text-align: center;
	margin: 0 0 50px 0;
	position: relative;
}

.public-title:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: -20px;
	width: 60px;
	height: 4px;
	background: var(--primary-color);
}

.public-title h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase
}

.public-title p {
	font-size: 14px;
	color: #333;
	text-transform: uppercase
}

.public-more {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	border: solid 1px #eee;
	transition: .1s;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 2.5rem;
	color: #666;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: .5s
}

.public-more::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s
}

.public-more:hover {
	color: #fff;
	border-color: var(--primary-color)
}

.public-more:hover::after {
	background-color: var(--primary-color)
}

.about-wrapper {
	margin-top: 60px;
	/* margin-bottom: 10px; */
	display: flex;
	align-items: stretch
}

.about-wrapper .container {
	display: flex;
	align-items: stretch;
	padding-left: 0;
	border-radius: 12px;
	overflow: hidden
}

.about-wrapper .left-img {
	flex: 1;
	min-height: 580px;
	float: left;
	display: flex;
	padding-left: 0
}

.about-wrapper .left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-wrapper .left-img .about-img-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.about-wrapper .left-img .about-img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	opacity: 0;
	transition: all 0.4s ease;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%
}

.about-wrapper .left-img .about-img-overlay span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 25px;
	background: var(--primary-color);
	border-radius: 25px;
	transform: translateY(20px);
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px
}

.about-wrapper .left-img .about-img-overlay span i {
	font-size: 14px
}

.about-wrapper .left-img .about-img-link:hover .about-img-overlay {
	opacity: 1
}

.about-wrapper .left-img .about-img-link:hover .about-img-overlay span {
	transform: translateY(0)
}

.about-wrapper .left-img .about-img-link:hover img {
	transform: scale(1.05)
}

.about-wrapper .about-right {
	display: flex;
	align-items: center;
	position: relative;
	float: left
}

.about-wrapper .about-right .count-wrapper {
	margin-top: 20px;
	gap: 15px
}

.about-wrapper .about-right .count-wrapper .count-item {
	padding: 15px 20px;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border-radius: 12px;
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: all 0.3s ease;
	width: calc(50% - 7.5px)
}

.about-wrapper .about-right .count-wrapper .count-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.12)
}

.about-wrapper .about-right .count-wrapper .count-item p {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 500
}

.about-wrapper .about-right .count-wrapper .count-text {
	display: flex;
	align-items: baseline;
	gap: 5px
}

.about-wrapper .about-right .count-wrapper .count-text .number {
	font-weight: 700;
	font-size: 32px;
	color: var(--primary-color);
	line-height: 1
}

.about-wrapper .about-right .count-wrapper .count-text .unit {
	font-size: 14px;
	color: #999;
	font-weight: 500
}

.about-wrapper .about-right .about-right-content {
	height: 100%;
	left: 0px;
	
	padding: 30px 60px
}

.about-wrapper .about-right .about-right-content h2 {
	font-size: 30px;
	font-weight: 700
}

.about-wrapper .about-right .about-right-content p {
	font-size: 14px;
	color: #333;
	text-transform: uppercase
}

.about-wrapper .about-right .about-right-content .info {
	margin-top: 20px;
	line-height: 1.8;
	color: #555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical
}

.about-wrapper .about-right .about-right-content .public-more {
	margin-top: 20px;
	font-size: 14px
}

.case-wrapper {
	background-color: #fff;
	padding: 60px 0;
	position: relative
}

.case-wrapper .case-next,
.case-wrapper .case-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	text-align: center;
	z-index: 999
}

.case-wrapper .case-next i,
.case-wrapper .case-prev i {
	font-size: 30px;
	color: #333
}

.case-wrapper .case-next {
	left: auto;
	right: -50px
}

.case-wrapper .case-prev {
	left: -50px
}

.case-wrapper .case-swiper {
	padding: 0 12px 30px
}

.case-wrapper .case-swiper .swiper-wrapper {
	padding: 20px 0
}

.case-wrapper .case-swiper .swiper-slide {
	border-radius: 12px;
	overflow: hidden
}

.case-wrapper .case-swiper .swiper-slide:hover .swiper-slide-img::before {
	transform: scale(1, 1);
	transform-origin: bottom center
}

.case-wrapper .case-swiper .swiper-slide:hover .swiper-slide-img img {
	transform: scale(1.1)
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper::before {
	opacity: 1;
	transform: scaleY(1)
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper::after {
	color: #fff
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper h3 {
	color: #fff
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper p {
	color: #fff
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img {
	overflow: hidden;
	position: relative;
	border-radius: 12px
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img.swiper-slide-img2 {
	border-radius: 12px 12px 0 0
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(27, 24, 37, .3);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1
}

.case-wrapper .case-swiper .swiper-slide img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transform: scale(1);
	transition: transform 500ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 {
	padding: 25px 50px 25px 25px;
	position: relative;
	background-color: #efefef;
	overflow: hidden;
	transition: all 500ms ease;
	z-index: 2;
	
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	min-height: 150px;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	height: auto;
	-webkit-box-orient: vertical;
	transition: all 200ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 p {
	color: #7b7981;
	font-size: 14px;
	margin-top: 5px;
	height: auto;
	transition: all 350ms ease
}



.case-wrapper .case-swiper .swiper-slide .case-content-wrapper {
	padding: 25px 25px 25px 25px;
	position: relative;
	background-color: #fff;
	margin: -50px 30px 15px;
	overflow: hidden;
	transition: all 500ms ease;
	z-index: 2;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	height: auto;
	min-height: 90px
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--primary-color);
	transition: all 300ms ease;
	opacity: 1;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::after {
	display: none;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	height: auto;
	transition: all 200ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper p {
	color: #7b7981;
	font-size: 14px;
	margin-top: 5px;
	height: auto;
	transition: all 350ms ease
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #000;
	opacity: .2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity .5s, background-color .5s, width .5s;
	transition-delay: .5s, .5s, 0s
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--primary-color);
	width: 30px;
	transition-delay: 0s
}

/* 3D卡片悬停效果 */
.case-wrapper .case-swiper .swiper-slide .case-card-3d {
	display: block;
	transform-style: preserve-3d;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	border-radius: 12px;
	perspective: 1000px
}

.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover {
	transform: translateY(-10px) rotateX(5deg);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

/* 卡片光泽效果 */
.case-wrapper .case-swiper .swiper-slide .swiper-slide-img {
	position: relative;
	overflow: hidden
}

.case-wrapper .case-swiper .swiper-slide .card-shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
	transition: left 0.6s ease;
	z-index: 10;
	pointer-events: none
}

.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover .card-shine {
	left: 150%
}

/* 卡片箭头动画 */
.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 .card-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(-50%) translateX(-20px);
	transition: all 0.4s ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 .card-arrow i {
	color: #fff;
	font-size: 14px;
	transition: transform 0.3s ease
}

.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover .case-content-wrapper2 .card-arrow {
	opacity: 1;
	transform: translateY(-50%) translateX(0)
}

.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover .case-content-wrapper2 .card-arrow i {
	transform: translateX(3px)
}

/* 内容区域悬停效果增强 */
.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover .case-content-wrapper2 {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	transform: translateY(-5px)
}

.case-wrapper .case-swiper .swiper-slide .case-card-3d:hover .case-content-wrapper2 h3 {
	color: var(--primary-color);
	transform: translateX(5px)
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper2 h3 {
	transition: all 0.3s ease
}

/* 打字机效果 */
.typewriter-text {
	position: relative;
	display: inline-block
}

.typewriter-text::after {
	content: '|';
	position: absolute;
	right: -10px;
	animation: blink 1s infinite;
	color: var(--primary-color)
}

@keyframes blink {
	0%, 50% { opacity: 1 }
	51%, 100% { opacity: 0 }
}

/* 背景装饰动画 */
.case-wrapper::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 5%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(var(--primary-rgb), 0.05) 0%, transparent 70%);
	border-radius: 50%;
	animation: float 6s ease-in-out infinite;
	pointer-events: none
}

.case-wrapper::after {
	content: '';
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(var(--primary-rgb), 0.05) 0%, transparent 70%);
	border-radius: 50%;
	animation: float 8s ease-in-out infinite reverse;
	pointer-events: none
}

@keyframes float {
	0%, 100% { transform: translateY(0) scale(1) }
	50% { transform: translateY(-20px) scale(1.1) }
}

/* 导航按钮悬停效果 */
.case-wrapper .case-next,
.case-wrapper .case-prev {
	transition: all 0.3s ease
}

.case-wrapper .case-next:hover,
.case-wrapper .case-prev:hover {
	background: var(--primary-color);
	transform: translateY(-50%) scale(1.1)
}

.case-wrapper .case-next:hover i,
.case-wrapper .case-prev:hover i {
	color: #fff
}

.news-wrapper {
	padding: 60px 0;
	background-color: #fff;
}

.news-wrapper .news-list {
	padding: 10px 0
}

.news-wrapper .news-list .news-item {
	position: relative;
	top: 0;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	margin: 10px 0;
	transition: top .5s;
	box-shadow: 0 2px 8px rgba(100, 100, 100, .1)
}

.news-wrapper .news-list .news-item:hover .news-item-img img {
	transform: translate(-50%, -50%) scale(1.1)
}

.news-wrapper .news-list .news-item:hover .card-body {
	background-color: var(--primary-color);
	color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-title {
	color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-text {
	color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-info {
	color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-info i {
	color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .more {
	color: #fff
}

.news-wrapper .news-list .news-item .news-item-img {
	position: relative;
	overflow: hidden
}

.news-wrapper .news-list .news-item .news-item-img a {
	display: block;
	height: 100%
}

.news-wrapper .news-list .news-item .news-item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .3s
}

.news-wrapper .news-list .news-item .card-body {
	display: inline-block;
	padding: 20px 20px 15px;
	transition: background-color .5s;
	width: 100%
}

.news-wrapper .news-list .news-item .card-body .card-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-text {
	margin-top: 5px;
	font-size: 13px;
	color: #222;
	height: 66px;
	line-height: 22px;
	transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info {
	margin-top: 5px;
	font-size: 13px;
	color: #666;
	transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info i {
	color: #999;
	transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info span {
	margin-right: 10px
}

.news-wrapper .news-list .news-item .card-body .more {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	color: var(--primary-color);
	transition: all 300ms ease
}

.news-wrapper .news-more {
	margin-top: 20px
}

.news-wrapper .news-more .public-more {
	background-color: #fff;
	padding: 10px 20px;
	font-size: 14px
}

.custom-wrapper {
	padding: 60px 0;
	background-color: #fff
}

.custom-wrapper .custom-list {
	margin: 20px 0 0;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2
}

.custom-wrapper .custom-list .custom-item {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	transition: .3s
}

.custom-wrapper .custom-list .custom-item:hover {
	box-shadow: 0 0 8px #ddd;
	z-index: 1;
	cursor: pointer
}

.custom-wrapper .custom-list .custom-item .pic {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	height: 100%
}

.custom-wrapper .custom-list .custom-item .pic img {
	width: 100%
}

.contact-wrapper {
	padding: 60px 0;
	background-color: #f5f5f5
}

.contact-wrapper .row {
	display: flex;
	align-items: stretch
}

.contact-wrapper .contact-left {
	padding: 0 15px;
	display: flex
}

.contact-wrapper .contact-left .contact-img {
	flex: 1;
	min-height: 450px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1)
}

.contact-wrapper .contact-left .contact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.contact-wrapper .contact-right {
	display: flex;
	align-items: stretch;
	padding: 0 15px
}

.contact-wrapper .contact-box {
	padding: 40px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 25px rgba(0,0,0,0.08);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.contact-wrapper .public-title {
	/* text-align: left; */
	margin-bottom: 30px
}

.contact-wrapper .public-title h3 {
	color: #1a1a1a;
	font-size: 28px;
	margin: 0 0 10px 0
}

.contact-wrapper .public-title p {
	color: #666;
	font-size: 16px
}

.contact-wrapper .contact-form {
	margin: 0;
	margin-top: 10px;
}

.contact-wrapper .contact-form .form-group {
	display: flex;
	gap: 15px;
	margin-bottom: 15px
}

.contact-wrapper .contact-form input,
.contact-wrapper .contact-form textarea,
.contact-wrapper .contact-form select {
	width: 100%;
	height: 50px;
	padding: 12px 15px;
	color: #333;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #f8f9fa;
	transition: all 0.3s ease
}

.contact-wrapper .contact-form textarea {
	height: auto;
	resize: vertical;
	min-height: 120px
}

.contact-wrapper .contact-form select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 40px
}

.contact-wrapper .contact-form select option {
	padding: 10px
}

.contact-wrapper .contact-form input:focus,
.contact-wrapper .contact-form textarea:focus,
.contact-wrapper .contact-form select:focus {
	border-color: var(--primary-color);
	background-color: #fff;
	outline: none
}

.contact-wrapper .contact-form input::-moz-placeholder,
.contact-wrapper .contact-form textarea::-moz-placeholder {
	color: #999
}

.contact-wrapper .contact-form input::placeholder,
.contact-wrapper .contact-form textarea::placeholder {
	color: #999
}

.contact-wrapper .contact-form button {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease
}

.contact-wrapper .contact-form button:hover {
	background-color: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3)
}

@media (max-width: 991px) {
	.contact-wrapper .contact-left .contact-img {
		min-height: 300px
	}
	.contact-wrapper .contact-box {
		padding: 30px
	}
}

footer {
	background-color: #1f232b;
	padding: 40px 0
}

footer .footer-link {
	border-bottom: 1px solid #353535;
	padding-bottom: 20px
}

footer .footer-link .public-title {
	color: #aaa
}

footer .footer-link .public-title p {
	color: #555
}

footer .footer-link ul {
	margin-left: 30px;
	flex-wrap: wrap
}

footer .footer-link ul li {
	margin-right: 30px
}

footer .footer-link ul a {
	color: #aaa;
	font-weight: 600;
	font-size: 14px
}

footer .footer-link ul a:hover {
	color: var(--primary-color)
}

footer .footer-logo {
	width: 128px
}

footer .footer-menu {
	padding-top: 20px
}

footer .footer-menu li {
	margin-right: 60px;
	font-size: 14px
}

footer .footer-menu li dt {
	font-size: 16px;
	color: #eee;
	margin-bottom: 5px
}

footer .footer-menu li a {
	color: #999;
	line-height: 30px
}

footer .footer-menu li a:hover {
	color: var(--primary-color)
}

footer .footer-contact {
	margin-top: 20px;
	color: #999;
	display: flex;
	align-items: end;
	text-align: right;
	flex-direction: column
}

footer .footer-contact p {
	font-size: 14px;
	margin-bottom: 5px
}

footer .footer-contact p:first-child {
	font-size: 20px;
	font-weight: 700;
	color: #eee
}

footer .footer-contact .qrcodes {
	margin-top: 10px;
	text-align: center
}

footer .footer-contact .qrcodes .qrcode-img {
	margin-left: 5px
}

footer .footer-contact .qrcodes img {
	width: 100px;
	height: 100px;
	background-color: #eee
}

footer .footer-contact .qrcodes p {
	margin-top: 5px
}

footer .footer-contact .footicon {
	display: flex;
	gap: 12px;
	margin-top: 15px
}

footer .footer-contact .footicon .social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 18px;
	transition: all 0.3s ease
}

footer .footer-contact .footicon .social-link:hover {
	background-color: var(--primary-color);
	color: #fff;
	transform: translateY(-3px)
}

.copyriht {
	padding: 10px 0;
	background-color: #171717;
	text-align: center;
	font-size: 14px;
	color: #666
}

.copyriht a {
	color: #666
}

/* Clinical Images 模块样式 */
.clinical-images-wrapper {
	padding: 60px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%)
}

.clinical-images-wrapper .public-title {
	text-align: center;
	margin-bottom: 50px
}

.clinical-images-wrapper .public-title h3 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
	position: relative;
	display: inline-block
}



.clinical-images-wrapper .clinical-images-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	width: 100%;
	margin: 0;
	justify-content: start
}

.clinical-images-wrapper .clinical-image-col {
	padding: 0
}

.clinical-images-wrapper .clinical-image-item {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: block
}

.clinical-images-wrapper .clinical-image-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 50px rgba(0,0,0,0.2)
}

.clinical-images-wrapper .clinical-image-item {
	position: relative;
	overflow: hidden;
	border-radius: 16px
}

.clinical-images-wrapper .clinical-image-item::before {
	content: '';
	display: block;
	padding-top: 75%
}

.clinical-images-wrapper .clinical-image-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease
}

.clinical-images-wrapper .clinical-image-item:hover img {
	transform: scale(1.1)
}

.clinical-images-wrapper .clinical-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.85) 0%, rgba(var(--primary-rgb), 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s ease
}

.clinical-images-wrapper .clinical-image-item:hover .clinical-image-overlay {
	opacity: 1
}

.clinical-images-wrapper .clinical-image-overlay .overlay-content {
	text-align: center;
	color: #fff;
	transform: translateY(20px);
	transition: transform 0.4s ease
}

.clinical-images-wrapper .clinical-image-item:hover .clinical-image-overlay .overlay-content {
	transform: translateY(0)
}

.clinical-images-wrapper .clinical-image-overlay i {
	font-size: 36px;
	display: block;
	margin-bottom: 8px
}

.clinical-images-wrapper .clinical-image-overlay span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px
}

@media (max-width: 768px) {
	.clinical-images-wrapper .clinical-images-list {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 15px
	}
	
	.clinical-images-wrapper .clinical-image-item img {
		height: 220px
	}
}

.neibanner {
	width: 100%;
	position: relative
}

.neibanner img {
	width: 100%;
	min-height: 400px;
	max-height: 800px;
	-o-object-fit: cover;
	object-fit: cover
}

.neibanner .neibannerdesc {
	width:100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: auto;
	z-index: 1;
	color: #fff
}

.neibanner .neibannerdesc .neibannerdesc-title {
	margin-bottom: 40px
}

.neibanner .neibannerdesc h2 {
	margin-top: 5px;
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
}

.neibanner .neibannerdesc p {
	font-size: 20px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #f1f1f1
}

.neinav {
	width: 100%;
	/* background-color: rgba(0, 0, 0, .15); */
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px auto 40px auto;
}

.neinav .neinav-wrapper li {
	margin: 5px 10px 5px 10px;
}

.neinav .neinav-wrapper li a {
	color: #333;
	display: inline-block;
	line-height: 35px;
	font-size: 16px;
	transition: all .3s ease;
	position: relative;
	background-color: #eee;
	border-radius: 40px;
	padding: 5px 20px;
}

.neinav .neinav-wrapper li.active a {
	background-color: var(--primary-color);
	
	
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

.neinav .neinav-wrapper li:hover a {
	background-color: var(--primary-color);
	
	
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

.neinav .neiposition i.fa {
	color: #ccc
}

.neinav .neiposition i.neiposition-icon {
	color: #ccc;
	margin-right: 5px
}

.neinav .neiposition a {
	font-size: 14px;
	color: #ccc
}

.neinav .neiposition a:hover {
	color: #fff
}

/* 产品页面导航样式 - 优化版 */
.neinav.product-nav {
	padding: 25px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee
}

/* 二级类目 */
.neinav.product-nav .product-nav-level2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0
}

.neinav.product-nav .product-nav-level2 .level2-item {
	background-color: #f5f5f5;
	color: #333;
	padding: 10px 24px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.3s ease;
	display: inline-block;
	border: 2px solid transparent
}

.neinav.product-nav .product-nav-level2 .level2-item:hover {
	background-color: #fff;
	color: var(--primary-color);
	border-color: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.15)
}

.neinav.product-nav .product-nav-level2 .level2-item.active {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3)
}

/* 三级类目 */
.neinav.product-nav .product-nav-level3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px
}

.neinav.product-nav .product-nav-level3 .level3-label {
	color: #999;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400
}

.neinav.product-nav .product-nav-level3 .level3-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px
}

.neinav.product-nav .product-nav-level3 .level3-item {
	background-color: transparent;
	color: #666;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 400;
	transition: all 0.3s ease;
	border: 1px solid #ddd;
	display: inline-block
}

.neinav.product-nav .product-nav-level3 .level3-item:hover {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color)
}

.neinav.product-nav .product-nav-level3 .level3-item.active {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	font-weight: 500
}

.page-content {
	padding: 40px 0;
	margin-top: 0
}

.page-content .page-content-card {
	border: none
}

.product-tab-content {
	padding: 0px 0 40px 0;
	margin-top: 0
}

.product-tab-content .product-tab-card {
	border: none
}

/* 下载页面样式 */
.download-wrapper {
	background-color: #f8f9fa;
	padding: 40px 0
}

/* 左侧分类 */
.download-sidebar {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.08);
	overflow: hidden;
	margin-bottom: 20px
}

.download-sidebar .sidebar-header {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
	padding: 20px;
	color: #fff
}

.download-sidebar .sidebar-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600
}

.download-sidebar .sidebar-header h3 i {
	margin-right: 10px
}

.download-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0
}

.download-sidebar .sidebar-menu li {
	border-bottom: 1px solid #f0f0f0
}

.download-sidebar .sidebar-menu li:last-child {
	border-bottom: none
}

.download-sidebar .sidebar-menu li a {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 14px
}

.download-sidebar .sidebar-menu li a i {
	margin-right: 10px;
	color: #999;
	transition: all 0.3s ease
}

.download-sidebar .sidebar-menu li a:hover {
	background-color: #f8f9fa;
	color: var(--primary-color);
	padding-left: 25px
}

.download-sidebar .sidebar-menu li a:hover i {
	color: var(--primary-color)
}

.download-sidebar .sidebar-menu li.active a {
	background-color: #fff5f5;
	color: var(--primary-color);
	border-left: 3px solid var(--primary-color)
}

.download-sidebar .sidebar-menu li.active a i {
	color: var(--primary-color)
}

/* 右侧内容 */
.download-main {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.08);
	padding: 30px
}

/* 搜索框 */
.download-main .search-box {
	margin-bottom: 30px
}

.download-main .search-box .input-group {
	display: flex;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1)
}

.download-main .search-box .form-control {
	border: none;
	padding: 15px 25px;
	font-size: 14px;
	background: #f8f9fa
}

.download-main .search-box .form-control:focus {
	box-shadow: none;
	background: #fff
}

.download-main .search-box .btn-search {
	background: var(--primary-color);
	color: #fff;
	border: none;
	padding: 15px 30px;
	font-weight: 500;
	transition: all 0.3s ease
}

.download-main .search-box .btn-search:hover {
	background: var(--primary-color)
}

/* 委员会卡片 */
.committee-section {
	margin-bottom: 30px
}

.committee-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.committee-card {
	background: #fdf8f8;
	border-radius: 12px;
	padding: 25px;
	transition: all 0.3s ease
}

.committee-card:hover {
	box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.08);
	transform: translateY(-2px)
}

.committee-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(var(--primary-rgb), 0.1)
}

.committee-members {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

.committee-members p {
	font-size: 14px;
	color: #555;
	padding: 6px 0;
	line-height: 1.5;
	margin: 0
}

@media (max-width: 991px) {
	.committee-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px
	}
}

@media (max-width: 767px) {
	.committee-grid {
		grid-template-columns: 1fr;
		gap: 15px
	}

	.committee-card {
		padding: 20px
	}
}

/* 下载列表 */
.download-list {
	margin-bottom: 30px
}

.download-list .list-header {
	background: #f8f9fa;
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 15px
}

.download-list .list-header .header-title {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

.download-list .list-body .list-item {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.3s ease;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px
}

.download-list .list-body .list-item:last-child {
	border-bottom: none
}

.download-list .list-body .list-item:hover {
	background-color: #fff5f5;
	border-radius: 8px;
	transform: translateX(5px)
}

.download-list .file-info {
	display: flex;
	align-items: center
}

.download-list .file-icon {
	font-size: 24px;
	color: var(--primary-color);
	margin-right: 15px
}

.download-list .file-name {
	font-size: 15px;
	color: #333;
	font-weight: 500;
	transition: color 0.3s ease
}

.download-list .list-item:hover .file-name {
	color: var(--primary-color)
}

.download-list .file-date {
	font-size: 13px;
	color: #999
}

.download-list .btn-download {
	background: var(--primary-color);
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 5px
}

.download-list .btn-download:hover {
	background: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3)
}

/* 分页 */
.download-main .page-pagination {
	text-align: center;
	margin-top: 20px
}

.page-content .page-content-card .tabs {
	display: flex;
	padding: 30px 30px 0;
	border-bottom: 1px solid #eee
}

.page-content .page-content-card .tabs .tabs-item {
	cursor: pointer;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	transition: all .3s ease;
	margin-right: 40px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	margin-bottom: -2px
}

.page-content .page-content-card .tabs .tabs-item.active {
	color: #000;
	border-bottom: 3px solid #000;
	font-weight: 600
}

.page-content .card-body {
	padding: 30px;
	background-color: #fff;
	line-height: 2rem
}

.page-content .card-body img {
	max-width: calc(100% - 60px);
	height: auto
}

.product-tab-content .product-tab-card .tabs {
	display: flex;
	padding: 30px 30px 0;
	border-bottom: 1px solid #eee
}

.product-tab-content .product-tab-card .tabs .tabs-item {
	cursor: pointer;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	transition: all .3s ease;
	margin-right: 40px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	margin-bottom: -2px
}

.product-tab-content .product-tab-card .tabs .tabs-item.active {
	color: #000;
	border-bottom: 3px solid #000;
	font-weight: 600
}

.product-tab-content .card-body {
	padding: 30px;
	background-color: #fff;
	line-height: 2rem
}

.product-tab-content .card-body img {
	max-width: calc(100% - 60px);
	height: auto
}

.page-content .page-content-title {
	font-size: 30px;
	text-align: center
}

.page-content .page-content-timeline {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin-bottom: 20px
}

.page-content .page-content-timeline .page-content-timeline-left {
	font-size: 14px;
	font-weight: 600;
	color: #333
}

.page-content .page-content-timeline .page-content-timeline-left a {
	color: var(--primary-color)
}

.page-content .page-content-timeline .page-content-timeline-left span {
	margin: 0px 5px
}

.page-content .page-content-timeline .page-content-timeline-left i {
	font-style: normal
}

.page-content .page-content-timeline .page-content-timeline-right {
	display: flex;
	justify-content: flex-end
}

.page-content .page-content-timeline .page-content-timeline-right img {
	height: 22px;
	filter: brightness(200%) grayscale(200%);
	margin-right: 10px
}

.page-content .page-content-detags {
	margin: 40px 0px 0px
}

.page-content .page-content-detags p {
	font-size: 14px
}

.page-content .page-content-detags p span {
	color: #666
}

.page-content .page-content-detags p a {
	font-size: 14px;
	margin: 0px 5px;
	color: var(--primary-color)
}

.page-content .next-prev {
	margin-top: 40px;
	justify-content: space-between;
	border-top: 1px solid #eee
}

.page-content .next-prev .row {
	padding: 20px 0
}

.page-content .next-prev .row .next-prev-left,
.page-content .next-prev .row .next-prev-right {
	font-size: 14px;
	color: #666
}

.page-content .next-prev .row .next-prev-right {
	text-align: right
}

.page-content .next-prev .row a {
	color: var(--primary-color)
}

.page-list.product-wrapper {
	margin-top: 30px
}

.page-list.case-wrapper {
	padding: 30px 0
}

.page-list .news-wrapper {
	padding: 30px 0
}

.page-list .product-filter {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 10px
}

.page-list .product-filter .filter-row {
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0
}

.page-list .product-filter .filter-row:last-child {
	border-bottom: none
}

.page-list .product-filter .filter-title {
	padding: 0 15px;
	margin-right: 10px;
	text-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-list .product-filter .filter-values li a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
	background-color: #f2f2f2;
	margin: 5px 8px;
	border-radius: 20px;
	transition: all .3s ease
}

.page-list .product-filter .filter-values li:hover a,
.page-list .product-filter .filter-values li.active a {
	background-color: var(--primary-color);
	color: #fff
}

.culture-wrapper{
	width:100%; 
	height: auto;
	margin: 30px auto 50px auto;
	display: inline-block;
}
.culturelist {
	width:100%;
	margin: 0px auto;
}

.culturelist ul {
	width: 100%;
	margin:0;
}

.culturelist li {
	float: left;
	width: 31.333%;
	margin: 2% 1% 0 1%;
	text-align: center;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	border: 1px solid #999;
	background: #fff;
	position: relative;
	top: 0;
	transition: 0.5s;
}
.culturelist li:hover {
	border: 1px solid var(--primary-color);
}

.culturelist li .icon {
	margin: 30px 0 25px 0
}

.culturelist li .icon img {
	height: 100px;
}

.culturelist li .title {
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: var(--primary-color);
	margin: 0px 0 0px 0
}

.culturelist li .title2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #333
}

.culturelist li .content {
	text-align: center;
	margin: 15px 0 0 0;
	min-height: 140px;
}

.culturelist li:hover {
	top: -15px
}



.case-wrapper .case-item {
	display: block;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	position: relative;
	top: 0;
	transition: top .5s;
	margin-bottom: 30px
}

.case-wrapper .case-item .case-item-img {
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px
}

.case-wrapper .case-item .case-item-img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	transform: scale(1);
	transition: transform 500ms ease;
	border: none !important;
	padding: 0
}

.case-wrapper .case-item .case-content-wrapper {
	padding: 15px 15px 20px;
	transition: all 300ms ease;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px
}

.case-wrapper .case-item .case-item-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	transition: all 300ms ease
}

.case-wrapper .case-item .case-item-info {
	margin: 10px 0;
	color: #666;
	font-size: 14px;
	text-align: left;
	transition: all 300ms ease
}

.case-wrapper .case-item:hover {
	top: -4px
}

.case-wrapper .case-item:hover .case-item-img img {
	transform: scale(1.2)
}

.case-wrapper .case-item:hover .case-content-wrapper {
	background-color: var(--primary-color);
	color: #fff
}

.case-wrapper .case-item:hover .case-content-wrapper .case-item-title {
	color: #fff
}

.case-wrapper .case-item:hover .case-content-wrapper .case-item-info {
	color: #fff
}

.contact-wrapper.page-content {
	background: none
}

.contact-wrapper.page-content h3 {
	font-size: 28px;
	margin: 20px 0;
	color: #1a1a1a
}

.contact-wrapper.page-content h4 {
	color: #999;
	font-size: 14px
}

.contact-wrapper.page-content h5 {
	color: #999;
	font-size: 14px;
	margin-top: 20px
}

.contact-wrapper.page-content .contact_blline {
	height: 4px;
	width: 80px;
	background-color: var(--primary-color)
}

.contact-wrapper.page-content .contact-info-list {
	margin: 20px 0;
	border-top: 1px solid #e6e6e7
}

.contact-wrapper.page-content .contact-info-list p {
	font-size: 14px;
	color: #999;
	padding-bottom: 5px
}

.contact-wrapper.page-content .contact-info-list h6 {
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	cursor: default;
	transition: all .5s;
	word-break: break-all
}

.contact-wrapper.page-content .contact-info-list .col-6 {
	margin: 15px 0px
}

.contact-wrapper.page-content .contact_br form input {
	width: 49%;
	border: 1px solid #ededed;
	background: #f5f5f7;
	padding: 10px 20px;
	height: 60px;
	font-size: 16px;
	margin-bottom: 15px
}

.contact-wrapper.page-content .contact_br form textarea {
	width: 100%;
	height: 130px;
	font-size: 16px;
	border: 1px solid #ededed;
	background: #f5f5f7;
	padding: 20px
}

.contact-wrapper.page-content .contact_br form button {
	background: var(--primary-color);
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 58px;
	border: 0px;
	cursor: pointer;
	text-align: center;
	margin-top: 15px;
	border-radius: 50px
}

.contact-wrapper.page-content .contact_t {
	margin: 50px 0px 0;
	padding: 10px 0px;
	border-top: 1px solid #f2f2f2
}

.newslistp_bot {
	width: 100%;
	height: auto;
	margin-top: 30px
}

.newslistp_bot ul li {
	margin-bottom: 40px;
	transition: all .5s
}

.newslistp_bot ul li a {
	display: block;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden
}

.newslistp_botimg {
	width: 100%;
	height: 190px;
	overflow: hidden
}

.newslistp_botimg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 500ms ease
}

.newslistp_botdes {
	padding: 15px;
	background-color: #fff;
	flex-direction: column;
	align-items: flex-start;
	transition: all .5s
}

.newslistp_botdes h3 {
	color: #333;
	font-size: 16px
}

.newslistp_botdes p {
	font-size: 14px;
	color: #333;
	width: 100%;
	text-align: right
}

.newslistp_bot ul li:hover .newslistp_botimg img {
	transform: scale(1.05)
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
	color: var(--primary-color)
}

.newslistp_bot ul li:hover .newslistp_botdes {
	background-color: var(--primary-color);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1)
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
	color: #fff
}

.page-pagination {
	text-align: center;
	width: 100%
}

.page-pagination .pagination,
.page-pagination .pager {
	display: inline-block;
	padding-left: 0;
	margin: 30px 0;
	border-radius: 8px
}

.page-pagination .pagination>li,
.page-pagination .pager>li {
	display: inline
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span,
.page-pagination .pager>li>a,
.page-pagination .pager>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: var(--primary-color);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
	z-index: 2;
	color: var(--primary-color);
	background-color: #eee;
	border-color: #ddd
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: var(--primary-color);
	border-color: var(--primary-color)
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.page-pagination .pagination .jumpto {
	display: inline-block;
	margin-left: 2px
}

.page-pagination .pagination .jumpto input {
	padding: 6px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left
}

.page-pagination .pagination .jumpto .page_number {
	width: 125px;
	text-align: center;
	margin-right: -1px
}

.page-pagination .pager>.disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.product-detail-row {
	align-items: stretch;
	margin-bottom: 0
}

.product-detail-row > .col-lg-8,
.product-detail-row > .col-lg-4 {
	display: flex;
	flex-direction: column
}

.left-content-wrapper {
	background-color: #fff;
	margin-top: 60px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	flex: 1
}

.recommended-products {
	background-color: #fff;
	overflow: hidden;
	margin-top: 60px;
	flex: 1
}

.product-content-info {
	padding: 0
}

.procontent_1 {
	width: 100%;
	background-color: #f9fafc;
	position: relative;
	overflow: hidden;
	padding: 50px 0
}

.procontent1_l,
.procontent1_r {
	height: auto;
	padding: 30px;
	box-sizing: border-box
}

.procontent1_l .gallery-top {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	aspect-ratio: 4/3
}

.procontent1_l .gallery-top .swiper-slide {
	border: 1px solid #ddd
}

.procontent1_l .gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
	overflow: hidden
}

.procontent1_l .gallery-thumbs .swiper-slide {
	aspect-ratio: 4/3;
	border: 1px solid #999;
	opacity: .4;
	transition: all .5s
}

.procontent1_l .gallery-thumbs .swiper-slide-thumb-active {
	border-color: #000;
	opacity: 1
}

.procontent1_l .swiper-slide {
	background: none;
	overflow: hidden
}

.procontent1_l .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.procont_ltop h2 {
	font-size: 28px;
	color: #333
}

.procont_ltop p {
	letter-spacing: 1px;
	margin-top: 10px;
	font-size: 16px;
	color: #333
}

.procont_lbot {
	margin-top: 30px;
	background-color: #fff;
	padding: 0px 0px;
}

.procont_lbot p {
	font-size: 15px;
	line-height: 30px
}

.procontent_zx {
	margin-top: 40px
}

.procontent_zx a {
	width: 150px;
	height: 40px;
	transition: all .5s;
	justify-content: center;
	background-color: #111;
	color: #fff;
	margin-right: 10px
}

.procontent_zx a .fa {
	margin-right: 5px
}

.procontent_zx .product-info-price {
	background-color: var(--primary-color)
}

.procontent_zx .product-info-price .price-text {
	font-size: 18px;
	font-weight: 600
}

.download-wrapper .card-body {
	padding: 50px
}

.download-wrapper .card-body .list-header {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px
}

.download-wrapper .card-body .row {
	border-bottom: 1px solid #f2f2f2;
	align-items: center;
	justify-content: space-between
}

.download-wrapper .card-body .row .card-title {
	margin: 25px 0
}

.download-wrapper .card-body .row .create_time {
	color: #666
}

.download-wrapper .card-body .row .btn {
	border-radius: 50px;
	font-size: 14px;
	background-color: var(--primary-color);
	border: none;
}

.recommended-products .recommended-title {
	padding: 20px 20px 0
}

.recommended-products .recommended-title h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--primary-color);
	display: inline-block;
	margin: 0
}

.recommended-products .recommended-list {
	padding: 15px 20px 20px
}

.recommended-products .recommended-item {
	margin-bottom: 15px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	transition: all .3s ease;
	background-color: #fff
}

.recommended-products .recommended-item:last-child {
	margin-bottom: 0
}

.recommended-products .recommended-item:hover {
	transform: translateY(-3px)
}

.recommended-products .recommended-item a {
	display: block;
	text-decoration: none;
	color: inherit
}

.recommended-products .recommended-item-img {
	overflow: hidden
}

.recommended-products .recommended-item-img img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
	transition: transform .4s ease
}

.recommended-products .recommended-item:hover .recommended-item-img img {
	transform: scale(1.08)
}

.recommended-products .recommended-item-info {
	padding: 12px 14px
}

.recommended-products .recommended-item-info h5 {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin: 0 0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color .3s ease
}

.recommended-products .recommended-item:hover .recommended-item-info h5 {
	color: var(--primary-color)
}

.recommended-products .recommended-item-info p {
	font-size: 12px;
	color: #999;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media(min-width: 1400px) {
	.container {
		max-width: 88%
	}
}

@media(max-width: 1199.98px) {
	.nav-pc {
		max-width: calc(100% - 300px);
		overflow: hidden
	}

	.nav-pc .menu>ul>li {
		padding: 0 15px
	}

	.nav-pc .menu>ul>li a {
		font-size: 14px
	}

	.footer-link .left {
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		flex-wrap: wrap
	}

	.footer-link .left .footer-link-wrapper li {
		margin-right: 10px
	}

	.footer-link .left .footer-link-wrapper a {
		font-weight: 400;
		font-size: 13px
	}

	.footer-menu ul {
		flex-wrap: wrap
	}

	.neibanner {
		height: 230px
	}

	.neibanner .neibannerdesc p {
		font-size: 18px
	}

	.neibanner .neibannerdesc h2 {
		font-size: 32px
	}

	.neinav .neinav-wrapper li a {
		font-size: 12px
	}

	.neinav .neinav-wrapper li.active a {
		font-size: 12px
	}
}

@media(max-width: 991.98px) {
	header {
		height: 60px
	}

	header .lang-wrapper .lang-dropdown {
		padding-top: 15px
	}

	header .search-wrapper {
		height: 60px
	}

	header .search-wrapper .search-wrapper-content {
		width: 90% !important
	}

	header .search-wrapper .search-input {
		width: calc(100% - 130px);
		height: 35px
	}

	header .search-wrapper .search-submit {
		height: 33px;
		width: 90px
	}

	.main-slider h2 {
		font-size: 45px
	}

	.main-slider p {
		font-size: 16px;
		margin-bottom: 40px
	}

	.main-slider .swiper-slide-content {
		padding: 0 30px
	}

	.main-slider .swiper-slide-content .more {
		font-size: 14px;
		padding: 10px 20px
	}

	.main-slider .main-slider__nav {
		display: none
	}

	#main-slider-pagination {
		bottom: 15px;
		z-index: 100
	}

	.menu-mobile {
		display: block !important
	}

	.nav-pc .menu>ul {
		display: none !important
	}

	.nav-pc .menu>ul>li {
		width: 100%;
		display: block;
		height: auto !important;
		line-height: 50px;
		border-bottom: 1px solid #f2f2f2;
		background: #fff
	}

	.nav-pc .menu>ul>li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		font-weight: 400
	}

	.nav-pc .menu>ul>li>.sub-menu {
		padding: 0 25px;
		position: relative;
		box-shadow: none;
		border-radius: 0
	}

	.nav-pc .menu>ul>li>.sub-menu.normal-sub {
		width: 100%
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list {
		flex-direction: column;
		align-items: start
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item {
		width: 100%;
		border-bottom: 1px solid #f2f2f2
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a {
		padding: 0 1em
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item:last-child {
		border: none
	}

	.nav-pc .menu>ul>li>.sub-menu>li {
		width: 100%;
		margin-top: 20px
	}

	.nav-pc .menu>ul>li>.sub-menu>li:first-child {
		margin: 0
	}

	.nav-pc .menu>ul>li>.sub-menu>li>ul {
		position: relative
	}

	.nav-pc .menu>ul>li>.sub-menu>li>ul>li {
		float: none
	}

	.nav-pc .menu .show-on-mobile {
		display: block !important;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100vw;
		height: calc(100vh - 60px);
		background-color: rgba(0, 0, 0, .5);
		border-top: 1px solid #e5e5e5;
		z-index: 0;
		transition: all .3s;
		overflow-y: auto
	}

	.product-wrapper .public-title {
		text-align: center
	}

	.product-wrapper .link-section {
		margin-bottom: 10px;
		justify-content: center !important
	}

	.product-wrapper .link-section a {
		margin-top: 10px
	}

	.about-wrapper .about-right {
		height: 500px
	}

	.about-wrapper .about-right .about-right-content {
		padding: 40px 60px;
		left: 0;
		bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.about-wrapper .left-img {
		width: 100%;
		height: auto;
		border-radius: 0
	}

	.about-wrapper .left-img img {
		width: 100%
	}

	.about-wrapper .container {
		border-radius: 0;
		overflow: visible;
		padding-left: 15px
	}

	.footer-link .left {
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		flex-wrap: wrap
	}

	.footer-link .left .footer-link-wrapper li {
		margin-right: 10px
	}

	.footer-link .left .footer-link-wrapper a {
		font-weight: 400;
		font-size: 13px
	}

	.footer-contact {
		align-items: start !important;
		text-align: left !important
	}

	.footer-contact .qrcodes .qrcode-img {
		margin: 0 5px 0 0 !important
	}

	.next-prev .next-prev-right {
		text-align: left !important
	}
}

@media(max-width: 575.98px) {
	.main-slider h2 {
		font-size: 36px;
		line-height: 40px
	}

	.main-slider p {
		font-size: 16px;
		margin-bottom: 40px
	}

	.main-slider .swiper-slide-content {
		padding: 0 30px
	}

	.main-slider .swiper-slide-content .more {
		font-size: 14px;
		padding: 10px 20px
	}

	.main-slider .main-slider__nav {
		display: none
	}

	#main-slider-pagination {
		bottom: 15px;
		z-index: 100
	}

	.about-wrapper .about-right {
		height: auto
	}

	.about-wrapper .about-right .about-right-content {
		position: relative;
		padding: 30px 15px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.about-wrapper .container {
		border-radius: 0;
		overflow: visible;
		padding-left: 15px
	}

	.about-wrapper .about-right .about-right-content h2 {
		font-size: 24px
	}

	.public-title h3 {
		font-size: 24px
	}

	.public-title p {
		font-size: 14px
	}

	.product-wrapper .public-title {
		text-align: center
	}

	.product-wrapper .link-section {
		margin-bottom: 10px;
		justify-content: center !important
	}

	.product-wrapper .link-section a {
		margin-top: 10px
	}

	.case-wrapper .case-next {
		right: 0 !important
	}

	.news-wrapper .public-title {
		text-align: center
	}

	.custom-wrapper {
		padding: 30px 0 !important
	}

	.custom-wrapper .public-title {
		text-align: center
	}

	.contact-wrapper .contact-form {
		flex-direction: column
	}

	.contact-wrapper .contact-content input,
	.contact-wrapper .contact-content button {
		width: 100%;
		margin: 0 0 10px 0 !important
	}

	.contact-wrapper .contact-content .remark {
		width: 100%
	}

	.contact-wrapper .contact-content button {
		height: 50px
	}

	.footer-link .left {
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		flex-wrap: wrap
	}

	.footer-link .left .footer-link-wrapper li {
		margin-right: 10px
	}

	.footer-link .left .footer-link-wrapper a {
		font-weight: 400;
		font-size: 13px
	}

	.footer-contact {
		align-items: start !important;
		text-align: left !important
	}

	.footer-contact .qrcodes .qrcode-img {
		margin: 0 5px 0 0 !important
	}

	.download-wrapper .card-body {
		padding: 20px
	}

	.download-wrapper .card-body .row .btn {
		font-size: 12px;
		padding: 6px 10px
	}
}

#backTop {
	position: fixed;
	right: 10px;
	top: 75%;
	transform: translateY(-50%);
	z-index: 888;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

#backTop span {
	cursor: pointer;
	background: #fff;
	border: 1px solid #f0f0f0;
	width: 40px;
	height: 50px;
	color: #fff;
	display: block;
	position: relative;
	margin: 0px 0;
	right: 0
}

#backTop span:first-child {
	border-radius: 5px 5px 0 0
}

#backTop span:last-child {
	border-radius: 0 0 5px 5px
}

#backTop span#gttop {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important
}

#backTop span#gttop i {
	color: #fff
}

#backTop span i {
	z-index: 1
}

#backTop span small {
	width: 180px;
	height: 180px;
	position: absolute;
	left: -220px;
	top: 0;
	box-shadow: 0 0 9pt rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 0;
	transition: all .2s ease
}

#backTop span small.telTop {
	width: auto;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 15px;
	text-align: center;
	font-size: 18px;
	color: #333;
	right: 70%;
	left: auto;
	visibility: hidden
}

#backTop span:hover.ft-tel small.telTop {
	visibility: visible;
	opacity: 1;
	right: 100%
}

#backTop span:hover.ft-wx small.weixin {
	visibility: visible;
	opacity: 1;
	left: -190px
}

#backTop span i {
	text-align: center;
	color: #333;
	width: 40px;
	height: 50px;
	font-style: inherit;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -20px;
	font-size: 15px
}

#backTop span.ft-tel i {
	font-size: 18px
}

#backTop a {
	color: #fff;
	display: block;
	cursor: pointer
}

#backTop span small b {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: -22px;
	z-index: 999;
	font-size: 26px
}

/* 优势展示模块新样式 - advantage-wrapper */
.advantage-wrapper {
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 50%, #f8f9fa 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden
}

/* 背景装饰 */
.advantage-wrapper::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(var(--primary-rgb), 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none
}

.advantage-wrapper::after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(var(--primary-rgb), 0.05) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none
}

/* Grid布局 */
.advantage-wrapper .advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
	z-index: 1
}

/* 单个优势项 */
.advantage-wrapper .advantage-item {
	background: #fff;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.03)
}

.advantage-wrapper .advantage-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
	border-color: rgba(var(--primary-rgb), 0.15)
}

/* 卡片内部 */
.advantage-wrapper .advantage-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%
}

/* 图片区域 */
.advantage-wrapper .advantage-image {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden
}

.advantage-wrapper .advantage-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease
}

.advantage-wrapper .advantage-item:hover .advantage-image img {
	transform: scale(1.08)
}

.advantage-wrapper .advantage-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px;
	opacity: 1;
	transition: all 0.4s ease
}

.advantage-wrapper .advantage-item:hover .advantage-image-overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%)
}

/* 数字徽章 - 放在图片右上角 */
.advantage-wrapper .advantage-num-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease;
	backdrop-filter: blur(10px)
}

.advantage-wrapper .advantage-item:hover .advantage-num-badge {
	transform: scale(1.1);
	background: var(--primary-color);
	color: #fff
}

/* 内容体 */
.advantage-wrapper .advantage-body {
	padding: 25px 30px 30px;
	flex: 1;
	display: flex;
	flex-direction: column
}

/* 头部区域 - 图标和标题并排 */
.advantage-wrapper .advantage-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px
}

/* 图标盒子 */
.advantage-wrapper .advantage-icon-box {
	width: 50px;
	height: 50px;
	flex-shrink: 0
}

.advantage-wrapper .advantage-icon {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--primary-color) 0%, rgba(var(--primary-rgb), 0.85) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.25)
}

.advantage-wrapper .advantage-item:hover .advantage-icon {
	transform: scale(1.08) rotate(-5deg);
	border-radius: 12px
}

.advantage-wrapper .advantage-icon i {
	font-size: 22px;
	color: #fff;
	transition: all 0.4s ease
}

.advantage-wrapper .advantage-item:hover .advantage-icon i {
	transform: scale(1.1)
}

/* 标题 */
.advantage-wrapper .advantage-header h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0;
	transition: all 0.3s ease;
	line-height: 1.4
}

.advantage-wrapper .advantage-item:hover .advantage-header h3 {
	color: var(--primary-color)
}

/* 描述文字 */
.advantage-wrapper .advantage-body p {
	font-size: 14px;
	color: #6b7280;
	line-height: 1.7;
	margin: 0;
	padding-left: 65px
}

/* 悬停光效 */
.advantage-wrapper .advantage-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transition: left 0.7s ease;
	z-index: 3;
	pointer-events: none
}

.advantage-wrapper .advantage-item:hover::before {
	left: 100%
}

/* 响应式 - 平板端 */
@media (max-width: 991px) {
	.advantage-wrapper {
		padding: 60px 0
	}
	.advantage-wrapper .advantage-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
	.advantage-wrapper .advantage-image {
		height: 180px
	}
	.advantage-wrapper .advantage-image-overlay {
		padding: 15px
	}
	.advantage-wrapper .advantage-num-badge {
		width: 38px;
		height: 38px;
		font-size: 14px
	}
	.advantage-wrapper .advantage-body {
		padding: 20px 22px 25px
	}
	.advantage-wrapper .advantage-header {
		gap: 12px;
		margin-bottom: 12px
	}
	.advantage-wrapper .advantage-icon-box {
		width: 44px;
		height: 44px
	}
	.advantage-wrapper .advantage-icon {
		border-radius: 12px
	}
	.advantage-wrapper .advantage-icon i {
		font-size: 20px
	}
	.advantage-wrapper .advantage-header h3 {
		font-size: 16px
	}
	.advantage-wrapper .advantage-body p {
		font-size: 13px;
		padding-left: 56px;
		line-height: 1.6
	}
}

/* 响应式 - 移动端 */
@media (max-width: 767px) {
	.advantage-wrapper {
		padding: 40px 0
	}
	.advantage-wrapper::before {
		width: 200px;
		height: 200px;
		top: -50px;
		right: -50px
	}
	.advantage-wrapper::after {
		width: 250px;
		height: 250px;
		bottom: -75px;
		left: -75px
	}
	.advantage-wrapper .advantage-grid {
		grid-template-columns: 1fr;
		gap: 20px
	}
	.advantage-wrapper .advantage-image {
		height: 200px
	}
	.advantage-wrapper .advantage-image-overlay {
		padding: 18px
	}
	.advantage-wrapper .advantage-num-badge {
		width: 40px;
		height: 40px;
		font-size: 15px
	}
	.advantage-wrapper .advantage-body {
		padding: 22px 25px 28px
	}
	.advantage-wrapper .advantage-header {
		gap: 14px;
		margin-bottom: 14px
	}
	.advantage-wrapper .advantage-icon-box {
		width: 48px;
		height: 48px
	}
	.advantage-wrapper .advantage-icon {
		border-radius: 12px
	}
	.advantage-wrapper .advantage-icon i {
		font-size: 20px
	}
	.advantage-wrapper .advantage-header h3 {
		font-size: 17px
	}
	.advantage-wrapper .advantage-body p {
		font-size: 14px;
		padding-left: 62px
	}
}

/*# sourceMappingURL=style.min.css.map */