@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;
}

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

em{
	font-style: normal;
}
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: 20px;
	padding-left: 62px;
	min-height: 50px;
	position: relative;
	font-weight: bold;
	color: #333333;
}
.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: #1D4563;
}

nav a+a {
	margin-left: 22px;
}

.dow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 74px;
	background: linear-gradient( 179deg, #1DAEA2 0%, #1053D9 100%);;
	border-radius: 12px;
	font-size: 28px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 25px;
}
.dow-btn:hover {
	background: linear-gradient( 180deg, #00D94A 0%, #0940CC 100%);
}

.dow-btn .svg-icon {
	font-size: 30px;
	margin-right: 14px;
}
@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
  
	100% {
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
  }
.dow-btn .round-animation {
	position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.20);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: -140px;
    margin-top: -140px;
    animation: spread 1.5s infinite both;
}
.home-top {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1200px;
	height: 720px;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 160px;
}
@media (min-width: 1900px){
	.home-top {
		height: 820px;
	}
}
.home-top-slider {
	margin-right: 40px;
}
.home-top-cont {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}
.product-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 23px;
}
.product-title::after{
	content: '';
	position: absolute;
	top: -140px;
	right: -80px;
	width: 158px;
	height: 158px;
	background: linear-gradient( 180deg, #29FF72 0%, #D6FFE4 100%);
	border-radius: 100%;
	filter: blur(50px);
	z-index: -1;
}
.product-title h1{
	font-size: 46px;
	font-weight: bold;
	line-height: 66px;
	color: #1D4563;
}
.product-title em{
	position: absolute;
	top: -30px;
	right: 0;
	height: 36px;
	background: #0E70FF;
	border-radius: 6px;
	font-weight: bold;
  transform: translate(100%, 0);
	font-size: 20px;
	line-height: 36px;
	padding: 0px 15px;
	color: #fff;
}
.product-sub-title {
	font-weight: 400;
	font-size: 20px;
	color: rgba(29,69,99,0.6);
	text-align: left;
	margin-bottom: 26px;
	line-height: 35px;
	letter-spacing: 1px;
}
.product-sub-title .strong {
	color: #0E49DF;
	font-weight: bold;
}
.product-sub-title .strong1 {
	color: #1D4563;
	font-weight: bold;
}
.home-top-tab{
	width: 590px;
	height: 64px;
	background: rgba(41,255,114,0.1);
	border-radius: 10px 10px 10px 10px;
	border: 2px solid rgba(41,255,114,0.3);
	display: flex;
	margin:10px auto 18px;
	position: relative;
}
.home-top-tab:before,.home-top-tab:after{
	content:'';
	width: 0px;
	height: 23px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #29FF72;
	opacity: 0.3;
	top:0;
	position: absolute;
	bottom:0;
	margin:auto;
	left:33.33%;
}
.home-top-tab:after{
	left:66.66%;
}
.home-top-tab-item{
	display: flex;
	align-items: center;
	width:33.33%;
	justify-content: center;
	gap:10px;

	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #29FF72;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.home-top-tab-item img{
	width:32px;
	height:32px;
}
.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-weight: 400;
	font-size: 14px;
	color: #1D4563;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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{
	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;
}
.home-top-down-count p{
	height: 40px;
	line-height: 40px;
}
.home-top-down-count .animation{
 	transition: 1s all ease;
}

.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-weight: bold;
	font-size: 50px;
	color: #1D4563;
	line-height: 59px;
	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, #29FF72 0%, #D6FFE4 100%);
	filter: blur(10px);
	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(8px);
}
.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;
	height: 570px;
	position: relative;
}
.fun-item+.fun-item {
	margin-top: 156px;
}

.fun-txt {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.fun-txt h1 {
	font-weight: bold;
	font-size: 40px;
	color: #1D4563;
	line-height: 47px;
	margin-bottom: 10px;
	text-align: left;
}

.fun-txt p {
	width: 471px;
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	color: #1D4563;
	line-height: 23px;
	margin-bottom: 34px;
}
.fun-img{
	height: 100%;
}
.fun-img img{
	display: block;
	max-height: 100%;
}

.fun-item:nth-child(even) .fun-txt {
	order: 1;
}

.swiper1{
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;/* 两种都可以 */
}

.comment-wrap{
	margin-top: 137px;
}

.swiper-content {
	flex: none;
	display: flex;
	width: 1200px;
	justify-content: space-between;
}

.swiper-slide {
	display: flex !important;
}

.comment-item{
	width: 376px;
	height: 480px;
	border-radius: 20px;
}
.comment-item::before{
	border-radius: 20px;
}
.comment_main{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}
.comment-img{
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 12px;
	margin-top: 31px;
}
.comment-name{
	flex-shrink: 0;
	width: 130px;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 400;
	color: #1D4563;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.comment-star{
	flex-shrink: 0;
	display: flex;
	width: 180px;
	margin-bottom: 24px;
}
.comment-star img{
	width: 28px;
	height: 28px;
}
.comment-star img + img{
	margin-left: 10px;
}
.comment-txt{
	font-size: 20px;
	font-weight: bold;
	color: #1D4563;
	line-height: 30px;
	text-align: left;
	padding: 0 24px;
}


.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;
}
.copyRight{
	padding: 76px 0 32px;
	font-size: 16px;
	font-weight: 400;
	color: #1D4563;
}

footer {
	position: sticky;
	bottom: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
footer .center-cont {
	width: 1040px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
footer .logo{
	color: #1D4563;
}
footer .dow-btn{
	height: 50px;
	width: 180px;
	font-size: 18px;
	margin-bottom: 0;
}
footer .dow-btn .svg-icon{
	font-size: 24px;
	margin-right: 10px;
}

.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%, rgba(41,255,114,0.13) 100%);
}

.beian_link{
  cursor: pointer;
}
.beian_link:hover{
  text-decoration: underline;
}