/*
 *	Created by Edward on 25/12/15
 *	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');
}

:root {
	--primary-color: #1F4397;
	--text-primary: #3e3e3e;
	--text-second: #666666;
	--text-third: #999999;
	--active-color: #F9AD44;
}

.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: din;
	src: url(../fonts/DIN-Condensed-Bold.ttf);
}

@font-face {
	font-family: Quicksand;
	src: url(../fonts/Quicksand-VariableFont_wght.ttf);
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.otf);
}



@font-face {
	font-family: figtree;
	src: url(../fonts/Figtree-Medium.ttf);
}

body {
	font-size: 1.6rem;
}

body{
	color: var(--text-primary);
	font-family: "Poppins-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
	font-weight: 400;
}

body.version-en{
	font-family: "Poppins", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
	font-weight: normal;
}

b,strong {
	font-weight: 400;
}

body.version-en b,body.version-en strong{
	font-weight: bold;
}

textarea,
input,
select {
	font-family: "Microsoft YaHei", "Arial";
	outline: none;
	border: none;
}

button {
	border: none;
}

header {
	height: auto;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 15px 5%;
	z-index: 10;
	align-items: center;
	background: rgba(255, 255, 255, .75);
	backdrop-filter: blur(5px);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}


.logo {
	width: clamp(250px, 18vw, 400px);
	height: auto;
	position: relative;
	display: block;
}

.cols-right {
	width: auto;
	display: flex;
	gap: 2vw;
	align-items: center;
	color: #fff;
}

nav {
	width: 65%;
}

nav ul {
	display: flex;
}

.version-en nav ul{
	justify-content: space-between;
}

nav ul li {
	position: relative;
	flex: 1;
	line-height: 25px;
	padding: 15px 0px;
}

.version-en nav ul li{
	flex: none;
}

nav ul li .second-lab {
	width: 150px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: 56px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s cubic-bezier(.38, 0, 0, 1);
	background: #fff;
	border-radius: 0.5vw;
	padding: 15px 0px;
	backdrop-filter: blur(5px);
	transform: translateY(10px);
	transition: all 0.4s;
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
}


nav ul li .second-lab::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	content: '';
}

nav ul li:hover .second-lab {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}

nav ul li:hover .second-lab a {
	opacity: 1;
	transform: translateY(0%);
}

nav ul li .second-lab a {
	padding: 5px 5%;
	line-height: 20px;
	text-align: center;
	font-size: 1.5rem;
	transition: .8s cubic-bezier(.38, 0, 0, 1);
	opacity: 0;
	transform: translateY(30%);
	will-change: transform;
	transition-delay: 0.05s;
	display: block;
	text-transform: capitalize;
}

nav ul li .second-lab a p {
	color: rgba(0, 0, 0, .5);
	transition: all 0.4s;
}

nav ul li .second-lab a:hover p {
	color: rgba(0, 0, 0, 1);
}

nav ul li .second-lab a:nth-child(2) {
	transition-delay: 0.1s;
}

nav ul li .second-lab a:nth-child(3) {
	transition-delay: 0.15s;
}

nav ul li .second-lab a:nth-child(4) {
	transition-delay: 0.2s;
}

nav ul li .second-lab a:nth-child(5) {
	transition-delay: 0.25s;
}

nav ul li .second-lab a:nth-child(6) {
	transition-delay: 0.3s;
}

nav ul li .second-lab a:nth-child(7) {
	transition-delay: 0.35s;
}


nav ul li .first-lab {
	position: relative;
	font-size: 1.8rem;
}

nav ul li .first-lab a p {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

nav ul li .first-lab a p:last-child {
	position: absolute;
	left: 0;
	top: 0;
}



nav ul li:hover .first-lab a p::after {
	width: 90%;
	right: auto;
	left: 5%;
}

nav ul li .first-lab a {
	display: block;
	position: relative;
}

nav ul li .first-lab a::before {
	width: calc(100% + 4vw);
	height: 85px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	perspective: 1000px;

}

.load-logo {
	width: 400px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
}

.load-logo img {
	transform-style: preserve-3d;
	transform: translateY(20px) rotateX(40deg);
	opacity: 0;
	backface-visibility: hidden;
}

.nav-config {
	width: auto;
	display: flex;
	gap: 1vw;
	align-items: center;
	position: relative;
}

.langue .icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
}

.langue .icon img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.langue {
	width: auto;
	height: auto;
	position: relative;
	line-height: 40px;
}

.langue .lan-top {
	width: auto;
	display: flex;
	align-items: center;
	gap: 0.25vw;
	text-transform: uppercase;
}

.langue .list {
	width: 140px;
	height: auto;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	border-radius: 16px;
	overflow: hidden;
	top: 50px;
	opacity: 0;
	padding: 0px 0px;
	pointer-events: none;
	transition: all .35s;
	box-shadow: 15px 15px 35px rgba(0, 0, 0, .1);
}

.langue .list a:first-child {
	padding-top: 10px;
}

.langue .list a:last-child {
	padding-bottom: 10px;
}

.langue .list a:hover {
	background: #F7F7F7;
}

.langue:hover .list {
	opacity: 1;
	pointer-events: auto;
	top: 40px;
}

.langue .list a {
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
	opacity: 0.5;
}

.langue .list a:hover,
.langue .list a.active {
	opacity: 1;
}

.langue .list a.active {
	font-family: 'Montserrat-SemiBold';
}

.banner-swiper video {
	width: 100%;
	height: 100vh;
	position: absolute;
	object-fit: cover;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.banner-swiper {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	transform: translateY(50%);
	will-change: transform;
}

.banner-swiper .slogan {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 55%;
	transform: translateY(-50%);
	color: #fff;
	line-height: 1.3;
	z-index: 3;
	font-weight: 400;
}

.version-en .banner-swiper .slogan{
	width: 60%;
}

.banner-swiper .slogan .title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 2vw;
}

.banner-swiper .slogan .cn {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: clamp(4rem, 4vw, 6rem);
}

.banner-swiper .swiper-pagination,
.slogan-tips p {
	transform: translateY(15px);
	opacity: 0;
}

.banner-swiper .slogan .cn p {
	transform: translateY(100%);
}



.hidden {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.banner-swiper .tips {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 200;
}

.banner-swiper .swiper-slide::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .25);
}

.banner-swiper .swiper-pagination-bullet {
	background: #fff;
	border-radius: 10px;
	height: 8px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	margin: 0px !important;
	width: 10px;
	color: rgba(255, 255, 255, .4);
	font-family: Quicksand;
	opacity: 1;
	font-size: 1.4rem;
}

.banner-swiper .swiper-pagination-bullet::before {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
	z-index: 2;
}

.banner-swiper .swiper-slide .img,
.banner-swiper .swiper-slide .img picture,
.banner-swiper .swiper-slide .img picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1);
	width: 40px;
}


.banner-swiper .swiper-pagination {
	width: auto;
	height: auto;
	bottom: auto;
	display: flex;
	gap: 0.5vw;
	position: relative;
	top: auto;
	margin-bottom: 3vw;
}


.scroll-down {
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	pointer-events: none;
	z-index: 2;
}

.pr-bg {
	background-color: #f4f5fe;
	background-image: url(../images/bgs.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.solution-warp {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	background-color: #f4f5fe;
	background-image: url(../images/bgs.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 100vh;
}

.common-title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 6vw;
}

.common-title.mb0 {
	margin-bottom: 0;
}

.common-title.c {
	text-align: center;
}

.common-title.mb2 {
	margin-bottom: 2vw;
}

.common-title.w {
	color: #fff;
}

.common-title .tips {
	width: 100%;
	height: auto;
	position: relative;
	font-size: clamp(2rem, 1.8vw, 3rem);
	margin-bottom: 1vw;
}

.common-title .tips p,
.common-title .name p,
.common-title .desc p {
	display: inline-block;
	opacity: 0.3;
}

.common-title .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: clamp(2rem, 2.3vw, 4rem);
	line-height: 1.4;
	margin-bottom: 2vw;
}

.version-en .common-title .name,.version-en .common-title .tips{
	text-transform: capitalize;
}

.version-en .common-title.show .name{
	font-size: 2vw;
}

.version-en nav ul li:nth-child(4) .second-lab{
	width: 250px;
    margin-left: -125px;
}

.text-block {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.common-title.c .text-block {
	left: 50%;
	transform: translateX(-50%);
}

.common-title .name span {
	color: #0E5CA9;
}

.common-title .desc {
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #666;
	font-weight: 200;
}

.common-title.w .desc {
	color: rgba(255, 255, 255, .6);
}

.cards {
	width: 100%;
	height: 100vh;
	position: relative;
	perspective: 850px;
}

.cards .card {
	width: 100%;
	height: 35vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center bottom;
	will-change: transform;
}

.cards .card:nth-child(1) {
	z-index: 3;
}

.cards .card:nth-child(2) {
	z-index: 2;
}

.cards .card:nth-child(3) {
	z-index: 1;
}


.cards .card .inner-box {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 1vw;
	padding: 4vw;
	display: flex;
	justify-content: space-between;
	border: 1px solid #fff;
	align-items: center;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .85) 14%, hsla(0, 0%, 100%, .25) 47%, hsla(0, 0%, 100%, .9) 99%);
	backdrop-filter: blur(40px);
	box-shadow: 0 1px 16px 0 rgba(30, 118, 255, .13);
	overflow: hidden;
}

.cards .card .cols {
	width: 30%;
	position: relative;
}

.cards .card .thum {
	width: 25%;
	height: auto;
	aspect-ratio: 1 / 1.03;
	position: relative;
	overflow: visible;
}

.cards .card .thum::before,
.cards .card .thum::after {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(14, 92, 169, .1);
	/* background: radial-gradient(circle, rgba(14, 92, 169, .1), rgba(14, 92, 169, 0)); */
	/* background: radial-gradient(circle at center, rgba(14, 92, 169, .5) 0%,#0000 60%); */
	border-radius: 50%;
	content: '';
	animation: bgAnimate 4s ease infinite;
	pointer-events: none;
}

.cards .card .thum::after {
	animation-delay: 1.5s;
}

@-webkit-keyframes bgAnimate {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.1);
	}
}

.cards .card .thum picture {
	position: relative;
	z-index: 2;
}

.cards .card:first-child .thum {
	width: 30%;
}

.cards .card .cols:last-child {
	width: 35%;
}

.cards .card .cols .name-en {
	width: 100%;
	font-family: Quicksand;
	text-transform: capitalize;
	color: #999999;
	margin-bottom: 0.5vw;
}

.cards .card .cols .name-cn {
	width: 100%;
	height: auto;
	position: relative;
	font-size: clamp(2.5rem, 2.2vw, 3.5rem);
	color: #0E5CA9;
	margin-bottom: 2vw;
}

.card-line {
	width: 2vw;
	height: 5px;
	background: #d34e35;
	border-radius: 5px;
}

.cards .card .cols .desc {
	width: 100%;
	height: auto;
	line-height: 1.7;
	margin-top: 2vw;
	margin-bottom: 3vw;
	color: #666;
	-webkit-line-clamp: 5;
}

.pr-btn {
	width: auto;
	height: auto;
	position: relative;
	margin: auto;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.pr-btn .box {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	width: 130px;
	position: relative;
	transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
	height: 45px;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
}



.pr-btn .box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0E5CA9;
	border-radius: 5px;
	content: '';
	transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	/* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
	transform-origin: left top;
}

.pr-btn:hover .box::before {
	/* clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); */
}

.pr-btn .box::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #016cd5;
	border-radius: 50px;
	content: '';
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .5s cubic-bezier(.61, 0, .39, 1);
}

.pr-btn:hover .box::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}


.pr-btn:hover .box .txt {
	color: #ffffff;
	transform: translateX(-10px);
}

.pr-btn .box .icon {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 2;
	right: 0;
	transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

.pr-btn:hover .box {
	width: 145px;
}

.pr-btn:hover .box .icon {
	/* clip-path: inset(0% 0% 0% 0%); */
}

.pr-btn .box .icon img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.pr-btn .box .txt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 1.4rem;
	position: absolute;
	left: 0px;
	transition: all 0.35s;
	color: #fff;
	z-index: 2;
	transform: translateX(0px);
}

.cards .card .cols .item {
	width: 100%;
	height: auto;
	position: relative;
}

.cards .card:first-child .cols .item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	line-height: 1.7;
}

.cards .card:first-child .cols .item .n {
	width: 25%;
}

.cards .card:first-child .cols .item .d {
	width: 35%;
	font-size: 1.4rem;
	color: #999999;
}

.cards .card:first-child .cols .item .d span {
	padding: 3px 5px;
	font-size: 1.2rem;
	border-radius: 3px;
	background-image: linear-gradient(78deg, rgba(133, 110, 250, 0.35) 0%, rgba(19, 100, 236, 0.5) 50%, rgba(0, 135, 245, 0.35) 100%);
	color: #fff;
	margin-left: 3px;
}

.version-en .cards .card:first-child .cols .item .d span{
	font-size: 0.8rem;
}

.cards .card .cols .item .t {
	width: 100%;
	height: auto;
	position: relative;
	padding: 1vw 0px;
	margin-bottom: 1vw;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-size: 2rem;
}


.cards .card:last-child .cols .item {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 1vw;
	margin-bottom: 1vw;
}

.cards .card:last-child .cols .item:last-child{
	border-bottom: none;
	padding-bottom: 0vw;
	margin-bottom: 0vw;
}

.cards .card:last-child .cols .item .title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0.5vw;
	font-size: 2rem;
}

.cards .card:last-child .cols .item .info {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 1.4rem;
	color: #999999;
}

.product-warp {
	width: 100%;
	height: 100vh;
	position: relative;
	margin-top: 0vw;
	padding: 0;
	overflow: hidden;
}


.product-bg,
.product-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product-bg img {
	-webkit-filter: blur(5px);
	transform: scale(1.1);
}

.product-bg::after {
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.product-warp .cols {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.product-content {
	width: 40%;
	height: auto;
	position: absolute;
	right: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.bg-circle {
	width: 50vw;
	height: 50vw;
	position: absolute;
	right: 0vw;
	top: 50vh;
	background: linear-gradient(rgba(156, 200, 241, 1) 0%, rgba(88, 163, 251, 1) 40%, rgba(156, 164, 247, 1) 100%);
	filter: blur(100px);
	border-radius: 30% 70% 70% 30% / 30% 40% 70% 70%;
	animation: changeShape 3s linear infinite, rotateShape 12s linear infinite, moveShape 18s linear infinite;
	pointer-events: none;

}

@keyframes rotateShape {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes moveShape {

	0%,
	100% {
		transform: translate(-40%, 0);
	}

	25% {
		transform: translate(0%, -15vh);
	}

	50% {
		transform: translate(45%, 0vh);
	}

	75% {
		transform: translate(0%, 5vh);
	}
}

@keyframes changeShape {

	0%,
	100% {
		border-radius: 30% 70% 70% 30% / 30% 40% 70% 70%;
	}

	25% {
		border-radius: 40% 65% 50% 50% / 40% 35% 35% 65%;
	}

	40% {
		border-radius: 35% 65% 65% 35% / 65% 50% 50% 25%;
	}

	60% {
		border-radius: 40% 65% 50% 50% / 30% 30% 70% 75%;
	}

	80% {
		border-radius: 40% 60% 40% 60% / 50% 50% 50% 60%;
	}
}

.swider-list {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	gap: 1vw;
}

.swider-list .item {
	flex: 1;
	cursor: pointer;
	font-size: 1.4rem;
}

.swider-list .item:nth-child(2) {
	transition-delay: 0.2s;
}

.swider-list .item:nth-child(3) {
	transition-delay: 0.3s;
}

.swider-list .item:nth-child(4) {
	transition-delay: 0.4s;
}


.swider-list .item .thum {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all 0.35s;
}

.swider-list .item.active .thum {
	border-color: rgba(255, 255, 255, .5);
}

.swider-list .item .thum img {
	width: 100%;
	aspect-ratio: 5 / 3;
}

.swider-list .item .name {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, .5);
	transition: all 0.35s;
}

.swider-list .item.active .name {
	color: rgba(255, 255, 255, 1);
}

.product-swiper {
	border-radius: 1vw;
	overflow: hidden;
	margin-bottom: 1vw;
}

.product-swiper .swiper-slide {
	overflow: hidden;
}

.product-swiper .swiper-slide::after {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
}

.product-swiper .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	z-index: 2;
}

.about-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

.about-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.about-top .about-left {
	width: 25%;
}

.about-top .about-right {
	width: 70%;
}

.about-top .common-title {
	margin-bottom: 3vw;
}

.about-top .common-title .name {
	margin-bottom: 1vw;
}

.ai-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.ai-box .cols {
	width: 55%;
	display: flex;
	flex-direction: column;
}

.ai-box .cols:nth-child(2) {
	width: calc(45% - 2vw);
	gap: 2vw;
}

.ai-box .cols .item {
	width: 100%;
	height: 100%;
	position: relative;
}

.ai-box .cols .item .box {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

.ai-box .cols .item .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 2.5vw;
	padding: 2.5vw;
	color: #fff;
}

.ai-box .cols .item .box .info .desc {
	width: 100%;
	height: auto;
	color: #fff;
	line-height: 1.7;
	font-size: clamp(1.4rem, 0.8vw, 1.6rem);
	font-weight: 300;
}

.ai-box .cols .item .box .info .name {
	font-size: clamp(2rem, 1.4vw, 2.8rem);
	margin-bottom: 2vw;
}

.ai-box .cols .item .box .thum {
	height: 100%;
}

.ai-box .cols .item .box .thum img {
	height: 100%;
}

.ai-box .cols:nth-child(2) .item .box .icon {
	width: 48px;
	height: auto;
	position: relative;
	padding: 10px;
	background: #f5f3fd;
	border-radius: 10px;
	margin-bottom: 1vw;
}

.ai-box .cols:nth-child(2) .item .box {
	transition: all 0.3s;
	box-shadow: 0 4px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
	border-radius: 1vw;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	backdrop-filter: blur(40px);
	padding: 1.5vw;
	border: 1px solid #fff;
}

.about-circle {
	width: 40vw;
	height: 40vw;
	position: absolute;
	right: 5vw;
	top: 20vw;
	background: linear-gradient(rgba(156, 200, 241, 1) 0%, rgba(88, 163, 251, 1) 40%, rgba(156, 164, 247, 1) 100%);
	filter: blur(100px);
	border-radius: 30% 70% 70% 30% / 30% 40% 70% 70%;
	pointer-events: none;
	opacity: 0.5;
}

.about-circle.ac {
	right: 25vw;
	top: 0%;
}

.footer {
	position: relative;
}

.ai-box .cols .item .box .desc {
	line-height: 1.6;
	font-size: 1.4rem;
	color: #999;
}

.ai-box .cols .item .box .name {
	width: 100%;
	height: auto;
	margin-bottom: 1vw;
	font-weight: 500;
	font-size: 1.8rem;
}

.news-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;
	align-items: flex-end;
}

.news-top .common-title {
	margin-bottom: 0;
}

.news-top .common-title .name {
	margin-bottom: 0;
}

.news-top .common-title .tips {
	margin-bottom: 0;
}

.news-top .pr-btn {
	margin: 0;
}

.news-warp {
	width: 100%;
	margin-top: 10vw;
}

.news-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw;
	position: relative;
	height: auto;
}

.news-list .item {
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 112;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
}

.news-list .item>.box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	backdrop-filter: blur(40px);
	transition: all 0.3s;
}

.news-list .item:hover>.box {
	box-shadow: 0 4px 24px -4px #0000000d, 0 24px 96px -20px #1366ec1c, inset 0 0 56px #ffffff80;
}

.news-list .item>.box .thum {
	border-radius: 1vw;
	overflow: hidden;
	display: block;
	padding-bottom: 56%;
	transition: all .6s ease;
	height: 0;
	width: 100%;
}

.news-list .item:hover>.box .thum {
	padding-bottom: 44%;
}

.news-list .item>.box .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news-list .item>.box .info {
	width: 100%;
	height: auto;
	position: relative;
	padding: 2.5vw 2vw;
	transition: all .6s ease;
}

.news-list .item>.box .info .date {
	width: 100%;
	height: auto;
	position: relative;
	font-family: Quicksand;
	font-size: 1.4rem;
	color: #999;
	margin-bottom: 1vw;
}

.news-list .item>.box .info .name {
	width: 100%;
	height: auto;
	font-size: clamp(1.6rem, 1.3vw, 2.2rem);
	line-height: 1.5;
	margin-bottom: 1vw;
}

.news-list .item>.box .info .name:hover {
	color: #0E5CA9;
}

.news-list .item>.box .info .desc {
	color: #999;
	line-height: 1.5;
	font-size: clamp(1.4rem, 1vw, 1.6rem);
	margin-bottom: 1vw;
}

.news-list .item .pr-btn {
	position: absolute;
	left: 2vw;
	bottom: 1vw;
	transform: translateY(35px);
	opacity: 0;
	transition: all .6s ease;
	pointer-events: none;
}

.news-list .item:hover>.box .thum {
	aspect-ratio: 2 / 0.85;
}

.news-list .item:hover>.box .info {
	padding-bottom: 5vw;
}

.news-list .item:hover>.box .pr-btn {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: auto;
	bottom: 2vw;
}

.service-warp {
	margin-top: 3.5vw;
	padding: 0;
}

.service-warp .common-title {
	width: 50%;
}

.service-bg {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	pointer-events: none;
}

.service-warp .w1400 {
	width: 84%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 40%;
	transform: translateY(-50%);
}

.hzhb-content {
	width: 50%;
	height: auto;
	position: relative;
}

.hzhb-content .hzhb-rows {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5vw;
}

.hzhb-content .text {
	width: auto;
	font-size: 1.6rem;
	position: relative;
	line-height: 3.8vw;
}

.hzhb-content .list {
	width: calc(100% - 120px);
	display: flex;
	flex-wrap: wrap;
	gap: 0.5vw;
}

.hzhb-content .list .item {
	width: 10vw;
	border: 1px solid #cfdeee;
	border-radius: 0.5vw;
	overflow: hidden;
}

.locations {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.locations .marks {
	width: 3vw;
	height: auto;
	position: absolute;
	left: 55%;
	top: 58%;
}

.locations .marks .txt {
	width: auto;
	height: auto;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	left: 100%;
	word-break: keep-all;
	font-size: 1.2rem;
}


.locations .marks:nth-child(2) {
	left: 70%;
	top: 39%;
}

.locations .marks:nth-child(3) {
	left: 73%;
	top: 46%;
}

.locations .marks:nth-child(4) {
	left: 77.4%;
	top: 44%;
}

.locations .marks:nth-child(5) {
	left: 80%;
	top: 47%;
}

.locations .marks:nth-child(6) {
	left: 82.7%;
	top: 41.5%;
}

.locations .marks:nth-child(7) {
	left: 85.7%;
	top: 32%;
}


.home-btm {
	padding-bottom: 0;
}

.footer {
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 2vw 2vw 0px 0px;
	overflow: hidden;
	margin-top: -2vw;
	z-index: 2;
}

.footer-top {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-top: 3vw;
}

.foot-info {
	width: 35%;
}

.foot-nav {
	width: 55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

.foot-nav .item {
	width: 20%;
	position: relative;
	text-transform: capitalize;
}


.foot-nav .item:nth-child(1),
.foot-nav .item:nth-child(4),
.foot-nav .item:nth-child(5) {
	width: 16%;
}

.foot-nav .item:nth-child(2) {
	width: 24%;
}

.foot-nav .item:nth-child(3) {
	width: 28%;
}

.foot-nav .item a {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 1vw;
	display: inline-block;
	line-height: 1.6;
	font-size: 1.4rem;
	width: 100%;
	transition: all 0.4s;
}

.foot-nav .item a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot-nav .item a:first-child {
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.5vw;
	font-size: 1.8rem;
}

.foot-nav .item a:nth-child(n+2) {
	padding-right: 30%;
}

.foot-nav .item:nth-child(n+6) {
	margin-top: 2vw;
}

.address {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	margin-bottom: 3vw;
}

.address .item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	color: rgba(255, 255, 255, .65);
	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;
	font-family: Quicksand;
	font-size: 1.4rem;
}

.foot-logo {
	width: 80%;
	height: auto;
	position: relative;
	margin-bottom: 2vw;

}

.we-chat {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	gap: 1vw;
	align-items: center;
}

.we-chat .we-box {
	height: auto;
	position: relative;
	width: 120px;
	overflow: hidden;
}

.we-chat .t,
.we-chat .r,
.we-chat .b,
.we-chat .l {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.we-chat .t::before,
.we-chat .r::before,
.we-chat .b::before,
.we-chat .l::before {
	width: 10px;
	height: 1px;
	position: absolute;
	content: '';
	background: #405b7c;
}

.we-chat .t::before {
	left: 0;
	top: 0;
}

.we-chat .r::before {
	right: 0;
	top: 0;
}

.we-chat .b::before {
	right: 0;
	bottom: 0;
}

.we-chat .l::before {
	left: 0;
	bottom: 0;
}

.we-chat .t::after,
.we-chat .r::after,
.we-chat .l::after,
.we-chat .b::after {
	width: 1px;
	height: 10px;
	position: absolute;
	content: '';
	background: #405b7c;
}

.we-chat .t::after {
	left: 0;
	top: 0;
}

.we-chat .r::after {
	right: 0;
	top: 0;
}

.we-chat .b::after {
	right: 0;
	bottom: 0;
}

.we-chat .l::after {
	left: 0;
	bottom: 0;
}

.we-chat .img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px;
}

.we-chat .text {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
	color: rgba(255, 255, 255, .65);
	font-size: 1.4rem;
	line-height: 1.7;
}

.we-chat .we-box::after {
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .0));
	animation: imgAnimate 2s ease infinite;
}

@-webkit-keyframes imgAnimate {
	0% {
		transform: translateY(-25px);
	}

	50%,
	100% {
		transform: translateY(120px);
	}
}

.copyrgiht {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 3vw;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 1vw 0px;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.2);
	font-family: Quicksand;
}

.copyrgiht a {
	color: rgba(255, 255, 255, 0.2);
}

.copyrgiht a:hover {
	color: rgba(255, 255, 255, 1);
}

.sub-banner .text-cols {
	text-align: center;
}

.sub-banner .txt.en {
	font-size: clamp(1.6rem, 1.1vw, 2.5rem);
}

.sub-banner .tips {
	font-size: 1.8rem;
	margin-top: 1vw;
	color: #666;
}

.sub-banner .item {
	opacity: 0;
	transform: translateY(25px);
}

.sub-banner .tips:last-child {
	margin-top: 0.25vw;
}

.intro-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.intro-name {
	width: 25%;
	font-size: 3vw;
	font-weight: 450;
	line-height: 1.4;
}

.intro-content .singePage{
	width: 65%;
	text-indent: 3.2rem;
}

.detail_box .singePage{
	text-indent: 3.2rem;
}

.data-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 5vw;
	position: relative;
}

.zzry {
	padding-top: 6vw;
}

.idear-wrap {
	padding-top: 6vw;
}

.data-list .item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}

.data-list .item:nth-child(2) {
	transition-delay: 0.25s;
}

.data-list .item:nth-child(3) {
	transition-delay: 0.5s;
}

.data-list .item .icon {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	position: relative;
}

.data-list .item .icon img {
	width: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.data-list .item .r {
	width: calc(100% - 75px);
}

.data-list .item .top {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.25vw;
}

.data-list .item .top .number {
	font-size: 6vw;
	line-height: 0.7;
	font-family: din;
	color: #0E5CA9;
}

.data-list .item .txt {
	width: 100%;
	margin-top: 0.5vw;
}

.data-list .item .dw {
	font-size: 1.4rem;
	color: #999999;
}

.intro-wrap {
	overflow: hidden;
}

.idear-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5vw;
}

.idear-top .common-title {
	margin-bottom: 0;
	width: auto;
}

.idear-top .common-title .name {
	margin-bottom: 0;
}

.common-btns {
	justify-content: space-between;
	width: 120px;
	display: flex;
	gap: 20px
}

.common-btns .btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

.common-btns .btn i {
	position: relative;
	z-index: 2;
}

.common-btns .btn i:last-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.common-btns .btn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	content: '';
	background: #0E5CA9;
}

.common-btns .btn::after {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	content: '';
	background: #0074e7;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .5s cubic-bezier(.61, 0, .39, 1);
}

.common-btns .btn:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.common-btns .btn.swiper-button-disabled {
	opacity: 0.25;
	cursor: no-drop;
}

.idear-line {
	width: 75%;
	height: 1px;
	position: relative;
	background: rgba(0, 0, 0, .1);
}

.idear-swiper .swiper-slide .inner-box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 1vw;
}

.idear-swiper .swiper-slide .inner-box .thum::after {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), #0000);
}

.idear-swiper .swiper-slide .inner-box .thum img {
	aspect-ratio: 100 / 126;
}

.idear-swiper .swiper-slide .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2vw;
	color: #fff;
}

.idear-swiper .swiper-slide .info .name {
	font-size: 2rem;
	margin-bottom: 0.5vw;
}

.idear-swiper .swiper-slide .info .desc {
	width: 100%;
	line-height: 1.7;
	font-size: 1.4rem;
	min-height: calc(14px * 3.4);
}

.honor-wrap {
	width: 100%;
	height: auto;
	position: relative;
	padding: 3vw;
	border-radius: 1vw;
	border: 1px solid #fff;
	box-shadow: 0px 8px 24px -4px rgba(0, 0, 0, .06), 0px 16px 56px -12px rgba(19, 102, 236, .15);
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .1) 100%);
	padding-bottom: 1vw;
}

.honor-swiper .swiper-slide {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5vw;
}

.honor-swiper .swiper-slide .item {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 1vw;
	background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%);
	box-sizing: border-box;
	backdrop-filter: blur(40px);
	box-shadow: 0 6px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
	
	border-radius: 0.5vw;
}

.honor-swiper .swiper-slide .item .name {
	padding: 25px 15px;
	line-height: 25px;
	position: relative;
	padding-left: 35px;
	transition: all 0.3s;
}

.honor-swiper .swiper-slide .item:hover .name {
	opacity: 0.9;
}

.honor-swiper {
	padding-bottom: 2vw;
}

.honor-swiper .swiper-slide .item .name::after {
	width: 3px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: 30px;
	content: '';
	background: url(../images/dot.png) no-repeat;
	background-size: cover;
}



.honor-swiper .swiper-slide .item:hover::after {
	transform: scaleX(1);
}

.team-bg,
.team-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.team-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team-swiper {
	margin: 0;
	width: 70%;
	padding: 3vw 1.5vw;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 1.5vw;
}

.team-left {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.team-swiper .swiper-slide {
	position: relative;
	width: 25%;
}

.team-swiper .swiper-slide a {
	border-radius: 0.5vw;
	overflow: hidden;
	background: rgba(255, 255, 255, .1);
	width: 100%;
	height: 100%;
	padding: 1vw;
	display: block;
	box-shadow: 0.5vw 0.5vw 1vw rgba(118, 145, 218, .1);
	backdrop-filter: blur(4px);
	border-radius: 1vw;
	border: 1px solid rgba(0, 0, 0, .05);
}

.team-swiper .swiper-slide a .thum {
	border-radius: 50%;
	overflow: hidden;

}

.team-swiper .swiper-slide a .thum img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.team-swiper .swiper-slide a .info {
	width: 100%;
	height: auto;
	margin-top: 1.5vw;
	text-align: center;
}

.team-swiper .swiper-slide a .info .name {
	width: 100%;
	font-size: 1.8rem;
	margin-bottom: 0.5vw;
	color: #0E5CA9;
}

.team-swiper .swiper-slide a .info .desc {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #999;
}

.solution-wrap {
	padding-top: 11vw;
}

.solution-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

.solution-top.left {
	flex-direction: row;
}

.solution-left {
	width: 35%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.solution-left .pr-btn {
	margin: 0;
}

.solution-left .common-title {
	margin-bottom: 0;
}


.solution-top .cols {
	width: 55%;
}

.solution-top .cols .item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	line-height: 1.7;
}

.solution-top .cols .item .n {
	width: 25%;
}

.solution-top .cols .item .d {
	width: 35%;
	font-size: 1.4rem;
	color: #999999;
}

.solution-top .cols .item .d span {
	padding: 3px 5px;
	font-size: 1.2rem;
	border-radius: 3px;
	background-image: linear-gradient(78deg, rgba(133, 110, 250, 0.35) 0%, rgba(19, 100, 236, 0.5) 50%, rgba(0, 135, 245, 0.35) 100%);
	color: #fff;
	margin-left: 3px;
}

.solution-top .cols .item .t {
	width: 100%;
	height: auto;
	position: relative;
	padding: 1vw 0px;
	margin-bottom: 1vw;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}


.solution-top .cols .item {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 1vw;
	margin-bottom: 1vw;
}

.solution-top .cols .item .title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0.5vw;
}

.solution-top .cols .item .info {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 1.4rem;
	color: #999999;
}

.solution-top .cols .item:last-child {
	margin-bottom: 0;
}

.solusion-singe {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 6vw;
}

.solusion-singe .line {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.solution-video {
	width: 45%;
	height: auto;
	position: relative;
	border-radius: 0.5vw;
	border: 1px solid #fff;
	transition: all 0.3s;
	padding: 0.5vw;
	background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .1) 100%);
	backdrop-filter: blur(40px);
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
	overflow: hidden;
}

.solution-video .thum {
	border-radius: 0.5vw;
}

.solution-left.w {
	width: 50%;
}

.solution-left.w.w4 {
	width: 40%;
}

.app-list{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

.app-list .item{
	width: 48%;
    position: relative;
}

.app-list .item .box{
	transition: all 0.3s;
    box-shadow: 0 4px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
    border-radius: 1vw;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
    backdrop-filter: blur(40px);
    padding: 1.5vw;
    border: 1px solid #fff;
	width: 100%;
	position: relative;
}

.app-list .item .box .info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding:5vw 3vw;
    color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.app-list .item .thum{
	border-radius: 0.5vw;
	overflow: hidden;
	background: #000;
}

.app-list .item .thum img{
	width: 100%;
	aspect-ratio: 1.5;
	opacity: 0.5;
}

.app-list .item .box .info .top{
	width: 100%;
	height: auto;
	position: relative;
}

.app-list .item .box .info .top .title{
	font-size: 2.4rem;
    margin-bottom: 0.5vw;
}

.app-list .item .box .info .top .desc{
	font-weight: 200;
}

.app-list .item .box .info .summary{
	font-size: 1.4rem;
	font-weight: 200;
}

.play-video-btn{
	display: block;
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: rgba(0, 0, 0, .25);
	border-radius: 50%;
	padding: 5px;
	backdrop-filter: blur(5px);
}

.play-video-btn.hide{
	display: none;
}

.play-btn {
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.play-btn .box {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.play-btn .box>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.play-btn .box .text img {
	animation: imgloop 10s linear infinite;
}

@-webkit-keyframes imgloop {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sub-banner .play-btn .box {
	opacity: 0;
	transition: all 1s;
	transform: translateY(15px);
}

.sub-banner .play-btn.is-inview .box {
	opacity: 1;
	transform: translateY(0px);
}

.solusion-list {
	width: 100%;
	margin-top: 6vw;
}

.solusion-list .item {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 5vw;
}

.solusion-list .item:last-child {
	margin-bottom: 0;
}

.solusion-list .item .box {
	width: 100%;
	border-radius: 1vw;
	border: 1px solid #fff;
	transition: all 0.3s;
	padding: 1vw;
	background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .1) 100%);
	backdrop-filter: blur(40px);
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
	overflow: hidden;
}

.solution-wrap.b {
	background: url(../images/bg2.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 2vw;
}

.core-tech {
	margin-bottom: 8vw;
}

.solution-wrap.b::before {
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #ffffff, #0000);
	content: '';
}

.solusion-list .item .box .name {
	width: 100%;
	margin-bottom: 1vw;
	font-size: clamp(2rem, 2.2vw, 3rem);
	font-weight: 500;
}

.oil-title {
	width: 100%;
	margin-bottom: 2vw;
	font-size: clamp(2rem, 2.2vw, 3rem);
	font-weight: 500;
	text-align: center;
}

.solusion-list .item .list {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	gap: 3.5vw;
}

.solusion-list .item .list .li {
	flex: 1;
	position: relative;
	padding-top: 2vw;
}

.solusion-list .item .list .li .icon {
	width: 101px;
	margin: 0px auto;
	height: auto;
	position: relative;
	padding: 20px;
	background: #f5f3fd;
	border-radius: 10px;
	margin-bottom: 1vw;
}

.solusion-list .item .list .li .title {
	width: 100%;
	text-align: center;
	position: relative;
	color: #0E5CA9;
	padding: 1vw 0px;
	font-size: 1.8rem;
}

.solusion-list .item .list .desc {
	width: 100%;
	position: relative;
	padding: 0 5%;
	padding-top: 1vw;
}

.solusion-list .item .list .desc::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, #0000, rgba(14, 92, 169, 0.35), #0000);
}

.solusion-list .item .list .desc p {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 25px;
	padding-left: 15px;
	color: #999;
	font-size: 1.4rem;
}

.solusion-list .item .list .desc p::after {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 10.5px;
	content: '';
	background: #999;
	border-radius: 50%;
}

.oil-sys {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 6vw;
	margin-bottom: 6vw;
}

.oil-wrap {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ys-wrap .join-list .item .singePage {
	margin-top: 1vw;
	padding-top: 1vw;
	margin-bottom: 0vw;
}

.oil-wrap .list {
	width: 48%;
	position: relative;
}

.oil-wrap .thum {
	width: 48%;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	/* box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80; */
	box-shadow: 0 35px 50px 0 rgba(14, 92, 169, 0.15);
}

.oil-wrap .list .item {
	width: 100%;
	margin-bottom: 1vw;
}

.oil-wrap .list .item .box {
	position: relative;
	align-items: center;
	transition: all 0.3s;
	box-shadow: 0 4px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
	border-radius: 0.5vw;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	backdrop-filter: blur(40px);
	padding: 1.5vw;
	border: 1px solid #fff;
}

.oil-wrap .list .item .box .top {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	justify-content: space-between;
}

.oil-wrap .list .item .box .top .name {
	width: 100%;
	font-size: 1.8rem;
	line-height: 40px;
	font-weight: 500;
}

.oil-wrap .list .item .box .plus {
	width: 30px;
	height: 40px;
	position: relative;
}

.oil-wrap .list .item .box .plus::after {
	width: 2px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .2);
	content: '';
	opacity: 1;
}

.oil-wrap .list .item.active .box .plus::after {
	opacity: 0;
}

.oil-wrap .list .item .box .plus::before {
	width: 14px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .2);
	content: '';
}

.oil-wrap .list .item .box .desc {
	line-height: 1.6;
	position: relative;
	color: #999;
	display: none;
	font-size: 1.4rem;
}

.oil-wrap .list .item.active .box .desc {
	display: block;
}

.tech-list {
	width: 100%;
	display: flex;
	gap: 1.5vw;
}

.tech-list .item {
	flex: 1;
	height: 30vw;
	position: relative;
	transition: all 0.5s;
}

.tech-list .item .box {
	width: 100%;
	height: 100%;
	border-radius: 1vw;
	overflow: hidden;

}

.tech-list .item .thum {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.5vw;
	overflow: hidden;
	box-shadow: 0 35px 50px 0 rgba(14, 92, 169, 0.15);
}

.tech-list .item .thum::after {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), #0000);
}

.tech-list .item .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tech-list .item:hover {
	flex: 2;
}

.tech-list .item .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	line-height: 1.6;
}

.tech-list .item .box .info .name {
	width: 100%;
	font-size: 2rem;
	margin-bottom: 0.35vw;
}

.tech-list .item .box .info .desc {
	width: 100%;
	line-height: 1.7;
	font-size: 1.4rem;
	min-height: calc(14px * 3.4);
}

.news-content-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5vw;
	overflow: hidden;
}

.focus-swiper {
	width: 55%;
	height: auto;
	position: relative;
	margin: 0;
}

.focus-swiper .swiper-slide {
	opacity: 0;
	transition: all 0.5s;
	border-radius: 1vw;
	width: 50%;
}

.focus-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.focus-swiper .swiper-slide.swiper-slide-next {
	opacity: 0.15;
}

.info-swiper {
	width: 40%;
	margin: 0;
}

.info-swiper .swiper-slide .date {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
	color: #999999;
	margin-bottom: 1vw;
	line-height: 1.6rem;
}

.info-swiper .swiper-slide .date .txt {
	font-family: teachers;
	font-size: 1.4rem;
}

.info-swiper .swiper-slide .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.5vw;
	margin-bottom: 2vw;
}

.info-swiper .swiper-slide .name .t {
	line-height: 1.5;
}

.info-swiper .swiper-slide .desc {
	font-size: clamp(1.6rem, 0.9vw, 2.4rem);
	color: #666;
}

.info-swiper .swiper-slide .desc .t {
	-webkit-line-clamp: 4;
}

.info-swiper .swiper-slide {
	opacity: 0;
	transition: all 1.5s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
}

.info-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.info-swiper .swiper-button-next,
.info-swiper .swiper-button-prev {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	transform: translateY(0);
	margin-top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.35s;
}

.info-swiper .swiper-button-next::before,
.info-swiper .swiper-button-prev::before {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.info-swiper .swiper-button-next:after,
.info-swiper .swiper-button-prev:after {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .45);
}

.info-swiper .pagn-box {
	position: absolute;
	margin-top: 0;
	bottom: 5%;
	z-index: 2;
}

.news-content-top .common-btns {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.focus-swiper .swiper-slide img {
	aspect-ratio: 1 / 0.6;
}

.sub-banner.text {
	padding-top: 4vw;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	align-items: flex-end;
	padding-bottom: 2vw;
	margin-bottom: 3vw;
	overflow: visible;
}

.sub-banner.text .text-cols {
	color: #3e3e3e;
	width: 50%;
	text-align: left;
	position: relative;
	left: auto;
	top: auto;
}

.sub-banner .text-cols {
	font-size: 1.6rem;
}

.sub-menu {
	width: auto;
	display: flex;
	gap: 1vw;
}

.sub-menu a {
	display: block;
	width: auto;
	padding: 7px 35px;
	line-height: 25px;
	position: relative;
	font-size: 1.4rem;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: all 0.3s;
}

.sub-menu a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	content: '';
	background: rgba(14, 92, 169, .1);
}

.sub-menu a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	content: '';
	background: rgba(14, 92, 169, 1);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .5s cubic-bezier(.61, 0, .39, 1);
}

.sub-menu a:hover::after,
.sub-menu a.active::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.sub-menu a:hover,
.sub-menu a.active {
	border-color: transparent;
}

.sub-menu a p {
	position: relative;
	z-index: 2;
	transition: all 0.35s;
}

.sub-menu a:hover p,
.sub-menu a.active p {
	color: #fff;
}

.swiper-pagination-bullet-active {
	background: #de2525;
}

#page {
	margin-top: 3vw;
}

.join-list {
	width: 100%;
	margin-bottom: 5vw;
}

.join-list .item {
	width: 100%;
	margin-bottom: 2vw;
}

.join-list .item>.box {
	position: relative;
	background: #fff;
	padding: 2.5vw 3vw;
	border-radius: 0.5vw;
	border: 1px solid #fff;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	box-shadow: 0 4px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
}



.join-list .item .top {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	justify-content: space-between;
}

.join-list .item .top .l {
	width: calc(100% - 100px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.join-list .item .top .plus-icon {
	width: 30px;
	height: 50px;
	position: relative;
}

.join-list .item .top .plus-icon span {
	width: 14px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ccc;
}

.join-list .item .top .plus-icon::after {
	width: 2px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ccc;
	content: '';
	opacity: 1;
}

.join-list .item .top .l .name {
	width: 40%;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 5px;
}

.join-list .item .top .l .tips {
	width: 50%;
	height: auto;
	position: relative;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1vw;
	font-size: 1.6rem;
}

.join-list .item .top .l .tips i {
	color: #0E5CA9;
	font-size: 1.8rem;
}

.join-list .item .top .l .tips .rw:nth-child(2) i {
	font-size: 2rem;
}

.join-list .item .top .l .tips .rw:nth-child(3) i {
	font-size: 2.2rem;
}

.join-list .item .top .l .tips .rw {
	display: flex;
	gap: 0.25vw;
	align-items: center;
}

.join-list .item.active .top .plus-icon::after {
	opacity: 0;
}

.join-list .item .content {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.join-list .item .content .pr-btn {
	margin-bottom: 2vw;
}

.join-list .item .singePage::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .05);
}

.join-list .item.active>.box {}

.join-list .item .singePage {
	line-height: 1.7;
	margin-bottom: 3.5vw;
	margin-top: 2vw;
	padding-top: 2vw;
	position: relative;
	color: #999;
}

.join-list .item .singePage p {
	margin-bottom: 5px;
}

.join-list .item .qj-more {
	margin-bottom: 3vw;
}

.join-list .item .qj-more .box {
	box-shadow: 20px 10px 30px rgba(0, 0, 0, .2);
}

.news-content {
	background: #e9f1f8;
}

.contact-bg {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	box-shadow: 0 35px 50px 0 rgba(14, 92, 169, 0.15);
}

.icon-map {
	width: 3vw;
	height: auto;
	position: absolute;
	left: 47%;
	top: 50%;
}

.contact-logo {
	width: 16vw;
	height: auto;
	position: absolute;
	left: 50%;
	top: 41%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0.65vw 1vw;
	border-radius: 5vw;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
}

.contact-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 8vw;
}

.contact-left {
	width: 35%;
}

.contact-img {
	width: 110px;
}

.contact-title {
	margin-bottom: 2vw;
	font-size: 1.25vw;
	line-height: 1.6;
}

.contact-form {
	width: 55%;
}

.so-list {
	width: 100%;
}

.so-menu {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.so-menu a {
	width: 50%;
	height: auto;
	position: relative;
	padding: 10px 0px;
	line-height: 25px;
	cursor: pointer;
	opacity: 0.5;
	text-align: center;
}

.so-menu a::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	content: '';
	background: #0E5CA9;
	transition: all 0.35s;
	transition: all .5s;
}

.so-menu a.active {
	opacity: 1;
	color: #0E5CA9;
}

.so-menu a.active::after {
	width: 100%;
	left: 0%;
}

.so-content {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 1vw;
}

.so-content .so-con {
	width: 100%;
	display: none;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #666;
	min-height: 120px;
}

.so-content .so-con.active {
	display: block;
}

.li-swiper .swiper-slide .box {
	padding: 1.5vw;
	gap: 2.5vw;
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid #fff;
	align-items: center;
	transition: all 0.3s;
	box-shadow: 0 4px 12px -4px #00000008, 0 24px 32px -16px #1366ec14, inset 0 0 32px #ffffff80;
	border-radius: 1vw;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	backdrop-filter: blur(40px);
}

.li-wrap .about-circle {
	right: 30vw;
	top: 0vw;
}

.li-swiper .common-btns {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 2.5%;
	z-index: 2;
	pointer-events: none;
}

.li-grid{
	width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6vw;
    /* background: rgba(255, 255, 255, .5); */
    position: relative;
    /* padding: 3vw;
    box-shadow: 40px 40px 50px rgba(0, 0, 0, .1);
    border-radius: 1vw; */

}

.li-grid .thum{
	width: 30%;
	position: relative;
	border-radius: 0.5vw;
	padding: 2vw;
    overflow: hidden;
	background: #f7f8fa;
	box-shadow: 40px 40px 50px rgba(0, 0, 0, .05);
}

.li-grid .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.25;
	object-fit: contain;
}

.form{
	z-index: 2;
}

.li-grid .cols{
	width: 66%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 2vw;
	/* background: #f5f9ff; */
	background: #fff;
	box-shadow: 40px 40px 50px rgba(0, 0, 0, .05);
	overflow: hidden;
	border-radius: 0.5vw;
	justify-content: space-between;
	padding-bottom: 0.75vw;
	
}

.li-grid .cols .item{
	width: 48%;
	height: auto;
	padding: 2vw;
	padding-top: 3.5vw;
	/* background: rgba(255, 255, 255, .5); */
	border-radius: 0.5vw;
    overflow: hidden;
	/* box-shadow: 40px 40px 55px rgba(0, 0, 0, .05); */
	background: linear-gradient(180deg, #f3f8ff 26%, #cadefc 90%);
	margin-bottom: 1.25vw;
}


.li-grid .cols .item:nth-child(2){
	background: linear-gradient(180deg,#f3fbff 26%,#caecfc 90%);
}

.li-grid .cols .item:nth-child(3){
	background: linear-gradient(180deg,#edeefc 28%,#cfc5fd 90%);
}

.li-grid .cols .item:nth-child(2n){
	margin-right: 0%;
}

.li-grid .cols .item .name{
	width: 100%;
	margin-bottom: 1vw;
	font-size: 2rem;
	font-weight: 450;
}

.li-grid .cols .item .desc{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
	color: #666;
}

.li-swiper .common-btns .prev,
.li-swiper .common-btns .next {
	pointer-events: auto;
}

.li-swiper .swiper-slide .box .thum {
	width: 50%;
	border-radius: 1vw;
}

.li-swiper .swiper-slide .box .info {
	width: 35%;
	margin-right: 10%;
}

.li-swiper .swiper-slide .box .info .name {
	font-size: clamp(1.8rem, 1.6vw, 2.8rem);
	margin-bottom: 1vw;
}

.li-swiper .swiper-slide .box .info .desc {
	width: 100%;
	font-size: 1.4rem;
	line-height: 25px;
	color: #666;
}

.li-swiper .swiper-slide .box .info .desc p {
	margin-bottom: 5px;
	position: relative;
}

.li-wrap {
	overflow: hidden;
}

.li-swiper {
	overflow: visible;
	margin-bottom: 6vw;
}

.ys-box {
	background: #e9f1f8;
}

.ys-left {
	width: 35%;
}

.ys-right {
	width: 50%;
}

.ys-content {
	width: 100%;
}

.ys-content .name {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.ys-content .desc {
	width: 100%;
	height: auto;
	position: relative;
}

.ys-content .desc p {
	font-size: 1.4rem;
	color: #999;
	line-height: 25px;
}

.ys-wrap .common-title.mb2 {
	margin-bottom: 0;
	width: 35%;
}

.ys-wrap .join-list {
	width: 55%;
}

.ys-wrap .join-list .item>.box {
	padding: 1.25vw;
}

.ys-wrap .join-list .item .top .l .name {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 30px;
	width: 100%;
}

.ys-wrap .join-list .item .top .plus-icon {
	height: 30px;
}

.ys-wrap .join-list .item {
	margin-bottom: 1.25vw;
}

.hech-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw;
	margin-bottom: 8vw;
}

.hech-list .item {
	width: 100%;
	height: auto;
	position: relative;

}

.hech-list .item .box {
	position: relative;
	height: 100%;
	transition: all 0.3s;
	border-radius: 1vw;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .4) 100%), linear-gradient(180deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 99%);
	backdrop-filter: blur(40px);
	padding: 2vw;
	border: 1px solid #fff;
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
}

.hech-list .item .box .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2.2rem;
	margin-bottom: 0.5vw;
}

.hech-list .item .box .desc {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	line-height: 25px;
	color: #999999;
}

.solu-content {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 2vw;
	border-radius: 0.5vw;
	overflow: hidden;

}

.common-title.mb5 .name {
	margin-bottom: 0vw;
}

.add-box {
	width: 100%;
	margin-top: 1vw;
}

.add-box .li {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	gap: 10px;
	margin-bottom: 0.5vw;
}

.add-box .li .icon {
	width: 35px;
	height: 35px;
	background: #0E5CA9;
	border-radius: 50%;
	color: #fff;
	line-height: 35px;
	text-align: center;
}

.add-box .li .text {
	width: calc(100% - 45px);
}

.product-swiper .swiper-slide .thum img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.6;
}

.img-preview {
	width: 15vw;
	height: auto;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 20;
	pointer-events: none;
	background: #F5F5F5;
	padding: 0.5vw;
	border-radius: 0.5vw;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	opacity: 0;
	transform: scale(0);
}

.img-preview img {
	border-radius: 0.5vw;
	width: 100%;
	aspect-ratio: 2 / 1.25;
	object-fit: contain;
}

.common-title.show .name p,
.common-title.show .desc p {
	opacity: 1;
}

.common-title.show .desc p {
	font-size: 1.6rem;
}

.solution-left .pr-btn {
	margin-top: 3vw;
}

.pb8 {
	padding-bottom: 8vw;
}

.school-box {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

.school-img {
	width: 100%;
	position: relative;
}

.school-box .cols-box {
	width: 35%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.school-box .common-title {
	margin-bottom: 3vw;
}

.school-box .common-title .name {
	margin-bottom: 1vw;
}

.school-box .common-title .desc {
	color: #fff;
}

.school-box .pr-btn .box::before {
	background: #fff;
}

.school-box .pr-btn .box .icon,
.school-box .pr-btn .box .txt {
	color: #0E5CA9;
}

.school-box .pr-btn .box::after {
	background: #0E5CA9;
}

.school-box .pr-btn:hover .box .icon,
.school-box .pr-btn:hover .box .txt {
	color: #ffffff;
}

.news_detail {
	padding-top: 9vw;
}

.sub-banner .text-cols {
	top: 37.5%;
}

.sub-banner .play-btn {
	top: 60%;
}

.team-swiper .swiper-slide a .back-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(1, 108, 213, 1);
	padding: 1.5vw 1vw;
	color: #fff;
	clip-path: circle(0% at 0% 0%);
}

.team-swiper .swiper-slide a .back-box .in-box {
	width: 100%;
    height: 80%;
    overflow-y: auto;
    margin-top: 25%;
}

.team-swiper .swiper-slide a .back-box .in-box .top {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 1vw;
	margin-bottom: 1vw;

	will-change: transform;
}

.team-swiper .swiper-slide a .back-box .in-box .top .n {
	font-size: 2.4rem;
	margin-bottom: 5px;
}

.team-swiper .swiper-slide a .back-box .in-box .top .d {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
}

.team-swiper .swiper-slide a .back-box .in-content {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2;
	color: rgba(255, 255, 255, .75);

	will-change: transform;

}

.common-title .desc.w50{
	width: 60%;
}

.version-en .common-title .desc.w50{
	width: 100%;
}

.version-en .swider-list .item .name{
	display: none;
}

.version-en .pr-btn .box .txt{
	text-indent: -15px;
}

.version-en .cards .card .cols .name-cn{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	line-height: 1.3;
}

.version-en .cards .card:first-child .cols .item{
	line-height: 1.2;
}

.version-en .cards .card:last-child .cols .item .info{
	line-height: 1.5;
}

.version-en .locations .marks .txt{
	display: none;
}

.version-en .service-warp .common-title{
	width: 60%;
}

.version-en .hzhb-content{
	width: 60%;
}

.version-en .hzhb-content .list {
    width: calc(100% - 170px);
}

.version-en .foot-nav{
	width: 60%;
}

.version-en .foot-nav .item a:nth-child(n+2) {
    padding-right: 10%;
}

.version-en .footer-top{
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.version-en .footer-top .foot-nav{
	width: 100%;
}

.version-en .footer-top .foot-info{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
    background: rgba(255, 255, 255, .1);
    padding: 3vw;
    border-radius: 1vw;
}

.version-en .foot-logo{
	display: none;
}

.version-en .we-chat{
	width: 120px;
	display: block;
}

.version-en .we-chat .we-box{
	margin-bottom: 10px;
}

.version-en .address{
	width: calc(100% - 250px);
	margin-bottom: 0;
}

.version-en .intro-name{
	width: 100%;
	margin-bottom: 2vw;
}

.version-en .intro-content .singePage{
	width: 100%;
}

.version-en .intro-content .singePage{
	text-indent: 0;
}

.version-en .idear-line{
	width: 60%;
}

.version-en .idear-swiper .swiper-slide .info .desc{
	line-height: 1.5;
}

.version-en .li-grid .cols .item .desc{
	line-height: 1.5;
}

.version-en .li-grid .cols .item .name{
	line-height: 1.2;
}

.version-en .join-list .item .top .l .name{
	font-size: 2rem;
}

.version-en .join-list .item .top .l .tips{
	font-size: 1.4rem;
}

.version-en .idear-swiper .swiper-slide .info .name {
    font-size: 1.1vw;
    line-height: 1.3;
}

.version-en .sub-banner.text .text-cols{
	width: 100%;
}

.version-en .sub-menu a{
	padding: 7px 15px;
	min-width: 160px;
    text-align: center;
}

.version-en .tech-list .item .box .info .desc{
	font-size: 1.2rem;
	line-height: 1.5;
}

.version-en .tech-list .item .box .info .name{
	font-size: 1.6rem;
	line-height: 1.3;
}

.ys-wrap .join-list .item .top .l{
	width: calc(100% - 50px);
}

.version-en .common-title.c .text-block{
	left: 0%;
    transform: translateX(0%);
	width: 100%;
}

@media screen and (max-width: 1440px) {
	nav ul li .first-lab{
		font-size: 1.6rem;
	}
	.common-title .desc {
		font-size: 1.6rem;
	}

	.common-title .name {
		font-size: 2.5vw;
	}

	.cards .card .cols .name-cn {
		font-size: 2vw;
	}

	.cards .card:first-child .cols .item .d,
	.cards .card:last-child .cols .item .info,
	.news-list .item>.box .info .date {
		font-size: 1.2rem;
	}

	.cards .card:first-child .cols .item .n,
	.data-list .item .txt {
		font-size: 1.4rem;
	}

	.cards .card .cols .desc,
	.news-list .item>.box .info .desc,
	nav ul li .second-lab a {
		font-size: 1.4rem;
	}

	.cards .card .cols .item .t,
	.cards .card:last-child .cols .item .title,
	.ai-box .cols .item .box .name,
	.news-list .item>.box .info .name,
	nav ul li .first-lab {
		font-size: 1.6rem;
	}

	nav ul li .second-lab a {
		padding: 5px 10%;
	}

	.langue .lan-top {
		font-size: 1.2rem;
	}

	.langue .list a {
		font-size: 1.4rem;
		line-height: 40px;
	}

	.logo {
		width: 20vw;
	}

	.banner-swiper .slogan .cn {
		font-size: 3.5vw;
	}

	.version-en .common-title.show .name{
		font-size: 2vw;
	}
}


@media screen and (max-width: 1200px) {

	.foot-nav .item a:first-child,
	.common-title .desc,
	.cards .card .cols .item .t,
	.cards .card:last-child .cols .item .title,
	.ai-box .cols .item .box .name,
	.news-list .item>.box .info .name,
	nav ul li .first-lab {
		font-size: 1.4rem;
	}

	.swider-list .item .name,
	.foot-nav .item a,
	.we-chat .text,
	.copyrgiht,
	.address .item .txt,
	.team-swiper .swiper-slide a .info .desc {
		font-size: 1.2rem;
	}

	.team-swiper .swiper-slide a .info .name {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1024px) {
	.bread-crumb {
		display: flex;
	}

	header {
		padding: 0 5%;
		padding-right: 0;
		height: 60px;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
		background: #fff;
	}

	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);
		pointer-events: none;
		margin-right: 0%;
		z-index: 10;
		padding-top: 25px;
		display: block;
		background: #f9f9f9;
		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		overflow-y: auto;
		padding-bottom: 25px;
	}

	.nav-config {
		margin-right: calc(3vw + 50px);
	}

	nav.active {
		pointer-events: auto;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	nav ul {
		flex-wrap: wrap;
		padding: 0 5vw;
		gap: 0;
		display: block;
	}

	nav ul li {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding: 10px 0px;
		width: 100%;
	}

	nav ul li a {
		color: #3e3e3e;
	}

	nav ul li .first-lab a {
		line-height: 35px;
		font-size: 20px;
	}

	nav ul li .first-lab a p {
		text-align: left;
	}

	nav ul li .second-lab {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0px);
		box-shadow: none;
		opacity: 1;
		background: transparent;
		pointer-events: auto;
		line-height: 25px;
		backdrop-filter: blur(0px);
		border-radius: 0;
		gap: 0 3vw;
		margin-left: 0;
	}

	nav ul li .second-lab a {
		opacity: 1;
		font-size: 16px;
		transform: translateY(0%);
		padding: 0;
		line-height: 30px;
        display: block;
	}
	nav ul li .first-lab a::before{
		display: none;
	}
}

/* .bread-crumb */
@media screen and (max-width: 900px) {
	.load-logo{
		width: 260px;
	}
	.logo{
		width: 60vw;
		max-width: 225px;
	}

	.langue .lan-top .txt{
		display: none;
	}

	.langue .icon {
		width: 40px;
		height: 40px;
		padding: 8px;
	}

	.banner-swiper .slogan{
		width: 80%;
		left: 10%;
		top: 45%;
	}
	.banner-swiper .slogan .cn{
		font-size: 8vw;
	}
	.banner-swiper .slogan .title{
		line-height: 1.4;
		margin-bottom: 7.5vw;
	}

	.banner-swiper .swiper-pagination{
		margin-bottom: 7.5vw;
	}

	.banner-swiper .tips{
		font-size: 1.4rem;
	}

	.boxes{
		padding: 15vw 0px;
	}

	.common-title .tips{
		font-size: 4vw;
	}

	.common-title .name {
        font-size: 6vw;
    }
	.common-title .desc{
		font-size: 2.5vw;
	}

	.cards{
		height: auto;
		margin-top: 7.5vw;
		margin-bottom: 15vw;
	}

	.cards .card {
		width: 100%;
		height: auto;
		position: relative;
		top: 0%;
		left: 0%;
		margin-bottom: 7.5vw;
	}

	.common-title .desc{
		display: none;
	}

	.cards .card .cols:last-child,.cards .card .thum{
		display: none;
	}

	.cards .card .cols{
		width: 100%;
	}

	.cards .card .cols .name-en{
		font-size: 4vw;
	}

	.cards .card .cols .name-cn{
		font-size: 5vw;
	}

	.pr-btn .box{
		width: 100px;
		height: 35px;
	}
	.pr-btn .box .txt{
		height: 35px;
		line-height: 35px;
		font-size: 1.2rem;
		width: auto;
        left: 20px;
	}

	.pr-btn .box .icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
		opacity: 0.5;
        font-size: 1rem;
	}

	.banner-swiper .swiper-pagination-bullet{
		height: 5px;
		width: 5px;
	}
	.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 20px;
	}

	.cards .card .inner-box{
		padding: 10vw 5vw;
		border-radius: 2vw;
	}

	.cards .card .cols .desc{
		margin-bottom: 7.5vw;
		margin-top: 5vw;
	}

	.product-warp{
		height: auto;
		padding: 15vw 0px;
	}

	.product-warp .cols,.product-content{
		width: 90%;
		position: relative;
		left: 5%;
		top: 0;
		transform: translateY(0%);
	}
	.w1400{
		width: 90%;
	}
	.pr-btn:hover .box {
		width: 100px;
	}
	.pr-btn:hover .box .txt {
		transform: translateX(0px);
	}
	.backTop,.product-swiper{
		display: none;
	}

	.product-warp .cols{
		margin-bottom: 7.5vw;
	}

	.product-swiper .name{
		padding: 5vw 3vw;
		font-size: 1.4rem;
	}
	.card-line {
		width: 5vw;
		height: 3px;
	}

	.swider-list{
		flex-wrap: wrap;
		gap: 0;
	}

	.swider-list .item{
		flex: none;
        width: 48%;
		margin-bottom: 5vw;
	}
	.swider-list .item .thum{
		margin-bottom: 1.5vw;
	}

	.swider-list .item .name{
		font-size: 1.4rem;
		color: rgba(255, 255, 255, 1);
	}

	.swider-list .item.active .thum{
		border: 1px solid transparent;
	}

	.swider-list .item:nth-child(n + 3){
		margin-bottom: 0;
	}

	.about-top,.news-top{
		flex-wrap: wrap;
		margin-bottom: 7.5vw;
	}

	.about-top .about-left,.about-top .about-right{
		width: 100%;
	}

	.about-top .common-title {
		margin-bottom: 0vw;
	}

	.about-top .about-right .common-title {
		margin-bottom: 5vw;
	}

	.ai-box .cols,.ai-box .cols:nth-child(2){
		width: 100%;
	}
	
	.ai-box{
		flex-wrap: wrap;
	}

	.ai-box .cols .item .box .info{
		padding: 5vw;
	}

	.ai-box .cols .item{
		margin-bottom: 5vw;
	}

	.ai-box .cols:nth-child(2) .item .box{
		padding: 5vw;
		padding-left: calc(5vw + 65px);
	}

	.ai-box .cols:nth-child(2) .item .box .icon{
		position: absolute;
		left: 5vw;
		top: 5vw;
	}

	.news-top .common-title{
		margin-bottom: 7.5vw;
	}

	.news-list{
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.news-list .item .pr-btn,.news-list .item>.box .info .desc{
		display: none;
	}

	.news-list .item{
		aspect-ratio: auto;
		margin-bottom: 7.5vw;
	}

	.news-list .item>.box .info{
		padding: 5vw;
	}

	.ai-box .cols .item .box .name{
		font-size: 1.6rem;
	}

	.news-list .item>.box .info .name{
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.service-warp .common-title {
		width: 100%;
	}

	.locations .marks .txt{
		font-size: 0.6rem;
	}

	.hzhb-content{
		width: 100%;
	}

	.home-btm{
		padding-bottom: 0;
	}

	.hzhb-content .text{
		width: 100%;
		font-size: 1.4rem;
        margin-bottom: 2.5vw;
	}

	.hzhb-content .list{
		width: 100%;
		gap: 0;
	}

	.hzhb-content .hzhb-rows{
		flex-wrap: wrap;
		margin-bottom: 5vw;
	}

	.hzhb-content .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 1.5vw;
	}

	.hzhb-content .list .item:nth-child(3n){
		margin-right: 0;
	}

	.service-bg{
		display: none;
	}

	.service-warp .w1400{
		width: 90%;
		position: relative;
		left: 0%;
		top: 0;
		transform: translateY(0px);
	}

	.foot-nav{
		display: none;
	}

	.foot-info {
		width: 100%;
	}

	.footer-top{
		padding-top: 10vw;
	}

	.foot-logo {
		width: 70%;
	}

	.address .item .txt{
		font-size: 1.4rem;
	}
	.we-chat{
		flex-wrap: wrap;
        justify-content: center;
	}

	.we-chat .text{
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
        line-height: 1.4;
		display: flex;
		gap: 1vw;
		justify-content: center;
	}

	.we-chat .text br{
		display: none;
	}

	.copyrgiht{
		padding: 5vw 0px;
		flex-wrap: wrap;
		margin-top: 5vw;
	}

	.foot-info{
		display: flex;
		flex-wrap: wrap;
	}

	.sub-banner .img img{
		width: 100%;
		aspect-ratio: 1 / 0.75;
	}

	nav ul li .second-lab::after{
		display: none;
	}

	.solution-warp{
		padding-bottom: 0;
	}

	.news-list .item{
		border-radius: 2vw;
	}

	.sub-banner .txt{
		font-size: 6vw;
	}

	.sub-banner .txt.en{
		font-size: 1.4rem;
	}

	.play-btn{
		width: 15vw;
		height: 15vw;
	}
	.sub-banner .play-btn {
		top: 70%;
	}
	.sub-banner .text-cols {
		top: 30%;
	}

	.intro-name,.intro-content .singePage{
		width: 100%;
	}

	.intro-name{
		font-size: 7vw;
		margin-bottom: 5vw;
	}
	
	.data-list{
		flex-wrap: wrap;
	}

	.data-list .item{
		width: 50%;
		padding: 7.5vw 0;
		position: relative;
	}

	.data-list .item::before{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		border: 1px solid rgba(0, 0, 0, .1);
		border-bottom: 1px solid transparent;
	}

	.data-list .item:nth-child(1)::before,.data-list .item:nth-child(3)::before{
		border-right: none;
	}

	.data-list .item:nth-child(n+4)::before{
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.data-list .item .r{
		width: 100%;
	}

	.data-list .item .top .number{
		font-size: 12vw;
	}

	.data-list .item .top,.data-list .item .txt{
		justify-content: center;
		text-align: center;
	}

	.data-list .item .top{
		margin-bottom: 1.5vw;
	}

	.data-list .item .txt{
		font-size: 1.2rem;
	}
	.idear-wrap{
		padding-top: 15vw;
	}

	.common-btns1{
		display: none;
	}

	.idear-line{
		width: 60%;
	}

	.idear-top{
		margin-bottom: 5vw;
	}

	.idear-swiper .swiper-slide .info{
		padding: 5vw;
	}

	.idear-swiper .swiper-slide .info .desc{
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.idear-swiper .swiper-slide .info .name{
		font-size: 1.6rem;
		margin-bottom: 1.5vw;
	}

	.zzry{
		padding-top: 15vw;
	}

	.honor-wrap{
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}

	.honor-swiper .swiper-slide{
		grid-template-columns: repeat(1, 1fr);
		gap: 3.5vw;
	}

	.honor-swiper .swiper-slide .item .name{
		padding: 15px 15px;
		font-size: 1.4rem;
		padding-left: 20px;
	}
	.team-left,.team-swiper{
		width: 100%;
	}

	.honor-swiper .swiper-slide .item .name::after{
		width: 1.5px;
		height: 7.5px;
		top: 24px;
        left: 10px;
	}
	.solution-top{
		flex-direction: initial;
		flex-wrap: wrap;
		margin-top: 15vw;
	}

	.solution-left,.solution-top .cols{
		width: 100%;
	}

	.solution-left .pr-btn {
		margin-top: 7.5vw;
	}

	.solution-left{
		margin-bottom: 15vw;
	}

	.solusion-singe{
		padding-top: 15vw;
	}

	.solution-top .cols{
		margin-bottom: 15vw;
	}

	.solution-video{
		margin-bottom: 7.5vw;
	}

	.solution-video,.solution-left.w.w4{
		width: 100%;
	}

	.solusion-list .item .box{
		padding: 0;
		box-shadow: none;
		background: transparent;
		border-radius: 3vw;
	}

	.solu-content{
		padding: 10vw 5vw;
		border-radius: none;
	}

	.solusion-list .item{
		margin-bottom: 7.5vw;
	}

	.solusion-list .item .box .name{
		font-size: 1.6rem;
		margin-bottom: 3vw;
	}

	.solusion-list .item .list{
		flex-wrap: wrap;
		gap: 0;
	}

	.solusion-list .item .list .li{
		flex: none;
		width: 100%;
        padding-left: 50px;
        position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}

	.solusion-list .item .list .li:last-child{
		border: none;
		margin-bottom: 0;
	}

	.solusion-list .item .list .li .icon{
		position: absolute;
        left: 0;
		width: 40px;
        padding: 0;
        background: transparent;
	}

	.solusion-list .item .list .li .title{
		font-size: 1.6rem;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0;
        margin-bottom: 2vw;
	}
	.solusion-list .item .list .desc{
		padding: 0;
		
	}
	.solusion-list .item .list .desc p{
		padding-left: 0;
		font-size: 1.2rem;
		line-height: 1.7;
	}

	.solusion-list .item .list .desc p::after,.solusion-list .item .list .desc::before{
		display: none;
	}
	
	.oil-title{
		margin-bottom: 5vw;
	}

	.oil-sys{
		margin-top: 15vw;
		margin-bottom: 15vw;
	}

	.oil-wrap{
		flex-wrap: wrap;
	}

	.oil-wrap .list,.oil-wrap .thum{
		width: 100%;
	}

	.oil-wrap .list .item{
		margin-bottom: 3.5vw;
	}

	.oil-wrap .list .item .box{
		padding: 4vw;
	}

	.oil-wrap .list .item .box .top .name{
		font-size: 1.6rem;
	}

	.oil-wrap .list .item .box .desc{
		font-size: 1.2rem;
	}
	.tech-list{
		flex-wrap: wrap;
		gap: 0vw;
		justify-content: space-between;
	}

	.tech-list .item{
		flex: none;
        width: 48%;
        height: 60vw;
        margin-bottom: 4vw;
	}

	.tech-list .item .box{
		
	}
	.tech-list .item .thum{
		border-radius: 2vw;
	}

	.tech-list .item .box .info{
		padding: 4vw;
	}

	.tech-list .item .box .info .name{
		font-size: 1.4rem;
		margin-bottom: 2vw;
	}

	.tech-list .item .box .info .desc{
		font-size: 1.2rem;
		min-height: auto;
		line-height: 1.6;
	}
	.solution-left.w {
		width: 100%;
	}

	.so-menu a{
		font-size: 1.4rem;
		line-height: 1.5rem;
	}

	.so-content{
		margin-top: 5vw;
	}

	.so-content .so-con{
		font-size: 1.2rem;
		min-height: auto;
	}

	.li-grid{
		flex-wrap: wrap;
	}

	.li-grid .thum{
		width: 100%;
		padding: 0;
        border-radius: 3vw;
	}

	.li-grid .thum img{
		aspect-ratio: 10 / 6;
	}

	.li-grid .cols{
		width: 100%;
		margin-top: 7.5vw;
		padding: 0;
        background: transparent;
		padding-bottom: 15vw;
        box-shadow: none;
	}

	.li-grid .cols .item{
		margin-bottom: 5vw;
	}

	.li-grid .cols .item{
		padding: 7.5vw 4vw;
		border-radius: 2vw;
		width: 100%;
	}

	.li-grid .cols .item .name{
		font-size: 1.4rem;
		margin-bottom: 2vw;
	}

	.li-grid .cols .item .desc{
		font-size: 1.2rem;
		line-height: 1.7;
		color: #999;
	}

	.li-grid{
		margin-bottom: 0;
	}

	.ys-left,.ys-right{
		width: 100%;
	}

	.ys-content .desc p{
		line-height: 1.7;
	}
	.common-title.mb2 {
		margin-bottom: 5vw;
	}

	.singePage{
		font-size: 1.4rem;
	}

	.singePage p{
		margin-bottom: 5px;
	}

	.hech-list{
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
		margin-bottom: 15vw;
	}

	.hech-list .item .box{
		padding:7.5vw 4vw;
		border-radius: 3vw;
	}

	.hech-list .item .box .name{
		font-size: 1.6rem;
		margin-bottom: 2vw;
	}

	.hech-list .item .box .desc{
		font-size: 1.2rem;
		line-height: 1.7;
	}

	.ys-wrap .common-title.mb2,.ys-wrap .join-list{
		width: 100%;
	}

	.ys-wrap .join-list .item .top .l .name{
		font-size: 1.6rem;
	}

	.join-list .item .top .l{
		width: calc(100% - 40px);
	}

	.ys-wrap .join-list .item>.box{
		padding: 3vw;
	}

	.ys-wrap .join-list{
		margin-bottom: 0;
		margin-top: 5vw;
	}

	.ys-wrap .join-list .item {
		margin-bottom: 3.5vw;
	}

	.sub-banner.text{
		flex-wrap: wrap;
		padding-bottom: 6vw;
        margin-bottom: 7.5vw;
	}

	.sub-banner.text .text-cols{
		width: 100%;
		margin-bottom: 7.5vw;
	}

	.sub-banner.text .tips{
		font-size: 1.4rem;
		margin-top: 3vw;
	}

	.sub-menu{
		width: 100%;
	}

	.sub-menu a{
		padding: 1.5vw 7vw;
		font-size: 1.4rem;
	}

	.news-content-top .common-btns,.info-swiper{
		display: none;
	}

	.focus-swiper{
		width: 100%;
	}

	.focus-swiper .swiper-slide{
		border-radius: 3vw;
	}

	.news-list .item>.box .info .name {
        margin-bottom: 0;
        font-size: 1.6rem;
    }

	.n_date .txt,.n_date .icon,.related-news .list .item .date{
		font-size: 12px;
	}

	.pd-mbx,.detail_top .name{
		margin-bottom: 5vw;
	}

	.join-list .item .top .l .tips{
		display: none;
	}

	.join-list .item .top .l .name {
		width: 100%;
		font-size: 1.6rem;
	}

	.join-list .item>.box{
		border-radius: 3vw;
	}

	.join-list .item {
		width: 100%;
		margin-bottom: 5vw;
	}

	.school-box{
		margin-top: 15vw;
		padding: 15vw 0px;
	}

	.school-img{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
        top: 0;
	}

	.school-img img{
		height: 100%;
	}

	.school-box .cols-box{
		width: 50%;
		position: relative;
		left: 5%;
		top: 0;
		transform: translateY(0%);
	}

	.school-box .common-title {
		margin-bottom: 7.5vw;
	}

	.add-box .li .text{
		font-size: 1.4rem;
	}

	.add-box {
		width: 100%;
		margin-top: 5vw;
	}
	.contact-wrap{
		flex-wrap: wrap;
		padding-top: 3vw;
	}

	.contact-left,.contact-form{
		width: 100%;
	}

	.contact-bg{
		display: none;
	}

	.contact-title{
		font-size: 1.6rem;
		margin-bottom: 3.5vw;
		text-align: center;
	}
	.contact-form{
		margin-top: 7.5vw;
	}

	.form .row {
		width: 49%;
		margin-bottom: 10px;
	}

	.form-submit{
		font-size: 1.4rem;
	}

	.contact-img {
		width: 110px;
		margin: 0px auto;
	}
	.common-title .desc.w50{
		width: 100%;
	}
	.product-warp .common-title .name,.solution-warp .common-title .name{
		font-size: 6vw;
	}
	.news-list .item>.box .info .date{
		margin-bottom: 2vw;
	}
	.common-title.c .text-block{
		width: 100%;
	}

	.li-grid .thum img{
		aspect-ratio: auto;
	}

	.app-list .item{
		width: 100%;
		border-radius: 3vw;
		overflow: hidden;
	}
	.app-list .item .box{
		padding: 0;
	}
	.app-list .item .box .info{
		padding: 5vw;
	}
	.app-list .item .box .info .top .title {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.app-list .item .box .info .summary{
		line-height: 1.6;
	}
	.team-box .common-btns{
		display: none;
	}
	.team-swiper .swiper-slide a{
		padding: 3vw;
	}

	.honor-wrap .common-btns{
		display: none;
	}

	.common-btns .btn {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.common-btns {
		width: auto;
		gap: 5px;
	}
	.version-en .hzhb-content {
		width: 100%;
	}
	.version-en .hzhb-content .list {
		width: 100%;
	}

	.version-en .footer-top .foot-info{
		margin-top: 0;
		padding: 0;
		background: transparent;
	}

	.version-en .address{
		width: 100%;
		margin-bottom: 5vw;
	}
	.version-en .foot-logo{
		display: block;
		margin-bottom: 5vw;
	}
	.version-en .we-chat {
		margin: 0px auto;
	}
}