/*
 *	Created by Edward on 25/09/10
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/
html {
	font-size: 16px;
}

@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: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

@font-face {
	font-family: Figtree;
	src: url(../fonts/Figtree-Medium.ttf);
}

* {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.n_date .txt{
	font-family: Figtree;
}

body,
html {
	color: #333333;
	font-family: sans-serif, "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 350;
}

b,
strong {
	font-weight: 450;
}

textarea,
input,
select {
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 1rem;
	border: none;
	outline: none;
}

button {
	border: none;
}

header {
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0%;
	transform: translateY(-120%);
}

.header-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 12%;
	top: 10px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}


.custom-swiper .inner{
	padding-top: 140%;
}

.custom-swiper .thum{
	width: 100%;
	margin-left: 0%;
}

.custom-swiper .swiper-slide{
	background: #f9f9f9;
	border-radius: 10px;
    overflow: hidden;
	padding: 2vw;
}

.custom-swiper .swiper-slide::before{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/links-bg.jpg) center center no-repeat;
    background-size: cover;
    transition: all 0.5s;
    opacity: 0;
}

.custom-swiper .swiper-slide:hover::before{
	opacity: 1;
}

.custom-swiper .swiper-slide:hover img{
	transform: scale(1.05);
}

.show-swiper .swiper-button-next,.show-swiper .swiper-button-prev{
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, .25);
	border-radius: 5px;
}

.show-swiper .swiper-button-next::after,.show-swiper .swiper-button-prev::after{
	font-size: 14px;
	color: #ffffff;
}

.custom-swiper .name{
	color: #333333;
	position: relative;
	line-height: 1.5;
	margin-top: 1vw;
	min-height: 42px;
}

.custom-swiper{
	padding-bottom: 50px;
}

header .header-box::before{
	width: 80%;
	height: 100%;
	position: absolute;
	left: 10%;
	top: 0px;
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(5px);
	border-radius: 5px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
}

header.active .header-box::before,header:hover .header-box::before{
	background: #ffffff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
	height: calc(100% + 20px);
	top: -10px;
	left: 0;
	width: 100%;
	border-radius: 0px;
}

header.active .logo img:nth-child(1),header:hover .logo img:nth-child(1){
	opacity: 0;
}
header.active .logo img:nth-child(2),header:hover .logo img:nth-child(2){
	opacity: 1;
}

header.active nav ul li .first-lab a,header:hover nav ul li .first-lab a{
	color: #333333;
}


header.active nav ul li:hover .first-lab a,header:hover nav ul li:hover .first-lab a{
	color: transparent;
    background-image: linear-gradient(90deg, #48cca7, #a5db7d);
    background-clip: text;
}



header .logo {
	width: 174px;
	position: relative;
}

header .logo img:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

nav {
	width: auto;
}

nav ul {
	width: 100%;
	display: flex;

}

nav ul li {
	width: auto;
}

nav ul li .first-lab {
	width: 100%;
	position: relative;
}


nav ul li .first-lab a {
	padding: 0px 1vw;
	display: block;
	color: #ffffff;
	font-size: 1.125rem;
	z-index: 2;
	position: relative;
	line-height: 70px;
	transition: all 0.4s;
}

.scroll-image{
	border-radius: 1vw;
}

nav ul li:hover .first-lab a{

}

nav ul li .second-lab{
	width: 100%;
	height: auto;
	position: absolute;
	padding: 25px 12%;
	left: 0;
	top: 80px;
	background: #ffffff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
	transform: translateY(15px);
}

nav ul li .second-lab.center{
	justify-content: center;
}

nav ul li .second-lab::before{
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: -10px;
	content: '';
	display: block;
}

nav ul li:hover .second-lab{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}

nav ul li .second-lab .menu{
	width: 25%;
}

nav ul li .second-lab .menu a{
	line-height: 30px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding: 0.8vw 0px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 1.125rem;
	padding-left: 0;
	color: rgba(0, 0, 0, .4);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	text-align: left;
}

nav ul li .second-lab .menu a::after,nav ul li .second-lab .solution_item .name::after,nav ul li .second-lab .case_item::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: '';
	background-image: linear-gradient(90deg, #48cca7, #a5db7d);
	transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1);
}

nav ul li .second-lab .menu a::before{
	width: 25px;
    height: 25px;
    border: 1px solid #009944;
    background: #ffffff url(../images/icon-sd-g.png) no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
}


nav ul li .second-lab .menu a.active{
	color: #222222;
	padding-left: 35px;
}

nav ul li .second-lab .menu a.active::before{
	transform: translateY(-50%) scale(1);
	opacity: 1;
}


nav ul li .second-lab .case_item{
	width: auto;
	line-height: 30px;
	color: #171717;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px;
	position: relative;
	margin: 0px 1vw;
	font-size: 1.125rem;
	gap: 0.5vw;
}

nav ul li .second-lab .case_item:first-child{
	margin-left: 0;
}


nav ul li .second-lab .case_item .icon{
	opacity: 0.3;
    font-size: 0.875rem;
}

nav ul li .second-lab .solution_item{
	width: 22%;
	margin: 0px 1vw;
}
nav ul li .second-lab .solution_item .inner{
	padding-top: 60%;
}

nav ul li .second-lab .solution_item .name{
	line-height: 30px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	padding: 15px 0px 0;
	position: relative;
	
}


nav ul li .second-lab .menu a:hover::after,nav ul li .second-lab .menu a.active::after,nav ul li .second-lab .solution_item:hover .name::after,nav ul li .second-lab .case_item:hover::after{
	width: 100%;
}

nav ul li .second-lab .solution_item:hover img{
	transform: scale(1.05);
}

nav ul li .second-lab .menu a:hover,nav ul li .second-lab .menu a.active,nav ul li .second-lab .solution_item:hover .name,nav ul li .second-lab .case_item:hover{
	color: #222222;
}

nav ul li .second-lab .sr_box{
	width: 70%;
	overflow: hidden;
	position: relative;
}


.nav ul li .secondLab .solution_item{
	width: 22%;
	margin: 0px 1vw;
}
nav ul li .secondLab .solution_item .inner{
	padding-top: 60%;
}

nav ul li .secondLab .solution_item .name{
	line-height: 30px;
	color: #171717;
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}


.nc_box1 .swiper-pagination-progressbar{
	top: auto !important;
	bottom: 0px !important;
	height: 1px;
	background: rgba(0,0,0,.1);
}

.nc_box1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #48cca7;
}

.custom-swiper .swiper-button-next,.custom-swiper .swiper-button-prev{
	top: 45%;
	color: #333333;
}

.custom-swiper .swiper-button-next::after,.custom-swiper .swiper-button-prev::after{
	font-size: 20px;
}

.nc_box1{
	width: 100%;
	height: 0px;
	position: relative;
	overflow: hidden;
}

.nc_box1.active{
	height: auto;
}

nav ul li .second-lab .sr_warp{
	width: 100%;
	position: relative;
	display: flex;
	padding-bottom: 25px;
}

nav ul li .second-lab .sr_warp a{
	width: 260px;
	height: auto;
	position: relative;
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	text-align: left;
	line-height: 1;
	margin-right: 15px;
	padding-bottom: 35px;
}


nav ul li .second-lab .sr_warp a .thum{
	margin-bottom: 20px;
}


nav ul li .second-lab .sr_warp a .mark{
	width: auto;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50px;
	padding: 5px 15px;
	line-height: 1;
	font-size: 12px;
	font-family: auto;
	color: #3e3e3e;
}

nav ul li .second-lab .sr_warp a .name{
	font-weight: bold;
	margin-top: 10px;
	color: #171717;
	line-height: 20px;
}

nav ul li a {
	display: block;
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #fff;
}

.cultrue-box {
	width: 100%;
	padding-top: 6vw;
}

#faq{
	height: 1px;
	position: relative;
	width: 100%;
	padding-top: 6vw;
}

.version {
	width: 35px;
	height: 35px;
	position: relative;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.version .icon {
	padding: 8px;
}

.version .icon img:nth-child(2){
	width: 19px;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0;
}
header.active .version .icon img:nth-child(1),header:hover .version .icon img:nth-child(1){
	opacity: 0;
}
header.active .version .icon img:nth-child(2),header:hover .version .icon img:nth-child(2){
	opacity: 1;
}

.version .languge {
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #fff;
	top: 50px;
	padding: 10px 0px;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.version:hover .languge {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.m-word {
	display: none;
}

.version .languge a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 10px;
	color: #333;
}

.version .languge a:last-child {
	margin-bottom: 0px;
}

.version .languge a p {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.version .languge a p::before {
	content: "";
	width: 0;
	height: 5px;
	background: #004294;
	position: absolute;
	right: 0%;
	bottom: 0;
	transition: 0.4s;
	z-index: -1;
	opacity: .4;
}

.version .languge a.active p::before,
.version .languge a:hover p::before {
	width: 100%;
	right: auto;
	left: 0%;
}

.search-links {
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	padding: 8px;
	border-radius: 5px;
	transition: all 0.5s;
}

.search-links img:nth-child(2){
	width: 19px;
	position: absolute;
	left: 8px;
	top: 8px;
	opacity: 0;
}
header.active .search-links img:nth-child(1),header:hover .search-links img:nth-child(1){
	opacity: 0;
}
header.active .search-links img:nth-child(2),header:hover .search-links img:nth-child(2){
	opacity: 1;
}

.menu-bar {
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.wn-btn {
	width: 200px;
	height: 56px;
	position: relative;
	display: block;
	cursor: pointer;
}

.wn-btn .btn-box {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	background: #F5F5F5;
	border-radius: 50px;
	overflow: hidden;
}

.products ul li .info .wn-btn .btn-box,.product .item a .wn-btn .btn-box{
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, .3);
}


.wn-btn:hover .btn-box .txt,.case-index .item a:hover .wn-btn .btn-box .txt{
	color: #ffffff;
	left: 35px;
}

.wn-btn .btn-box .icon:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #48cca7;
	border-radius: 50px;
	transition: all 0.8s;
}

.wn-btn .btn-box .icon i{
	position: relative;
	display: block;
	transition: all 0.5s;
}

.wn-btn:hover .btn-box .icon i{
	transform: scale(1.2);
}

.wn-btn:hover .btn-box .icon:before,.case-index .item a:hover .wn-btn .btn-box .icon:before{
	transform: scale(15);
}

.wn-btn:hover .btn-box::after{
	border-color: transparent;
}
.wn-btn:hover .btn-box::before{
	transform: scale(1);
	opacity: 1;
}


.wn-btn.yellow:hover .btn-box::after {
    border-color: transparent;
}
.wn-btn.yellow .btn-box::after{
	border-color: #fbdebc;
}

.wn-btn .btn-box .txt {
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-55%);
	height: auto;
	overflow: hidden;
	transition: all 0.35s;
	font-size: 1.125rem;
	z-index: 2;
}


.wn-btn .btn-box .icon {
	position: absolute;
	width: 38px;
	height: 38px;
	background: #48cca7;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
}

.about-intro {
	width: 40%;
	height: auto;
	position: absolute;
	left: 0;
}

.common-name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 3vw;
	font-family: Figtree;
}

.about-intro .common-name{
	font-size: 1.75rem;
}

.common-name p{
	display: inline-block;
	color: transparent;
	background: linear-gradient(90deg, #48cca7, #ffa940);
	background-clip: text;
}

.about-intro .des {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 5vw;
}

.data-show {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5vw;
}

.data-show .item {
	width: 18%;
	display: flex;
	align-items: center;
	padding: 1vw;
	border-radius: 0.5vw;
	justify-content: space-between;
	position: relative;
}

.data-show .item:nth-child(even){
	transition-delay: 0.2s;
}

.data-show .item:nth-child(3){
	transition-delay: 0.3s;
}
.data-show .item:nth-child(5){
	transition-delay: 0.25s;
}

.data-show .item::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.5vw;
	content: '';
	background: linear-gradient(45deg, #48cca7, #ffa940);
}


.data-show .item::after {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	left: 1px;
	top: 1px;
	border-radius: 0.5vw;
	content: '';
	background: #ffffff;
}

.data-show .item .icon {
	width: 4vw;
	position: relative;
	z-index: 2;
}

.data-show .item .top {
	width: calc(100% - 5vw);
	display: flex;
	gap: 0.5vw;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.data-show .item .top .l {
	font-size: 4.5vw;
	font-family: din;
	line-height: 0.8;
}

.data-show .item .top .r {
	width: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	line-height: 1;
	font-weight: 400;
	font-family: Manrope;
	font-size: 1.125rem;
}

.data-show .item .top .r p {
	display: block;
	width: 100%;
}

.data-show .item .btm {
	width: 100%;
	line-height: 1;
	font-weight: 400;
	font-size: 1.125rem;
	padding-left: 0.15vw;
	margin-top: 0.5vw;
}

.data-show.in {
	margin-bottom: 0;
	margin-top: 5vw;
}

.data-show.in .item .top .l {
	font-size: 3.5vw;
}

.product-box {
	width: 100%;
	/* height: 100vh; */
	height: auto;
	position: relative;
}


/* .products {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
} */


/* start */
.products{
	width: 100%;
	height: 400vh;
	position: relative;
}
.product-cols{
	width: 100%;
	height: 400vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	color: #ffffff;
	pointer-events:none;
}

.product-cols .item{
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.product-cols .item .cover{
	display: none;
}

.product-cols .item .item-box{
	width: 50%;
	height: auto;
	padding-left: 7%;
	pointer-events:auto;
}

.product-cols .item .item-box .name{
	font-size: 2.5vw;
    font-weight: 400;
    margin-bottom: 2vw;
}

.product-cols .item .item-box .desc{
	width: 100%;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 5vw;
}
.product-wrap{
	width: 100%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
}
.product-images{
	width: 100%;
	height: 100vh;
	position: sticky;
	right: 0;
	top: 0;

}

.product-images .item{
	width: 100%;
	height: 100%;
	position: absolute;
	clip-path: inset(0px 0px 0px 0px);
	overflow: hidden;
}

.bj-btns{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	gap: 1vw;
	margin-top: 2vw;
}

.bj-btns .btn{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	color: #48cca7;
	font-size: 0.875rem;
	border: 1px solid #48cca7;
	transition: all 0.5s;
}
.bj-btns .btn:hover{
	color: #ffffff;
	background: #48cca7;

}
.bj-btns .btn.swiper-button-disabled{
	opacity: 0.3;
	cursor: no-drop;
}

.product-images .item::after{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	content: '';
}

.product-images .item img{
	height: 100%;
	width: 100%;
}

.pro-img-warp{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* end */


.products ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.products ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0%;
	animation-duration: 0.5s;
	z-index: 1;
}

.products ul li .img {
	display: block;
	clip-path: ellipse(50% 50% at 50% 150%);
	transform-origin: 50% 0%;
	transition: all 1.2s cubic-bezier(0.3, 0, 0.24, 1);
}


.products ul li .img::after{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.4), rgba(0,0,0,0));
	content: '';
}

.products ul li.on .img {
	clip-path: ellipse(100% 180% at 50% 150%);
}

.products ul li.active {
	z-index: 2;
}

.products ul li .img {
	height: 100%;
	width: 100%;
	position: relative;
}

.products ul li .img img {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 3s ease;
	transform: scale(1.1);
}


.products ul li.on .img img {
	transform: scale(1);
}


.product-bar {
	width: 60%;
    height: auto;
    position: absolute;
    left: 20%;
    bottom: 3vw;
    color: #ffffff;
    z-index: 5;
	display: none;
    
}

.product-bar-warp{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-bar-warp .dot {
	width: 50px;
	height: auto;
	position: relative;
	cursor: pointer;
}


.product-bar-warp .dot:first-child::before {
	display: none;
}

.product-bar-warp .dot:last-child::after {
	display: none;
}

.product-bar-warp .dot .icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .5);
	margin: 0px auto;
	padding: 10px;
	margin-bottom: 20px;
}

.product-bar-warp .dot .icon::after {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #ffffff;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.5s;
}

.product-bar-warp .dot .icon img {
	opacity: 0;
	transition: all 0.5s;
	transform: scale(0);
}

.product-bar-warp .dot.active .icon img,.product-bar-warp .dot:hover .icon img {
	opacity: 1;
	transform: scale(1);
}

.product-bar-warp .dot.active .icon::after,.product-bar-warp .dot:hover .icon::after {
	opacity: 0;
}

.product-bar .txt {
	text-align: center;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(15px);
    width: 300%;
    margin-left: -100%;
}

.product-bar-warp .dot.active .txt,.product-bar-warp .dot:hover .txt {
	opacity: 1;
	transform: translateY(0px);
}

.product-name {
	position: absolute;
	left: 7%;
	top: 6vw;
	color: #ffffff;
	z-index: 2;
	font-size: 2.5vw;
	font-weight: 400;
	z-index: 5;
}

.products ul li .info {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7%;
	top: 30%;
	color: #ffffff;
	opacity: 0;
	transform: translateY(25px);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
	z-index: 2;
}

.products ul li .info .wn-btn .btn-box::after{
	border-color: #ffffff;
}
.products ul li .info .wn-btn .btn-box .txt{
	color: #ffffff;
}

.products ul li .info .wn-btn:hover .btn-box::after{
	border-color: transparent;
}

.products ul li.active .info {
	opacity: 1;
	transform: translateY(0px);
}

.products ul li .info .name {
	font-size: 3vw;
	font-weight: 400;
	margin-bottom: 2vw;
}

.products ul li .info .des {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 3vw;
}

.product-swiper {
	width: 100%;
	height: 100vh;
	position: relative;
}

.product {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.5vw;
	margin-bottom: 6vw;
}

.product .item .thum {
	border-radius: 0.5vw;
}

.product .item:nth-child(2n),.news-right .item:nth-child(2n){
	transition-delay: 0.2s;
}

.product .item:nth-child(3n),.news-right .item:nth-child(5n){
	transition-delay: 0.4s;
}

.product .inner {
	padding-top: 132%;
	transition: all 0.5s;
}

.product .inner::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/mask5.png) no-repeat;
	background-size: contain;
	transform: translateX(5%);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product .item:hover a .inner::after {
	transform: translateX(1%);
}

.product .item:hover a .inner img {
	transform: scale(1.05);
}

.product .item {
	display: block;
	position: relative;
}

.product .item a {
	display: block;
	width: 100%;
	position: relative;
}



.product .item a .icons {
	width: 50px;
	height: auto;
	position: absolute;
	padding: 6px;
	right: 2vw;
	top: 4vw;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(5px);
	border-radius: 5px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product .item:hover a .icons,.product .item:hover a .title{
	top: 2vw;
}

.product .item a .title {
	width: calc(100% - 4vw - 75px);
	position: absolute;
	left: 2vw;
	top: 4vw;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.3;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product .item a .title span {
	display: block;
}

.product .item a .des {
	width: calc(100% - 4vw);
	position: absolute;
	left: 2vw;
	top: 10vw;
	transform: translateY(25px);
	color: #ffffff;
	opacity: 0;
	will-change: transform;
}

.product .item:hover a .wn-btn {
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) .2s;
	transform: translateY(0px);
	opacity: 1;
}

.product .item:hover a .des{
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) .1s;
	transform: translateY(0px);
	opacity: 1;
}

.product .item a .wn-btn {
	position: absolute;
	left: 2vw;
	bottom: 3vw;
	transform: translateY(25px);
	opacity: 0;
}

.product .item .wn-btn .btn-box::before {
	display: none;
}

.product .item .wn-btn .btn-box::after{
	border: 1px solid #ffffff;
}

.product .item .wn-btn .btn-box .txt {
	color: #ffffff;
}

.btn-ele{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1vw;
	margin-top: 5vw;
}

.btn-ele .next,.btn-ele .prev{
	width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(5px);
}
.btn-ele .next.swiper-button-disabled, .btn-ele .prev.swiper-button-disabled{
	cursor: no-drop;
	opacity: 0.4;
}

.a-line{
	width: 1px;
	position: relative;
	background: rgba(0, 0, 0, .1);
}

.name-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.wn-name {
	width: auto;
	font-size: 2vw;
	font-weight: 500;
	line-height: 1.3;
	display: inline-flex;
	flex-wrap: wrap;
}

.wn-name p{
	color: transparent;
	background: linear-gradient(90deg, #48cca7, #ffa940);
	background-clip: text;
	text-transform: capitalize;
}

.news-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-content .focus {
	width: 55%;
	display: block;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.news-content .focus:hover .inner img {
	transform: scale(1.05);
}

.news-content .focus .box .thum {
	border-radius: 0.5vw;
}

.news-content .focus .inner {
	padding-top: 60%;
}

.news-content .focus .box {
	width: 100%;
	height: auto;
	position: relative;
}

.news-content .focus .info {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 1vw;
}

.news-content .focus .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.45rem;
	margin-bottom: 1vw;
	line-height: 45px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.news-content .focus .info .date {
	font-family: Manrope;
	font-size: 0.875rem;
	opacity: 0.6;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.news-content .focus:hover .info .name {
	width: calc(100% - 170px);
	color: #48cca7;
}

.news-content .focus:hover .info .date {
	width: calc(100% - 170px);
}

.news-content .focus:hover .info .news-more {
	opacity: 1;
	transform: translateY(0px);
}

.news-content .focus .info .news-more {
	position: absolute;
	right: 0;
	top: 0;
}

.news-right {
	width: 42%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.news-right .item {
	width: 100%;
	display: block;
	height: auto;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.news-right .item .inner {
	padding-top: 55%;
}

.news-right .item .box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.news-right .item .thum {
	width: 48%;
	border-radius: 0.25vw;
}

.news-right .item .info {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.news-right .item .info .name {
	font-size: 1.2rem;
	line-height: 1.4;
	width: 100%;
}

.news-right .item .info .date {
	font-size: 0.875rem;
	opacity: 0.6;
	font-family: Figtree;
}

.news-right .item:hover .news-more {
	opacity: 1;
	transform: translateY(0px);
}

.news-right .item:hover .info .name {
	color: #48cca7;
}

.news-right .item:hover .inner img {
	transform: scale(1.05);
}


.news-right .line {
	width: 100%;
	height: 1px;
	position: relative;
	background: rgba(0, 0, 0, .1);
}

.footer {
	background: #222222;
	color: #ffffff;
	position: relative;
	padding-top: 8vw;
	margin-top: -2px;
}

.footer .w1400{
	z-index: 10;
}

.footer::before{
	width: 100%;
    height: 3.65vw;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/footer-mask.png) no-repeat;
    background-size: cover;
    content: '';
	z-index: 10;

}

.flogo {
	width: 174px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 50px;
}

.footer-c {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.f-nav {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.f-nav .item a {
	color: rgba(255, 255, 255, .6);
	line-height: 1.7;
	display: flex;
	margin-bottom: 5px;
}

.f-nav .item a p{
	width: auto;
	position: relative;
}

.f-nav .item a p::after{
	width: 0px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: #ffffff;
	transition: all 0.5s;
}

.f-nav .item a:hover p::after{
	right: auto;
	left: 0;
	width: 100%;
}

.f-nav .item a:hover {
	color: #ffffff;
}


.f-nav .item a:first-child {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ffffff;
	line-height: 1;
}


.f-cols {
	width: 30%;
}

.f-address {
	width: 100%;
	margin-bottom: 50px;
}

.f-address .name,
.f-email .name {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ffffff;
}

.f-address .item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 7px;
	line-height: 1.7;
}

.f-address .item b {
	display: block;
	width: 80px;
	font-weight: 300;
}

.f-address .item p {
	width: calc(100% - 80px);
}

.order-box {
	width: 300px;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 5px;
	padding: 0px;
}

.order-box input {
	width: 100%;
	height: 40px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 0.875rem;
	padding-left: 15px;
}

.order-box .mail-btn {
	width: 55px;
	position: absolute;
	height: auto;
	padding: 3px 0px;
	background: #ffffff;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	right: 5px;
	cursor: pointer;
}

.order-box .mail-btn.active{
	cursor: no-drop;
	opacity: .5;
}

.order-box .mail-btn img {
	width: 25px;
}

.copyright {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 4vw;
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	padding: 15px 0px;
}

.copyright .cp {
	color: rgba(255, 255, 255, .3);
}

.copyright .cp a{
	color: rgba(255, 255, 255, .3);
}

.copyright .cp a:hover,.set-nav a:hover{
	color: rgba(255, 255, 255, .6);
}

.set-nav {
	width: auto;
	display: flex;
	gap: 25px;
	display: none;
}

.set-nav a {
	color: rgba(255, 255, 255, .3);
}

.about-cols {
	width: 75%;
}

.data-list {
	width: 100%;
	margin-top: 3vw;
	display: flex;
	justify-content: space-between;
}

.data-list .item {
	width: auto;
	display: flex;
	gap: 10px;
}

.data-list .item .num {
	width: auto;
	font-family: din;
	font-size: 5vw;
	line-height: 1;
}

.data-list .item .cols {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.data-list .item .cols .d {
	opacity: 0.5;
}

.data-list .item .cols .n {
	width: 100%;
	font-size: 1.2rem;
	font-weight: 500;
}

.wn-name.mb3 {
	margin-bottom: 3vw;
}

.recommon-swiper{
	overflow: hidden;
	margin-top: 2vw;
	position: relative;
	margin-bottom: 3vw;
	padding-bottom: 2vw;
}

.recommon-swiper .swiper-pagination{
	bottom: 0;
}

.recommon-swiper .swiper-slide{
	border-radius: 1vw;
	overflow: hidden;
}

.recommon-swiper .swiper-slide img{
	aspect-ratio: 5/3;
	transition: all 1s;
}

.recommon-swiper .swiper-slide .info{
	width: 35%;
	height: auto;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

.recommon-swiper .swiper-slide .info .name{
	font-size: 1.65rem;
	margin-bottom: 2vw;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.recommon-swiper .swiper-pagination-bullet-active{
	background: #48cca7;
}

.recommon-swiper .swiper-slide .info .desc{
	opacity: 0.7;
	
}


.recommon-swiper .swiper-slide .thum::after{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(72,204,167, 0), rgba(0, 0, 0, 0.5));
}

.rec-more-box{
	width: 150px;
    height: auto;
    position: relative;
    border-radius: 50px;
    display: flex;
    padding: 12px 15px;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.35s;
    background: #48cca7;
    font-size: 1rem;
}

.rec-more-box::before{
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	margin-left: -10px;
	margin-top: -20px;
	transform: translateX(-105%);
	content: '';
	background: #55dab5;
	border-radius: 50px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}


.recommon-swiper .swiper-slide:hover .rec-more-box::before{
	transform:translateX(0%);
}

.recommon-swiper .swiper-slide:hover .rec-more-box{
	color: #ffffff;
	border-color: transparent;
}

.recommon-swiper .swiper-slide:hover img{
	transform: scale(1.1);
}

.rec-more-box .txt{
	position: relative;
}

.zhanhui-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	margin-top: 2vw;
}

.zhanhui-list .item{
	width: 49%;
	display: block;
	position: relative;
	margin-bottom: 3vw;
	border-radius: 0.5vw;
	overflow: hidden;
}

.zhanhui-list .item .box{
	width: 100%;
	height: auto;
	position: relative;
}

.zhanhui-list .item .box .info{
	width: 100%;
	height: auto;
	position: absolute;
	padding: 1.75vw;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #ffffff;
}

.zhanhui-list .item .box .info .date{
	font-size: 14px;
}

.zhanhui-list .item .box .info .name{
	font-size: 1.5rem;
	margin-bottom: 0.25vw;
}

.zhanhui-list .item .box img{
	width: 100%;
	aspect-ratio: 10 / 5.6;
}

.zhanhui-list .item .box .thum::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));;
}

.rec-more-box .icon{
	width: 25px;
}

.cul-list {
	width: 100%;
	display: flex;
	gap: 6vw;
}

.cul-list .item {
	flex: 1.2;
	height: 23vw;
	position: relative;
}

.cul-list .item:nth-child(2) {
	flex: 1.5;
}

.cul-list .item .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 2vw;
}

.cul-list .item .img,
.cul-list .item .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.cul-list .item:hover .img img{
	transform: scale(1.1);
}

.cul-list .item .img {
	width: 130%;
	mask-size: 100% 100%;
}

.cul-list .item:nth-child(2) .name {
	text-align: center;
}

.cul-list .item:nth-child(2) .img {
	width: 120%;
	left: 50%;
	transform: translateX(-50%);
}

.cul-list .item:nth-child(1) .img {
	mask-image: url(../images/mask1.png);
}

.cul-list .item:nth-child(2) .img {
	mask-image: url(../images/mask2.png);
}

.cul-list .item:nth-child(3) .img {
	mask-image: url(../images/mask3.png);
	left: auto;
	right: 0;
}

.cul-list .item .name b {
	font-size: 2vw;
}

.cul-list .item .name p {
	font-size: 1.125rem;
}

.cul-list .item:nth-child(3) .name {
	left: auto;
	right: 0;
	text-align: right;
}

.history-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.history-bg img {
	height: 100%;
}

.wn-name.c {
	text-align: center;
}

.wn-name.w {
	color: #ffffff;
	background: none;
	background-clip: initial;
}

.lichen-swiper {
	color: #ffffff;
	padding-bottom: 100px;
}

.lichen-swiper .year {
	text-align: center;
	font-family: Figtree;
	font-size: 50px;
	line-height: 80px;
	margin-bottom: 80px;
	transition: all 0.5s;
}

.lichen-swiper .des {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.7;
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.5s;
}

.lichen-swiper .year {
	opacity: 0.25;

}

.lichen-swiper .swiper-slide-active .year {
	opacity: 1;
	font-size: 80px;
}

.lichen-swiper .swiper-slide-active .des {
	opacity: 1;
	transform: translateY(0px);
}

.lichen-swiper .swiper-pagination-bullet-active {
	background: #ffffff;
}

.lc-line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 120px;
	background: rgba(255, 255, 255, .3);
}

.lc-line .img {
	width: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 8px;
}

.wn-name.lc {
	padding-top: 100px;
	margin-bottom: 6vw;
}

.yf-menu {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
}

.yf-menu a {
	display: block;
	width: auto;
	font-size: 1.35rem;
	line-height: 35px;
	color: rgba(0, 0, 0, .4);
	position: relative;
	cursor: pointer;
}


.yf-menu a:hover,
.yf-menu a.active {
	color: #48cca7;
}

.honor-swiper .inner {
	padding-top: 142%;
}

.honor-swiper .name {
	text-align: center;
	margin-top: 1vw;
}

.honor-swiper {
	padding-bottom: 2vw;
}

.honor-swiper .swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	background: rgba(0, 0, 0, .05);
	height: 2px;
}

.honor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #48cca7;
}

.honor-swiper .thum {
	box-shadow: 15px 15px 35px rgba(0, 0, 0, .05);
}

.honor-swiper .thum img{
	aspect-ratio: 5 / 7.1;
}

.mbs-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-top: 6vw;
}

.mbs-cols {
	width: 35%;
}

.mbs-thum {
	width: 60%;
}

.mbs-thum .inner {
	padding-top: 73%;
	mask-image: url(../images/mask4.png);
	mask-size: contain;
	mask-repeat: no-repeat;
}

.mbs-cols .wn-name {
	margin-bottom: 2vw;
}

.mbs-cols .des {
	line-height: 1.7;
}

.mbs-cols .list {
	width: 100%;
	margin-top: 2vw;
}

.mbs-cols .list .item {
	background: #F9F9F9;
	border-radius: 5px;
	margin-bottom: 1vw;
	padding: 1.5vw;
	cursor: pointer;
}

.mbs-cols .list .item:last-child{
	margin-bottom: 0;
}

.mbs-cols .list .item .name {
	font-weight: 500;
	font-size: 1.125rem;
}

.hidden-box{
	overflow: hidden;
}

.mbs-cols .list .item .info {
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: all .5s;
	line-height: 1.7;
}

.mbs-cols .list .item.active .info {
	display: block;
}

.product-menu {
	width: 25%;
	height: auto;
	position: sticky;
	top: 100px;
}

.product-menu a {
	display: flex;
	font-size: 1.125rem;
	line-height: 20px;
    padding: 10px 0px 10px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 40px;
	color: rgba(0, 0, 0, .4);
	font-weight: 500;
	transition: all 0.5s;
	cursor: pointer;
}

.product-menu a p {
	position: relative;
}

/* .product-menu a p::after {
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(90deg, #48cca7, #ffa940);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product-menu a:hover p::after {
	width: 100%;
	right: auto;
	left: 0;
} */
.product-menu a:hover{
	padding-left: 30px;
	color: #333333;
}
.product-menu a.active{
	padding-left: 30px;
}

.product-menu a.active p{
	color: transparent;
    background: linear-gradient(90deg, #48cca7, #ffa940);
    background-clip: text;
}

.product-menu a.active span {
	transform: scale(1);
	opacity: 1;
	filter: grayscale(0%);
}

.product-menu a span {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	display: block;
	padding: 3px;
	top: 5px;
	content: '';
	padding-left: 0;
	transition: all 0.5s;
	transform: scale(0.5);
	filter: grayscale(100%);
    opacity: 0.3;
}

.pro-cols-right{
	width: 70%;
}

.product-list {
	width: 100%;
	flex-wrap: wrap;
	display: grid;
	gap: 2vw;
	grid-template-columns: repeat(3, 1fr);
}

.product-list.tag{
	grid-template-columns: repeat(4, 1fr);
}

.product-section{
	margin-bottom: 5vw;
	width: 100%;
	min-height: 50vh;
	scroll-margin-top: 120px;
}

.product-list .item {
	position: relative;
}

.product-list .item a {
	display: block;
	position: relative;
	padding: 2vw 0px;
	padding-top: 1vw;
	border-radius: 0.5vw;
	overflow: hidden;
	background: #f9f9f9;
	transition: all 0.75s;
	border: 1px solid rgba(0, 0, 0, 0);
}

.product-list .item:nth-child(2n){
	transition-delay: 0.2s;
}

.product-list .item:nth-child(3n){
	transition-delay: 0.4s;
}

.product-list .item:hover a {
	box-shadow: 15px 15px 35px rgba(0, 0, 0, .1);
}


.product-list .item a .inner {
	padding-top: 140%;
}

.product-list .item a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/links-bg.jpg) center center no-repeat;
	background-size: cover;
	transition: all 0.5s;
	opacity: 0;
}

.product-list .item:hover a .inner img {
	transform: scale(1.05);
}

.product-list .item:hover a::before {
	opacity: 1;
}

.product-list .item a .thum {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 1.5vw;
}

.product-list .item a .name {
	text-align: center;
	position: relative;
	line-height: 25px;
	padding: 0 5%;
	font-size: 1.125rem;
	transition: all 0.6s;
	transform: translateY(0);
	min-height: 50px;
}
.product-list .item:hover a .name{
	color: #48cca7;
	transform: translateY(10px);
}


.home-video{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-list .item a .desc {
	width: 100%;
	padding: 0 10%;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 20px;
	height: 40px;
	text-align: center;
	opacity: 0.6;
}

.product-list .item a .wn-btn {
	margin: 0px auto;
}

.solution-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #f9f9f9;
	align-items: center;
	margin-bottom: 6vw;
}

.solu-thum,
.solu-content {
	width: 50%;
}

.solu-thum .inner {
	padding-top: 60%;
}

.solu-content {
	padding: 3vw 5%;
}

.solu-content .name {
	font-size: 1.3vw;
	font-weight: 500;
	margin-bottom: 1vw;
}

.product-list.full {
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 6vw;
}

.case-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-list .item {
	width: 48%;
	height: auto;
	position: relative;
	margin-bottom: 5vw;
}

.case-list .item .thum {
	border-radius: 5px;
	margin-bottom: 1vw;
}

.case-list .item .name {
	font-size: 1.2vw;
	font-weight: 500;
	margin-bottom: 0.5vw;
}

.case-list .item .inner {
	padding-top: 55%;
}

.case-list .item .pipei {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1.5vw;
	margin-bottom: 1vw;
}

.case-list .item .pipei .it {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	opacity: 0.6;
}

.case-list .item .pipei .it .icon {
	width: 16px;
}

.case-list .item .pipei .it .txt {
	margin-left: 5px;
	font-size: 0.875rem;
}

.case-list .item .pipei .it:last-child .txt {
	margin-left: 0;
}

.case-list .item .des {
	width: 100%;
	line-height: 1.7;
	position: relative;
}

.cooperation {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 5vw;
}

.cooperation .item {
	width: 20%;
	height: 9vw;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.cooperation .item span{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/parter-bg.png) no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.cooperation .item:hover span{
	opacity: 1;
}

.cooperation .item::after {
	width: 10px;
	height: 1px;
	position: absolute;
	right: -5px;
	bottom: -1px;
	content: '';
	background: rgba(0, 0, 0, .4);
}

.cooperation .item::before {
	width: 1px;
	height: 10px;
	position: absolute;
	right: -1px;
	bottom: -5px;
	content: '';
	background: rgba(0, 0, 0, .4);
}



.cooperation .item .img {
	width: 60%;
	height: auto;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
}

.cooper {
	width: 100%;
	margin-top: 6vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cooper .item {
	width: 42%;
	height: 35vw;
	overflow: hidden;
	position: relative;
	border-radius: 1vw;
}

.cooper .item:first-child {
	width: 55%;
}

.cooper .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cooper .item .img img {
	max-width: none;
	width: 100%;
	height: 100%;
}

.cooper .item a {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
}

.cooper .item a .name {
	width: auto;
	height: auto;
	position: absolute;
	left: 3vw;
	top: 3vw;
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.2;
	font-weight: 400;
}

.downloads {
	width: 100%;
	margin-top: 3vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.downloads .item {
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2vw;
}

.downloads .item:nth-child(3n) {
	margin-right: 0%;
}

.downloads .item .box {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	padding: 1.5vw;
	border-radius: 0.5vw;
	background: #f7f7f7;
	overflow: hidden;
	transition: all 0.5s;
}

.downloads .item .box::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	background: #009944;
	transition: all 0.5s;
}

.downloads .item:hover .box{
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.downloads .item:hover .box::after{
	width: 100%;
	left: 0;
}

.downloads .item .box::before{
	width: 20vw;
	height: 20vw;
	position: absolute;
	right: -5vw;
    top: -5vw;
	background: url(../images/download-bg.png) no-repeat;
	background-size: cover;
	content: '';
	pointer-events: none;
}

.downloads .item .box .name {
	font-size: 1.35rem;
	line-height: 30px;
	height: 60px;
	font-weight: 500;
	margin-bottom: 80px;
}

.downloads .item .dw-icon {
	width: auto;
	display: flex;
	align-items: center;
	font-size: 1rem;
	gap: 5px;
	opacity: 0.6;
}

.downloads .item .dw-icon .icon {
	width: 20px;
	height: auto;
}

.after-sales {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.after-sales .left-cols {
	width: 40%;
}

.after-sales .left-cols .item {
	width: 100%;
	background: #f9f9f9;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #f9f9f9;
}

.after-sales .left-cols .item .img{
	display: none;
}

.after-sales .left-cols .item.active{
	border-color: #48cca7;
}

.after-sales .left-cols .item .top {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.after-sales .left-cols .item .top .name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 30px;
	width: calc(100% - 50px);
}

.after-sales .left-cols .item .top .plus {
	width: 30px;
	height: 30px;
	position: relative;
}

.after-sales .left-cols .item .top .plus::after {
	width: 14px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: rgba(0, 0, 0, .4);
}

.after-sales .left-cols .item .top .plus::before {
	width: 1px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: rgba(0, 0, 0, .4);

}

.after-sales .left-cols .item.active .top .plus::before {
	display: none;
}

.after-sales .left-cols .item .list {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.after-sales .left-cols .item.active .list {
	display: flex;
}

.after-sales .left-cols .item .list .label {
	width: 45%;
	line-height: 1.2;
	margin-bottom: 15px;
}

.after-sales .left-cols .item .list .label b {
	display: block;
	margin-bottom: 5px;
	opacity: 0.75;
}

.after-sales .left-cols .item .list .label p {
	font-size: 0.875rem;
	display: block;
	word-break: break-all;
}

.after-sales .right-cols {
	width: calc(60% - 30px);
}

.after-sales .right-cols .item {
	display: none;
}

.after-sales .right-cols .item.active {
	display: block;
}

.message-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 6vw;
}

.question-box {
	margin-top: 3vw;
	display: flex;
	flex-wrap: wrap;
}

.question-cat {
	width: 30%;
	height: auto;
	position: relative;
}

.question-cat a {
	display: block;
	width: 100%;
	cursor: pointer;
	height: auto;
	line-height: 30px;
	padding-left: 30px;
	font-size: 1.125rem;
	margin-bottom: 10px;
	position: relative;
}

.question-cat a::after {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/icon-sd.png) no-repeat;
	background-size: cover;
	display: none;
}

.question-cat a.active::after {
	display: block;
}

.question-list {
	width: 70%;
	position: relative;
	height: auto;
}

.quess {
	width: 100%;
	height: auto;
	position: relative;
}

.quess .item {
	width: 100%;
	background: #f9f9f9;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.quess .item .top {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	justify-content: space-between;
}

.quess .item .icon {
	width: 30px;
	line-height: 30px;
	color: #48cca7;
	font-size: 1.25rem;
	font-family: Figtree;
}

.quess .item .top .name {
	width: calc(100% - 80px);
	line-height: 30px;
	font-size: 1.125rem;
	font-weight: 500;
}

.quess .item .top .info {
	width: calc(100% - 80px);
	line-height: 30px;
}

.quess .item .top:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.message-box .wn-name {
	width: 30%;
}

.en .message-cat{
    gap: 4vw;
}
.en .message-box .wn-name{
    width: 70%;
    margin-bottom: 2vw;
}

.en .message-right{
    width: 100%;
}



.wn-name.full{
	width: 100%;
	margin-bottom: 3vw;
	justify-content: center;
}

.pro_detail {
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    padding: 10px 0vw 5vw;

}

.message-right {
	width: 70%;
}

.message-cat {
	width: 100%;
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	gap: 2vw;
	margin-bottom: 1.5vw;
}

.message-cat a {
	display: block;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 40px;
	position: relative;
	color: #999999;
	cursor: pointer;
	padding-bottom: 5px;
	transition: all 0.5s;
}

.message-cat a.active {
	color: #222222;
}

.message-cat a::after {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	background: #48cca7;
	transition: all 0.5s;
}

.message-cat a.active::after {
	width: 100%;
	left: 0;
}

.message-form {
	width: 100%;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.search-container {
	width: 100%;
	height: auto;
	position: relative;
}

.search-container .fas {
	width: 12px;
	height: auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
}

.message-form.active {
	display: flex;
}

.message-form .country-select,
.message-form .country2-select {
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	padding-left: 0;
	padding: 10px 0px;
}

.message-form .country-select option,.message-form .country2-select option{
    font-size: 14px;
	padding: 3px 10px;
    background: white;
}

.custorm-type{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	gap: 1vw;
}

.custorm-type .item{
	width: auto;
	height: auto;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.after-bz{
	margin-bottom: 3vw;
	font-size: 0.875rem;
    opacity: 0.6;
}

.product-progress{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
}

.product-progress::before{
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.1);
	content: '';
}



.product-progress span{
	display: block;
	width: 0%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #009944;
}

.after-title{
	width: 100%;
	padding: 1vw 0px 1vw;
	font-size: 1.45rem;
	display: flex;
}

.after-title p{
	color: transparent;
    background-image: linear-gradient(90deg, #48cca7, #a5db7d);
    background-clip: text;
}

.custorm-type .item::before{
	width: 14px;
    height: 14px;
    border-radius: 13px;
    border: 1px solid #E0E2EA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

.custorm-type .item::after{
	content: '';
    position: absolute;
	left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #2AC28F;
    border-radius: 6.5px;
    opacity: 0;
}

.custorm-type .item.active::after{
	opacity: 1;
}

.label {
	width: 32%;
	position: relative;
	margin-bottom: 20px;
	margin-right: 2%;
}

.label.full{
	width: 100%;
	margin-right: 0%;
}

.label:nth-child(3n) {
	margin-right: 0%;
}

.message-form .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
}

.label .require p {
	position: relative;
	display: inline-block;
}

.label .require p::after {
	width: 10px;
	height: auto;
	position: absolute;
	right: -12px;
	top: 0;
	color: red;
	content: '*';
}

.tpye_select {
	width: 100%;
	display: flex;
	position: relative;
	gap: 5px;
}

.tpye_select .item {
	width: auto;
	height: auto;
	position: relative;
	background: #FFEEEE;
	border: 1px solid #FFEEEE;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 15px;
	border-radius: 3px;
	cursor: pointer;
}

.tpye_select .item.active {
	border-color: #EB2524;
	color: #EB2524;
}

.tpye_select .item:hover {
	color: #EB2524;
}

.label .name {
	margin-bottom: 10px;
	width: 100%;
}

.submit_btn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #EB2524;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	margin: 20px auto 0;
}

.submit_btn.active {
	opacity: 0.3;
	cursor: no-drop;
}

.submit_btn.active:hover {
	opacity: 0.3;
}

.submit_btn:hover {
	background: #FF1B19;
}

.message-form input,
.message-form select {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 3px;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
	transition: all 0.3s;
	
}
.message-form select{
	text-transform: capitalize;
}
.message-form input:hover,
.message-form textarea:hover,
.message-form select:hover {
	border-color: rgba(0,0,0,.2);
}

.error_tip {
	height: 15px;
	font-size: 12px;
	color: #EB2524;
	line-height: 15px;
	margin-top: 5px;
}


.message-form input:focus,
.message-form textarea:focus {
	border-color: rgba(0,0,0,.2);
}

.message-form input.error,
.message-form textarea.error {
	border-color: #EB2524 !important;
}

.message-form textarea {
	width: 100%;
	height: 125px;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 3px;
	padding: 10px;
	font-size: 14px;
	outline: none;
	display: block;
	transition: all 0.3s;
}

.submit-btn{
	margin-top: 2vw;
}

.submit-btn.active{
	opacity: 0.3;
	cursor: no-drop;
}

.message-form .label:last-child {
	width: 100%;
	margin-right: 0%;
}

.message-form input::placeholder,
.message-form textarea::placeholder {
	color: rgba(0, 0, 0, .4);
}

.focus_swiper {
	width: 100%;
	background: #f9f9f9;
	border-radius: 1vw;
	overflow: hidden;
	margin-top: 2vw;
}

.focus_swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transition: all 0.5s;

}

.focus_swiper .swiper-slide.swiper-slide-active {
	opacity: 1;

}

.focus_swiper .swiper-slide .thum {
	width: 50%;
}

.focus_swiper .swiper-slide .thum:hover .inner img {
	transform: scale(1.05);
}

.focus_swiper .swiper-slide .inner {
	padding-top: 60%;
}

.focus_swiper .swiper-slide .info {
	width: 50%;
	height: auto;
	position: relative;
	padding: 3%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.focus_swiper .swiper-slide .wn-btn .btn-box{
	background: #ffffff;
}

.focus_swiper .swiper-slide .info .name {
	font-size: 1.5rem;
	line-height: 1.5;
	transition: all 0.5s;
	display: block;
}

.focus_swiper .swiper-slide .info .name b {
	background: linear-gradient(#48cca7, #48cca7) 0 100% / 0 2px no-repeat;
	text-decoration: none;
	transition: background .5s;
	display: inline;
}

.focus_swiper .swiper-slide .info .name:hover {
	color: #48cca7;
}

.focus_swiper .swiper-slide .info .name:hover b {
	background-size: 100% 2px;
}

.focus_swiper .swiper-slide .info .des {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	opacity: 0.5;
}

.focus_swiper .swiper-slide .info .des img {
	width: 16px;
}

.focus_swiper .swiper-slide .info .ms {
	opacity: 0.5;
}

.focus_swiper .swiper-slide .info .des p {
	width: auto;
	height: auto;
	position: relative;
	padding-left: 5px;
	font-size: 0.875rem;
	line-height: 16px;
	font-family: Figtree;
}

.focus_swiper .swiper-pagination {
	bottom: 5%;
	width: auto;
	left: 2%;
}

.focus_swiper .swiper-button-next:after,
.focus_swiper .swiper-button-prev:after {
	display: none;
}

.focus_swiper .swiper-button-next,
.focus_swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid #c81918;
	border-radius: 50%;
	left: 55%;
	right: auto;
	top: 80%;
}

.focus_swiper .swiper-button-next {
	left: calc(55% + 65px);
}


.focus_swiper .swiper-button-next img {
	transform: rotate(180deg);
}

.focus_swiper .swiper-button-next img,
.focus_swiper .swiper-button-prev img {
	width: 10px;
}

.products.active {
	display: none;
}

.focus_swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.focus_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #a5db7d;
}

.focus_swiper .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}


.app-left {
	width: 50%;
	height: auto;
	position: relative;
}
.secend-box {
	padding-top: 0;
}
.secend-box .flex{
	align-items: center;
}

.app-img {
	width: 100%;
	overflow: hidden;
	height: auto;
}

.app-video {
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
}

.app-video video {
	position: absolute;
	left: 5%;
	top: 1%;
	background: #000000;
	border-radius: 2.5vw;
	width: 90%;
	height: 95%;
}

.app-right {
	width: 45%;
}

.partner-title{
	text-align: center;
	margin-bottom: 1vw;
	margin-top: -2vw;
	font-size: 1.125rem;
	display: flex;
	justify-content: center;
}

.partner-title p{
	width: auto;
	position: relative;
}

.partner-title p::after{
	width: 3vw;
	height: 1px;
	position: absolute;
	left: -4vw;
	top: 50%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.partner-title p::before{
	width: 3vw;
	height: 1px;
	position: absolute;
	right: -4vw;
	top: 50%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.en .app-right .common-name p{
	text-transform: uppercase;
}

.app-menu {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	gap: 1vw;
	margin-bottom: 1vw;
}

.app-menu .item {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 30px;
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 400;
	color: rgba(0, 0, 0, .4);
	cursor: pointer;

}

.app-menu .item::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	background: #48cca7;
	display: none;
}

.app-menu .item.active {
	color: #222222;
}

.app-menu .item.active::after {
	display: block;
}

.app-content {
	width: 100%;
	margin-bottom: 3vw;
}

.app-content .item {
	width: 100%;
	display: none;
}

.app-content .item.active {
	display: block;
}



.app-content .singePage {
	line-height: 1.87;
    font-size: 0.875rem;
}

.app-content .desc{
	margin-bottom: 3vw;
    width: 100%;
    height: auto;
	opacity: 0;
}

.app-content .item.active .desc{
	animation: appAnimate 1s ease 1 forwards;
}

.app-content .item.active .app-code{
	animation: appAnimate 1s ease 0.2s 1 forwards;
}

@keyframes appAnimate{
	0%{

		transform: translateY(25px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;

	}
}


.app-content .desc::-webkit-scrollbar {
	width: 4px;
}

.app-content .desc::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.app-content .desc::-webkit-scrollbar-thumb {
	background: #48cca7;
	
}

.app-content .desc .ms{
	background: #f9f9f9;
    padding: 1.5vw;
    line-height: 2;
    border-radius: 10px;
    margin-bottom: 10px;
}

.app-content .singePage p {
	margin-bottom: 0;
}

.app-code {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	gap: 2vw;
	opacity: 0;
}

.news-right.full {
	width: 100%;
	margin-top: 5vw;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.news-right.full .item {
	width: 49%;
	height: auto;
	position: relative;
	margin-bottom: 2vw;
	background: #f9f9f9;
	padding: 2vw;
	border-radius: 0.5vw;
}

.about-content {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.world-map {
	width: 65%;
	margin-left: 35%;
	position: relative;
}

.points {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.points .item {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 18%;
	top: 38%;
	opacity: 0.5;
	transform: scale(0.6);
}

.points .item.able::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	content: '';
	transform: scale(3);
}

.points .item.able{
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
}

.points .item.i0 {
	left: 21%;
    top: 52%;
}

.points .item.i1 {
	left: 23%;
    top: 56%;
}



.points .item.i2 {
	left: 26%;
    top: 60%;
}

.points .item.i3 {
	left: 29%;
    top: 58%;
}

.points .item.i4 {
	left: 27%;
    top: 79%;
}

.points .item.i5 {
	left: 32%;
    top: 70%;
}


.points .item.i6 {
	left: 46%;
    top: 31%;
}

.points .item.i7 {
	left: 49%;
    top: 32%;
}
.points .item.i8 {
	left: 47%;
    top: 35%;
}

.points .item.i9 {
	left: 45%;
    top: 38%;
}

.points .item.i10 {
	left: 50%;
    top: 38%;
}

.points .item.i11 {
	left: 50%;
    top: 46%;
}

.points .item.i12 {
	left: 53%;
    top: 35%;
}

.points .item.i13 {
	left: 49%;
    top: 57%;
}

.points .item.i38 {
	left: 46%;
    top: 53%;
}


.points .item.i14 {
	left: 53%;
    top: 64%;
}

.points .item.i15 {
	left: 57%;
    top: 62%;
}

.points .item.i16 {
	left: 53%;
    top: 78%;
}

.points .item.i17 {
	left: 57%;
    top: 44%;
}

.points .item.i36 {
	left: 59%;
    top: 44%;
}

.points .item.i37 {
	left: 61%;
    top: 44%;
}

.points .item.i18 {
	left: 59%;
    top: 50%;
}

.points .item.i19 {
	left: 64%;
    top: 35%;
}

.points .item.i20 {
	left: 59%;
    top: 73%;
}

.points .item.i21 {
	left: 63%;
    top: 40%;
}

.data-list .item .mn{
	display: none;
}

.points .item.i22 {
	left: 65%;
    top: 46%;
}

.points .item.i23 {
	left: 67%;
    top: 45%;
}

.points .item.i24 {
	left: 69%;
    top: 58%;
}
.points .item.i25 {
	left: 73%;
    top: 50%;
}
.points .item.i35 {
	left: 71%;
    top: 50%;
}
.points .item.i26 {
	left: 74%;
    top: 54%;
}
.points .item.i27 {
	left: 76%;
    top: 54%;
}

.points .item.i28 {
	left: 74%;
    top: 59%;
}

.points .item.i29 {
	left: 80%;
    top: 64%;
}

.points .item.i30 {
	left: 81%;
    top: 58%;
}

.points .item.i31 {
	left: 87%;
    top: 80%;
}

.points .item.i32 {
	left: 77%;
    top: 49%;
}

.points .item.i33 {
	left: 81%;
    top: 42%;
}

.points .item.i34 {
	left: 84%;
    top: 42%;
}


.points .item .icon {
	width: 100%;
	height: 100%;
	position: relative;
}

.points .item .icon::after{
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background: #f08200;
	content: '';
}

.points .item .icon::before{
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background: #f08200;
	transform: scale(1);
	content: '';
	
}

.points .item.able .icon::before{
	-webkit-animation: scaleAnimate 1s linear infinite;
}

@-webkit-keyframes scaleAnimate{
	0%{
		transform: scale(1);
		opacity: 0.5;
	}
	100%{
		transform: scale(3);
		opacity: 0;
	}
}

.points .item .show-point {
	width: 200px;
	height: auto;
	position: absolute;
	left: 24px;
	background: #ffffff;
	padding: 15px;
	border: 1px solid #f08200;
    border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.45s;
	display: flex;
	justify-content: space-between;
	bottom: 50px;
	transform: translateY(-15px);
}

.points .item .show-point .country{
	width: 40px;
}

.points .item .show-point::before{
	width: 1px;
	height: 80px;
	position: absolute;
	left: -20px;
    top: 40px;
	content: '';
	background: #f08200;
}

.points .item .show-point::after{
	width: 19px;
	height: 1px;
	position: absolute;
	left: -20px;
	top: 40px;
	content: '';
	background: #f08200;
}

.points .item:hover .show-point {
	opacity: 1;
	transform: translateY(0px);
}

.points .item:hover{
	z-index: 10;
}


.points .item .show-point .desc {
	font-size: 0.8rem;
	line-height: 1.5;
	width: calc(100% - 50px);
}

svg {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: -28vw;
}

.banner-swiper{
	height: calc(100vh + 3.6vw);
}

.banner-swiper::after{
	width: 100%;
	height: 20vh;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	content: '';
	pointer-events: none;
	z-index: 1;
}

.banner-swiper .swiper-slide{
	overflow: hidden;
}

.play-btn{
	display: block;
	width: 70px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 70%;
	background: rgba(0, 0, 0, .1);
	border-radius: 50%;
	backdrop-filter: blur(5px);
	padding: 10px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: none;
}

.banner-swiper .play-btn{
	display: none;
}

.play-btn img{
	opacity: 0.75;
}


.banner-swiper .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	will-change: transform;
}

.banner-swiper .img img{
	width: 100%;
	height: 100%;
	/* filter: url("#noise"); */
}

.displacement {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.banner-swiper .swiper-pagination{
	bottom: 7vw;
}

.banner-swiper .swiper-pagination-bullet{
	border-radius: 50px;
	background: #ffffff;
	width: 20px;
	outline: none;
	transition: all 0.5s;
}

.banner-swiper .swiper-pagination-bullet-active{
	width: 60px;
}

/* .mask-top::before{
	width: 100%;
	height: 3.65vw;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-98%);
	background: url(../images/mask-top.png) no-repeat;
	background-size: cover;
	content: '';
} */


.history-box::before{
	width: 100%;
	height: 3.65vw;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/mask-top.png) no-repeat;
	background-size: cover;
	content: '';
	z-index: 2;
}

.history-box::after{
	width: 100%;
	height: 3.65vw;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/footer-mask.png) no-repeat;
	background-size: cover;
	content: '';
	z-index: 2;
}


.line h1, .line p, .cta-label p, .count .digit h1 {
    position: relative;
    transform: translateY(120%);
}

.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1000;
	color: #ffffff;
	display: none;
}

.overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.block{
	width: 100%;
	height: 100%;
	background: #303030;
}

.intro-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 0.25rem;
}

#word-1{
	position: relative;
	left: -0.5rem;
	padding-right: 0.25rem;
}

.word h1{
	font-size: 2.5rem;
}

.divider{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center top;
	height: 100%;
	width: 1px;
	background: #000000;
}

.spinner-container{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.spinner{
	width: 50px;
	height: 50px;
	border: 1.4px solid #000000;
	border-top-color: rgba(0,0,0,.12);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin{
	to{
		transform: rotate(360deg);
	}
}

.counter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.count{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	overflow: hidden;
}

.digit{
	flex: 1;
	padding-top: 1rem;
	
}

.divider {
    transform: scaleY(0%);
}

.count .digit h1{
	font-size: 15rem;
	font-weight: 400;
	font-family: din;
	color: transparent;
    background: linear-gradient(0deg, #48cca7, #ed8302);
    background-clip: text;
}

.block {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	/* background: linear-gradient(0deg, #48cca7, #ed8302);; */
	background: #f9f9f9;
}

.slogan{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 40%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.slogan .title{
	overflow: hidden;
	font-family: din;
	font-size: 6vw;
}

.slogan .desc{
	width: 100%;
	overflow: hidden;
	font-size: 1.75vw;
}

.cta{
	position: relative;
    width: 180px;
    height: 50px;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    border-radius: 4rem;
    will-change: transform;
    margin: 0px auto;
    margin-top: 2vw;
}

.cta::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-image: linear-gradient(90deg, #48cca7, #a5db7d);
	border-radius: 50px;
	content: '';
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.8);
	opacity: 0;
}

.cta:hover::before{
	transform: scale(1);
	opacity: 1;
}



.cta-label{
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	height: 20px;
	overflow: hidden;
}

.cta-label span{
	color: #ffffff;
	display: block;
	line-height: 20px;
	margin-top: 0px;
}

.cta-label span:first-child{
	transition: all 0.35s;
}

.cta:hover .cta-label span:first-child{
	margin-top: -20px;
}

.cta-icon{
	position: absolute;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	will-change: transform;
	width: 35px;
    height: 35px;
	background: #ffffff;
}


.cta-icon::after{
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon-sd.png) no-repeat;
	background-size: cover;
	content: '';
}


.slogan .title p,.slogan .desc p{
	transform: translateY(100%);
	transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slogan .desc p{
	transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s;
}

.cta{
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .3s;
	width: 0px;
	padding: 0;
	opacity: 0;
	backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, .3);
}



.cta-label{
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
}

.cta-icon{
	transform: scale(0);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.banner-swiper .swiper-slide.active .slogan .title p,.banner-swiper .swiper-slide.active .slogan .desc p{
	transform: translateY(0%);
}
.banner-swiper .swiper-slide.active .slogan .cta{
	width: 180px;
	padding: 8px;
	opacity: 1;
} 

.banner-swiper .swiper-slide.active .slogan .cta-label{
	opacity: 1;
}

.banner-swiper .swiper-slide.active .slogan .cta-icon{
	transform: scale(1);
}

.lichen-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-banner .txt{
	font-weight: 450;
}

.en .sub-banner .txt{
	text-transform: uppercase;
	font-size: 6vw;
}

.sub-banner .img{
	width: 100%;
	height: 80vh;
	position: relative;
	overflow: hidden;
}
.sub-banner .img img{
	height: 100%;
}
.sub-banner .video{
	width: 100%;
	height: 80vh;
	position: relative;
	overflow: hidden;
}
.sub-banner .video video{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}
.core-box{
	width: 100%;
	height: auto;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw;
	display: none;
}

.core-box.active{
	display: grid;
}

.honor-swiper.active{
	display: none;
}

.core-box .item{
	border-radius: 0.5vw;
	background: #ffffff;
	padding: 3vw;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .05);
	overflow: hidden;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.core-box .item:hover{
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
}

.core-box .item::before{
	background-image: linear-gradient(180deg, #f2fbfa, #fbfcf5);
	width: 20vw;
	height: 20vw;
	position: absolute;
	left: 0;
	top: 0;
	left: var(--movex, 0px);
    top: var(--movey, 0px);
	transform: scale(0);
	border-radius: 50%;
	content: '';
	transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	margin-left: -10vw;
    margin-top: -10vw;
}

.core-box .item:hover::before{
	transform: scale(2);
}

.core-box .item .icon{
	width: 70px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 2vw;
	position: relative;
	bottom: -0.5vw;
	transition: all 0.5s;
}

.core-box .item:hover .icon{
	bottom: 0;
}
.core-box .item:hover .info{
	top: 0;
}
.core-box .item .info{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	top: -0.5vw;
	transition: all 0.5s;
}

.core-box .item .info .name{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 450;
	margin-bottom: 0.5vw;
}

.core-box .item .info .desc{
	line-height: 1.7;
}


.case-index{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-index .item{
	width: 48%;
	margin-bottom: 3vw;
	display: flex;
}

.case-index .item:first-child{
	width: 100%;
}

.case-index .item a{
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.case-index .item a:hover img{
	transform: scale(1.1);
}

.case-index .item a .inner{
	padding-top: 60%;
}

.case-index .item a .thum{
	width: 50%;
}

.case-index .item a .info{
	width: 50%;
	padding: 3vw 5%;
}

.case-index .item a .info .name{
	width: 100%;
	font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1vw;
	display: flex;
}
.case-index .item a .info .name p{
	transition: all 0.5s;
}
.case-index .item a:hover .info .name p{
	color: transparent;
    background: linear-gradient(90deg, #48cca7, #ffa940);
    background-clip: text;
}

.case-index .item a .info .desc{
	width: 100%;
	line-height: 2;
	margin-bottom: 4vw;
}

.case-index .item:nth-child(n+2) a .thum{
	width: 100%;
}

.case-index .item:nth-child(n+2) a .info{
	width: 100%;
}
.hambuer_nav{
	margin-bottom: 3vw;
	width: 100%;
}



.show-swiper .swiper-pagination-bullet-active{
	background: #48cca7;
}

.show-swiper .swiper-slide{
	width: 100%;
	height: auto;
	padding: 3vw;
}

.show-swiper .swiper-slide .img{
	width: 100%;
}

.pro-detail-top{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.hambuer{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 30px;
	padding: 10px 0px;
	color: rgba(0, 0, 0, .4);
	padding-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hambuer a{
	padding: 0px 10px;
	color: rgba(0, 0, 0, .4);
}

.hambuer a:hover,.hambuer a.active{
	color: #171717;
}

.pro-desc{
	width: 100%;
	height: auto;
	padding: 2vw;
	position: relative;
	border-radius: 10px;
	background: #f9f9f9;
	margin-bottom: 2vw;
	border-left: 3px solid #48cca7;
}

.pro-desc .name{
	font-size: 2vw;
	margin-bottom: 0.5vw;
}

.pro-desc .desc{
	width: 100%;
	line-height: 2;
}

.show-swiper{
	width: 45%;
	overflow: hidden;
	background: #f9f9f9;
	border-radius: 1vw;
	position: relative;
}

.product-warp{
	width: 50%;
}


.product-warp .name{
	font-size: 1.75vw;
    margin-bottom: 15px;
}

.product-warp .desc{
	width: 100%;
    height: auto;
    position: relative;
    background: #f9f9f9;
    padding: 1.25vw;
    border-radius: 5px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.pw-cols{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.5;
	color: #a8a8a8;
}

.pw-cols .pw-desc{
	width: calc(100% - 50px);
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pw-cols .pw-title{
	width: 50px;

}

.pw-cols .pw-desc a{
	background: rgba(0, 0, 0, .04);
    padding: 5px 7px;
    border-radius: 5px;
}

.mb5{
	margin-bottom: 3vw;
}

.pw-cols .pw-desc a:hover{
	background: #48cca7;
	color: #ffffff;
}

.featrues-box{
	padding: vw 0px;
	padding-bottom: 0;
}

.featrues-box.sec{
	padding-bottom: 6vw;
	padding-top: 6vw;
}

.featrues{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.featrues .item{
	width: 31%;
	position: relative;
	margin-right: 3.5%;
	margin-bottom: 3vw;
}

.featrues .item:nth-child(3n){
	margin-right: 0%;
}

.featrues .item .icon{
	width: 50px;
	height: auto;
	position: relative;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
	color: #7e858a;
	font-size: 40px;
	margin-bottom: 10px;
}

.featrues .item .name{
	position: relative;
	font-size: 1.35rem;
	margin-bottom: 10px;
	line-height: 24px;
	color: #2AC28F;
	padding-left: 15px;
}

.featrues .item .name::after{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
	background: #2AC28F;
	border-radius: 50%;
}

.featrues .item .desc{
	word-break: break-word;
	font-size: 1rem;
	line-height: 1.7;
}

.product-list.three{
	grid-template-columns: repeat(4, 1fr);
}

.product-image{
	width: 100%;
	height: 80vh;
	position: relative;
	overflow: hidden;
	display: none;
}

.feat-box{
	background: #f9f9f9;
}

.product-image img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.svg-container {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;

}

.svg-mask {
	width: 100%;
	height: 100%;
	position: relative;
}

.svg {
	width: 100%;
	height: 100%;
	display: block;
}

.notch-top__bg-container {
	background: #fff;
	height: 48px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.common-name p span{
	display: none;
}

.notch-separator__wrapper {
	height: 0;
	position: relative;
	z-index: 3;
}


.notch-separator {
	position: absolute;
	top: 1px;
	transform: translateY(-100%);
	width: 100%;
}

.after-top{
	width: 100%;
    position: sticky;
    background: #fff;
    top: 90px;
    z-index: 2;
	border-top: 15px solid #ffffff;
}

.after-bar{
	width: 100%;
	display: flex;
	position: relative;
}

.boxes.pt3{
	padding-top: 3vw;
}

.after-bar .dot{
	flex: 1;
	position: relative;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	color: #D9D9D9;
	transition: all 0.5s;
}

.after-bar .dot .txt{
	width: 100%;
	text-align: center;
	line-height: 25px;
	margin-bottom: 10px;
}

.after-bar .dot .icon{
	width: 20px;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #D9D9D9;
	border-radius: 50%;
	transition: all 0.5s;
}
.after-bar .dot.active{
	color: #48cca7;
}
.after-bar .dot.active .icon{
	background: #48cca7;
}

.after-bar .dot .num{
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 10px;
	font-family: Figtree;
	font-size: 1.25rem;
	line-height: 25px;
}

.after-progress{
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #D9D9D9;
	border-radius: 5px;
	overflow: hidden;
}

.after-progress span{
	width: 17%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #48cca7;
	transition: all 0.35s;
}

.after-btm{
	width: 100%;
	height: auto;
	margin-top: 3vw;
	position: relative;
}

.after-item{
	width: 100%;
	height: auto;
	display: none;
}

.after-item.active{
	display: block;
}

.after-item .names{
	text-align: center;
	font-size: 1.75rem;
	margin-bottom: 2vw;
	font-weight: 500;
}

.after-item-box{
	width: 100%;
	height: auto;
	position: relative;
	background: #ffffff;
	box-shadow: 0px 5px 25px 1px rgba(135, 165, 193, 0.15);
	border-radius: 1vw;
    padding: 5vw 3vw;
}

.after-tips{
	width: 100%;
    height: auto;
    position: relative;
    background: #F7F8FB;
    padding: 2vw;
    line-height: 1.7;
    margin-bottom: 2vw;
    border-radius: 0.5vw;
}

.after-tips .title{
	width: 100%;
	font-size: 1.35rem;
	margin-bottom: 0.25vw;
}

.after-info{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	margin-bottom: 4vw;
}

.after-config{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 3vw;
	gap: 5px;
}

.step-btn{
	width: 165px;
	height: auto;
	line-height: 45px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: #48cca7;
	color: #ffffff;
	border-radius: 50px;
	overflow: hidden;
}

.step-btn::before{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
    transform: translateX(-105%);
    content: '';
    background: #55dab5;
    border-radius: 50px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.step-btn p{
	position: relative;
	z-index: 2;
}

.step-btn:hover::before{
	transform: translateX(0%) scale(1.2);
}

.after-config .after-btn{
	width: 18px;
	height: 18px;
	border: 1px solid #EEE;
    background: #F9F9F9;
	position: relative;
	cursor: pointer;
}

.after-config .after-btn::after{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: url(../images/right-icon.png) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.after-config .after-btn.active::after{
	opacity: 1;
}

.step-submit.active{
	opacity: 0.5;
	cursor: no-drop;
}

.step-box{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1.5vw;
	margin-top: 3vw;
}

.message-form .label.half{
	width: 49%;
}
.message-form .label.full{
	width: 100%;
}
.after-item-box .label{
	width: 49%;
	margin-right: 0%;
}

.after-item-box .label:nth-child(3n){
	margin-right: 0%;
}

.after-item-box .label:nth-child(2n){
	margin-right: 0%;
}


.selected-dates {
	margin-top: 20px;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 8px;
	display: none;
}

.en nav ul li .second-lab{
    padding: 25px 5%;
}
.en nav ul li .second-lab .case_item{
    font-size: 1rem;
}

.selected-dates.active {
	display: block;
}

.selected-dates h3 {
	margin-bottom: 10px;
	color: #333;
}

.selected-dates p {
	margin-bottom: 5px;
	color: #555;
}

/* 日历控件 */
.date-input-container {
	position: relative;
}

.date-input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: border-color 0.3s;
}

.date-input:focus {
	border-color: #4a6cf7;
	outline: none;
}

.calendar-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #777;
	cursor: pointer;
}

.date-picker {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 100;
	margin-top: 5px;
	padding: 15px;
}

.date-picker.active {
	display: block;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.nav-btn {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #555;
	padding: 5px 10px;
	border-radius: 4px;
	transition: background 0.3s;
}

.nav-btn:hover {
	background: #f0f0f0;
}

.month-year {
	font-weight: 600;
	font-size: 16px;
}

.weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	color: #777;
}

.days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.day {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s;
}

.day:hover {
	background: #f0f0f0;
}

.day.selected {
	background: #4a6cf7;
	color: white;
}

.day.other-month {
	color: #ccc;
}

.day.today {
	background: #e6efff;
	color: #4a6cf7;
	font-weight: 600;
}

.day.today.selected {
	background: #4a6cf7;
	color: white;
}

.footers {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.action-btn {
	padding: 8px 15px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s;
}

.today-btn {
	background: #f0f0f0;
	color: #555;
}

.clear-btn {
	background: #ff6b6b;
	color: white;
}

.confirm-btn {
	background: #4a6cf7;
	color: white;
}

@media screen and (max-width: 1600px) {
	nav ul li .first-lab a{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 1500px) {
	nav ul li .first-lab a {
		
	}
	.wn-name {
		font-size: 2.6vw;
	}
}

@media screen and (max-width: 1440px) {
	.header-box{
		padding: 0px 7%;
	}
	header .header-box::before{
		width: 90%;
		left: 5%;
	}
	nav ul li .second-lab{
		padding: 25px 7%;
	}
	.data-show.in .item .top .l {
		font-size: 3vw;
	}
	html {
		font-size: 14px;
	}
	nav ul li .second-lab a{
		font-size: 1rem;
		line-height: 20px;
	}
	.data-show .item .btm,.data-list .item .cols .n{
		font-size: 1rem;
	}
	.app-content .singePage{
		font-size: 1rem;
	}
	.wn-name {
        font-size: 2.5vw;
    }

	header::before{
		width: 90%;
		left: 5%;
	}
	.f-address .item b{
		width: 65px;
	}
	.f-address .item p{
		width: calc(100% - 65px);
	}
	nav ul li .first-lab a {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1200px) {
	nav ul li .first-lab a{
		padding: 0 0.5vw;
	}
}

@media screen and (max-width: 1024px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		height: 60px;
		padding: 0 5vw;
		background: #ffffff;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	}
	
	.w1400 {
		width: 90%;
	}

	html {
		font-size: 16px;
	}
	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;
	}
	.header-box {
        padding: 0px 0%;
		top: 0;
		height: 100%;
    }
	header .header-box::before{
		display: none;
	}

	.banner-swiper{
		height: 56vw;
		margin-top: 60px;
	}
	header .logo {
		width: 140px;
	}
	header .logo img:nth-child(2){
		opacity: 1;
	}
	header .logo img:nth-child(1){
		opacity: 0;
	}
	.menu_btn{
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-bar{
		width: 70px;
        margin-right: 50px;
		position: relative;
        z-index: 2;
	}
	.home-video{
		height: 100%;
	}
	.notch-separator__wrapper{
		display: none;
	}
	.banner-swiper .swiper-pagination{
		bottom: 2vw;
	}
	.banner-swiper .swiper-pagination-bullet-active{
		width: 20px !important;
	}
	.banner-swiper .swiper-pagination-bullet{
		width: 8px;
		height: 6px;
        margin: 0px 2px !important;
	}
	.boxes{
		padding: 15vw 0px;
	}
	.about-content{
		flex-wrap: wrap;
	}
	.about-intro{
		width: 100%;
		position: relative;
		margin-bottom: 10vw;
	}
	.world-map {
		width: 100%;
		margin-left: 0%;
	}
	.about-intro .common-name{
		font-size: 1.25rem;
	}
	.about-intro .des{
		font-size: 1rem;
	}
	.wn-btn {
		width: 150px;
		height: 42px;
	}
	.wn-btn .btn-box .txt{
		font-size: 0.875rem;
		left: 20px;
	}
	.wn-btn .btn-box .icon {
		width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
	}
	.points .item .show-point{
		display: none;
	}
	.points .item {
		width: 5px;
		height: 5px;
	}
	.data-show{
		flex-wrap: wrap;
	}
	.data-show .item{
		width: 48%;
		padding: 3vw;
		margin-bottom: 4vw;
	}
	.data-show .item .icon{
		width: 10vw;
	}
	.data-show .item .top{
		width: calc(100% - 12vw);
	}
	.data-show.in .item .top .l {
        font-size: 12vw;
    }
	.data-show .item .btm, .data-list .item .cols .n,.data-show .item .top .r{
		font-size: 0.75rem;
	}
	.data-show .item .top .r{
		width: auto;
	}
	.secend-box{
		padding-top: 0%;
	}
	.app-left{
		width: 100%;
		margin-bottom: 10vw;
	}

	.app-right{
		width: 100%;
	}

	.app-right .common-name{
		margin-bottom: 2vw;
	}

	.app-img{
		width: 100%;
		height: auto;
	}
	.common-name{
		font-size: 1.5rem;
		margin-bottom: 5vw;
	}
	.app-menu{
		gap: 5vw;
	}
	.app-menu .item{
		font-size: 1rem;
	}

	.product-images{
		display: none;
	}
	.product-name{
		font-size: 1.5rem;
		position: relative;
		top: 0;
        left: 0;
		margin-bottom: 5vw;
	}
	.product-name p{
		display: inline-block;
		color: transparent;
		background: linear-gradient(90deg, #48cca7, #ffa940);
		background-clip: text;
	}
	.products{
		height: auto;
	}
	.product-cols{
		height: auto;
		position: relative;
	}
	.product-cols .item{
		width: 100%;
		height: auto;
		margin-bottom: 10vw;
		display: block;
	}
	.product-cols .item .cover{
		position: relative;
		border-radius: 3vw;
	}

	.product-cols .item .item-box{
		width: 100%;
		padding-left: 0;
		position: relative;
        color: #333333;
	}
	.product-cols .item .cover{
		display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 3vw;
        border-radius: 3vw;
        overflow: hidden;
	}
	.product-box{
		padding: 0px 5%;
	}
	.product-progress{
		display: none;
	}

	.product-cols .item .item-box .name{
		font-size: 1.25rem;
	}
	.product-cols .item .item-box .desc{
		font-size: 0.875rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		opacity: 0.7;
	}
	.svg{
		display: none;
	}
	.product-cols .item:last-child{
		margin-bottom: 0;
	}
	.common-name br{
		display: none;
	}
	.product{
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;	
		margin-bottom: 10vw;
	}
	.product .inner {
		padding-top: 60%;
	}
	.product .item a .icons {
		width: 40px;
		position: absolute;
		padding: 6px;
		right: auto;
        top: 5vw;
        left: 5vw;
	}
	.product .item a .title{
		width: 70%;
		font-size: 1.5rem;
		left: 5vw;
		top: calc(5vw + 50px);
	}
	.product .item {
		border-radius: 3vw;
		overflow: hidden;
	}
	.product .item a .des,.product .item a .wn-btn{
		display: none;
	}
	.name-flex .yellow{
		display: none;
	}
	.wn-name{
		font-size: 1.5rem;
		width: 100%;
        margin-bottom: 5vw;
	}
	.news-content{
		flex-wrap: wrap;
	}
	.news-content .focus,.news-right{
		width: 100%;
	}
	.news-content .focus .info .name,.news-right .item .info .name{
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 1vw;
	}
	.news-content .focus .info .date,.news-right .item .info .date{
		font-size: 0.75rem;
	}
	.news-content .focus .info,.news-right .item .info{
		margin-top: 3vw;
	}
	.news-right{
		margin-top: 5vw;
	}
	.news-right .item .thum,.news-right .item .info{
		width: 100%;
	}
	.news-right .item{
		margin-bottom: 5vw;
	}
	.product .inner::after{
		display: none;
	}
	.footer::before{
		display: none;
	}
	.flogo{
		width: 140px;
		display: none;
	}
	.footer{
		padding-top: 10vw;
	}
	.f-nav{
		display: none;
	}
	.f-cols{
		width: 100%;
	}
	.f-address .item{
		font-size: 0.75rem;
	}
	.f-address .name, .f-email .name{
		margin-bottom: 3vw;
		font-size: 1rem;
	}
	.copyright .cp{
		width: 100%;
		font-size: 0.75rem;
        line-height: 1.5;
	}
	.f-address{
		margin-bottom: 10vw;
	}
	.order-box{
		width: 100%;
	}
	.order-box .mail-btn img{
		width: 15px;
	}
	.order-box .mail-btn{
		width: 45px;
    	padding: 4px 0px;
	}
	.order-box .mail-btn img {
		width: 20px;
	}
	nav.active {
        pointer-events: auto;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
	nav ul{
		display: block;
	}
	nav ul li .second-lab{
		display: none;
	}
	nav ul li .first-lab a{
		line-height: 13vw;
	}
	.sub-banner{
		margin-top: 60px;
	}
	.sub-banner .img{
		height: 50vw;
	}
	.sub-banner .txt{
		font-size: 6vw;
	}
	.play-btn{
		width: 40px;
		padding: 4px;
	}
	.about-cols{
		width: 100%;
	}
	.data-list .item .cols .d{
		font-size: 0.75rem;
	}
	.data-list .item .num{
		font-size: 10vw;
	}
	.a-line,.data-list .item .cols .n{
		display: none;
	}
	.data-list .item .mn{
		display: block;
        font-size: 0.875rem;
        width: 100%;
        text-align: center;
	}
	.data-list .item{
		flex-wrap: wrap;
		gap: 0;
		background: #f9f9f9;
		width: 32%;
		justify-content: center;
        padding: 2vw;
		align-items: flex-end;
	}
	.data-list .item .cols .d{
		margin-left: 5px;
	}
	.data-list{
		margin-top: 10vw;
	}
	.cultrue-box{
		width: 100%;
		margin-top: 10vw;
	}
	.cul-list .item:nth-child(1) .img,.cul-list .item:nth-child(2) .img,.cul-list .item:nth-child(3) .img{
		mask-image:none;
	}
	.cul-list{
		gap: 0;
		flex-wrap: wrap;
		display: block;
	}
	.cul-list .item{
		flex: none;
		width: 100%;
		height: 20vh;
		margin-bottom: 5vw;
		border-radius: 3vw;
        overflow: hidden;
	}
	.cul-list .item .img,.cul-list .item:nth-child(2) .img{
		width: 100%;
	}
	.cul-list .item .name p{
		font-size: 0.875rem;
	}
	.cul-list .item .name b {
		font-size: 1.125rem;
        display: block;
        margin-bottom: 0.5vw;
	}
	.cul-list .item .name{
		padding: 5vw;
	}
	.cul-list .item:nth-child(2) .name,.cul-list .item:nth-child(3) .name{
		text-align: left;
	}
	.cul-list .item:last-child{
		margin-bottom: 0;
	}
	.history-box::after{
		display: none;
	}
	.history-box .wn-name p{
		color: #ffffff;
	}
	.lichen-swiper .year{
		font-size: 10vw;
	}
	.lichen-swiper .des {
        font-size: 1rem;
		width: 100%;
        margin-left: 0%;
    }
	.lichen-swiper{
		padding-bottom: 0;
	}
	.btn-ele{
		gap: 5vw;
	}
	.btn-ele .next, .btn-ele .prev {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 0.75rem;
	}
	.history-box::before{
		display: none;
	}
	.wn-name.lc {
		padding-top: 0vw;
		margin-bottom: 10vw;
	}
	.name-flex{
		flex-wrap: wrap;
	}
	.yf-menu{
		width: 100%;
		gap: 2vw;
		margin-bottom: 3vw;
	}
	.yf-menu a{
		border: 1px solid #333333;
		color: #333333;
		border-radius: 50px;
		padding: 0px 10px;
        font-size: 1rem;
	}
	.yf-menu a.active{
		background: #2AC28F;
		color: #ffffff;
		border-color: #2AC28F;
	}
	.honor-swiper .name{
		margin-top: 3vw;
		font-size: 0.875rem;
	}
	.honor-swiper {
		padding-bottom: 6vw;
	}
	.mbs-cols {
		width: 100%;
	}
	.mbs-cols .list .item{
		padding: 3vw 5vw;
		margin-bottom: 3vw;
	}
	.mbs-cols .des{
		font-size: 0.875rem;
	}
	.mbs-thum .inner{
		mask-image:none;
	}
	.mbs-cols .list .item .name{
		font-size: 1rem;
	}
	.mbs-cols .list .item .info{
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.mbs-thum{
		margin-top: 5vw;
		width: 100%;
		border-radius: 3vw;
        overflow: hidden;
	}
	.hambuer{
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
	.hambuer a {
		padding: 0px 5px;
	}
	.recommon-swiper .swiper-slide .info{
		width: 90%;
	}
	.recommon-swiper .swiper-slide .info .name {
		font-size: 1.35rem;
		margin-bottom: 5vw;
	}
	.rec-more-box {
		width: 100px;
		padding: 6px 0px;
		font-size: 0.875rem;
	}
	.recommon-swiper .swiper-slide .thum::after{
		right: auto;
		left: 0px;
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(72, 204, 167, 0));
	}
	.recommon-swiper .swiper-slide{
		border-radius: 3vw;
	}
	.product-menu{
		display: flex;
        width: 100%;
        top: 60px;
		flex-wrap: wrap;
	}
	.pro-cols-right {
		width: 100%;
	}
	.pro-desc .name{
		font-size: 1.35rem;
	}
	.pro-desc{
		border-top: 3px solid #48cca7;
		border-left: none;
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.pro-desc .desc{
		line-height: 1.7;
	}
	.recommon-swiper{
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.product-list{
		gap: 5vw;
		grid-template-columns: repeat(2, 1fr);
	}
	.product-list .item a .name{
		font-size: 0.875rem;
		line-height: 1.6;
	}
	.product-list .item a .thum {
		width: 90%;
		margin-left: 5%;
	}
	.product-menu a span{
		display: none;
	}
	.product-menu a{
		padding-left: 0;
		border: 1px solid #333333;
        color: #333333;
        border-radius: 50px;
        padding: 0px 10px;
        font-size: 0.875rem;
	}
	.product-menu a.active{
		background: #2AC28F;
        color: #ffffff;
		border-color: #2AC28F;
	}
	.honor-swiper .bj-btns{
		display: none;
	}
	.product-menu a.active p{
		color: #ffffff;
	}
	.product-menu a.active {
		padding-left: 10px;
	}
	.product-menu{
		display: flex;
        width: 100%;
        top: 0px;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 5vw;
		gap: 1vw;
	}
	.product-menu a:hover {
		padding-left: 0px;
		color: #333333;
	}
	.hambuer_nav{
		display: none;
	}
	.boxes.pt3 {
		padding-top: 10vw;
	}
	.show-swiper,.product-warp{
		width: 100%;
	}
	.show-swiper .swiper-button-next, .show-swiper .swiper-button-prev{
		display: none;
	}
	.pro_detail{
		padding-top: 5vw;
	}
	.show-swiper .swiper-slide{
		padding: 5vw;
	}
	.product-warp{
		margin-top: 3vw;
	}
	.show-swiper .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0px 2px !important;
	}
	.product-warp .name{
		font-size: 1.5rem;
        border-top: 3px solid #2AC28F;
        border-radius: 10px;
        padding: 15px 0px;
		padding-bottom: 0;
	}
	.product-warp .desc{
		padding: 3vw;
		font-size: 0.875rem;
	}
	.pw-cols{
		font-size: 0.875rem;
	}
	.featrues .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.featrues .item .name{
		font-size: 1rem;
		margin-bottom: 5px;
	}
	.featrues .item .desc{
		font-size: 0.875rem;
	}
	.featrues-box.sec .singePage {
        overflow-x: auto;
    }
	.singePage tbody tr td,.singePage thead tr th{
		padding: 3px;
		font-size: 0.75rem;
	}
	.product-list.three {
		grid-template-columns: repeat(2, 1fr);
	}
	.message-cat a{
		font-size: 1rem;
		font-weight: 400;
		line-height: 30px;
	}
	.message-cat{
		margin-bottom: 3vw;
		gap: 3vw;
	}
	.label {
		font-size: 0.75rem;
		width: 48%;
		margin-bottom: 3vw;
	}
	.label:nth-child(2n){
		margin-right: 0%;
	}
	.message-form input, .message-form select{
		font-size: 0.75rem;
		height: 35px;
	}
	.label .name {
		margin-bottom: 5px;
		width: 100%;
	}
	.message-form select{
		padding-left: 6px;
	}
	.message-form{
		margin-bottom: 0;
	}
	.case-index .item a .thum {
		width: 100%;
		margin-bottom: 3vw;
	}
	.case-index .item a .info{
		width: 100%;
		padding: 0px;
	}
	.case-index .item a .info .name{
		font-size: 1.25rem;
	}
	.case-index .item a .info .desc{
		font-size: 0.875rem;
		line-height: 1.7;
	}
	.case-index .wn-btn{
		display: none;
	}
	.case-index .item {
		width: 100%;
		margin-bottom: 5vw;
	}
	.case-index .item a .thum{
		border-radius: 3vw;
		overflow: hidden;
	}
	.solution-top{
		background: transparent;
		flex-wrap: wrap;
	}
	.solu-thum{
		width: 100%;
	}
	.solu-content{
		width: 100%;
		padding: 0;
	}
	.solu-content .singePage{
		line-height: 1.7;
	}
	.solu-content .name,.case-list .item .name {
		font-size: 1.25rem;
		font-weight: 400;
	}
	.solu-thum{
		margin-bottom: 3vw;
	}
	.case-list .item{
		width: 100%;
	}
	.case-list .item .des{
		font-size: 0.875rem;
	}
	.case-list .item .name{
		margin-bottom: 1vw;
	}
	.case-list .item .thum{
		border-radius: 3vw;
		margin-bottom: 3vw;
	}
	.product-list.full{
		grid-template-columns: repeat(2, 1fr);
	}
	.cooperation .item::before,.cooperation .item::after{
		display: none;
	}
	.cooperation .item {
		width: 50%;
		height: 18vw;
	}
	.cooper .item a .name{
		font-size: 1rem;
	}
	.after-sales .right-cols{
		display: none;
	}
	.after-sales .left-cols{
		width: 100%;
	}
	.after-sales .left-cols .item{
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.after-sales .left-cols .item .top .name{
		font-size: 1rem;
	}
	.message-box .wn-name {
		width: 100%;
	}
	.message-right {
		width: 100%;
	}
	.question-cat a::after{
		display: none;
	}
	.question-cat,.question-list{
		width: 100%;
	}
	.question-cat{
		gap: 2vw;
        margin-bottom: 5vw;
		display: flex;
		flex-wrap: wrap;
	}
	.question-cat a{
		border: 1px solid #333333;
		color: #333333;
		border-radius: 50px;
		padding: 0px 15px;
        font-size: 1rem;
        width: auto;
		margin-bottom: 0;
	}
	.question-cat a.active{
		background: #2AC28F;
		color: #ffffff;
		border-color: #2AC28F;
	}
	.question-cat a.active::after{
		display: none;
	}
	.quess .item{
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.quess .item .icon{
		font-size: 1rem;
	}
	.quess .item .top .name,.quess .item .top .info{
		width: calc(100% - 30px);
		font-size: 0.875rem;
	}
	.version .icon img:nth-child(1),.search-links img:nth-child(1){
	    opacity: 0;
	}
	
	.version .icon img:nth-child(2),.search-links img:nth-child(2){
	    opacity: 1;
	}
	.message-box .wn-name p{
	    display: block;
	    width: 100%;
	}
	.after-top{
	    border-top: none;
	    position: relative;
        margin-top: 5vw;
        top: 0;
	}
	.after-bar .dot .txt{
	    font-size: 0.75rem;
	    line-height: 15px;
	        height: 30px;
	}
	.after-progress{
	    height: 1px;
	}
	
	.after-bar .dot .num{
	    font-size: 1rem;
	}
	
	.after-item-box{
	    padding: 0;
        box-shadow: none;
	}
	.after-item .names{
	    font-size: 1.35rem;
	    margin-bottom: 5vw;
	}
	.after-btm{
	    margin-top: 10vw;
	}
	.after-tips{
	    padding: 0;
	    background: transparent;
	}
	
	.after-tips .title{
	    font-size: 1rem;
	}
	
	.after-tips .desc,.after-info{
	    font-size: 0.875rem;
	    line-height: 1.7;
	}
	
	.after-title{
	    font-size: 1rem;
	    padding: 3vw 0px;
	}
	
	.after-info{
	    margin-bottom: 10vw;
	}
	
	.after-config{
	    margin-bottom: 10vw;
	    font-size: 0.75rem;
	}
	.step-btn {
        width: 125px;
        height: auto;
        line-height: 40px;
        font-size: 0.875rem;
	}
	.after-item-box .label.full{
	    width: 100%;
	}
	.after-bz {
        margin-bottom: 10vw;
        font-size: 0.635rem;
        opacity: 0.6;
    }
    .step-box{
        gap: 3vw;
    }
    .yf-menu{
        margin-bottom: 5vw;
    }
    .focus_swiper .swiper-slide{
        flex-wrap: wrap;
    }
    .focus_swiper .swiper-slide .thum{
        width: 100%;
        margin-bottom: 3vw;
    }
    .focus_swiper .swiper-slide .info{
        width: 100%;
        padding: 0px 5%;
        padding-bottom: 5vw;
    }
    .focus_swiper .swiper-slide .info .name{
        width: 100%;
        font-size: 1rem;
        margin-bottom: 3vw;
    }
    .focus_swiper .swiper-slide .wn-btn{
        display: none;
    }
    .focus_swiper .swiper-slide .info .ms{
        display: none;
    }
    
    .focus_swiper .swiper-pagination{
        left: auto;
        right: 2%;
    }
    
    .focus_swiper .swiper-pagination-bullet{
        background: #a5db7d;
        opacity: 0.3;
    }
    
    .focus_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
    }
    
    .news-right.full{
        margin-bottom: 5vw;
    }
    
    .news-right.full .item{
        width: 100%;
        padding: 0;
        margin-bottom: 5vw;
        background: transparent;
    }
    .news-right .item .thum{
        border-radius: 3vw;
    }
    
    .zhanhui-list .item {
        width: 100%;
        margin-bottom: 5vw;
        border-radius: 3vw;
        overflow: hidden;
    }
    
    .zhanhui-list .item .box .info{
        padding: 5vw;
    }
    
    .zhanhui-list .item .box .info .name {
        font-size: 1rem;
        margin-bottom: 1vw;
    }
    
    .zhanhui-list .item .box .info .date{
        font-size: 0.75rem;
    }
    
    .downloads .item{
        width: 48%;
        margin-right: 4%;
    }
    
    .downloads .item:nth-child(3n){
        margin-right: 4%;
    }
    
    .downloads .item:nth-child(2n){
        margin-right: 0%;
    }
    
    .downloads .item .box{
        padding: 5vw;
        border-radius: 3vw;
    }
    .downloads .item .box .name {
        font-size: 1rem;
        line-height: 25px;
        height: 50px;
    }
    
    .downloads .item .dw-icon{
        font-size: 0.75rem;
    }
    
    .downloads .item .dw-icon .icon {
        width: 14px;
        height: auto;
    }
    .downloads .item .box::before {
        width: 50vw;
        height: 50vw;
        position: absolute;
        right: -20vw;
        top: 0vw;
    }
    .searchGroup{
        width: 94%;
        padding: 10vw;
    }
    .searchBtn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 0.875rem;
    }
	.banner-swiper::after{
		display: none;
	}	
	.banner-swiper .swiper-slide.active .slogan .cta{
		display: none;
	}
	.slogan{
		width: 90%;
		left: 5%;
	}
	.slogan .title{
		font-size: 7vw;
	}
	.sub-banner .video{
		height: 60vw;
	}
	.banner-swiper .play-btn{
		display: block;
		top: 50%;
	}
	nav ul li .first-lab a{
		color: #333333;
	}
	nav ul{
		padding: 0px 5%;
	}
	nav ul li{
		width: 100%;
		display: flex;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		flex-wrap: wrap;
		padding: 10px 0px;
	}
	nav ul li .first-lab a {
        line-height: 25px;
        padding: 5px 0px;
        text-align: left;
        font-size: 1.125rem;
		
    }
	nav ul li .first-lab{
		width: 100%;
	}
	nav ul li .second-lab,nav ul li .second-lab .menu {
        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;
		padding: 10px 0px;
		line-height: 25px;
    }
	nav ul li .second-lab::before{
		display: none;
	}
	nav ul li .second-lab .case_item{
		margin: 0;
		gap: 0;
	}
	nav ul li .second-lab .case_item .icon{
		display: none;
	}
	nav ul li .second-lab.center {
		justify-content: flex-start;
	}
	nav ul li .second-lab .case_item,nav ul li .second-lab .menu a{
		margin-right: 3vw;
		font-size: 1rem;
		line-height: 25px;
	}
	nav ul li .second-lab .sr_box{
		display: none;
	}
	nav ul li .second-lab .menu {
		width: 100%;
		padding: 0;
	}
	nav ul li .second-lab .menu a{
		padding: 0;
		border-bottom:none;
		width: auto;
	}
	nav ul li .second-lab .menu a::before{
		display: none;
	}
	nav ul li .second-lab .menu a.active{
		padding-left: 0;
	}
	nav ul li .second-lab .menu a::after{
		display: none;
	}
	nav ul li .second-lab .solution_item {
		width: auto;
		margin: 0;
	}
	nav ul li .second-lab .solution_item .thum{
		display: none;
	}
	nav ul li .second-lab .solution_item .icon{
		display: none;
	}
	nav ul li .second-lab .solution_item .name{
		line-height: 25px;
		padding: 0;
	}
	nav ul li .second-lab .menu a{
		color: #333333;
	}
	nav ul li .second-lab{
		padding-top: 0;
		padding-left: 15px;
	}
	nav ul li .second-lab .solution_item a{
		margin-right: 3vw;
	}
	nav ul li .second-lab .solution_item .name::after{
		display: none;
	}
	nav ul li .first-lab{
		display: flex;
		padding-left: 15px;
	}


	nav ul li .first-lab a{
		width: auto;
		color: #48cca7;
	}
	header.active nav ul li:hover .first-lab a, header:hover nav ul li:hover .first-lab a{
		color: #48cca7;
	}
	nav ul li .first-lab::after{
		width: 8px;
		height: 2px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		content: '';
		background: #48cca7;
	}
	header.active nav ul li .first-lab a, header:hover nav ul li .first-lab a{
		color: #48cca7;
	}
	.menu-bar.active .version .languge{
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.en nav ul li .second-lab {
		padding: 0%;
	}
	.en nav ul li .second-lab .case_item {
		font-size: 0.875rem;
	}
	.common-name p span{
		display: inline;
	}

	.common-name p.hd{
		display: none;
	}
	select{
		background: #ffffff;
	}
	.after-sales .left-cols .item .img{
		display: block;
	}
	.after-sales .left-cols .item .list{
		display: flex;
	}
	#faq{
		padding-top: 15vw;
	}
	.en .message-box .wn-name {
        width: 100%;
        margin-bottom: 5vw;
        font-size: 1.125rem;
    }
    .en .message-cat {
        gap: 1vw;
    }
    .en .message-cat a{
        font-size: 0.875rem;
    }
}