@font-face {
	font-family: 'D-Din';
	src: url(../fonts/D-DINExp.otf);
}

@font-face {
	font-family: 'D-Din-I';
	src: url(../fonts/D-DINExp-Italic.otf);
}

@font-face {
	font-family: 'Alimama';
	src: url(../fonts/Alimama_ShuHeiTi_Bold.ttf);
}

@font-face {
	font-family: 'xinyi';
	src: url(../fonts/字体圈欣意冠黑体.ttf);
}

@font-face {
	font-family: 'H-Sans-SC';
	src: url(../fonts/HarmonyOS_Sans_Regular.ttf);
}

html,
body {
	margin: 0;
	/* cursor: url('../images/icon/icon-mouse.png'), auto; */
	min-width: 1200px;
	overflow: auto;
}

.cursor-p {
	/* cursor: url('../images/icon/icon-mouse-hover.png'), auto; */
	cursor: pointer;
}

/* 
@media (max-width: 460px) {
  article {
    font-size: 1.5em;
  }
} */
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.scrollbar-hover::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}


::-webkit-scrollbar-thumb {
	background: #6EBE4C;
}

::-webkit-scrollbar-track {
	background: #000;

}

.index-banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}



.ovfHiden {
	overflow: hidden;
	height: 100%;
}

.container {
	height: 100vh;
	overflow: auto;
	scroll-snap-type: y mandatory;
	z-index: 0;
}

.page-card {
	position: relative;
	scroll-snap-align: start;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
	cursor: url(../images/icon/cursor-page-card.png), auto;
}

.page-header {
	position: absolute;
	top: 32px;
	padding: 0 160px;
	width: 100%;
	z-index: 10;
}

.logo {
	width: 116.5px;
	height: 47.5px;
}

.header-ul {
	float: right;
}

.header-ul li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	display: inline-block;
	margin-left: 36px;
	cursor: pointer;
}

.header-ul li:hover {
	color: #fff;
}

.swiper-page {
	height: 100vh;
	
}

.swiper-page-item {
	position: relative;
	height: 100vh;
	color: #fff;
	text-align: center;
	font-size: 36px;
	background: linear-gradient(0deg, rgba(0, 219, 135, 0.64) 0%, rgba(0, 150, 219, 0.95) 61.29%, rgba(0, 80, 219, 0.95) 100%);
}

.swiper-page-item1::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 219, 135, 0.64) 0%, rgba(0, 150, 219, 0.95) 61.29%, rgba(0, 80, 219, 0.95) 100%);

}

.swiper-page-item video {
	width: 100%;
	height: 100vh;
	object-fit: fill;
}

.swiper-page-pagination {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.swiper-page-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	opacity: 0.5;
	border-radius: 4px;
	background: #FFFFFF;
}

.swiper-page-pagination .swiper-pagination-bullet-active {
	height: 28px;
	opacity: 1;
}

.swiper-page-item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.icon-sound {
	content: url(../images/icon/icon-soundon.png);
	position: absolute;
	z-index: 5;
	left: 9%;
	bottom: 7%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.7;
	/* cursor: url('../images/icon/icon-mouse-hover.png'), auto; */
}

.icon-sound.muted {
	content: url(../images/icon/icon-soundoff.png);
}

.index-title-en {
	font-size: 48px;
	font-family: 'D-Din-I';
}

.index-title-zn {
	font-size: 72px;
	font-family: 'Alimama';
}

.index-title-content {
	margin-top: 16px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	padding: 0 16px;
	line-height: 30px;
	font-size: 16px;
}
.core-tech{
	position: relative;
	background: linear-gradient(270deg, #1DBFBD 0%, #43C0D9 64.09%, #3FC5F2 100%);
}
.core-tech-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.core-tech-img img {
	width: 100%;
	height: 100%;
	animation: 1s scaleIn ease-in-out;
}

@keyframes scaleIn {
	0% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.page-title {
	position: relative;
	color: #fff;
	padding: 140px 160px 0;
	width: 800px;
	box-sizing: content-box;
}

.page-title-en {
	font-family: 'D-Din-I';
	font-size: 48px;
	letter-spacing: 1px;
}

.page-title-zn {
	font-family: 'xinyi';
	font-size: 60px;
}

.page-title-content {
	margin-top: 8px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.core-tech-btns {
	position: absolute;
	padding-left: 160px;
	bottom: 200px;
	box-sizing: content-box;
}

.core-tech-btns>div {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	opacity: 0.8;
	padding-right: 24px;
	margin-right: 60px;
	vertical-align: bottom;
	line-height: 40px;
	margin-top: 20px;
	/* cursor: pointer; */
}

.core-tech-btns>div::after {
	position: absolute;
	top: 55%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: #fff;
	transition: all 0.5s;
}

.core-tech-btns>div.active {
	font-size: 32px;
	opacity: 1;
}

.core-tech-btns>div.active::after {
	transform: translateY(-50%);
	border-width: 6px;
}

/* 行业案例 */
.industry-case {
	background:  linear-gradient(270deg, #4F6CBC 0%, #5394D3 50%, #17B6FF 100%);
}

.industry-case-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.industry-case-img img {
	width: 100%;
	height: 100%;
}

.industry-main {
	position: absolute;
	bottom: 56px;
	right: 0;
	text-align: right;
}

.industry-btns {
	position: relative;
	left: auto;
	right: 0;
	padding: 0 80px 30px;
	text-align: left;
}

.swiper-industry-btns {
	width: 1000px;
	text-align: right;
}

.swiper-industry-btns-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-prev.png") no-repeat center;
	background-size: 100% 100%;
	/* cursor: pointer; */
}

.swiper-industry-btns-next {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-next.png") no-repeat center;
	background-size: 100% 100%;
	/* cursor: pointer; */
}

.swiper-industry-btns-prev.swiper-button-disabled,
.swiper-industry-btns-next.swiper-button-disabled {
	opacity: 0.32;
	cursor: not-allowed;
}

.swiper-industry-btns .swiper-wrapper {
	width: auto;
	display: inline-flex;
	align-items: flex-end;
}

.swiper-industry-btns .swiper-slide {
	width: 136px;
}


.industry-btns-item {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	/* cursor: pointer; */

}

.industry-btns-item.active {
	color: rgba(255, 255, 255, 1);
}

.industry-btns-item.active img {
	width: 96px;
	height: 96px;
}

.industry-btns-item img {
	width: 80px;
	height: 80px;
}

.industry-content {
	text-align: left;
	width: 1080px;
}

.industry-content .swiper-container {
	overflow: visible;
}

.industry-content .swiper-slide {
	transform: scale(0.9);
	opacity: 0.5;
}

.industry-content .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

.industry-content-item {
	display: flex;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.24) 100%) 2 2 2 2;
	padding: 40px 32px;
	color: #FAFAFA;
	font-size: 14px;
}

.industry-content-title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin-bottom: 8px;
}

.industry-content-text {
	opacity: 0.8;
}

.industry-content-fold {
	margin-top: 43px;
	color: #fff;
}

.industry-content-fold img {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.industry-content-ability {
	font-size: 16px;
	margin-top: 8px;
	color: #fff;
}

.industry-content-video {
	width: 380px;
	height: 213px;
	flex-shrink: 0;
	position: relative;
	background: #000;
	margin-left: 35px;
}

.industry-content-video::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: url("../images/icon/icon-play.png") no-repeat center;
	background-size: 100% 100%;
}

.industry-content-video img {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* 关于我们 */
.about-us {
	padding: 60px 17%;
	background: #fff;
	scroll-snap-align: start;
	overflow: hidden;
	position: relative;
	/* cursor: url(../images/icon/cursor-about-us.png),auto; */
	cursor: none;
}

.about-us-title {
	text-align: center;
	position: relative;
}

.about-us-title-zn {
	font-size: 40px;
}

.about-us-title-en {
	position: relative;
	margin-top: 5px;
	font-family: 'D-Din-I';
	font-size: 20px;
	color: rgba(0, 0, 0, 0.24);
	display: inline-block;
}

.about-us-title-en::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: linear-gradient(270deg, #4F6CBC 0%, #5394D3 50%, #17B6FF 100%);
}

.about-us-content {
	position: relative;
	margin-top: 30px;
	color: #666;
	font-size: 20px;
}

.about-us-content p {
	font-size: 20px;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 10px;
}

/* 联系我们 */
.contact-us {
	position: relative;
	padding: 60px 17%;
	scroll-snap-align: start;
	background: linear-gradient(270deg, #4285F4 0%, #51A6F0 60.95%, #1783FF 100%);
	color: #fff;
	overflow: hidden;
	/* cursor: url(../images/icon/cursor-contact-us.png),auto; */
	cursor: none;
}

.contact-us-title {
	text-align: center;
	position: relative;
}

.contact-us-title-zn {
	font-size: 40px;
}

.contact-us-title-en {
	position: relative;
	margin-top: 5px;
	font-family: 'D-Din-I';
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
}

.contact-us-title-en::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.52) 50.93%, rgba(255, 255, 255, 0.45) 100%);
}

.contact-us-content {
	position: relative;
	margin-top: 60px;
	font-size: 20px;
	display: flex;
}

.contact-us-left {
	flex: 1;
	margin-right: 80px;
	background: url('../images/icon/bg-contact.png') no-repeat right bottom;
	background-size: 188px auto;
}

.contact-us-right {
	flex: 1;
}

.contact-us-name {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.contact-us-left-item {
	margin-top: 10px;
	font-size: 16px;
}

.contact-us-left-item img {
	width: 24px;
	height: 24px;
}

.contact-us-input {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.24);
	color: rgba(250, 250, 250, 1);
	margin-bottom: 12px;
}

.contact-us-input input {
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.24) 100%) 2 2 2 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.12);
	height: 46px;
	padding: 0 15px;
	font-size: 16px;
	color: rgba(250, 250, 250, 1);
	cursor: text;
	border-radius: 8px;
}

.contact-us-input input::placeholder,
.contact-us-input textarea::placeholder {
	color: rgba(250, 250, 250, 0.5);
}

.contact-us-input textarea {
	border-radius: 8px;
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.24) 100%) 2 2 2 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(250, 250, 250, 1);
	padding: 12px 15px;
	font-size: 16px;
	outline: none;
	/*边线不显示*/
	resize: none;
	/*禁止拉伸*/
	appearance: none;
	float: left;
}

.contact-us-input input:focus,
.contact-us-input textarea:focus {
	border: 1px solid #fff;
}
.contact-us-btn {
	margin-top: 12px;
	width: 114px;
	height: 41px;
	border: none;
	border-radius: 4px;
	background: #00DB87;
	font-size: 18px;
	color: #fff;
}

.page-footer {
	background: #262626;
	scroll-snap-align: start;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 160px 50px;
}

.page-footer .logo {
	width: 174.75px;
	height: 71.25px;
}

.footer-link {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 80px;
}

.footer-link-title {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 24px;
	font-weight: 300;
}

.footer-link ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-top: 12px;
	cursor: pointer;
}

.footer-link ul li:hover {
	opacity: 0.8;
}

#popLayer {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-moz-opacity: 0.8;
	opacity: .80;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
	/* 只支持IE6、7、8、9 */
}


/*弹出层*/

.popBox {
	display: none;
	background-color: transparent;
	position: relative;
	z-index: 11;
	max-width: 70%;
	height: 70%;
	position: fixed;
	border-radius: 8px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	cursor: default;
}

.popBox.vertical-video {
	width: 20%;
}

.popBox .icon-close {
	content: '';
	background: url(../images/icon/icon-close.png) no-repeat center;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
	/* cursor: url('../images/icon/icon-mouse-hover.png'), auto; */
}

.popBox .content {
	/* width: 100%; */
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.popBox .content video {
	/* width: 100%; */
	height: 100%;
	object-fit: fill;
}

.popBox .content .poster-pop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	background-color: rgba(0, 0, 0, 0.8);
}

.qrcode.content {
	padding-top: 9%;
	box-sizing: border-box;
	background-color: #000000;
}

.qrcode-img {
	width: 212px;
	height: 213px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#lottie {
	/* background-color: #000; */
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0) translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
}

.mouseImg {
	position: absolute;
	content: "";
	width: 212px;
	height: 212px;
	opacity: 0.32;
	background: rgba(152, 38, 235, 0.61);
	filter: blur(100px);
}

.contact-us .mouseImg {
	background: rgba(69, 255, 184, 1);
}