/*
 *	Created by Edward on 26/05/28
 *	Copyright (c) 2025 ishutime.com All rights reserved
*/
html {
	font-size: 62.5%;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}




@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope.ttf);
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

@font-face {
	font-family: Quicksand;
	src: url(../fonts/Quicksand-VariableFont_wght.ttf);
}

@font-face {
	font-family: figtree;
	src: url(../fonts/dinregularwebfont.woff);
}

.data-list .item .top .number .num,.data-list .item .top .number .nums {
	font-family: Manrope;
	font-weight: 500;
	font-size: 7vw;
}

.data-list .item .top .number .nums{
	opacity: 0;
}

#page li {
	font-family: Quicksand;
	font-size: 0.9vw;
	font-weight: 500;
}

body {
	font-size: 1.6rem;
	background: #fcfcfc;
}

body,
html {
	color: #3e3e3e;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	font-weight: 300;
}

b,
strong {
	font-weight: 500;
}

textarea,
input,
select {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	outline: none;
	border: none;
	font-weight: 400;
}

button {
	border: none;
}

.header {
	width: 100%;
	height: 90px;
	z-index: 100;
	-webkit-transition: all .5s;
	position: fixed;
	top: 0px;
	display: flex;
	justify-content: space-between;
	padding: 0px 7.5%;
	align-items: center;
	gap: 28px;
}


.header::before {
	width: 100%;
	height: 300%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	pointer-events: none;
	display: none;
}

.sub-banner {
	height: 100vh;
}

.sub-banner::after{
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
}

.sub-banner .img,
.sub-banner .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sub-banner .title {
	width: auto;
	height: auto;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #ffffff;
	font-size: 3.5vw;
	font-weight: 400;
}

.sub-banner .info {
	width: 40%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, .05);
}

.sub-banner .info.t4{
	top: 40%;
}

.sub-banner::after,.yw-banner::after,.banner ul li:nth-child(2)::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,0));
	pointer-events: none;
}

.banner ul li:nth-child(2)::after{
	background-image: linear-gradient(180deg, rgba(23, 149, 247, .75), rgba(0, 0, 0, 0));
    height: 100%;
}

.sub-banner .info .name {
	font-size: 3vw;
	margin-bottom: 0.5vw;
}

.sub-banner .info .desc {
	width: 70%;
	height: auto;
	line-height: 1.7;
	font-size: 1vw;
}

.sub-banner.s::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .05);
	content: '';
}

.header::after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
}

.header.active::after,
.header.show::after {
	opacity: 1;
}


.header.active,
.header.show {
	background: #fff;
}

.logo {
	width: 180px;
	position: relative;
	-webkit-transition: all .5s;
}

.logo img {
	transition: all 0.5s;
}

.logo img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
}

header.active .logo img:nth-child(2),header.show .logo img:nth-child(2) {
	opacity: 1;
}

header.active .logo img:nth-child(1),header.show .logo img:nth-child(1) {
	opacity: 0;
}

.header .nav ul a {
	color: #ffffff;
	border-right: none;
	text-transform: capitalize;
	font-weight: 500;
}

.header.active .nav ul a,
.header.active .search,
.header.show .nav ul a,
.header.show .search {
	color: #3e3e3e;
}

.nav {
	width: auto;
	min-width: 0;
	position: relative;

}

.nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul a {
	position: relative;
	padding: 0px 1.5vw;
	font-size: 1.8rem;
	height: 90px;
	display: flex;
	align-items: center;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	word-break: keep-all;
}


.nav ul li {
	position: relative;
}

.nav ul li:hover a,
.nav ul li.active a {
	opacity: 1;
	color: #005C9E;
}


.nav ul a p {
	display: flex;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}


.nav ul li>a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 4px;
	background: #c7821a;
	transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav ul li:hover>a::before,
.nav ul li.child-open>a::before {
	width: 100%;
	left: 0;
}

.nav ul li.child-open>a::after,
.nav ul li:hover>a::after {
	opacity: 1;
}

.nav-child {
	min-width: 170px;
	position: absolute;
	left: 50%;
	top: 89px;
	padding: 14px 0;
	background: #ffffff;
	border-radius: 0 0 8px 8px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -10px);
	clip-path: inset(0 0 100% 0);
	transition: opacity .35s ease, visibility .35s ease, transform .45s cubic-bezier(0.23, 1, 0.320, 1), clip-path .45s cubic-bezier(0.23, 1, 0.320, 1);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	z-index: 2;
}

.nav ul li.child-open .nav-child,
.nav ul li:hover .nav-child {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
	clip-path: inset(0 0 0 0);
}

.header .nav .nav-child a,
.header.active .nav .nav-child a,
.header.show .nav .nav-child a {
	width: 100%;
	height: 42px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3e3e3e;
	font-size: 1.6rem;
	font-weight: 400;
	white-space: nowrap;
	opacity: 1;
	transition: color .3s ease, background-color .3s ease;
}

.header .nav .nav-child a::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	background: #c7821a;
	transition: all 0.4s;
	opacity: 0;
}

.header .nav .nav-child a:hover::after{
	width: 100%;
	left: 0%;
	opacity: 1;
}

.header .nav .nav-child a:hover {
	color: #af6a03;
	/* background-color: rgba(0, 92, 158, .06); */
	background: #fffaf2;
}

.nav-child a p {
	width: auto;
	height: auto;
	line-height: 1.4;
	overflow: visible;
}

.nav ul .list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 70px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
	-webkit-transition: all .5s;
}

.nav ul .list a {
	color: #3e3e3e;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	height: auto;
	padding: 0px 5px;
	width: 100%;
	text-align: center;
	display: block;
}

.nav ul .list a::after {
	display: none;
}

.nav ul .list a:hover {
	color: #b0944f;
}

.nav ul li:hover .list {
	visibility: visible;
	opacity: 1;
}

.search {
	width: 50px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	position: absolute;
	right: 7.5%;
	font-size: 2.4rem;
}

.sub-title {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.sub-title .name {
	font-size: 5rem;
}

.sub-title .desc {
	width: 100%;
	font-size: 2rem;
	font-weight: 300;
}

.sub-rows {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 1vw;
}

.sub-rows a {
	display: block;
	position: relative;
	width: 100%;
}

.sub-rows a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.sub-rows a:last-child::after {
	border-right: none;
}

.slogan {
	width: 45%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 45%;
	transform: translateY(-50%);
	z-index: 2;
	color: #ffffff;
}

.slogan .cn {
	font-size: 3vw;
	line-height: 1.2;
	margin-bottom: 1vw;
	font-weight: 500;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

.slogan .gp {
	width: auto;
	height: auto;
	position: relative;
	display: inline-flex;
	background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
	border-radius: 50px;
	line-height: 20px;
	padding: 10px 15px;
	border-radius: 50px;
	color: #fff;
	align-items: center;
	margin-bottom: 1vw;
}

.slogan .gp span {
	width: 12px;
	height: 12px;
	position: relative;
	border-radius: 50%;
	display: block;
	margin-right: 20px;
}

.slogan .gp span::before,
.slogan .gp span::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 8px;
	top: 0;
	content: '';
	/* background: #0093fe; */
	background: rgba(255,255,255,.5);
	border-radius: 80%;
}

.slogan .gp span::after {
	left: 0;
	background: #ffffff;
}

.slogan .gp p {
	font-family: Manrope;
	font-weight: 400;
}

.slogan .en {
	font-size: 1.1vw;
	font-family: Manrope;
	font-weight: 500;
}

.banner ul li .slogan {
	left: 7.5%;
}

.anchor {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.anchor span {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: -90px;
}

.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}

.banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

.banner ul li.active {
	opacity: 1;
	pointer-events: auto;
}

.banner-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #0a0a0a;
	overflow: hidden;
	pointer-events: none;
	display: none;
}

.banner-canvas canvas {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.banner ul li .img {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.banner ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: translateX(3%) scale(1.08);
	transition: all 6s ease;
	will-change: transform, opacity;
}

.banner ul li.active .img img {
	transform: translateX(0);
}

/* 文字由下往上淡入（与 .active 联动） */
.banner ul li .slogan .cn p,
.banner ul li .slogan .en,
.banner ul li .slogan .gp {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.9s cubic-bezier(0.215, 0.610, 0.355, 1),
				transform 0.9s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.banner ul li.active .slogan .cn p,
.banner ul li.active .slogan .en,
.banner ul li.active .slogan .gp {
	opacity: 1;
	transform: translateY(0);
}


.banner-indicators {
	width: auto;
	height: 44px;
	position: absolute;
	left: 7.5%;
	bottom: 10%;
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 10;
	cursor: pointer;
}

.banner-indicator {
	width: 38px;
	height: 38px;
	display: block;
	position: relative;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.banner-indicator svg {
	width: 100%;
	height: 100%;
	display: block;
	transform: rotate(-90deg);
}

.banner-indicator .track {
	fill: none;
	stroke: rgba(255, 255, 255, .28);
	stroke-width: 1.5;
}

.banner-indicator .progress {
	fill: none;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: var(--dash, 100);
	stroke-dashoffset: var(--dash, 100);
}

.banner-indicator.active .progress {
	animation: bannerIndicatorProgress var(--duration, 6s) linear forwards;
}

.banner-indicator::after {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #ffffff;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(.65);
	opacity: .55;
	transition: transform .3s ease, opacity .3s ease;
}

.banner-indicator.active::after,
.banner-indicator:hover::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

@keyframes bannerIndicatorProgress {
	to {
		stroke-dashoffset: 0;
	}
}

.hun-swiper .swiper-slide a .icon {
	position: absolute;
	bottom: -0.313vw;
	/* -6px / 1920 * 100 */
	right: -0.313vw;
	/* -6px / 1920 * 100 */
	width: 5vw;
	/* 96px / 1920 * 100 */
	height: 5vw;
	/* 96px / 1920 * 100 */
	background: #ffffff;
	border-top-left-radius: 50%;
}

.hun-swiper .swiper-slide a .icon::after {
	position: absolute;
	content: "";
	top: -1.042vw;
	/* -20px / 1920 * 100 */
	right: 0.313vw;
	/* 6px / 1920 * 100 */
	background: transparent;
	width: 1.042vw;
	/* 20px / 1920 * 100 */
	height: 1.042vw;
	/* 20px / 1920 * 100 */
	border-bottom-right-radius: 1.042vw;
	/* 20px / 1920 * 100 */
	box-shadow: 0.261vw 0.261vw 0 0.261vw #ffffff;
	/* 5.008px ≈ 0.261vw */
}

.hun-swiper .swiper-slide a .icon::before {
	position: absolute;
	content: "";
	bottom: 0.313vw;
	/* 6px / 1920 * 100 */
	left: -1.042vw;
	/* -20px / 1920 * 100 */
	background: transparent;
	width: 1.042vw;
	/* 20px / 1920 * 100 */
	height: 1.042vw;
	/* 20px / 1920 * 100 */
	border-bottom-right-radius: 1.042vw;
	/* 20px / 1920 * 100 */
	box-shadow: 0.261vw 0.261vw 0 0.261vw #ffffff;
	/* 5.008px ≈ 0.261vw */
}

.hun-swiper .swiper-slide a .icon .ib {
	position: absolute;
	inset: 0.521vw;
	/* 10px / 1920 * 100 */
	background: #E62129;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	font-size: 1.5vw;
	color: #ffffff;
}

.about-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin-bottom: 8vw;
}

.about-top .text {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1vw;
	font-weight: 400;
}

.about-top .name {
	width: 100%;
	text-align: center;
	font-size: 3.5vw;
	color: #005C9E;
	line-height: 1.3;
	margin-bottom: 1vw;
	font-weight: 500;
}

.about-top .desc {
	width: 100%;
	height: auto;
	line-height: 2;
	padding: 0 16%;
	text-align: center;
	font-size: 1.1vw;
	color: #005C9E;
	margin-bottom: 4vw;
	font-weight: 400;
}

.sy-btn {
	width: auto;
	height: auto;
	position: relative;
	margin: auto;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.sy-btn.l {
	margin-right: 0;
}

.sy-btn .box {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	width: 150px;
	position: relative;
	transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
	height: 45px;
	border-radius: 50px;
	overflow: hidden;
	background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;

}

.sy-btn:hover .box::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}


.sy-btn:hover .box .txt {
	color: #ffffff;
}

.sy-btn .box .icon {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 2;
	right: 10px;
	transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	line-height: 26px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 1.6rem;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
	color: #c7821a;
}

.sy-btn .box .icon span {
	width: 14px;
	height: 2px;
	background: #c7821a;
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
}

.sy-btn .box .icon span:nth-child(2),
.sy-btn .box .icon span:nth-child(4) {
	width: 10px;
}

.sy-btn .box .icon span:nth-child(2) {
	margin-top: -4px;
}

.sy-btn .box .icon span:nth-child(4) {
	margin-top: 4px;
}

.sy-btn .box .icon span:nth-child(1) {
	margin-top: -8px;
}

.sy-btn .box .icon span:nth-child(5) {
	margin-top: 8px;
}

.sy-btn .box .icon span:nth-child(1),
.sy-btn .box .icon span:nth-child(5) {
	width: 4px;
}

.sy-btn .box .icon img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.sy-btn .box .txt {
	width: auto;
	height: auto;
	text-align: center;
	position: absolute;
	left: 18%;
	transition: all 0.35s;
	color: #fff;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: min(1vw, 1.6rem);
}

/* sy-btn hover 整体放大 + 阴影 */
.sy-btn .box {
	transition: all 0.75s cubic-bezier(.19, 1, .22, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.sy-btn:hover .box {
	transform: scale(1.03);
}

/* sy-btn 音频均衡器动画 */
@keyframes audioWave {

	0%,
	100% {
		transform: translate(-50%, -50%) scaleX(1);
	}

	50% {
		transform: translate(-50%, -50%) scaleX(1.5);
	}
}

.sy-btn .box .icon span {
	will-change: transform;
}

.sy-btn .box .icon span {
	animation: audioWave 0.7s ease-in-out infinite;
}

.sy-btn .box .icon span:nth-child(1) {
	animation-delay: 0s;
}

.sy-btn .box .icon span:nth-child(2) {
	animation-delay: 0.08s;
}

.sy-btn .box .icon span:nth-child(3) {
	animation-delay: 0.16s;
}

.sy-btn .box .icon span:nth-child(4) {
	animation-delay: 0.24s;
}

.sy-btn .box .icon span:nth-child(5) {
	animation-delay: 0.32s;
}

.about-top .img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 90%;
	transform: translateY(-50%);
	pointer-events: none;
}

.service-wrap {}

.service-img {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}

.service-img .item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.6s ease;

}

.service-img .item .bg {
	background: #fff;
}

.service-img .item .bg::after,.service-bgs::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, #0000 80%);
}

.service-img .item .bg,
.service-img .item .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.service-img .item .bg img,.service-bgs img {
	opacity: 0.35;
}

.service-img .item.active {
	opacity: 1;
}

.ser-content {
	width: 30%;
	height: auto;
	position: relative;
	left: 8%;
	top: 15%;
	z-index: 2;
}

.pt12{
	margin-top: 6vw;
}

.sy-title {
	width: 100%;
	margin-bottom: 3vw;
	font-weight: 500;
	position: relative;
}

.zl-hero .sy-title{
	/* margin-bottom: 1vw; */
}

.zl-hero .singe-page{
	padding-bottom: 2vw;
	font-weight: 400;
}

.service-wrap .sy-title{
	margin-bottom: 6vw;
}


.sy-title.w b {
	color: #ffffff;
}

.sy-title b {
	font-size: 3vw;
	line-height: 1.3;
	display: block;
	color: #005C9E;
}

.sy-title p {
	font-size: 1.1vw;
    line-height: 1.5;
    display: block;
    margin-top: 0.5rem;
    font-weight: 400;
}

.contact-wrap .card .name p{
	font-size: 1.1vw;
}

.sy-title.c {
	text-align: center;
}

.ser-con {
	width: 100%;
	height: auto;
	position: relative;
}

.ser-con .sy-btn:hover .box {
	transform: scale(1);
}

.ser-line {
	width: 11px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/line-left.png?v=2026) repeat-y;
}

.ser-cards {
	width: 100%;
	height: auto;
	position: relative;
}

.ser-cards .card {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 3vw;
	padding-left: 50px;
}

.ser-cards .card .thum{
	display: none;
}

.ser-cards .card .plus{
	display: none;
}

.ser-cards .card:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ser-cards .card .name {
	width: 100%;
	font-size: 2rem;
	line-height: 36px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	color: #999999;
	transition: all 0.4s ease;
}

.ser-cards .card.active .name {
	margin-bottom: 2rem;
	color: #005C9E;
	font-size: 2vw;
}

.ser-cards .card:hover .name{
	color: #005C9E;
}

.ser-cards .card.active .card-line {
	/* background: url(../images/line-left.png?v=2026) repeat-y; */
	background-image: url(../images/line-left2.png);

}

.ser-cards .card .name::after {
	/* width: 60px;
	height: 38px;
	position: absolute;
	left: -75px;
	top: 0;
	content: '';
	background: url(../images/line-default.png?v=2026); */

}

.card-line {
	width: 11px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	background: url(../images/line-left.png) no-repeat;
}

.card-line span {
	width: 100%;
	height: 1px;
	position: relative;
	background: #a4a4a4;
	display: block;
}

.ser-cards .card .card-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.ser-cards .card.active .card-wrap {
	height: auto;
	opacity: 1;
}

.ser-cards .card .desc {
	position: relative;
    line-height: 28px;
    height: 140px;
    font-weight: 400;
    -webkit-line-clamp: 4;
}

.service-wrap .cate {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 25px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 2vw;
}

.service-wrap .cate a {
	display: flex;
    align-items: center;
    width: auto;
    position: relative;
    background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    line-height: 30px;
    gap: 5px;
	padding-right: 40px;
	transition: all 0.5s;
}



.service-wrap .cate a .icon {
	width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	transition: all 0.4s;
	z-index: 2;
}

.service-bgs,.service-bgs img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.service-wrap .cate a .icon i{
	opacity: 0.5;
}

.service-wrap .cate a:hover .icon{
	right: 15px;
}

.service-wrap .cate a .icon::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	border-radius: 50%;
	transform: scale(0.5);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
	z-index: -1;
}

.service-wrap .cate a:hover .icon{
    color: #c7821a;
}

.service-wrap .cate a:hover{
	padding-right: 50px;
	padding-left: 25px;
}

.service-wrap .cate a:hover .icon::before{
	transform: scale(1);
	opacity: 1;
}

.ser-cards .card .sy-btn {
	margin-bottom: 4rem;
	display: none;
}

.cp-menu {
	width: auto;
	display: inline-flex;
	grid-template-columns: repeat(4, 1fr);
	gap: 2vw;
	background: rgb(232, 232, 237);
	padding: 6px;
	border-radius: 80px;
	z-index: 2;
}

.cp-menu.w {
	background: linear-gradient(256deg, #c29856 -105.37%, rgba(93, 177, 238, 0.00) 57.63%), #FFF;
}

.cp-menu.three {
	grid-template-columns: repeat(3, 1fr);
}

.cp-menu .item {
	width: 100%;
	height: auto;
	position: relative;
}

.cp-menu .item a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
	line-height: 44px;
	font-size: 1.7rem;
}

.cp-menu .item a .thum img {
	aspect-ratio: 100 / 67;
}

.cp-menu .item a .thum img {
	object-fit: contain;

}


.cp-menu .item a .name {
	width: 100%;
	height: auto;
	position: relative;
	background: transparent;
	padding: 0 1.5vw;
	text-align: center;
	font-weight: 400;
	border-radius: 50px;
	word-break: keep-all;
	transition: all 0.5s;
	z-index: 2;
}

.cp-menu .item a .name::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-radius: 50px;
	background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
    opacity: 0;
	transition: all 0.5s;
	z-index: -1;
}

.cp-menu .item a .thum {
	opacity: 0;
}

.cp-menu .item.active a .thum {
	opacity: 1;
}

.service-wrap .cp-menu {
	background: linear-gradient(256deg, #c29856 -105.37%, rgba(93, 177, 238, 0.00) 57.63%), #FFF;
	position: absolute;
	right: 8%;
	top: 15%;
}

.solu-content {
	width: 50%;
	height: auto;
	position: absolute;
	left: 42%;
	top: 35%;
	z-index: 2;
	opacity: 0;
	transform: translateY(25px);
}

.service-img .item.active .solu-content{
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}


.solu-content .title {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
	color: #005C9E;
}

.solu-content .list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1vw;
}

.solu-content .list .li {
	width: 100%;
	height: auto;
	position: relative;
}

.solu-content .list .li .thum {
	border-radius: 0.35vw;
}

.solu-content .list .li .thum img {
	aspect-ratio: 16 / 9;
}

.solu-content .list .li a{
	display: block;
	background: rgba(255, 255, 255, .95);
	border-radius: 0.35vw;
	overflow: hidden;
	transition: all 0.4s;
}



.solu-content .list .li .name {
	width: 100%;
    height: auto;
    position: relative;
    font-weight: 400;
    text-align: center;
    padding: 12px 10px;
   
}

.solu-content .list .li a .thum img{
	transition: all 1s;
}

.solu-content .list .li a:hover .thum img{
	transform: scale(1.05);
}

.cp-menu {
	width: auto;
    display: inline-flex;
    gap: 1vw;
    padding: 6px;
    border-radius: 50px;
    background: linear-gradient(256deg, #c29856 -105.37%, rgba(93, 177, 238, 0.00) 57.63%), #FFF;
    box-shadow: 0 5px 15px 0 rgba(33, 41, 122, 0.15);
}

.cp-menu .item {
	width: 100%;
	height: auto;
	position: relative;
}

.cp-menu .item a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
	line-height: 44px;
	font-size: 1.7rem;
}

.cp-menu .item a .thum img {
	aspect-ratio: 100 / 67;
}

.cp-menu .item a .thum img {
	object-fit: contain;

}

.cp-menu .item.active a .name,
.cp-menu .item:hover a .name {
	color: #ffffff;
	
}

.cp-menu .item.active a .name::before,.cp-menu .item:hover a .name::before{
	opacity: 1;
}

.cp-menu.red .item.active a .name,
.cp-menu.red .item:hover a .name {
	background: #f44336;
	box-shadow: rgba(244, 67, 54, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(244, 67, 54, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(244, 67, 54, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(244, 67, 54, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(244, 67, 54, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(244, 67, 54, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(244, 67, 54, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(244, 67, 54, 0.05) 0px 72px 72px -3.75px;
}

.cp-menu .item a .name {
	width: 100%;
	height: auto;
	position: relative;
	background: transparent;
	padding: 0 1.5vw;
	text-align: center;
	font-weight: 400;
	border-radius: 50px;
	word-break: keep-all;
	transition: all 0.5s;
}

.cp-menu .item a .thum {
	opacity: 0;
}

.cp-menu .item.active a .thum {
	opacity: 1;
}

.menu-bar {
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 6rem;
}

.menu-bar.c {
	justify-content: center;
}

.tech-swiper {
	margin: 0;
}

.tech-swiper .swiper-slide {
	width: 500px;
	height: auto;
	aspect-ratio: 100 / 96;
	border-radius: 1vw;
	overflow: hidden;
}

.tech-swiper .swiper-next,
.tech-swiper .swiper-prev {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	color: #0000008f;
	z-index: 2;
	cursor: pointer;
	font-size: 3.2rem;
	font-weight: bold;
	transition: all 0.35s;
}

.tech-swiper .swiper-next:hover,
.tech-swiper .swiper-prev:hover {
	background: rgba(0, 0, 0, .05);
}

.tech-swiper .swiper-next.swiper-button-disabled,
.tech-swiper .swiper-prev.swiper-button-disabled {
	transform: scale(0);
}

.tech-swiper .swiper-next {
	right: 2rem;
}

.tech-swiper .swiper-prev {
	left: 2rem;
}

.tech-swiper .swiper-slide .thum,
.tech-swiper .swiper-slide .thum img,
.tech-swiper .swiper-slide .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tech-swiper .swiper-slide .thum{
	border-radius: 0.5vw;
}

.tech-swiper .swiper-slide .thum img{
	transition: all 1s;
}

.tech-swiper .swiper-slide a:hover .thum img{
	transform: scale(1.05);
}

.tech-swiper .swiper-slide .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0vw;
	padding: 1.5vw;
	z-index: 2;
	color: #fff;
}


.tech-swiper .swiper-slide .box .info .number {
	font-family: figtree;
	margin-bottom: 1rem;
	display: block;
}

.tech-swiper .swiper-slide .thum::before{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.5), #0000);
	z-index: 2;
}

.tech-swiper .swiper-slide .box .info .name {
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.case-wrap .tech-swiper .swiper-slide .box .info .name{
	position: relative;
	padding-bottom: 0;
}

.tech-swiper .swiper-slide .box .info .desc {
	line-height: 1.5;
	-webkit-line-clamp: 3;
	display: none;
}

.tech-swiper .swiper-slide .box .mark {
	width: auto;
	height: auto;
	position: absolute;
	left: 1.5vw;
	top: 1.5vw;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 8px;
	padding: 2px 10px;
	color: #fff;
}

.tech-swiper .swiper-slide .box .plus {
	width: 36px;
	height: 36px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	right: 1.5vw;
	top: 1.5vw;
	line-height: 36px;
	text-align: center;
	font-size: 1.8rem;
	transition: all 0.5s;
	transform: scale(0) rotate(45deg);
}

.tech-swiper .swiper-slide:hover .box .plus {
	transform: scale(1) rotate(0deg);
}

.case-wrap {
	overflow: hidden;
	background: url(../images/case-bg.jpg) center center no-repeat;
	background-size: cover;
}

.news-wrap {
	/* background: url(../images/case-bg.jpg) center center no-repeat;
	background-size: cover; */
}

.tech-swiper .swiper-slide .box{
	padding: 2vw;
    backdrop-filter: blur(5px);
    border-radius: 1vw;
    border: 1px solid #FFF;
    background: linear-gradient(194deg, rgba(0, 92, 158, 0.50) -116.74%, rgba(93, 177, 238, 0.00) 61.78%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #F7F7F7;
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
}

.tech-swiper .swiper-slide .box .name{
	width: 80%;
    height: auto;
    position: absolute;
    padding-bottom: 1vw;
	left: 10%;
	top: 10%;
}

.tech-swiper .swiper-slide .box .name p{
	font-size: 2.4rem;
	display: block;
	font-weight: 500;
}

.tech-swiper .swiper-slide .box .name b{
	font-family: Quicksand;
	font-size: 1.4rem;
    font-weight: 100;
}

.tech-swiper .swiper-slide .box .icon{
	width: 35%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.news_detail .w1400.block{
	display: block;
}

.news_detail .w1400.block .detail_box{
	width: 100%;
}

.detail_box .product-flex .singe-page{
	min-height: auto;
}

.product-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
}

.pro-info{
	width: 45%;
	height: auto;
	position: relative;
}

.pro-info .marks{
	width: 100%;
	height: auto;
	display: flex;
	gap: 5px;
	margin-bottom: 1vw;
}

.pro-info .marks a{
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 3px 15px;
	border-radius: 50px;
	line-height: 20px;
	color: rgba(0,0,0,.6);
	font-weight: 400;
	font-size: 1.4rem;
}

.pro-info .marks a:hover{
	background: #005C9E;
	border-color: #005C9E;
	color: #fff;
}

.pro-info .icons{
	width: 100%;
	height: auto;
	margin-bottom: 2vw;
}

.pro-info .icons span{
	width: 12px;
    height: 12px;
    position: relative;
    border-radius: 50%;
    display: block;
}

.pro-info .icons span::before,.pro-info .icons span::after{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 0;
    content: '';
    background: #0093fe;
    border-radius: 80%;
}

.pro-info .icons span::after{
	left: 0;
    background: #005C9E;
	opacity: 0.2;
}

.pro-info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 3.2rem;
	font-weight: 600;
	color: #005C9E;
	margin-bottom: 1vw;
}

.news_detail .w1400.block .pd-mbx{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 1vw;
}

.related-news.case{
	width: 100%;
	margin-top: 12rem;
}

.related-news.case .title{
	font-size: 3.6rem;
	font-weight: 500;
}

.related-news.case .list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.5vw;
}

.related-news.case .list a{
	border-bottom: none;
}

.related-news.case .list a .thum{
	border-radius: 0.25vw;
}

.related-news.case .list a .thum img{
	aspect-ratio: 5 / 3;
}

.related-news.case .list .item .name{
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}

.detail-swiper .thum{
	border-radius: 0.5vw;
}

.detail-swiper{
	margin: 0;
    border-radius: 0.5vw;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
}

.detail-swiper img{
	aspect-ratio: 5 / 3.5;
}

.detail-right{
	width: 50%;
	height: auto;
	position: relative;
}

.tech-swiper .swiper-slide .box .desc{
	width: 80%;
    line-height: 1.4;
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-size: 1.2vw;
    font-weight: 400;
}

.news-bg {
	width: 50%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.app-navg-box {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-top: 3vw;
	justify-content: flex-end;
}

.navg-box {
	width: auto;
	display: flex;
	gap: 2rem;
}

.navg-box .nbtn {
	width: 2.5vw;
    height: 2.5vw;
    position: relative;
    border-radius: 50%;
    color: #ffffff;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.35s;
    background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(0, 0, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(0, 0, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(0, 0, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(0, 0, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(0, 0, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(0, 0, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(0, 0, 0, 0.05) 0px 72px 72px -3.75px;
}

.navg-box.w .nbtn {
	
}

.navg-box .nbtn.swiper-button-disabled {
	opacity: 0.42;
}

.fw-wrap {

	overflow: hidden;
	width: 100%;
	height: auto;
}


.fw-box {
	width: 90%;
	position: relative;
	margin-left: 5%;
	overflow: visible;
	border-radius: 1vw;
}


.hero-warp {
	width: 100%;
	height: 85vh;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	background: #e8eef5;
}

.hero-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #000;
	background-size: cover, cover, cover, cover;
	background-position: 50%, 50%, 50%, 50%;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-color: lightgray;
	background-blend-mode: normal, multiply, normal, normal;
}

.pic-list{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pic-list{
	display: flex;
}

.pic-list .item{
	transition: all 1s;
	opacity: 0;
}

.pic-list .item.active{
	opacity: 1;
}

.text-list{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	bottom: 2vw;
	display: flex;
	gap: 1vw;
	align-items: flex-end;
	justify-content: center;
}

.text-list .thum{
	display: none;
}

.text-list .item{
	width: 20%;
	transform-origin: left bottom;
	cursor: pointer;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	position: relative;
	border-radius: 0.5vw;
	overflow: hidden;
}

.text-list .item::after{
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #c7821a;
	opacity: 0;
	transition: all 0.5s;
}

.text-list .item.active::after{
	opacity: 1;
}

.text-list .item.active{
	width: 30%;
}

.hero-img picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fw-wrap .sy-title {
	position: absolute;
    z-index: 8;
    left: 5%;
    top: 5vw;
    width: 90%;
    margin-bottom: 0;
}

.hero-list {
	width: 80vw;
	display: flex;
	position: absolute;
	left: 5%;
	bottom: 5vh;
	gap: 1vw;
}


.hero-warp .item .box{
	width: 100%;
	height: auto;
	position: relative;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(5px);
	padding: 1.5vw;
	display: block;
}

.hero-warp .item .box .plus{
	width: 36px;
    height: 36px;
    background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
	color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 1.5vw;
    top: 1.5vw;
    line-height: 36px;
    text-align: center;
    font-size: 1.8rem;
    transition: all 0.5s;
    transform: scale(0) rotate(45deg);
	display: none;
}

.hero-warp .item.active .box .plus{
	transform: scale(1) rotate(0deg);
}

.hero-warp .item .icon {
	width: 3vw;
	margin-bottom: 0.5vw;
	position: relative;
	z-index: 2;
}

.hero-warp .item .name {
	width: 100%;
    height: auto;
    font-size: 1.3vw;
    font-weight: 500;
    position: relative;
    z-index: 2;
    transition: all .5s;
    margin-bottom: 0.5vw;
}
/* .hero-warp .item.active{
	width: 30%;
} */
/* .hero-warp .item.active .name{
	margin-bottom: 1rem;
    font-size: 2rem;
} */

/* .hero-warp .item.active .desc{
	height: 50px;
	opacity: 1;
} */

.hero-warp .item .desc {
	line-height: 25px;
	-webkit-line-clamp: 2;
	position: relative;
	z-index: 2;
	font-weight: 400;
	opacity: 1;
    height: 50px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	font-size: 1.4rem;
    color: rgba(0, 0, 0, .5);
}

.news-wrap .w1400 {
	align-items: flex-start;
}

.news-left {
	width: 30%;
	position: sticky;
	top: 120px;
}

.news-list {
	width: 100%;
	height: auto;
	position: relative;
	
}

.news-list.ip{
	display: flex;
	flex-wrap: wrap;
}

.news-list .item {
	width: 23.5%;
	margin-right: 2%;
	height: auto;
	position: relative;
	margin-bottom: 5vw;
}

.news-list.ip .item{

}

.news-wrap .sy-btn{
	margin-top: 3vw;
}

.news-list.hm .item a{
	box-shadow: none;
}

.news-list.hm .item{
	margin-bottom: 0;
}

.news-list .item:nth-child(4n) {
	margin-right: 0%;
}

.jjfa-swiper .swiper-slide a,.case-swiper .swiper-slide a,.schemeProductFilterSlide .swiper-slide a,.wh-swiper .swiper-slide > a,.sc-swiper .box{
	transition: all 0.5s;
}

.product-has .schemeProductFilterSlide .swiper-slide a{
	pointer-events: none;
}

.solu-content .list .li a:hover{
	/* background: rgba(0,92, 158, 1); */
	color: #ffffff;
	background: rgba(199, 130, 26, 0.75);
}

.jjfa-swiper .swiper-slide a:hover{
	color: #c7821a;
}

.case-swiper .swiper-slide a:hover{
	border-color: #c7821a;
	color:#c7821a;
}

.wh-swiper{
	min-height: 20.6vw;
}

.news-list .item a:hover .thum::after,.jjfa-swiper .swiper-slide a:hover .thum::after,.case-swiper .swiper-slide a:hover .thum::after,.schemeProductFilterSlide .swiper-slide a:hover .image::after,.solu-content .list .li a:hover .thum::after,.tech-swiper .swiper-slide a:hover .thum::after,.sc-swiper .box:hover .thum::after{
	/* animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); */
}
@-webkit-keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		-webkit-transform-origin: bottom;
		background: linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		-webkit-transform-origin: top;
		background: linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}

.news-list .item a {
	display: block;
	border-radius: 0.5vw;
	position: relative;
	background: rgba(255, 255, 255, .85);
	box-shadow: 15px 15px 35px rgba(0, 0, 0, .05);
	transition: all 0.5s;
}

.news-list .item a:hover .thum img {
	transform: scale(1.05);
}

.news-list .item a .thum img {
	transition: all 1s;
}

.news-list .item a:hover .info .name {
	color: #ffffff;
}

.news-list .item a:hover{
	/* background: rgba(0,92, 158, 0.75); */
	background: rgba(199,130, 26, 0.75);
}

.news-list .item a .thum {
	border-radius: 0.5vw 0.5vw 0 0;
}

.news-list .item a::before {
	width: 80%;
	height: 20px;
	position: absolute;
	left: 10%;
	bottom: -10px;
	background: #0093fe;
	border-radius: 20px;
	content: '';
	filter: blur(1px);
	opacity: 0.5;
	transition: all 0.5s;
	display: none;
}

.news-list .item a:hover::before {
	width: 90%;
	left: 5%;
}

.news-list.red .item a::before {
	background: #f44336;
	display: none;
}

.news-list.red .item a .info .name {
	margin-bottom: 0;
}

.news-list.ip.red .item a .title {
	width: 100%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    padding:1.2vw 0.8vw;
    /* backdrop-filter: blur(10px); */
    /* background: rgba(224, 13, 22, 0.65); */
    font-weight: 400;
    text-align: center;
	z-index: 2;
}

.news-list.ip.red .item a .thum::before{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(224, 13, 22, 0));
	content: '';
	z-index: 1;
	display: none;
}

.news-list.ip.red .item {
	width: 32%;
	margin-right: 2%;
}

.news-list.ip.red .item a{
	border-radius: 0.5vw;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	transition: all 0.4s;
}

.news-list.ip.red .item a:hover{
	color: rgba(199,130, 26, 0.75);
	background-color: #ffffff;
}

.news-list.ip.red .item a::after{
	width: 0px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(199,130, 26, 0.75);
	transition: all 0.5s;
}

.news-list.ip.red .item a:hover::after{
	width: 100%;
}

.news-list.ip.red .item:nth-child(4n){
	margin-right: 2%;
}

.news-list.ip.red .item:nth-child(3n) {
	margin-right: 0%;
}

.news-list .item a img {
	aspect-ratio: 5 / 3.5;
}

.news-list .item a .info {
	width: 100%;
	height: auto;
	position: relative;
	backdrop-filter: blur(5px);
	padding: 1vw;
	border-radius: 0 0 0.5vw 0.5vw;
}

.news-list .item a .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0.9vw;
	line-height: 1.5;
	font-weight: 400;
	-webkit-line-clamp: 1;
}

.news-list .item a .info .date {
	font-family: Manrope;
	opacity: 0.7;
	font-size: 1.4rem;
}

.data-list .item {
	width: 25%;
}

.data-list .item .txt {
	font-weight: 400;
	font-size: 1.8rem;
	min-height: 46px;
}

.about-intro .data-list .item:nth-child(2) .txt{
	font-size: 0.9vw;
}

.contact-wrap {
	width: 100%;
	height: auto;
	position: relative;
	padding: 12rem 0;
	padding-bottom: 17rem;
	padding-top: 0;
	background: linear-gradient(180deg, #C2D7F2 0%, #F7F8FA 100%);
	overflow: hidden;
}

.form {
	margin-bottom: 2rem;
}

.contact-wrap .card {
	width: 40%;
	height: auto;
	position: relative;
}

.contact-wrap .card .form-box,
.contact-wrap .card .form-box .form {
	width: 100%;
}

.contact-wrap .thum {
	width: 50%;
	border-radius: 1vw;
}

.contact-wrap .thum img {
	aspect-ratio: 5 / 3;
}

.contact-wrap .card .name {
	width: 100%;
	position: relative;
	margin-bottom: 4rem;
}

.contact-wrap .card .name b {
	font-size: 3vw;
	font-weight: 500;
	margin-bottom: 1rem;
	display: block;
	color: #005C9E;
}

.footer {
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 3.5vw 0 1.5vw;
    border-radius: 2.5vw 2.5vw 0 0;
    margin-top: -2.5vw;
	z-index: 2;
	background: #02509a;
}

.contact-wrap .w1400 {
	align-items: center;
}

.footer-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 1.5vw;
	align-items: center;
	margin-bottom: 2.5vw;
}

.footer .contx-left{
	background: transparent;
	padding: 0;
    border: none;
	backdrop-filter: none;
	display: block;
	width: 30%;
}

.footer .lxfs-list{
	width: 68%;
}

.footer-tel {
	width: 12vw;
	display: flex;
	align-items: center;
	position: relative;
	gap: 1rem;
}

.footer .add-list .item .add .name{
	display: none;
}

.footer .lxfs-list .item .box{
	background: transparent;
	color: #ffffff;
	backdrop-filter: none;
	border-radius: none;
	border: none;
	padding: 0 2vw;
}

.footer .lxfs-list .item .box .name{
	color: #ffffff;
}

.footer .add-list .item .add .desc{
	font-size: 1.2vw;
}

.footer .add-list{

	margin-bottom: 0vw;
}

.footer .we-chats .text{
	font-size: 0.9vw;
	font-weight: 400;
	width: 100%;
}

.footer-list .item .box .name{
	width: 100%;
	font-weight: 400;
    font-size: 1.4vw;
}

.footer-list .item .box .desc{
	width: 100%;
	height: auto;
	line-height: 1.5;
	font-size: 1vw;
    font-weight: 400;
}

.footer .add-list .item{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 2vw;
}

.footer-tel .icon {
	width: 6rem;
	height: 6rem;
	background: #fff;
	border-radius: 50%;
	line-height: 6rem;
	text-align: center;
	position: relative;
	color: #005C9E;
	font-size: 2.4rem;
}

.footer-tel .info {
	font-weight: 400;
}

.footer-tel .info .tel {
	font-family: Manrope;
	font-size: 2.4rem;
	font-weight: bold;
}

.footer-tel .info .txt {
	width: auto;
	margin-bottom: 0.5rem;
}

.footer-left{
	width: 36%;
	height: auto;
	position: relative;
	border: 1px solid #b9f2f4;
	border-radius: 0.5vw;
    padding: 2vw 1.25vw;
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
	background-image: linear-gradient(-185deg, #1993ce, #085fa4);
}

.footer-list{
	width: 60%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.footer-list .item{
	width: 29%;
	height: auto;
	position: relative;
	border: 1px solid #b9f2f4;
	border-radius: 0.5vw;
	padding: 2vw 1.25vw;
	color: #ffffff;
}

.footer-list .item .box{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.footer-slg {
	font-size: 2.4vw;
	font-weight: 500;
	color: #fff;
}

.footer-nav {
	width: 65%;
}

.footer-nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-nav ul li {
	position: relative;
	width: auto;
}

.footer-nav ul li a {
	color: rgba(255, 255, 255, .85);
}

.footer-nav ul li a p{
	display: inline-block;
	position: relative;
}

.footer-nav ul li a:hover{
	color: rgba(255, 255, 255, 1);
}

.footer-nav ul li a p::after{
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(255,255,255,.5);
	transition: all 0.5s;
}

.footer-nav ul li a:hover p::after{
	width: 100%;
	right: auto;
	left: 0;
}

.footer-center {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}


.footer-logo {
	width: 200px;
	margin-bottom: 2rem;
}

.address {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	margin-bottom: 4rem;
}

.address .item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	margin-bottom: 0.5vw;
}

.address .item .icon {
	width: 30px;
	height: auto;
	line-height: 25px;
	font-size: 1.8rem;
}

.address .item .txt {
	width: calc(100% - 30px);
	line-height: 25px;
}

.footer-nav ul li .item {
	width: 100%;
	line-height: 25px;
	margin-bottom: 10px;
}

.footer-nav ul li .item:first-child {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-nav ul li .item:first-child a {
	color: #ffffff;
	font-weight: 500;
}

.we-chats {
	width: 100%;
	height: auto;
	position: relative;
	gap: 20px;
	display: flex;
}

.we-chats .chat-item {
	width: 100%;
	height: auto;
	position: relative;
}

.we-chats .we-box {
	height: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.we-chats .t,
.we-chats .r,
.we-chats .b,
.we-chats .l {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.we-chats .t::before,
.we-chats .r::before,
.we-chats .b::before,
.we-chats .l::before {
	width: 10px;
	height: 1px;
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.5);
}

.we-chats .t::before {
	left: 0;
	top: 0;
}

.we-chats .r::before {
	right: 0;
	top: 0;
}

.we-chats .b::before {
	right: 0;
	bottom: 0;
}

.we-chats .l::before {
	left: 0;
	bottom: 0;
}

.we-chats .t::after,
.we-chats .r::after,
.we-chats .l::after,
.we-chats .b::after {
	width: 1px;
	height: 10px;
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.5);
}

.we-chats .t::after {
	left: 0;
	top: 0;
}

.we-chats .r::after {
	right: 0;
	top: 0;
}

.we-chats .b::after {
	right: 0;
	bottom: 0;
}

.we-chats .l::after {
	left: 0;
	bottom: 0;
}

.we-chats .img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0.5vw;
}

.we-chats .text {
	width: 120px;
	height: auto;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 1rem;
	color: #ffffff;
}

.we-chats .we-box::after {
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	animation: imgAnimate 2s ease infinite;
}

@-webkit-keyframes imgAnimate {
	0% {
		transform: translateY(-25px);
	}

	50%,
	100% {
		transform: translateY(120px);
	}
}

.copyright {
	width: 100%;
	height: auto;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	padding-top: 1vw;
    margin-top: 2.5vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, .35);
}

.copyright a {
	color: rgba(255, 255, 255, .35);
	transition: all 0.5s;
}

.copyright a:hover {
	color: rgba(255, 255, 255, 1);
}

.about-intro {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.about-bg,
.about-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about-intro .data-list {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0vw 10%;
	color: #ffffff;
}

.about-intro .data-list .item {
	gap: 0;
	padding: 2.5vw 0;
	flex: 1;
}

.about-intro .data-list .item::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: rgba(255, 255, 255, .2);
}

.about-intro .data-list .item:last-child:after {
	display: none;
}

.about-intro .data-list .item .top .number {
	line-height: normal;

}

.about-intro .data-list .item .top .number .num {
	line-height: normal;
	font-size: 6rem;
	background: none;
	-webkit-text-fill-color: white;
}


.data-list.hm .item .top .number .img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.intro-hero {
	width: 50%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 45%;
	transform: translateY(-50%);
	color: #ffffff;
}

.intro-top {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 3vw;
}

.intro-top .tips {
	font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 2rem;
}

.intro-top .tips img{
	width: 6px;
	height: 10px;
	display: none;
}

.intro-top .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2.5vw;
	font-weight: 500;
	margin-bottom: 2vw;
}

.intro-top .desc {
	width: 70%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-weight: 400;
}

.his-line{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -50%;
}

.intro-top .desc p {
	margin-bottom: 10px;
}

.history-box {
	padding: 0;
	height: 100vh;
	position: relative;
}

.history-bg,
.history-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.history-bg::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(23, 149, 247, .5), #0000);
	opacity: 0;
}

.history-box .sy-title {
	width: auto;
	height: auto;
	position: absolute;
	left: 8%;
	top: 15%;

	z-index: 2;
}

.history-box .sy-title b {
	
}

.history-list {
	width: 74%;
	height: auto;
	position: absolute;
	left: 8%;
	bottom: 30%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.history-list .item {
	width: 30%;
	height: auto;
	position: relative;
	padding-left: 25px;
	z-index: 5;
	/* color: #fff; */
	/* text-shadow: 3px 3px 6px rgba(0, 0, 0, .1); */
}
.history-list .item:nth-child(1) {
	bottom: -5vw;
}
.history-list .item:nth-child(2) {
	bottom: 5vw;
}

.history-list .item:nth-child(3) {
	bottom: 12vw;
}

.history-list .item .dot {
	width: 2px;
	border-radius: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, #027cd3, #0000);
}

.history-list .item .dot::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: -4px;
	top: -3px;
	background: #027cd3;
	border-radius: 50%;
	content: '';
}

.history-list .item .dot::after {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: #ffffff;
	border-radius: 50%;
	transform: translateX(-50%);
	content: '';
}

.history-list .item .desc {
	width: 100%;
	height: auto;
	font-size: 0.8vw;
	line-height: 1.7;
	font-weight: 400;
}

.history-list .item .name {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1.5vw;
	color: #027cd3;
}

.history-list .item .name b {
	font-family: Manrope;
	font-size: 1.8vw;
	font-weight: 500;
}

.history-list .item .name p {
	font-weight: 500;
	font-size: 1.4vw;
}

.culture-box {
	overflow: hidden;
}

.tech-swiper.cultrue .swiper-slide {
	width: 400px;
	aspect-ratio: 100 / 115;
}

.tech-swiper .swiper-slide .content {
	width: 84%;
	height: auto;
	position: absolute;
	left: 8%;
	bottom: 10%;
	color: #ffffff;
	z-index: 2;
}

.tech-swiper .swiper-slide .content .name {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 3.5rem;
}

.tech-swiper .swiper-slide .content .name b {
	font-family: Manrope;
	text-transform: uppercase;
	display: block;
	font-weight: 100;
}

.tech-swiper .swiper-slide .content .name p {
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
}

.tech-swiper .swiper-slide .content .desc {
	font-size: 1.8rem;
	line-height: 1.5;
	min-height: 54px;
}

.dj-box {
	background: url(../images/rw-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.news-section {
	width: 100%;
	/* 0 20px 40px -12px rgba(0, 0, 0, 0.12) */
}

/* ---------- 左侧：大图新闻 ---------- */
.news-featured {
	flex: 0 0 48%;
	/* 左宽58%，右42% 视觉舒适 */
	display: flex;
	flex-direction: column;
	background: #fafcff;
	border-right: 1px solid #eef2f6;
	padding: 24px 24px 28px 24px;
	min-height: 100%;
	/* 撑满父容器高度 */
}

.featured-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #d9e2ef;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 18px;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.featured-date {
	margin-bottom: 8px;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-family: Manrope;
	font-size: 1.4rem;
	opacity: 0.5;
}

.featured-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0b1a2b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.news-lists {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 20px 24px;
	background: #ffffff;
	gap: 20px;
	min-height: 100%;
	justify-content: space-between;
}

.shzr-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.shzr-thum {
	width: 45%;
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
}

.shzr-thum img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.shzr-box .cont {
	width: 53%;
    height: auto;
    position: relative;
    padding: 2vw;
    backdrop-filter: blur(5px);
    border-radius: 1vw;
    border: 1px solid #FFF;
    background: linear-gradient(194deg, rgba(0, 92, 158, 0.50) -116.74%, rgba(93, 177, 238, 0.00) 61.78%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #F7F7F7;
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
}

.shzr-box .cont .info {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-weight: 400;
	padding: 60px 0px;
}

.shzr-box .cont .info::before,
.shzr-box .cont .info::after {
	width: 50px;
	height: 50px;
	background: url(../images/yh_icon2.png) no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.25;
}

.shzr-box .cont .info::after {
	background-image: url(../images/yh_icon.png);
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.shzr-box .cont .info p {
	margin-bottom: 1.5rem;
	text-indent: 3.2rem;
	font-size: 1.8rem;
}

.shzr-box .cont .info p:last-child {
	margin-bottom: 0;
}

.news-item {
	display: flex;
	position: relative;
	min-height: 0;
	height: 100%;
}

.news-item a {
	display: flex;
	gap: 16px;
	align-items: center;
	flex: 1;
	border-bottom: 1px solid #f0f3f8;
	padding-bottom: 16px;
}

.news-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}


.news-thumb {
	height: auto;
	border-radius: 0.5vw;
	overflow: hidden;
	background: #e6ecf5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	aspect-ratio: 4 / 3;
	width: 100%;
}

.wh-swiper .swiper-slide > a {
	display: block;
	width: 100%;
	background: #fff;
    padding: 0.75vw;
    border-radius: 0.5vw;
}

.wh-swiper .news-detail {
	padding: 16px 4px 0;
	display: none;
}

.wh-swiper .news-date {
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	color: rgba(20, 36, 51, .55);
}

.wh-swiper .news-title {
	margin-top: 8px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	color: #142433;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	text-align: center;
}

.news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.wh-swiper .swiper-slide > a:hover img{
	transform: scale(1.05);
}


.news-detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
}

.news-date {
	margin-bottom: 8px;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-family: Manrope;
	font-size: 1.4rem;
	opacity: 0.5;
}

.news-title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #142433;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

/* 辅助占位，确保左右高度视觉平衡 */
.news-item-placeholder {
	flex: 1;
	min-height: 0;
}

.name-flex {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 3vw;
	justify-content: space-between;
}

.name-flex .sy-title {
	width: auto;
	margin-bottom: 0;
}

.name-flex .sy-btn {
	margin: 0;
}

.sy-btn.c {
	margin: 0px auto;
	width: 160px;
	display: block;
}

.sy-btn.red .box {
	background: #f44336;
}

.sy-btn.red .box .txt {
	color: #ffffff;
}

.sy-btn.red .box .icon {
	background: #ffffff;
	color: #f44336;
}


.honor-box {
	overflow: hidden;
    padding: 0;
	background: url(../images/honor-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
}

.honor-box .w1400{
	position: absolute;
	top: 12%;
    left: 8%;
	z-index: 2;
}

.honor-img{
	width: 60%;
    height: auto;
    aspect-ratio: 100 / 55;
    position: absolute;
    left: 35%;
    top: 55%;
    transform: translateY(-50%);
}

.honors{
	width: 22%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 25%;
	overflow: hidden;
}

.honors .honor-swiper{
	margin: 0;
	padding-top: 0;
}

.honors .item{
	width: 100%;
}

.honors .item .box{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0.6vw 0px;
	cursor: pointer;
}

.honors .item .box::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .05);
}

.honors .item .box::before{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #5DB1EE;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.honors .item .box:hover::before{
	width: 100%;
}

.honors .item .box .icon{
	width: 14px;
	opacity: 0.3;
	transition: all 0.5s;
}

.honors .item .box:hover .icon{
	opacity: 0.3;
}

.honors .item .box .name{
	width: calc(100% - 19px);
	margin-left: 5px;
	font-weight: 400;
	color: rgba(0, 0, 0, .6);
	transition: all 0.4s;
}

.honors .item .box:hover .name{
	color: #000;
}

.hzhb-ms{
	width: 100%;
	display: flex;
	gap: 1vw;
	align-items: center;
	justify-content: center;
	margin-bottom: 3vw;
}

.honor-img .item{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	opacity: 0;
}

.parter-box .sy-title{
	margin-bottom: 1vw;
}

.hzhb-ms img{
	width: 30px;
}

.hzhb-ms p{
	font-size: 1.5vw;
	background: linear-gradient(180deg, #005C9E 0%, #5DB1EE 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
}

.hzhb-ms b{
	font-family: Manrope;
}

.honor-img .item img{
	height: 100%;
}

.honor-img .item.active{
	opacity: 1;
}

.honor-box .cp-menu {
	background: linear-gradient(256deg, #c29856 -105.37%, rgba(93, 177, 238, 0.00) 57.63%), #FFF;
}

.honor-swiper .swiper-slide {
	position: relative;
}

.honor-swiper .swiper-slide .box {
	position: relative;
	width: 100%;
	height: auto;
}

.honor-swiper .swiper-slide .thum {
	width: 90%;
	margin-left: 5%;
	height: auto;
	position: relative;
	aspect-ratio: 1;
	margin-bottom: 1vw;
}

.honor-swiper .swiper-slide .thum picture {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}

.honor-swiper .swiper-slide .thum img {
	object-fit: contain;
	vertical-align: middle;
	max-height: 100%;
}

.honor-swiper {
	margin-bottom: 4vw;
	padding-top: 2vw;
}

.app-navg-box.c {
	justify-content: center;
}

.app-navg-box.l {
	justify-content: flex-start;
}

.honor-swiper .swiper-pagination {
	display: none;
}

.honor-swiper .swiper-slide .info {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.temp6 {
	height: 6vw;
	position: relative;
	width: 100%;
}

/* .hzhb{
	width: 100%;
	height: auto;
	position: relative;

	border-radius: 1vw;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1.5vw 0.5vw;
	padding: 2vw 1vw;
	margin-bottom: 2vw;
} */

.hzhb.logo-marquee-ready {
	width: 100%;
	display: block;

	margin: 0 0 4vw;
	border-radius: 0;
	/* background: #fff; */
	isolation: isolate;
	position: relative;
}

.hzhb-logo-rows {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.hzhb-logo-rows::before,
.hzhb-logo-rows::after {
	width: min(18vw, 260px);
	height: 100%;
	position: absolute;
	top: 0;
	content: '';
	z-index: 4;
	pointer-events: none;
}

.hzhb-logo-rows::before {
	display: none;
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 28%, rgba(255, 255, 255, 0) 100%);
}

.hzhb-logo-rows::after {
	display: none;
	right: 0;
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, .94) 28%, rgba(255, 255, 255, 0) 100%);
}

.hzhb-logo-row {
	width: 100%;
	position: relative;
	overflow: visible;
}

.hzhb-logo-track {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1vw;
	will-change: transform;
}

.hzhb-logo-set {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1vw;

}

#page {
	margin-top: 3vw;
}

.hzhb{
	padding-bottom: 5rem;
}

.hzhb-logo-item {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	opacity: .78;
	aspect-ratio: 100 / 48;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0.5vw;
	overflow: hidden;
	background: #fff;
}

.hzhb-logo-item picture,
.hzhb-logo-item img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.hzhb-logo-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.hzhb-logo-center {
	width: 20vw;
	height: 20vw;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #005c9e;
	border: 1px solid #0072c3;
	box-shadow: 0px 0px 80px rgb(0, 90, 168);
	pointer-events: none;
}

.hzhb-logo-center::before {
	width: 118%;
	height: 118%;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 92, 158, .14), rgba(0, 92, 158, 0) 70%);
	z-index: -1;
}

.hzhb-logo-title {
	font-size: 1.15vw;
	line-height: 1.22;
}

.hzhb-logo-title span {
	font-size: 3vw;
	color: #69aaff;
}

.hzhb-logo-title strong {
	font-family: Manrope;
	font-size: 4vw;
	color: #69aaff;
}

.hzhb-logo-desc {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	opacity: .9;
}

.zl-hero {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6vw;
	align-items: center;
}

.qe-name {
	width: 100%;
	margin-bottom: 3vw;
}

.qe-name .name {
	font-size: 1.6vw;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #005C9E;
}

.qe-name .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.6;
	font-weight: 400;
}

.zl-hero .zl-cols {
	width: 40%;
}

.zl-hero .honor-swiper {
	width: 50%;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.hzhb.logo-marquee-ready {
		height: 430px;
	}

	.hzhb-logo-center {
		width: 260px;
	}
}

@media (max-width: 640px) {
	.hzhb.logo-marquee-ready {
		height: 390px;
		padding: 38px 0;
	}

	.hzhb-logo-rows {
		gap: 18px;
	}

	.hzhb-logo-item {
		width: 250px;
		height: 75px;
	}

	.hzhb-logo-center {
		width: 220px;
	}
}

.news-list.ip {
	width: 100%;
	justify-content: flex-start;
}

.news-list.ip .item {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 1.75vw;
}

.news-list.ip .item:nth-child(even) {
	top: 0;
}

.news-list.ip .item:nth-child(4n) {
	margin-right: 0;
}

.info-swiper {
	width: 100%;
	margin-bottom: 1.75vw;
}

.info-swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.info-swiper .swiper-slide .thum {
	width: 45%;
	height: auto;
	display: block;
	position: relative;
	border-radius: 1vw;
}

.info-swiper .swiper-slide .thum img {
	width: 100%;
	aspect-ratio: 5 / 3;
}

.info-swiper .swiper-slide .info {
	width: 53%;
	height: auto;
	position: relative;
	background: #ffffff;
	padding: 3vw;
	border-radius: 1vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.info-swiper .swiper-slide .info .date {
	width: 100%;
	height: auto;
	font-family: Manrope;
	font-size: 1.4rem;
}

.info-swiper .swiper-slide .info .name:hover {
	color: #005C9E;
}

.info-swiper .swiper-slide .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 500;
}

.cards-section {
	width: 100%;
	height: auto;
	position: relative;
	min-height: 100px;
}

.info-swiper .swiper-slide .info .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	font-size: 1.8rem;
	font-weight: 400;
}

.info-swiper .swiper-slide .info .more{
	width: auto;
	font-size: 1.4rem;
}

.info-swiper .swiper-slide .info .more .box{
	width: auto;
	display: flex;
	line-height: 25px;
	font-weight: 400;
	gap: 3px;
	align-items: center;
}

.info-swiper .swiper-pagination {
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, .76);
	padding: 2px 7px;
	border-radius: 20px;
	left: 20px;
	bottom: 20px;
	transition: all 0.4s;
}

.info-swiper .swiper-pagination-bullet {
	border-radius: 10px;
	transition: all 0.4s;
}

.hero-warp .item .name .icon{
	display: none;
}


.info-swiper .swiper-pagination-bullet-active {
	width: 25px;
	background: #16308E;
}

.info-swiper .swiper-slide .info .sy-btn {
	margin: 0;
}

.news-box,
.join-box,
.jjfa-box,
.lg {
	background: linear-gradient(0deg, #C2D7F2 0%, #F7F8FA 100%);
}

.service-top {
	width: 100%;
	display: flex;
	position: relative;
	gap: 2vw;
}

.service-top .thum {
	width: 50%;
	height: auto;
	position: relative;
	border-radius: 1vw;
}

.service-top .thum img {
	width: 100%;
	height: 100%;
}

.service-content {
	width: 50%;
	background: #fff;
	position: relative;
	padding: 3vw 2vw;
	border-radius: 1vw;
	font-weight: 400;
}

.services {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.services .item {
	flex: 1;
	width: 100%;
	position: relative;
}

.service-content .name {
	font-size: 2vw;
	font-weight: 400;
	margin-bottom: 2vw;
	color: #005C9E;
}

.service-content .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.6;
	margin-bottom: 3vw;
}

.services .item .icon {
	width: 4vw;
	height: auto;
	margin: 0px auto;
	border-radius: 50%;
	position: relative;
	background-image: linear-gradient(180deg, rgba(2, 124, 211, 1), #0000);
	padding: 0.85vw;
}

.services .item .txt {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 0.5vw;
	font-size: 1.4rem;
	line-height: 1.5;
}

.zl-box {
	background: linear-gradient(0deg, #C2D7F2 0%, #F7F8FA 100%);
	padding: 20px 0;
	min-height: calc(100vh - 90px);
	display: flex;
	align-items: center;
}

.zl-box .w1400 {
	position: relative;
	height: calc(100vh - 130px);
	min-height: min(640px, calc(100vh - 130px));
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zl-box .sy-title {
	margin-bottom: 2vw;
}

.zl-section {
	width: 100%;
	flex: 1;
	min-height: 0;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

.zl-section .item {
	width: 100%;
	height: 85%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 1vw;
	overflow: hidden;
	will-change: transform;
	transform-origin: top center;
}

.anchor {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.history-box .anchor {
	top: 7vw;
}

.anchor span {
	display: block;
	position: absolute;
	top: -120px;
}

.zl-section .item.active {
	pointer-events: auto;
}

.zl-section .item .box {
	width: 100%;
	height: 100%;
	position: relative;
}

.zl-progress {
	width: 1px;
	height: 58%;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	background: rgba(255, 255, 255, .36);
	overflow: hidden;
	pointer-events: none;
}

.zl-progress span {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	transform: scaleY(0);
	transform-origin: top center;
	will-change: transform;
}

.zl-section .item .thum,
.zl-section .item .thum picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.zl-section .item .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zl-section .item .info {
	width: 35%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 25%;
	color: #fff;
	z-index: 2;
}

.zl-section .item .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2vw;
	font-weight: 400;
	padding-bottom: 1vw;
	margin-bottom: 2vw;
}

.zl-section .item .info .name::after {
	width: 2vw;
	height: 2px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
}

.zl-section .item .info .desc {
	width: 100%;
	height: auto;
	line-height: 1.7;
}

.sh-box {
	background: #f7f8fa;
}

.sh-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4vw;
	position: relative;
}

.sh-content .item {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 5%;
	position: relative;
}

.sh-content .item:nth-child(even) .sh-img {
	grid-column: 2;
	grid-row: 1;
}

.sh-content .item:nth-child(even) .info {
	grid-column: 1;
	grid-row: 1;
}

.sh-content .item .info {
	width: 100%;
	min-height: 28vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background: #ffffff;
	padding: 3vw;
	box-shadow: 0 16px 40px rgba(0, 92, 158, .08);
}

.sh-content .item .name {
	width: 100%;
	font-size: 1.8vw;
	line-height: 1.3;
	font-weight: 500;
	color: #005C9E;
	margin-bottom: 2rem;
}

.sh-content .item .desc {
	width: 100%;
	line-height: 1.8;
	color: rgba(62, 62, 62, .78);
	font-weight: 400;
}

.sh-content .sh-img {
	width: 100%;
	min-height: 28vw;
	aspect-ratio: 16 / 10;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background: #e8eef5;
	box-shadow: 0 16px 40px rgba(0, 92, 158, .08);
}

.sh-content .sh-img picture,
.sh-content .sh-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.sh-content .sh-img img {
	object-fit: cover;
}

@media (max-width: 768px) {
	.sh-content .item {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sh-content .item .info,
	.sh-content .item:nth-child(even) .info,
	.sh-content .item:nth-child(even) .sh-img,
	.sh-content .sh-img {
		grid-column: 1;
		grid-row: auto;
		min-height: auto;
	}

	.sh-content .item .info {
		padding: 24px 20px;
	}

	.sh-content .item .name {
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}

	.sh-content .sh-img img {
		aspect-ratio: 16 / 10;
	}
}

.contact-bg {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

.contact-bg img{
	height: 100%;
}

.icon-map {
	width: 3vw;
	height: auto;
	position: absolute;
	left: 43%;
    top: 45%;
}

.contact-logo {
	width: auto;
    height: auto;
    position: absolute;
	left: 48%;
    top: 41%;
    transform: translate(-50%, -50%);
    border-radius: 5vw;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
}

.contact-logo .box {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #005C9E 0%, #5DB1EE 100%), linear-gradient(137deg, rgba(0, 92, 158, 0.50) -106.78%, rgba(93, 177, 238, 0.00) 57.68%), rgba(255, 255, 255, 0.60);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 400;
    padding: 0.35vw 1.05vw;
    font-size: 0.9vw;
    border: 0.15vw solid #fff;
	gap: 0.35vw;
}


.contact-logo .box .icon{
	font-size: 1vw;
}

.map-flex{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.map-box{
	width: 45%;
}

.contact-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contact-cols {
	width: 45%;
}

.form {
	width: 45%;
	font-size: 2vw;
	line-height: 1.3;
	font-weight: 400;
}

.contact-cols .sy-title {
	margin-bottom: 2vw;
}

.add-list {
	width: calc(100% - 10vw);
    color: #ffffff;
}

.contx-left{
	width: 40%;
	display: flex;
    align-items: center;
	padding: 2.5vw 1.5vw;
    border-radius: 1vw;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(180deg, #005C9E 0%, #5DB1EE 100%), linear-gradient(137deg, rgba(0, 92, 158, 0.50) -106.78%, rgba(93, 177, 238, 0.00) 57.68%), rgba(255, 255, 255, 0.60);
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
    backdrop-filter: blur(20px);
	justify-content: space-between;
}

.contx-left .we-chats{
	width: 120px;
}

.add-list .item {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 1vw;
    margin-bottom: 1vw;
	justify-content: space-between;
}

.add-list .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}


.add-list .item .icon {
	width: 1.5vw;
	height: auto;
	position: relative;
	border-radius: 50%;
}

.add-list .item .add {
	width: calc(100% - 2vw);
	height: auto;
	position: relative;
}

.add-list .item .add .name {
	width: 100%;
	height: auto;
	position: relative;
	font-weight: 500;
	line-height: 1.5vw;
	margin-bottom: 0.5rem;
}

.add-list .item .add .desc {
	font-weight: 500;
	line-height: 1.5;
	font-family: Manrope;
	font-size: 1.6rem;
}

.add-list .item:nth-child(n+2) .add .desc {
	font-size: 1.2vw;
	line-height: 1;
}

.ewm-list {
	width: 100%;
	display: flex;
	position: relative;
	gap: 1vw;
	margin-bottom: 5vw;
}

.ewm-list .item {
	width: 120px;
	font-weight: 400;
}

.ewm-list .item .txt {
	text-align: center;

	margin-top: 1rem;
}

.contact-box {
	background: linear-gradient(180deg, #C2D7F2 0%, #F7F8FA 100%);
}

.footer-center .we-chats{
	width: 7vw;
}

.lxfs-list {
	width: 58%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5vw;
	position: relative;
}

.lxfs-list .item {
	width: 100%;
	height: auto;
	position: relative;
}

.lxfs-list .item .box {
	position: relative;
    overflow: hidden;
    padding: 2.5vw 1.5vw;
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 38%), linear-gradient(155deg, #d8eaf6 0%, #c8dfef 48%, #b7d4e9 100%);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(37, 105, 153, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.lxfs-list .item .box .name {
	width: 100%;
	height: auto;
	font-size: 1.4vw;
	font-weight: 500;
	margin-bottom: 3vw;
	position: relative;
	z-index: 2;
	color: #005C9E;
}

.lxfs-list .item .box .desc {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 1vw;
}

.lxfs-list .item .box .desc b {
	font-size: 1.2vw;
}

.contact-form {
	width: 50%;
	height: auto;
	position: relative;
}

.contact-form .form-cols {
	margin-bottom: 2vw;
}

.contact-form .form-box{
	width: 100%;
}

.contact-form .form-cols p {
	font-size: 3vw;
	font-weight: 500;
}

.form-submit {
	border-radius: 10px;
	font-weight: 500;
	font-size: 0.9vw;
}

.contact-form .form {
	width: 100%;
}

.form-box {
	width: 50%;
}

.px-title {
	width: 100%;
	height: auto;
	position: relative;
	font-weight: 400;
	margin-bottom: 4vw;
}

.yw-content .px-title {
	text-shadow: 3px 3px 8px rgba(0, 0, 0, .05);
}

.join-box .px-title {
	margin-bottom: 2vw;
}

.join-box .cultures .item .box .icon{
	width: 3vw;
    height: 3vw;
    left: auto;
    right: 2vw;
    top: 2vw;
}

.join-box .cultures .item .box .icon img{
	width: 50%;
}

.join-box .cultures .item .box .info{
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 1.5vw;
}

.join-box .cultures .item .box .info .name-cn{
	font-size: 1.7vw;
    font-weight: 500;
}

.join-box .cultures .item .box .info .name-en{
	font-size: 1.2rem;
}

.join-box .cultures .item .box .desc{
	font-size: 0.95vw;
    font-weight: 400;
	position: relative;
    left: 0;
    bottom: auto;
}

.px-title .tips {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.2vw;
}

.px-title .name {
	font-size: 3vw;
	font-weight: 500;
	color: #005C9E;
}

.px-title .desc {
	margin-top: 0.5vw;
    line-height: 1.6;
    position: relative;
    width: 90%;
    font-size: 1.1vw;
    font-weight: 400;
}

.px-title .desc.sz20{
	font-size: min(1.2vw, 2rem);
}

.join-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.join-flex .px-title{
	width: 35%;
}


.cultures {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
	margin-bottom: 3vw;
}

.cultures.four{
	grid-template-columns: repeat(4, 1fr);
	gap: 3vw;
}

.cultures.four .item .box .desc{
	font-size: 1.5vw;
    font-weight: 500;
    bottom: auto;
    top: 70%;
}

.cultures.four .item .box .info .name-cn{
	font-size: 1.3vw;
    font-weight: 500;
}

.cultures.four .item .box .info .name-en{
	font-size: 0.9vw;
    font-family: Helvetica;
    margin-top: 0.25vw;
}


.lj-box {
	width: 100%;
	position: relative;
    margin-top: -6vw;
}

.cultures .item {
	width: 100%;
	height: auto;
	position: relative;
}

.join-flex .cultures .item .box{
	border-radius: 1vw;
    aspect-ratio: auto;
    padding:1.5vw 2vw;
	border: 1px solid #FFF;
	background: linear-gradient(194deg, rgba(0, 92, 158, 0.50) -116.74%, rgba(93, 177, 238, 0.00) 61.78%), #FFF;
}

.cultures .item:nth-child(2) {
	transition-delay: 0.1s;
}

.cultures .item:nth-child(3) {
	transition-delay: 0.2s;
}

.cultures .item .box {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	background: #ffffff;
}

.cultures .item .box .icon {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 2.5vw;
	top: 10%;
	background: #F7F7F7;
	border-radius: 50%;

}

.cultures .item .box .icon img {
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cultures .item .box .info {
	width: auto;
	height: auto;
	position: absolute;
	left: 10%;
	top: 45%;
}

.cultures .item .box .desc {
	width: 80%;
	height: auto;
	left: 10%;
	position: absolute;
	bottom: 10%;
	font-size: max(0.9vw, 1.4rem);
	line-height: 1.5;
	font-size: 1.8rem;
}

.cultures .item .box .info .name-cn {
	font-size: 4rem;
	font-weight: 400;
}

.cultures .item .box .info .name-en {
	text-transform: uppercase;
	font-size: 1vw;
	color: #02B3F1;
	font-family: Manrope;
}

.cultures .item .box .bg-icon {
	width: 80%;
	height: auto;
	position: absolute;
	left: 60%;
	bottom: 0;
	opacity: 0.025;
}

.join-flex .cultures{
	width: 34%;
	margin-bottom: 0;
	grid-template-columns: repeat(1, 1fr);
    gap: 1.6vw;
}

.czlj{
	width: 64%;
	height: auto;
	position: relative;
	padding: 3vw;
	border-radius: 1vw;
    border: 1px solid #FFF;
	background: linear-gradient(194deg, rgba(0, 92, 158, 0.50) -116.74%, rgba(93, 177, 238, 0.00) 61.78%), #FFF;
}

.czlj .info{
	width: 70%;
	height: auto;
	position: relative;
}

.czlj .info .name{
	width: 100%;
	margin-bottom: 1.5vw;
}

.czlj .img{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
    bottom: 7%;
}

.czlj .info .name b{
	font-size: 1.7vw;
    font-weight: 500;
}

.czlj .info .name p{
	text-transform: uppercase;
    color: #02B3F1;
    font-family: Manrope;
	font-size: 1.2rem;
}
.czlj .info .desc{
	font-size: 0.95vw;
    font-weight: 400;
    position: relative;
}

.cultures .item .box{
	border-radius: 1.25vw;
    aspect-ratio: 2.25 / 3;
    border: 1px solid #FFF;
    /* background: linear-gradient(192deg, #c7821a -60.11%, rgba(93, 177, 238, 0.00) 72.8%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #F7F7F7; */
	background: linear-gradient(192deg, #005C9E -60%, rgba(93, 177, 238, 0.00) 72.8%), rgba(255, 255, 255, 0.60);
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
}

.cultures .item .box .info .name-cn{
	font-size: 2vw;
}

.cultures .item .box .info .name-en{
	font-size: 1.2rem;
}

.cultures .item .box .info{
	width: 80%;
	top: 35%;
}

.cultures .item .box .desc{
	font-size: 0.9vw;
}

.cultures .item .box .icon{
	width: 60px;
	height: 60px;
	left: 10%;
}

.cultures .item .box .icon img{
	width: 30px;
}


.join-list {
	width: 100%;
	height: auto;
	position: relative;
}

.join-list .item {
	padding: 2vw;
    border-radius: 0.5vw;
    margin-bottom: 2vw;
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 38%), linear-gradient(155deg, #d8eaf6 0%, #f3faff 48%, #dbeaf5 100%);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 36px rgba(37, 105, 153, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.join-list .item:last-child {
	margin-bottom: 0;
}

.join-list .item .box {
	width: 100%;
	height: auto;
	position: relative;
}

.join-list .item .box .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
}

.join-list .item .box .top .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size:1.7vw;
	line-height: 40px;
	font-weight: 400;
}

.join-list .item .box .top .date {
	width: auto;
	font-family: Quicksand;
	color: #999999;
}

.join-list .item .box .center {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	font-weight: 400;
}

.join-list .item .box .center-left {
	width: auto;
	display: flex;
	gap: 3vw;
}

.join-list .item .content {
	width: 100%;
	overflow: hidden;
	height: 0;
	position: relative;
}

.join-list .item .content .singe-page p{
	margin-bottom: 0;
}

.zp-wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
	flex-wrap: wrap;
}

.zp-info{
	width: 30%;
    padding: 2.5vw 1.5vw;
    border-radius: 1vw;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(180deg, #005C9E 0%, #5DB1EE 100%), linear-gradient(137deg, rgba(0, 92, 158, 0.50) -106.78%, rgba(93, 177, 238, 0.00) 57.68%), rgba(255, 255, 255, 0.60);
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
    backdrop-filter: blur(20px);
    color: #fff;
	position: sticky;
    top: 120px;
}

.zp-info .title{
	font-size: 8vw;
	font-family: din;
	line-height: 1;
	margin-bottom: 2vw;
}

.zp-info .list{
	position: relative;
	font-weight: 400;
}

.zp-info .list .row{
	line-height: 1.5;
	margin-bottom: 0.75vw;
	font-size: 0.9vw;
}

.join-list{
	width: 65%;
}

.show-detail {
	width: auto;
	display: flex;
	gap: 0.5vw;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
}

.show-detail .txt {
	font-size: 1.4rem;

}

.show-detail .icon {
	font-size: 1.2rem;
	transform: rotate(180deg);
}

.join-list .item .content .singe-page {
	font-weight: 400;
	padding-top: 15px;
}

.yw-banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.yw-bg,
.yw-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}



.yw-bg::after {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(23, 149, 247, .25), #0000);
	display: none;
}

.yw-content {
	width: 48%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

.yw-content .px-title .name {
	color: #fff;
}

.px-title.c{
	text-align: center;
}

.px-title.mb2{
	margin-bottom: 2vw;
}

.yw-content .px-title .desc {
	width: 70%;
	font-size: 1.8rem;
	text-align: justify;
}

.yw-list {
	width: 70%;
	display: flex;
	position: relative;
	gap: 0.5vw;
}

.yw-list.jz{
	width: 55%;
}

.yw-list .item {
	width: 25%;
    height: auto;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 1vw 0.25vw;
    border-radius: 0.5vw;
	background: linear-gradient(0deg, rgba(233,166,75, 0) 0%, rgba(255,192,107,0.5) 100%), rgba(233,166,75,0.8);
    border: 1px solid #e9a64b;
}

.related-news{
	font-weight: 400;
}

.yw-list .item .icon {
	width: 2vw;
	margin: 0px auto;
	margin-bottom: 0.75vw;
}

.yw-list .item .txt {
	width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.9vw;
    padding: 0 0%;
}


.jjfa-box {
	overflow: hidden;
}

.jjfa-swiper .swiper-slide a {
	width: 100%;
	height: auto;
	display: block;
	background: #fff;
    padding: 0.75vw;
    border-radius: 1vw;
	border-bottom: 5px solid #ffffff;
}

.jjfa-swiper .swiper-slide a:hover{
	border-color: #c7821a;
}

.jjfa-swiper .swiper-slide a .thum {
	border-radius: 1vw;
	margin-bottom: 1vw;
	background: #ffffff;
}

.jjfa-swiper .swiper-slide a .thum img {
	width: 100%;
	aspect-ratio: 4 / 3;
	transition: all 0.5s;
}

.jjfa-swiper .swiper-slide a:hover .thum img{
	transform: scale(1.05);
}

.jjfa-swiper .swiper-slide a .info {
	width: 100%;
	height: auto;
	position: relative;
}

.jjfa-swiper .swiper-slide a .info .name {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 0.5rem;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.jjfa-swiper .swiper-slide a .info .desc {
	font-weight: 400;
	opacity: 0.6;
	display: none;
}

.case-swiper {}

.case-swiper .swiper-slide a {
	display: block;
	width: 100%;
	background: #fff;
	padding: 1vw;
	border-radius: 1vw;
	overflow: hidden;
	border-bottom: 5px solid #ffffff;
}

.case-swiper .swiper-slide a .thum {
	border-radius: 1vw;
}

.case-swiper .swiper-slide a .thum img {
	width: 100%;
	aspect-ratio: 100 / 65;
	transition: all 0.5s;
}

.case-swiper .swiper-slide a:hover .thum img{
	transform: scale(1.05);
}

.case-swiper .swiper-slide a .info {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 1vw;
}

.case-swiper .swiper-slide a .info .date {
	width: 100%;
	font-family: Manrope;
	font-size: 1.4rem;
	margin-bottom: 0.5vw;
}

.case-swiper .swiper-slide a .info .name {
	font-size: 1.6rem;
	height: auto;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case-swiper .swiper-slide a .info .desc {
	width: 100%;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 72px;
	display: none;
}

.case-swiper .swiper-slide a .info .desc p {
	margin-bottom: 0.5rem;
}

.product-section {
	width: 100%;
	position: relative;
	margin-top: 3vw;

}

.schemeProductPanels {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5vw;
	position: relative;
}

.schemeProductFilterList {
	display: block;
	width: 100%;
	position: relative;
}

.schemeProductFilterTitle {
	width: 100%;
	position: relative;
	margin-bottom: 1.5vw;
}

.schemeProductFilterTitle .title {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 500;
	color: #005C9E;
}

.schemeProductFilterImage {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding: 2vw 4vw;
	background: #eef4f8;
}

.schemeProductFilterImage .commonBg,
.schemeProductFilterImage .commonBg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.schemeProductFilterImage .commonBg img {
	object-fit: cover;
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
}


.schemeProductFilterImage:hover .commonBg img {
	transform: scale(1.04);
}

.schemeProductFilterImage .content {
	width: 38%;
	position: relative;
	z-index: 2;
}

.schemeProductFilterImage .content .title {
	font-size: 4.8rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 3vw;
}

.schemeProductFilterImage .sy-btn {
	margin: 0;
}

.schemeProductFilterImage .image {
	width: 35%;
	position: relative;
	z-index: 2;
}

.schemeProductFilterImage .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 8;
	object-fit: contain;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .18));
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
}

.schemeProductFilterImage:hover .image img {
	transform: translateY(-10px);
}

.schemeProductFilterMain {
	width: 100%;
	position: relative;
}

.schemeProductFilterSlide {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.schemeProductFilterSlide .swiper-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.schemeProductFilterSlide .swiper-slide {
	width: 25%;
	height: auto;
	position: relative;
	box-sizing: border-box;
}

.schemeProductFilterSlide .swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding: 1vw;
	background: #ffffff;
	border-radius: 1vw;
	border-bottom: 5px solid #ffffff;
	transition: all 0.4s;
}

.related-news .title{
	font-weight: 500;
}

.related-news .list.cps .item .thum{
	background: #f9f9f9;
}

.related-news .list.cps .item .thum img{
	object-fit: contain;
}

.related-news .list.cps .item .name{
	text-align: center;
}

.schemeProductFilterSlide .swiper-slide:hover a{
	border-color: #c7821a;
    color: #c7821a;
}


.schemeProductFilterSlide .swiper-slide .image {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0.75vw;
}

.schemeProductFilterSlide .swiper-slide .image picture {
	width: 100%;
}

.schemeProductFilterSlide .swiper-slide .image img {
	display: block;
	object-fit: contain;
	transition: transform .45s ease;
	aspect-ratio: 10 / 8;
}


.schemeProductFilterSlide .swiper-slide .content {
	width: 100%;
	position: relative;
}

.schemeProductFilterSlide .swiper-slide .content .title {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	display: block;
}

.product-has .schemeProductFilterSlide .swiper-slide .content .title{
	display: none;
}


.schemeProductFilterSlide .swiper-slide .content .desc {
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-family: Manrope;
	font-size: 1.4rem;
	opacity: 0.5;
	display: none;
}

.schemeProductFilterSlide .swiper-slide .sy-btn {
	margin: 0;
	transform: scale(.84);
	transform-origin: left center;
}

.hot-tel {
	width: auto;
	color: #ffffff;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 5px;
	white-space: nowrap;
}

.hot-tel .icon {
	width: 35px;
	flex: 0 0 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #3e3e3e;
	font-size: 2rem;
}

header.active .hot-tel .icon {
	background: #c7821a;
	color: #fff;
}

header.active .hot-tel .info a,
header.active .hot-tel .info .txt {
	color: #3e3e3e;
}

.hot-tel .info {
	width: auto;
	min-width: 0;
	display: block;
	line-height: 1.2;
	position: relative;
}

.hot-tel .info .txt {
	font-size: 1.4rem;
	font-weight: 400;
}

.hot-tel .info a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	font-family: Manrope;
}


.sound-video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sound-video video {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.data-list .item .top .number {
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 400;
	display: flex;
	position: relative;
	gap: 5px;
}

.data-list .item .top .number .img{
	width: 7.5vw;
    margin: 0px auto;
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
}

.data-list .item .top .number p {
	width: auto;
	position: relative;
	top: 0.75vw;
}

.schemeProductFilterSlide .swiper-slide a .plus {
	width: 36px;
	height: 36px;
	background: #005C9E;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 1.5vw;
	top: 1.5vw;
	line-height: 36px;
	text-align: center;
	font-size: 1.8rem;
	transition: all 0.5s;
	transform: scale(0) rotate(45deg);
	display: none;
}

.schemeProductFilterSlide .swiper-slide a:hover .plus {
	transform: scale(1) rotate(0deg);
}

/* ==================================================
   项目流程 / 售后服务流程
   ================================================== */
.sg-contentn {
	width: 100%;
	height: auto;
	position: relative;
}

.process-panel {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .45s ease, visibility .45s ease, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none;
}

.process-panel.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* 项目流程 */
.project-flow {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2.5vw;
	padding: 2vw 0;
}

.flow-row {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1vw;
}

.flow-item {
	flex: 1;
	min-width: 0;
	height: auto;
	position: relative;
	background: #ffffff;
	border-radius: 12px;
	padding: 3rem 1rem 2rem;
	box-shadow: 0 8px 24px rgba(0, 92, 158, .08);
	text-align: center;
	transition: transform .35s ease, box-shadow .35s ease;
}

.flow-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(0, 92, 158, .14);
}

.step-badge {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 12px;
	top: -10px;
	background: linear-gradient(135deg, #0093fe 0%, #005C9E 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 600;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 92, 158, .25);
	font-family: Manrope;
}

.step-name {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
	color: #333333;
}

.flow-arrow {
	width: 2vw;
	min-width: 18px;
	height: auto;
	aspect-ratio: 1;
	position: relative;
	background: url(../images/right-icon.png);
	background-size: cover;
	flex-shrink: 0;
}

.flow-arrow.arrow-left{
	transform: rotate(180deg);
}


.flow-arrow.arrow-left::after {
	left: -2px;
	transform: translateY(-50%) rotate(-135deg);
}

.flow-item.has-down::after {
	width: 2vw;
    height: 2vw;
    position: absolute;
    left: 50%;
    content: '';
    background: url(../images/right-icon.png);
    background-size: cover;
    transform: translateX(-50%) rotate(90deg);
    top: 100%;
}


/* 售后服务流程 */
.after-flow {
	width: 100%;
	height: auto;
	position: relative;	
	border-radius: 20px;
	padding: 4vw 3vw;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1vw;
	background: linear-gradient(90deg, #005C9E 0%, #5DB1EE 100%), #333;
}

.after-card {
	flex: 1;
	min-width: 0;
	position: relative;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	padding: 3vw 1vw;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .18);
	transition: transform .35s ease, background .35s ease;
}

.after-card:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, .2);
}

.after-card .card-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 1.5vw;
	color: #ffffff;
	opacity: .95;
}

.after-card .card-name{
	width: 100%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.after-card .card-icon svg {
	width: 100%;
	height: 100%;
}

.after-card .card-desc {
	width: 100%;
	line-height: 1.7;
	color: #ffffff;
	font-weight: 400;
}

.after-arrow {
	width: 2vw;
	height: auto;
	aspect-ratio: 1;
	background: url(../images/r-icon.png) no-repeat;
	background-size: cover;
	position: relative;
	align-self: center;
}


/* 流程菜单交互增强 */
.after-section {
	width: 100%;
	position: relative;
	padding: 1vw 0 2.5vw;
}

.after-service-circles {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.after-service-card {
	width: 40%;
	aspect-ratio: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	text-align: center;
	background: url(../images/circle-bg.png) center center no-repeat;
	background-size: cover;
	margin: 0px -10%;
}

.after-service-card+.after-service-card {
	margin-left: 0;
}

.after-service-card:nth-child(2){
	z-index: 2;
}

.after-service-card:nth-child(3){
	z-index: 3;
}

.after-service-card-1 {
	z-index: 2;
}

.after-service-card-2 {
	z-index: 1;
}



.after-service-num {
	font-family: Manrope, Arial, sans-serif;
	font-size: 6vw;
	line-height: .92;
	font-weight: 500;
	color: #2f6fb2;
	background: linear-gradient(180deg, #2868ad 0%, #67b3ee 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2vw;
}

.after-service-title {
	font-size: 1.9vw;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 2vw;
}

.after-service-desc {
	width: 100%;
    line-height: 1.7;
    font-weight: 400;
    padding: 0 25%;
    font-size: 0.95vw;
    opacity: 0.7;
}

.after-service-node {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	border: 1px solid #3b7fbd;
	border-radius: 50%;
	background: #fff;
}

.after-service-node::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #3b7fbd;
}

.sg-menu.cp-menu .item a {
	cursor: pointer;
}

.cultures.sy .item .box {
	aspect-ratio: auto;
	padding: 0;
}

.cultures.sy {
	margin-bottom: 12rem;
}

.cg-bg{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.kjcg{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 4vw;
}

.kjcg .item{
	flex: 1;
    position: relative;
    height: auto;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.kjcg .item::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(180deg, rgba(242, 247, 253, 0.00) 0%, rgba(220, 235, 253, 0.65) 34.13%, rgba(220, 235, 253, 0.65) 70.67%, rgba(242, 247, 253, 0.00) 100%);
	opacity: 0;
	transition: all 0.5s;
	display: none;
}

.kjcg .item:hover::before{
	opacity: 1;
}

.kjcg .item .box{
	width: 100%;
    height: auto;
    position: relative;
    padding: 3vw 0;
    border-radius: 1vw;
    border: 1px solid rgba(255, 255, 255, 0.50);
    /* background: linear-gradient(192deg, #c7821a -60%, rgba(93, 177, 238, 0.00) 72.8%), rgba(255, 255, 255, 0.60); */
	background: linear-gradient(192deg, #005C9E -60%, rgba(93, 177, 238, 0.00) 72.8%), rgba(255, 255, 255, 0.60);
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
    backdrop-filter: blur(20px);
    overflow: hidden;
	border-bottom: none;
}

.kjcg .item .box .num{
	font-size: 9vw;
    line-height: 1;
    font-family: Manrope;
    font-weight: 500;
	/* background: linear-gradient(90deg, #c7821a 0%, #e9a64b 100%); */

	background: linear-gradient(90deg, #005c9e 0%, #5DB1EE 100%);
	
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kjcg .item .box .num sup{
	font-size: 5vw;
	line-height: 1;
}

.kjcg .item .box .name{
	width: 100%;
	text-align: center;
	font-size: 1.3vw;
	font-weight: 500;
	margin-bottom: 2vw;
}

.qa-wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qa-cols{
	width: 46%;
	height: auto;
	position: relative;
}

.sub-banner.ss::before{
	width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .3), #0000);
    content: '';
    z-index: 1;
    pointer-events: none;
}

.kjcg .item .box .desc{
	width: 100%;
    height: auto;
    line-height: 2;
    position: relative;
    font-size: 0.9vw;
    font-weight: 400;
    padding: 0 5%;
    opacity: 0.7;
	min-height: 7.5vw;
}

.kjcg .item:nth-child(3) .box .desc{
	padding:0 0;
}

.cultures.sy .item .box .icon {
	background: #005C9E;
	position: relative;
	left: 0;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(0, 0, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(0, 0, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(0, 0, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(0, 0, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(0, 0, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(0, 0, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(0, 0, 0, 0.05) 0px 72px 72px -3.75px;
}

.lg2 {
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
}

.cultures.sy .item .box .cont {
	width: 100%;
    height: auto;
    position: absolute;
    font-weight: 400;
    left: 0;
    bottom: 0;
    color: #ffffff;
	padding: 2vw;
    
}

.cultures.sy .item .box .cont .name {
	font-size: 1.6vw;
	margin-bottom: 0.5vw;
}

.cultures.sy .item .box .cont .des {
	width: 100%;
	height: auto;
	line-height: 1.6;
	font-size: 1vw;
	position: relative;
}

.sc-swiper {
	width: 100%;
	height: auto;
	position: relative;
}

.sc-swiper .swiper-slide {
	position: relative;
}

.sc-swiper .swiper-slide .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1vw;
	color: #fff;
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 400;
	display: none;
}

.sc-swiper .thum {
	border-radius: 1vw;
}

.sc-swiper .box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 1vw;
	padding: 0.75vw;
	background: #ffffff;
}

.sc-swiper .thum::before {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.sc-swiper .thum img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3.5;
	transition: all 1s;
}

.sc-swiper .box:hover .thum img{
	transform: scale(1.05);
}

.pagn-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2vw;
}

.btn-box {
	width: 7vw;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.btn-box .swiper-button-next,
.btn-box .swiper-button-prev {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	transform: translateY(0);
	margin-top: 0;
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 50%;
	transition: all 0.35s;
	background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(0, 0, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(0, 0, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(0, 0, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(0, 0, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(0, 0, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(0, 0, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(0, 0, 0, 0.05) 0px 72px 72px -3.75px;
}



.btn-box .swiper-button-next::after,
.btn-box .swiper-button-prev::after {
	z-index: 2;
	font-weight: bold;
}

.btn-box .swiper-button-next:hover::after,
.btn-box .swiper-button-prev:hover::after {
	color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 14px;
	color: #ffffff;
}

.pagn-box .swiper-scrollbar {
	width: calc(100% - 10vw);
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: 1px;
	background: transparent;
}

.pagn-box .swiper-scrollbar::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, 0.1);
}

.pagn-box .swiper-scrollbar-drag {
	background: #c7821a;
}


.feed-box {
	height: 100vh;
	position: relative;
	padding: 0;
	background: url(../images/feed-bg.jpg?v=2026) center center no-repeat;
	background-size: cover;
}


.feed-box .sy-title {
	position: absolute;
	left: 0;
	top: 10vw;
	width: 100%;
	text-align: center;
}

.feed-list {
	width: 84%;
	height: auto;
	position: absolute;
	left: 8%;
	bottom: 12vw;
	display: flex;
	justify-content: space-between;
}

.feed-list .item {
	width: 45%;
	height: auto;
	position: relative;
}

.feed-list .item .box {
	width: 100%;
    height: 100%;
    position: relative;
    padding: 3vw;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(137deg, rgba(0, 92, 158, 0.50) -106.78%, rgba(93, 177, 238, 0.00) 57.68%), rgba(255, 255, 255, 0.60);
    box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
    backdrop-filter: blur(20px);
}

.feed-list .item::before {
	width: 20px;
	height: 80%;
	position: absolute;
	left: -10px;
	top: 10%;
	background: #005C9E;
	border-radius: 10px;
	content: '';
	filter: blur(2px);
	display: none;
}

.feed-list .item .box .name {
	font-size: 1.4vw;
	font-weight: 500;
	margin-bottom: 1vw;
	color: #005C9E;
}

.feed-list .item .box .desc {
	width: 100%;
	font-weight: 400;
}

.fnk-box {
	background: url(../images/fnk-bg.jpg?v=2026) center center no-repeat;
	background-size: cover;
}

.fnk-box .feed-list {
	position: relative;
	bottom: auto;
	width: 100%;
	flex-wrap: wrap;
	left: 0;
	margin-top: 10vw;
	margin-bottom: 5vw;
}

.fnk-box .feed-list .item {
	width: 23.5%;
	margin-bottom: 0vw;
}

.fnk-box .feed-list .rows {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.fnk-box .feed-list .rows:first-child {
	margin-bottom: 3vw;
}


/* ==================================================
   QE品质工程 - 5步流程卡片
   ================================================== */
   .qe-list {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
}

.qe-item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	margin-bottom: 1.5vw;
}


.qe-item .box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: #f2fbff;
	box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
	backdrop-filter: blur(20px);
	border-radius: 0.5vw;
    overflow: hidden;
}

.qe-item .num {
	position: absolute;
	left: 50%;
	top: -4px;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #ffffff;
	color: #0b3d72;
	font-size: 30px;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	box-shadow: 0 6px 18px rgba(11, 61, 114, .18);
	z-index: 2;
}

.qe-item .icon {
	width: 40px;
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}

.qe-item .icon svg {
	width: 56px;
	height: 56px;
	display: block;
}

.qe-item .name {
	width: 40%;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	position: relative;
	background: linear-gradient(0deg, #1993ce, #096ebe);
	/* background: linear-gradient(0deg, #c7821a 0%, #e9a64b 100%), #c7821a; */
	padding: 2.5rem 0px;
	border-radius: 0.5vw;
}

.qe-item .name p{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: Manrope;
    font-size: 3vw;
    left: 5%;
    opacity: 0.2;
}

.qe-item .desc {
	width: 47%;
    height: auto;
    display: flex;
    padding-left: 3%;
	font-size: 0.95vw;
    font-weight: 400;
	gap: 0.3vw;
}

.zz-tp{
	width: 45%;
}

.shig-box {
	width: 100%;
	height: auto;
	position: relative;
}

.shi-rows {
	width: 90%;
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.shig-center {
	width: 35%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.shig-box .shi-rows:nth-child(1) {
	margin-bottom: 2vw;
}

.case-swiper .swiper-slide {
	width: 25vw;
}

.shi-rows .item {
	width: 32%;
	height: auto;
	position: relative;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(137deg, rgba(0, 92, 158, 0.50) -106.78%, rgba(93, 177, 238, 0.00) 57.68%), rgba(255, 255, 255, 0.60);
	box-shadow: 0 30px 50px 0 rgba(0, 92, 158, 0.10);
	backdrop-filter: blur(20px);
	padding: 2vw 3vw;
}

.detail_top .name {
	font-weight: 500;
}

.detail_box .singe-page {
	font-weight: 400;
}

.detail_box .singe-page strong {
	font-weight: 600;
}

.service-wrap .cate a .txt,.solu-content .list .li .name,.data-list .item .txt,.jjfa-swiper .swiper-slide a .info .name,.case-swiper .swiper-slide a .info .name,.news-list.ip.red .item a .title,.feed-list .item .box .desc,.qe-name .desc{
	font-size: min(1vw, 1.6rem);
}

.jjfa-swiper{
	min-height: 18vw;
}

.case-swiper{
	min-height: 20.6vw;
}

.schemeProductFilterSlide{
	min-height: 16.7vw;
}

@media (max-width: 1700px){
	.nav ul a{

	}
}

@media (max-width: 1500px) {
	.intro-hero{
		width: 60%;
	}
	.info-swiper .swiper-slide .info .desc{
		font-size: 1.6rem;
	}

	.info-swiper .swiper-slide .info .name{
		font-size: 1.8vw;
	}
	.header {
		padding: 0 4%;
		gap: 20px;
	}
	.yw-content{
		left: 4%;
	}

	.yw-content .px-title .desc{
		font-size: 1.6rem;
	}

	.shzr-box .cont .info p{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.shzr-box .cont .info{
		padding: 30px 0px;
	}
	.shzr-box .cont .info::before, .shzr-box .cont .info::after{
		width: 30px;
		height: 30px;
	}
	.logo {
		width: 160px;
	}

	.nav ul a {
		font-size: 1.6rem;
		padding: 0 1.35vw;
	}

	.hot-tel {
		gap: 8px;
	}

	.hot-tel .icon {
		width: 32px;
		height: 32px;
		line-height: 32px;
		flex-basis: 32px;
		font-size: 1.8rem;
	}

	.hot-tel .info .txt {
		font-size: 1.2rem;
	}

	.hot-tel .info a {
		font-size: 1.7rem;
	}
}



@media (max-width: 1440px) {
	.yw-content .px-title .desc{
		
		font-size: 1.6rem;
		margin-top: 1vw;
	}
	.yw-list{
		gap: 0.5vw;
	}

}


@media (max-width: 1366px) {
	.btn-box .swiper-button-next, .btn-box .swiper-button-prev{
		width: 3vw;
		height: 3vw;
	}
	.yw-content .px-title .desc{
		width: 80%;
	}
	.yw-list.jz{
		width: 60%;
	}

	.news-list .item a .info .name{
		font-size: 1.1vw;
	}
}

@media (max-width: 1024px) {
	.hero-warp .item .name{
		font-size: 1.5vw;
	}
	.copyright{
		font-size: 1.2rem;
	}
	.intro-top .desc{
		font-size: 1.3vw;
	}
	.header {
		padding: 0 3%;
		gap: 14px;
	}
	.hot-tel{
		display: none;
	}
	.cp-menu .item a .name{
		font-size: 1.2vw;
		line-height: 3.2;
	}
	.ser-cards .card .desc {
		position: relative;
		line-height: 25px;
		height: 125px;
		font-weight: 400;
		-webkit-line-clamp: 4;
		font-size: 14px;
	}
	.logo {
		width: 140px;
		flex-basis: 140px;
	}
	.hot-tel .icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		flex-basis: 30px;
		font-size: 1.6rem;
	}

	.hot-tel .info .txt {
		font-size: 1.1rem;
	}

	.hot-tel .info a {
		font-size: 1.55rem;
	}
	.after-service-card {
		width: clamp(300px, 32vw, 370px);
	}

	.after-service-card+.after-service-card {
		margin-left: 0;
	}

	.after-service-node {
		width: 40px;
		height: 40px;
		right: -20px;
	}

	.after-service-node::before {
		width: 20px;
		height: 20px;
	}
	.qe-list {
		flex-wrap: wrap;
		gap: 18px;
	}

	.qe-item {
		flex: 0 0 calc(33.333% - 12px);
	}

	.honors .item .box .name{
		font-size: 1vw;
	}
	.yw-content .px-title .desc{
		font-size: 1.3vw;
	}
	.navg-box .nbtn {
		width: 3vw;
		height: 3vw;
		line-height: 3vw;
	}
}


@media (max-width: 991px) {

	.project-flow {
		gap: 28px;
	}

	.flow-row {
		flex-wrap: wrap;
		gap: 16px 12px;
	}

	.flow-arrow,
	.after-arrow {
		display: none;
	}

	.flow-item {
		flex: 0 0 calc(50% - 8px);
		padding: 22px 14px 18px;
	}

	.flow-item.has-down::before,
	.flow-item.has-down::after {
		display: none;
	}

	.after-flow {
		flex-wrap: wrap;
		gap: 16px;
		padding: 28px 20px;
	}

	.after-card {
		flex: 0 0 calc(50% - 8px);
		padding: 24px 18px;
	}
}



@media (max-width: 768px) {
	.qe-item {
		flex: 0 0 calc(50% - 9px);	
		margin-bottom: 3.5vw;
	}

	.qa-cols:first-child{
		margin-bottom: 7.5vw;
	}

	.qe-item .icon {
		width: 80px;
		height: 80px;
		display: none;
	}

	.qe-name{
		margin-bottom: 5vw;
	}

	.qe-item .icon svg {
		width: 48px;
		height: 48px;
	}

	.qe-item .desc{
		width: 60%;
		font-size: 3.5vw;
		padding: 0 5%;
	}

	.qe-item .name {
		font-size: 4vw;
        padding: 4vw 0;
	}

	.bread-crumb {
		display: block;
		background: #c7821a;
        border-radius: 5px;
		width: 40px;
		height: 40px;
		top: 10px;
	}
	.bread-crumb span{
		background: #ffffff;
	}
	.header {
		height: 60px;
		padding: 0 5%;
		background: #fff;
		position: fixed;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	}

	.hot-tel {
		display: none;
	}

	header .logo img:nth-child(2) {
		opacity: 1;
	}

	nav ul li .first-lab a {
		color: #3e3e3e;
		padding: 15px 0px;
		text-align: left;
	}

	nav ul li .first-lab a p {
		text-align: left;
	}

	nav ul li .first-lab a p:last-child {
		top: 15px;
	}

	nav ul li:hover .second-lab {
		pointer-events: auto;
		max-height: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	nav ul li .second-lab::after {
		display: none;
	}

	nav ul li .second-lab,.nav-child {
		width: calc(100% - 100px);
		position: relative;
		backdrop-filter: blur(0px);
		max-height: none;
		background: transparent;
		padding: 15px 0px;
		pointer-events: auto;
		display: flex;
		gap: 2vw 3vw;
		flex-wrap: wrap;
	}
	.nav-child{
		left: 0;
		top: 0;
		opacity: 1;
		visibility: visible;
		min-width: auto;
		padding: 0;
	}

	nav ul li .second-lab a {
		opacity: 1;
		transform: translateY(0%);
		padding: 0;
		font-size: 2rem;
		padding: 0px 0px;
		text-align: left;
	}

	nav.nav {
		height: calc(100vh - 60px);
		position: fixed;
		left: 0px;
		top: 60px;
		display: flex;
		align-items: center;
		width: 100%;
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
		margin-right: 0%;
		z-index: 10;
		padding-top: 15px;
		display: block;
		background: #f9f9f9;
		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		overflow-y: auto;
		padding-bottom: 25px;
		border-radius: 0;
	}

	nav ul {
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		display: block;
		padding: 0 5vw;
	}

	nav ul li {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding: 0vw 0px;
		width: 100%;
		display: flex;
		align-items: self-start;
		line-height: 30px;
		padding: 10px 0px;
	}

	nav ul li .first-lab {
		font-size: 2rem;
		width: 100px;
		font-weight: 500;
	}
	.logo {
        width: 110px;
        flex-basis: auto;
    }
	.banner{
		height: 66vw;
		margin-top: 60px;
	}
	.scroll-down{
		display: none;
	}

	.header .nav ul a{
		color: #3e3e3e;
	}

	.header .nav ul li>a{
		width: 90px;
		padding: 0;
		font-size: 1.8rem;
		color: #005C9E;
	}

	.header.active .nav ul a{
		color: #005C9E;
	}

	.nav-child{
		clip-path: none;
		transform: none;
		border: none;
		gap: 2.5vw;
	}

	.nav ul a{
		height: auto;
	}
	.header .nav .nav-child a, .header.active .nav .nav-child a, .header.show .nav .nav-child a{
		width: auto;
		height: auto;
		padding: 0;
	}
	.flow-item,
	.after-card {
		flex: 0 0 100%;
	}

	.step-name {
		font-size: 1.5rem;
	}
	.qe-item {
		flex: 0 0 100%;
	}

	/* ---------- 通用容器 ---------- */
	.w1400 {
		width: 90%;
	}

	.boxes {
		padding: 15vw 0;
	}

	.flex {
		flex-direction: column;
		gap: 20px;
	}

	/* ---------- 首页 Banner ---------- */
	.banner {
		height: 50vh;
		margin-top: 60px;
	}

	.banner ul li .slogan {
		left: 5%;
        width: 90%;
	}

	.banner ul li .slogan .cn p {
		font-size: 6.5vw;
	}

	.banner ul li .slogan .en p {
		font-size: 1.4rem;
	}

	.banner ul li .slogan .gp p {
		font-size: 2.5vw;
	}

	.banner-indicators {
		left: 6%;
		bottom: 6%;
		gap: 0.5vw;
		height: auto;
	}

	.banner-indicator {
		width: 6vw;
        height: 6vw;
	}

	.banner ul li .img {
		height: 60vh;
	}

	.scroll-down {
		display: none;
	}

	/* ---------- 子页面 Banner ---------- */
	.sub-banner {
		height: 45vh;
		margin-top: 60px;
	}

	.sub-banner .title {
		font-size: 6vw;
		left: 6%;
	}

	.sub-banner .info {
		width: 88%;
		left: 6%;
	}

	.sub-banner .info .name {
		font-size: 8vw;
		margin-bottom: 2vw;
	}

	.sub-banner .info .desc {
		width: 100%;
		font-size: 3.8vw;
		line-height: 1.5;
	}

	/* ---------- 通用标题 ---------- */
	.sy-title {
		margin-bottom: 7.5vw;
	}

	.sy-title b {
		font-size: 8vw;
		margin-bottom: 0vw;
	}

	.sy-title p {
		font-size: 3.5vw;
		
	}

	.sy-title.c {
		text-align: center;
	}

	.px-title {
		margin-bottom: 6vw;
	}

	.px-title .name {
		font-size: 8vw;
	}

	.px-title .desc {
		width: 100%;
		font-size: 1.6rem;
	}

	.px-title .desc.sz20{
		font-size: 3.5vw;
	}
	.yw-content .px-title{
		text-align: left;
		margin-bottom: 10vw;
	}
	.px-title{
		text-align: center;
	}

	.cultures.sy .item .box .cont{
		padding: 4vw;
	}
	.cultures.sy .item .box .cont .name {
		font-size: 5vw;
		margin-bottom: 2vw;
	}

	.cultures.sy .item .box .cont .des{
		font-size: 3.8vw;
		line-height: 1.5;
	}

	.px-title .desc.sz20 br{
		display: none;
	}

	.px-title .tips {
		font-size: 4vw;
		margin-bottom: 1vw;
	}

	/* ---------- 首页 关于我们板块 ---------- */
	.about-top {
		margin-bottom: 10vw;
	}

	.about-top .text {
		font-size: 1.4rem;
	}

	.data-list {
		flex-wrap: wrap;
		gap: 16px;
	}

	.data-list .item {
		width: 50%;
		padding: 16px 0;
	}

	.data-list .item .top .number .num {
		font-size: 3.6rem;
	}

	.data-list .item .txt {
		font-size: 1.4rem;
	}

	.data-list.data-content {
		flex-wrap: wrap;
		gap: 0;
	}

	/* ---------- 首页 业务领域 ---------- */
	.ser-content {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
		padding: 0;
		padding: 0 5%;
	}

	.ser-cards .card {
		padding-left: 30px;
		padding-bottom: 7.5vw;
	}

	.ser-cards .card.active .card-line{
		background-image: url(../images/line-left.png);
	}

	.ser-cards .card .name {
		font-size: 2rem;
	}

	.ser-cards .card .desc {
		font-size: 1.4rem;
	}

	.service-wrap .cate a {
		font-size: 1.4rem;
	}


	.service-img {
		width: 100%;
	}

	/* ---------- 首页 行业案例 ---------- */
	.case-wrap .w1400 {
		width: 92%;
	}

	.cp-menu {
		gap: 3px;
        padding: 2px;
	}

	.cp-menu .item a .name {
		font-size: 1.3rem;
	}

	.cp-menu .item a .thum {
		width: 36px;
		height: 36px;
	}

	.cp-menu .item a .thum img {
		width: 20px;
	}

	.menu-bar {
		margin-bottom: 7.5vw;
	}

	.menu-bar.c {
		justify-content: center;
	}

	.tech-swiper .swiper-slide {
		width: 100%;
	}

	.tech-swiper .swiper-slide .box .name {
		font-size: 1.2rem;
	}

	.tech-swiper .swiper-slide .box .des {
		font-size: 1.4rem;
		-webkit-line-clamp: 3;
	}

	/* ---------- 首页 服务能力 ---------- */


	.fw-box {
		width: 100%;
		margin-left: 0;
		border-radius: 0;
		margin-top: 0;
	}

	.hero-warp {
		width: 100%;
	}

	.hero-warp .item .info .name {
		font-size: 2rem;
	}

	.hero-warp .item .info .desc {
		font-size: 1.4rem;
	}

	.hero-progress {
		display: none;
	}

	.fw-wrap .sy-title {
		margin-bottom: 5vw;
		position: relative;
        color: #3e3e3e;
	}

	.fw-wrap .sy-title.w b{
		color: #005C9E;
	}

	/* ---------- 首页 新闻资讯 ---------- */
	.news-wrap .w1400.flex {
		flex-direction: column;
		gap: 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 3vw;
		position: relative;
        top: 0;
	}

	.news-list {
		width: 100%;
	}

	.news-list .item {
		width: 100%;
	}

	.news-list .item:nth-child(even) {
		padding-left: 0;
	}

	.news-list .item a .thum {
		width: 100px;
		height: 80px;
	}

	.news-list .item a .info .name {
		font-size: 3.8vw;
		-webkit-line-clamp: 1;
	}

	.news-list .item a{
		border-radius: 2vw;
		overflow: hidden;
	}

	.news-list .item a .info .date {
		font-size: 1.3rem;
	}

	/* ---------- 首页 留言表单 ---------- */
	.contact-wrap {
		padding: 15vw 0;
		padding-top: 0;
		padding-bottom: 25vw;
	}

	.contact-wrap .thum{
		display: none;
	}

	.contact-wrap .w1400 {
		flex-direction: column;
	}

	.contact-wrap .card {
		width: 100%;
	}

	.contact-wrap .card .name b {
		font-size: 8vw;
		margin-bottom: 1vw;
	}

	.contact-wrap .card .name p {
		font-size: 3.5vw;
	}
	.form .row{
		margin-bottom: 3vw;
	}
	.form{
		margin-bottom: 5vw;
	}
	.contact-wrap .card .name{
		margin-bottom: 7.5vw;
		text-align: center;
	}
	.contact-wrap .thum {
		width: 100%;
		border-radius: 0;
		margin-top: 3vw;
	}

	.form .row {
		width: 100%;
	}

	.form .row > input,
	.form .row select,
	.form .row textarea {
		padding: 14px;
		border-radius: 8px;
		font-size: 1.4rem;
	}

	/* ---------- 关于我们 ---------- */
	.about-intro {
		height: auto;
		min-height: 60vh;
		padding-bottom: 0;
	}

	.intro-hero {
		width: 90%;
		left: 5%;
		top: auto;
		position: relative;
		transform: none;
		padding-top: 30vw;
		margin-bottom: 10vw;
	}

	.intro-top {
		margin-bottom: 8vw;
	}

	.about-intro .data-list {
		position: relative;
		padding: 3vw 6%;
		flex-wrap: wrap;
		gap: 0px;
		margin-bottom: 10vw;
		border: none;
	}

	.about-intro .data-list .item {
		width: 50%;
		padding: 2vw 0;
		gap: 8px;
		flex: none;
		align-items: center;
	}

	.about-intro .data-list .item::after {
		display: none;
	}

	.about-intro .data-list .item .top .number .num {
		font-size: 3.6rem;
	}

	/* 发展历程 */
	.history-box {
		padding: 15vw 0;
		height: auto;
		background: linear-gradient(180deg, #C2D7F2 0%, #ffffff 70%);
		overflow: hidden;
	}

	.history-list {
		flex-direction: column;
        gap: 7.5vw;
        position: relative;
        bottom: auto;
        width: 90%;
        margin-left: 5%;
		left: 0;
		margin-bottom: 25vw;
	}

	.history-list .item:nth-child(1){
		bottom: 0;
	}

	.his-line{
		position: absolute;
        bottom: -25vw;
	}

	.history-bg{
		height: 50vw;
		top: auto;
		width: 100%;
		bottom: 0;
		pointer-events: none;
	}

	.history-list .item {
		width: 100%;
		padding-left: 0px;
	}

	.history-list .item .dot {
		left: -8px;
		width: 14px;
		height: 14px;
		display: none;
	}

	.history-list .item .name b {
		font-size: 6vw;
	}

	.history-list .item .name{
		margin-bottom: 2.5vw;
	}

	.history-list .item .name p {
		font-size: 6vw;
	}

	.history-list .item .desc {
		font-size: 1.4rem;
	}

	/* 核心理念 */
	.culture-box {
		padding: 60px 0;
	}

	.cultures {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 10vw;
	}

	.cultures .item .box {
		aspect-ratio: 4 / 3;
	}

	/* 人文风采 / ESE */
	.dj-box {
		background-attachment: scroll;
		padding: 60px 0;
	}

	.name-flex {
		flex-direction: column;
		gap: 2vw;
		margin-bottom: 5vw;
	}

	.news-section {
		border-radius: 16px;
		margin-bottom: 7.5vw;
		padding: 16px;
	}

	.wh-swiper .news-date,
	.wh-swiper .news-title {
		font-size: 1.4rem;
	}

	.shzr-box {
		flex-direction: column;
	}

	.shzr-box .shzr-thum {
		width: 100%;
        height: 20vh;
        border-radius: 3vw 3vw 0 0;
	}

	.shzr-box .cont {
		width: 100%;
		padding: 5vw;
		border-radius: 0 0 3vw 3vw;
	}

	.shzr-box .cont .info p {
		font-size: 3.8vw;
	}

	/* 企业荣誉 */
	.honor-box {
		padding: 15vw 0;
        height: auto;
	}

	.honor-swiper .swiper-slide {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.app-navg-box {
		margin-top: 3vw;
	}

	.app-navg-box.c {
		justify-content: center;
	}

	/* 合作伙伴跑马灯 */
	.parter-box {
		padding: 60px 0;
	}

	.hzhb.logo-marquee-ready {
		height: 280px;
	}

	.hzhb-logo-item {
		width: 100%;
		height: auto;
	}
	.hzhb-logo-track{
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5vw;
	}
	.hzhb-ms{
		margin-bottom: 5vw;
	}
	.header .nav .nav-child a:hover{
		background: transparent;
	}
	.hzhb-logo-center {
		font-size: 3rem;
		width: 120px;
		height: 120px;
	}

	.hzhb-logo-title span {
		font-size: 1.6rem;
	}

	.hzhb-logo-title strong {
		font-size: 2.4rem;
	}

	.hzhb-logo-desc {
		font-size: 1.4rem;
	}

	/* ---------- 业务页 ---------- */
	.yw-banner {
		height: 80vh;
		margin-top: 60px;
	}

	.yw-content {
		width: 90%;
		left: 5%;
		z-index: 2;
		top: 20%;
        transform: translateY(0%);
	}

	.yw-content .px-title .name {
		font-size: 8vw;
	}

	.yw-content .px-title .desc {
		width: 100%;
		font-size: 3.8vw;
		margin-top: 5vw;
	}
	.jjfa-swiper .swiper-slide a{
		padding: 0;
		border-bottom: none;
	}
	.yw-list.jz {
        width: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1vw;
    }

	.yw-list {
		width: 100%;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1vw;
	
	}

	.yw-list.jz .item,.yw-list .item{
		width: 100%;
		padding: 3vw 1vw;
	}

	.yw-list .item .icon {
		width: 6vw;
		margin-bottom: 2vw;
	}

	.yw-list .item .txt {
		font-size: 3vw;
	}

	/* 解决方案 - 由Swiper breakpoints控制slidesPerView */
	.jjfa-box {
		padding: 60px 0;
	}

	.jjfa-swiper .swiper-slide a .thum {
		border-radius: 2vw 2vw 0 0;
        margin-bottom: 0px;
	}

	.jjfa-swiper .swiper-slide a .info .name {
		font-size: 4vw;
		margin-bottom: 0;
	}

	.jjfa-swiper .swiper-slide a .info .desc {
		font-size: 1.2rem;
		-webkit-line-clamp: 2;
	}

	/* 项目案例 */
	.cp-menu1 {
		width: auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1vw;
        border-radius: 5vw;
	}

	.case-swiper .swiper-slide {
		width: 80%;
	}

	/* 产品中心 */
	.cp-menu2 {
		gap: 6px;
	}

	.schemeProductFilterSlide .swiper-slide {
		width: 45%;
	}

	/* 施工售后流程 */
	.sg-menu {
		gap: 10px;
	}

	.sg-contentn {
		padding: 0;
	}

	.flow-row {
		flex-wrap: wrap;
		gap: 8px;
		justify-content: center;
	}

	.flow-item {
		flex: 0 0 calc(33% - 8px);
		min-width: 0;
	}

	.flow-arrow {
		display: none;
	}

	.after-service-circles {
		flex-direction: column;
		gap: 0px;
	}

	/* ---------- 新闻列表页 ---------- */
	.news-box {
		padding: 60px 0;
	}

	.info-swiper .swiper-slide {
		width: 90%;
		flex-direction: column;
	}

	.info-swiper .swiper-slide .thum {
		width: 100%;
		aspect-ratio: 16 / 10;
	}

	.info-swiper .swiper-slide .info {
		width: 100%;
		padding: 5vw;
		height: 100%;
		border-radius: 0 0 2vw 2vw;
	}

	.info-swiper .swiper-slide .info .name {
		font-size: 4.5vw;
        margin-bottom: 1vw;
        min-height: 12vw;
	}
	.info-swiper .swiper-pagination{
		padding: 0;
		width: 100%;
		justify-content: center;
		bottom: auto;
		top: 58%;
		background-color: transparent;
		left: 0;
	}
	.info-swiper .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
		margin: 0px 2px !important;
	}
	.info-swiper .swiper-slide .info .desc {
		display: none;
	}

	.info-swiper .swiper-slide .info .sy-btn {
		display: none;
	}

	.news-content-top {
		margin-bottom: 5vw;
	}
	.info-swiper .swiper-slide .info .more{
		font-size: 1.2rem;
	}
	.news-list.ip .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}

	.news-list.ip .item:nth-child(even) {
		padding-left: 0;
	}

	/* ---------- 联系我们 ---------- */
	.contact-box {
		padding: 60px 0;
	}

	.contact-top {
		flex-direction: column;
		gap: 5vw;
	}

	.contact-cols {
		width: 100%;
	}

	.contact-cols .sy-title b {
		font-size: 3rem;
	}

	.ewm-list {
		gap: 12px;
		margin-bottom: 4vw;
	}

	.ewm-list .item {
		width: 90px;
	}

	.ewm-list .item .txt {
		font-size: 1.2rem;
	}

	.add-list {
		width: 100%;
		margin-bottom: 7.5vw;
	}

	.add-list .item .add .name {
		font-size: 3.8vw;
		line-height: 1.2;
	}

	.add-list .item .add .desc {
		font-size: 5vw;
	}

	.add-list .item{
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}

	.add-list .item:nth-child(n+2) .add .desc {
		font-size: 2rem;
	}

	.lxfs-list {
		
	}

	.lxfs-list .item {
		width: 48%;
	}

	.map-flex{
		flex-wrap: wrap;
	}

	.map-box {
		margin-top: 0vw;
		width: 100%;
		margin-bottom: 5vw;
	}

	.contact-bg picture img{
		aspect-ratio: 5 / 3;
	}

	.contact-bg {
		border-radius: 2vw;
	}

	.contact-logo .box .icon{
		font-size: 2.5vw;
	}

	.contact-logo{
		top: 38%;
	}

	.contact-logo .box {
		padding: 1vw 3vw;
		font-size: 2.5vw;
	}

	.icon-map {
		width: 6vw;
	}

	/* 联系我们表单 */
	.contact-form {
		flex-direction: column;
	}

	.contact-form .form-cols {
		width: 100%;
		margin-bottom: 3vw;
	}

	.contact-form .form-cols p {
		font-size: 8vw;
	}

	.form-box {
		width: 100%;
	}

	/* ---------- 加入我们 ---------- */
	.join-box {
		padding: 60px 0;
	}

	.cultures.sy {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cultures .item .box {
		aspect-ratio: 1 / 1.5;
	}

	.lj-box {
		width: 100%;
	}

	.lj-box img {
		width: 100%;
	}

	.join-list .item .box .top {
		flex-wrap: wrap;
		line-height: 1.5;
		padding-bottom: 0;
	}

	.join-list .item{
		padding: 4vw;
		border-radius: 2vw;
        margin-bottom: 5vw;
	}

	.join-list .item .box .top .name {
		font-size: 5vw;
	}

	.join-list .item .box .top .date {
		font-size: 1.4rem;
	}

	.join-list .item .box .center {
		flex-wrap: wrap;
        padding: 0;
        font-size: 3.8vw;
        font-weight: 400;
	}
	.show-detail{
		width: 100%;
		margin-top: 5vw;
		font-weight: 300;
	}
	.show-detail .txt,.show-detail .icon{
		font-size: 3vw;
	}
	.show-detail .icon{
		font-size: 2.5vw;
	}
	.join-list .item .box .center-left {
		flex-wrap: wrap;
		gap: 8px;
	}

	.join-list .item .content .singe-page {
		font-size: 1.4rem;
	}

	/* ---------- 服务页 ---------- */
	.lg2 {
		padding: 15vw 0;
	}

	.fnk-box {
		padding: 60px 0;
	}

	.feed-list .rows {
		flex-direction: row;
		gap: 16px;
	}

	.feed-list .item {
		width: 48%;
	}

	.feed-list .item .box .name {
		font-size: 5vw;
		margin-bottom: 3vw;
	}

	.feed-list .item .box .desc {
		font-size: 3.5vw;
	}

	/* ---------- 党建页 ---------- */
	.news-list.ip.red .item {
		width: 100%;
	}

	/* ---------- Footer ---------- */
	.footer {
		padding: 4rem 0 2rem;
		border-radius: 2rem 2rem 0 0;
		margin-top: -2rem;
	}

	.footer-top {
		flex-direction: column;
		gap: 2rem;
		padding-bottom: 5vw;
        margin-bottom: 7.5vw;
	}

	.footer-slg {
		font-size: 6vw;
	}

	.footer-tel .icon {
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.8rem;
	}

	.footer-tel .info .tel {
		font-size: 1.8rem;
	}

	.footer-nav {
		width: 100%;
	}

	.footer-nav ul {
		flex-wrap: wrap;
		gap: 24px 16px;
	}

	.footer-center {
		flex-direction: column;
		gap: 5vw;
	}

	.footer-left {
		width: 100%;
		padding: 5vw;
        display: block;
		border-radius: 2vw;
	}
	.footer .we-chats .text {
		font-size: 3vw;
		margin-top: 2vw;
	}

	.add-list .item .icon{
		width: 6vw;
	}
	.add-list .item .add{
		width: calc(100% - 8vw);
		line-height: 6vw;
	}
	.footer .add-list .item .add .desc {
		font-size: 4vw;
	}
	.footer .add-list .item{
		padding-bottom: 4vw;
	}
	.footer .add-list{
		margin-bottom: 5vw;
	}
	.footer-center .we-chats {
		width: 25vw;
	}
	.footer-logo {
		width: 140px;
		margin-bottom: 1.5rem;
	}

	.address {
		margin-bottom: 5vw;
		display: flex;
        flex-wrap: wrap;
		justify-content: space-between;
	}

	.address .item{
		width: 48%;
		margin-bottom: 3vw;
	}

	.address .item:last-child{
		width: 100%;
	}

	.address .item .icon {
		font-size: 1.6rem;
	}

	.address .item .txt {
		font-size: 1.4rem;
	}

	.we-chats {
		gap: 12px;
		justify-content: center;
	}

	.we-chats .chat-item {
		width: 100%;
	}

	.we-chats .img{
		padding: 1.5vw;
	}

	.we-chats .text {
		width: 100px;
		font-size: 1.2rem;
	}

	.copyright {
		padding-top: 1.5rem;
		font-size: 1.2rem;
		line-height: 1.7;
	}

	/* ---------- 通用按钮 ---------- */
	.sy-btn .box .txt {
		font-size: 1.4rem;
	}

	.sy-btn.c {
		width: 130px;
	}

	/* ---------- Swiper 导航 ---------- */
	.navg-box .nbtn {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 1.6rem;
	}

	.pagn-box {
		margin-top: 5vw;
	}

	.app-navg-box {
		margin-top: 5vw;
	}

	/* ---------- 分页 ---------- */
	#page li {
		font-size: 3.5vw;	
	}
	.news_detail{
		padding-top: 90px;
	}
	.pd-mbx{
		font-size: 3vw;
		margin-bottom: 5vw;
	}
	.slogan .en{
		font-size: 3vw;
	}
	.about-top .name{
		font-size: 8vw;
		margin-bottom: 5vw;
	}
	.about-top .desc{
		margin-bottom: 15vw;
		font-size: 4vw;
        line-height: 1.7;
		padding: 0;
        text-align: justify;
	}
	.data-list .item .top .number p{
		font-size: 1.2rem;
	}

	.data-list .item .top .number .num{
		font-size: 14vw;
	}
	.service-wrap .cp-menu,.solu-content{
		display: none;
	}
	.ser-cards .card .desc{
		height: auto;
		margin-bottom: 5vw;
	}
	.ser-cards .card.active .name,.ser-cards .card .name{
		margin-bottom: 1vw;
	}
	.service-wrap .cate{
		margin-bottom: 7.5vw;
	}
	.ser-cards .card .sy-btn{
		margin-bottom: 0;
	}
	.sy-btn .box{
		width: 130px;
		height: 40px;
	}
	.sy-btn .box .icon {
		width: 26px;
		height: 26px;
		line-height: 26px;
        text-align: center;
        font-size: 1.2rem;
	}
	.ser-cards .card .name{
		color: #005C9E;
	}
	.ser-cards .card .card-wrap{
		height: auto;
		opacity: 1;
	}
	.service-img{
		display: none;
	}
	.service-wrap{
		background: linear-gradient(180deg, #C2D7F2 0%, #F7F8FA 100%);
	}
	.ser-cards .card:last-child{
		padding-bottom: 0;
	}
	.cp-menu .item a{
		line-height: 34px;
    	font-size: 1.6rem;
	}
	.cp-menu .item a .name{
		padding: 0 2vw;
	}
	.tech-swiper .swiper-slide .box .mark{
		font-size: 1.2rem;
	}
	.tech-swiper .swiper-slide .box .info .desc{
		display: none;
	}
	.tech-swiper .swiper-slide{
		aspect-ratio: 100 / 100;
	}
	.tech-swiper .swiper-slide .box .mark{
		left: 3vw;
		top: 3vw;
	}
	.tech-swiper .swiper-slide .box .info .name{
		margin-bottom: 0;
		font-size: 4.5vw;
	}
	.tech-swiper .swiper-slide .box .info{
		padding: 3vw 1vw;
		bottom: 0vw;
		text-align: center;
	}
	.btn-box{
		display: none;
	}
	.pagn-box .swiper-scrollbar{
		width: 100%;
	}
	.hero-warp .item{
		display: block;
		position: relative;
		pointer-events: auto;
		width: 100%;
        margin-left: 0%;
        border-radius: 0vw;
        margin-bottom: 7.5vw;
		border-radius: 4vw;
        overflow: hidden;
	}
	.hero-img img,.hero-img,.hero-box{
		position: relative;
		height: auto;
	}
	.hero-img img{
		height: auto;
		aspect-ratio: 1 / 0.65;
	}
	.hero-warp .item .box{
		width: 100%;
        left: 0%;
        bottom: 0;
        padding: 0vw;
        color: #3e3e3e;
        height: 100%;
		backdrop-filter: blur(0px);
		
	}
	.hero-warp .item .desc{
		display: none;
	}
	.hero-warp .item .name{
		margin-bottom: 0;
        font-size: 4.2vw;
        position: relative;
        left: 0;
        bottom: 0;
        text-align: left;
        line-height: 2;
        background: #fff;
        padding: 2.5vw 5vw;
        border-radius: 0 0 2vw 2vw;
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
	.hero-warp .item .name .icon{
		font-weight: 300;
	}
	.fw-wrap{
		background: linear-gradient(180deg, #C2D7F2 0%, #F7F8FA 100%);
	}
	.hero-warp .item .box .plus{
		display: block;
		background: transparent;
        color: #3e3e3e;
        text-align: right;
	}
	.hero-warp .item .icon{
		width: 40px;
		
	}
	.hero-warp .item .box .bl{
		width: 100%;
		height: 100%;
		background: transparent;
	}
	.hero-warp .item .box::before{
		display: none;
	}
	.news-list .item a::before{
		display: none;
	}
	.news-list .item a .thum{
		width: 100%;
		height: auto;
	}
	.news-list .item a .info{
		padding: 5vw;
	}
	.news-list .item:nth-child(even){
		top: 0;
	}
	.footer-nav,.backTop,.nav ul li>a::before{
		display: none;
	}
	.nav ul li.child-open .nav-child, .nav ul li:hover .nav-child{
		transform: translate(0%, 0);
	}
	.intro-top .tips{
		font-size: 4vw;
	}
	.intro-top .name{
		font-size: 6vw;
        margin-bottom: 5vw;
        line-height: 1.2;
        margin-top: 1.5vw;
	}
	.intro-top .desc{
		width: 100%;
		font-weight: 400;
		line-height: 1.6;
		font-size: 3.8vw;
	}
	.data-list .item .top .number .img{
		width: 50%;
		height: auto;
	}
	.data-list .item .top{
		min-height: 14vw;
		margin-bottom: 1vw;
	}
	.about-intro .data-list .item:nth-child(2) .txt,.data-list .item .txt{
		font-size: 3.5vw;
	}
	.about-intro .data-list .item:nth-child(1) .txt{
		min-height: 14.5vw;
	}
	.history-list .item:nth-child(2),.history-list .item:nth-child(3){
		bottom: 0;
	}
	.history-box .sy-title{
		position: relative;
		left: 5%;
		top: 0;
		margin-bottom: 7.5vw;
	}
	.tech-swiper .swiper-slide .content .desc{
		font-size: 1.4rem;
		line-height: 1.5;
		min-height: auto;
	}
	.tech-swiper .swiper-slide .content .name p{
		font-size: 2rem;
	}
	.tech-swiper .swiper-slide .box .name{
		margin-bottom: 3.5vw;
	}
	.tech-swiper .swiper-slide .content{
		left: 5%;
    	bottom: 5%;
		width: 90%;
	}
	.featured-title{
		font-size: 1.6rem;
	}
	.temp6{
		height: 6rem;
	}
	.shzr-box .cont .info::before, .shzr-box .cont .info::after{
		width: 25px;
		height: 25px;
	}
	.shzr-box .cont .info{
		padding: 30px 0px;
	}
	.hzhb-logo-title{
		font-size: 1rem;
	}
	.cp-menu1 .item{
		width: auto;
	}
	.case-swiper .swiper-slide a .info .desc{
		display: none;
	}
	.case-swiper .swiper-slide a .info .name{
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.case-swiper .swiper-slide a,.schemeProductFilterSlide .swiper-slide a,.jjfa-swiper .swiper-slide a{
		padding: 0;
		border-radius: 2vw;
	}
	.case-swiper .swiper-slide a .info{
		margin-top: 0vw;
		padding: 4vw 3vw;
		text-align: center;
	}
	.slogan .gp{
		padding: 0.5vw 2vw;
		margin-bottom: 2vw;
	}
	.jjfa-swiper .swiper-slide a .info{
		padding: 3vw 0;
	}
	.slogan .gp span{
		width: 6px;
		height: 6px;
		margin-right: 12px;
	}
	.slogan .gp span::before{
		left: 4px;
	}
	.card-line{
		display: none;
	}
	.ser-cards .card{
		padding-left: 0;
	}
	.cp-menu .item a .name{
		line-height: 2.3;
		font-size: 3.5vw;
	}
	.tech-swiper .swiper-slide{
		border-radius: 2vw;
	}
	.text-list .thum{
		display: block;
		border-radius: 2vw 2vw 0 0;
	}
	.text-list .thum img{
		width: 100%;
		aspect-ratio: 5 / 3;
	}
	.pic-list{
		display: none;
	}
	.text-list{
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateY(0);
		bottom: 0;
        display: block;
		margin-top: 7.5vw;
	}
	.hero-warp{
		height: auto;
		border-radius: 0;
		background: transparent;
		padding: 0 5%;
	}
	.text-list .item::after,.hero-warp .item .icon{
		display: none;
	}
	.hero-warp .item .box .plus{
		opacity: 0.3;
	}
	.text-list .item.active{
		width: 100%;
	}
	.sy-title p{
		margin-top: 0;
	}
	.ser-cards .card .thum{
		display: block;
		border-radius: 2vw 2vw 0 0;
		margin-bottom: 0vw;
	}
	.ser-cards .card .plus,.hero-warp .item .name .icon{
		width: auto;
        font-size: 3vw;
        display: flex;
        align-items: center;
        word-break: keep-all;
	}
	.ser-cards .card .card-wrap{
		display: none;
	}
	.ser-cards .card .thum img{
		width: 100%;
		height: auto;
		aspect-ratio: 5 / 3;
	}
	.ser-cards .card .con{
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
        padding: 2.5vw 5vw;
        border-radius: 0 0 2.5vw 2.5vw;
	}
	.ser-cards .card.active .name, .ser-cards .card .name{
		margin-bottom: 0;
	}
	.ser-cards .card .name,.ser-cards .card.active .name{
		line-height: 2;
		font-size: 4.2vw;
		width: auto;
		color: #3e3e3e;
	}
	.service-bgs{
		display: none;
	}
	.footer-tel{
		width: 30vw;
	}
	.footer-list{
		width: 100%;
		flex-wrap: wrap;
	}
	.footer-list .item{
		width: 32%;
		border-radius: 2vw;
        padding: 5vw 3vw;
        margin-bottom: 5vw;
	}
	.footer-list .item .box .name{
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	.footer-list .item .box .desc{
		font-size: 3vw;
	}
	.footer-list .item .box .desc b{
		font-size: 3.5vw;
	}
	.cultures.four {
		grid-template-columns: repeat(2, 1fr);
		gap:3.5vw;
	}
	.cultures .item .box .icon {
		width: 10vw;
		height: 10vw;
		left: 10%;
	}
	.cultures .item .box .bg-icon{
		display: none;
	}
	.cultures.four .item .box .info .name-cn{
		font-size: 5vw;
	}
	.cultures.four .item .box .info .name-en{
		font-size: 2.5vw;
	}
	.cultures.four .item .box .desc{
		font-size: 3.5vw;
		top: 75%;
	}
	.pt12{
		margin-top: 15vw;
	}
	.news-section{
		padding: 0;
		border-radius: 2vw;
	}
	.wh-swiper .swiper-slide > a{
		padding: 0;
	}
	.navg-box .nbtn {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
    }
	.honors{
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		padding: 0 5%;
	}
	.honor-box .w1400{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	
	.honor-swiper .swiper-slide .box{
		padding: 2vw 0px;
		height: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.honors .item .box .icon img{
		width: 100%;
		aspect-ratio: 1;
		object-fit: contain;
	}
	.honors .item .box .icon{
		width: 4.5vw;
	}
	.honors .item .box .name{
		font-size: 2.5vw;
		margin-left: 0;
		line-height: 1.5;
		width: calc(100% - 5vw);
	}
	.hzhb-ms img{
		width: 4vw;
	}
	.hzhb-ms p {
		font-size: 3.5vw;
	}
	.case-swiper .swiper-slide a .info{
		padding: 3vw 0;
	}
	.case-swiper .swiper-slide a .info .name{
		font-size: 4vw;
	}
	.jjfa-box .cp-menu1.w,.jjfa-box .cp-menu2.w{
		padding: 0;
		background: transparent;
		box-shadow: none;
		justify-content: center;
	}
	#page ul{
		flex-wrap: wrap;
	}
	.pn_news .item a{
		font-weight: 400;
		width: calc(100% - 60px);
	}
	.pn_news .item p{
		font-size: 1.4rem;
		width: 60px;
	}
	.related-news .list .item .date{
		font-size: 1.2rem;
	}
	.related-news .list .item .name{
		font-size: 3.8vw;
	}
	.related-news .list .item{
		margin-bottom: 4vw;
        display: block;
        padding-bottom: 4vw;
	}
	.px-title.mb2 {
		margin-bottom: 5vw;
	}
	.kjcg{
		display: block;
	}
	.kjcg .item{
		margin-bottom: 5vw;
	}
	.kjcg .item .box{
		padding: 7.5vw 0;
		border-radius: 2vw;
	}
	.kjcg .item .box .num{
		font-size: 12vw;
	}
	.kjcg .item .box .name{
		font-size: 5vw;
	}
	.kjcg .item .box .desc{
		min-height: auto;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.fnk-box .feed-list .item{
		width: 48%;
	}
	.feed-list .rows{
		gap: 0;
	}
	.feed-list .item .box{
		border-radius: 2vw;
		padding: 7.5vw 5vw;
	}
	.shig-center{
		width: 70%;
		left: 15%;
		position: relative;
		top: 0;
		transform: translate(0%, 0%);
		margin-bottom: 7.5vw;
	}
	.shi-rows {
		width: 100%;
		margin-left: 0%;
	}
	.shi-rows .item {
		width: 48%;
		border-radius: 2vw;
		padding: 5vw 2vw;
	}
	.feed-box{
		height: auto;
	}
	.feed-box .sy-title{
		position: relative;
		top: 0;
	}
	.feed-list{
		width: 90%;
		height: auto;
		position: relative;
		bottom: auto;
		left: 5%;
		margin-bottom: 5vw;
	}
	.join-flex{
		flex-wrap: wrap;
	}
	.join-flex .cultures{
		width: 100%;
		gap: 5vw;
	}
	.join-box .cultures .item .box .info .name-en{
		font-size: 3vw;
	}
	.join-box .cultures .item .box .info .name-cn,.czlj .info .name b{
		font-size: 6vw;
	}
	.join-flex .cultures .item .box{
		padding: 7.5vw 4vw;
		border-radius: 2vw;
	}
	.join-box .cultures .item .box .info,.czlj .info .name{
		margin-bottom: 3vw;
	}
	.join-box .cultures .item .box .desc,.czlj .info .desc{
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.join-box .cultures .item .box .icon {
		width: 10vw;
		height: 10vw;
		left: auto;
		right: 5vw;
		top: 5vw;
	}
	.join-box .px-title {
		margin-bottom: 7.5vw;
	}
	.czlj{
		width: 100%;
		margin-top: 5vw;
		padding: 4vw;
		border-radius: 2vw;
	}
	.czlj .img{
		width: 100%;
		left: 0;
		position: relative;
	}
	.czlj .info{
		width: 100%;
	}
	.join-box .cultures .item .box .desc{
		width: 100%;
	}

	.contx-left,.lxfs-list{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
    	gap: 5vw;
	}
	.contx-left{
		padding: 7.5vw 4vw;
		display: block;
		border-radius: 2vw;
        overflow: hidden;
	}
	.contx-left .we-chats {
		width: 35%;
	}
	.lxfs-list .item .box{
		padding:5vw 3vw;
		border-radius: 2vw;
	}
	.lxfs-list .item .box .name{
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	.lxfs-list .item .box .desc{
		width: 100%;
		font-size: 3vw;
	}
	.lxfs-list .item .box .desc b{
		font-size: 3.5vw;
	}
	.lxfs-list{
		grid-template-columns: repeat(3, 1fr);
		gap: 2vw;
	}
	.lxfs-list .item{
		width: 100%;
	}
	.contact-form{
		width: 100%;
	}
	.form .row.full{
		margin-bottom: 2vw;
	}
	.form-submit{
		border-radius: 2vw;
		font-size: 3.5vw;
	}
	.shig-box .shi-rows:nth-child(1){
		margin-bottom: 4vw;
	}
	.after-section{
		padding: 0;
	}
	.after-service-card{
		width: 100%;
		margin: 0;
	}
	.after-service-num{
		font-size: 20vw;
		margin-bottom: 5vw;
		margin-top: -5vw;
	}
	.after-service-title{
		font-size: 6vw;
		font-weight: 500;
		
	}
	.after-service-desc{
		font-size: 3vw;
        padding: 0 15%;
	}
	.zl-hero .zl-cols {
		width: 100%;
	}
	.zl-hero .singe-page{
		font-size: 3.8vw;
		margin-bottom: 7.5vw;
	}
	.zz-tp{
		width: 100%;
	}
	.qa-cols{
		width: 100%;
	}
	.qe-name .name{
		font-size: 6vw;
		margin-bottom: 1vw;
	}
	.qe-name .desc{
		font-size: 3.5vw;
	}
	.sc-swiper .box{
		padding: 0;
		border-radius: 2vw;
	}
	.about-bg{
		background: #000;
	}
	.about-bg img{
		opacity: 0.85;
	}
	.cultures .item .box .icon img{
		width: 50%;
	}
	.news-thumb{
		border-radius: 2vw;
	}
	.news-list.ip.red .item a .title{
		padding: 5vw;
		font-size: 3.8vw;
	}
	.news-list.ip.red .item a::after{
		display: none;
	}
	.news-list.ip.red .item a{
		border-radius: 2vw;
	}
	.info-swiper .swiper-slide .thum img{
		aspect-ratio: 16 / 10;
	}
	.info-swiper .swiper-slide .thum{
		border-radius: 2vw 2vw 0 0;
	}
	.honor-img{
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateY(0);
	}
	.navg-box{
		gap: 3vw;
	}
	.cp-menu1 .item a .name{
		padding: 0 1.5vw;
	}
	.info-swiper .swiper-slide .info .more .box{
		font-weight: 300;
		display: none;
	}
	.info-swiper .swiper-slide .info .name{
		margin-bottom: 0;
        -webkit-line-clamp: 1;
        font-size: 3.8vw;
        font-weight: 400;
		min-height: auto;
	}
	.product-flex{
		flex-wrap: wrap;
	}
	.pro-info{
		width: 100%;
	}
	.detail-right{
		width: 100%;
	}
	.news_detail .w1400.block .detail_box {
		width: 100%;
		padding: 0 5%;
	}
	.pro-info .marks{
		gap: 1vw;
		margin-bottom: 5vw;
	}
	.pro-info .marks a {
		border: 1px solid rgba(0, 0, 0, .2);
		padding: 1vw 2vw;
		border-radius: 50px;
		line-height: 1.2;
		color: rgba(0, 0, 0, .6);
		font-weight: 400;
		font-size: 3vw;
	}
	.pro-info .name{
		font-size: 8vw;
        line-height: 1.2;
		margin-bottom: 5vw;
	}
	.pro-info .icons{
		margin-bottom: 10vw;
	}
	.pro-info .icons span {
		width: 6px;
		height: 6px;
	}
	.pro-info .icons span::before{
		left: 4px;
	}
	.detail_box .singe-page{
		font-size: 3.8vw;
	}
	.related-news.case{
		margin-top: 15vw;
		padding: 0 5%;
	}
	.related-news.case .title{
		font-size: 8vw;
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.related-news.case .list{
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
	}
	.related-news.case .list a {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.related-news.case .list .item .name{
		font-size: 3.8vw;
	}
	.case-swiper .swiper-slide a{
		border-bottom: none;
	}
	.sub-banner.ss::before{
		background: rgba(0, 0, 0, .3);
		width: 100%;
	}
	.feed-list{
		flex-wrap: wrap;
	}
	.feed-list .item{
		width: 100%;
		margin-bottom: 5vw;
	}
	.join-box .cultures .item .box .info{
		margin-bottom: 5vw;
	}
	.fw-wrap{
		padding-bottom: 0;
	}
	.news-wrap .sy-btn {
		margin-top: 7.5vw;
	}
	.schemeProductFilterSlide .swiper-slide .content .title{
		padding: 3vw 0;
		font-size: 4vw;
	}
	.join-box .px-title .tips{
		margin-top: 1vw;
		margin-bottom: 0;
	}
	.bread-crumb::after{
		width: auto;
		height: auto;
		position: absolute;
		left: -1vw;
		top: 50%;
		transform: translateX(-100%) translateY(-50%);
		content: '导航';
		font-size: 3.5vw;
        font-weight: 400;
		color: #c7821a;
	}
	.tech-swiper .swiper-slide .thum {
		border-radius: 2vw;
		overflow: hidden;
	}
	.name-flex .sy-title{
		margin-bottom: 3vw;
	}
	.schemeProductFilterSlide .swiper-slide a{
		border-bottom: none;
	}
	.zp-info,.join-list{
		width: 100%;
	}
	.zp-info{
		padding: 5vw;
		margin-bottom: 5vw;
		border-radius: 2vw;
		position: relative;
		top: 0;
	}
	.zp-info .title{
		font-size: 16vw;
	}
	.zp-info .list .row{
		font-size: 3.8vw;
	}
	.data-list .item .top .number{
		justify-content: center;
		width: 100%;
	}
	.data-list.hm .item .top .number .img{
		width: 60%;
	}
	.anchor{
		top: 0px;
	}
	.history-box .anchor {
		top: 15vw;
	}
	.join-box .anchor{
		top: 60px;
	}
}