/*
 *	Created by Edward on 26/01/06
*/
html {
	font-size: 16px;
}
*{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
@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: 'Montserrat';
	font-weight: 400;
	src: url('../fonts/Montserrat-Regular.eot') format("eot"),
		url("../fonts/Montserrat-Regular.svg") format("svg"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype"),
		url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url(../fonts/Montserrat-Medium.ttf);
}

body,
html {
	color: #000;
	font-family: "Montserrat", '微软雅黑', sans-serif;
	font-weight: 300;
	/* cubic-bezier(.4,0,.2,1) */
	/* transition: cubic-bezier(0.47, 0, 0.745, 0.715); */
}

b,
strong {
	font-weight: 400;
}

textarea,
input,
select {
	font-family: "Montserrat", '微软雅黑', "Arial";
	font-size: 0.875rem;
	outline: none;
	border: none;
}

button {
	border: none;
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	padding: 15px 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

header::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	transition: all 0.4s;
	transform: scaleY(0);
	pointer-events: none;
	transform-origin: left top;
}

header.active::before{
	transform: scaleY(1);
}

header.active .logo img:nth-child(2),header.show .logo img:nth-child(2),
header.active .langue .icon img:nth-child(2),header.show .langue .icon img:nth-child(2) {
	opacity: 1;
}

header.active .logo img:nth-child(1),header.show .logo img:nth-child(1),
header.active .langue .icon img:nth-child(1),header.show .langue .icon img:nth-child(1) {
	opacity: 0;
}

header.active nav a,header.show nav a,
header.active .langue,header.show .langue {
	color: #000;
}

header.active .download,header.show .download {
	color: #000;
	border: 1px solid rgba(0, 0, 0, .3);
}

.download:hover,header.active .download:hover,header.show .download:hover{
	border-color: transparent;
}

.logo {
	width: 145px;
	position: relative;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

nav {
	display: flex;
	gap: 2vw;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

nav a {
	color: #fff;
	padding: 7px 25px;
	position: relative;
}

nav a p {
	position: relative;
}

nav a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
	border-radius: 50px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.5);
	opacity: 0;
}

.singePage{
	word-break: break-word;
}

nav a:hover::before {
	transform: scale(1);
	opacity: 1;
}

.banner {
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	will-change: width, height;
}

.banner .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .img::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, 0.2);
}

.banner .img img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.nav-conf {
	width: auto;
	display: flex;
	gap: 2vw;
	align-items: center;
	position: relative;
}

.langue {
	width: auto;
	display: flex;
	gap: 0.5vw;
	color: #fff;
	align-items: center;
}

.langue .icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
}

.langue .icon img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.langue .txt {
	font-size: 1rem;
}

.download {
	line-height: 34px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50px;
    font-size: 1rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 136px;
    height: 36px;
    text-align: center;
	transition: all 0.4s;
}

.download p {
	position: relative;
}

.download::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(108deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
	content: '';
	border-radius: 50px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.download:hover::before {
	transform: scale(1);
	opacity: 1;
}

.service-warp {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.common-name {
	text-align: center;
	width: 100%;
	margin-bottom: 4vw;
	position: relative;
}

.common-name.mb2 {
	margin-bottom: 2vw;
}

.common-name .name {
	font-size: 2.5rem;
	overflow: hidden;
	font-family: 'Montserrat-Medium';
	display: flex;
    justify-content: center;
    width: 100%;
}

.common-name .name p{
	transform: translateY(100%);
}

.common-name .name:nth-child(2){
	font-family: 'Montserrat-SemiBold';
}

.common-name1 p {
	transform: translateY(100%);
}

.common-name1 .desc p {
	background: linear-gradient(113deg, #048A74 21%, rgba(4, 138, 116, 0) 51%), linear-gradient(175deg, #127D49 58%, #36B55C 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.common-name .name:nth-child(2) p {
	background: linear-gradient(113deg, #048A74 21%, rgba(4, 138, 116, 0) 51%), linear-gradient(175deg, #127D49 58%, #36B55C 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.common-name .info {
	padding: 0px 25%;
	line-height: 1.4;
	color: #999;
	overflow: hidden;
	font-weight: 100;
}

.common-name .info span {
	display: block;
	transform: translateY(100%);
}

.common-name.common-name1 .desc {
	margin-bottom: 0.5vw;
}

.connect-list {
	width: 100%;
}

.common-name.common-name1 {
	margin-bottom: 0vw;
	position: absolute;
	width: 100%;
	line-height: 1.1;
	top: 35%;
	transform: translateY(-50%);
}

.connect-list .item {
	width: 100%;
	height: auto;
	margin-bottom: 10vw;
}

.connect-list .item:nth-child(even) .box {
	direction: rtl;
}

.connect-list .item:nth-child(even) .box .info {
	direction: initial;
}

.connect-list .item .box {
	width: 100%;
	display: flex;
	height: auto;
	align-items: center;
	justify-content: space-between;
}

.connect-list .item .box .thum {
	width: 53%;
	border-radius: 2vw;
	overflow: hidden;
	max-width: 700px;
}

.connect-list .item .box .thum .img{
	position: relative;
	width: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    will-change: transform;
	overflow: hidden;
}

.yPercent100{
	transform: translateY(100%);
}
.connect-list .item.is-inview .box .thum .img{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.connect-list .item.is-inview .box .thum .img img{
	transform: scale(1);
}
.connect-list .item.is-inview .box .thum .img::after{
	transform: scaleY(0);
}
.connect-list .item .box .thum .img img{
	transform: scale(1.1);
    transition: all 4s ease 0.5s;
    will-change: transform;
}

.connect-list .item.is-inview .tips .line{
	transform: translateY(0%);
}

.connect-list .item .box .thum .img::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
	background: linear-gradient(108deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
    transform-origin: center bottom;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
    will-change: transform;
}

.connect-list .item .box .info {
	width: 40%;
}

.connect-list .item .tips {
	margin-bottom: 2vw;
}

.connect-list .item .title {
	width: 100%;
	margin-bottom: 2vw;
	font-size: 2rem;
	font-family: 'Montserrat-Medium';
}

.connect-list .item .title .name{
	white-space: nowrap;
	overflow: hidden;
}

.connect-list .item .title .name p{
	transform: translateY(100%);
}

.connect-list.ip .item .title .name p{
	transform: translateY(0%);
	opacity: 1;
}

.connect-list .item .title .name.green span{
	background: linear-gradient(113deg, #048A74 21%, rgba(4, 138, 116, 0) 51%), linear-gradient(175deg, #127D49 58%, #36B55C 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.connect-list .item .ms {
	font-size: 0.875rem;
	font-weight: 100;
	margin-top: 0.5vw;
}

.connect-list .item .title span,
.common-name .name span {
	background: linear-gradient(113deg, #048A74 21%, rgba(4, 138, 116, 0) 51%), linear-gradient(175deg, #127D49 58%, #36B55C 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-family: 'Montserrat-SemiBold';
}

.connect-list .list {
	width: 100%;
	height: auto;
	position: relative;
	max-width: 500px;
}

.connect-list .list .row {
	width: 100%;
	height: auto;
	display: flex;
	padding: 1.5vw 0px;
	align-items: center;
	position: relative;
	border-bottom: 1px dashed rgba(111, 144, 123, 0.2);
	justify-content: space-between;
}

.connect-list .list .row:last-child{
	border-bottom: none;
}

.connect-list .list .row .icon {
	width: 40px;
	transform: scale(0);
}

.connect-list .list .row .txt {
	width: calc(100% - 50px);
	color: #333333;
	line-height: 1.4;
}

.connect-warp {
	padding-bottom: 0;

}

.banner .info {
	width: 60%;
	height: auto;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	color: #fff;
}

.banner .info .name {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 1vw;
	font-family: 'Montserrat-SemiBold';
}

.p {
	overflow: hidden;
	position: relative;
}

.banner .info .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	padding: 0px 5%;
	margin-bottom: 2vw;
	color: rgba(255, 255, 255, .7);
}

.more-btn {
	width: auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.more-btn .box {
	width: auto;
	display: flex;
	gap: 1vw;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	align-items: center;
	padding: 0.75vw 1.25vw;
}

.more-btn .box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
}

.more-btn .box::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	content: '';
	background: linear-gradient(109deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
	transition: all 0.4s;
	border-radius: 50px;
	opacity: 0;

}

.more-btn .box:hover::after{
	opacity: 1;

}

.more-btn .box .icon {
	width: 25px;
	height: 25px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	z-index: 2;
	overflow: hidden;
}

.more-btn .box .txt {
	position: relative;
	color: #000;
	height: 20px;
	overflow: hidden;
	z-index: 2;
	line-height: 20px;
}

.more-btn .box .txt p:first-child{
	transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
	margin-top: 0;
}

.more-btn .box:hover .txt p:first-child{
	margin-top: -20px;
}


.more-btn .box .icon img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s;
	will-change: left, top;
}

.more-btn .box .icon img:nth-child(2){
	left: -25px;
    top: 25px;
	opacity: 0;
}

.more-btn .box:hover .icon img:nth-child(1){
	left: 25px;
    top: -25px;
	opacity: 0;
}

.more-btn .box:hover .icon img:nth-child(2){
	left: 0px;
    top: 0px;
	opacity: 1;
}


.product-swiper {
	width: 84%;
	opacity: 0;
	position: absolute;
	left: 8%;
	top: 75%;
	transform: translateY(-50%);
}

.product-swiper .swiper-slide {
	aspect-ratio: 1 / 1.83;
	border-radius: 1vw;
	overflow: hidden;
	opacity: 0.1;
	transition: all 0.35s;
	transform: scale(0.85);
}

.product-swiper .swiper-slide.swiper-slide-next,
.product-swiper .swiper-slide.swiper-slide-prev {
	opacity: 0.35;
}

.product-swiper .swiper-slide.swiper-slide-prev {
	transform: translateX(-0.75vw) scale(0.85);
}

.product-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}


.product-swiper .swiper-slide .img,
.product-swiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.home-warp {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
	background: #fff;
}

.menu-wrap {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.menu-wrap.stick{
	position: sticky;
	top: 80px;
}

.zymix-menu {
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	position: relative;
	background: #F4F5F7;
	padding: 3px;
	border-radius: 100px;
}

.zymix-menu .item {
	width: auto;
	display: flex;
	position: relative;
	opacity: 0.6;
	cursor: pointer;
}

.bimg{
	width: 30%;
	height: auto;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translateY(-50%);
}

.zymix-menu .item:hover{
	opacity: 1;
}

.zymix-menu .item.active {
	opacity: 1;
}

.zymix-menu .item .box {
	width: auto;
	display: flex;
	position: relative;
	align-items: center;
	gap: 0.3vw;
	line-height: max(2.5vw, 44px);
    padding: 0px 1.5vw;
}

.zymix-menu .item .box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(109deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
	border-radius: 50px;
	transition: all 0.3s;
	transform: scale(0);
	opacity: 0.5;
}

.zymix-menu .item.active .box::before {
	transform: scale(1);
	opacity: 1;
}

.zymix-menu .item .box .icon {
	width: 20px;
	height: auto;
	position: relative;
}

.zymix-menu .item .box .txt {
	width: auto;
	position: relative;
}

.app-swiper {
	width: 100%;
	margin-top: 2vw;
}

.app-swiper .swiper-slide {
	width: 100%;
	aspect-ratio: 100 / 61;
	overflow: hidden;
}

.app-swiper .swiper-slide .pro,
.app-swiper .swiper-slide .pro img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.app-swiper .swiper-slide .info {
	width: 40%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.app-swiper .swiper-slide .info .more {
	width: 135px;
	height: auto;
	color: #08663B;
	display: inline-block;
}

.app-swiper .swiper-slide .info .more .box {
	width: 100%;
	height: auto;
	display: flex;
	border-radius: 50px;
	border: 1px solid #08663B;
	align-items: center;
	justify-content: center;
	gap: 10px;
	line-height: 40px;
}

.app-swiper .swiper-slide .info .more .box .icon {
	width: 20px;
}

.app-swiper .swiper-slide .info .top {
	width: 100%;
	height: auto;
	margin-bottom: 2vw;
	font-size: 2.215rem;
	font-family: 'Montserrat-Medium';
}

.app-swiper .swiper-slide .info .top .title {
	overflow: hidden;
	position: relative;
}

.app-swiper .swiper-slide .info .top .title:nth-child(2){
	font-weight: 600;
	font-family: 'Montserrat-SemiBold';
}

.app-swiper .swiper-slide .info .top .title:nth-child(2) sup{
	color: #127D49;
}

.app-swiper .swiper-slide .info .top .infos{
	font-size: 1rem;
	opacity: 0.6;
	margin-top: 1vw;

}

.app-swiper .swiper-slide .info .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	color: #333333;
	margin-bottom: 2vw;
	font-size: 0.875rem;
}

.app-paga {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 2vw;
}

.app-paga .swiper-pagination {
	bottom: 0%;
	top: 0;
	width: auto;
	background: #EBEBF0;
	padding: 1vw;
	border-radius: 50px;
	position: relative;
}

.app-paga .swiper-pagination-bullet {
	margin: 0px;
	background: #6F6F73;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
}

.app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
}

.app-paga .swiper-pagination-bullet::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #29292A;
	transform: scaleX(0);
	transform-origin: top left;
}

.app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	transform: scaleX(1);
	transition: all 4s linear;
}

.container {
	z-index: 2;
}

.container::before {
	width: 100%;
	height: 25vw;
	content: '';
	position: absolute;
	left: 0;
	bottom: -20vw;
	pointer-events: none;
}

.container::after {
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 0 0 5vw 5vw;
	box-shadow: 0px 1.5rem 10rem 0px rgba(0, 170, 133, 0.6);
}

footer {
	height: auto;
	padding-top: 10vw;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	will-change: transform;
}

footer::before{
	width: 100%;
	height: calc(100% + 5vw);
	position: absolute;
	left: 0;
	top: -5vw;
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3rem, rgba(255, 255, 255, 0.5152) 12rem, rgba(255, 255, 255, 0.7609) 16rem, rgba(255, 255, 255, 0.9524) 30rem, #FFFFFF 40rem), linear-gradient(150deg, #41F4B0 3rem, #52ED7B 18rem, #B0F694 40rem, #DCF1A7 50rem);
}

.footer-top {
	width: 100%;
}

.footer-top .w1400{
	width: 80%;
}

.footer-info {
	width: 100%;
	text-align: center;
	position: relative;
}

.footer-info .img {
	width: 100%;
	margin-top: 2vw;
	margin-bottom: 1vw;
}

.footer-info .tips {
	margin-bottom: 0.5vw;
}

.footer-info .name {
	width: 100%;
	font-size: 2.2rem;
	position: relative;


}

.footer-info .name .mask-txt {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #048A74;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-info .name .defaut-txt {
	opacity: 0.3;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-info .name .mask-txt .txt {
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	
}

.footer-info.active .name .mask-txt .txt {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.footer-info.active .name .mask-txt .txt:nth-child(2){
	transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1) 1.8s;
}


.footer-con {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2vw 0px;
	border-bottom: 0.5px solid rgba(153, 153, 153, 0.5);
	font-size: 0.9375rem;
}

.linklist,
.listbox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.linklist {
	gap: 1vw;
}

.linklist .icon {
	width: 40px;
}

.listbox .li {
	
}

.listbox .li .label {
	color: #999999;
}

.listbox .li .txt {
	margin-top: 0.25vw;
}

.f-logo {
	width: 200px;
}

.listbox {
	gap: 3vw;
}

.copyright {
	padding: 2vw 0;
	display: flex;
	font-size: 0.875rem;
	justify-content: space-between;
	color: #666666;
}

.other-link {
	width: auto;
	display: flex;
	gap: 2vw;
}

.other-link a {
	color: #666666;
	position: relative;
}

.other-link a::after {
	width: 1px;
	height: 60%;
	position: absolute;
	right: -1vw;
	top: 20%;
	content: '';
	background: rgba(87, 87, 87, 0.3);
}

.other-link a:last-child::after {
	display: none;
}

.footer-line {
	height: 10px;
	width: 100%;
	position: absolute;
}

.other-link a:hover {
	color: #000;
}

.sub-banner {
	z-index: 1;
	aspect-ratio: 100 / 42;
	display: flex;
    align-items: center;
}

.sub-banner::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: radial-gradient(75% 74% at 0% 91%, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0) 100%), linear-gradient(196deg, #C9FED3 30%, #EAFFE5 61%, #FFFFFF 112%);
	opacity: 0.6;
}

.sub-banner.dd::before{
	background: radial-gradient(31% 31% at 100% 4%, #23EE85 0%, rgba(35, 238, 133, 0) 100%), radial-gradient(55% 55% at 0% 76%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(186deg, rgba(255, 255, 255, 0) 5%, #FFFFFF 63%), linear-gradient(156deg, #5EEDA1 -2%, #4CFF77 11%, #94F695 47%, #BEF1A7 77%);
	opacity: 0.2;
	border-radius: 0px 0px 5vw 5vw;
}

.site-img{
	width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 1920px;
}

.sub-banner.sm .txtbox .txt{
	font-size: 2rem;
}

.sub-banner .imgs{
	position: absolute;
	right: 0;
	width: 45%;
	top: 50%;
	transform: translateY(-50%);
}

.sub-banner.dd .imgs{
	width: 55%;
	right: -2.5%;
}

.sub-banner .ab-img{
	width: 116%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	max-width: 2254px;
}

.sub-banner .txtbox {
	width: 65%;
	height: auto;
	position: relative;
	z-index: 2;
}
.sub-banner .txtbox .tit {
    font-size: 3.5rem;
    font-family: 'Montserrat-Bold';
    margin-bottom: 2vw;
}

.sub-banner .txtbox .tit span{
	background: linear-gradient(113deg, #048A74 21%, rgba(4, 138, 116, 0) 51%), linear-gradient(175deg, #127D49 58%, #36B55C 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sub-banner .txtbox .tip {
	font-weight: 500;
	font-size: 0.875rem;
	color: #014224;
	line-height: 2;
	border-radius: 0.2vw;
	padding: 0 0.5rem;
	background: linear-gradient(119deg, #38FB66 0%, rgba(134, 252, 128, 0.73) 240%);
	text-transform: uppercase;
	display: inline-block;
}

.sub-banner .txtbox .txt {
	width: 80%;
	line-height: 2;
	opacity: 0.7;
	font-size: 1.375rem;
}

.sub-banner .txtbox .zymix {
	width: 17rem;
	margin: 1.2rem 0;
	display: block;
}

.sub-banner .txtbox .msg {
	font-size: 1rem;
	line-height: 2;
	opacity: 0.6;
	color: #333333;
	max-width: 788px;
}

.connect-list.ip {
	margin-top: 3vw;
	padding-bottom: 5vw;
}

.connect-list.ip .list .row .icon {
	transform: scale(1);
}

.connect-list.ip .item .box .thum {
	width: 48%;
	overflow: initial;
	direction: initial;
}


.connect-list.ip .item:nth-child(2) .box .thum,.connect-list.ip .item:nth-child(4) .box .thum{
	left: 5%;
}

.connect-list.ip .item .box .thum .img {
	width: 100%;
	height: auto;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: none;
    overflow: initial;
}

.connect-list.ip .item .box .thum .img::after{
	display: none;
}
.connect-list.ip .item .box .thum .img img{
	transform: scale(1);
}
.connect-list.ip .item:nth-child(odd) .box {
	direction: rtl;
}

.connect-list.ip .item:nth-child(even) .box {
	direction: initial
}

.connect-list.ip .item:nth-child(odd) .box .info {
	direction: initial;
}

.connect-list.ip .item .box .thum .img .small {
	width: 43%;
    height: auto;
    position: absolute;
    left: 11%;
    top: 50%;
	box-shadow: 0px 3.4px 47.6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    overflow: hidden;
	transform-origin: right bottom;
}

.connect-list.ip .item .box .thum .img>img:nth-child(1) {
	width: 80%;
	margin-left: 10%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img>img:nth-child(1){
	margin-left: 0%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img:nth-child(1) {
	width: 100%;
	margin-left: 0%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img .small {
	width: 30%;
	height: auto;
	position: absolute;
	left: 25%;
	top: auto;
	bottom: 5%;
	transform-origin: center bottom;
}

.connect-list.ip .item:nth-child(3) .box .thum .img .small {
	width: 30%;
    top: 40%;
    left: 35%;
	transform-origin: center bottom;
}

.connect-list.ip .item:nth-child(4) .box .thum .img .small {
	width: 19%;
    left: 35%;
    top: 63%;
	transform-origin: left bottom;
}

.connect-list.ip .item:nth-child(5) .box .thum .img .small {
	width: 38%;
    height: auto;
    position: absolute;
    left: 31%;
    top: 29%;
    border-radius: 20px;
}

.connect-list.ip .item:nth-child(6) .box .thum .img img:nth-child(1) {
	width: 60%;
	margin-left: 20%;
}

.connect-list.ip .item:nth-child(3) .box .thum .img>img:nth-child(1){
	width: 90%;
	margin-left: 0;
}

.connect-list.ip .item:nth-child(6) .box .thum .img .small {
	width: 70%;
	height: auto;
	position: absolute;
	left: -15%;
	top: 15%;
}

.connect-list.ip .item:nth-child(4) .box .thum .img>img:nth-child(1){
	margin-left: 0;
	width: 78%;
}
.connect-list.ip .item:nth-child(5) .box .thum .img{
	direction: initial;
}
.connect-list.ip .item:nth-child(5) .box .thum .img>img:nth-child(1){
	width: 46%;
    margin-left: 27%;
}

.codebox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.codebox .box {
	margin-right: 0.7rem;
    width: 11rem;
}

.codebox .box .label {
	background: #000000;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.35rem 1rem;
}

.codebox .box .label .icon {
	width: 2rem;
	margin-right: 0.3rem;
	display: block;
}

.codebox .box .label span {
	font-size: 0.6rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
}

.codebox .box .code {
	width: 8rem;
	margin: 0.65rem auto;
	display: block;
	border-radius: 0.7rem;
}

.temp-ele{
	width: 100%;
	height: 6vw;
	position: relative;
}



footer.ip{
	margin-top: 0;
	padding-top: 10vw;
	transform: translateY(0%);
	position: relative;
}

.about-box{
	width: 100%;
	padding: 0px 1%;
	height: 150vh;
}
.about-center{
	width: 100%;
	height: 35vw;
	position: absolute;
	top: 47%;
	left: 0%;
	transform: translateY(-50%);	
}
.about-swiper{
	overflow: hidden;
}

.sticky-section{
	width: 100%;
	height: auto;
	position: sticky;
	left: 0;
	top: 5vw;
}

.model-box{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	padding: 12vw 0px 6vw;
}

.model-box .w1400{
	width: 1200px;
}

.model-box::before{
	width: 100%;
	height: 40vh;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: radial-gradient(55% 55% at 0% 76%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 200px), linear-gradient(141deg, rgba(94, 237, 161, 0.35) 3px, rgba(76, 255, 118, 0.35) 5px, rgba(148, 246, 150, 0.35) 7px, rgba(190, 241, 167, 0.35) 10px) #fff;
}

.model-box .singePage h2{
	font-size: 3rem;
	font-family: 'Montserrat-Bold';
}

.model-box .singePage h3{
	font-size: 1.45rem;
	margin-top: 2.5vw;
    margin-bottom: 0.5vw;
	font-family: 'Montserrat-SemiBold';
}

.singePage p.time{
	font-size: 0.875rem;
	color: #666;
}

.locationmodel{
	width: 100%;
    height: auto;
    position: relative;
    padding: 5vw 0%;
    z-index: 1;
}

.locationmodel .list{
	width: 100%;
}

.locationmodel .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.locationmodel .list .item{
	width: 30%;
	height: auto;
	position: relative;
}

.locationmodel .list .item .tit{
	width: 100%;
	height: auto;
	font-family: 'Montserrat-SemiBold';
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	border-bottom: 0.5px solid #999999;
	
}

.locationmodel .list .item .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px dashed rgba(111, 144, 123, 0.2);
    color: #333333;
	padding: 1vw 0px;
}
.locationmodel .list .item .link .icon {
    width: 25px;
    height: 25px;
    background: url(../images/icon_link.png) center / cover no-repeat;
}

.locationmodel .list .item .link:last-child{
	border-bottom: none;
}

.locationmodel .list .link:hover {
    color: #098B47;
}

.locationmodel .list .link:hover .icon {
    background: url(../images/icon_link1.png) center / cover no-repeat;
}

.singePage p{
	width: #333;
}

.common-name .name.about{
	font-size: 1.75rem;
	margin-bottom: 0.5vw;
}

.about-swiper::after,.about-swiper::before{
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	content: '';
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 3;
	pointer-events: none;
}

.about-swiper::after{
	left: 0px;
	
}

.about-swiper::before{
	right: 0px;
	transform: rotate(180deg);
}

.about-swiper .swiper-slide{
	width: auto;
	display: flex;
	filter: blur(5px);
	opacity: 0.2;
}

.about-swiper .swiper-slide.swiper-slide-prev,.about-swiper .swiper-slide.swiper-slide-next{
	filter: blur(2px);
	opacity: 0.5;	
}

.about-swiper .swiper-slide::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-radius: 50px;
	background: linear-gradient(109deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
	transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
	transform: scale(0.5);
	opacity: 0;
}


.about-swiper .swiper-slide.swiper-slide-active{
	filter: blur(0px);
	opacity: 1;	
}

.about-swiper .swiper-slide.swiper-slide-active::before{
	transform: scale(1);
	opacity: 1;
}
.about-swiper .box{
	width: 100%;
	display: flex;
	gap: 0.25vw;
	align-items: center;
	justify-content: space-between;
	padding: 1vw 1.5vw;
	position: relative;
}

.about-swiper .box .txt{
	font-size: 1rem;
}

.about-swiper .box .icon{
	width: 20px;
}

.about-list{
	width: 98%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	top: 0;
	z-index: 2;
}

.about-list .item{
	width: 8.5%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	left: 0%;
}

.about-list .item .img{
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
}

.about-list .item:nth-child(1){
	gap: 20vw;
	height: 70%;
	top: 30%;
}
.about-list .item:nth-child(2){
	left: 12%;
	gap: 20vw;
}

.about-list .item:nth-child(4){
	left: auto;
	right: 12%;
	gap: 20vw;
}

.about-list .item:nth-child(5){
	left: auto;
	right: 1%;
	gap: 20vw;
	height: 70%;
	top: 30%;
}

.about-list .item:nth-child(3){
	height: 80%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    align-content: space-between;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 14px;
	}
	.common-name .name {
		font-size: 2.2rem;
	}
	.common-name .name.about{
		font-size: 1.5rem;
	}
	.footer-info .name{
		font-size: 2rem;
	}
	.model-box .singePage h2 {
		font-size: 2.5rem;
	}
	.sub-banner.sm .txtbox .txt {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1400px) {
	
}

@media screen and (max-width: 1366px) {
	
	
	.linklist .icon {
		width: 35px;
	}
	.w1400{
		width: 80%;
	}
	.f-logo {
		width: 150px;
	}
	.app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 30px;
	}
	.app-swiper .swiper-slide .info .top{
		font-size: 1.8rem;
	}
	.common-name .name{
		font-size: 2.2rem;
	}
	.connect-list .item .title{
		font-size: 1.8rem;
	}
	.sub-banner{
		aspect-ratio: 2 / 1;
	}
	.sub-banner .txtbox .txt{
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 1200px) {
	.model-box .w1400{
		width: 90%;
	}
	.footer-info .name{
		font-size: 1.8rem;
	}
	.common-name.common-name1{
		transform: translateY(0%);
	}
	.zymix-menu .item .box{
		font-size: 0.875rem;
	}
	.w1400{
		width: 90%;
	}
	.connect-list .item .title {
        font-size: 1.5rem;
    }
	.common-name .name {
        font-size: 1.8rem;
    }
	.listbox {
		gap: 1vw;
	}
	.listbox .li {
		font-size: 0.875rem;
	}
	.footer-top .w1400 {
		width: 90%;
	}
	.banner .info{
		width: 80%;
		left: 10%;
	}
	.connect-list .item .box .thum{
		width: 50%;
	}
	.connect-list .item .box .info{
		width: 45%;
	}
}


.mobile .container{
	max-width: 750px;
	margin: 0px auto;
}

@media screen and (max-width: 750px){

	footer{
		position: relative;
		transform: translateY(0%);
		margin-top: -10vw;
		padding-top: 35vw;
	}
	footer::before{
		top: 0;
		height: 100%;
	}
	.homepage{
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.homepage::before{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background: radial-gradient(55% 55% at 0% 76%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(213deg, rgba(255, 255, 255, 0) 31%, #FFFFFF 81%), linear-gradient(163deg, #5EEDA1 5%, #4CFF77 22%, #94F695 65%, #BEF1A7 99%);
		opacity: 0.35;
	}

	.homepage .imgs{
		position: relative;
		margin-top: 35vw;
		aspect-ratio: 1 / 0.93;
	}
	nav{
		opacity: 0;
		display: none;
	}
	.menu-bar{
		display: flex;
	}
	header{
		position: absolute;
		padding: 5vw;
	}

	.homepage .txtbox{
		width: 100%;
		height: auto;
		padding: 0px 5%;
		position: relative;
		margin-bottom: 15vw;
	}
	.homepage .txtbox .tit{
		font-size: 9.5vw;
		font-family: 'Montserrat-Bold';
		display: block;
        margin-bottom: 5vw;
	}
	.homepage .txtbox .tit span{
		color: #00701A;
	}

	.download-btns{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.download-btns a{
		width: 48.5%;
		height: auto;
		position: relative;
		background: #000;
		display: flex;
		justify-content: center;
		gap: 1vw;
		border-radius: 7px;
		color: #fff;
		align-items: center;
		padding: 3vw 0px;
	}

	.download-btns a img{
		width: 28px;
	}
	.down-icon{
		width: 22px;
		height: auto;
		position: relative;
		margin: 0px auto;
		margin-bottom: 15vw;
	}
	.footer-con{
		flex-wrap: wrap;
	}
	.linklist {
		gap: 3vw;
	}
	.product-menu{
		width: 100%;
		padding: 10px 5%;
		position: sticky;
		top: 0px;
		background: #fff;
		z-index: 10;
		height: 70px;
	}
	.product-menu .swiper-slide{
		position: relative;
		width: 98px;
		position: relative;
        z-index: 2;
	}

	.product-menu .swiper-slide .box{
		height: 50px;
		padding: 2vw;
		background: #F2F2F2;
		border-radius: 7px;
		text-align: center;
		display: flex;
		align-items: center;
		line-height: 1.2;
	}
	.product-menu .swiper-slide.active .box{
		background: linear-gradient(121deg, #4CF389 0%, #42FF6F 17%, #94F695 78%, #98FE6B 103%);
	}
	.connect-list{
		z-index: 2;
		position: relative;
		padding: 0% 5%;
		margin-top: 10vw;
	}
	.connect-list.ip{
		margin-top: 10vw;
	}
	.connect-list .item .box{
		display: block;
		direction: initial !important;
	}

	.connect-list.ip .item .box .thum{
		width: 100%;
		margin-bottom: 10vw;
	}
	.connect-list .item .box .info{
		width: 100%;
	}
	.connect-list.ip .item .box .thum .img .small{
		box-shadow: 0px 2.41px 33.67px 0px rgba(0, 0, 0, 0.2);
		border-radius: 12px;
	}
	.connect-list .item .title {
        font-size: 8vw;
    }
	.connect-list .item .title .name{
		white-space: normal;
	}
	.connect-list .item .tips{
		color: #333;
		margin-bottom: 10vw;
	}
	.connect-list .list .row .icon{
		width: 30px;
	}
	.connect-list .list .row .txt{
		width: calc(100% - 40px);
	}
	.connect-list .list .row{
		padding: 3vw 0px;
	}
	.connect-list .item{
		margin-bottom: 20vw;
	}
	.connect-list .item .title .name sup{
		line-height: 0.5;
	}
	footer::before{
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.5199) 14%, rgba(255, 255, 255, 0.7609) 18%, rgba(255, 255, 255, 0.9524) 23%, #FFFFFF 57%), linear-gradient(113deg, #41F4B0 0%, #52ED7B 22%, #B0F694 53%, #DCF1A7 70%);
	}
	.container{
		background: #fff;
		border-radius: 0px 0px 10vw 10vw;
		box-shadow: 0px 27px 70px 0px rgba(0, 170, 133, 0.38);
	}
	.container::before,.container::after{
		display: none;
	}
	.f-logo{
		margin-bottom: 2vw;
	}
	.listbox{
		margin-top: 10vw;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.listbox .li{
		width: 100%;
		margin-bottom: 7.5vw;
	}
	.copyright{
		flex-wrap: wrap;
		padding: 5vw 0px;
	}
	.other-link{
		width: 100%;
		margin-bottom: 3vw;
		gap: 8vw;
	}
	.other-link a::after{
		right: -4vw;
	}
	.other-link a{
		color: #333;
	}
	.copyright .cp{
		font-size: 0.75rem;
		color: #666;
	}
	.langue{
		width: 20px;
		height: 20px;
		position: relative;
	}
	.langue .list{
		width: 100px;
		height: auto;
		background: #fff;
		position: absolute;
		right: 0;
		border-radius: 7px;
		top: 40px;
		opacity: 0;
		padding: 10px 0px;
		pointer-events: none;
		transition: all .35s;
	}
	.langue:hover .list{
		opacity: 1;
		pointer-events: auto;
		top: 30px;
	}
	.langue .list a{
		display: block;
		text-align: center;
		line-height: 25px;
        font-size: 0.875rem;
	}
	.langue .list a:hover{
		color: #098B47;
	}
	.connect-list.ip .item:nth-child(2) .box .thum .img .small{
		width: 50%;
		left: 5%;
		aspect-ratio: 1 / 0.83;
		bottom: auto;
		top: 70%;
	}
	.connect-list.ip .item:nth-child(3) .box .thum .img .small{
		width: 40%;
		left: 40%;
		top: 50%;
		transform-origin: left bottom;
	}
	.connect-list.ip .item:nth-child(4) .box .thum .img>img:nth-child(1){
		margin-left: 10%;
	}
	.connect-list.ip .item:nth-child(4) .box .thum .img .small{
		left: 13%;
    	top: 75%;
	}
	.connect-list.ip .item:nth-child(5) .box .thum .img .small{
		border-radius: 15px;
	}
	.model-box{
		padding: 25vw 5vw 6vw;
	}
	.model-box::before{
		background: radial-gradient(55% 55% at 0% 76%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 57%), linear-gradient(171deg, #5EEDA1 -21%, #4CFF77 -16%, #94F695 52%, #BEF1A7 94%);
		opacity: 0.35;
	}
	.model-box .w1400{
		width: 100%;
	}
	.model-box .singePage h2 {
        font-size: 7vw;
    }
	.singePage p.time{
		font-size: 1rem;
		opacity: 0.8;
		margin-bottom: 7.5vw;
	}
	.singePage p{
		margin-bottom: 5vw;
	}
	.model-box .singePage h3,.model-box .singePage h4{
		font-size: 6vw;
		line-height: 1.3;
        margin-bottom: 5vw;
		padding-top: 5vw;
	}
	.logo{
		width: 31vw;
	}
	.connect-list.ip .item .box .thum .img>img:nth-child(1){
		aspect-ratio: 100 / 126;
	}
	.connect-list.ip .item:nth-child(3) .box .thum .img>img:nth-child(1){
		aspect-ratio: 100 / 130;
	}
	.connect-list.ip .item:nth-child(5) .box .thum .img>img:nth-child(1){
		aspect-ratio: 100 / 206;
	}
}