@keyframes guang {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 350px 0;
	}
}

@-webkit-keyframes guang {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 350px 0;
	}
}

@-moz-keyframes guang {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 350px 0;
	}
}

@-o-keyframes guang {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 350px 0;
	}
}

/* banner */
.banner-box {
	width: 100%;
	height: 750px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/205/images/banner.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}
@media screen and (min-width: 2200px) {
	.banner-box {
		height: 820px;
	}
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
}

.banner-text {
	margin-left: 83px;
}

.banner-text p:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 140px;
}

.banner-text h1 {
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 0;
}

.banner-text p:nth-child(3) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.download-box {
	position: relative;
	margin-top: 70px;
	display: flex;
	align-items: center;
}
.download-box .p{
	position: absolute;
	bottom: -36px;
	left: 24px;
	font-size: 18px;
	color: #fff;
}

.download-box .qr_box {
	width: 160px;
	height: 160px;
	padding: 10px;
	background-color: #FFFFFF;
}

.download-btn {
	margin-left: 30px;
}

.download-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	background: #03E0CD;
	box-shadow: 0px 6px 0px 0px rgba(9, 137, 126, 0.7);
	border-radius: 10px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #201E45;
	position: relative;
}

.download-btn a i {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 180px;
	height: 59px;
	border-radius: 10px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/205/images/high-light.png) no-repeat;
	background-size: 190px;
	opacity: .4;
	background-position: -130px 0;
}

.download-btn a:nth-child(1) i {
	animation: guang 1.2s 1s infinite both;
	-webkit-animation: guang 1.2s 1s infinite both;
	-moz-animation: guang 1.2s 1s infinite both;
	-o-animation: guang 1.2s 1s infinite both;
}

.download-btn a:nth-child(2) i {
	animation: guang 1.2s .5s infinite both;
	-webkit-animation: guang 1.2s .5s infinite both;
	-moz-animation: guang 1.2s .5s infinite both;
	-o-animation: guang 1.2s .5s infinite both;
}

.download-btn a img {
	width: 24px;
	margin-right: 10px;
}
.main-content {
	width: 100%;
	padding: 60px 102px;
	box-sizing: border-box;
}
/* 功能展示 */
.func-box {
	width: 100%;
	padding: 85px 0;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.func-box h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-bottom: 100px;
}

.func-content {
	width: 1200px;
	margin: 0 auto;
}

.func-content ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.func-content ul:first-child {
	margin-bottom: 50px;
	margin-top: 100px;
}

.func-content ul li {
	width: 260px;
	height: 211px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.func-content ul li:last-child {
	margin-right: 0;
}

.func-content ul li:hover {
	background: #F7FAFC;
	box-shadow: 0px 0px 20px 0px rgba(232, 234, 235, 0.7);
	border-radius: 5px;
	cursor: pointer;
}

.func-content ul li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 24px;
}

.func-content ul li p {
	width: 225px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	text-align: center;
}

/* 介绍 */
.intro-box {
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 60px;
}

.intro-content {
	width: 1200px;
	margin: 0 auto;
}

.intro-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-title {
	position: relative;
	margin-bottom: 100px;
}

.intro-title h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.intro-title img {
	width: 400px;
	position: absolute;
	left: 0;
	top: -58px;
	z-index: 0;
}
.intro-content .intro-item:nth-child(1) {
	margin-bottom: 160px;
}

.intro-content .intro-item:nth-child(1) ul li {
	width: 528px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.intro-content .intro-item:nth-child(1) ul li:nth-child(2) {
	margin: 40px 0;
}

.intro-content .intro-item:nth-child(2) ul li {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

/* PDF功能 */
.pdf-box {
	width: 100%;
	padding: 99px 102px;
	box-sizing: border-box;
	border-radius: 20px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/205/images/bg.png) no-repeat center center;
	background-size: cover;
	object-fit: cover;
}

.pdf-box h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 112px;
}
.pdf-box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
}
.pdf-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pdf-box ul li:last-child {
	margin-right: 0;
}
.pdf-box ul li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 40px;
}
/* 评价区域 */
.assess-box {
	width: 1200px;
	margin: 0 auto;
}

.assess-box h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 59px;
}

.swiper-container {
	height: 325px;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: 268px;
	background: rgba(248, 248, 248, 1);
	box-shadow: 0px 9px 13px 0px rgba(198, 198, 198, 0.35);
	border-radius: 10px;
	text-align: center;
	margin-bottom: 60px;
}

.swiper-slide img {
	display: inline-block;
	padding-top: 20px;
	width: 70px;
	height: 70px;
	margin: 0;
}

.assess-text {
	width: 310px;
	margin: 0 auto;
}

.assess-text p:nth-child(1) {
	color: #0F0F0F;
	margin-top: 4px;
	margin-bottom: 11px;
}

.assess-text p:nth-child(2) {
	color: #606060;
}
