@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(../img/banner_bg.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: calc(100vh - 90px);
}
.header-content-box {
	width: 100%;
	height: 100%;
}

.head_all_box {
	height: 550px;
    background: url(../img/indexbg.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.is_mid_box {
	width: 1400px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;	
}

.is_box_item {
	width: 550px;
	height: 100px;
	font-size: 40px;
	text-align: left;
	margin-top: 80px;
}

.is_desc {
	font-size:20px;
	width: 320px;
	font-weight: bold;
	color: #959ead;
	margin: 20px auto;
}

.header-top-box {
	width: 1200px;
	margin: 20px auto;
	
}

.header-left {
	display: flex;
	align-items: center;
}

.header-left img {
	width: 40px;
	margin-right: 13px;
}
.header-title1 h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-top: 3px;
}
.header-title1 span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}
.header-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.header-title > img {
	width: 90px;
}
.header-title .banner-label-box {
	position: absolute;
	right: 0;
	top: -46px;
}
.banner-label-box span {
	position: absolute;
	left: 15px;
	top: 7px;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
}
.header-title h1 {
	font-size: 72px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	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-content ul {
	display: flex;
	padding: 25px 87px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .1);
	border-radius: 60px 60px 60px 60px;
	margin-bottom: 30px;
}
.header-content ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 60px;
}
.header-content ul li:last-child {
	margin-right: 0;
}
.header-content ul li img {
	width: 38px;
	height: 38px;
	margin-bottom: 15px;
}

.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 60px;
	background: linear-gradient(90deg, #FB7660 0%, #FDA12B 100%);
	border-radius: 30px 30px 30px 30px;
	opacity: 1;
	font-size: 20px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
}
.download-btn:hover {
	background: linear-gradient(90deg, #FDA12B 0%, #FB7660 100%);
}
.download-btn img {
	width: 30px;
	margin-right: 12px;
}

.total-num-box {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}

.total-num-box span.total-text {
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
}

.total-num-box span.total-num {
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 6px;
}

.sys-box {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
.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: #000000;
	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(90deg, #FB7660 0%, #FDA12B 100%);
	border-radius: 30px 30px 30px 30px;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	color: #FFFFFF;
}
.hidden-header-right a:hover {
	background: linear-gradient(90deg, #FDA12B 0%, #FB7660 100%);
}
.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%;
	padding: 100px 0;
}
.func-box h1 {
	font-size: 36px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 100px;
}
.func-box ul {
	width: 1200px;
	margin: 0 auto;
}
.func-box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.func-box ul li:last-child {
	margin-bottom: 0;
}
.func-box ul li video {
	width: 584px;
}
.func-title {
	position: relative;
}
.func-title img {
	position: absolute;
	left: 0;
	top: -22px;
}
.func-title h2 {
	height: 30px;
	font-size: 24px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	background: linear-gradient(90deg, #FB7660 0%, #FDA12B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.func-text p {
	width: 345px;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin: 36px 0;
}


/* 閫傚悎澶氱褰曞埗鍦烘櫙 */
.scen-box {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}
.scen-content {
	width: 100%;
	background: rgba(255, 249, 248, 1);
	border-radius: 10px 10px 10px 10px;
	padding: 100px 0;
}
.scen-content h1 {
	font-size: 36px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 80px;
}
.scen-content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.scen-content ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.scen-content ul li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	margin-top: 32px;
}

/* 閲戣垷鐢佃剳褰曢煶杞欢鍔熻兘浠嬬粛 */
.intro-box {
	width: 100%;
	padding: 80px 100px;
	box-sizing: border-box;
}
.intro-content {
	width: 100%;
	background: #F3F6FB;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	padding: 100px 0;
	box-sizing: border-box;
}
.intro-content h1 {
	font-size: 36px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	text-align: center;
}
.intro-content > p {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.intro-content ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.intro-content ul:last-child {
	margin-bottom: 0;
}
.intro-content ul li {
	display: flex;
	height: 240px;
	padding-top: 30px;
	padding-left: 18px;
	padding-right: 48px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}
.intro-content ul li img {
	width: 46px;
	height: 46px;
}
.intro-text {
	margin-left: 18px;
}
.intro-text h2 {
	font-size: 20px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 32px;
	margin-top: 10px;
}
.intro-text p {
	width: 260px;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

/* 璇勪环鍖哄煙 */
.assess-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 560px;
	background: url(../img/evaluate_bg.png) no-repeat center center;
	background-size: cover;
}
.assess-box h1 {
	font-size: 36px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	margin-bottom: 80px;
}
.swiper-button-prev {
	position: relative !important;
	top: 0 !important;
	width: 20px !important;
	height: 31px !important;
	margin-right: 60px;
	padding: 26px 18px;
	border-radius: 4px;
}
.swiper-button-prev:hover {
	background: rgba(0, 0, 0, .1);
}
.swiper-button-next {
	position: relative !important;
	top: 0 !important;
	width: 20px !important;
	height: 31px !important;
	margin-left: 60px;
	padding: 26px 18px;
	border-radius: 4px;
}
.swiper-button-next:hover {
	background: rgba(0, 0, 0, .1);
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	font-size: 27px !important;
	font-weight: bold;
	color: #FFFFFF;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-size: 27px !important;
	font-weight: bold;
	color: #FFFFFF;
}
.outer-container {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px !important;
}
.swiper-slide.swiper-slide-active {
	height: 100% !important;
}
.swiper-slide img:nth-child(2) {
	display: none;
	width: 160px;
	margin-top: 40px;
	margin-bottom: 44px;
}
.swiper-slide img:nth-child(1) {
	width: 80px;
}
.swiper-slide.swiper-slide-active img:nth-child(1) {
	width: 120px;
	padding: 5px;
	border-radius: 50%;
	background: #FFFFFF;
}
.swiper-slide.swiper-slide-active img:nth-child(2) {
	display: block;
}
.swiper-slide p {
	display: none;
	width: max-content;
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.swiper-slide.swiper-slide-active p {
	display: block;
}

/*聽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;
}