/* 顶部 */
.header-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
}

.header-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-content .header-left {
	display: flex;
	align-items: center;
}

.header-content .header-left img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.header-content .header-left h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #000000;
}

.header-content .header-right a {
	margin-left: 59px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

/* 隐藏的顶部 */
.hidden-header-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.hidden-header-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hidden-header-content .hidden-header-left {
	display: flex;
	align-items: center;
}
.hidden-header-content .hidden-header-left img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.hidden-header-content .hidden-header-left h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #000000;
}
.hidden-header-right {
	display: flex;
	align-items: center;
}
.hidden-header-right a {
	display: inline-block;
	width: 200px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	background: #DD2421;
	border-radius: 8px;
	margin-left: 30px;
}
.hidden-header-right a:hover {
	background: #C04000;
}
.hidden-header-right a img {
	width: 20px;
}

/* banner */
.banner-box {
	width: 100%;
	height: 810px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/240/images/newimg/kv_bg.jpg) no-repeat center center;
	margin-top: 116px;
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.banner-content h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 100px;
}

.banner-content p:nth-child(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 29px;
}

.banner-content a {
	display: inline-block;
	width: 320px;
	height: 60px;
	margin: 0 auto;
	background: #DD2421;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.banner-content a:hover {
	background-color: #c04000;
}

.banner-content a img {
	width: 40px;
}

.banner-content a span {
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}

.banner-content p:nth-child(4) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
}

/* 常见windows程序文件打印 */
.normal-box,
.pro-box,
.easy-box,
.assess-box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

.title-box {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.title-box span {
	display: inline-block;
	width: 6px;
	height: 48px;
	background: linear-gradient(0deg, #F75F1E 0%, #FF9263 100%);
	border-radius: 3px;
	margin-right: 11px;
}

.title-box h1 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.normal-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.normal-box ul li {
	width: 230px;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 11, 24, 0.08);
	display: flex;
	align-items: center;
	margin-right: 60px;
	text-align: center;
	margin-bottom: 60px;
}

.normal-box ul li img {
	margin-right: 10px;
	margin-left: 20px;
}

.normal-box ul li span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4B4B4B;
}

/* 产品功能 */
.pro-box {
	margin-top: 20px;
}

.pro-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro-box ul li {
	width: 260px;
	height: 305px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
}

.pro-box ul li img {
	display: inline-block;
	margin-top: 34px;
	width: 80px;
}

.pro-box ul li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 20px;
}

.pro-box ul li p {
	width: 224px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 30px;
	margin: 0 auto;
	text-align: left;
}

/* 简单好用的PDF虚拟打印机 */
.easy-box {
	margin-top: 60px;
}

.easy-content {
	width: 100%;
	display: flex;
	align-items: center;
}

.easy-content img {
	width: 640px;
}

.easy-text {
	margin-left: 57px;
}

.easy-text h1 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #040404;
}

.easy-text p {
	width: 426px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 32px;
	margin-top: 19px;
	margin-bottom: 39px;
}

.easy-text a {
	display: inline-block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #DD2421;
	border-radius: 4px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.easy-text a:hover {
	background: #C04000;
}

/* 底部banner */
.myfooter-banner-box {
	width: 100%;
	height: 600px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/240/images/newimg/slogn_bg.jpg) no-repeat center center;
	margin-top: 105px;
	text-align: center;
}

.myfooter-banner-box h1 {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 200px;
}

.myfooter-banner-box a {
	display: inline-block;
	width: 320px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #DD2421;
	border-radius: 4px;
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 30px;
}
.myfooter-banner-box a:hover {
	background: #C04000;
}

.myfooter-banner-box p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

/* 评价区域 */
.swiper-container {
	height: 300px;
}
.swiper-container .swiper-wrapper .swiper-slide {
	height: 237px;
	background: rgba(248, 248, 248, 1);
	box-shadow: 0px 9px 13px 0px rgba(198, 198, 198, 0.35);
	border-radius: 10px;
	text-align: center;
}

.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;
}
