.first-bg {
	background: url(../img/20230131181039_26520110.png) no-repeat;
	background-size: cover;
	/* background-position: bottom; */
}

.other-bg {
	background: url(../img/20230201194022_8958015.png) no-repeat;
	background-size: cover;
	background-position: right;
}

.logo-section img {
	transform: scale(0.9);
	transform-origin: top;
}

.video-show {
	z-index: 9999;
}

.video-hide {
	z-index: -1000 !important;
}

.swiper-slide .content {
	display: block;
	margin: 0 auto;
	z-index: 22;
	position: absolute;
	top: 243px;
	transform: scale(0.9);
	transform-origin: top;
}

.swiper-slide .btn-area {
	margin: 0 auto;
	z-index: 22;
	position: absolute;
	top: 69vh;
	width: 880px;
	transform: scale(0.9);
	transform-origin: top;
	z-index: 999;
}

.swiper-slide .btn-area button {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #fff;
	border-radius: 42px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	height: 72px;
	width: 225px;
	position: relative;
	outline: 0;
}

.swiper-slide .btn-area button .hover {
	display: none;
	position: absolute;
	top: -220px;
	left: 24px;
}

.swiper-slide .btn-area button .hover #qrcode {
	margin-top: -184px;
	position: absolute;
	left: 1px;
	bottom: 30px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}

.swiper-slide .bg-footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 469px;
}

.home-arrow {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 36px;
	width: 44px;
	height: 24px;
	z-index: 111;
}

.home-focus {
	position: absolute;
	right: 54px;
	bottom: 39px;
	z-index: 111;
	width: 174px;
	text-align: center;
	cursor: pointer;
}

.home-focus .hover .code {
	position: absolute;
	left: 0;
	right: -18px;
	top: 12px !important;
	width: 168px;
	margin: auto;
}

.swiper-slide .intro-section {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.swiper-intro {
	-webkit-align-items: normal;
	align-items: normal;
}

.swiper-slide .intro-left {
	position: relative;
	width: 50%;
	min-width: 600px;
	text-align: right;
	margin-top: 167px;
	padding-right: 82px;
	transform: scale(0.84);
	transform-origin: top right;
}

.swiper-slide .intro-right {
	position: relative;
	width: 50%;
	min-width: 600px;
	text-align: left;
	margin-top: 347px;
	padding-left: 40px;
	transform: scale(0.84);
	transform-origin: top left;
}

.swiper-slide .intro-left .iphone {
	width: 497px;
}

.swiper-slide .intro-left .intro-left-zjlm-first-icon {
	position: absolute;
	top: 350px;
	right: 512px;
}

.swiper-slide .intro-left .intro-right-zilm-first-icon {
	position: absolute;
	top: 40px;
	right: 4px;
}

.swiper-slide .intro-left .intro-right-zilm-second-icon {
	position: absolute;
	top: 632px;
	right: -8px;
}

.swiper-slide .intro-left .intro-left-dzjj-first-icon {
	position: absolute;
	top: 66px;
	right: 444px;
}

.swiper-slide .intro-left .intro-right-dzjj-first-icon {
	position: absolute;
	top: 640px;
	right: -18px;
}

.swiper-slide .intro-left .intro-left-yyhd-first-icon {
	position: absolute;
	top: 144px;
	right: 486px;
}

.swiper-slide .intro-left .intro-right-yyhd-first-icon {
	position: absolute;
	top: 136px;
	right: 38px;
}

.swiper-slide .intro-left .intro-right-yyhd-second-icon {
	position: absolute;
	top: 584px;
	right: -40px;
}

.swiper-slide .intro-left .intro-left-cgfdj-first-icon {
	position: absolute;
	top: 100px;
	right: 480px;
}

.swiper-slide .intro-left .intro-right-cgfdj-first-icon {
	position: absolute;
	top: 530px;
	right: -50px;
}

.swiper-slide .intro-left .intro-left-drtzf-first-icon {
	position: absolute;
	top: 120px;
	right: 482px;
}

.swiper-slide .intro-left .intro-right-drtzf-first-icon {
	position: absolute;
	top: 646px;
	right: -22px;
}

.swiper-slide .intro-left .intro-left-yyzb-first-icon {
	position: absolute;
	top: 130px;
	right: 512px;
}

.swiper-slide .intro-left .intro-right-yyzb-first-icon {
	position: absolute;
	top: 540px;
	right: -26px;
}

.swiper-slide-active .shake-icon {
	animation: shake 1.5s .15s linear;
	-moz-animation: shake 1.5s .15s linear;
	-webkit-animation: shake 1.5s .15s linear;
	-o-animation: shake 1.5s .15s linear;
}

@keyframes shake {
	0% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		opacity: 0;
	}

	10% {
		transform: rotate(-12deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	20% {
		transform: rotate(12deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	28% {
		transform: rotate(-10deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	36% {
		transform: rotate(10deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	42% {
		transform: rotate(-8deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	48% {
		transform: rotate(8deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	52% {
		transform: rotate(-4deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	56% {
		transform: rotate(4deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	60% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	100% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
}

.swiper-slide-active .intro-right p:first-child {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.swiper-slide-active .intro-right p {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-webkit-transition: all 800ms;
	transition: all 800ms;
}

.swiper-slide .intro-right p {
	width: 760 !important;
	font-size: 24px;
	color: #403e57;
	line-height: 36px;
	/* margin-top: 0; */
}

.swiper-slide .intro-right .right-title {
font-family: Impact;
	width: 760px;
	height: auto;
	background: linear-gradient(18deg, #293342 0%, #363d48 70%, #315499 75%, #214277 83%, #214377 100%);
	font-size: 88px;	
	/*font-weight: 600;*/
	text-align: left;
	color: #2a3039;
	line-height: 96px;
	letter-spacing: 1.2px;
	-webkit-background-clip: text;
	color: transparent;
	/* margin-bottom: 43px; */
}

.swiper-slide .intro-right .right-title-middle {
	width: 760px !important;
	height: auto;
	font-size: 40px;
	font-family: Tahoma;
    line-height: 48px;
	font-weight: normal;
	text-align: left;
	color: #363d48;
	letter-spacing: 0.4px;
	margin-bottom: 33px;
}

.swiper-slide .intro-right .right-title-end {
	width: 760px !important;
	height: auto;
	font-size: 24px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: left;
	color: #42526d;
	line-height: 36px;
	letter-spacing: 0.24px;
}

footer, #footer {
	position: relative;
    z-index: 99;
}

@media (max-width: 1368px) {
  	.header-main {
		transform: scale(0.86);
		transform-origin: top left;
	 }

     header {
		padding: 24px 0;
	 }
	
	.swiper-slide .intro-left {
		margin-top: 127px;
		transform: scale(0.7);
		transform-origin: top right;
	}

	.swiper-slide .intro-right {
		margin-top: 280px;
		transform: scale(0.7);
		transform-origin: top left;
	}

	.home-focus {
		transform: scale(0.7);
		transform-origin: bottom right;

	}

	.home-arrow {
		transform: scale(0.7);
		transform-origin: bottom;
	}

	.swiper-slide .content {
		top: 121px;
		transform: scale(0.7);
		transform-origin: top;
	}

	.swiper-slide .btn-area {
		transform: scale(0.7);
		transform-origin: top;
	}

	.swiper-slide .bg-footer {
		transform: scale(1, 0.7);
		transform-origin: bottom;
	}
}
	button.return-btn1 {
    margin-right: 100px;
}
	button.return-btn3 {
    margin-left: 100px;
}
.header ul.nav li a {
font-family: Tahoma;
}