@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.w {
	width: 1200px;
	margin: 0 auto;
}

/* header */
.header-box {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../image/banner_bg.png) no-repeat center center;
	background-size: contain;
}


.header-top {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 11;
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.header-left img {
	width: 40px;
}

.header-left h1 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #000000;
	letter-spacing: 2px;
	margin-left: 16px;
}

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

.header-right a {
	font-size: 16px;
	font-family: Microsoft YaHei UI;
	color: #666666;
	letter-spacing: 1px;
	margin-left: 64px;
}

.header-right a:hover {
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.header-right a:last-child {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 39px;
	background: linear-gradient(270deg, #E91006 -50%, #FDBD19 109.62%);
	border-radius: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei UI;
	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 {
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	background: linear-gradient(270deg, #FDBD19 -50%, #E91006 109.62%);
}

.header-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 100vh;
	margin: 0 auto;
}

.header-title {
	position: relative;
}

.header-title h1 {
	font-family: Microsoft YaHei UI;
	font-size: 50px;
	color: #111111;
	width: max-content;
}

@keyframes pronamei {
	0% {
		top: -70px;
	}

	50% {
		top: -60px;
	}

	100% {
		top: -70px;
	}
}

@-webkit-keyframes pronamei {
	0% {
		top: -70px;
	}

	50% {
		top: -60px;
	}

	100% {
		top: -70px;
	}
}

.header-label {
	position: absolute;
	right: 0;
	top: -60px;

	animation: pronamei 1s infinite both;
	-webkit-animation: pronamei 1s infinite both;
	-moz-animation: pronamei 1s infinite both;
	-o-animation: pronamei 1s infinite both;
}

.header-label span {
	position: absolute;
	left: 15px;
	top: 6px;
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	color: #FFFFFF;
}

.header-text ul {
	margin-top: 56px;
	margin-bottom: 28px;
}

.header-text ul li {
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	margin-bottom: 18px;
}

.header-text ul li:last-child {
	margin-bottom: 0;
}

.header-text ul li img {
	margin-right: 25px;
}

.info-box {
	margin-bottom: 30px;
}

.info-box p {
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	color: #999999;
}

.update-time-box {
	margin-top: 6px;
}

.header-text a {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	background: linear-gradient(270deg, #E91006 -50%, #FDBD19 109.62%);
	border-radius: 30px;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.header-text a 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-text a img {
	margin-right: 14px;
}

.header-text a:hover {
	background: linear-gradient(270deg, #FDBD19 -50%, #E91006 109.62%);
}

.header-text>p {
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	font-weight: 400;
	margin-top: 23px;
}

.header-text>p span {
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: bold;
	margin: 0 4px;
}

.header-content .gif-box {
	position: relative;
	width: 61%;
	height: 20vh;
}
@media screen and (min-width: 2000px) {
	.header-box {
		background-size: contain;
	}
	.header-content .gif-box img {
		top: -24%;
	}
}
@media screen and (max-width: 2000px) {
	.header-box {
		background-size: cover;
	}
	.header-content .gif-box img {
		top: -37%;
	}
}
@media screen and (max-width: 1600px) {
	.header-content .gif-box img {
		top: -68%;
	}
}
.header-content .gif-box img {
	position: absolute;
	right: 0;
}

@keyframes pronamei2 {
	0% {
		bottom: 40px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 40px;
	}
}

@-webkit-keyframes pronamei2 {
	0% {
		bottom: 40px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 40px;
	}
}

.down-img-box {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);

	animation: pronamei2 1s infinite both;
	-webkit-animation: pronamei2 1s infinite both;
	-moz-animation: pronamei2 1s infinite both;
	-o-animation: pronamei2 1s infinite both;
}

.down-img-box:hover {
	cursor: pointer;
}


/* 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-box .header-left h1 {
	color: #000;
}

.hidden-header-box .header-right a {
	font-size: 16px;
	font-family: Microsoft YaHei UI;
	color: #666666;
	letter-spacing: 1px;
	margin-left: 64px;
}

.hidden-header-box .header-right a:hover {
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.hidden-header-box .header-right a:last-child {
	color: #FFFFFF;
}

/* 功能 */
.func-box {
	width: 100%;
	padding-top: 80px;
}

.func-box h1 {
	font-family: Microsoft YaHei UI;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 60px;
}

.func-box h2 {
	font-family: Microsoft YaHei UI;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 60px;
}

.func-box ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	background: #F6F7FA;
}

.func-box ul:nth-child(2) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-top: 30px;
}

.func-box ul:nth-child(3) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 30px;
}

.func-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 26px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.func-box ul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px #F4F4F4;
	border-radius: 10px;
}

.func-box ul li h2 {
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	margin-top: 24px;
	margin-bottom: 32px;
}

.func-box ul li a {
	visibility: hidden;
	opacity: 0;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #F45C41;
	border-radius: 23px;
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	color: #FFFFFF;
}

.func-box ul li:hover a {
	visibility: visible !important;
	opacity: 1 !important;
}

.func-box ul li a:hover {
	background: #e25a42;
}


/* 介绍 */
.intro-box {
	width: 100%;
}
.intro-bg {
	width: 100%;
	background: #F6F7FA;
}
.intro-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 1200px;
	margin: 0 auto;
	padding: 150px 0;
}
.intro-bg .intro-item {
	justify-content: flex-end;
}
.intro-item ul li {
	margin-bottom: 40px;
	opacity: 0.3;
}

.intro-item ul li:hover {
	cursor: pointer;
}

.not-opacity {
	opacity: 1 !important;
}

.intro-item ul li:last-child {
	margin-bottom: 0;
}

.intro-item ul li p {
	width: 414px;
	font-family: Microsoft YaHei UI;
	font-size: 16px;
	line-height: 30px;
}

.intro-title {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.intro-title h2 {
	font-family: Microsoft YaHei UI;
	font-size: 22px;
	margin-left: 20px;
}
.intro-bg-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.intro-hasbg-box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.intro-bg-box > img {
	position: absolute;
	right: -30px;
	top: -56px;
	z-index: -1;
}
.intro-hasbg-box > img {
	position: absolute;
	left: -36px;
	top: -60px;
	z-index: -1;
}

.intro-img-box img {
	width: 680px;
}

.intro-img-box img:nth-child(2) {
	display: none;
}

.intro-img-box img:nth-child(3) {
	display: none;
}











/* 评价 */
.assess-box {
	width: 100%;
	background: #F6F7FA;
	padding: 80px 0;
}

.assess-content {
	width: 1300px;
	margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
	display: none;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 16px;
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 37px;
}

.assess-star h1 {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 12px;
}

.assess-content ul:nth-child(1) li span {
	display: block;
	width: 1000px;
	height: 1px;
	background: #EDF0F3;
	border-radius: 0px 0px 0px 0px;
	margin: 34px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 40px;
}

.assess-content ul:nth-child(1) li i {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 2px 2px 2px 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
}

.left1 {
	left: 77px;
}

.left2 {
	left: 277px;
}

.left3 {
	left: 477px;
}

.left4 {
	left: 677px;
}

.left5 {
	left: 877px;
}

.left6 {
	left: 1077px;
}

.assess-content ul:nth-child(1) li:first-child {
	display: block;
}

.assess-content ul:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
	cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
	width: 80px;
	height: 80px;
}

.assess-content ul:nth-child(2) li p {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666;
	margin-top: 20px;
	margin-bottom: 10px;
}

.assess-content ul:nth-child(2) li h2 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}


/* 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;
}
