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: 'Work Sans', "Microsoft YaHei", "PingFang SC", Arial, sans-serif, "Helvetica Neue", Helvetica, "Hiragino Sans GB";
	background-color: #f5f7fa
}

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

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

blockquote {
	quotes: none
}

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

:root {
	--primary-color: #008cd6;
	--swiper-theme-color: var(--primary-color)
}

a {
	text-decoration: none
}

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

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

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

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

header {
	height: 75px;
	position: relative
}

header .logo {
	max-width: 150px
}

header .logo img {
	width: 100%
}

@media(max-width: 575.98px) {
	header .logo img {
		width: 82%;
		margin-left: 15px
	}
}

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

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

header .lang-wrapper .lang-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	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: #999;
	margin-right: 5px
}

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

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

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

header .search-wrapper.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

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

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

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

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

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

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

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

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

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

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

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

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

.main-slider .swiper-slide-active .swiper-silde-img {
	-webkit-transform: scale(1.15);
	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;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

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

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

.main-slider-shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	opacity: 0;
	-webkit-transform: translateX(200px);
	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;
	-webkit-transform: translateY(-50%);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	opacity: 0
}

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

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

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

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

#main-slider-pagination {
	z-index: 10;
	bottom: 59px;
	left: 50%;
	width: 100%;
	max-width: 88%;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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;
	-webkit-transition: all 500ms ease;
	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;
	-webkit-transition: all .3s ease-in-out;
	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 {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--primary-color) !important
}

.nav-pc {
	height: 100%
}

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

.nav-pc .menu-dropdown-icon>a::after {
	content: "";
	font-family: "FontAwesome";
	cursor: pointer;
	float: right;
	background: #fff;
	/* color: #333; */
	margin-left: 5px
}

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

.nav-pc .menu>ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #999;
	font-size: 15px;
	font-weight: bold
}

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

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

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

.nav-pc .menu>ul>li>.sub-menu {
	display: none;
	width: auto;
	background: #fff;
	padding: 20px 10px;
	position: absolute;
	z-index: 999;
	margin: 0;
	margin-left: -30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

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

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

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

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

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item a {
	font-size: 15px;
	color: #000;
	padding: .5rem 2rem;
	display: block;
	font-weight: 400
}

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

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub {
	left: auto;
	right: 0;
	padding: 10px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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 {
	margin-top: 60px
}

@media(max-width: 575.98px) {
	.product-wrapper {
		margin-top: 20px
	}
}

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

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

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

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

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

.product-wrapper .product-list .product-item .product-item-wrapper:hover {}

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

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

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

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

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

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

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

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

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

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

.product-wrapper .product-list .product-item .product-item-title {
	color: #696969;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

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

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

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

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

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

.public-title h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 6px;
	;
}

.public-title h3::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #008CD6;
	border-radius: 3px;
}

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

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

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

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

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

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

.about-logo {
	position: absolute;
	right: 49%;
	z-index: 100;
	bottom: 182px;
	max-width: 55%;
}

@media(max-width: 575.98px) {
	.about-logo {
		position: absolute;
		right: 20%;
		z-index: 100;
		bottom: 430px;
	}

	.about-logo img {
		width: 82%;
	}
}

@media(max-width: 575.98px) {
	.about-wrapper {
		margin-top: 30px;
	}
}

.about-wrapper .left-img {
	height: 580px
}

.about-wrapper .left-img img {
	max-height: 120%
}

.about-wrapper .about-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.about-wrapper .about-right .count-wrapper {
	margin-top: 10px
}

.about-wrapper .about-right .count-wrapper .count-item {
	margin-right: 30px
}

.about-wrapper .about-right .count-wrapper .count-item p {
	font-size: 16px
}

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

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

.about-wrapper .about-right .about-right-content {
	position: absolute;
	height: 100%;
	left: 0px;
	background: #fff;
	padding: 20px 60px
}


.about-wrapper .about-right .about-right-content h2 {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.about-wrapper .about-right .about-right-content h2::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #008CD6;
	border-radius: 3px;
}

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

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

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

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

@media(max-width: 575.98px) {
	.case-wrapper {
		padding: 30px 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::after {
	display: inline-block;
	content: "";
	font-size: 12px;
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--primary-color)
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	height: 26px;
	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;
	-webkit-transition: all 200ms ease;
	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;
	-webkit-transition: all 350ms ease;
	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;
	-webkit-transition: opacity .5s, background-color .5s, width .5s;
	transition: opacity .5s, background-color .5s, width .5s;
	-webkit-transition-delay: .5s, .5s, 0s;
	transition-delay: .5s, .5s, 0s
}

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

.news-wrapper {
	padding: 30px 0
}

@media(max-width: 575.98px) {
	.news-wrapper {
		padding: 30px 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;
	-webkit-transition: top .5s;
	transition: top .5s;
	-webkit-box-shadow: 0 2px 8px rgba(100, 100, 100, .1);
	box-shadow: 0 2px 8px rgba(100, 100, 100, .1)
}

.news-wrapper .news-list .news-item:hover .news-item-img img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	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: relative;
	top: 50%;
	left: 50%;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

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

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

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

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

.news-wrapper .news-list .news-item .card-body .card-info i {
	color: #999;
	-webkit-transition: all 300ms ease;
	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);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

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

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

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

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

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

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

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

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

.contact-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	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::-webkit-input-placeholder {
	color: #999
}

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

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

.contact-wrapper .contact-content input::-ms-input-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: #1f232b;
	padding: 40px 0
}

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

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

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

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

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

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

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

footer .footer-logo {
	width: 128px
}

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

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

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

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

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

footer .footer-contact {
	margin-top: 20px;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.copyriht {
		margin-bottom: 0px;
	}
}

.copyriht a {
	color: #666
}

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

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

.neibanner .neibannerdesc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	color: #fff
}

/* .neibanner .neibannerdesc .neibannerdesc-title { */
.neibanner .neibannerdesc-title {
	position: absolute;
	top: 50%;
	/* 顶部距离父元素 50% */
	left: 50%;
	/* 左侧距离父元素 50% */
	transform: translate(-50%, -50%);
	/* 向左上回退自身宽高的一半，实现完美居中 */
	width: 100%;
	/* 防止文字换行问题，视情况而定 */
	text-align: center;
	/* 确保文字内部居中 */
	z-index: 100;
	/* 确保文字在图片上方 */
	/* margin-bottom: 40px */
}

.neibanner .neibannerdesc-title img {
	width: 300px;
}

@media (max-width:768px) {
	.neibanner .neibannerdesc-title img {
		width: 200px;
	}
}

.neibanner .neibannerdesc-title h2 {
	margin-top: 5px;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.neibanner .neibannerdesc-title h2 {
		font-size: 26px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 480px) {
	.neibanner .neibannerdesc-title h2 {
		font-size: 26px;
	}
}

.neibanner .neibannerdesc-title p {
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 0.82;
	color: #ffffff
}

@media screen and (max-width: 768px) {
	.neibanner .neibannerdesc-title p {
		font-size: 16px;
		font-weight: 100;
	}
}

.neinav {
	width: 100%;
	background-color: rgba(0, 0, 0, .15);
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.neinav .neinav-wrapper li {
	margin: 5px 20px 5px 0
}

.neinav .neinav-wrapper li a {
	color: #eee;
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative
}

.neinav .neinav-wrapper li.active a {
	background-color: var(--primary-color);
	border-radius: 40px;
	padding: 0 15px;
	font-size: 15px;
	color: #fff;
	font-weight: 500
}

.neinav .neinav-wrapper li:hover a {
	color: #fff
}

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

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

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

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

.page-content {
	padding: 30px 0
}

@media (max-width: 575.98px) {
	.page-content {
		padding: 10px 0;
	}
}

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

.page-content .page-content-card .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 40px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	margin-bottom: -2px
}

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

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

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

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

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

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

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.page-content .page-content-timeline .page-content-timeline-right img {
	height: 22px;
	-webkit-filter: brightness(200%) grayscale(200%);
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #eee
}

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

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

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

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

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

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

@media(max-width:768px; ) {
	.page-list.case-wrapper {
		padding: 10px 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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;
	-webkit-transition: all .3s ease;
	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;
	border-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	position: relative;
	top: 0;
	-webkit-transition: top .5s;
	transition: top .5s;
	margin-bottom: 30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-wrapper.page-content .contact-info-list h6 {
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	cursor: default;
	-webkit-transition: all .5s;
	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;
	-webkit-transition: all .5s;
	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;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease
}

.newslistp_botdes {
	padding: 15px;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all .5s;
	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 {
	-webkit-transform: scale(1.05);
	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);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	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 {
	display: inline-block;
	padding-left: 0;
	margin: 30px 0;
	border-radius: 8px
}

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

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

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

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

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

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

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

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

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

.page-pagination .pagination .jumpto .page_number {
	width: 45px;
	margin-right: -1px
}

.product-content-info {
	margin-top: 60px
}

@media(max-width:768px) {
	.product-content-info {
		margin-top: 20px
	}

}

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

.procontent1_l {
	height: 25rem;
}

.procontent1_l .gallery-top {
	height: 18.75rem;
	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%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0
}

.procontent1_l .gallery-thumbs .swiper-slide {
	height: 100%;
	border: 1px solid #999;
	opacity: .4;
	border-radius: 10px;
	-webkit-transition: all .5s;
	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-weight: 600;
	font-size: 28px;
	color: #333
}

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

.procont_lbot {
	margin-top: 6px;
	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;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #111;
	color: #fff;
	font-weight: 600;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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
}

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

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

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

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

	.footer-link .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		-ms-flex-wrap: wrap;
		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 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.neibanner {
		height: 230px
	}

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

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

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

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

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

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

	header .search-wrapper {
		height: 60px
	}

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

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

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

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

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

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

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

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

	#main-slider-pagination {
		bottom: 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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-weight: 400
	}

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

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

	.nav-pc .menu>ul>li>.sub-menu .sub-menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start
	}

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

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

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

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

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

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

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

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

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

	.product-wrapper .link-section {
		margin-bottom: 10px;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		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 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		-ms-flex-wrap: wrap;
		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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: start !important;
		text-align: left !important
	}

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

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

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

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

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

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

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

	#main-slider-pagination {
		bottom: 20px
	}

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

	.about-wrapper .about-right .about-right-content {
		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: 26px
	}

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

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

	.product-wrapper .link-section {
		margin-bottom: 10px;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

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

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

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

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

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

	.contact-wrapper .contact-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		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 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-link .left .footer-link-wrapper {
		margin: 10px 0 0 0 !important;
		-ms-flex-wrap: wrap;
		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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: start !important;
		text-align: left !important
	}

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

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

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

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

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

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

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

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

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

#backTop span i {
	z-index: 1
}

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

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

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

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

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

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

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

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

.public-title {
	text-align: center;
	/* 核心：让h3块级元素居中 */
}

.title-with-gradient-line {
	display: inline-flex;
	/* 宽度自适应，配合text-align:center居中 */
	align-items: center;
	/* 线条和文字垂直居中 */
	justify-content: center;
	/* 内容整体居中 */
	gap: 16px;
	/* 线条和文字的间距（左右一致） */
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	/* 清除默认行高影响 */
	margin: 0 auto;
	/* 兜底居中 */
}

/* 通用线条样式（左右线条共用） */
.title-with-gradient-line .line {
	width: 230px;
	/* 和左侧线条同宽度 */
	height: 4px;
	/* 和左侧线条同高度 */
	background-image: -webkit-linear-gradient(90deg, rgba(0, 140, 214, 0), rgba(0, 140, 214, 1));
	background-image: linear-gradient(90deg, rgba(0, 140, 214, 0), rgba(0, 140, 214, 1));
}

/* 右侧线条：渐变方向反转（从实到虚，和左侧对称） */
.title-with-gradient-line .right-line {
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 140, 214, 0), rgba(0, 140, 214, 1));
	background-image: linear-gradient(-90deg, rgba(0, 140, 214, 0), rgba(0, 140, 214, 1));
	/* 等价写法：background-image: linear-gradient(270deg, rgba(0, 140, 214, 0), rgba(0, 140, 214, 1)); */
}

@media(max-width: 575.98px) {
	.title-with-gradient-line .line {
		width: 80px;
		/* 手机端线条缩短为80px */
		height: 2px;
		/* 线条变细 */
		gap: 10px;
		/* 间距缩小 */
	}
}

@media(max-width: 575.98px) {
	.lang-btn {
		display: none !important
	}
}

/* 底部客服    */
@media (min-width: 768px) {
	#concat {
		display: none !important;
		/* 强制隐藏，优先级最高 */
	}
}

#concat {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	//height: 0.8rem;
	display: flex;
	padding: 0.9rem 0.9rem;
	;
	;
	align-items: center;
	;
	;
	;
	;
	justify-content: space-between;
	;
	;
	;
	;
	z-index: 9;
	;
	;
	background-color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

#concat a {
	text-align: center;
	width: 33.3%;

}

#concat a:first-of-type {
	color: #adadad;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10px;
}

#concat .button {
	width: 33.3%;
	height: 2.6rem;
	line-height: 2.6rem;
	background: linear-gradient(180deg, #FF8615 0%, #FFB507 100%);
	border-radius: 6px 6px 6px 6px;
	text-align: center;
	//font-size: .28rem;
	//margin-right: 0.1rem;
	margin-left: auto;
}

#concat .button:last-child {
	background: linear-gradient(180deg, #15AEFF 0%, #07D6FF 100%);
	margin-left: 1rem;
}

#concat .button span {
	font-size: 1rem;
	margin-left: .05rem;
	color: #fff;
	vertical-align: baseline;
}

#concat .button svg {
	vertical-align: text-bottom;
}

/* 	#totop {
		position: fixed;
		right: .34rem;
		bottom: 1.6rem;
		width: 1.2rem;
		height: 1.2rem;
		background: url(//www.zy.com/webfile/assets/img/public/totop.png) no-repeat 0 0;
		background-size: 100% 100%;
	} */
#dialogReservation {
	display: none;
}

/* ========== 预约弹窗核心样式 ========== */
/* ========== 预约弹窗核心样式 ========== */
.dialog-reservation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	overflow: hidden;
	line-height: 1;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.dialog-reservation-content {
	width: 90%;
	max-width: 20.8rem;
	overflow: hidden;
	position: relative;
}

.dialog-reservation-header {
	color: white;
	text-align: center;
	position: relative;
}

.dialog-reservation-header img {
	width: 100%;
	height: auto;
	display: block;
}

.dialog-reservation-body {
	padding: 1.3rem 0.78rem 0.78rem;
	background-color: #fff;
	border-radius: 0.624rem;
	position: relative;
	margin-top: -1.04rem;
}

.dialog-reservation-body::before {
	display: block;
	content: '';
	height: 1.248rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.624rem 0.624rem 0 0;
	background: linear-gradient(180deg, rgba(0, 167, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0px 1px 0px 0px #FFFFFF;
}
.dialog-reservation-body::before {
    display: block;
    content: '';
    height: 0.48rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.24rem 0.24rem 0 0;
    background: linear-gradient(180deg, rgba(0, 167, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0px 1px 0px 0px #ffffff;
}
.dialog-reservation .form-group {
	margin-bottom: 1.04rem;
	display: flex;
	flex-direction: column;
	position: relative;
}

.dialog-reservation span.error {
	font-size: 0.52rem;
	position: absolute;
	bottom: -1.04rem;
	left: 0;
	color: #FF5252;
	line-height: 17px;
	text-align: center;
	width: 100%;
	display: none;
}

.dialog-reservation .form-group.sms-code {
	margin-top: -0.52rem;
}

.dialog-reservation .form-group label {
	display: block;
	margin-bottom: 0.52rem;
	font-size: 0.728rem;
	line-height: 1;
	color: #505E64;
	font-weight: 500;
}

.dialog-reservation .form-group input,
.dialog-reservation .form-group select,
.dialog-reservation .form-group .custom-select-wrapper>div {
	width: 100%;
	padding: 0.624rem;
	border-radius: 0.416rem;
	font-size: 0.728rem;
	line-height: 1;
	outline: none;
	box-sizing: border-box;
	color: #505E64;
	background-color: #F8FBFC;
	border: 1px solid #E7F1F4;
}

.dialog-reservation .form-group input.error,
.dialog-reservation .form-group select.error,
.dialog-reservation .form-group .custom-select-wrapper>div.error {
	border-color: #FF5252;
}

.dialog-reservation input::placeholder,
.dialog-reservation select::placeholder {
	color: #8E9FA7;
}

.dialog-reservation .form-group input:focus,
.dialog-reservation .form-group select:focus {
	border-color: #00aaff;
	box-shadow: 0 0 0 0.104rem rgba(0, 170, 255, 0.2);
}

.dialog-reservation .btn-get-code {
	font-size: 0.728rem;
	color: #00B8FF;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0.52rem;
	border: none;
	background-color: transparent;
	transform: translateY(-50%);
}

.dialog-reservation .btn-get-code:disabled {
	color: #8E9FA7;
}

.dialog-reservation .btn-submit {
	width: 60%;
	padding: 0.728rem;
	color: #333;
	border: none;
	border-radius: 0.312rem;
	font-size: 0.728rem;
	cursor: pointer;
	margin-top: 1.56rem;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-weight: 700;
	color: #FFFFFF;
	background: linear-gradient(180deg, #15AEFF 0%, #07D6FF 100%);
	box-shadow: 0px 4px 10px 0px rgba(49, 187, 255, 0.58);
	transition: all 0.2s ease-in-out;
}

.dialog-reservation .btn-submit.disabled {
	background: #C6D7DF;
	box-shadow: none;
}

.dialog-reservation .footer-text {
	text-align: center;
	font-size: 0.624rem;
	padding: 0.52rem 0 0rem;
	color: #8E9FA7;
}

.dialog-reservation .close-btn {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 0.832rem;
	color: #333;
}

.dialog-reservation .close-btn img {
	width: 100%;
	height: auto;
}

.dialog-reservation.dialog-success {
	display: none;
	text-align: center;
	padding: 1.56rem;
	color: #333;
	font-size: 0.832rem;
}

.dialog-reservation .red {
	color: #ff2222;
}

.yidun_popup.yidun_popup--append {
	position: fixed;
}

/* ========== 自定义下拉框样式 ========== */
.custom-select-wrapper {
	position: relative;
	width: 100%;
}

.custom-select-wrapper .select-selected {
	background: #F8FBFC;
	overflow: hidden;
	height: 100%;
	font-size: 0.728rem;
	color: #505E64;
	cursor: pointer;
	position: relative;
	user-select: none;
	transition: all 0.2s ease;
	font-weight: 700;
}

.custom-select-wrapper .select-selected:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.624rem;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 0.26rem solid transparent;
	border-right: 0.26rem solid transparent;
	border-top: 0.26rem solid #505E64;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
	border-top: none;
	border-bottom: 0.26rem solid #505E64;
}

.custom-select-wrapper .select-selected:hover {
	border-color: #00aaff;
}

.custom-select-wrapper .select-selected.select-active {
	border-color: #00aaff;
}

.custom-select-wrapper .select-items {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-top: none;
	max-height: 10.4rem;
	overflow-y: auto;
	margin-top: 0.26rem;
	background: #F8FBFC;
	box-shadow: 0px 0.208rem 0.52rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.312rem 0.312rem 0.312rem 0.312rem;
	border: 1px solid #E7F1F4;
	padding: 0.624rem 0;
}

.custom-select-wrapper .select-items div {
	font-size: 0.728rem;
	line-height: 2.08rem;
	color: #505E64;
	cursor: pointer;
	user-select: none;
	transition: all 0.2s ease;
	padding: 0 0.78rem;
}

.custom-select-wrapper .select-items div:hover {
	background-color: #f0f8ff;
	color: #00B8FF;
}

.custom-select-wrapper .select-items div.selected {
	color: #00B8FF;
	font-weight: bolder;
}

.custom-select-wrapper .select-hide {
	display: none;
}
/* 下拉样式结束 */

.product-item:nth-child(1) .hexinimg {

	/*           background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' class='icon' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23046ecd' d='M256 147.782a84.945 84.945 0 0 1 87.273 82.385A85.18 85.18 0 0 1 256 312.785a85.18 85.18 0 0 1-88.436-82.618A85.18 85.18 0 0 1 256 147.782m31.884 728.436L271.36 630.225h-34.91l-13.265 245.993h-80.058l17.688-288.582-55.39-39.33 42.357-214.342h91.462l-6.75 10.705 8.844 17.455L221.79 495.01l30.72 29.556v2.328l1.164-1.164v1.164-2.328l30.952-29.556-19.781-132.887 9.076-17.455-6.982-10.705h93.091l205.266 9.076-39.331 65.164-182.924 3.025 6.05 176.407 11.87 288.582zm311.854-358.633L649.31 384l7.447-20.48 15.593 15.593 45.15 45.382 66.094-107.055 23.272 13.265-75.403 122.182-9.31 15.128-12.8-12.8-42.123-42.357-47.709 128.698-5.818 15.593-14.662-8.844-69.818-40.727-72.611 23.273-9.076-24.67 79.127-26.065 6.05-2.094 5.819 3.258 59.578 35.607zm131.258 358.633H462.662v-44.683h267.403zm188.51-679.33v491.054h-288.35v129.862h-76.334V687.942H410.53v-52.364h452.422V223.185H387.49v-52.363h531.084v26.065z'/%3E%3C/svg%3E");		 */
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/a_color.png");
}

.product-item:nth-child(1):hover .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/a_w.png");
}

.product-item:nth-child(2) .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/b_color.png");
}

.product-item:nth-child(2):hover .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/b_w.png");
}

.product-item:nth-child(3) .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/c_color.png");
}

.product-item:nth-child(3):hover .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/c_w.png");
}

.product-item:nth-child(4) .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/d_color.png");
}

.product-item:nth-child(4):hover .hexinimg {
	background-image: url("http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/d_w.png");
}


/* 评论轮播开始 */
.pt-130 {
	padding-top: 130px;
}

.rpt-100 {
	padding-top: 100px;
}

.pb-80 {
	padding-bottom: 10px;
}

.rpb-50 {
	padding-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

/* 容器样式 */
.container1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* 响应式布局 */
@media (min-width: 576px) {
	.container1 {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container1 {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container1 {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container1 {
		max-width: 1140px;
	}
}

/* 行布局 */
/* .row {
	       display: flex;
	       flex-wrap: wrap;
	       margin-right: -15px;
	       margin-left: -15px;
	   } */

.justify-content-center {
	justify-content: center;
}

/* 列布局 */
.col-xl-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

/* 标题样式 */
.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 600;
	color: #454545;
}

/* 反馈区域核心样式 */
.testimonials-area {
	padding: 30px 0;
	background-color: #ffffff;
	overflow: hidden;
	/* 隐藏轮播超出部分 */
}

/* 反馈项样式 */
.testimonial-item {
	padding: 20px;
	margin: 0 15px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	max-width: 380px;
	/* 限制单条反馈宽度 */
}

.testimonial-item .author {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.testimonial-item .author .image {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	flex-shrink: 0;
	/* 防止头像压缩 */
}

.testimonial-item .author .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-item .author .title {
	font-size: 16px;
	color: #555;
}

.testimonial-item .author-text {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 15px;
}

.testi-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ratting {
	color: #ffc107;
}

.testi-footer .text {
	font-size: 12px;
	color: #999;
}

/* 轮播容器样式 */
.marquee-slider-right,
.marquee-slider-left {
	margin: 20px 0;
}

/* 移动端适配 */
@media (max-width: 768px) {
	.pt-130 {
		padding-top: 80px;
	}

	.rpt-100 {
		padding-top: 60px;
	}

	.pb-80 {
		padding-bottom: 50px;
	}

	.rpb-50 {
		padding-bottom: 30px;
	}

	.mb-60 {
		margin-bottom: 30px;
	}

	.section-title h2 {
		font-size: 22px;
	}

	.testimonial-item {
		max-width: 320px;
		padding: 15px;
	}

	.testimonial-item .author .image {
		width: 45px;
		height: 45px;
	}

	.testimonial-item .author .title {
		font-size: 14px;
	}

	.testimonial-item .author-text {
		font-size: 13px;
	}

	/* 移动端轮播内边距调整 */
	.slick-list {
		padding: 0 20px !important;
	}
}

/* 超小屏适配 */
@media (max-width: 576px) {
	.testimonial-item {
		max-width: 280px;
	}
}

/* 评论轮播结束 */

/* 校区展示开始 */

/* ========== 间距工具类（更细分） ========== */
.pt-130 {
	padding-top: 130px;
}

.rpt-100 {
	padding-top: 100px;
}

.pb-85 {
	padding-bottom: 85px;
}

.rpb-55 {
	padding-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-8 {
	margin-bottom: 8px;
}

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

/* ========== 容器样式（更严谨） ========== */
.project-grid-area {
	padding: 30px 0;
	overflow: hidden;
}

.project-grid-xiaoqu {
	padding: 0px 0 !important;
	overflow: hidden;
}

.containerb {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	/* padding: 0 15px; */
	position: relative;
}

.row1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	/* margin-right: -15px;
		  margin-left: -15px; */
}

.justify-content-center {
	justify-content: center;
}

/* ========== 列布局（更精准的响应式） ========== */
.xqcol-xl-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding: 0 15px;
}

.xqcol-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0 15px;
}

.xqcol-md-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	padding: 0 15px;
}

.xqcol-xl-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 15px;
}

.xqcol-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.xqcol-sm-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	padding: 0 15px;
}

/* ========== 响应式断点（更细分） ========== */
/* 超小屏（手机） */
@media (max-width: 576px) {

	.xqcol-xl-4,
	.xqcol-md-6,
	.xqcol-sm-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pt-130 {
		padding-top: 60px;
	}

	.rpt-100 {
		padding-top: 40px;
	}

	.pb-85 {
		padding-bottom: 40px;
	}

	.rpb-55 {
		padding-bottom: 20px;
	}

	.mb-60 {
		margin-bottom: 30px;
	}

	.mb-40 {
		margin-bottom: 20px;
	}
}

/* 小屏（平板竖屏） */
@media (min-width: 576px) and (max-width: 768px) {

	.xqcol-xl-4,
	.xqcol-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.pt-130 {
		padding-top: 80px;
	}

	.rpt-100 {
		padding-top: 60px;
	}

	.pb-85 {
		padding-bottom: 50px;
	}

	.rpb-55 {
		padding-bottom: 30px;
	}

	.mb-60 {
		margin-bottom: 40px;
	}

	.mb-40 {
		margin-bottom: 30px;
	}
}

/* 中屏（平板横屏） */
@media (min-width: 768px) and (max-width: 992px) {
	.xqcol-xl-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* 大屏（桌面） */
@media (min-width: 992px) and (max-width: 1200px) {
	.xqcol-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* 超大屏 */
@media (min-width: 1200px) {
	.xqcol-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* ========== 标题区域（更细腻的样式） ========== */
.section-title {
	text-align: center;
	padding: 0 10px;
}

.section-title h2 {
	font-size: clamp(26, 3vw, 32px);
	/* 响应式字体 */
	color: #454545;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

/* 标题下划线装饰 */
.section-title h2::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #008CD6;
	border-radius: 3px;
}

.section-title p {
	font-size: clamp(14px, 1.5vw, 16px);
	color: #adadad;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

/* 信息前面加小图标 */
.inner-content p::before {
	content: '\f3c5';
	/* 地址图标 */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 8px;
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
}

.inner-content p:nth-child(2)::before {
	content: '\f095';
	/* 电话图标 */
}

/* ========== 筛选导航（交互更细腻） ========== */
.project-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 15px;
	padding: 10px 0;
}

.project-nav li {
	padding: 8px 22px;
	background-color: #f5f5f5;
	color: #696969;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/* 更顺滑的过渡 */
	font-size: 14px;
	font-weight: 600;
	border: 1px solid transparent;
	user-select: none;
	/* 禁止文字选中 */
}

.project-nav li.active {
	background-color: #008CD6;
	color: #fff;
	box-shadow: 0 4px 12px rgba(44, 101, 237, 0.3);
}

.project-nav li:hover:not(.active) {
	background-color: #e8f0ff;
	color: #008CD6;
	border-color: #d1e0ff;
	transform: translateY(-2px);
}

.project-nav li:focus {
	outline: 2px solid #008CD6;
	outline-offset: 2px;
}

/* ========== 校区卡片容器（性能优化） ========== */
.project-active {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	opacity: 0;
	animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.project-active .item {
	margin-bottom: 30px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.project-active .item.hide {
	opacity: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
}

/* ========== 校区卡片样式（极致细节） ========== */

.icon-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.icon-title i {
	font-size: 20px;
	color: #2c65ed;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #e8f0ff; */
	border-radius: 50%;
}

.icon-title h5 a {
	font-size: clamp(16px, 1.8vw, 18px);
	color: #696969;
	font-weight: 700;
	transition: color 0.3s ease;
	line-height: 1.4;
}

.icon-title h5 a:hover {
	color: #2c65ed;
}


/* ========== 移动端特殊优化 ========== */
@media (max-width: 768px) {
	.fancy-box .image {
		height: 180px;
	}

	.fancy-box .content {
		padding: 18px;
	}

	.icon-title {
		margin-bottom: 15px;
	}

	.icon-title i {
		width: 28px;
		height: 28px;
		font-size: 16px;
	}

	.inner-content {
		font-size: 13px;
	}

	.read-more {
		margin-top: 10px;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.fancy-box .image {
		height: 160px;
	}

	.project-nav li {
		padding: 6px 16px;
		font-size: 13px;
	}

	.section-title h2::after {
		width: 40px;
		height: 2px;
	}
}

/* ========== 加载中状态 ========== */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.5s ease;
}

.loading.hidden {
	opacity: 0;
	pointer-events: none;
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #2c65ed;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* 校区展示结束 */

.fancy-box {
	position: relative;
	margin-bottom: 82px;
	cursor: pointer;
	/* 鼠标手型，提示可交互 */
}

.fancy-box .image img {
	width: 100%;
	margin-bottom: 43px;
	border-radius: 15px;
	box-shadow: 0px 30px 60px rgba(0, 85, 255, 0.15);
}

.fancy-box .icon-title {
	display: flex;
	align-items: center;
}

.fancy-box .icon-title i {
	font-size: 30px;
	transition: 0.5s;
	margin-right: 15px;
	color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
	.fancy-box {
		margin-bottom: 106px;
	}

	.fancy-box .icon-title i {
		font-size: 30;
		margin-right: 10px;
	}
}

.fancy-box .icon-title h5 {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.fancy-box .icon-title h5 {
		font-size: 18px;
	}
}

.fancy-box .inner-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	/* 初始文字白色，hover时匹配背景 */
	line-height: 1.6;
}

/* 关键修复1：强制覆盖行内display:none，hover时显示 */
.fancy-box:hover .inner-content {
	display: block !important;
	animation: fadeIn 0.3s ease;
	/* 淡入动画，更自然 */
}

/* 小屏隐藏规则保留 */
@media only screen and (max-width: 375px) {
	.fancy-box .inner-content {
		display: none !important;
	}
}

.fancy-box .content {
	z-index: 1;
	position: absolute;
	right: -1px;
	bottom: -1px;
	overflow: hidden;
	transition: 0.5s;
	background: white;
	width: calc(100% - 25px);
	padding: 10px 35px 10px 50px;
	box-shadow: 0px 10px 60px rgba(0, 85, 255, 0.15);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 20px 50%);
}


@media only screen and (max-width: 991px) {
	.fancy-box .content {
		bottom: -106px;
		width: calc(100% - 15px);
		padding: 10px 15px 0px 45px;
	}
}

.fancy-box .content p {
	transition: 0.5s;
	margin-bottom: 10px;
}

.fancy-box .content .bg {
	z-index: -1;
	position: absolute;
	right: -20px;
	bottom: -20px;
	max-width: 50%;
	transition: 0.5s;
}

.fancy-box:hover .content {
	background: var(--primary-color);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0 50%);
}

@media only screen and (min-width: 376px) {
	.fancy-box:hover .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.fancy-box:hover .content p,
.fancy-box:hover .content h5 a,
.fancy-box:hover .content .read-more,
.fancy-box:hover .content .icon-title>i {
	color: white;
}

.fancy-box:hover .content .read-more {
	font-weight: 600;
}

.fal,
.far {
	font-family: "Font Awesome 5 Pro";
}

.fancy-box:hover .content .bg {
	right: 0;
	bottom: 0;
}

.fancy-box.style-two .image img {
	box-shadow: none;
	border-radius: 12px;
}

.fancy-box.style-two .content {
	right: 25px;
	clip-path: none;
	border-radius: 12px;
	width: calc(100% - 50px);
	padding: 20px 28px 15px 30px;
}

.fancy-box.style-two .content .category {
	font-weight: 500;
	margin-bottom: 4px;
	color: var(--primary-color);
	display: inline-block;
}

.fancy-box.style-two .content h6 {
	letter-spacing: -0.32px;
}

.fancy-box.style-two .content .inner-content {
	padding-top: 0;
}

.fancy-box.style-two:hover .content h6 a,
.fancy-box.style-two:hover .content .category {
	color: white;
}

.fancy-box.style-two:hover .content h6 a {
	text-decoration: underline;
}

/* 淡入动画 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 响应式补充 */
@media (max-width: 991px) {
	.xqcol-xl-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	.xqcol-xl-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* 4545主导航开始 */
.sectiona {
	padding: 10px;
	background-color: #ffffff;
}

@media (min-width: 768px) {
	.sectiona {
		display: none !important;
		/* 强制隐藏，优先级最高 */
	}
}

.containerc {
	display: flex;
	gap: 10px;
	/* 两个卡片间距 */
	width: 100%;
}

.carda {
	flex: 1;
	/* 平分宽度 */
	border-radius: 4px;
	padding: 10px 10px;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	/* 鼠标指针变手型 */
	transition: all 0.2s ease;
	/* 动效过渡 */
	user-select: none;
	/* 禁止文字选中 */
}

/* 按压动效：点击时缩小+降低透明度 */
.carda:active {
	transform: scale(0.98);
	opacity: 0.9;
}

.carda.blue {
	background-color: #00a8e8;
	/* 蓝色卡片 */
}

.carda.orange {
	background-color: #ff9f00;
	/* 橙色卡片 */
}

.carda .label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	opacity: 0.9;
}

.carda .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1.2;
}

.carda .desc {
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.9;
}

.carda .arrow {
	position: absolute;
	right: 16px;
	bottom: 24px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

/*  hover 时箭头轻微旋转，增强交互感 */
.carda:hover .arrow {
	transform: rotate(5deg);
}

.carda .arrow::after {
	content: "→";
	font-size: 24px;
	font-weight: 300;
}

.containerc .carda .bg {
	z-index: 0;
	position: absolute;
	right: -20px;
	bottom: -20px;
	max-width: 50%;
	transition: 0.5s;
}

/* 小屏手机适配 */
@media (max-width: 375px) {
	.carda .title {
		font-size: 28px;
	}

	.carda .desc {
		font-size: 13px;
	}
}

/* 45454545主导航结束 */


.menuBox {
	width: 100%;
	height: auto;
	min-height: 80px;
	/* 给一个最小高度 */
	text-align: center;
	padding-top: 6px;
	/* 原 .69rem -> 约 11px 太扁，改为 20px */
	padding-bottom: 20px;
	box-sizing: border-box;
	/* 防止 padding 撑大高度 */
}

.menuBox .title {
	/* 核心修改：0.4rem (6px) -> 18px (约 1.1rem) */
	font-size: 30px;
	/* 或者使用 1.1rem; */

	font-family: "Source Han Sans CN-Bold", "Source Han Sans CN", sans-serif;
	font-weight: bold;
	color: #454545;
	margin-top: 10px;
	/* 原 .14rem -> 2px 太挤，改为 10px */
	line-height: 1.4;
	/* 推荐使用无单位行高，适应性更好 */
	padding-bottom: 5px;
	/* 原 .48rem -> 7px 太挤，改为 15px */
}

@media (max-width:768px) {
	.menuBox .title {
		font-size: 26px;
	}
}

.subtitle {
	/* 核心修改：0.18rem (2.8px) -> 14px */
	font-size: 14px;
	font-family: "Source Han Sans CN-Regular", "Source Han Sans CN", sans-serif;
	font-weight: 400;
	color: #999999;
	margin-bottom: -10px;
	/* 增加下边距，避免和菜单贴太近 */
}

.subtitle span {
	position: relative;
	padding-left: 15px;
	/* 用 padding 代替绝对定位可能更稳，或者保留下面的伪元素 */
	display: inline-block;
}

.subtitle span::before {
	content: "";
	/* 核心修改：0.12rem (1.9px) -> 6px */
	width: 10px;
	height: 10px;
	background: #F5A200;
	position: absolute;
	/* 调整位置以匹配新的字体大小 */
	left: 0px;
	top: -5px;
	transform: translateY(-50%);
	/* 垂直居中 */
	border-radius: 0%;
	/* 通常小圆点最好是圆的，按需添加 */
}

.menuList {
	/* 原 7.34rem (117px) -> 限制最大宽度，防止在大屏太宽 */
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	/* 高度设为自动，让内容撑开 */
	height: auto;
	display: flex;
	/* 确保列表横向排列 */
	justify-content: space-around;
	/* 均匀分布 */
	list-style: none;
	/* 去除默认列表样式 */
	padding: 0;
}

.menuList li {
	flex: 1;
	/* 核心修改：0.2rem (3.2px) -> 14px */
	font-size: 14px;
	width: 100px;
	font-family: "Source Han Sans CN-Regular", "Source Han Sans CN", sans-serif;
	font-weight: 400;
	color: rgba(43, 41, 67, 0.65);
	/* 统一使用 rem 或 px，这里用 px 更直观 */
	line-height: 24px;
	cursor: pointer;
	position: relative;
	/* 为内部绝对定位做准备 */
	text-align: center;
}

.menuList li a {
	color: inherit;
	/* 继承父级颜色 */
	text-decoration: none;
	display: block;
}

.menuList li:hover,
.menuList .curMenu {
	color: #008CD6;
}

/* 优化下划线的动画效果 */
.menuList p {
	/* 核心修改：宽度动态变化，初始可以设小一点或 0 */
	width: 0;
	/* 高度：原 6px -> 保持 6px 或 2px 看设计风格，这里保留 6px */
	height: 6px;
	background: #008CD6;
	/* 居中显示 */
	margin: 8px auto 0;
	transition: width 0.3s ease;
	border-radius: 3px;
	/* 圆角更好看 */
}

.menuList li:hover p,
.menuList .curMenu p {
	/* 激活状态下的宽度，原 .64rem (10px) -> 改为百分比或固定像素，例如 60% 或 40px */
	width: 36%;
}

/* 关于我们开始 */
/* --- 主容器 --- */
.about-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	/* background: #fff;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
	overflow: hidden;
	border-radius: 4px;
	/* 轻微圆角 */
}

/* --- 左侧图片 --- */
.about-image {
	flex: 0 0 42%;
	/* 固定占比，接近设计图比例 */
	position: relative;
	overflow: hidden;
}

.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

/* 简单的悬停放大效果 */
.about-image:hover img {
	transform: scale(1.05);
}

/* --- 右侧内容区 --- */
.about-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #fcfcfc;
	/* 极淡的灰色背景，区分层次 */
	padding: 50px 60px;
	position: relative;
}

/* 标题 */
.content-title {
	font-size: 24px;
	font-weight: bold;
	color: #696969;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

/* 正文段落 */
.content-text p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	/* 首行缩进 */
	margin-bottom: 15px;
	text-align: justify;
	/* 两端对齐 */
	line-height: 1.8;
}

/* --- 底部三色卡片区域 --- */
.bottom-cards {
	display: flex;
	margin-top: auto;
	/* 推到底部 */
	padding-top: 30px;
	gap: 0;
	/* 无缝连接 */
}

.card-item {
	flex: 1;
	padding: 25px 15px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.card-item:hover {
	opacity: 0.9;
}

/* 卡片标题 (我们的使命/愿景/定位) */
.card-title-a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
	display: inline-block;
}

/* 标题下方的白色短横线 */
.card-title-a::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 8px auto 0;
}

/* 卡片具体内容 */
.card-desc {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	white-space: pre-line;
	/* 保留换行符 */
}

/* --- 颜色定义 (精准取色) --- */
/* 浅蓝 */
.bg-light-blue {
	background-color: #4DB8E8;
}

/* 中蓝 */
.bg-mid-blue {
	background-color: #00A7EA;
}

/* 深蓝 */
.bg-deep-blue {
	background-color: #008CD6;
}

/* =========================================
           移动端适配 (Media Queries)
           ========================================= */
@media (max-width: 768px) {

	/* body {
                padding: 20px 10px;
                align-items: flex-start;
            } */
	.about-container {
		flex-direction: column;
		box-shadow: none;
		/* 移动端去掉阴影更扁平 */
		background: transparent;
	}

	.about-image {
		flex: none;
		width: 100%;
		height: 240px;
		/* 固定高度 */
		margin-bottom: 20px;
		border-radius: 8px;
		overflow: hidden;
	}

	.about-content {
		padding: 30px 20px;
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	}

	.content-title {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.content-text p {
		font-size: 13px;
		text-indent: 2em;
		margin-bottom: 12px;
	}

	.bottom-cards {
		flex-direction: column;
		gap: 10px;
	}

	.card-item {
		padding: 20px;
		border-radius: 6px;
		/* 移动端给点圆角好看些 */
	}

	.card-title {
		font-size: 15px;
	}

	.card-desc {
		font-size: 13px;
	}
}

/* 关于我们结束 */
/* 数据45454545开始 */
/* --- 主容器样式 --- */
.stats-section {
	width: 100%;
	/* 背景图：这里使用了一个深蓝色星空路的占位图，请替换为您设计图中的真实背景图 */
	background-image: url('http://8.134.140.80:81/assets/addons/ldcms/ldcms2025/images/45454545.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
	/* 添加一个深蓝色遮罩，确保文字在任何背景下都清晰 */
	position: relative;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 遮罩层 (可选，如果原图够暗可去掉) */
.stats-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(10, 20, 60, 0.6); */
	z-index: 1;
}

.stats-container {
	position: relative;
	z-index: 2;
	/* 确保内容在遮罩之上 */
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

/* --- 单个数据项样式 --- */
.stat-item {
	flex: 1;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 数字部分 */
.stat-number {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
	letter-spacing: 1px;
	white-space: nowrap;
	/* 防止数字换行 */
}

/* 后缀 (年、个省份、+) */
.suffix {
	font-size: 24px;
	font-weight: normal;
	margin-left: 5px;
	opacity: 0.9;
}

/* 标签文字 (成立、覆盖业务...) */
.stat-label {
	font-size: 16px;
	font-weight: normal;
	opacity: 0.8;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* =========================================
		   移动端适配 (Media Queries)
		   ========================================= */
@media (max-width: 768px) {
	.stats-section {
		padding: 60px 20px;
	}

	.stats-container {
		flex-direction: column;
		/* 垂直排列 */
		gap: 40px;
		/* 增加上下间距 */

		/* 使用 Grid 布局实现 2x2 排列 */
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* 两列 */
		gap: 30px 20px;
		/* 行间距 30px, 列间距 20px */
	}

	.stat-item {
		/* 在 Grid 中重置 flex 属性 */
		flex: none;
		width: 100%;
	}

	.stat-number {
		font-size: 36px;
		/* 手机字号稍小 */
		margin-bottom: 10px;
	}

	.suffix {
		font-size: 18px;
	}

	.stat-label {
		font-size: 14px;
		letter-spacing: 1px;
	}
}

/* 超小屏幕 (如 iPhone SE) */
@media (max-width: 380px) {
	.stat-number {
		font-size: 28px;
	}

	.suffix {
		font-size: 14px;
	}

	.stat-label {
		font-size: 12px;
	}
}

/* 数据45454545结束 */
/* 北清历程开始 */
/* 时间轴容器 */
.cd-container {
	width: 90%;
	max-width: 1400px;
	margin: 50px auto;
}

.cd-container::after {
	content: '';
	display: table;
	clear: both;
}

/* 时间轴中线 */
#cd-timeline {
	position: relative;
	padding: 2em 0;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
	transform: translateX(-50%);
}

/* 时间轴块 */
.cd-timeline-block {
	position: relative;
	margin: 4em 0;
}

.cd-timeline-block::after {
	content: '';
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

/* 时间轴圆点 */
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #00a7ea;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* 内容框 */
.cd-timeline-content {
	position: relative;
	width: 45%;
	background: #fff;
	border-radius: 6px;
	padding: 24px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-timeline-content::after {
	content: '';
	display: table;
	clear: both;
}

.cd-timeline-content h2 {
	color: #303e49;
	margin-bottom: 12px;
	font-size: 22px;
}

.cd-timeline-content p {
	color: #7f8c97;
	font-size: 15px;
	margin-bottom: 8px;
}

/* 右侧内容 */
.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
}

/* 左侧内容（奇数行）的箭头：指向左侧内容（从中线指向左） */
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 100%;
	/* 从内容框左侧指向中线 */
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-left-color: #ffffff;
	/* 箭头指向左 */
}

/* 右侧内容（偶数行）的箭头：指向右侧内容（从中线指向右） */
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 24px;
	right: 100%;
	/* 从内容框右侧指向中线 */
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-right-color: #ffffff;
	/* 箭头指向右 */
}

/* 时间标签 */
.cd-date {
	position: absolute;
	top: 24px;
	font-size: 14px;
	color: #4682B4;
	font-weight: bold;
}

.cd-timeline-block:nth-child(odd) .cd-date {
	left: 130%;
}

.cd-timeline-block:nth-child(even) .cd-date {
	right: 122%;
}

/* 动画 */
.bounce-in {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease;
}

.bounce-in.show {
	opacity: 1;
	transform: translateY(0);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	#cd-timeline::before {
		left: 20px;
	}

	.cd-timeline-block {
		margin: 2em 0;
	}

	.cd-timeline-img {
		left: 20px;
	}

	.cd-timeline-content {
		width: calc(100% - 80px);
		margin-left: 80px;
		float: none !important;
	}

	.cd-timeline-content::before {
		right: auto;
		left: -24px;
		border-color: transparent;
		border-right-color: #fff;
	}

	.cd-date {
		position: static;
		display: block;
		margin-top: 10px;
		font-size: 13px;
	}
}

/* 北清历程结束 */
/* 北清团队开始 */
/* 团队区域基础样式 */
.t-pt-130 {
	padding-top: 130px;
}

.t-rpt-100 {
	padding-top: 100px;
}

.t-pb-85 {
	padding-bottom: 85px;
}

.t-rpb-55 {
	padding-bottom: 55px;
}

.t-mb-55 {
	margin-bottom: 20px;
}

.team-area {
	background-color: #fff;
	padding: 80px 0;
	/* 基础间距，响应式会调整 */
}

/* 标题样式 */
.section-team-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-team-title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #222;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.section-team-title h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #4682B4;
}

/* 团队成员卡片样式 */
.team-member {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 30px;
}

.team-member:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.team-member .image {
	text-align: center;
	max-width: 100%;
	overflow: hidden;
}

.team-member .image img {
	max-width: 100%;
	border-radius: 10px;
	object-fit: cover;
	/* 图片自适应，不拉伸 */
	transition: transform 0.5s ease;
}

.team-member:hover .image img {
	transform: scale(1.05);
	/* 鼠标悬浮图片轻微放大 */
}

.team-member .description {
	padding: 20px;
	text-align: center;
}

.team-member .description h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}

.team-member .description .designation {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}

/* ========== 响应式断点设置（适配不同屏幕） ========== */
/* 超小屏（手机，<576px） */
@media (max-width: 575.98px) {
	.team-area {
		padding: 40px 0;
	}

	.section-team-title h2 {
		font-size: 24px;
	}

	.team-member .image {
		max-height: 100%;
	}

	.pt-130 {
		padding-top: 60px;
	}

	.rpt-100 {
		padding-top: 50px;
	}

	.pb-85 {
		padding-bottom: 40px;
	}

	.rpb-55 {
		padding-bottom: 30px;
	}

	.mb-55 {
		margin-bottom: 30px;
	}
}

/* 小屏（平板竖屏，≥576px） */
@media (min-width: 576px) and (max-width: 767.98px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.team-member .image {
		height: 280px;
	}

	.t-pt-130 {
		padding-top: 80px;
	}

	.t-rpt-100 {
		padding-top: 70px;
	}

	.t-pb-85 {
		padding-bottom: 60px;
	}

	.t-rpb-55 {
		padding-bottom: 40px;
	}

	.t-mb-55 {
		margin-bottom: 20px;
	}
}

/* 中屏（平板横屏，≥768px） */
@media (min-width: 768px) and (max-width: 991.98px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}