@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);
	}
}
.download-btn {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.download-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-left: -170px;
	margin-top: -170px;
	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-box {
	width: 100%;
	height: 1080px;
	background: url(../imgs/bg.png) no-repeat center center;
	background-size: cover;
}

.header-top {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	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: 10px;
}
.header-right {
	display: flex;
	align-items: center;
}
.header-right a {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #000000;
	letter-spacing: 1px;
	margin-left: 64px;
}
.header-right a:hover {
	color: #FA5607;
}
.header-right a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background: #FA5607;
	box-shadow: 0px 0px 10px rgba(242, 79, 0, 0.401108);
	border-radius: 20px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}
.header-right a:hover:last-child {
	background: #fb702b;
}
.header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 1080px;
	margin: 0 auto;
}
.banner-title {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: fit-content;
}
.banner-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 79px;
	letter-spacing: 0.1em;
	color: #FF6318;
}
.banner-title > span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #050A15;
	border-left: 2px solid #050A15;
	padding-left: 10px;
	margin-left: 6px;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.banner-label {
	position: absolute;
	right: -13px;
	top: -16px;
}
.banner-label span {
	position: absolute;
	left: 12px;
	top: 6px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 17.2973px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 1.08108px;
	color: #FFFFFF;	
}
.fullyear {
	font-style: normal;
}
.banner-ul1 {
	display: flex;
	align-items: center;
	margin-top: 47px;
	margin-bottom: 28px;
}
.banner-ul1 li {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 25.5px;
	line-height: 24px;
	color: #050A15;
	opacity: 0.75;	
	border-right: 1px solid #050A15;
	padding: 0 20px;
	box-sizing: border-box;
}
.banner-ul1 li:last-child {
	border-right: none;
}
.banner-p1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 25.5px;
	line-height: 34px;
	color: #050A15;
	opacity: 0.75;	
	margin-bottom: 76px;
}
.header-content a {
	position: relative;
	overflow: hidden;
	z-index: 2;	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 323px;
	height: 74px;
	background: #252525;
	border-radius: 7px;	
}
.header-content a i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-left: -170px;
	margin-top: -170px;
	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-content a:hover {
	background: #3a3939;
}
.header-content a span {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	margin: 0 20px;
}
.banner-info {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.banner-info .banner-p2 {
	margin-right: 30px;
}
.banner-info .banner-p2:last-child {
	margin-right: 0;
}
.banner-p2 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 26px;
	color: #0E1A34;
}
.banner-ul2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}
.banner-ul2 li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 166.93px;
	height: 203.67px;
	background: rgba(255, 255, 255, 0.3);
	border: 1.04987px solid #EFF5FF;
	box-shadow: 15.748px 15.748px 47.2441px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(5.24934px);
	border-radius: 18.8976px;	
	margin-right: 42px;
}
.banner-ul2 li:last-child {
	margin-right: 0;
}
.banner-ul2 li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 15.6458px;
	line-height: 21px;
	letter-spacing: 1.37683px;
	color: #111E40;	
	margin-top: 17px;
	margin-bottom: 11px;
}
.banner-ul2 li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 11.8908px;
	line-height: 16px;
	letter-spacing: 1.37683px;
	color: #2E2E2E;
}
.header-content > img {
	display: block;
	margin-top: 67px;
	transform: translateY(0);
	transition: all .3s;	
}
.header-content > img:hover {
	transform: translateY(10px);
	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-box .header-top .header-left h1 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #000000;
	letter-spacing: 2px;	
}
.hidden-header-box .header-top .header-right a {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #000000;
	letter-spacing: 1px;	
}
.hidden-header-box .header-top .header-right a:last-child {
	color: #FFFFFF;
}
.hidden-header-box .header-top .header-right a:hover {
	color: #FA5607;
}
.hidden-header-box .header-top .header-right a:last-child:hover {
	color: #FFFFFF;
	background: #fb702b;
}

/* 让文字语音处理更简单 */
.easy-box {
	width: 100%;
	background: url(../imgs/pic_midbg.png) no-repeat center center;
	background-size: cover;
	padding-top: 96px;
	padding-bottom: 147px;
}
.easy-box h1 {
	font-size: 36px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 50px;
}
.easy-content {
	width: 1200px;
	margin: 0 auto;
}
.easy-content ul {
	display: flex;
	justify-content: space-between;
}
.easy-content ul li {
	padding: 0 12px;
	padding-top: 41px;
	width: 303px;
	height: 260px;
	transform: translateY(0);
	transition: all 0.3s;
}
.easy-content ul li:hover {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	cursor: pointer;
	transform: translateY(-10px);
	transition: all 0.3s;
}
.easy-content ul:last-child {
	margin-top: 20px;
}

.easy-content ul li h2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 16px;
	margin-bottom: 10px;
}

.easy-content ul li span {
	display: block;
	margin-bottom: 22px;
	width: 38px;
	height: 3px;
	background: #FA5607;
}
.easy-content ul li p {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 26px;
	letter-spacing: 1px;
}

/* 介绍 */
.intro-box {
	width: 100%;
}
.intro-bg {
	width: 100%;
	height: 680px;
	background: #F7F8FB;
}
.intro-item {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
	position: relative;
}
.intro-item:nth-child(2) {
	background: #F7F8FB;
}
.intro-bg .intro-text {
	position: absolute;
	right: 0;
	top: 50%;
}
.intro-text img.intro-img {
	position: absolute;
	top: 82px;
  left: -85px;
	z-index: -1;
}
.intro-bg .intro-text > img {
	position: absolute;
	top: -5px;
	right: -92px;
	z-index: 0;
}
.intro-pic {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.intro-bg .intro-text h1 {
	text-align: right;
	position: absolute;
	top: 2px;
	right: 0;
}
.intro-bg .intro-text p:nth-child(3) {
	text-align: right;
	margin-top: 154px;
}
.intro-bg .intro-text p:nth-child(4) {
	text-align: right;
}
.intro-bg .intro-text h1 {
	text-align: right;
}
.intro-text h1 {
	font-size: 40px;
	font-family: MicrosoftYaHei;
	color: #000000;
	letter-spacing: 3px;
	margin-top: 50px;
}
.intro-text p:nth-child(3) {
	font-size: 20px;
	font-family: MicrosoftYaHei;
	color: #FA0707;
	line-height: 26px;
	letter-spacing: 2px;
	margin-top: 62px;
	margin-bottom: 34px;
}
.intro-text p:nth-child(4) {
	width: 434px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #474747;
	line-height: 32px;
	letter-spacing: 2px;
}
.intro-text a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 323px;
	height: 64px;
	background: #FA5607;
	border-radius: 10px;
	margin-top: 41px;
}
.intro-bg .intro-text a {
	margin-left: auto;
}
.intro-text a span {
	font-size: 24px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 0 18px;
}
/* 制作流程 */
.step-box {
  width: 100%;
  height: 712px;
  background: url(../imgs/step-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.step-box h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 43px;
	line-height: 57px;
	text-align: center;
	letter-spacing: 2px;
	color: #111E40;	
}
.step-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 96px;
}
.tab-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 443px;
  margin-bottom: 15px;
}
.tab-text p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.2px;
  color: #2E2E2E;
  cursor: pointer;
}
.tab-text p:hover {
  color: #FF6318;
}
.tab-text p.active {
  color: #FF6318;
}
.step-tab i {
  position: relative;
  display: none;
  width: 443px;
  height: 4px;
  background: #F7C4A9;
  border-radius: 25px;  
}
.step-tab i.active {
  display: block;
}
.step-tab i:nth-child(2) img {
  position: absolute;
  left: 0;
  top: 0;
}
.step-tab i:nth-child(3) img {
  position: absolute;
  right: 0;
  top: 0;
}
.step-box .step-detail {
  display: none;
  width: 1200px;
  margin: 0 auto;
}
.step-box .step-detail.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-box .step-detail .step-item { 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 206px;
  background: #FFFFFF;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px; 
}
.step-box .step-detail .step-item p {
  width: 183px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.2px;
  color: #2E2E2E;
  opacity: 0.6;  
}
.step-box .step-detail .step-item img {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.step-box .step-detail .step-item span {
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2.2px;
  color: #FF6318;
}

/* 评价 */
.assess-box {
	width: 100%;
	background: #F6F7FA;
	padding: 100px 0;
}
.assess-content {
	width: 1200px;
	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;
}
/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 388px;
  background: url(../imgs/bottom-bg.png) no-repeat center center;
  background-size: cover;
}
.bottom-download-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 62px;
}
.bottom-download-btn {
  display: flex;
  align-items: center;
}
.bottom-download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 74px; 
  background: #FA5607;
  border-radius: 7px; 
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF; 
}
.bottom-download-btn a:hover {
  background: #f5651d;
}
.bottom-download-btn a:first-child {
  margin-right: 46px;
}

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