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";
	
}

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: #0A6FAA;
	--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;
	border-top: 3px solid var(--primary-color);
	display: flex;
	align-items: center
}

header .header-right {
	height: 100%;
	display: flex;
	align-items: center
}

header .logo {
	max-width: 148px
}

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: 100%;
	height: 19px;
	cursor: pointer
}

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: 0
}

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: 0
}

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-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	vertical-align: middle;
	border: 1px solid rgba(255,255,255,0.6);
	outline: none !important;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	padding: 12px 30px;
	transition: all .3s linear;
	overflow: hidden;
	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-content .more:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color)
}

.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: 50px;
	line-height: 70px;
	letter-spacing: 0.1em;
}

.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 i,
.main-slider__nav .swiper-button-prev i {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.main-slider__nav .swiper-button-prev i {
	left: -1.2px;
	top: -1.5px
}

.main-slider__nav .swiper-button-next i {
	left: 1.2px;
	top: -1.5px
}


.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: 10;
	bottom: 59px;
	left: 50%;
	width: 100%;
	max-width: 88%;
	transform: translate(-50%, calc(0% + 0px));
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px
}

#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
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 10px;
	opacity: 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)
}

.nav-pc {
	height: 100%;
	margin-right: 20px
}

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

.nav-pc .menu-dropdown-icon>a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/assets/addons/ldcms/ldcms2025/images/icon-dh-1.png) no-repeat center center;
	background-size: contain;
	margin-left: 5px;
	flex-shrink: 0
}

.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 20px;
	margin: 0;
	height: 100%
}

.nav-pc .menu>ul>li a {
	white-space: nowrap;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	color: rgba(0, 0, 0, 0.85);
	font-size: 15px;
	/* font-weight: 500 */
}

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

.nav-pc .menu>ul>li a.active {
	color: var(--primary-color);
	position: relative
}

.nav-pc .menu>ul>li a.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary-color)
}

.nav-pc .menu>ul>li:hover>a {
	color: var(--primary-color);
	position: relative
}

.nav-pc .menu>ul>li:hover>a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary-color)
}

.nav-pc .menu>ul>li.menu-dropdown-icon a.active::after,
.nav-pc .menu>ul>li.menu-dropdown-icon:hover>a::after {
	background-image: url(/assets/addons/ldcms/ldcms2025/images/icon-dh-2.png)
}

.nav-pc .menu>ul>li>.sub-menu {
	display: none;
	width: 100vw;
	background: #f5f7fa;
	padding: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 999;
	margin: 0;
	box-sizing: border-box;
	/* box-shadow: 0 4px 20px rgba(0, 0, 0, .08); */
	border-top: 1px solid #e5e8ed;
	overflow: hidden
}

.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-inner {
	padding: 0 15px
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-header {
	padding: 20px 0 15px;
	border-bottom: none;
	background: transparent
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-header a {
	color: rgba(0, 0, 0, 0.86);
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	height: auto;
	gap: 8px
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-header a:hover {
	color: var(--primary-color)
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-header .sub-menu-arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('/assets/addons/ldcms/ldcms2025/images/icon-submenu-1.png') no-repeat center center;
	background-size: contain;
	flex-shrink: 0
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-header a:hover .sub-menu-arrow {
	background-image: url('/assets/addons/ldcms/ldcms2025/images/icon-submenu-2.png')
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-body {
	display: flex;
	padding: 10px 0 30px;
	gap: 40px
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-image {
	width: 188px;
	flex-shrink: 0
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 0px;
	display: block
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-list {
	flex: 1;
	display: grid;
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
	gap: 16px 40px;
	align-content: space-between;
	justify-content: start;
	padding-top: 0;
	height: 140px
}

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

.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a {
	font-size: 15px;
	color: #333;
	padding: 4px 0;
	display: flex;
	align-items: center;
	font-weight: 400;
	text-decoration: none
}

.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #333;
	margin-right: 12px;
	flex-shrink: 0;
	display: inline-block
}

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

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



.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
}

.product-wrapper {
	background-color: #fff;
	padding: 60px 0;
	margin: 0;
	position: relative;
	overflow: hidden
}

.product-wrapper .product-section-title {
	font-size: 24px;
	color: var(--primary-color);
	font-weight: 700;
	margin-bottom: 25px;
	
	display: inline-block
}

.product-wrapper .product-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 30px
}

.product-wrapper .product-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 0;
    border: 1px solid #333;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s;
    flex: 1;
    min-width: 100px;
    white-space: nowrap
}

.product-wrapper .product-tag .product-tag-text {
    text-decoration: underline
}

.product-wrapper .product-tag:hover {
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.product-wrapper .product-tag i {
    font-size: 12px;
    text-decoration: none
}

.product-wrapper .product-swiper {
	padding: 0 0 40px;
	position: relative
}

.product-wrapper .product-swiper .swiper-slide {
	overflow: hidden
}

.product-wrapper .product-swiper .swiper-slide a {
	display: block;
	text-decoration: none
}

.product-wrapper .product-swiper .swiper-slide .product-slide-img {
	overflow: hidden;
	position: relative;
	padding-bottom: 100%
}

.product-wrapper .product-swiper .swiper-slide .product-slide-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: transform 500ms ease
}

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

.product-wrapper .product-swiper .swiper-slide .product-slide-name {
	text-align: center;
	padding: 25px 5px;
	font-size: 16px;
	color: #333;
	background-color: #f5f5f5;
	transition: all .3s;
	text-decoration: underline
}

.product-wrapper .product-swiper .swiper-slide:hover .product-slide-name {
	background-color: var(--primary-color);
	color: #fff
}

.product-wrapper .product-next,
.product-wrapper .product-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	text-align: center;
	z-index: 999;
	background-color: #fff;
	cursor: pointer
}

.product-wrapper .product-next {
	left: auto;
	right: 10px
}

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

.product-wrapper .product-next,
.product-wrapper .product-prev {
	display: none
}

@media (min-width:1400px) {

	.product-wrapper .product-next,
	.product-wrapper .product-prev {
		display: flex
	}
}

.product-wrapper .product-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 0;
	padding-top: 10px
}

.product-wrapper .product-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background: #ddd;
	border-radius: 2px;
	opacity: 1;
	margin: 0
}

.product-wrapper .product-pagination .swiper-pagination-bullet-active {
	background: var(--primary-color)
}

.public-title h3 {
	font-size: 30px;
	font-weight: 700;
	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 {
	background-color: #0A6FAA;
	padding: 60px 0;
	margin: 0
}

.about-wrapper .about-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 35px
}

.about-wrapper .about-content {
    align-items: stretch
}

.about-wrapper .about-left img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 500ms ease
}

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

.about-wrapper .about-swiper .swiper-pagination {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10
}

.about-wrapper .about-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 4px
}

.about-wrapper .about-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff
}

.about-wrapper .about-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-wrapper .about-text {
    color: #fff;
    padding: 0px 0 0px 40px;
    flex: 0.995;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-wrapper .about-desc {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 35px
}

.about-wrapper .about-count {
	margin-bottom: 35px
}

.about-wrapper .about-count .count-item {
	margin-bottom: 15px
}

.about-wrapper .about-count .count-num {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1
}

.about-wrapper .about-count .count-num .unit {
	font-size: 40px;
	font-weight: 700;
	color: #fff
}

.about-wrapper .about-count .count-label {
	font-size: 16px;
	color: rgba(255, 255, 255);
	margin-top: 8px;
	margin-bottom: 0
}

.about-wrapper .about-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
    width: auto
}

.about-wrapper .about-more-btn:hover {
	background-color: #fff;
	color: #0A6FAA
}

@media (max-width:991px) {
	.about-wrapper .about-text {
		padding: 30px 0 0
	}

	.about-wrapper .about-count .count-num {
		font-size: 32px
	}

	.about-wrapper .about-count .count-num .unit {
		font-size: 32px
	}
}

.case-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0
}

@media (max-width: 991px) {
	.case-wrapper {
		height: auto;
		min-height: 500px
	}
}

.case-wrapper .case-swiper {
	width: 100%;
	height: 100%
}

.case-wrapper .case-slide {
	width: 100%;
	height: 100%
}

.case-wrapper .case-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.case-wrapper .case-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2)
}

.case-wrapper .case-content {
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #fff
}

.case-wrapper .case-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 55px;
	margin-top:60px;
}

.case-wrapper .case-item-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color .3s
}

.case-wrapper .case-item-title a {
	color: inherit;
	text-decoration: none
}

.case-wrapper .case-item-title a:hover {
	color: var(--primary-color)
}

.case-wrapper .case-desc {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
	opacity: 0.9
}

.case-wrapper .case-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 28px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	text-decoration: none
}

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

.case-wrapper .case-tabs-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 20;
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.case-wrapper .case-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 90px
}

.case-wrapper .case-tab-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	cursor: pointer;
	transition: all .3s;
	border: none;
	background: transparent;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.case-wrapper .case-tab-item:first-child {
	border-left: none
}

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

.case-wrapper .case-next,
.case-wrapper .case-prev,
.case-wrapper .swiper-pagination {
	display: none
}
	line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 200ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper p {
	color: #7b7981;
	font-size: 14px;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	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
}

.home-case-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 680px
}

@media (max-width: 640px) {
	.home-case-wrapper {
		height: auto;
		min-height: 500px
	}

	.home-case-wrapper .home-case-swiper {
		min-height: 500px
	}

	.home-case-wrapper .home-case-slide {
		min-height: 500px
	}
}

.home-case-wrapper .home-case-swiper {
	width: 100%;
	height: 100%
}

.home-case-wrapper .home-case-slide {
	width: 100%;
	height: 100%
}

.home-case-wrapper .home-case-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.home-case-wrapper .home-case-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2)
}

.home-case-wrapper .home-case-content {
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #fff
}

.home-case-wrapper .home-case-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 55px;
	margin-top: 60px
}

.home-case-wrapper .home-case-item-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color .3s
}

.home-case-wrapper .home-case-item-title a {
	color: inherit;
	text-decoration: none
}

.home-case-wrapper .home-case-item-title a:hover {
	color: var(--primary-color)
}

.home-case-wrapper .home-case-desc {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
	opacity: 0.9
}

.home-case-wrapper .home-case-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 28px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	text-decoration: none
}

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

.home-case-wrapper .home-case-tabs-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 20;
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.home-case-wrapper .home-case-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 90px
}

.home-case-wrapper .home-case-tab-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	cursor: pointer;
	transition: all .3s;
	border: none;
	background: transparent;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.home-case-wrapper .home-case-tab-item:first-child {
	border-left: none
}

.home-case-wrapper .home-case-tab-item.active {
	background-color: var(--primary-color);
	color: #fff
}

.home-case-wrapper .home-case-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 30;
	display: none
}

.home-case-wrapper .home-case-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 3px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	margin: 0 4px;
	border-radius: 2px;
	transition: opacity .3s, background-color .3s, width .3s
}

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

@media (max-width: 640px) {
	.home-case-wrapper .home-case-pagination {
		display: flex;
		justify-content: center
	}
}

.news-wrapper {
	padding: 60px 0
}

.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: 30px
}

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

.news-tabs-wrapper {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0
}

.news-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0;
	width: 100%
}

.news-tab-item {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 18px 10px;
	font-size: 24px;
	color: #000;
	cursor: pointer;
	transition: color .3s;
	white-space: nowrap;
	font-weight: 400
}

.news-tab-item+.news-tab-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background-color: #ddd
}

.news-tab-item:hover {
	color: #333
}

.news-tab-item.active {
	color: var(--primary-color);
	font-weight: 700
}

.news-tab-item.active::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--primary-color)
}

.news-panels {
	position: relative;
	margin-top: 0
}

.news-panel {
	display: none
}

.news-panel.active {
	display: block
}

.news-list-new {
	list-style: none;
	padding: 0;
	margin: 0
}

.news-list-item {
	border-bottom: 1px solid #e8e8e8
}

.news-list-item a {
	display: flex;
	align-items: center;
	padding: 24px 10px 22px 0px;
	color: inherit;
	text-decoration: none;
	transition: background .2s
}

.news-list-item a:hover {
	background-color: #fafafa
}

.news-list-item a:hover .news-title {
	color: var(--primary-color)
}

.news-date {
	flex-shrink: 0;
	width: 120px;
	font-size: 16px;
	color: #666
}

.news-title {
	flex: 1;
	font-size: 16px;
	color: var(--primary-color);
	padding: 0 20px;
	transition: color .3s
}

.news-arrow {
	flex-shrink: 0;
	font-size: 16px;
	color: #666
}

.news-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 36px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	transition: all .3s;
	text-decoration: none;
	background-color: transparent
}

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

@media (max-width:768px) {
	.news-tabs {
		overflow-x: auto;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch
	}

	.news-tab-item {
		padding: 14px 20px;
		font-size: 15px
	}

	.news-date {
		width: 130px;
		font-size: 12px
	}

	.news-title {
		font-size: 14px;
		padding: 0 10px
	}
}

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

.tech-wrapper .tech-section-title {
	font-size: 24px;
	color: var(--primary-color);
	font-weight: 700;
	margin-bottom: 30px
}

.tech-wrapper .tech-list {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap
}

.tech-wrapper .tech-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	min-width: 0
}

.tech-wrapper .tech-item {
    background-color: #f5f5f5;
    border-radius: 0;
    overflow: hidden
}

.tech-wrapper .tech-item-title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	transition: color .3s
}

.tech-wrapper .tech-link:hover .tech-item-title,
.tech-wrapper a.tech-item:hover .tech-item-title {
	color: var(--primary-color);
	
}

.tech-wrapper .tech-link:hover .tech-item-title1,
.tech-wrapper a.tech-item:hover .tech-item-title1 {
	color: #333;
	
}


.tech-wrapper .tech-col-left .tech-img img,
.tech-wrapper .tech-col-right .tech-img img {
	transition: transform 500ms ease
}

.tech-wrapper .tech-link:hover .tech-img img,
.tech-wrapper a.tech-item:hover .tech-img img {
	transform: scale(1.05)
}

.tech-wrapper .tech-item-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 12px;
    min-height: calc(13px * 1.8 * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tech-wrapper .tech-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
	transition: all .3s
}

.tech-wrapper .tech-more:hover {
	color: var(--primary-color);
	gap: 8px
}

.tech-wrapper .tech-more i {
	font-size: 12px
}

/* 左边列：文字在上，图片在下 */
.tech-wrapper .tech-col-left .tech-item-vertical {
	display: flex;
	flex-direction: column;
	height: 100%
}

.tech-wrapper .tech-col-left .tech-text {
	padding: 20px;
	flex: 1
}

.tech-wrapper .tech-col-left .tech-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 0 20px 20px 20px
}

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

/* 中间列：两条记录上下排列 */
.tech-wrapper .tech-col-center {
	gap: 20px
}

.tech-wrapper .tech-col-center .tech-item-horizontal {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

/* 右边列：大图背景，文字在图上 */
.tech-wrapper .tech-col-right .tech-item-overlay {
	position: relative;
	height: 100%;
	min-height: 400px
}

.tech-wrapper .tech-col-right .tech-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.tech-wrapper .tech-col-right .tech-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.tech-wrapper .tech-col-right .tech-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.tech-wrapper .tech-col-right .tech-overlay .tech-item-title {
	color: #fff
}

.tech-wrapper .tech-col-right .tech-overlay .tech-item-desc {
	color: rgba(255, 255, 255, 0.9)
}

.tech-wrapper .tech-col-right .tech-overlay .tech-more {
	color: #fff
}

@media (max-width: 991px) {
	.tech-wrapper .tech-list {
		flex-direction: column
	}

	.tech-wrapper .tech-col-right .tech-item-overlay {
		min-height: 300px
	}
}

.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-item-link {
	display: block;
	text-decoration: none
}

.custom-item-link:hover .pic img {
	transform: scale(1.05)
}

.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-top: 40px;
	padding-bottom: 40px;
	background-color: #25292f
}

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

.contact-wrapper .public-title h3 {
	color: #fff;
	font-size: 36px;
	margin: 10px 0
}

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

.contact-wrapper .contact-content {
	padding: 20px;
	background-color: none
}

.contact-wrapper .contact-content .contact-form {
	margin: 30px 0
}

.contact-wrapper .contact-content input {
	width: 20%;
	height: 40px;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	border: 1px solid #ccc;
	margin-right: 20px;
	border-radius: 5px
}

.contact-wrapper .contact-content input::-moz-placeholder {
	color: #999
}

.contact-wrapper .contact-content input::placeholder {
	color: #999
}

.contact-wrapper .contact-content input:focus {
	border-color: var(--primary-color)
}

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

.contact-wrapper .contact-content button {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	width: 20%
}

footer {
	background-color: #f5f5f5;
	padding: 50px 0 30px
}

footer .footer-main {
	padding-bottom: 30px
}

footer .footer-company {
	padding-right: 30px
}

footer .footer-logo {
	width: 160px;
	margin-bottom: 25px
}

footer .footer-logo img {
	width: 100%
}

footer .footer-info p {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	line-height: 2.2
}

footer .footer-info p span {
	color: #222;
	font-weight: 600
}

footer .footer-nav-wrapper {
	padding-left: 20px
}

footer .footer-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px
}

footer .footer-nav-col {
	flex: 1;
	min-width: 0;
	max-width: 148px;
}

footer .footer-nav-col h4 {
	font-size: 16px;
	color: #222;
	font-weight: 700;
	margin-bottom: 8px;
	padding-bottom: 12px;
	/* border-bottom: 1px solid #ccc */
}

footer .footer-nav-col ul {
	list-style: none;
	padding: 0;
	margin: 0
}

footer .footer-nav-col ul li {
	margin-bottom: 10px
}

footer .footer-nav-col ul li a {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: color .3s;
	line-height: 2.2;
	
}

footer .footer-nav-col ul li a:hover {
	color: var(--primary-color)
}

footer .footer-nav-col ul li a .footer-nav-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/assets/addons/ldcms/ldcms2025/images/icon-submenu-1.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
	margin-left: 7px;
}

footer .footer-nav-col ul li a:hover .footer-nav-icon {
    background-image: url(/assets/addons/ldcms/ldcms2025/images/icon-submenu-2.png)
}

.copyright {
	padding: 15px 0;
	background-color: var(--primary-color);
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.95)
}

.copyright a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none
}

.copyright a:hover {
	color: #fff
}

.neibanner {
	width: 100%;
	height: 350px;
	position: relative
}

.neibanner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.neibanner .neibannerdesc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.neibanner .neibannerdesc .neibannerdesc-title {
	text-align: center
}

.neibanner .neibannerdesc h2 {
	margin-top: 5px;
	font-size: 30px;
	font-weight: 400
}

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

.neinav {
	width: 100%;
	background-color: #E9F6FD;
	min-height: 200px;
	display: flex;
	align-items: center
}

.neinav .neinav-title {
	font-size: 30px;
	font-weight: 700;
	color: var(--primary-color);
	margin: 0 0 8px
}

.neinav .neiposition {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	margin-top: 12px;
}

.neinav .neiposition i.fa {
	color: #333;
	font-size: 14px
}

.neinav .neiposition i.neiposition-icon {
	color: #333;
	margin-right: 5px;
	font-size: 14px
}

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

.neinav .neiposition a:hover {
	color: var(--primary-color)
}

.page-content {
	padding: 40px 0
}

.about-linian-wrapper {
	padding: 60px 0
}

.about-linian-wrapper .linian-item {
	margin-bottom: 40px
}

.about-linian-wrapper .linian-item:last-child {
	margin-bottom: 0
}

.about-linian-wrapper .linian-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.about-linian-wrapper .linian-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 2px;
	background-color: var(--primary-color)
}

.about-linian-wrapper .linian-desc {
	font-size: 14px;
	color: #555;
	line-height: 1.8
}

.about-linian-wrapper .linian-desc p {
	margin-bottom: 8px
}

.about-linian-wrapper .linian-desc p:last-child {
	margin-bottom: 0
}

.about-gongchang-wrapper {
	padding: 40px 0
}

.about-gongchang-wrapper .gongchang-grid {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px
}

.about-gongchang-wrapper .gongchang-item {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.about-gongchang-wrapper .gongchang-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%
}

.about-gongchang-wrapper .gongchang-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .5s ease
}

.about-gongchang-wrapper .gongchang-item:hover .gongchang-img img {
	transform: scale(1.05)
}

.gongchang-item-link {
	display: block;
	text-decoration: none
}

.gongchang-item-link:hover .gongchang-item {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

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

.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: 0px;
	/* background-color: #fff;
	border-radius: 10px; */
	line-height: 2rem
}

.page-content .card-body img {
	max-width: 100%;
	height: auto
}

/* .page-content .page-content-title {
	font-size: 24px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.page-content .page-content-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 160px;
	height: 3px;
	background-color: var(--primary-color)
} */

/* 發展歷程詳情頁 - 嚴格按照設計稿 */
.dev-detail-page .page-content-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 20px;
	
}


.dev-detail-page .page-content-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 24px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding-bottom: 12px;
}
.dev-detail-page .page-content-meta::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	width: 210px;
	height: 3px;
	background-color: var(--primary-color)
}



.dev-detail-page .page-content-meta .meta-author,
.dev-detail-page .page-content-meta .meta-time {
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px
}

.dev-detail-page .page-content-meta .meta-divider {
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #ccc;
	margin: 0 20px
}

.dev-detail-page .page-content-summary {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee
}

.dev-detail-page .page-content-main {
	font-size: 15px;
	color: #444;
	line-height: 1.8
}

.dev-detail-page .page-content-main h3,
.dev-detail-page .page-content-main h4,
.dev-detail-page .page-content-main h5 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 24px 0 12px;
	line-height: 1.6
}

.dev-detail-page .page-content-main p {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 12px
}

.dev-detail-page .page-content-main ol,
.dev-detail-page .page-content-main ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 16px
}

.dev-detail-page .page-content-main ol li,
.dev-detail-page .page-content-main ul li {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 8px;
	padding-left: 0
}

.dev-detail-page .page-content-main strong,
.dev-detail-page .page-content-main b {
	font-weight: 700;
	color: #333
}

/* 發展歷程分類列表 - 嚴格按照設計稿 */
.dev-category-list {
	--bs-gutter-x: 80px;
	--bs-gutter-y: 80px;
	margin-top: 0px
}

.dev-category-list .dev-category-item {
	margin-bottom: 0
}

.dev-category-list .dev-category-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	transition: all .3s ease;
	height: 100%
}

.dev-category-list .dev-category-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	border-color: #ccc
}

.dev-category-list .dev-category-card:hover .dev-category-card-title {
	color: var(--primary-color)
}

.dev-category-list .dev-category-card:hover .dev-category-card-desc {
	color: var(--primary-color)
}

.dev-category-list .dev-category-card:hover .dev-category-card-btn {
	color: var(--primary-color)
}

.dev-category-list .dev-category-card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 62%
}

.dev-category-list .dev-category-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: transform .5s ease
}

.dev-category-list .dev-category-card:hover .dev-category-card-img img {
	transform: scale(1.05)
}

.dev-category-list .dev-category-card-body {
	padding: 20px
}

.dev-category-list .dev-category-card-title {
	font-size: 28px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 12px
}

.dev-category-list .dev-category-card-desc {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 70px
}

.dev-category-list .dev-category-card-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	transition: all .3s;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer
}

.dev-category-list .dev-category-card-btn:hover {
	color: var(--primary-color);
	gap: 10px
}

.dev-category-list .dev-category-card-btn i {
	font-size: 12px;
	transition: transform .3s
}

.dev-category-list .dev-category-card-btn:hover i {
	transform: translateX(4px)
}

.dev-category-card-link {
	display: block;
	text-decoration: none;
	color: inherit
}

.dev-category-card-link:hover .dev-category-card-title {
	color: var(--primary-color)
}

.dev-category-card-link:hover .dev-category-card-img img {
	transform: scale(1.05)
}

@media (max-width: 991.98px) {
	.dev-category-list {
		--bs-gutter-y: 24px;
		margin-top: 30px
	}

	.dev-category-list .dev-category-card-body {
		padding: 16px
	}

	.dev-category-list .dev-category-card-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.dev-category-list .dev-category-card-desc {
		font-size: 12px;
		margin-bottom: 12px;
		min-height: 60px
	}
}

@media (max-width: 640px) {
	header .logo {
		margin-left: 15px;
		transform: scale(0.7);
		transform-origin: left center
	}

	header .search-icon {
		position: relative;
		top: 2px
	}

	.menu-mobile .close-icon {
		font-size: 24px
	}

	.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 a.active::before,
	.nav-pc .menu>ul>li:hover>a::before {
		display: none
	}

	.nav-pc .menu>ul>li>.sub-menu {
		width: 100%;
		padding: 0;
		position: relative;
		left: auto;
		transform: none;
		top: auto;
		box-shadow: none;
		border-radius: 0;
		background: #fff
	}

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

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-header {
		padding: 15px 0;
		border-bottom: 1px solid #f2f2f2;
		background: transparent
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-header a {
		color: var(--primary-color);
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-body {
		flex-direction: column;
		padding: 10px 0 20px;
		gap: 15px
	}

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

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

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

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a {
		padding: 2px 0;
		font-size: 15px;
		color: #333;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		transition: color 0.3s ease
	}

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

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

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a::before {
		content: "";
		width: 5px;
		height: 5px;
		background: #333;
		margin-right: 12px;
		flex-shrink: 0;
		display: inline-block
	}

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

	.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
	}

	.dev-category-list {
		--bs-gutter-y: 20px;
		margin-top: 20px
	}

	.dev-category-list .dev-category-card-body {
		padding: 14px
	}

	.dev-category-list .dev-category-card-title {
		font-size: 15px
	}

	.dev-category-list .dev-category-card-desc {
		font-size: 12px;
		min-height: auto
	}
}

/* 案例详情页内容 - 严格按照设计稿 */
.case-detail-content {
	font-size: 14px;
	color: #555;
	line-height: 1.8
}

.case-detail-content p {
	margin-bottom: 16px;
	font-size: 14px;
	color: #555;
	line-height: 1.8
}

.case-detail-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 30px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.case-detail-content h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 2px;
	background-color: var(--primary-color)
}

.case-detail-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 20px 0 10px
}

.case-detail-content img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	display: block
}

.case-detail-content .img-row {
	display: flex;
	gap: 20px;
	margin: 20px 0;
	flex-wrap: wrap
}

.case-detail-content .img-row img {
	flex: 1;
	min-width: 0;
	margin: 0;
	object-fit: cover
}

.case-detail-content .img-row-2 img {
	width: calc(50% - 10px)
}

.case-detail-content .img-row-3 img {
	width: calc(33.333% - 14px)
}

.case-detail-content ol,
.case-detail-content ul {
	margin: 15px 0;
	padding-left: 20px
}

.case-detail-content ol li,
.case-detail-content ul li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
	line-height: 1.8
}

.case-detail-content strong {
	color: #333;
	font-weight: 700
}

@media (max-width: 991.98px) {
	.case-detail-content h3 {
		font-size: 16px;
		margin: 24px 0 12px
	}

	.case-detail-content h4 {
		font-size: 15px
	}

	.case-detail-content .img-row {
		gap: 12px
	}

	.case-detail-content .img-row-2 img,
	.case-detail-content .img-row-3 img {
		width: 100%;
		margin-bottom: 12px
	}

	.case-detail-content .img-row-3 img:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 640px) {
	.page-content .page-content-title {
		font-size: 20px;
		padding-bottom: 12px;
		margin-bottom: 16px
	}

	.case-detail-content {
		font-size: 13px
	}

	.case-detail-content p {
		font-size: 13px;
		margin-bottom: 12px
	}

	.case-detail-content h3 {
		font-size: 15px;
		margin: 20px 0 10px;
		padding-bottom: 8px
	}

	.case-detail-content h4 {
		font-size: 14px;
		margin: 16px 0 8px
	}

	.case-detail-content ol li,
	.case-detail-content ul li {
		font-size: 13px;
		margin-bottom: 8px
	}

	.dev-detail-page .page-content-title {
		font-size: 22px;
		margin-bottom: 20px
	}

	.dev-detail-page .page-content-title::after {
		width: 60px
	}

	.dev-detail-page .page-content-meta {
		flex-direction: column;
		gap: 8px;
		margin-bottom: 20px
	}

	.dev-detail-page .page-content-meta .meta-divider {
		display: none
	}

	.dev-detail-page .page-content-summary {
		font-size: 14px;
		margin-bottom: 24px;
		padding-bottom: 20px
	}

	.dev-detail-page .page-content-main {
		font-size: 14px
	}

	.dev-detail-page .page-content-main h3,
	.dev-detail-page .page-content-main h4,
	.dev-detail-page .page-content-main h5 {
		font-size: 15px;
		margin: 20px 0 10px
	}

	.dev-detail-page .page-content-main p {
		font-size: 14px;
		margin-bottom: 10px
	}

	.dev-detail-page .page-content-main ol li,
	.dev-detail-page .page-content-main ul li {
		font-size: 14px;
		margin-bottom: 6px
	}
}

@media (max-width: 991.98px) {
	.dev-detail-page .page-content-title {
		font-size: 24px
	}

	.dev-detail-page .page-content-meta .meta-divider {
		margin: 0 16px
	}
}

/* 發展歷程列表頁 - 嚴格按照設計稿 */
.dev-list-wrapper {
	padding: 40px 0
}

.dev-list-wrapper .dev-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.dev-list-wrapper .dev-list-item {
	padding: 30px 0;
	/* border-bottom: 1px solid #e8e8e8 */
}

.dev-list-wrapper .dev-list-item:first-child {
	padding-top: 0
}

.dev-list-wrapper .dev-list-item:last-child {
	border-bottom: none
}

.dev-list-wrapper .dev-list-item a {
	display: block;
	color: inherit;
	text-decoration: none
}

.dev-list-wrapper .dev-list-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
	gap: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.dev-list-wrapper .dev-list-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 160px;
	height: 3px;
	background-color: var(--primary-color)
}

.dev-list-wrapper .dev-list-title {
	font-size: 24px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	line-height: 1.4;
	flex: 1;
	transition: color .3s
}

.dev-list-wrapper .dev-list-item a:hover .dev-list-title {
	color: var(--primary-color)
}

.dev-list-wrapper .dev-list-date {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	flex-shrink: 0
}

.dev-list-wrapper .dev-list-desc {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.80);
	line-height: 1.8;
	margin-bottom: 16px
}

.dev-list-wrapper .dev-list-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 24px;
	border: 1px solid #333;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	transition: all .3s;
	background-color: transparent;
	cursor: pointer
}

.dev-list-wrapper .dev-list-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.dev-list-wrapper .dev-list-btn i {
	font-size: 12px;
	transition: transform .3s
}

.dev-list-wrapper .dev-list-btn:hover i {
	transform: translateX(4px)
}

/* 發展歷程分頁 - 嚴格按照設計稿 */
.dev-pagination {
	text-align: center;
	width: 100%;
	margin-top: 40px
}

.dev-pagination .pagination,
.dev-pagination .pager {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-left: 0;
	margin: 0;
	list-style: none
}

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

.dev-pagination .pagination>li>a,
.dev-pagination .pagination>li>span,
.dev-pagination .pager>li>a,
.dev-pagination .pager>li>span {
	position: relative;
	float: left;
	padding: 8px 16px;
	line-height: 1.42857143;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	transition: all .3s;
	min-width: 40px;
	text-align: center
}

.dev-pagination .pagination>li:first-child>a,
.dev-pagination .pagination>li:first-child>span {
	margin-left: 0
}

.dev-pagination .pagination>li>a:focus,
.dev-pagination .pagination>li>a:hover,
.dev-pagination .pagination>li>span:focus,
.dev-pagination .pagination>li>span:hover {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #333
}

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

.dev-pagination .pagination>.disabled>a,
.dev-pagination .pagination>.disabled>a:focus,
.dev-pagination .pagination>.disabled>a:hover,
.dev-pagination .pagination>.disabled>span,
.dev-pagination .pagination>.disabled>span:focus,
.dev-pagination .pagination>.disabled>span:hover {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #e0e0e0
}

@media (max-width: 991.98px) {
	.dev-list-wrapper {
		padding: 30px 0
	}

	.dev-list-wrapper .dev-list-item {
		padding: 24px 0
	}

	.dev-list-wrapper .dev-list-title {
		font-size: 18px
	}

	.dev-list-wrapper .dev-list-date {
		font-size: 14px
	}

	.dev-list-wrapper .dev-list-desc {
		font-size: 13px
	}
}

@media (max-width: 640px) {
	.dev-list-wrapper {
		padding: 20px 0
	}

	.dev-list-wrapper .dev-list-header {
		flex-direction: column;
		gap: 8px
	}

	.dev-list-wrapper .dev-list-title {
		font-size: 16px
	}

	.dev-list-wrapper .dev-list-date {
		font-size: 13px;
		color: #999
	}

	.dev-list-wrapper .dev-list-desc {
		font-size: 12px;
		margin-bottom: 12px
	}

	.dev-list-wrapper .dev-list-btn {
		padding: 6px 18px;
		font-size: 12px
	}

	.dev-pagination {
		margin-top: 24px
	}

	.dev-pagination .pagination>li>a,
	.dev-pagination .pagination>li>span {
		padding: 6px 10px;
		font-size: 12px;
		min-width: 32px
	}
}

/* 通用分类列表 */
.page-content .category-list {
	margin-top: 40px
}

.page-content .category-item {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px
}

.page-content .category-card {
	/* background-color: #fff; */
	overflow: hidden
}

.page-content .category-card-img {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden
}

.page-content .category-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .5s ease
}

.page-content .category-card:hover .category-card-img img {
	transform: scale(1.05)
}

.page-content .category-card-body {
	padding: 25px 0
}

.page-content .category-card-title {
	font-size: 28px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 15px
}

.page-content .category-card-title .category-card-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/assets/addons/ldcms/ldcms2025/images/icon-submenu-1.png) no-repeat center center;
	background-size: contain;
	flex-shrink: 0
}

.category-card-link:hover .category-card-title .category-card-icon {
	background-image: url(/assets/addons/ldcms/ldcms2025/images/icon-submenu-2.png)
}

.page-content .category-card-desc {
	font-size: 16px;
	color: #262626;
	line-height: 30px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.page-content .category-card-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 24px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	transition: all .3s
}

.page-content .category-card-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.category-card-link {
	display: block;
	text-decoration: none;
	color: inherit
}

.category-card-link:hover .category-card-title {
	color: var(--primary-color)
}

.category-card-link:hover .category-card-img img {
	transform: scale(1.05)
}

.page-content .category-card-btn i {
	font-size: 12px
}

.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  {
	width: 100%;
	display: inline-block;
}

.page-list.product-wrapper {
	
}

.page-list.case-wrapper {
	padding: 60px 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
}

.case-wrapper .case-item {
	display: block;
	background-color: #fff;
	position: relative;
	top: 0;
	transition: top .5s;
	margin-bottom: 72px;
	margin-left: 10px;
	margin-right: 10px
}

.case-wrapper .case-item .case-content-wrapper {
	padding: 0 0 10px;
	transition: all 300ms ease
}

.case-wrapper .case-item .case-item-title {
	color: #262626;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	transition: all 300ms ease;
	margin-bottom: 15px
}

.case-wrapper .case-item .case-item-info {
	margin: 0 0 15px;
	color: #262626;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	transition: all 300ms ease;
	height: 60px;
	overflow: hidden
}

.case-wrapper .case-item .case-item-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 28px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	transition: all .3s;
	text-decoration: none;
	background-color: transparent;
	margin-bottom: 10px
}

.case-wrapper .case-item .case-item-btn i {
	font-size: 14px
}

.case-wrapper .case-item .case-item-img {
	overflow: hidden;
	width: 100%;
	padding-bottom: 62%;
	position: relative
}

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

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

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

.case-wrapper .case-item:hover .case-item-title {
	color: var(--primary-color)
}

.case-wrapper .case-item:hover .case-item-info {
	color: var(--primary-color)
}

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

/* 产品详情页新样式 */
.pd-detail-container {
	padding: 40px 0;
}

.pd-detail-title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.pd-detail-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 160px;
	height: 3px;
	background-color: var(--primary-color);
}

.pd-detail-info {
	margin-bottom: 40px;
}

.pd-info-item {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.pd-info-desc {
	align-items: flex-start;
}

.pd-info-label {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	min-width: 40px;
	line-height: 1.8;
}

.pd-info-value {
	font-size: 16px;
	color: #333;
	flex: 1;
	line-height: 1.8;
}

.pd-detail-section {
	margin-bottom: 40px;
}

.pd-section-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	padding-left: 12px;
	position: relative;
}

.pd-section-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 20px;
	background-color: var(--primary-color);
}

.pd-section-content {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.pd-section-content img {
	max-width: 100%;
	height: auto;
}

.pd-section-images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pd-image-item {
	width: calc(33.333% - 14px);
	padding-bottom: 25%;
	position: relative;
	overflow: hidden;
}

.pd-image-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991.98px) {
	.pd-detail-container {
		padding: 30px 0;
	}
	
	.pd-detail-title {
		font-size: 20px;
		margin-bottom: 24px;
		padding-bottom: 10px;
	}
	
	.pd-detail-title::after {
		width: 120px;
	}
	
	.pd-section-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
	
	.pd-image-item {
		width: calc(50% - 10px);
		padding-bottom: 37.5%;
	}
	
	.pd-section-images {
		gap: 20px;
	}
}

@media (max-width: 640px) {

	.jumpto {
		display: none;
	}

	.pd-detail-container {
		padding: 20px 15px;
	}
	
	.pd-detail-title {
		font-size: 18px;
		margin-bottom: 20px;
		padding-bottom: 8px;
	}
	
	.pd-detail-title::after {
		width: 80px;
	}
	
	.pd-detail-info {
		margin-bottom: 28px;
	}
	
	.pd-info-item {
		flex-direction: column;
		gap: 4px;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	
	.pd-info-label {
		min-width: auto;
		font-size: 14px;
	}
	
	.pd-info-value {
		font-size: 14px;
	}
	
	.pd-detail-section {
		margin-bottom: 28px;
	}
	
	.pd-section-title {
		font-size: 15px;
		margin-bottom: 12px;
	}
	
	.pd-section-content {
		font-size: 13px;
	}
	
	.pd-section-content img {
		max-width: 100%;
		height: auto;
	}
	
	.pd-image-item {
		width: 100%;
		padding-bottom: 75%;
	}
	
	.pd-section-images {
		gap: 12px;
	}
}

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

.contact-wrapper.page-content h3 {
	font-size: 24px;
	margin: 10px 0 20px 0px;
	color: #262626;
	font-weight: 500;
}

.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;
	display: none;
}

.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-content-info {
	margin-top: 60px
}

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

.procontent1_l {
	height: 550px
}

.procontent1_l .gallery-top {
	height: 75%;
	width: 100%;
	overflow: hidden;
	border-radius: 10px
}

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

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

.procontent1_l .gallery-thumbs .swiper-slide {
	height: 100%;
	border: 1px solid #999;
	opacity: .4;
	border-radius: 10px;
	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: contain;
	object-fit: contain;
	border-radius: 10px
}

.procont_ltop h2 {
	font-size: 28px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.procont_ltop h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 2px;
	background-color: var(--primary-color)
}

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

.procont_lbot {
	margin-top: 30px;
	background-color: #f2f3f5;
	border-radius: 10px;
	padding: 20px
}

.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;
	border-radius: 30px;
	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
}

.download-list-row {
	transition: background-color .3s
}

.download-list-link {
	display: flex;
	width: 100%;
	align-items: center;
	text-decoration: none;
	color: inherit
}

.download-list-row:hover {
	background-color: #f5f5f5
}

.download-list-row:hover .card-title {
	color: var(--primary-color)
}

@media(min-width: 1400px) {
	.container {
		max-width: 1280px;
	}
	header .container,
	footer .container,
	.home-wrapper .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-title {
		font-size: 22px
	}
}

@media(max-width: 991.98px) {
	header {
		height: 60px;
		display: flex;
		align-items: center
	}

	header .header-right {
		height: 100%;
		display: flex;
		align-items: center
	}

	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: 20px
	}

	.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 a.active::before,
	.nav-pc .menu>ul>li:hover>a::before {
		display: 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%
	}

	.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
	}

	.about-linian-wrapper {
		padding: 40px 0
	}

	.about-linian-wrapper .linian-item {
		margin-bottom: 30px
	}

	.about-linian-wrapper .linian-title {
		font-size: 16px
	}

	.about-linian-wrapper .linian-desc {
		font-size: 13px
	}

	.about-gongchang-wrapper {
		padding: 30px 0
	}

	.about-gongchang-wrapper .gongchang-grid {
		--bs-gutter-x: 16px;
		--bs-gutter-y: 16px
	}
}

@media(max-width: 640px) {
	.main-slider h2 {
		font-size: 28px;
		line-height: 32px
	}

	.main-slider p {
		font-size: 14px;
		margin-bottom: 30px
	}

	.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: 20px
	}

	.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 .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
	}

	.case-wrapper .case-item .case-item-title {
		font-size: 18px
	}

	.case-wrapper .case-item .case-item-info {
		font-size: 13px;
		height: 44px
	}

	.case-wrapper .case-item .case-item-btn {
		padding: 8px 20px;
		font-size: 13px
	}

	.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
	}

	.neinav {
		min-height: 120px;
		padding: 20px 0
	}

	.neinav .neinav-title {
		font-size: 22px
	}

	.neinav .neiposition {
		font-size: 11px
	}

	.neinav .neiposition a {
		font-size: 11px
	}

	.about-linian-wrapper {
		padding: 30px 0
	}

	.about-linian-wrapper .linian-item {
		margin-bottom: 24px
	}

	.about-linian-wrapper .linian-title {
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 8px
	}

	.about-linian-wrapper .linian-desc {
		font-size: 12px;
		line-height: 1.7
	}

	.about-gongchang-wrapper {
		padding: 20px 0
	}

	.about-gongchang-wrapper .gongchang-grid {
		--bs-gutter-x: 12px;
		--bs-gutter-y: 12px
	}

	.news-tabs {
		overflow-x: visible;
		flex-wrap: wrap
	}

	.news-tab-item {
		flex: 1 1 auto;
		padding: 12px 10px;
		font-size: 14px
	}

	.news-list-item a {
		padding: 16px 10px 14px 0px
	}

	.news-date {
		width: 90px;
		font-size: 12px
	}

	.news-title {
		font-size: 14px;
		padding: 0 8px
	}

	.case-wrapper .case-tabs-wrapper {
		display: none
	}

	.case-wrapper {
		min-height: 400px
	}

	.home-case-wrapper .home-case-tabs-wrapper {
		display: none
	}

	footer {
		padding: 0 15px
	}

	footer .footer-main {
		padding: 25px 15px 20px
	}

	footer .footer-company {
		margin-bottom: 25px;
		padding: 0 15px
	}

	footer .footer-logo {
		width: 120px;
		margin-bottom: 18px
	}

	footer .footer-info p {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1.8
	}

	footer .footer-nav-wrapper {
		padding: 0 15px
	}

	footer .footer-nav {
		flex-wrap: wrap;
		gap: 20px
	}

	footer .footer-nav-col {
		flex: 1 1 100%;
		max-width: none;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08)
	}

	footer .footer-nav-col:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0
	}

	footer .footer-nav-col h4 {
		font-size: 15px;
		margin-bottom: 8px;
		padding-bottom: 10px
	}

	footer .footer-nav-col ul li {
		margin-bottom: 6px
	}

	footer .footer-nav-col ul li a {
		font-size: 14px;
		line-height: 1.8
	}

	.copyright {
		padding: 12px 0;
		font-size: 12px
	}

	.dev-pagination .pagination>li:first-child,
	.dev-pagination .pager>li:first-child {
		display: none
	}

	footer .footer-nav-col ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px
	}

	footer .footer-nav-col ul li {
		width: calc(50% - 5px);
		margin-bottom: 0
	}

	.product-wrapper {
		padding: 25px 0
	}

	.product-wrapper .product-swiper {
		height: auto !important
	}

	.product-wrapper .product-swiper .swiper-wrapper {
		align-items: flex-start;
		height: auto !important
	}

	.product-wrapper .product-swiper .swiper-slide {
		height: auto !important
	}

	.product-wrapper .product-tags {
		gap: 10px;
		margin-bottom: 20px
	}

	.product-wrapper .product-tag {
		padding: 8px 12px;
		font-size: 14px;
		flex: 0 0 calc(50% - 5px);
		min-width: auto
	}

	.product-wrapper .product-pagination {
		display: flex;
		margin-top: 0;
		padding-top: 15px
	}

	.product-wrapper .product-pagination .swiper-pagination-bullet {
		width: 24px;
		height: 3px
	}
}

/* 合作伙伴页面 */
.hezuo-wrapper {
	padding: 60px 0;
	background-color: #fff
}

.hezuo-wrapper .hezuo-desc {
	margin-bottom: 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e8e8e8
}

.hezuo-wrapper .hezuo-desc p {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	text-align: justify
}

.hezuo-wrapper .hezuo-list {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 20px;
	margin: 0
}

.hezuo-wrapper .hezuo-item {
	padding: 0 10px;
	margin-bottom: 20px
}

.hezuo-wrapper .hezuo-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	overflow: hidden
}

.hezuo-wrapper .hezuo-card:hover {
	border-color: var(--primary-color);
	box-shadow: 0 4px 12px rgba(0, 102, 179, .1)
}

.hezuo-card-link {
	display: block;
	text-decoration: none
}

.hezuo-card-link:hover .hezuo-card {
	border-color: var(--primary-color);
	box-shadow: 0 4px 12px rgba(0, 102, 179, .2);
	transform: translateY(-2px)
}

.hezuo-wrapper .hezuo-logo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.hezuo-wrapper .hezuo-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

@media (max-width: 991.98px) {
	.hezuo-wrapper {
		padding: 40px 0
	}

	.hezuo-wrapper .hezuo-desc {
		margin-bottom: 30px
	}

	.hezuo-wrapper .hezuo-card {
		padding: 0
	}
}

@media (max-width: 640px) {
	.hezuo-wrapper {
		padding: 30px 0
	}

	.hezuo-wrapper .hezuo-desc {
		margin-bottom: 20px;
		padding: 0 0 15px
	}

	.hezuo-wrapper .hezuo-desc p {
		font-size: 13px
	}

	.hezuo-wrapper .hezuo-list {
		--bs-gutter-x: 12px;
		--bs-gutter-y: 12px
	}

	.hezuo-wrapper .hezuo-item {
		padding: 0 6px;
		margin-bottom: 12px
	}

	.hezuo-wrapper .hezuo-card {
		padding: 0
	}
}

#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: rgba(10, 111, 170, 0.8);
	border: none;
	width: 40px;
	height: 40px;
	color: #fff;
	display: block;
	position: relative;
	margin: 1px 0;
	right: 0
}

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

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

#backTop span#gttop {
	background-color: rgba(10, 111, 170, 0.8) !important;
	border: none !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;
	padding: 10px;
}

#backTop span small.weixin img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

#backTop span i {
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	font-style: inherit;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	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
}

/* 联系页面 - 设计稿重构 */
.contact-info-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: stretch;
	margin-bottom: 40px;
	margin-top: 20px;
	position: relative
}

.contact-info-card::before {
	content: '';
	position: absolute;
	left: 280px;
	top: 40px;
	bottom: 40px;
	width: 1px;
	background: #e0e0e0
}

.contact-company-list {
	width: 280px;
	padding: 40px 30px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.contact-company-item {
	font-size: 24px;
	color: #262626;
	font-weight: 500;
	padding: 10px 0
}

.contact-details {
	flex: 1;
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.contact-details-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 25px
}

.contact-detail-item {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
	color: #555
}

.contact-detail-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	display: inline-block
}

.contact-form-section {
	background: #f5f5f5;
	padding: 40px 90px
}

.contact-form-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 35px
}

.contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 90px;
	margin-bottom: 40px
}

.contact-form-field {
	background: #fff;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	padding: 0 18px;
	transition: border-color .3s
}

.contact-form-field:focus-within {
	border-color: var(--primary-color)
}

.contact-form-label {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	flex-shrink: 0
}

.contact-form-input {
	background: transparent;
	border: none;
	padding: 14px 0 14px 4px;
	font-size: 14px;
	color: #333;
	width: 100%;
	outline: none
}

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

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

.contact-form-input:focus {
	border-color: var(--primary-color)
}

.contact-form-textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 14px 18px;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 120px;
	resize: none;
	margin-bottom: 30px;
	outline: none;
	transition: border-color .3s
}

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

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

.contact-form-textarea:focus {
	border-color: var(--primary-color)
}

.contact-form-submit {
	display: block;
	width: 400px;
	margin: 0 auto;
	background: var(--primary-color);
	color: #fff;
	border: none;
	padding: 18px 0;
	font-size: 18px;
	cursor: pointer;
	transition: background .3s
}

.contact-form-submit:hover {
	background: #005a9e
}

@media(max-width: 991.98px) {
	.contact-info-card {
		flex-direction: column
	}

	.contact-info-card::before {
		display: none
	}

	.contact-company-list {
		width: 100%;
		padding: 30px 25px;
		border-right: none;
		border-bottom: 1px solid #e0e0e0
	}

	.contact-company-item {
		font-size: 16px;
		padding: 12px 0
	}

	.contact-details {
		padding: 30px 25px
	}

	.contact-details-title {
		font-size: 18px;
		margin-bottom: 20px
	}

	.contact-detail-item {
		font-size: 14px;
		margin-bottom: 15px
	}

	.contact-form-section {
		padding: 35px 25px
	}

	.contact-form-title {
		font-size: 20px;
		margin-bottom: 25px
	}
}

@media(max-width: 640px) {
	.contact-company-list {
		padding: 20px 15px
	}

	.contact-company-item {
		font-size: 15px;
		padding: 10px 0
	}

	.contact-details {
		padding: 20px 15px
	}

	.contact-details-title {
		font-size: 16px
	}

	.contact-detail-item {
		font-size: 13px;
		gap: 10px
	}

	.contact-detail-item i {
		width: 28px;
		height: 28px;
		font-size: 12px
	}

	.contact-form-section {
		padding: 25px 15px
	}

	.contact-form-title {
		font-size: 18px;
		margin-bottom: 20px
	}

	.contact-form-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 12px
	}

	.contact-form-field {
		padding: 0 14px
	}

	.contact-form-label {
		font-size: 13px
	}

	.contact-form-input {
		padding: 12px 0 12px 4px;
		font-size: 13px
	}

	.contact-form-textarea {
		padding: 12px 14px;
		font-size: 13px;
		height: 100px;
		margin-bottom: 20px
	}

	.contact-form-submit {
		width: 100%;
		padding: 12px 0;
		font-size: 15px
	}
}

/* 商品列表 - 嚴格按照設計稿 */
.product-list-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:55px 100px;
	margin-top: 0px
}

.product-list-item {
	background-color: #fff;
	
	padding: 0px;
	transition: all .3s ease
}

.product-list-item:hover {
	/* box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	border-color: #ccc */
}

.product-list-card {
	display: block;
	color: inherit;
	text-decoration: none
}

.product-list-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin: 0 0 15px;
	line-height: 1.4
}

.product-list-line {
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	margin-bottom: 20px;
	position: relative
}

.product-list-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 158px;
	height: 3px;
	background-color: var(--primary-color);
	transform: translateY(-50%)
}

.product-list-body {
	margin-bottom: 20px
}

.product-list-row {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 8px
}

.product-list-row:last-child {
	margin-bottom: 0
}

.product-list-label {
	color: #333;
	font-weight: 500
}

.product-list-value {
	color: #555
}

.product-list-summary .product-list-value {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.product-list-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 24px;
	border: 1px solid #333;
	color: #333;
	font-size: 13px;
	transition: all .3s;
	background-color: transparent;
	cursor: pointer
}

.product-list-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.product-list-btn i {
	font-size: 12px;
	transition: transform .3s
}

.product-list-card:hover .product-list-btn {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.product-pagination {
	margin-top: 40px
}

@media (max-width: 991.98px) {
	.product-list-grid {
		gap: 20px;
		margin-top: 20px
	}

	.product-list-item {
		padding: 20px
	}

	.product-list-title {
		font-size: 18px;
		margin-bottom: 12px
	}

	.product-list-line {
		margin-bottom: 15px
	}

	.product-list-body {
		margin-bottom: 15px
	}

	.product-list-row {
		font-size: 13px;
		margin-bottom: 6px
	}

	.product-list-btn {
		padding: 6px 18px;
		font-size: 12px
	}

	.product-pagination {
		margin-top: 30px
	}
}

@media (max-width: 640px) {
	.product-list-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 16px
	}

	.product-list-item {
		padding: 16px
	}

	.product-list-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.product-list-line {
		margin-bottom: 12px
	}

	.product-list-body {
		margin-bottom: 12px
	}

	.product-list-row {
		font-size: 12px;
		line-height: 1.7;
		margin-bottom: 4px
	}

	.product-list-btn {
		padding: 6px 16px;
		font-size: 12px
	}

	.product-pagination {
		margin-top: 24px
	}
}

/* 公司信息表格 - about详情页 */
.about-info-table {
	border: 1px solid #e0e0e0;
	border-bottom: none;
	margin-top: 30px
}

.about-info-row {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
	min-height: 56px;
	align-items: stretch
}

.about-info-label {
	width: 220px;
	background-color: #f0f7fb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	border-right: 1px solid #e0e0e0;
	flex-shrink: 0;
	padding: 14px 20px;
	text-align: center
}

.about-info-value {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333;
	padding: 14px 30px;
	background-color: #fff;
	line-height: 1.6
}

@media (max-width:991.98px) {
	.about-info-label {
		width: 160px;
		font-size: 14px;
		padding: 12px 15px
	}

	.about-info-value {
		font-size: 14px;
		padding: 12px 20px
	}

	.about-info-row {
		min-height: 50px
	}
}

@media (max-width:640px) {
	.about-info-label {
		width: 110px;
		font-size: 13px;
		padding: 10px 12px
	}

	.about-info-value {
		font-size: 13px;
		padding: 10px 15px
	}

	.about-info-row {
		min-height: 44px
	}

	/* 新闻列表页 */
	.page-list .news-wrapper {
		padding: 20px 0
	}

	.news-wrapper .news-list .news-item {
		margin: 8px 0
	}

	.news-wrapper .news-list .news-item .news-item-img {
		padding-bottom: 56.25%;
		height: auto
	}

	.news-wrapper .news-list .news-item .news-item-img a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.news-wrapper .news-list .news-item .card-body {
		padding: 15px
	}

	.news-wrapper .news-list .news-item .card-body .card-title {
		font-size: 15px
	}

	.news-wrapper .news-list .news-item .card-body .card-text {
		height: auto;
		-webkit-line-clamp: 2;
		line-clamp: 2
	}

	.news-wrapper .news-list .news-item .card-body .card-info {
		font-size: 12px
	}

	.news-wrapper .news-list .news-item .card-body .more {
		font-size: 11px
	}

	/* 新闻详情页 */
	.page-content .page-content-timeline {
		padding: 12px 0;
		margin-bottom: 12px
	}

	.page-content .page-content-timeline .page-content-timeline-left {
		font-size: 12px
	}

	.page-content .page-content-timeline .page-content-timeline-left a {
		font-size: 12px
	}

	.page-content .page-content-detags {
		margin-top: 24px
	}

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

	.page-content .page-content-detags p a {
		font-size: 12px;
		margin: 0 3px
	}

	.page-content .next-prev {
		margin-top: 24px
	}

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

	.page-content .next-prev .row .next-prev-left,
	.page-content .next-prev .row .next-prev-right {
		font-size: 12px;
		padding: 4px 0
	}

	.page-content .card-body > p,
	.page-content .card-body > div:not([class]) {
		font-size: 14px;
		line-height: 1.8
	}

	.page-content .card-body img {
		max-width: 100%;
		height: auto
	}

	/* 分类列表页（产品分类首页/技术分类首页/关于分类首页） */
	.page-content .category-list {
		margin-top: 20px
	}

	.page-content .category-item {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px
	}

	.page-content .category-card-body {
		padding: 15px 0
	}

	.page-content .category-card-title {
		font-size: 18px;
		gap: 10px;
		margin-bottom: 8px
	}

	.page-content .category-card-title .category-card-icon {
		width: 14px;
		height: 14px
	}

	.page-content .category-card-desc {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 12px
	}

	.page-content .category-card-btn {
		padding: 6px 18px;
		font-size: 12px
	}

	/* 案例列表页（子页面） */
	.page-list.case-wrapper {
		padding: 25px 0
	}

	.page-list.case-wrapper .case-item {
		margin-bottom: 24px;
		margin-left: 0;
		margin-right: 0
	}

	.page-list.case-wrapper .case-item .case-item-title {
		font-size: 16px;
		margin-bottom: 8px
	}

	.page-list.case-wrapper .case-item .case-item-info {
		font-size: 12px;
		line-height: 1.6;
		height: auto;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		margin-bottom: 10px
	}

	.page-list.case-wrapper .case-item .case-item-btn {
		padding: 6px 16px;
		font-size: 12px
	}

	/* 内页横幅 */
	.neibanner .neibannerdesc h2 {
		font-size: 22px
	}

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

	/* 通用分页 */
	.page-list .page-pagination {
		margin-top: 20px
	}

	.page-list .page-pagination .pagination > li > a,
	.page-list .page-pagination .pagination > li > span {
		padding: 5px 10px;
		font-size: 12px
	}
}

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