/*
 *	Created by Edward on 26/04/07
*/
html {
	font-size: 62.5%;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

:root {
	--primary-color: #1F4397;
	--text-primary: #3e3e3e;
	--text-second: #666666;
	--text-third: #999999;
	--active-color: #F9AD44;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: CondSemiBold;
	src: url(../fonts/CondSemiBold.woff2);
}

@font-face {
	font-family: Barlow;
	src: url(../fonts/BarlowCondensed-Medium.ttf);
}

@font-face {
	font-family: figtree;
	src: url(../fonts/Figtree-Medium.ttf);
}

@font-face {
	font-family: Silka;
	src: url(../fonts/Silka-Regular.ttf);
}


body {
	font-size: 1.6rem;
}

body{
	color: var(--text-primary);
	font-family: Silka, "Helvetica", "sans-serif";
	font-weight: 400;
}

body.zh-version{
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

b,
strong {
	font-weight: 400;
}

textarea,
input,
select {
	font-family: Silka, "Helvetica", "sans-serif";
	outline: none;
	border: none;
}

button {
	border: none;
}

header {
	height: auto;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px 5%;
	z-index: 10;
	align-items: center;
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(0px);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

header::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #ffffff;
	transition: all 0.35s;
	opacity: 0;
}

header.active::before {
	opacity: 1;
}


.logo {
	width: 200px;
	height: auto;
	position: relative;
	display: block;
}

.logo img {
	transition: all 0.35s;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

header.active .logo img:nth-child(1) {
	opacity: 0;
}

header.active .logo img:nth-child(2) {
	opacity: 1;
}

header.active nav ul li .first-lab a {
	color: #3e3e3e;
}

.cols-right {
	width: auto;
	display: flex;
	gap: 2vw;
	align-items: center;
	color: #fff;
}

nav {
	width: auto;
	display: flex;
	align-items: center;
	gap: 2vw;
}

nav ul {
	display: flex;

}

nav ul li {
	position: relative;
	line-height: 25px;
	padding: 15px 0px;
}

nav ul li .second-lab {
	width: 120%;
	position: absolute;
	left: -10%;
	top: 56px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s cubic-bezier(.38, 0, 0, 1);
	background: #fff;
	border-radius: 0.5vw;
	padding: 15px 0px;
	backdrop-filter: blur(5px);
	transform: translateY(10px);
	transition: all 0.4s;
	box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
}

nav ul li .second-lab::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	content: '';
}

nav ul li:hover .second-lab {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}

nav ul li:hover .second-lab a {
	opacity: 1;
	transform: translateY(0%);
}

nav ul li .second-lab a {
	padding: 5px 5%;
	line-height: 20px;
	text-align: center;
	font-size: 1.5rem;
	transition: .8s cubic-bezier(.38, 0, 0, 1);
	opacity: 0;
	transform: translateY(30%);
	will-change: transform;
	transition-delay: 0.05s;
	display: block;

}

nav ul li .second-lab a p {
	color: rgba(0, 0, 0, .5);
	transition: all 0.4s;
}

nav ul li .second-lab a:hover p {
	color: rgba(0, 0, 0, 1);
}

nav ul li .second-lab a:nth-child(2) {
	transition-delay: 0.1s;
}

nav ul li .second-lab a:nth-child(3) {
	transition-delay: 0.15s;
}

nav ul li .second-lab a:nth-child(4) {
	transition-delay: 0.2s;
}

nav ul li .second-lab a:nth-child(5) {
	transition-delay: 0.25s;
}

nav ul li .second-lab a:nth-child(6) {
	transition-delay: 0.3s;
}

nav ul li .second-lab a:nth-child(7) {
	transition-delay: 0.35s;
}


nav ul li .first-lab {
	position: relative;
	font-size: 2.2rem;
	font-family: Barlow;
}


nav ul li .first-lab a p {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

nav ul li .first-lab a p:last-child {
	position: absolute;
	left: 0;
	top: 0;
	color: #00a6ce;
}



nav ul li:hover .first-lab a p::after {
	width: 90%;
	right: auto;
	left: 5%;
}

nav ul li .first-lab a {
	display: block;
	position: relative;
	color: #fff;
	padding: 0 1.5vw;
	text-transform: uppercase;
}




.load-logo {
	width: 400px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
}

.load-logo img {
	transform-style: preserve-3d;
	transform: translateY(20px) rotateX(40deg);
	opacity: 0;
	backface-visibility: hidden;
}

.nav-config {
	width: auto;
	display: flex;
	gap: 1vw;
	align-items: center;
	position: relative;
}



.langue {
	width: auto;
	height: auto;
	position: relative;
	line-height: 40px;
	display: flex;
	gap: 0.75vw;
	font-size: 1.4rem;
}

header.active .langue a{
	color: #3e3e3e;
}

.langue a {
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
}

.langue a:hover,
.langue a.active {
	opacity: 1;
}


.banner-swiper {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	will-change: transform;
	background: #000;
}

.banner-swiper .slogan {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	color: #fff;
	line-height: 1;
	z-index: 3;
	font-weight: 400;
	bottom: 10%;

}

.banner-swiper .slogan .title {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 4vw;
	font-family: Barlow;
	text-transform: uppercase;
}



.banner-swiper .slogan .cn {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: clamp(4rem, 4vw, 6rem);
}

.banner-swiper .swiper-pagination,
.slogan-tips p {
	transform: translateY(15px);
	opacity: 0;
}

.banner-swiper .slogan .cn p {
	transform: translateY(100%);
}



.hidden {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.banner-swiper .tips {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1vw;
	opacity: 0.75;
}

.banner-swiper .slogan .line {
	width: 3vw;
	height: 1px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1vw;
	background: rgba(255, 255, 255, 0.2);
}

.banner-swiper .slogan .line::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	transform-origin: left top;
	animation: spanAnimate 2s ease infinite;
}

@-webkit-keyframes spanAnimate {
	0% {
		transform: translateX(-100%);
	}

	35% {
		transform: translateX(0%);
	}

	70%,
	100% {
		transform: translateX(100%);
	}
}

.banner-swiper .swiper-slide::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .25);

}

.banner-swiper .swiper-pagination-bullet {
	background: #fff;
	border-radius: 10px;
	height: 8px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	margin: 0px !important;
	width: 10px;
	color: rgba(255, 255, 255, .4);
	font-family: Quicksand;
	opacity: 1;
	font-size: 1.4rem;
}

.banner-swiper .swiper-pagination-bullet::before {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
	z-index: 2;
}

.banner-swiper .swiper-slide .img,
.banner-swiper .swiper-slide .img picture,
.banner-swiper .swiper-slide .img picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1);
	width: 40px;
}


.banner-swiper .swiper-pagination {
	width: auto;
	height: auto;
	bottom: auto;
	display: flex;
	gap: 0.5vw;
	position: relative;
	top: auto;
	margin-bottom: 3vw;
}


.scroll-down {
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	pointer-events: none;
	z-index: 2;
}

.pr-bg {
	background-color: #f4f5fe;
	background-image: url(../images/bgs.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.common-title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 6vw;
}

.common-title.mb0 {
	margin-bottom: 0;
}

.common-title.c {
	text-align: center;
}

.common-title.mb2 {
	margin-bottom: 2vw;
}

.common-title.w {
	color: #fff;
}

.common-title .tips {
	width: 100%;
	height: auto;
	position: relative;
	font-size: clamp(2rem, 1.8vw, 3rem);
	margin-bottom: 1vw;
}

.common-title .tips p,
.common-title .name p,
.common-title .desc p {
	display: inline-block;
	opacity: 0.3;
}

.common-title .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: clamp(2rem, 2.3vw, 4rem);
	line-height: 1.4;
	margin-bottom: 2vw;
}

.text-block {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.common-title.c .text-block {
	left: 50%;
	transform: translateX(-50%);
}

.common-title .name span {
	color: #0E5CA9;
}

.common-title .desc {
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #666;
}

.common-title.w .desc {
	color: rgba(255, 255, 255, .6);
}

.solution-warp {
	width: 100%;
	/* height: 100vh; */
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-top: 100vh;
	background: transparent;
	display: flex;
	padding: 6vw 2vw;
	background: #fff;
}

.solu-box {
	/* background: #f2f2f2; */
	/* background: #fff; */
	/* width: 60%; */
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	
}

.video-list{
	width: 66%;
	height: auto;
	position: relative;
	aspect-ratio: 100 / 56;
	border-radius: 1vw;
    overflow: hidden;
}

.video-list .item{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 1s;
}

.video-list .item .desc{
	width: 50%;
    height: auto;
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(5px);
    line-height: 1.5;
    padding: 1.5vw;
    border-radius: 0.5vw;
	opacity: 0;
	transform: translateY(25px);
	transition: all 1s;
}

.video-list .item.active .desc{
	opacity: 1;
	transform: translateY(0px);
}

.video-list .item.active{
	opacity: 1;
	pointer-events: auto;

}

.video-list .item .s-video{
	width: 100%;
	height: 100%;
	position: relative;
}

.video-list .item .s-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.solu-left {
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	position: relative;
}

.circle-box {
	width: 70%;
	height: auto;
	position: absolute;
	left: 15%;
	top: 55%;
	aspect-ratio: 1;
	transform: translateY(-50%);
}

.circle-box>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.solu-info {
	width: 70%;
	height: auto;
	position: absolute;
	left: 15%;
	top: 8vw;
	color: #fff;
}

.mara-title {
	font-family: Barlow;
	text-transform: uppercase;
	font-size: 2vw;
}

.solu-list {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
    flex-wrap: wrap;
}

.solu-cols {
	width: 33%;
	position: relative;
	background: #f2f2f2;
	padding: 2vw;
	display: flex;
    flex-wrap: wrap;
	border-radius: 1vw;
}

.solu-cols .mara-name{
	display: block;
    width: auto;
}

.solu-list .item {
	width: 100%;
	padding: 1.5vw 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: auto;
	position: relative;
	display: flex;
    align-items: center;
	cursor: pointer;
}

.solu-list .item::before{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: -1px;
	content: '';
	background: #00a6ce;
	transform: scale(0);
	transform-origin: left top;
}


.solu-list .item.active::before{
	/* transform: scale(1); */
	animation: soluAnimate 6s linear 1 forwards;
}

@-webkit-keyframes soluAnimate{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}

.solu-list .item .top {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #3e3e3e;
	position: relative;
	transition: all 0.5s;
	opacity: 0.3;
}

.solu-list .item:hover .top{
	opacity: 1;
}

.solu-list .item.active .top{
	color: #00a6ce;
	opacity: 1;
}

.solu-list .item .nums {
	font-size: 1.4rem;
	font-family: Barlow;
	position: relative;
    top: 0.35vw;
}


.solu-content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 4vw;
	padding-left: 100px;
	opacity: 0;
	display: none;
}

.solu-list .item .name {
	font-size: 1.7vw;
    text-transform: uppercase;
    font-family: Barlow;
    line-height: 1.2;
    width: calc(100% - 50px);
    text-align: left;
}

.solu-content .desc {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 140%;
	display: none;
}

.videos {
	width: 75%;
	margin-bottom: 20px;
	border-radius: 1vw;
	overflow: hidden;
	display: none;
}

.videos video {
	width: 100%;
	display: block;
}


.mara-name {
	width: 100%;
	display: flex;
	line-height: 1;
}

.mara-name p {
	width: auto;
	position: relative;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 0 10px;
}

.mara-name p::before {
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.mara-name.b p::before {
	border-top: 5px solid #3e3e3e;
}

.mara-name.b p::after {
	border-right: 5px solid #3e3e3e;
}

.mara-name p::after {
	width: 0;
	height: 0;
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
}

.mara-name.b p::before {
	border-top: 5px solid #3e3e3e;
}

.mara-name.b p::after {
	border-right: 5px solid #3e3e3e;
}

.mara-name.c {
	justify-content: center;
}

.common-name {
	text-align: center;
	position: relative;
	margin-top: 8vw;
	margin-bottom: 8vw;
	font-size: 4vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 1;
}

.data-list {
	width: 60%;
	margin-left: 20%;
	display: flex;
	justify-content: center;
	margin-top: 6vw;
	gap: 5vw;
}

.data-list .item {
	width: 35%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.data-list .item:nth-child(2) {
	transition-delay: 0.25s;

}

.data-list .item:nth-child(3) {
	transition-delay: 0.5s;
}

.data-list .item .icon {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	position: relative;
}

.data-list .item .icon img {
	width: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.data-list .item .r {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.data-list .item .top {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.5vw;
	gap: 0.25vw;
}

.data-list .item .top .number {
	line-height: 0.8;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.data-list .item .top .number i {
	font-style: normal;
	position: absolute;
	right: -0.75vw;
}

.data-list .item .top .number .num {
	font-family: CondSemiBold;
	font-size: 4vw;
	color: transparent;
	background: linear-gradient(90deg, #015d73, #00ceff);
	background-clip: text;
}

.data-list .item .txt {
	width: 100%;
}

.data-list .item .dw {
	font-size: 1.4rem;
	color: #999999;
	text-transform: uppercase;
}

.intro-desc {
	width: 100%;
	height: auto;
	line-height: 1.7;
	padding: 0 10%;
	text-align: center;
}

.circle-about {
	width: 80vw;
	height: 80vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.15;
}

.circle-about.c1 {
	width: 40vw;
	height: 40vw;
	opacity: 0.3;
}

.circle-about span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 1px dashed #428EFF;
}

.intro-box::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	border-top: 1px dashed #428EFF;
	opacity: 0.3;
}

.intro-box::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	content: '';
	border-left: 1px dashed #428EFF;
	opacity: 0.3;
}

.intro-box {
	overflow: hidden;
}

.footer {
	position: relative;
	background: #f9f9f9;
	z-index: 2;
	padding: 35px 0px;
	padding-top: 3vw;
}

.eye-box {
	width: 100%;
	height: auto;
	position: relative;
}

.eye-tops {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	margin-bottom: 2vw;

}

.eye-tops .mara-name{
	width: calc(100% - 200px);
}

.mr-btns {
	width: 176px;
	height: 50px;
}



.mr-btns a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background: #e5e7e9;
	border-radius: 50px;
	overflow: hidden;
	transition: all 0.5s;
}

.mr-btns a::before {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #00a6ce;
	border-radius: 50%;
	content: '';
	transition: all 0.6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.mr-btns:hover a::before {
	transform: scale(8);
}

.mr-btns a:hover {
	box-shadow: 15px 15px 35px rgba(0, 0, 0, .2);
	transform: scale(1.1);
}

.mr-btns a .txt {
	width: auto;
	height: 20px;
	position: absolute;
	left: 20px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	text-transform: capitalize;
}

.mr-btns a .txt p {
	width: 100%;
	height: 20px;
	display: block;
	line-height: 20px;
}

.mr-btns a .txt p:first-child {
	transition: all 0.5s;
	margin-top: 0;
}

.mr-btns a .txt p:nth-child(2) {
	color: #fff;
}

.mr-btns a:hover .txt p:first-child {
	margin-top: -20px;
	opacity: 0;
}


.mr-btns a .icon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.eye-warp {
	overflow: hidden;
}

.eye-swiper {
	overflow-x: visible;
}

.eye-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.eye-swiper .swiper-slide a{
	width: 100%;
	height: auto;
	position: relative;
}

.eye-swiper .swiper-slide .thum {
	border-radius: 1vw;
	margin-bottom: 2vw;
}





.eye-swiper .swiper-slide .thum img {
	width: 100%;
	aspect-ratio: 2 / 1.25;

}




.eye-swiper .swiper-slide .info {
	width: 100%;
}

.eye-swiper .swiper-slide .info .name {
	width: 100%;
	font-size: 2rem;
	margin-bottom: 0.5vw;
}

.eye-swiper .swiper-slide .info .desc {
	color: #999999;
	line-height: 1.6;
}

.core-wrap {
	background: #f9f9f9;
}

.tech-list {
	width: 100%;
	display: flex;
	gap: 1.5vw;
}

.tech-list .item {
	flex: 1;
	height: 25vw;
	position: relative;
	overflow: hidden;
	border-radius: 1vw;
	transition: all 0.5s;
}

.tech-list .item .box {
	width: 100%;
	height: 100%;
}

.tech-list .item .box .icon {
	width: 3vw;
	height: auto;
	position: absolute;
	left: 2vw;
	top: 2vw;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(5px);
	z-index: 2;
	padding: 8px;
}

.tech-list .item .thum {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.5vw;
	overflow: hidden;
	box-shadow: 0 35px 50px 0 rgba(14, 92, 169, 0.15);
}

.tech-list .item .thum::after {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .85), #0000);
}

.tech-list .item .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tech-list .item.active {
	flex: 3;
}

.tech-list video{
	position: absolute;
    width: auto;
    height: 25vw;
    left: 50%;
    top: 0%;
    object-fit: contain;
    background: #000;
    transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
	display: none;
}

.tech-list .item:nth-child(2) video{
	display: block;
}

.tech-list .item.active video{
	opacity: 1;
}

.tech-list .item .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(25px);

}

.tech-list .item.active .box .info {
	opacity: 1;
	transform: translateY(0px);
	transition: all .5s ease 0.5s;
}

.tech-list .item .box .title {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	font-size: 1.25vw;
	line-height: 1.3;
	font-family: Barlow;
	transform: translateY(0px);
}

.tech-list .item.active .box .title {
	transform: translateY(-25px);
	opacity: 0;
	transition: all .4s;
}

.tech-list .item .box .info .name {
	width: 100%;
	margin-bottom: 0.85vw;
	font-size: 1.25vw;
	line-height: 1.3;
	font-family: Barlow;
	position: relative;
	padding-bottom: 1vw;
}

.tech-list .item .box .info .name::after {
	width: 10%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
}

.tech-list .item .box .info .desc {
	width: 100%;
	line-height: 1.5;
}

.choose-wrap {
	background: #f9f9f9;
	padding-bottom: 0;
}

.choose-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.choose-list {
	width: 84%;
	height: auto;
	position: absolute;
	top: 35%;
	display: flex;
	justify-content: space-between;
}

.lines {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.chooses {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 25%;
	display: flex;
	justify-content: space-between;
}

.chooses .item {
	width: 25%;
	height: 35px;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.chooses .item:nth-child(1),
.chooses .item:nth-child(4) {
	top: 5vw;
}

.chooses .item:nth-child(1) {
	transform: rotate(-15deg);
}

.chooses .item:nth-child(4) {
	transform: rotate(15deg);
}

.chooses .item .txt {
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
	text-align: center;
	font-size: 2rem;
	font-family: Barlow;
	text-transform: uppercase;
	opacity: 0.3;
	transition: all 0.5s;
}

.chooses .item .desc{
	display: none;
}

.chooses .item .dot {
	width: 33px;
	height: 33px;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
}

.chooses .item .dot span {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #00a6ce;
	border-radius: 50%;
	transition: all 0.5s;
}

.chooses .item.active .dot {
	background: #00a6ce;
}

.chooses .item.active .dot span {
	background: #fff;
}

.chooses .item.active .txt {
	color: #00a6ce;
	opacity: 1;
	transform: translateX(-50%) scale(1.2);
}

.choose-name {
	width: 50%;
	height: auto;
	position: absolute;
	left: 25%;
	bottom: 10vw;
	text-align: center;
	color: #fff;
}

.choose-name .name {
	font-size: 4vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 1;
	margin-bottom: 1vw;
}

.choose-name .desc {
	line-height: 1.7;
}

.video-box {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
	background: #fff;
}

.video-box video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-box .info {
	width: 30%;
	height: auto;
	position: absolute;
	left: 18%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}

.video-box .info .name {
	width: 100%;
	font-size: 4vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 1;
	margin-bottom: 1vw;
	opacity: 0;
	transform: translateY(25px);
}

.video-box .info .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	margin-bottom: 3vw;
	opacity: 0;
	transform: translateY(25px);
}

.video-play {
	width: 80px;
	height: 80px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transform: translateY(25px);
}

.video-play .ibox {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(10px);
	font-size: 3rem;
	color: #00a6ce;
}


.video-content {
	width: 80vw;
	height: 80vh;
	border-radius: 1vw;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	clip-path: circle(6% at center center);
}


.video-content::after {
	width: 70%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(90deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.news-list .item {
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
}

.news-list.ip .item {
	margin-bottom: 3.5vw;
}

.news-list .item .thum {
	border-radius: 0.5vw;
	margin-bottom: 1.5vw;
}

.news-list .item .thum img {
	width: 100%;
	aspect-ratio: 1.75;
	transition: all 1s;
}

.news-list .item .date {
	width: 100%;
	margin-bottom: 1vw;
	padding-bottom: 1vw;
	position: relative;
	color: #999999;
}

.news-list .item .date::after {
	width: 4%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .2);
}

.news-list .item:nth-child(3n) {
	margin-right: 0%;
}

.news-list .item .name {
	font-size: 2rem;
	margin-bottom: 1.5vw;
	line-height: 1.4;
}

.news-list .item a:hover .name {
	color: #00a6ce;
}

.news-list .item a:hover .thum img {
	transform: scale(1.1);
}

.news-list .item a {
	width: 100%;
	height: auto;
	display: block;
	padding: 1vw;
	position: relative;
	border-radius: 1vw;
	border: 1px solid rgba(0, 0, 0, .1);
	overflow: hidden;
	transition: all 0.35s;
	will-change: transform;
}

.news-list .item a:hover {
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.10);
}

.contact-wrap {
	padding: 0;
	height: 80vh;
	overflow: hidden;
}

.contact-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-img .img {
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-img .img img {
	height: 100%;
}

.contact-img img {
	object-fit: cover;
	object-position: center center;
}

.vector {
	width: 70%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	mix-blend-mode: color;
}

.contact-wrap .info {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.contact-wrap .info .name {
	width: 100%;
	font-size: 4vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 1;
	margin-bottom: 6vw;
}

.footer-top {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.footer-logo {
	width: 250px;
}

.cols-lefts {
	width: 35%;
}

.cols-rights {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.footer-log {
	width: 100%;
	margin-top: 5vw;
	font-size: 3vw;
	text-transform: uppercase;
	font-family: Barlow;
}

.footer-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 1vw;
}

.footer-nav a {
	color: #434343;
}

.footer-nav a:hover {
	color: #00a6ce;
}

.footer-config {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-config .item {
	width: 45%;
	height: auto;
	position: relative;
}

.footer-config .item .row {
	width: 100%;
	height: auto;
	position: relative;
	font-family: figtree;
}

.footer-config .item .row:nth-child(2) {
	margin-top: 2.5vw;
}

.footer-config .item .row .name {
	font-size: 1.6rem;
	text-transform: capitalize;
	margin-bottom: 0.25vw;
	opacity: 0.5;
}

.footer-config .item .row .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.5;
	font-size: 2rem;
	font-family: 'figtree';
}


.social-icons {
	width: 100%;
	display: flex;
	position: relative;
	gap: 10px;
}

.social-icons .item {
	width: 45px;
	height: 45px;
	position: relative;
	line-height: 45px;
	text-align: center;
}

.social-icons .item .img{
	width: 120px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0px;
	padding: 3px;
	opacity: 0;
	transition: all 0.5s;
	pointer-events: none;
	transform:translateX(-50%) translateY(-120%);
	background: #fff;
	border-radius: 5px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.social-icons .item:hover .img{
	transform:translateX(-50%) translateY(-110%);
	opacity: 1;
	pointer-events: auto;
}

.social-icons .item .img p{
	line-height: 1.4;
	font-size: 1.2rem;
	opacity: 0.5;
	margin-top: 0px;
	margin-bottom: 10px;
}

.social-icons .item .element {
	background: rgba(0, 0, 0, .05);
	border-radius: 5px;
	overflow: hidden;
	color: rgba(0, 0, 0, .5);
	transition: all 0.4s;
	font-size: 2rem;
}

.social-icons .item:nth-child(2) .element {
	font-size: 2.4rem;
}

.social-icons .item:hover .element {
	color: #ffffff;
	background: #00a6ce;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.copyrgiht {
	width: 100%;
	margin-top: 4vw;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding-top: 1vw;
	font-size: 1.4rem;
}

.copyrgiht .cp {
	width: auto;
	color: rgba(0, 0, 0, .2);
}
.copyrgiht .cp a{
	color: rgba(0, 0, 0, .2);
	padding: 0 0 0 0.75vw;
}


.other-links {
	width: auto;
	display: flex;
	gap: 0vw;
}

.other-links a {
	color: rgba(0, 0, 0, .2);
	position: relative;
	padding: 0 1vw;
}

.other-links a:hover,.copyrgiht .cp a:hover {
	color: rgba(0, 0, 0, .65);
}

.other-links a::after {
	width: 1px;
	height: 70%;
	position: absolute;
	left: 0;
	top: 15%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.other-links a:last-child {
	padding-right: 0;
}

.other-links a:first-child::after {
	display: none;
}

.logos-wrap {
	position: relative;
	z-index: 2;
	background: #ffffff;
	overflow: hidden;
	padding-bottom: 6vw;
}

.logo-row {
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	margin-bottom: 2vw;
}

.logo-row:last-child {
	margin-bottom: 0;
}

.logo-row .row {
	display: flex;
	white-space: nowrap;

}

.logo-row .row .lg {
	width: 12vw;
	height: auto;
	aspect-ratio: 2 / 1;
	position: relative;
}

.logo-row .row .lg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.3;
	transition: all 1s ease;
}

.logo-row .row .lg:hover img {
	opacity: 1;
	filter: grayscale(0%);
}

.news-warp {
	background: #f9f9f9;
}

.sub-banner {
	height: 100vh;
}

.sub-banner .img,
.sub-banner .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sub-banner .text-cols {
	top: 75%;
	opacity: 0;
}

.sub-banner .txt {
	text-transform: uppercase;
	font-family: Barlow;
	font-size: 6vw;
}



.intro-phare {
	width: 100%;
	font-size: 3vw;
	font-family: Barlow;
}

.about-box {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-top: 5vw;
	margin-bottom: 6vw;
	align-items: flex-start;
}

.singePage {
	line-height: 1.7;
}

.value-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3vw;
}

.value-list .item {
	width: 100%;
}

.value-list .item .box {
	width: 100%;
	height: auto;
	position: relative;
}

.value-list .item .box .thum {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 1vw;
}

.value-list .item .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2vw;
	color: #fff;
}

.value-list .item .box .info .name {
	font-size: 2vw;
	margin-bottom: 0.5vw;
	font-family: Barlow;
}

.value-list .item .box .info .desc {
	opacity: 0.7;
	line-height: 1.6;
}

.value-list .item .box .info .line {
	width: 5%;
	height: 1px;
	position: relative;
	background: rgba(255, 255, 255, .4);
	margin-bottom: 0.5vw;
}

.stone-box {
	background: #f9f9f9;
	height: auto;
	padding: 0;
	overflow: hidden;
}

.stone-box .mara-name {
	position: absolute;
	left: 5%;
	top: 3vw;
}

.history-wrap {
	width: 100%;
	position: relative;
	height: auto;

}

.history-box {
	display: flex;
	align-items: center;
	position: relative;
	gap: 3vw;
	width: 100%;
	/* margin-left: 100vw; */
	height: 100vh;
	padding: 10vh 0px;
}

.news_detail::before{
	width: 100%;
	height: 76px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.boat-img {
	padding: 0px;
	width: 25vw;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	/* transform: translateY(-50%); */
}

.boat-img .ld {
	width: 30%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 0;
	aspect-ratio: 1;
}

.boat-img .ld .border {
	width: 100%;
	aspect-ratio: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
}

.boat-img .ld .border:nth-child(2) {
	width: 80%;
}

.boat-img .ld .border:nth-child(3) {
	width: 60%;
}

.boat-img .ld .border:nth-child(4) {
	width: 40%;
}

.boat-img .ld::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: conic-gradient(transparent 90%, rgba(0, 0, 0, 0.35));
	border-radius: 50%;
	/* -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite; */
	transform: rotate(var(--history));
}

@-webkit-keyframes spin {
	to {
		transform: rotate(1turn);
	}
}


.historys {
	width: max-content;
	display: flex;
	position: relative;
	gap: 3vw;
	height: 100%;
	--history: 0%;
	margin-left: 100vw;
}

.historys .item {
	width: 40vw;
	height: auto;
	position: relative;
}

.historys .item:nth-child(even){
	/* top: 80%; */
}

.historys .item:nth-child(odd){
	top: auto;
	bottom: 55%;
}

.historys .item:nth-child(odd) .i-box{
	top: auto;
	bottom: 0;
	transform: translateY(0%);
}

.historys .item .year {
	font-size: 3vw;
	margin-bottom: 0.5vw;
	font-family: Barlow;
	color: #0E5CA9;
}

.historys .item .i-box{
	width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
}

/* .historys::after,
.historys::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	opacity: 0.1;
	background: #0E5CA9;
}

.historys::after {
	width: var(--history);
	opacity: 1;
} */

.historys .item .name {
	font-weight: bold;
	margin-bottom: 0.5vw;
	font-size: 1.8rem;
}

.historys .item .desc {
	width: 100%;
	height: auto;
	color: #999999;
	line-height: 1.6;
	font-size: 1.4rem;
	max-height: 89.6px;
	overflow-y: auto;
}

.client-desc {
	width: 100%;
	height: auto;
	padding: 0 20%;
	line-height: 1.5;
	margin-top: 2vw;
	margin-bottom: 3.5vw;
	text-align: center;
}

.partner {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
}

.partner .item {
	width: 100%;
	position: relative;
	aspect-ratio: 2 / 1;
	padding: 15px 0px;
}

.partner .item .box {
	width: 100%;
	height: 100%;
	position: relative;
}

.partner .item .box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partner .item::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.partner .item::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.partner .item:nth-child(6n):after {
	display: none;
}

.client-box {
	background-image: linear-gradient(0deg, #006b85, #f9f9f9);
}

.shipping-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 8vw;
	align-items: center;
	margin-bottom: 8vw;
}

.shipping-box .thum {
	width: 40%;
	aspect-ratio: 1;
	position: relative;
	overflow: visible;
}

.shipping-box .thum::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, .5);
}



.ship-content {
	width: 55%;
	position: relative;
	color: #fff;
}

.ship-content .name {
	margin-bottom: 3vw;
	font-size: 3vw;
	font-family: Barlow;
}

.ship-content .desc {
	width: 100%;
	line-height: 1.7;
	position: relative;
}

.ship-content .desc p {
	margin-bottom: 5px;
}

.develops {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
}

.st-swiper.focus-swiper .swiper-pagination{
	display: none;
}

.deve-name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 3.5vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 1;
	margin-bottom: 3vw;
}

.deve-name.half {
	font-size: 2.5vw;
	margin-top: 0.5vw;
}

.deve-desc {
	width: 50%;
	height: auto;
	position: relative;
	line-height: 1.7;
}

.develop-list {
	width: 100%;
	margin-top: 8vw;
}

.develop-list .item {
	width: 100%;
	height: auto;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 2.5vw 0px;
}

.develop-list .item .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.develop-list .item .top .icon {
	width: 50px;
	height: auto;
	aspect-ratio: 1;
	position: relative;
}

.develop-list .item .top .icon img {
	width: 80%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}

.develop-list .item .top .name {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.develop-list .item .top .name .n {
	width: calc(100% - 40px);
	font-size: 2rem;
	line-height: 30px;
	padding: 10px 0px;
}

.develop-list .item .top .name .plus {
	width: 30px;
	height: 50px;
	position: relative;
}

.develop-list .item .btm {
	width: 100%;
	padding-left: 50%;
	line-height: 1.5;
	height: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, .65);
}

.develop-list .item .top .name .plus::before,
.develop-list .item .top .name .plus::after {
	width: 14px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #fff;
	transition: all 0.45s;
}

.develop-list .item .top .name .plus::after {
	width: 1px;
	height: 14px;
}

.develop-list .item.active .top .name .plus::after {
	height: 0;
}

.extion-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.extion-left {
	width: 30%;
}

.extion-swiper {
	width: 55%;
	height: auto;
	position: relative;
	margin: 0;
	padding-left: 2vw;
}

.extion-swiper .swiper-slide {
	border-radius: 1vw;
	overflow: hidden;
    aspect-ratio: 16 / 9;
}

.extion .extion-swiper .swiper-slide{
	aspect-ratio: auto;
}

.extion-swiper .swiper-slide .thum{
	overflow: visible;
}

.extion-swiper .swiper-slide .info{
	width: 100%;
	display: none;
}

.extion-swiper .swiper-slide .thum video{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.boat-wrap{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-top: 3vw;
}

.products .extion-swiper{
	padding-left: 0;
}


.extion-left .extion-info {
	width: 100%;
	font-size: 2vw;
	line-height: 1.2;
	font-family: Barlow;
	margin-bottom: 5vw;
}

.extion-swiper .swiper-slide {
	position: relative;
}

.extion-swiper .swiper-slide a {
	width: 100%;
	height: auto;
	padding: 0.65vw;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0.5vw;
	display: block;
	transition: all 0.5s;
	padding-bottom: 1vw;
}

.extion-swiper .swiper-slide a:hover{
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.10);
}

.extion-swiper .swiper-slide a .thum {
	border-radius: 0.5vw;
	margin-bottom: 1vw;
}

.extion-swiper .swiper-slide a .thum img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.extion-swiper .swiper-slide a .line {
	width: 100%;
	height: 1px;
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
	margin-bottom: 0.5vw;
}

.extion-swiper .swiper-slide a .info {
	width: 100%;
	height: auto;
	position: relative;
}

.extion-swiper .swiper-slide a .info .name {
	font-size: 1.6rem;
	position: relative;
	line-height: 1.5;
	margin-bottom: 0.5vw;
}

.extion-swiper .swiper-slide a .info .desc {
	width: 100%;
	height: auto;
	position: relative;
}

.extion-swiper .swiper-slide a .info .row {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size: 1.4rem;
	align-items: center;
}

.extion-swiper .swiper-slide a .info .row .icon {
	width: 20px;
}

.extion-swiper .swiper-slide a .info .row .txt {
	width: calc(100% - 30px);
	background: #F1F1F1;
	font-size: 1.2rem;
	padding: 5px 10px;
	line-height: 16px;
	border-radius: 4px;
}

.extion-swiper .swiper-slide a .info .row:first-child {
	margin-bottom: 0.35vw;
}

.products {
	width: 100%;
	position: relative;
}

.products .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vw;
	align-items: flex-start;
}


.products .item .item-left {
	width: 40%;
	position: relative;
}

.products .item .item-left .common-btns {
	position: relative;
	margin-top: 4vw;
}


.products .item .item-left .top {
	width: 100%;
	padding-bottom: 2vw;
	margin-bottom: 2vw;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.products .item .item-left .top .name {
	text-transform: uppercase;
	font-family: Barlow;
	font-size: 2.5vw;
	margin-bottom: 0.5vw;
}

.products .item .item-left .top .desc {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-size: 1.8rem;
	color: #999;
}

.products .item .item-left .center {
	width: 100%;
	height: auto;
	position: relative;
}

.products .item .item-left .center .name {
	font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.products .item .item-left .center .desc {
	width: 100%;
	height: 96px;
	line-height: 1.5;
	position: relative;
	font-size: 1.6rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.real-box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw;
}

.real-box .item {
	width: 100%;
	position: relative;
}

.real-box .item .box {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0.5vw;
	overflow: hidden;
}

.real-box .item .box img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.25;
}

.real-box .item .box .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2vw;
	color: #fff;
	font-family: Barlow;
	font-size: 1.35vw;
	text-transform: capitalize;
}

.boat-shape {

}

.boat-name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2vw;
	font-family: Barlow;
}

.boat-list {
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0%;
	padding: 50vh 0px 0;
}

.boat-list .item {
	width: 100%;
	margin-bottom: 2vw;
	transition: all 0.35s;
	overflow: hidden;
	border-radius: 0.5vw;
	border: 1px solid rgba(0, 0, 0, .1);
}

.boat-list .item .thum {
	width: 100%;
	height: auto;
	position: relative;
	background: #f9f9f9;
}

.boat-list .item .thum img {
	width: 100%;
	aspect-ratio: 1 / 0.69;
	position: relative;
	height: auto;
}

.boat-shape .names {
	width: auto;
	height: auto;
	position: absolute;
	right: 0%;
	bottom: 5vw;
}

.boat-shape .names .item {
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	position: relative;
	line-height: 1.5;
	padding: 5px 0px;
}

.moment-list {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 6vw;
}

.moment-list .item {
	width: 100%;
	height: auto;
	position: relative;
}


.moment-list .item .box {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.moment-list .item .year {
	width: auto;
	font-size: 3.5vw;
	text-transform: uppercase;
	font-family: Barlow;
	line-height: 0.8;
}

.line {
	width: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.line span {
	width: 1px;
	height: 100%;
	background: #00a6ce;
	position: relative;
	opacity: 0.5;
}

.line::before,
.line::after {
	width: 1px;
	height: 100%;
	content: '';
	display: block;
	position: relative;
	background: #00a6ce;
	opacity: 0.2;
}

.moment-list .item .box .content {
	width: 70%;
	margin-bottom: 5vw;
}

.moment-list .item:last-child .box .content {
	margin-bottom: 0;
}

.moment-list .item .box .content .top {
	width: 100%;
	height: auto;
	position: relative;
	background: linear-gradient(90deg, #00a6ce, #00a6ce);
	color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5vw;
	gap: 2vw;
}

.moment-list .item .box .content .top .name {
	width: auto;
	line-height: 1.5;
	font-size: 2rem;
}

.moment-list .item .box .content .top .place {
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5vw;
}

.moment-list .item .box .content .top .place i {
	font-size: 2rem;
}

.gallery {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1vw;
}

.gallery .img {
	overflow: hidden;
	border-radius: 0.5vw;
}

.gallery .img img {
	width: 100%;
	aspect-ratio: 5 / 3.2;
}

.events-box {
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
	color: #ffffff;
}

.events-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.events-bg img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.events-box .info {
	width: 50%;
	height: auto;
	margin-left: 5%;
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.key-points {
	width: 100%;
	position: relative;
	margin-bottom: 5vw;
}

.key-points .name {
	text-transform: uppercase;
	font-family: Barlow;
	font-size: 2vw;
	margin-bottom: 1vw;
}

.key-points .desc {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
}

.show-pic {
	width: 50%;
	height: auto;
	position: absolute;
	right: 5vw;
	bottom: 5vw;
}

.news-content-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5vw;
	overflow: hidden;
}

.focus-swiper {
	width: 55%;
	height: auto;
	position: relative;
	margin: 0;
}

.focus-swiper .swiper-slide {
	opacity: 0;
	transition: all 0.5s;
	border-radius: 1vw;
	width: 50%;
}

.focus-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.focus-swiper .swiper-slide.swiper-slide-next {
	opacity: 0.15;
}

.info-swiper {
	width: 45%;
	margin: 0;
	padding-left: 5%;
}

.info-swiper .swiper-slide .date {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
	color: #999999;
	line-height: 1.6rem;
}

.info-swiper .swiper-slide .thum{
	display: none;
}

.info-swiper .swiper-slide .date .txt {
	font-family: figtree;
	font-size: 1.4rem;
}

.info-swiper .swiper-slide .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.8vw;
}

.info-swiper .swiper-slide .name .t {
	line-height: 1.3;
}

.info-swiper .swiper-slide .name .t a {
	transition: all 0.4s;
}

.info-swiper .swiper-slide .name .t a:hover {
	color: #00a6ce;
}

.info-swiper .swiper-slide .desc {
	font-size: clamp(1.6rem, 1vw, 2.4rem);
}

.info-swiper .swiper-slide .desc .t {
	-webkit-line-clamp: 4;
}

.info-swiper .swiper-slide {
	/* opacity: 0;
	transition: all 1.5s; */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-around;
	background: #fff;
}

.info-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.boat-all-swiper .pagn-box .swiper-button-prev,.boat-all-swiper .pagn-box .swiper-button-next{
	transition: all 0.4s;
}
.boat-all-swiper .pagn-box .swiper-button-prev:hover,.boat-all-swiper .pagn-box .swiper-button-next:hover{
	background: #006b85;
	color: #fff;
}

.info-swiper .swiper-button-next,
.info-swiper .swiper-button-prev {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	transform: translateY(0);
	margin-top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.35s;
}

.info-swiper .swiper-button-next::before,
.info-swiper .swiper-button-prev::before {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.info-swiper .swiper-button-next:after,
.info-swiper .swiper-button-prev:after {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .45);
}

.info-swiper .pagn-box {
	position: absolute;
	margin-top: 0;
	bottom: 5%;
	z-index: 2;
}

.news-content-top .common-btns {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	justify-content: space-between;
	top: 50%;
	padding: 0 20px;
	transform: translateY(-50%);
}

.focus-swiper .swiper-slide img {
	aspect-ratio: 1 / 0.6;
}

.swiper-pagination-bullet-active {
	background: #00a6ce;
}

.focus-swiper .swiper-pagination {
	bottom: 1vw !important;
}

.touch-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.touch-box .name {
	width: 40%;
	height: auto;
	position: relative;
	text-transform: uppercase;
	font-family: Barlow;
	font-size: 7vw;
	line-height: 1;
}

.addres-content {
	width: 50%;
}

.addres-list {
	width: 100%;
	margin-bottom: 3vw;
}

.addres-list .item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	margin-bottom: 3vw;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 3vw;
}

.addres-list .item .icon {
	width: 35px;
	height: auto;
	position: relative;
	line-height: 20px;
	font-size: 2rem;
}

.addres-list .item .text {
	width: calc(100% - 45px);
	position: relative;
}

.addres-list .item .text p {
	font-size: 1.6rem;
	text-transform: capitalize;
	margin-bottom: 0.25vw;
	opacity: 0.5;
	line-height: 20px;
}

.addres-list .item .text b {
	display: block;
	position: relative;
	font-family: 'figtree';
	font-size: 2.4rem;
}

.contact-rows {
	width: 100%;
	display: flex;
	gap: 2vw;
}

.earth-wrap {
	width: 100%;
	height: 80vh;
	position: relative;
	padding: 0;
	background: linear-gradient(0deg, #285599, #f9f9f9);
	overflow: hidden;
}

#canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

.earth-config {
	width: 30%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 15%;
	z-index: 2;
}

.earth-img {
	width: 60vw;
	height: 60vw;
	position: absolute;
	left: 20vw;
	top: 20%;
}

.boat-icon {
	width: 120px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.boat-icon img {
	animation: rockTheBoat 1.5s linear infinite;
}

@keyframes rockTheBoat {

	0%,
	100% {
		margin-top: 0em;
		transform: rotate(-2deg);
	}

	50% {
		transform: rotate(2deg);
		margin-top: 0.125em;
	}
}


/* loading */
.overlay {
	position: fixed;
	width: 100%;
	height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	will-change: clip-path;
	left: 0;
	top: 0;
	z-index: 100;
}

.overlay .over-top {
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transform-origin: top left;
}

.overlay .over-btm {
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	transform-origin: bottom left;
}

.progress-bar {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
	height: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.progress-bar .progress-content {
	width: 100%;
	height: 1px;
	position: relative;
	transform: translate(-100%);
}

.progress-bar img {
	width: 80px;
	height: auto;
	position: absolute;
	right: 0%;
	top: 0;
	transform: translateY(-110%);
}

.progress-bar .bar {
	width: 100%;
	height: 1px;
	position: relative;
	background: #000;
	display: block;
}

.banner-swiper {
	
}


.banner-swiper video {
	position: absolute;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-20deg) scale(0);
	width: 100%;
	height: 100vh;
	clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
	will-change: transform, clip-path;
	overflow: hidden;
}

.counter {
	width: auto;
	height: auto;
	position: absolute;
	right: 5%;
	bottom: 5vw;
	color: #000;
	font-size: 5vw;
	font-family: Barlow;
}

.words {
	opacity: 0;
	transform: translateX(25px);
	will-change: transform;
}

.c-light {
	transform: rotate(0deg);
	will-change: transform;
	/* animation: ldAnimate 6s linear infinite; */
}

@-webkit-keyframes ldAnimate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bobs {
	width: 10px;
	height: 10px;
	background: #00b9ba;
	position: absolute;
	left: 30%;
	top: 35%;
	border-radius: 50%;
	animation: fadeAnimate 6s ease infinite;
}

@-webkit-keyframes fadeAnimate {

	0%,
	40%,
	100% {
		opacity: 0;
		transform: scale(0);
	}

	50%,
	70% {
		opacity: 1;
		transform: scale(1.2);
	}

	80% {
		opacity: 0;
		transform: scale(1.7);
	}
}

.bobs.b2 {
	left: 60%;
	top: 10%;
	animation-delay: 2s;
}

.bobs.b3 {
	left: 40%;
	top: 75%;
	animation-delay: 4s;
}

.st-swiper .swiper-pagination {
	position: relative;
	bottom: auto;
	top: 0;
	margin-top: 2vw;
	display: flex;
	gap: 1vw;
}

.st-swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	width: 100%;
	border-radius: 0%;
	background: #efefef;
	height: 5px;
	position: relative;
	border-radius: 5px;
	transition: all 0.5s;
	opacity: 1;
}

.st-swiper .swiper-pagination .swiper-pagination-bullet::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(90deg, #0000, #00ceff);
	border-radius: 5px;
	opacity: 0;
	transition: all 0.5s;
	/* transform: scaleX(0); */
	transform-origin: left top;
}

.st-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	/* animation: bulletAnimate 6s linear 1 forwards; */
	opacity: 1;
}

@-webkit-keyframes bulletAnimate {
	0% {
		transform: scaleX(0);
	}

	100% {
		transform: scaleX(1);
	}
}

.swiper-button-next,
.swiper-button-prev {
	background: rgba(0, 0, 0, .1);
	backdrop-filter: blur(5px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	top: 36%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, .75);
}

.common-btns .btn::before {
	background: #434343;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(10px);
}

.detail_top .name {
	font-weight: bold;
}

.mes-btn{
	cursor: pointer;
}

.form-submit{
	position: relative;
}

.form-box{
	width: 800px;
	height: auto;
	position: absolute;
	background: #fff;
	padding: 3vw 2vw 3vw;
	border-radius: 1vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-box .name{
	text-align: center;
    font-size: 3.5vw;
    font-family: Barlow;
    margin-bottom: 3vw;
    text-transform: uppercase;
}

.form{
	margin-bottom: 1vw;
}

.form-close{
	width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transform: rotate(45deg);
    text-align: center;
    font-size: 3rem;
	transition: all 0.35s;
}

.form-close:hover{
	transform: rotate(135deg);
}

.detail_top .name{
	line-height: 1.3;
}

.product-wrap{
	background: #f9f9f9;
}

.boat-image-swiper{
	width: 45%;
	margin: 0;
    box-shadow: 15px 15px 35px rgba(0, 0, 0, .1);
    border-radius: 1vw;
    overflow: hidden;
}

.boat-content{
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
	align-items: flex-start;
}

.boat-image-swiper img{
	width: 100%;
	aspect-ratio: 100 / 69;
	object-fit: contain;
}

.boat-all-swiper{
	width: 100%;
}

.boat-all-swiper .name{
	display: none;
}

.boat-all-swiper img{
	width: 100%;
	aspect-ratio: 100 / 69;
	object-fit: contain;
}

.boat-all-swiper .thum{
	border-radius: 0.5vw;
}

.pagn-box{
	position: relative;
	width: 100%;
	display: flex;
	gap: 1vw;
	margin-top: 2vw;
}

.pagn-box .swiper-button-next,.pagn-box .swiper-button-prev{
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0;
	right: 0;
}
.after-config{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 2vw;
	gap: 5px;
}
.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;
}

.after-config .tips{
	font-size: 1.4rem;
	color: #999999;
}

.after-config .tips a{
	color: #999999;
	text-decoration: underline;
}

.after-config .tips a:hover{
	color: #3e3e3e;
}

.form .row label{
	font-size: 1.4rem;
}

.xdxp{
	margin-top: 3vw;
}

.news_detail.f .w1400{
	max-width: none;
}

.boat-image-swiper .swiper-slide{
	background: #fff;
}

.boat-all-swiper .swiper-slide{
	border: 2px solid transparent;
	border-radius: 0.5vw;
	overflow: hidden;

}

.boat-all-swiper .swiper-slide.swiper-slide-active{
	border-color: #00a6ce;
}

.bread-crumb span{
	background: #fff;
}

.zh-version .banner-swiper .slogan .title{
	line-height: 1.3;
}

.zh-version nav ul li .first-lab{
	font-size: 1.8rem;
}

.zh-version .common-name{
	line-height: 1.2;
	font-size: 3vw;
}
.zh-version .footer-config .item .row .desc{
	font-size: 1.6rem;
}

.zh-version .footer-config .item .row .name{
	font-size: 1.4rem;
}

.zh-version .choose-name .name,.zh-version .video-box .info .name,.zh-version .contact-wrap .info .name{
	font-size: 3vw;
}

.zh-version .video-box .info .name{
	margin-bottom: 1.5vw;
}

.zh-version .intro-desc{
	padding: 0 20%;
	line-height: 2;
}

.zh-version .news-list .item .date{
	font-family: Silka;	
}

.zh-version .data-list .item .txt,.zh-version .eye-swiper .swiper-slide .info .desc,.zh-version .tech-list .item .box .info .desc{
	font-size: 1.6rem;
}


.zh-version .data-list .item .txt{
	font-size: 1.4rem;
}
.zh-version .news-list .item .name{
	font-size: 1.8rem;
}

.zh-version .tech-list .item .box .title{
	padding: 1.5vw 1vw;
    font-size: 1vw;
}

.zh-version .mr-btns a .txt{
	left: 40px;
}

.zh-version .intro-phare{
	font-size: 2vw;
    margin-bottom: 6vw;
}

.zh-version .develop-list .item .btm{
	line-height: 1.7;
}

.zh-version .extion-left .extion-info{
	font-size: 1.25vw;
	line-height: 1.7;
}

.zh-version .footer-log{
	font-size: 2.25vw;
}

.zh-version .tech-list .item .box .info .name{
	font-size: 2.4rem;
}

.intro-phare.zh{
	display: none;
}

.zh-version .about-box{
	margin-top: 0;
}

.zh-version .about-box .mara-name{
	width: 40%;
}

.zh-version .about-box .singePage{
	width: 60%;
	line-height: 2;
    font-size: 1.8rem;
}

.zh-version .products .item .item-left .center .name,.zh-version .footer-nav,.zh-version .historys .item .name{
	font-weight: 500;
}

.zh-version .deve-name.half {
    font-size: 2vw;
    margin-top: 0.5vw;
}

.zh-version .moment-list{
	margin-top: 3vw;
}

.zh-version .video-list .item .desc{
	display: none;
}

.zh-version .historys .item .desc{
	max-height: 112px;
	line-height: 2;
	overflow-y: auto;
}

.zh-version .detail_top .name{
	font-weight: 500;
}

.zh-version .solu-list .item .name b{
	display: block;
	font-size: 2.4rem;
}

.zh-version .solu-list .item .name p{
	display: block;
	font-size: 1.6rem;
	margin-top: 0.5vw;
}

.zh-version .eye-swiper .swiper-slide .info .name{
	font-size: 2.4rem;
}

.zh-version .solu-list .item.active .top .name p{
    color: #3e3e3e;
}

.zh-version .banner-swiper .slogan .title{
	font-size: 3vw;
}



.zh-version .moment-list .item .box .content .top .name,.zh-version .banner-swiper .tips{
	font-size: 1.6rem;
}

.zh-version .moment-list .item .box .content .top .place{
	font-size: 1.2rem;
}

.zh-version .footer-config{
	margin-top: 3vw;
	margin-bottom: 3vw;
}

.zh-version .touch-box .name{
	font-size: 3.5vw;
}

.zh-version .copyrgiht{
	font-size: 1.2rem;
}

.zh-version .addres-list .item .text b{
	font-size: 2rem;
}

.zh-version .addres-list .item .text p{
	font-size: 1.4rem;
}

.zh-version .earth-wrap .deve-name.half{
	font-size: 1.5vw;
    line-height: 1.5;
    margin-top: 1.5vw;
}

.zh-version .pn_news .item p{
	width: 60px;
}

.zh-version .pn_news .item a {
    width: calc(100% - 60px);
    transition: all .4s;
}

.zh-version .form-box .name{
	font-size: 2vw;
    margin-bottom: 2vw;
}

.zh-version .deve-name,.zh-version .ship-content .name{
	font-size: 2.5vw;
	margin-bottom: 1vw;
}

.zh-version .products .item .item-left .top .desc{
	font-size: 1.6rem;
}

.zh-version .ship-content .desc p{
	margin-bottom: 0;
}

.form .row textarea{
	min-height: 96px;
}

.extion .extion-swiper .swiper-slide a .info{
	display: block;
}

.zh-version .ship-content .desc,.zh-version .deve-desc{
	font-size: 1.6rem;
	line-height: 2;
}

.zh-version .products .item .item-left .center .desc{
	font-size: 1.4rem;
	line-height: 1.7;
}

.zh-version .products .item .item-left .center .name{
	font-size: 2.4rem;
}

.zh-version .sub-banner .txt{
	font-size: 4vw;
}

.play-btn{
	display: none;
}

@media screen and (max-width: 1440px){
	.news-list .item .name{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1200px) {
	nav ul li .first-lab{
		font-size: 1.8rem;
	}
	.logo{
		width: 160px;
	}
	.intro-desc{
		padding: 0 0%;
	}
	.data-list {
		width: 100%;
		margin-left: 0%;
	}
	.data-list .item .top .number .num{
		font-size: 6vw;
	}
	.eye-swiper .swiper-slide .info .name{
		font-size: 1.6rem;
		margin-bottom: 0.5vw;
		text-overflow: inherit;
		white-space: normal;
	}
	.eye-swiper .swiper-slide .info .desc{
		display: none;
	}
	.tech-list .item .box .title{
		font-size: 2vw;
	}

	.choose-wrap .eye-tops .mara-name{
		width: 100%;
	}
	.chooses .item .txt{
		font-size: 1.6rem;
	}
	.footer-logo {
		width: 200px;
	}	
	.footer-nav{
		font-size: 1.4rem;
		margin-bottom: 2vw;
	}
	.footer-config .item .row .desc{
		font-size: 1.6rem;
	}
	.footer-config{
		margin-bottom: 3vw;
	}
	.about-box .mara-name{
		width: 30%;
	}
	.about-box .singePage{
		width: 70%;
	}
	.historys .item .name{
		font-size: 1.4rem;
	}
	.historys .item .desc{
		font-size: 1.2rem;
	}
	.develop-list .item .top .name .n,.products .item .item-left .center .name{
		font-size: 1.6rem;
	}
	.extion-swiper .swiper-slide a .info .name,.products .item .item-left .center .desc,.products .item .item-left .top .desc,.addres-list .item .text p{
		font-size: 1.4rem;
	}
	.real-box .item .box .name{
		font-size: 2.5vw;
	}
	.moment-list .item .box .content .top .name{
		font-size: 1.6rem;
	}
	.moment-list .item .box .content .top .place{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 767px) {
	.boxes{
		padding: 15vw 0px;
	}
	header {
        padding: 0 5%;
        padding-right: 0;
        height: 60px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
		border-bottom: none;
    }
	nav{
		height: calc(100vh - 60px);
        position: fixed;
        left: 0px;
        top: 60px;
        align-items: center;
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
        pointer-events: none;
        margin-right: 0%;
        z-index: 10;
        padding-top: 25px;
        display: block;
        background: #f9f9f9;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        overflow-y: auto;
        padding-bottom: 25px;
	}
	.logo {
        width: 120px;
    }
	.bread-crumb{
		display: flex;
	}
	.progress-bar img{
		width: 50px;
	}
	.counter{
		font-size: 20vw;
		bottom: 10vw;
	}
	.banner-swiper{
		height: 80vw;
		position: relative;
	}
	.solution-warp{
		margin-top: 0;
	}

	.banner-swiper video{
		height: 80vw;
	}

	.banner-swiper .slogan{
		width: 90%;
        left: 5%;
	}
	.banner-swiper .tips{
		font-size: 1.2rem;
		margin-bottom: 3vw;
	}
	.banner-swiper .slogan .line{
		margin-bottom: 3vw;
	}
	.banner-swiper .slogan .title{
		font-size: 7vw;
	}
	.scroll-down{
		display: none;
	}
	.video-list{
		display: none;
	}
	.solu-cols{
		width: 100%;
		padding: 0;
		background: transparent;
	}
	.solution-warp{
		padding: 10vw 5vw;
	}
	.solu-list{
		margin-top: 5vw;
	}
	.solu-list .item{
		padding: 7.5vw 0px;
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
	.solu-list .item .name {
		font-size: 5vw;
	}
	.mara-name p{
		font-size: 1.4rem;
	}
	.solu-list .item .top {
		color: #00a6ce;
		opacity: 1;
	}
	.solu-list .item::before{
		display: none;
	}
	.solu-content{
		opacity: 1;
		display: block;
		position: relative;
        top: 0;
        padding: 0;
		margin-bottom: 5vw;
	}
	.solu-content .desc,.videos{
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.solu-content .desc{
		display: none;
	}
	.common-name{
		font-size: 7vw;
	}
	.w1400 {
		width: 90%;
	}
	.intro-desc{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.intro-box::after,.intro-box::before{
		display: none;
	}
	.circle-about.c1,.circle-about{
		top: 10%;
	}
	.data-list .item{
		width: 45%;
	}
	.data-list .item .top .number i,sup{
		font-size: 1rem;
	}
	sup{
		position: relative;
		left: 2vw;
	}
	.data-list .item .txt{
		font-size: 1rem;
        text-align: center;
	}
	.data-list .item .dw{
		font-size: 1rem;
	}
	.data-list .item .top{
		gap: 1vw;
		margin-bottom: 1.5vw;
	}
	.data-list .item .top .number i{
		right: -2.75vw;
	}
	.data-list .item .top .number .num {
        font-size: 9vw;
    }
	.mr-btns a .txt{
		font-size: 1.2rem;
	}
	.mr-btns {
		width: 136px;
		height: 40px;
	}
	.mr-btns a .txt{
		left: 15px;
	}
	.mr-btns a .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.mr-btns a::before {
		width: 30px;
		height: 30px;
	}
	.eye-tops .mara-name {
		width: calc(100% - 150px);
	}

	.eye-tops{
		margin-bottom: 5vw;
		flex-wrap: wrap;
	}
	.eye-swiper .swiper-button-next,.eye-swiper .swiper-button-prev{
		display: none;
	}
	.eye-swiper .swiper-slide .info .name {
        font-size: 1.4rem;
	}

	.core-wrap .eye-tops .mara-name{
		width: 100%;
	}

	.core-wrap .eye-tops .mr-btns{
		display: none;
	}

	.tech-list{
		flex-wrap: wrap;
		gap: 5vw;
	}
	.tech-list .item.active,.tech-list .item {
		flex: none;
		width: 100%;
	}
	.tech-list .item.active .box .info,.tech-list .item .box .info,.backTop{
		display: none;
	}
	.tech-list .item{
		height: 50vw;
	}
	.tech-list .item.active .box .title {
		transform: translateY(0px);
		opacity: 1;
	}

	.tech-list .item .box .title{
		font-size: 4vw;
        padding: 3.5vw;
	}

	.video-box{
		height: 70vh;
		margin-bottom: 5vw;
	}
	.video-content{
		height: 100%;
        aspect-ratio: auto;
		width: 100%;
		left: 0;
		top: 0;
		transform: translate(0%, 0%);
		position: absolute;
		border-radius: 0vw;
	}
	.video-box .info {
		width: 80%;
		left: 10%;
	}
	.video-box .info .name {
		width: 100%;
		font-size: 7vw;
		margin-bottom: 5vw;
	}
	.video-play {
		width: 50px;
		height: 50px;
	}
	.video-play .ibox{
		font-size: 2rem;
	}
	.video-box .info .desc{
		margin-bottom: 10vw;
		line-height: 1.5;
        font-size: 1.4rem;
	}
	.news-list .item {
		width: 100%;
		height: auto;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.news-list .item .name {
        font-size: 1.4rem;
    }
	.news-list .item a{
		padding: 0;
        border: none;
	}
	.news-list .item .date{
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.contact-wrap{
		height: 50vh;
	}
	.footer-logo{
		display: none;
	}
	.footer-top,.footer-config{
		flex-wrap: wrap;
	}
	.cols-lefts,.cols-rights,.footer-config .item{
		width: 100%;
	}
	.footer-log{
		margin-top: 0;
		font-size: 8vw;
		margin-bottom: 5vw;
	}
	.footer-nav{
		display: none;
	}
	.footer{
		padding-top: 10vw;
		padding-bottom: 5vw;
	}
	.footer-config .item .row:nth-child(2) {
		margin-top: 3.5vw;
	}
	.footer-config .item{
		margin-bottom: 3.5vw;
	}
	.social-icons .item {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.social-icons .item:nth-child(2) .element {
		font-size: 1.8rem;
	}
	.social-icons .item .element{
		font-size: 1.6rem;
	}
	.copyrgiht{
		margin-top: 10vw;
		padding-top: 5vw;
		flex-wrap: wrap;
	}
	.copyrgiht .cp,.other-links{
		width: 100%;
	}

	.other-links a:first-child{
		padding-left: 0;
	}

	.copyrgiht .cp{
		margin-bottom: 2.5vw;
	}
	header.active .bread-crumb span {
		background: #00a6ce;
	}
	nav.active {
        pointer-events: auto;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
	nav ul{
		flex-wrap: wrap;
	}
	nav ul li{
		border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding: 5vw 0px;
		width: 100%;
	}
	nav ul li .first-lab a{
		color: #3e3e3e;
	}
	nav ul li .first-lab {
        font-size: 7vw;
    }
	.langue a {
		color: #3e3e3e;
	}
	.langue{
		width: 100%;
		justify-content: center;
		font-size: 1.8rem;
        gap: 5vw;
		margin-top: 5vw;
	}
	.sub-banner {
		height: 56vw;
	}
	.intro-phare{
		font-size: 6vw;
		line-height: 1.5;
	}
	.singePage{
		line-height: 1.5;
	}
	.about-box .mara-name,.about-box .singePage {
        width: 100%;
    }
	.about-box .mara-name{
		margin-bottom: 5vw;
	}
	.about-box{
		flex-wrap: wrap;
		margin-top: 15vw;
		margin-bottom: 15vw;
	}
	.history-box{
		padding-left: 0;
		width: 100%;
		gap: 5vw;
		height: auto;
		padding: 0;
	}
	.boat-img{
		display: none;
	}
	.historys{
		width: 100%;
		gap: 7.5vw;
		flex-wrap: wrap;
		margin-left: 0;
	}
	.stone-box{
		height: auto;
		padding: 10vw 5vw;
	}
	.historys .item:nth-child(odd) {
		margin-top: 0vw;
		bottom: auto;
	}
	.historys .item .i-box{
		position: relative;
		top: auto;
		transform: translateY(0);
	}
	.historys .item{
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding-bottom: 7.5vw;
	}
	.history-wrap{
		padding: 0;
		width: 100%;
		top: 0;
        margin-top: 5vw;
	}
	.stone-box .mara-name {
		position: relative;
		left: 0%;
		top: 0vw;
	}

	.historys .item .desc{
		height: auto;
		max-height: none;
	}

	.historys .item .year{
		font-size: 12vw;
		margin-bottom: 1.5vw;
	}

	.historys::after, .historys::before{
		display: none;
	}

	.client-desc{
		margin-top: 5vw;
		padding: 0;
		font-size: 1.4rem;
		margin-bottom: 0;
	}

	.partner{
		grid-template-columns: repeat(4, 1fr);
		border: none;
	}
	.partner .item::before,.partner .item::after{
		display: none;
	}
	.shipping-box{
		flex-wrap: wrap;
		margin-top: 15vw;
		margin-bottom: 15vw;
	}
	.shipping-box .thum,.ship-content{
		width: 100%;
	}
	.develop-list{
		margin-top: 15vw;
	}
	.ship-content .name{
		font-size: 7vw;
		margin-bottom: 5vw;
	}
	.shipping-box .thum{
		margin-bottom: 10vw;
	}
	.ship-content .desc{
		line-height: 1.5;
	}

	.deve-name{
		font-size: 7vw;
	}

	.deve-desc{
		width: 100%;
		line-height: 1.5;
	}

	.develop-list .item .top .icon{
		width: 40px;
	}

	.develop-list .item .top .name{
		width: calc(100% - 60px);
	}

	.develop-list .item .top .name .n{
		padding: 10px 0;
		line-height: 20px;
	}

	.extion-box{
		flex-wrap: wrap;
	}

	.extion-left{
		width: 100%;
	}

	.extion-swiper{
		width: 100%;
		padding: 0;
	}

	.extion-left .extion-info{
		font-size: 7vw;
	}

	.extion-left .common-btns{
		display: none;
	}

	.extion-swiper .swiper-slide a{
		padding: 3vw;
	}

	.extion-swiper .swiper-slide a .thum,.extion-swiper .swiper-slide a .line,.extion-swiper .swiper-slide a .info .name{
		margin-bottom: 3vw;
	}

	.extion-swiper .swiper-slide a .info .row:first-child{
		margin-bottom: 2vw;
	}

	.products .item{
		flex-wrap: wrap;
		margin-bottom: 10vw;
	}

	.products .item .item-left,.products .extion-swiper{
		width: 100%;
	}
	.products .item .item-left .common-btns{
		display: none;
	}

	.products .item .item-left .center{
		display: none;
	}

	.products .item .item-left .top .name{
		font-size: 7vw;
	}
	.products .item .item-left .top .desc{
		line-height: 1.5;
		font-size: 1.4rem;
	}

	.products .item .item-left .top{
		padding-bottom: 3.5vw;
		margin-bottom: 3.5vw;
	}
	.product-wrap .eye-tops .mara-name{
		width: 100%;
	}
	.real-box {
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
	}
	.real-box .item .box .name {
        font-size: 5vw;
        padding: 5vw;
    }
	.boat-wrap{
		margin-top: 5vw;
	}
	.boat-image-swiper,.pagn-box{
		display: none;
	}
	.boat-content{
		width: 100%;
	}
	.boat-name{
		display: none;
	}
	.boat-all-swiper .swiper-slide{
		border: none;
	}
	.singePage p{
		margin-bottom: 0;
	}
	.deve-name.half{
		font-size: 6vw;
		margin-top: 2.5vw;
		margin-bottom: 10vw;
	}
	.line{
		display: none;
	}
	.moment-list .item .box{
		flex-wrap: wrap;
	}
	.moment-list .item .year{
		width: 100%;
		font-size: 7vw;
		margin-bottom: 3.5vw;
	}
	.moment-list .item .box .content{
		width: 100%;
	}
	.moment-list .item .box .content .top{
		padding: 10px;
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 3.5vw;
        border-radius: 1vw;
	}
	.moment-list .item .box .content .top .name{
		width: 100%;
		font-size: 1.4rem;
	}
	.moment-list .item .box .content .top .place .i{
		display: none;
	}
	.moment-list .item .box .content .top .place .n{
		opacity: 0.5;
		font-size: 0.8rem;
	}
	.moment-list .item{
		margin-bottom: 10vw;
	}
	.events-box .info{
		width: 90%;
		margin-top: 10vw;
        margin-bottom: 10vw;
	}
	.show-pic{
		width: 100%;
		position: relative;
		right: 0;
		bottom: 0;
		padding: 5vw;
	}
	.key-points .name{
		font-size: 6vw;
		margin-bottom: 2vw;
	}
	.key-points{
		margin-bottom: 10vw;
	}
	.news-content-top .common-btns,.info-swiper{
		display: none;
	}
	.focus-swiper{
		width: 100%;
	}
	.news_detail::before {
		width: 100%;
		height: 60px;
	}
	.news_detail{
		padding-top: 100px;
	}
	.n_date .txt{
		font-size: 12px;
	}
	.pd-mbx{
		margin-bottom: 3.5vw;
	}
	.detail_top .name{
		margin-bottom: 3.5vw;
	}
	.touch-box{
		flex-wrap: wrap;
	}
	.touch-box .name,.addres-content{
		width: 100%;
	}
	.touch-box .name{
		font-size: 14vw;
		margin-bottom: 7.5vw;
	}
	.addres-list .item .text b{
		font-size: 1.8rem;
	}
	.addres-list .item{
		margin-bottom: 7.5vw;
		padding-bottom: 7.5vw;
	}
	.form-box{
		width: 94%;
		padding: 5vw;
	}
	.form-box .name{
		font-size: 7.5vw;
		margin-bottom: 5vw;
	}
	.form .row{
		width: 49%;
		margin-bottom: 10px;
	}
	.form .row label{
		font-size: 1rem;
		height: 20px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.form .row>input, .form .row textarea{
		padding: 8px;
		font-size: 1.2rem;
	}
	.form .row textarea {
		min-height: 80px;
		line-height: 20px;
	}
	.after-config .tips{
		font-size: 1rem;
	}
	.form-submit{
		font-size: 1.2rem;
	}
	.earth-config{
		width: 84%;
		top: 10%;
	}
	.other-links,.copyrgiht .cp{
		font-size: 1.2rem;
		justify-content: center;
		text-align: center;
	}
	.addres-list{
		margin-bottom: 0;
	}
	.tech-list .item .box .icon{
		border: 1px solid rgba(255, 255, 255, .1);
		width: 10vw;
	}
	.choose-wrap{
		padding-bottom: 0;
	}
	.news-list .item .thum{
		margin-bottom: 3.5vw;
		border-radius: 2vw;
	}
	.choose-name{
		display: none;
	}
	.chooses .item:nth-child(1), .chooses .item:nth-child(4) {
		top: 0vw;
	}
	.chooses{
		flex-wrap: wrap;
		padding: 0 5%;
		position: relative;
        top: 0;
	}
	.chooses .item:nth-child(1) {
		transform: rotate(0deg);
	}
	.chooses .item{
		width: 100%;
		height: auto;
		background: transparent;
		padding: 5vw;
		border: 1px solid rgba(0, 0, 0, .1);
		display: block;
		margin-bottom: 3.5vw;
		border-radius: 1vw;
	}
	.chooses .item .dot{
		width: 14px;
		height: 14px;
		display: none;
	}
	.chooses .item .txt,.chooses .item.active .txt{
		opacity: 1;
		color: #00a6ce;
    	transform: translateX(0%) scale(1);
		font-size: 2rem;
	}
	.chooses .item .txt {
        font-size: 2rem;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
		text-align: left;
		margin-bottom: 2vw;
    }
	.boat-icon{
		display: none;
	}
	.chooses .item:nth-child(4) {
		transform: rotate(0deg);
	}
	.chooses .item .desc{
		display: block;
		font-size: 1.4rem;
        line-height: 1.5;
	}
	.extion-swiper .swiper-slide .info{
		width: 100%;
		display: block;
		margin-top: 2vw;
	}

	.extion-swiper .swiper-slide{
		aspect-ratio: auto;
		border-radius: 0;
	}
	.extion-swiper .swiper-slide video{
		aspect-ratio: 16 / 9;
		border-radius: 1vw;
	}
	.extion-swiper .swiper-slide .info .name{
		font-size: 1.4rem;
		margin-bottom: 1vw;
	}
	.extion-swiper .swiper-slide .info .desc{
		font-size: 1.2rem;
		line-height: 1.5;
		opacity: 0.6;
	}
	.st-swiper .swiper-pagination .swiper-pagination-bullet{
		height: 2px;
	}
	.real-box .item .box{
		border-radius: 2vw;
	}
	.boat-all-swiper .name{
		display: block;
		text-align: center;
		margin-bottom: 5vw;
        margin-top: 2vw;
	}
	.st-swiper.focus-swiper .swiper-pagination{
		display: flex;
		left: 0% !important;
		transform: translateX(0%) !important;
	}
	.focus-swiper{
		display: none;
	}
	.info-swiper{
		width: 100%;
		display: block;
		padding: 0;
		padding-bottom: 10vw;
	}
	.info-swiper .swiper-slide .thum{
		display: block;
		margin-bottom: 3.5vw;
		border-radius: 2vw;
        overflow: hidden;
	}
	.info-swiper .swiper-slide .mr-btns{
		display: none;
	}

	.info-swiper .swiper-slide .date .icon{
		display: none;
	}

	.info-swiper .swiper-slide .date .txt{
		font-size: 1.2rem;
		font-family: Silka;
	}

	.info-swiper .swiper-slide .name{
		font-size: 1.4rem;
	}
	.info-swiper .swiper-slide .name .t{
		line-height: 1.4;
	}
	.news-list.ip .item{
		margin-bottom: 7.5vw;
	}
	.news-list .item .date::after{
		display: none;
	}
	.news-content-top{
		margin-bottom: 7.5vw;
	}
	.zh-version .intro-desc {
		padding: 0 0%;
	}
	.data-list .item .top .number{
		line-height: 1;
	}
	.zh-version .mr-btns a .txt {
		left: 30px;
	}
	.zh-version .tech-list .item .box .title{
		font-size: 1.8rem;
        padding: 5vw;
	}
	.zh-version .video-box .info .desc{
		line-height: 1.7;
	}
	.zh-version .news-list .item .name {
		font-size: 1.6rem;
	}
	.zh-version .contact-wrap .info .name{
		font-size: 7vw;
		margin-bottom: 15vw;
	}
	.zh-version .intro-phare {
		font-size: 5vw;
		margin-bottom: 10vw;
	}
	.zh-version .singePage{
		font-size: 1.6rem;
        line-height: 2;
	}
	.zh-version .historys .item .name {
        font-size: 1.8rem;
		margin-bottom: 2.5vw;
    }
	.zh-version .historys .item .desc{
		line-height: 2;
		font-size: 1.4rem;
		max-height: none;
	}
	.zh-version .deve-name, .zh-version .ship-content .name {
		font-size: 6vw;
	}

	.zh-version .ship-content .desc,.zh-version .deve-desc{
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.zh-version .deve-desc{
		margin-top: 2vw;
	}
	.develop-list .item .btm{
		padding-left: 0;
	}

	.zh-version .develop-list .item .btm{
		font-size: 1.4rem;
	}
	.develop-list .item .top .name .plus{
		height: 40px;
	}
	.develop-list .item{
		padding: 5vw 0px;
	}
	.zh-version .extion-left .extion-info {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-bottom: 10vw;
	}
	.zh-version .footer-log {
		font-size: 7vw;
	}
	.zh-version .products .item .item-left .top .desc{
		font-size: 1.4rem;
		line-height: 2;
	}

	.zh-version .products .item .item-left .top{
		padding-bottom: 5vw;
        margin-bottom: 5vw;
	}

	.zh-version .products .item .item-left .top .name {
        font-size: 2rem;
		margin-bottom: 1.5vw;
    }
	.zh-version .moment-list .item .box .content .top .name {
		font-size: 1.4rem;
	}
	.zh-version .moment-list {
		margin-top: 5vw;
	}
	.zh-version .deve-name.half {
		font-size: 5vw;
		margin-top: 2.5vw;
	}
	.zh-version .earth-wrap .deve-name.half {
		font-size: 5vw;
		margin-top: 2.5vw;
	}
	.related-news .list .item {
        margin-bottom: 5vw;
        padding-bottom: 5vw;
    }
	.logo-row .row .lg {
		width: 20vw;
	}
	.play-btn{
		display: block;
	}
	.value-list{
		grid-template-columns: repeat(1, 1fr);
    	gap: 5vw;
	}
	.value-list .item .box .info .name{
		font-size: 2.2rem;
		margin-bottom: 2.5vw;
	}
	.value-list .item .box .info .desc{
		font-size: 1.4rem;
	}
	.value-list .item .box .info .line{
		display: block;
		margin-bottom: 2.5vw;
	}
	.value-list .item .box .info{
		padding: 4vw;
	}
	.partner .item{
		padding: 0;
	}
	.zh-version .intro-desc{
		line-height: 2;
		font-size: 1.6rem;
	}
	.data-list{
		margin-top: 15vw;
	}
	.zh-version .sub-banner .txt {
		font-size: 6vw;
	}
	.partner{
		margin-top: 10vw;
	}
	.moment-list .item .box .content .top .place{
		word-break: keep-all;
	}
	.moment-list .item .box .content .top{
		flex-wrap: initial;
		gap: 3vw;
	}
	.zh-version .banner-swiper .tips{
		font-size: 1.2rem;
	}
	.zh-version .banner-swiper .slogan .title {
		font-size: 6vw;
		line-height: 1.4;
	}
	.solu-list .item .top{
		color: #3e3e3e;
	}
	.zh-version .solu-list .item.active .name p,.solu-list .item.active .top{
		color: #3e3e3e;
	}
	.zh-version .solu-list .item .name p{
		font-size: 1.4rem;
		opacity: 0.65;
		margin-top: 1.5vw;
	}
	.zh-version .solu-list .item .name b{
		font-size: 2rem;
	}
	.zh-version .solu-list .item .name{
		width: calc(100% - 30px);
	}
	.zh-version .common-name {
		line-height: 1.2;
		font-size: 7vw;
	}
	.zh-version .eye-swiper .swiper-slide .info .name {
		font-size: 1.8rem;
	}
	.zh-version .mara-name p {
        font-size: 1.6rem;
    }
	.zh-version .chooses .item{
		margin-bottom: 5vw;
	}
	.zh-version .choose-name .name, .zh-version .video-box .info .name, .zh-version .contact-wrap .info .name{
		font-size: 7vw;
	}
	.zh-version .video-box .info .name{
		margin-bottom: 3.5vw;
	}
	.video-content::after{
		width: 100%;
	}
	.zh-version .footer-config{
		margin-bottom: 10vw;
	}
	.zh-version .about-box .mara-name {
		width: 100%;
	}
	.zh-version .about-box .singePage{
		width: 100%;
		font-size: 1.6rem;
	}
	.news-list .item a:hover {
		box-shadow: none;
	}
	.zh-version .addres-list .item .text b {
		font-size: 1.6rem;
	}
	.historys .item .name{
		margin-bottom: 2.5vw;
	}
	.gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
	}
	.copyrgiht .cp{
		line-height: 1.5;
	}
}