@keyframes scaleOut {
	0% {
		transform: scale(1.0);
	}

	70% {
		transform: scale(1.08);
		opacity: 1;
	}
}
.update-time-box {
	color: #FFFFFF;
	text-align: center;
	margin-top: 4px;
}
/* header */
.header-box {
	width: 100%;
	height: 100vh;
	background: url(http://ydvip2.cn/js/bj.png) no-repeat center center;
	/* object-fit: cover; */
	background-size: cover;
}
.header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.header-content-box {
	width: 100%;
	height: 100%;
}

.header-top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	width: 1200px;
	margin: 0 auto;
}

.header-top {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	font-weight: bold;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	color: #252525;
}

.header-top img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.header-right {
	display: flex;
	align-items: center;
}
.header-right a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #000000;
	margin-left: 64px;
}
.header-right a:hover {
	color: #8B7CFF;
}
.header-right a:last-child {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 165px;
  height: 40px;
	background: linear-gradient(266deg, #46D0FF, #8B7CFF);
	border-radius: 30px;
	box-shadow: 0px 0px 6px 0px #cef0fc;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
}
.header-right a:last-child img {
	width: 20px;
	margin-right: 10px;
}
.header-right a:last-child i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 280px;
	height: 280px;
	border-radius: 50%;
	margin-left: -140px;
	margin-top: -140px;
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
	z-index: 1;
}
.header-right a:hover:last-child {
	background: linear-gradient(266deg, #8B7CFF, #46D0FF);
}
.header-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.header-title img:nth-child(1) {
	width: 70px;
}
.header-title span {
	position: absolute;
	left: 24px;
	top: 12px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.header-label {
	position: absolute;
	right: -106px;
	top: -46px;
}
.header-label span i {
	font-style: normal;
}
.header-title h1 {
	font-size: 54px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 7px;
	margin-left: 40px;
}
.header-content .header-p {
	font-size: 20px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 44px;
	margin-bottom: 42px;
}

.header-ul1 {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 38px;
}
.header-ul1 li {
	width: 160px;
	height: 53px;
	line-height: 53px;
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;	
	box-shadow: 0px 0px 8px #FFFFFF;
	margin-right: 28px;
}
.header-ul1 li:last-child {
	margin-right: 0;
}

.header-ul2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 73px;
	padding: 0 40px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .13);
	border-radius: 48px;
	margin-bottom: 41px;
}
.header-ul2 li {
	position: relative;
	display: flex;
	align-items: center;
	height: 73px;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 16px;
}
.header-ul2 li img:nth-child(1) {
	margin-right: 16px;
}
.header-ul2 li img:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 182px;
	height: 3px;
}
.header-ul2 li:last-child img:nth-child(2) {
	right: -33px;
}
.header-ul2 li:last-child {
	margin-right: 0;
}
.header-ul3 {
	display: flex;
	align-items: center;
	margin-top: 23px;
	margin-bottom: 26px;
}
.header-ul3 li {
	margin-right: 29px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.header-ul3 li:nth-child(1) span {
	font-size: 20px;
	margin: 0 4px;
}
.header-ul3 li:last-child {
	margin-right: 0;
}



.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 332px;
	height: 62px;
	background: linear-gradient(266deg, #46D0FF, #8B7CFF);
	border-radius: 30px 30px 30px 30px;
	opacity: 1;
	font-size: 29px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
}
.download-btn:hover {
	background: linear-gradient(266deg, #8B7CFF, #46D0FF);
}
.download-btn img {
	width: 30px;
	margin-right: 20px;
}


.sys-box {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.arrow {
	position: absolute;
	left: 50%;
	bottom: 26px;
	width: 22px;
	transform: translateX(-50%);
	transform: translateY(0);
	transition: all .3s;
}
.arrow:hover {
	cursor: pointer;
	transform: translateY(20px);
	transition: all .3s;
}

/* hidden-header */
.hidden-header-box {
	display: none;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.hidden-header-content {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hidden-header-left {
	display: flex;
	align-items: center;
}

.hidden-header-left h1 {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: bold;
	color: #252525;
	margin-left: 10px;
}
.hidden-header-left img {
	width: 40px;
}

.hidden-header-right {
	display: flex;
	align-items: center;
}
.hidden-header-right a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 165px;
  height: 40px;
	background: linear-gradient(266deg, #46D0FF, #8B7CFF);
	border-radius: 30px 30px 30px 30px;
	box-shadow: 0px 0px 6px 0px #cef0fc;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	color: #FFFFFF;
}
.hidden-header-right a:hover {
	background: linear-gradient(266deg, #8B7CFF, #46D0FF);
}
.hidden-header-right a img {
	width: 20px;
	margin-right: 10px;
}
.hidden-header-right p {
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
	margin-right: 18px;
}

/* 产品特点 */
.func-box {
	width: 100%;
	background: url(../imgs/tedian_bg.png) no-repeat center center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 60px;
}
.func-box h1 {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #343536;
	text-align: center;
}
.func-ul-box {
	width: 100%;
	background: url(../imgs/tedian_backgroud2.png) no-repeat center center;
	/* background-size: 80% 170%; */
}
.func-ul-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.func-ul-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 272px;
	height: 275px;
	background: #FFFFFF;
	box-shadow: 0px 0px 35px 0px rgba(68, 116, 224, 0.1);
	border-radius: 14px;
	padding: 25px 42px;	
	box-sizing: border-box;
}
.func-ul-box ul li h2 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 24px;
}
.func-ul-box ul li p {
	width: 100%;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 27px;
	opacity: 0.7;	
}
.func-ul-box ul:first-child {
	padding-top: 80px;
}
.func-ul-box ul:last-child {
	margin-bottom: 0;
	padding-bottom: 80px;
}

/* 介绍 */
.intro-box {
	position: relative;
}
.intro-text h1 {
	font-size: 31px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #343536;
	margin-bottom: 20px;
	margin-top: 70px;
}
.intro-item {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.intro-item:first-child {
	margin-bottom: 20px;
}
.intro-text p {
	width: 559px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #979797;
	line-height: 38px;
	margin-bottom: 40px;
}
.intro-text a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 56px;
	background: linear-gradient(266deg, #46D0FF, #8B7CFF);
	border-radius: 30px;
	box-shadow: 0px 0px 6px 0px #cef0fc;
	opacity: 1;
	font-size: 20px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	color: #FFFFFF;	
}
.intro-text a:hover {
	background: linear-gradient(266deg, #8B7CFF, #46D0FF);
}
.intro-text a img {
	width: 22px;
	margin-right: 16px;
}
.intro-bg1 {
	position: absolute;
	top: -700px;
	left: 0;
}
.intro-bg2 {
	position: absolute;
	bottom: -450px;
	left: -60px;
}


/* 用户给我们的评价 */
.assess-box {
	width: 100%;
	padding: 69px 0;
}
.assess-box h1 {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #343536;
	text-align: center;
	margin-bottom: 28px;
}
.swiper-container {
	width: 1200px;
	margin: 0 auto;
	padding: 22px 18px !important;
}
.swiper-slide {
	height: 325px !important;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px 0px rgba(15, 115, 255, 0.25);
	border-radius: 26px 26px 26px 26px;
	padding: 30px;
	box-sizing: border-box;
}
.assess-top {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.assess-top > img {
	width: 103px;
	margin-right: 23px;
}
.assess-text h2 {
	font-size: 26px;
	font-family: FZLTZCHK;
	color: #000000;
	margin-bottom: 12px;
}
.swiper-slide p {
	font-size: 20px;
	font-family: FZLTHJW;
	color: #000000;
	line-height: 30px;
}

/* 底部下载 */
.bottom-download-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 543px;
	background: url(../imgs/bottom_backgroud.png) no-repeat center center;
	background-size: cover;
}
.bottom-download-box h1 {
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.bottom-download-box p {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 41px;
	margin-bottom: 59px;
}

/* footer */
.footer-box {
	width: 100%;
	height: 40px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-box span {
	font-size: 14px;
	color: #888;
}

.footer-box span a {
	font-size: 14px;
	color: #888;
}

.footer-box i {
	width: 1px;
	height: 12px;
	background-color: #888;
	margin: 0 30px;
}