@charset "utf-8";
@font-face 
{
font-family: 'DIN';
src: url('/statics/font/DIN-Medium.otf') format('truetype');
}
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: #000;
	font-weight: 400;
	min-width: 1200px;
}
.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;
	color: #1D4563;
	z-index: 999;
	background: #FFFFFF;
}

header.topbgs {
	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; */
	width: 1561px;
	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;
	color: rgba(255, 255, 255, .7);
}

nav a:hover {
	color: #fff;
}

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

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%);
}

.dow-btn .svg-icon {
	font-size: 30px;
	margin-right: 14px;
}
.layout.home{
	position: relative;
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	color: #fff;
	font-weight: 400;
	min-width: 1200px;
	background:  url(../images/bg.png) no-repeat center top;
	background-size: 100% 920px;
	/* background-image: url(../images/bg.png);
	 
	/* background-position: center top;
	background-repeat: no-repeat;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);  */
	/* background:   url(../images/bg.png) no-repeat center top/100%; */
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min--moz-device-pixel-ratio: 1.5) {
  .layout.home{
    background-image: url(../images/bg@2x.png);
}
}
.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: 276px;
	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: 247px;
	left: 50%;
	transform: translateX(-50%);
	width: 248px;
	height: 248px;
	background: linear-gradient(180deg, #9ED7FF 0%, #4FA0FF 100%);
	border-radius: 50%;
	filter: blur(20px);
}

.home-top {
	position: relative;
	margin: 0 auto;
	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-cont,.home-wrap{
	position: relative;
}
.circle{
	position: absolute;
	top: 208px;
	left:-42px;
	width: 128px;
	height: 128px;
	background: linear-gradient(180deg, #CAE9FF 0%, #0573F3 100%);
	border-radius: 50%;
	opacity: 0.5;
	filter: blur(22px);
}
.circle1{
	position: absolute;
	top: 40px;
	right:-99px;
	width: 188px;
	height: 188px;
	background: linear-gradient(180deg, #5CBCFF 0%, #0573F3 100%);
	border-radius: 50%;
	opacity: 0.6;
	filter: blur(22px);
}
.home-top-down-count{
	font-size: 20px;
	font-weight: 400;
	display: none;
}
.home-top-down-count.show{
	display: inline-flex;
	align-items: center;
}
.home-top-down-count ul li{
	font-family: DIN;
}
.home-top-down-count ul{
	list-style: none;
	display: flex;
	justify-content:center;
	font-size: 30px;
	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;
	display: block;
}

.section-title{
	text-align: center;
}
.section-title span{
	font-size: 50px;
	font-weight: bold;
	color: #1D4563;
	line-height: 66px;
	position: relative;
	padding: 0 20px;
}
.home-wrap .section-title span::before,
.home-wrap .section-title span::after{
	content: '';
  position: absolute;
} 
.home-wrap .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%;
	
}
.home-wrap .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: 570px;
	position: relative;
}
.fun-item+.fun-item {
	margin-top: 60px;
}
.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{
	padding: 96px 0 90px;
	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;
}

.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 {
	background: #22293A;
}
.footer .center-cont {
	width: 1200px;
	height: 276px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 66px 0 20px;
	font-family: PingFang SC;
	box-sizing: border-box;
}
.footer .line{
	width: 1200px;
	height: 11px;
	margin: 0 auto 22px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAALAgMAAAASDZz5AAAACVBMVEVHcExrcYr///8ysE84AAAAAXRSTlMAQObYZgAAAD5JREFUSMdjWMCADZAgytRAqejQAaOBNRpYo4E1GlhDCSwNxQZIEA2bSqnokAGjKWs0G44G1mhgjQbWMA0sANCjh0xVQ1qJAAAAAElFTkSuQmCC) no-repeat 50%/100% 100%
}
.footer .introduce{
	display: flex
}

.footer .more-info{
	flex: 1
}

.footer .more-info{
	display: flex
}

.footer .more-info .list{
	min-width: 150px
}

.footer .more-info .list:last-of-type .list-item.sign:after {
	display: none
}

.footer .more-info .list .list-item{
	position: relative;
	white-space: nowrap
}

.footer .more-info .list .list-item.sign{
	font-size: 18px;
	margin-bottom: 22px
}

.footer .more-info .list .list-item.sign:after {
	display: inline-block;
	position: absolute;
	content: "";
	right: 50px;
	opacity: .4;
	width: 12px;
	height: 26px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAMAAAC0JE1TAAAAUVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////9jlXTzAAAAG3RSTlMAK2MHAQNfZjNlOw1ZShwkI0NCFFITU0sMG1pBJVk0AAAAVElEQVQY062ONw7AMBDD3OXu9Pb/h2aKvAZIbiIBHUAhnluxkUWEJFunNGXA2FcFlXyEy1A8PNnkkCgn9v4+oZG1cpYiEftqwfxXYwr5RWNF+dJ4A0uUA1/cTt23AAAAAElFTkSuQmCC) no-repeat 50%/100% 100%
}

.footer .more-info .list .list-item.sub-sign{
	margin-bottom: 14px;
	transition: color .3s
}

.footer .more-info .list .list-item.sub-sign:not(.static):hover {
	color: hsla(0,0%,100%,.7)
}

/* .footer .more-info .list .list-item.sub-sign:not(.static):hover .qr-code{
	display: block
} */
.footer .more-info .link{
	position: relative;
}
.footer .more-info .link:hover .qr-code{
	display: block;
}
.footer .more-info .qr-code{
	display: none;
	position: absolute;
	z-index: 20;
	right: 0;
	top: 0;
	height: 128px;
	width: 128px;
	transform: translate(100%, -100%);
	transition: all .3s;
}
.footer .more-info .qr-code img{
	display: block;
	width: 100%;
	height: 100%;
}


.footer .downloads .title{
	font-size: 18px;
	margin-bottom: 28px
}

.footer .links{
	display: flex;
	flex-wrap: nowrap
}

.footer .links .link-href{
	position: relative;
	width: 42px;
	height: 42px;
	cursor: pointer;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

.footer .links .link-href:last-of-type {
	margin-right: 0
}

.footer .links .link-href.win{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAA5FBMVEVHcEz///////8opvb///////////////////////////8jo/EVler///////////////////////////////////////////////////////////////////////////////8ko/MnpvX///8opfoopvgnpPYmp/f///////8gn+////8kpPYAgP////////////////////8np/Ymp/b///////////////////8npvYopfb///////////8npfcopvYmpfUopvUnpvYnpfUopvYlpfQmp/f///////////8opvbBkPhXAAAASnRSTlMAKXjnv4nm3+UJAyQMaWAXWkbX9nrxbiYLK0ARhrzI3E1A65gzZ1RDpPgQjRwEhwRJoqh3s23QxDvvj8fCHVNj35/Tz+tTMJ+nB9EnqM4AAAC8SURBVFjD7dbHDsIwDIBhlwKFtuy999577x3e/31AICo4ppaKBP7v+XKIZQWAol5ddfUO6LqVAAIIMB4Ih6JuBz8gC2N50OwkvAF2z8oFuNKm8rDCzHamZeMCLM9DBHwVQE+iSXp0vkhaSXoFowEhmBtN0HOwaC9bte485WP8++CzWMTj9Md/fCuLJSSQEes4AHqzBg6A/hQJVNcHHADHvYIDYLVVcQCcNkhA3RVwACjZPA6Aou7vPvXv3QDtHH3EXOIbqAAAAABJRU5ErkJggg==)
}

.footer .links .link-href.win:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAz1BMVEVHcEwopvYAAP8npvYipfEmpPUnpfUnpvYmpvYmpfUopvYopvcnpfYopfYnpfYameYiqv8lpfonpvb///8opvbk9P7p9v4vqfbJ6f2b1vrq9v6EzPpKtPeN0Porp/bd8f0xqvaZ1PpMtfc2q/b3/P5Is/fz+v5jvviAyvl5x/levPh0xfk7rfaP0PpowPjG5/zQ7P3h8/2w3vuo2/tauvjx+f7X7v35/P6y3/u14PvL6fxlv/jJ6PzN6v0qp/Zuw/ma1fpAsPef1/q14PwuqPbDMRXgAAAAE3RSTlMA5wF2JWWv/jyf+9P38t4KDzBWlcJdGwAAALBJREFUWMPt1scOwkAMRVFTQ29DaEnovffe4f+/CQQiguXkSSDAdz9nY8saIo57FLeSwgADDHwhkK80W3V5IKuPt9p+2MtVxbWMFNDuGvPpTKyTwiwhBaTvj1IMfBKAN9FQb53Oqlmfp/BuQNdGmwm8B4fVLntcLAdlIX8PXisVa41O4cevsg0FPD4rwvM/z4ECdjcIUCQEAhQNgAC5UIC8KBD2gwA5gyBAMQUEuL/tAuxhyceEfmYLAAAAAElFTkSuQmCC)
}

.footer .links .link-href.win .link{
	display: inline-block;
	width: 100%;
	height: 100%
}

.footer .end{
	display: flex;
	justify-content: flex-end;
	margin-top: 30px
}

.footer .end .aq{
	cursor: pointer
}

.footer .end .aq:hover {
	text-decoration: underline
}

.footer .quick-mark{
	border-radius: 6px
}