.top-btn-box {
	display: flex;
	align-items: center;
}
.top-btn-box .downTopDowmload:nth-child(1) {
	width: 168px;
}
.top-btn-box .downTopDowmload:nth-child(2) {
	width: 146px;
}
.top-btn-box .downTopDowmload:nth-child(3) {
	width: 146px;
}
.top-btn-box .qr-btn img:nth-child(3) {
	position: absolute;
	bottom: -111px;
	left: 21px;
	display: none;
	width: 100px;
	padding: 4px;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-right: 50px;
	box-shadow: 0px 0px 12px #ddd;
}
.downTopDowmload {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F56A4E;
	border-radius: 40px;
	margin-left: 20px;
}
.downTopDowmload:hover {
	background: #f33b16;
}
.downTopDowmload span {
	margin: 0;
	margin-left: 8px;
}
.downTopDowmload img {
	width: 18px;
	height: auto;
}


/* 版心 */
.type-page {
	width: 1200px;
	margin: 0 auto;
}

/* banner */
.banner-box {
	width: 100%;
	height: 660px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/320/images/banner.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 116px;
}

.banner-box h1 {
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(13, 136, 94, 0.6);
	text-align: center;
}

.banner-box p:nth-child(2) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 49px;
	margin-bottom: 80px;
}
.btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.download-btn {
	position: relative;
	width: 220px;
	height: 65px;
	box-sizing: border-box;
	background: #F56A4E;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.download-btn .rq-code-img-div{
	position: absolute;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fff;
	bottom: -150px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.qr-btn {
	position: relative;
}
.btn-box .qr-btn img:nth-child(3) {
	position: absolute;
	bottom: -130px;
	left: 50px;
	display: none;
	width: 120px;
	padding: 4px;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-right: 50px;
	box-shadow: 0px 0px 12px #ddd;
}
.qr-btn:hover img:nth-child(3) {
	display: block;
}
.btn-box a:last-child {
	margin-right: 0;
}
.btn-box a:first-child img {
	width: 20px;
}
.btn-box a:nth-child(2) img {
	width: 20px;
}
.btn-box a:last-child img:nth-child(1) {
	width: 20px;
}

.btn-box a:first-child span {
	margin: 0 10px;
}
.btn-box a:nth-child(2) span {
	margin: 0 14px;
}
.btn-box a:last-child span {
	margin: 0 14px;
}

.download-btn span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.download-btn:hover {
	background: #f33b16;
}
.download-btn:hover .rq-code-img-div{
	display: block;
}

.banner-box p:nth-child(4) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 24px;
}

/* 安全高效 */
.safe-box {
	width: 100%;
	height: 753px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/320/images/bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.safe-box h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 30px;
}

.safe-box p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7B7B7B;
	text-align: center;
}

.safe-img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.safe-img img:nth-child(1) {
	position: absolute;
	left: 0;
	top: -520px;
}

.safe-img img:nth-child(2) {
	position: absolute;
	left: 100px;
	top: -300px;
	z-index: 9;
}

.safe-img img:nth-child(3) {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.safe-img img:nth-child(4) {
	position: absolute;
	right: 30px;
	top: -468px;
}

.safe-img img:nth-child(5) {
	position: absolute;
	right: 130px;
	top: -280px;
}

/* 场景应用 */
.scen-box {
	width: 100%;
	padding: 100px 0;
}
.scen-box h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 80px;
	text-align: center;
} 
.scen-box ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.scen-box ul:last-child {
	margin-bottom: 0;
}
.scen-box ul li {
	width: 288px;
	height: 311px;
	background: #F7F7F7;
	border-radius: 4px;
	position: relative;
}
.scen-box ul li .float-li {
	width: 288px;
	height: 311px;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
}
.scen-box ul li .float-li img {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.scen-box ul li .float-li h2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #252525;
	margin: 20px 0;
	text-align: center;
}
.scen-box ul li .float-li p {
	width: 255px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 30px;
	margin: 0 auto;
}

/* 底部下载 */
.bottom-download-box {
	width: 100%;
	height: 580px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/320/images/bottom_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bottom-download-box h1 {
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(13, 136, 94, 0.6);
}
.bottom-download-box p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 38px;
	margin-bottom: 70px;
}
