@charset "utf-8";

body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
textarea,
ul,
li {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}
em{
	font-style: normal;
}

footer,
header,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 24px;
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	color: #fff;
	font-weight: 400;
	min-width: 1200px;
	background-image: url(../images/bg.png);
	background-size: 1920px 920px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.text-center{
	text-align: center;
}
.svg-icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.linear-box{
	padding: 2px;
	position: relative;
	box-sizing: border-box;
	border-radius: 40px;
	overflow: hidden;
	background: linear-gradient(123deg, rgba(40, 255, 113, .1), rgba(14, 73, 223, .2));
}
.linear-box::before{
	aspect-ratio: 1px;
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 40px;
	background: linear-gradient(123deg, rgba(40, 255, 113, 1), rgba(14, 73, 223, 1));
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	-webkit-mask-composite: exclude;
	mask-composite: exclude;
	z-index: -1;
}
header {
	position: sticky;
	top: 0;
	z-index: 999;
}

header.topbgs {
	color: #1D4563;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.header-cont {
	display: flex;
	align-items: center;
	padding: 0 20px;
	max-width: 1540px;
	min-width: 1160px;
	height: 90px;
	margin: 0 auto;
}

.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	padding-left: 62px;
	min-height: 50px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.logo img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
}

nav {
	font-size: 0;
}

nav a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
}

nav a:hover {
	color: #1E93FF;
}

nav a.on {
	font-weight: bold;
	color: #1E93FF;
}

nav a+a {
	margin-left: 15px;
}
nav .hot-img{
	position: absolute;
	top: -2px;
	right: 10px;
}
.dow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 300px;
	height: 74px;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);
	border-radius: 12px;
	font-size: 28px;
	font-weight: 400;
	color: #FFF;
	cursor: pointer;
	margin: 0 auto;
}
.dow-btn:hover {
	background: linear-gradient(180deg, #72C5FF 0%, #1D85FF 100%);
}

.dow-btn .svg-icon {
	font-size: 30px;
	margin-right: 14px;
}


.dow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 300px;
	height: 74px;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);
	border-radius: 12px;
	font-size: 28px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
}
.dow-btn:hover {
	background: linear-gradient(180deg, #72C5FF 0%, #1D85FF 100%);
}

.layout.home{
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	color: #fff;
	font-weight: 400;
	min-width: 1200px;
	background-image: url(../images/bg.png);
	background-size: 1920px 920px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.layout.home header {
	position: sticky;
	top: 0;
	z-index: 999;
	color: #fff;
	background-color: transparent;
}

.layout.home header.topbgs {
	color: #1D4563;
	background: #FFFFFF;
}
.main-bg{
	position: absolute;
	bottom: 90px;
	left: 0;
	z-index: -1;
	height: 720px;
	width: 100%;
	background: linear-gradient(180deg, rgba(219,255,231,0) 0%, #CAD9FF 100%);
}
.main-bg::before{
	content: '';
	position: absolute;
	bottom: 157px;
	left: 50%;
	transform: translateX(-50%);
	width: 248px;
	height: 248px;
	background: linear-gradient(0deg, #5CBCFF 0%, #5CBCFF 100%);
	border-radius: 50%;
	filter: blur(20px);
}

.home-top {
	min-width: 1200px;
	height: 830px;
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;
}
.product-title{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.product-title h1{
	font-size: 50px;
	font-weight: bold;
	line-height: 66px;
}
.product-title em{
	position: absolute;
	top: -20px;
	right: -130px;
	height: 42px;
	background: linear-gradient(164deg, #FF9F59 7%, #FF5454 100%);
	border-radius: 20px 54px 54px 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 24px 0 17px;
	color: #fff;
}
.home-top-msg{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 23px 0 14px;
}
.home-top-fun{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.home-top-fun li{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.home-top-fun li + li{
	margin-left: 24px;
}
.home-top-fun li .svg-icon{
	font-size: 20px;
	margin-right: 10px;
}

.home-top-down-msg{
	font-size: 12px;
	font-weight: 400;
	margin: 14px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-top-down-count{
	font-size: 20px;
	font-weight: 400;
}
.home-top-down-count.show{
	display: inline-flex;
	align-items: center;
}
.home-top-down-count ul{
	list-style: none;
	display: flex;
	justify-content:center;
	font-size: 30px;
	font-family: DIN, DIN;
	font-weight: 500;
	color: #FFD748;
	margin: 0 10px;
	letter-spacing: 1px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	/* line-height: 56px;
	height:56px;
	font-size: 39.6px;
	color: #FFFFFF;
	transform-style:preserve-3d;
	perspective:1000px; */
}
.home-top-down-count li{
 /* height:56px;
 margin:0 10px;
 background:none;
 width:16px;
 position: relative; */
}
.home-top-down-count p{
	height: 40px;
	line-height: 40px;
}
.home-top-down-count .animation{
 	transition: 1s all ease;
}
/* .home-top-down-count p{
 height:56px;
 width:46px;
 text-align: center;
 background: #EC2C5C;
 border-radius: 2.57px;
 position: absolute;
}

.home-top-down-count p:nth-child(2){
 transform: scalex(-1) translateZ(-1px);
} */

.home-top-fun2{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}
.home-top-fun2 a{
	display: block;
}
.home-top-fun2 a + a{
	margin-left: 80px;
}
.home-top-fun2 a:hover{
	transform: translateY(-5px);
	transition: transform .25s ease;
}
.home-top-fun2 img{
	display: block;
	margin: 0 auto 14px;
	width: 164px;
	height: 164px;
}
.home-top-fun2 span{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.section-title{
	text-align: center;
}
.section-title span{
	font-size: 50px;
	font-weight: bold;
	color: #1D4563;
	line-height: 66px;
	position: relative;
	padding: 0 20px;
}
 .section-title span::before,
 .section-title span::after{
	content: '';
  position: absolute;
} 
 .section-title span::before{
	top: 5px;
	left: 0;
	transform: translateX(-100%);
	width: 32px;
	height: 32px;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);
	filter: blur(3px);
	border-radius: 50%;
	
}
 .section-title span::after{
	bottom: 15px;
	right: 0;
	transform: translateX(100%);
	width: 18px;
	height: 18px;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);
	border-radius: 50%;
	filter: blur(2px);
}
.contact-wrap .section-title span::before,
.contact-wrap .section-title span::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 80px;
	height: 0px;
	border: 1px solid;
	border-image: linear-gradient(270deg, rgba(29, 69, 99, 1), rgba(29, 69, 99, 0)) 1 1;
}
.contact-wrap .section-title span::before{
	left: 0;
	transform: translate(-100%,-50%);
	
}
.contact-wrap .section-title span::after{
	right: 0;
	transform: translate(100%,-50%) rotate(180deg);
}
.section-title.orange span::before,
.section-title.orange span::after{
	background: linear-gradient(180deg, #FFDB80 0%, #FF7A1A 100%);
}

.fun-wrap {
	position: relative;
	width: 1200px;
	margin: 100px auto;
}
.fun-list{
	margin-top: 45px;
}
.fun-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1D4563;
	height: 360px;
	position: relative;
	margin: 100px 0;
}
.fun-item+.fun-item {
	margin-top: 150px;
}
.fun-item .dow-btn{
	margin: 34px 0 0;
}
.fun-txt > div{
	display: inline-block;
	text-align: left;
}
.fun-txt b {
	font-size: 40px;
	letter-spacing: 1px;
}
.fun-txt b span{
	color: #1E93FF;
}
.fun-txt p {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 10px;
	white-space: nowrap;
}
.fun-img{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.fun-img img{
	display: block;
	max-height: 100%;
}

.fun-item:nth-child(odd) .fun-txt {
	order: 1;
	flex: 1;
  /* padding-left: 80px; */
	text-align: right;
}
.fun-item:nth-child(odd) .fun-img{
	right: unset;
	left: 0;
}

.comment-wrap{
	margin-top: 37px;
	height: 685px;
	overflow: hidden;
	position: relative;
}
.comment-wrap::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
	height: 44px;
}
.comment-list{
	animation: comment-scroll 30s infinite linear;
}
@keyframes comment-scroll {
	0%{
		transform: translateY(0);
	}
	100% {
		/* transform: translateY(calc(685px - 100%)); */
		transform: translateY(-1750px);
	}
}
.comment-item{
	width: 1056px;
	height: 160px;
	margin: 0 auto 15px;
	border-radius: 20px;
}
.comment-item::before{
	border-radius: 20px;
}
.comment_main{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.comment-img{
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.comment-name{
	flex-shrink: 0;
	width: 130px;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 400;
	color: #1D4563;
	box-sizing: border-box;
}
.comment-star{
	flex-shrink: 0;
	display: flex;
	width: 180px;
}
.comment-star img{
	width: 28px;
	height: 28px;
}
.comment-star img + img{
	margin-left: 10px;
}
.comment-txt{
	margin-left: 50px;
	width: 516px;
	font-size: 20px;
	font-weight: bold;
	color: #1D4563;
	line-height: 30px;
	text-align: left;
}


.down-wrap{
	margin-top: 96px;
	color: #1D4563;
}
.down-msg{
	font-size: 30px;
	font-weight: 400;
	margin: 26px 0 17px;
}
.platform-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 44px;
}
.platform-list li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 286px;
	height: 68px;
	background: rgba(255,255,255,0.5);
	border-radius: 8px;
	font-size: 24px;
	margin: 0 10px;
}
.platform-list img{
	width: 36px;
	height: 36px;
	margin-right: 14px;
}


.about-top{
	display: block;
	width: 100%;
}
.introduce-list{
	width: 1200px;
	margin: 130px auto 70px;
	display: flex;
	justify-content: space-between;
}
.introduce-item{
	flex: 0 0 550px;
	position: relative;
}
.introduce-item .title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 90px;
	top: 0;
	transform: translateY(-50%);
	width: 290px;
	height: 74px;
	background: #1D4563;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	border-radius: 0px 10px 10px 0px;
	padding-left: 32px;
	box-sizing: border-box;
}
.introduce-item .title b{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.introduce-item .title p{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	margin-top: 4px;
}
.introduce-item .img{
	position: absolute;
	left: -8px;
	top: 0;
	transform: translateY(-50%);
	width: 100px;
	z-index: 1;
}
.introduce-item .txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 240px;
	background: #F8F9FF;
	border-radius: 0px 50px 0px 50px;
	font-size: 16px;
	font-weight: 300;
	color: #1D4563;
	line-height: 28px;
	padding: 0 60px;
}

.about-wrap .contact-wrap{
	background: #F8F9FF;
	padding: 90px 0;
}
.contact-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.contact-item{
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 380px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #E1E5FF;
	box-sizing: border-box;
}
.contact-item + .contact-item{
	margin-left: 90px;
}
.contact-item img{
	width: 150px;
	height: 150px;
}
.contact-item b{
	font-size: 18px;
	font-weight: bold;
	color: #1D4563;
	margin: 20px auto 4px;
}
.contact-item p{
	font-size: 14px;
	font-weight: 400;
	color: rgba(29, 69, 99, .7);
}
.contact-item .mark{
	color: #1E93FF;
}
.reserve{
	margin-top: 76px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(29, 69, 99, .7);
}
.bottom-down{
  display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content:space-between;
	width:1056px;
	height: 90px;
	background-color: #fff;
}
.bottom-down .dow-btn{
	margin: 0;
	width: 180px;
	height: 50px;
	line-height:  50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}
.bottom-down .svg-icon{
	width: 24px;
	height: 24px;
}
.bottom-down .logo{
	font-size: 20px;
	font-weight: bold;
	color: #1D4563;
}
footer .center-cont {
	width: 1040px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyRight{
	padding: 76px 0 32px;
  font-size: 16px;
  font-weight: 400;
  color: #1D4563;
}
footer .dow-btn {
	height: 50px;
	width: 180px;
	font-size: 18px;
}
footer .dow-btn .svg-icon {
	font-size: 24px;
	margin-right: 10px;
}
footer .logo{
	color: #1D4563;
}
footer {
	position: sticky;
	bottom: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

