.d-flex {
	display: flex;
	justify-content: start;
}

.d-flex-center {
	display: flex;
	justify-content: center;
}

.d-flex-item-center {
	display: flex;
	align-items: center;
}

.d-flex-column {
	display: flex;
	flex-direction: column;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.w-100p {
	width: 100%;
}

.h-100p {
	height: 100%;
}

.box1 {
	position: relative;
	width: 100%;
	height: 115vh;
	overflow: hidden;
	z-index: 3;
}

.box1 .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.box1 .logo-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

.box1 .logo-box img {
	width: 271px;
	height: auto;
}

.box2 {
	position: relative;
	width: 100%;
	height: 120vh;
	background: #0F0F10;
	z-index: 2;
	/* overflow: hidden; */
}

.marquee {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 30%;
	transform: translateY(50%);
	z-index: 4;
}

.marquee .js-marquee {
	display: flex;
	align-items: center;
}

.marquee .item {
	color: #FFF;
	font-family: Poppins;
	font-size: 128px;
	font-style: normal;
	font-weight: 275;
	text-transform: capitalize;
	margin-left: 106px;
	white-space: nowrap;
	width: auto;
}

.marquee .item span {
	color: #FFF;
	font-family: PingFang SC;
	font-size: 36px;
	font-weight: 600;
}

.box2 .bgc {
	position: absolute;
	bottom: 40%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 1588px;
	height: auto;
	z-index: 2;
	transition: transform 2s ease;
}

.box2 .logo {
	position: absolute;
	bottom: 58%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 153px;
	height: auto;
	z-index: 2;
}

.box3 {
	position: relative;
	width: 100%;
	padding: 244px 320px;
	box-sizing: border-box;
	background: #0F0F10;
	z-index: 2;
}

.box3 .bgc {
	position: absolute;
	top: 0;
	left: 0;
	background: #0F0F10;
	filter: blur(200px);
	z-index: -1;
}

.box3 .fix-box {
	position: absolute;
	top: -50px;
	right: -2px;
	width: 382px;
	height: 382px;
	z-index: 1;
}

.index-title {
	position: relative;
	color: #FFF;
	font-family: Poppins;
	font-size: 128px;
	font-style: normal;
	font-weight: 275;
	text-transform: capitalize;
}

.index-title img {
	position: absolute;
	top: 50%;
	left: -114px;
	transform: translateY(-50%);
	width: 72px;
	height: auto;
}

.index-brief {
	margin-top: 90px;
	margin-bottom: 60px;
	align-items: flex-end;
}

.index-brief p {
	width: 64%;
	color: #FFF;
	text-align: right;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.index-brief p span {
	color: #4DFF73;
}

.box3 .list .item {
	position: relative;
	width: 48%;
	height: 384px;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	color: #000031;
	margin-bottom: 56px;
}

.box3 .list .item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent;
	transition: background 1s ease;
}

.box3 .list .item:hover::after {
	background: rgba(15, 15, 16, 0.4);
}

.box3 .list .item:hover img {
	transform: scale(.9)
}

.box3 .list .item img {
	height: 60px;
	width: auto;
	margin-bottom: 36px;
	transition: transform 1s ease;
}

.box3 .list .item:nth-child(1) {
	background: #DFDFDF;
}

.box3 .list .item:nth-child(2) {
	/*color: #fff;*/
	background: #fff;
}

.box3 .list .item:nth-child(3) {
	background: #fff;
}

.box3 .list .item:nth-child(4) {
	background: #5110FF;
}

.box4 {
	position: relative;
	width: 100%;
	padding: 0 320px 120px;
	box-sizing: border-box;
	background: #0F0F10;
	z-index: 2;
}

.box4 ul {
	width: 90%;

}

.box4 ul li {
	width: 92px;
}

.box4 ul li:hover a {
	color: rgba(185, 255, 207, .8);
}

.box4 ul li a {
	width: 100%;
	color: #FFF;
	font-family: PingFang SC;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
	transition: color 1s ease;
}

.box4 ul li img {
	width: 100%;
	height: 92px;
	margin-bottom: 54px;
}

.box4-img {
	position: relative;
	width: 100%;
	height: 712px;
	background: url('../image/solution1.png') no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	transition: background 1s ease;
}

.box4-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(87deg, #000 11.17%, rgba(0, 0, 0, 0.00) 66.78%);
}

.footer-bgc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.box5 {
	position: relative;
	width: 100%;
	padding: 244px 320px 0;
	box-sizing: border-box;
	z-index: 2;
}

.box5 .touch-info {
	margin-top: 135px;
}

.box5 .touch-info ul {
	width: 30%;
}

.box5 .touch-info ul li {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	white-space: nowrap;
	margin-bottom: 30px;
}

.box5 .touch-info ul li a:hover {
	text-decoration: underline;
}

.box5 .touch-info ul li img {
	width: 15px;
	height: auto;
	margin-right: 15px;
}

.box5 .touch-info form {
	width: 518px;
}

.box5 .touch-info form input,
.box5 .touch-info form textarea {
	height: 58px;
	border-radius: 2px;
	background: #FFF;
	color: rgba(15, 15, 16, .6);
	font-family: Maven Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	box-sizing: border-box;
	padding: 17px 13px;
	margin-bottom: 22px;
}

.box5 .touch-info form textarea {
	height: 158px;
	overflow-y: scroll;
}

.box5 .touch-info form button {
	height: 58px;
	border-radius: 1000px;
	background: #4DFF73;
	color: #0F0F10;
	font-family: Maven Pro;
	font-size: 16px;
	font-style: normal;
}

.box6 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

.box6 .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
	height: auto;
}

.box6 .card {
	position: absolute;
	top: 60%;
	left: 64px;
	transform: translateY(-50%);
	width: 436px;
	height: 194px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	background: #FFF;
	opacity: 1;
	transition: opacity 1s ease;
}

.box6 .card h1 {
	color: #000;
	font-family: PingFang SC;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}

.box6 .card h2 {
	color: #000;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.box6 .card p {
	color: #000;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 20px;
	opacity: 0.5;
}

.box6 .card span {
	color: #000;
	font-family: PingFang SC;
	font-size: 14px;
	font-style: normal;
	margin-right: 56px;
	cursor: pointer;
	transition: color .5s ease;
}

.box6 .card span:hover {
	color: #4DFF73;
}

.box6 .contact {
	position: absolute;
	top: 60%;
	right: 122px;
	transform: translateY(-50%);
}

.box6 .contact ul {
	margin-bottom: 27px;
}

.box6 .contact ul li {
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	background: url('../image/bg.svg') no-repeat;
	background-size: 100% 100%;
	margin-right: 20px;
	transition: background 2s ease;
	cursor: pointer;
}

.box6 .contact ul li .code {
	position: absolute;
	width: 192px;
	height: 192px;
	top: -212px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 2s ease;
}

.box6 .contact ul li:nth-child(1) .code {
	background: url('../image/code.svg') no-repeat;
	background-size: 100% 100%;
}

.box6 .contact ul li:nth-child(2) .code {
	background: url('../image/code2.svg') no-repeat;
	background-size: 100% 100%;
}

.box6 .contact ul li:nth-child(3) .code {
	background: url('../image/code3.svg') no-repeat;
	background-size: 100% 100%;
}

.box6 .contact ul li img {
	width: 25px;
	height: auto;
	transition: all 2s ease;
}

.box6 .contact ul li:last-child {
	margin-right: 0;
}

.box6 .contact div {
	justify-content: end;
}

.box6 .contact div a {
	color: #FFF;
	font-family: Maven Pro;
	font-size: 16px;
	font-style: normal;
	margin-left: 80px;
}

.box6 .contact ul li:hover {
	background: #4DFF73;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding: 20px 195px 36px;
	box-sizing: border-box;
	z-index: 99;
	align-items: flex-end;
	visibility: hidden;
}

.head ul,
.head2 ul {
	position: relative;
}

.head ul li div,
.head2 ul li div {
	position: absolute;
	width: 100%;
	top: 56px;
	left: 0;
	z-index: 9;
	display: none;
}

.head ul li ul,
.head2 ul li ul {
	width: 100%;
	/*padding: 44px 0;*/
	padding: 0;
	border-radius: 100px;
	box-sizing: border-box;
	background: rgba(51, 174, 117, .6);
}

.head ul li ul li,
.head2 ul li ul li {
	width: 33%;
}

.head ul li ul li a,
.head2 ul li ul li a {
	color: #fff;
	margin: 0;
	padding: 44px 0;
	display: flex;
	align-items: center;
	position: relative;
}

/*.head ul li ul li:nth-child(2) a,*/
/*.head2 ul li ul li:nth-child(2) a {*/
/*	border-right: 2px solid #fff;*/
/*	border-left: 2px solid #fff;*/
/*}*/

.head ul li ul li:nth-child(2) a::after,
.head2 ul li ul li:nth-child(2) a::after {
    content: '';
    background: #fff;
    height: 22px;
    width: 2px;
    position: absolute;
    left: 0;
}

.head ul li ul li:nth-child(2) a::before,
.head2 ul li ul li:nth-child(2) a::before {
    content: '';
    background: #fff;
    height: 22px;
    width: 2px;
    position: absolute;
    right: 0;
}


.head ul li ul li:nth-child(3) a::after,
.head2 ul li ul li:nth-child(3) a::after {
	content: '';
	background: #fff;
	height: 22px;
	width: 2px;
	position: absolute;
	right: 0;
}


.head ul li ul li:nth-child(4) a::after,
.head2 ul li ul li:nth-child(4) a::after {
	content: '';
	background: #fff;
	height: 22px;
	width: 2px;
	position: absolute;
	right: 0;
}

.head .logo,
.head2 .logo {
	height: 43px;
	width: auto;
}

.head ul li a,
.head2 ul li a,
.head ul li span,
.head2 ul li span {
	margin-left: 49px;
	color: #00284C;
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

/* .head ul li a:hover,
.head2 ul li a:hover {
	color: #00284C;
} */

.head2 ul li a,
.head2 ul li span {
	color: #fff !important;
	cursor: pointer;
}

.head2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 195px 36px;
	box-sizing: border-box;
	align-items: flex-end;
	z-index: 90;
}

.head .menu,
.head2 .menu {
	width: 40px;
	height: auto;
	display: none;
}

.kefu {
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 99;
	width: 101px;
	height: 81px;
	border-radius: 100px 0px 0px 100px;
	background: #FFFDFF;
	padding: 7px;
	box-sizing: border-box;
	overflow: hidden;
	visibility: hidden;
}

.kefu div {
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	width: 69px;
	height: 69px;
	border-radius: 69px;
	background: #4DFF73;
}

.kefu div img {
	width: 50px;
	height: auto;
}

.h-menu {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 2.5rem;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	border-radius: 10px;
	box-shadow: -5px -5px 10px -4px rgba(0, 0, 0, .05), -5px 5px 10px -4px rgba(0, 0, 0, .05);
	display: none;
}

.h-menu .close {
	width: 100%;
	display: flex;
	justify-content: end;
	margin-bottom: 2rem;
}

.h-menu .close img {
	width: 40px;
	height: auto;
}

.h-menu ul li {
	margin-bottom: 10px;
}

.h-menu ul li a {
	font-weight: 500;
	margin-top: 10px;
	opacity: .6;
}

.h-menu ul li a:nth-child(1) {
	color: #000;
	font-weight: 700;
	opacity: 1;
}

.box4 .index-brief p {
	display: none;
}

.box4 .index-brief p:nth-child(2) {
	display: block;
}

.box4-m {
	overflow: hidden;
	display: none;
	background: #0F0F10;
}

.box4-m .item a {
	width: 60px;
	color: #FFF;
	font-family: PingFang SC;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
	margin-bottom: 20px;
}

.box4-m .item a img {
	width: 100%;
	margin-bottom: 8px;
}

.box4-m .item .img {
	position: relative;
	width: 100%;
	height: 170px;
	margin-bottom: 60px;
}

.box4-m .item:nth-child(1) .img {
	background: url('../image/solution1.png') no-repeat;
	background-size: auto 100%;
}

.box4-m .item:nth-child(2) .img {
	background: url('../image/solution2.png') no-repeat;
	background-size: auto 100%;
}

.box4-m .item:nth-child(3) .img {
	background: url('../image/solution3.png') no-repeat;
	background-size: auto 100%;
}

.box4-m .item .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(87deg, #000 11.17%, rgba(0, 0, 0, 0.00) 66.78%);
}