.home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: #002734; */
}

.home_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.language_select {
	position: absolute;
	top: 90px;
	right: 71px;
	display: flex;
	color: #99acb3;
	font-size: 22px;
	/* opacity: 0; */
	visibility: hidden;
}


.language_select>div {
	width: 142px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 'PingFang-Medium';
	margin: 0 1px;
}

.language_select div:nth-child(1) {
	background: linear-gradient(to top, rgba(60, 96, 133, 0.5) 0%, rgba(60, 96, 133, 0.3) 50%, rgba(60, 96, 133, 0) 100%);
	border-radius: 20px 0 0 20px;
	color: #ffffff;
}
.lanact{
	background: linear-gradient(to top, rgba(60, 96, 133, 0.7) 0%, rgba(60, 96, 133, 0.4) 50%, rgba(60, 96, 133, 0.1) 100%) !important;
}
.language_select div:nth-child(2) {
	color: #ffffff;
	border-radius: 0 20px 20px 0;
	background: linear-gradient(to top, rgba(60, 96, 133, 0.5) 0%, rgba(60, 96, 133, 0.3) 50%, rgba(60, 96, 133, 0) 100%);
}

.title {
	position: absolute;
	top: 210px;
	right: 5%;
	/* transform: translateX(-50%); */
	box-sizing: border-box;
	/* padding: 0 0 0 70px; */
	width: 90%;
	
	font-family: 'PingFang-Medium';
	font-size: 52px;
	/* line-height: 70px; */
	color: #ffffff;
	/* opacity: 0; */
	visibility: hidden;
}
.title img{
	width: 100%;
	display: block;
	
}


.container {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 1019px !important;
	height: 1002px !important;
}

.big_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1019px;
	height: 1002px;
	background-image: url(../img/big_circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	animation: spin1 20s linear infinite;
}

@keyframes spin1 {
	from {
		transform: translate(-50%, -50%) rotate(360deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

.small_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 256px;
	height: 256px;
	background-image: url(../img/small_circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	animation: spin 20s linear infinite;
}

@keyframes spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.menu_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1019px;
	height: 800px;
	z-index: 1000;
}

.top_box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 873px;
	height: 302px;
	background-image: url(../img/top_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}
.lin{
	width: 100%;
	height: 100%;
	animation: opcx 2s linear infinite;
}
@keyframes opcx{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.4;
	}
	100%{
		opacity: 1;
	}
}
.lin img{
	width: 100%;
}
.our_people_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/en/our_people_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.nature_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/en/nature_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: center;
}
.right_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 363px;
	height: 517px;
	background-image: url(../img/right_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.centre_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 279px;
	height: 136px;
	background-image: url(../img/centre.png);
	background-repeat: no-repeat;
	background-size: contain;
	

}

.bottom_box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 873px;
	height: 302px;
	background-image: url(../img/bottom_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.society_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/en/soclety_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.left_box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 363px;
	height: 517px;
	background-image: url(../img/left_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.susiness_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/en/susiness_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;

}

/* ============================== */


html,
body,
#root {
	width: 100%;
	height: 100%;
}

.nvbox,.nvbox2,.nvbox3,.nvbox4 {
	width: 100%;
	height: 100%;
	background-image: url('../img/nv_bg.png');
	background-size: cover;
	position: relative;
	background-color: rgb(0, 39, 52);
	overflow: hidden;
}
.nvbox4{
	background-image: url('../img/nv_bg2.png') !important;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.col {
	width: 857px;
	cursor: pointer;
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
}

.col img {
	width: 100%;
	display: block;
}

.inner img {
	width: 857px;
	height: 186px;
}

.container2 {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	height: 100%;
}

.front,
.back {
	width: 857px;
	height: 186px;
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}

.back {}

.front:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	/* opacity: .6; */
	/* background-color: rgb(0, 39, 52); */
	/* 	background-color: #000; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* border-radius: 10px; */
}

.hover .front,
.hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

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

.inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translate(-50%, -50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 50%;
	width: 100%;
	/* padding: 2rem; */
	/* font-size: .7em; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	border-radius: 30px;
	overflow: hidden;
	background-color: rgb(0, 39, 52);

}
.nvbox2 .inner,.nvbox3 .inner,.nvbox4 .inner {
	
	border-radius: 30px;
	

}

.scaani {
	animation: sca 2s linear infinite;
}

@keyframes sca {
	0% {
		transform: translateX(-50%) scale(1);
	}

	50% {
		transform: translateX(-50%) scale(0.9);
	}

	100% {
		transform: translateX(-50%) scale(1);
	}
}

.container2 .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container2 .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.certify {
	position: absolute;
	width: 100%;
	top: 380px;
	/* left: 50%;
	transform: translateX(-50%); */
	cursor: pointer;
}
.lrdt{
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.leri{
	width: 200px;
}
.poi img{
	display: block;
	width: 100%;
}
.poi{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 30px;
	animation: leri 2.5s linear infinite;
}
@keyframes leri{
	0%{
		left: 0;
	}
	50%{
		left: 80%;
	}
	100%{
		left: 0;
	}
}

.leri img{
	display: block;
	width: 100%;
}

.certify .swiper-slide {
	width: 560px;

}

.certify .swiper-slide img {
	display: block;
	width: 560px;
	height: 324px;
}
.txt{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	
}

.swiper-slide-active .txt{
	opacity: 1;
	transition: all 2s;
}
.numb {
	font-size: 110px;
	color: rgb(170, 255, 0);
	font-family: 'TheGroupTEXT-Bold';
}
.numb2 {
	font-size: 90px;
	color: rgb(170, 255, 0);
	font-family: 'TheGroupTEXT-Bold';
}


.nubb {
	padding-left: 10px;
	font-size: 50px;
	color: rgb(170, 255, 0);
	font-family: 'TheGroupTEXT-Bold';
	position: relative;
}
.nubb2 {
	padding-left: 8px;
	font-size: 45px;
	color: rgb(170, 255, 0);
	font-family: 'TheGroupTEXT-Bold';
	position: relative;
}

.num1 {
	position: absolute;
	top: 855px;
	left: 160px;
	transition: all 1s;
}

.num2 {
	position: absolute;
	top: 855px;
	left: 619px;
	transition: all 1s;
}

.num3 {
	position: absolute;
	top: 1038px;
	left: 60px;
	transition: all 1s;
}

.num4 {
	position: absolute;
	top: 1038px;
	left: 625px;
	transition: all 1s;
}
.nvbox2 .num1,.nvbox3 .num1{
	top: 865px;
	left: 75px;
}
.nvbox4 .num1{
	top: 865px;
	left: 125px;
}
.nvbox4 .num2{
	top: 865px;
	left: 560px;
}
.nvbox2 .num2,.nvbox3 .num2{
	top: 865px;
	left: 610px;
}
.nvbox2 .num3,.nvbox3 .num3,.nvbox4 .num3{
	top: 1038px;
	left: 350px;
}

.videobox {
	width: 839px;
	/* height: 234px; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1420px;
}
.videobox .vide{
	display: block;
	width: 100%;
}

.home_back {
	width: 317px;
	height: 78px;
	position: absolute;
	bottom: 80px;
	left: 85px;
}

.viodeboxfix {
	position: fixed;
	z-index: 1000;
	background-color: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vi1 {
	background-color: rgba(0, 0, 0, 0);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 150px;
	cursor: pointer;
	
}

.vi2 {
	background-color: rgba(0, 0, 0, 0);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 575px;
	cursor: pointer;
}

.vi3 {
	background-color: rgba(0, 0, 0, 0);
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 675px;
	cursor: pointer;
}

.more {
	position: absolute;
	width: 208px;
	left: 0;
	top: -110px;
}

.more img {
	width: 100%;
}

.video {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.video video {
	display: block;
	width: 100vw;
	object-fit: fill;
}

.hbck {
	width: 70px;
	height: 70px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 50px;
}
.backpag {
	width: 70px;
	height: 70px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	right: 50px;
}
.num{
	cursor: pointer;
}
.tk{
	width: 821px;
	position: absolute;
	top: 850px;
	left: 50%;
	transform: translateX(-50%);
}
.tk img{
	width: 821px;
	
}
.scnullani{
	animation: scnull 1s linear forwards;
}
@keyframes scnull{
	from{
		transform: translateX(-50%) scale(1);
		opacity: 1;}
	to{
		transform: translateX(-50%) scale(0);
		opacity: 0;
	}
}
.bantext2{
	position: absolute;
	width: 170px;
}
.btnbox .feature-box {
	width: 50px;
	height:50px;
	position: relative;
	margin: 10px auto;
	/* position: absolute;
	left: 50%;
	bottom: 0.3rem;
	transform: translateX(-50%);
	z-index: 2; */
}
.bantext2 img{
	width: 100%;
	display: block;
}
.obox{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 1000;
	transform: translateX(-50%);
}
.btnbox{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	
}
.btnbox .pulse {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btnbox .pulse1,
.btnbox .pulse2 {
	position: absolute;
	width: 40px;
	height: 40px;
	left: -10px;
	top: -10px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
	z-index: -1;
}

.pulse1 {
	animation: warn1 2s linear;
	animation-iteration-count: infinite;
}

.pulse2 {
	animation: warn2 2s linear;
	animation-iteration-count: infinite;
}
@keyframes warn1 {
	0% {
		transform: scale(1);
		opacity: 0.02;
	}

	25% {
		transform: scale(1.2);
		opacity: 0.2;
	}

	50% {
		transform: scale(1.4);
		opacity: 0.14;
	}

	75% {
		transform: scale(1.6);
		opacity: 0.06;
	}

	100% {
		transform: scale(1.8);
		opacity: 0.02;
	}
}

@keyframes warn2 {
	0% {
		transform: scale(0.8);
		opacity: 0.02;
	}

	25% {
		transform: scale(0.8);
		opacity: 0.26;
	}

	50% {
		transform: scale(1);
		opacity: 0.2;
	}

	75% {
		transform: scale(1.2);
		opacity: 0.14;
	}

	100% {
		transform: scale(1.4);
		opacity: 0.02;
	}
}
.bo1{
	position: absolute;
	left: 30px;
	top: -30px;
}
/* .bo2{
	position: absolute;
	right: -10px;
	top: 30px;
}
.bo3{
	position: absolute;
	right: 130px;
	top: 30px;
}
.bo4{
	position: absolute;
	right: 50px;
	top: 30px;
}
.nvbox2 .bo1{
	right: 130px;
}
.nvbox2 .bo2{
	right: 180px;
} */
.nvbox2 .vi1{
	width: 100px;
	height: 100px;
	left: 90px;
}
.nvbox2 .vi2{
	width: 100px;
	height: 100px;
	left: 375px;
}
.nvbox2 .vi3{
	width: 100px;
	height: 100px;
	left: 655px;
}
/* .nvbox3 .bo1,.nvbox4 .bo1{
	right: -40px;
}
.nvbox3 .bo2,.nvbox4 .bo2{
	right: -40px;
}
.nvbox3 .bo3,.nvbox4 .bo3{
	right: 90px;
} */
.nvbox3 .vi1{
	width: 120px;
	height: 120px;
	left: 150px;
	/* background-color: rgba(0, 0, 0, 0.8); */
}