/* 首页 */
/* 头部区域 */
/* 导航栏+横幅区域 */
/* 导航栏样式 */
.nav-box {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0 auto;
}
.nav-imgtext a {
	display: flex;
	align-items: center;
}
.nav-imgtext a p {
	margin-left: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.nav-imgtext a img {
	width: 40px;
	height: 40px;
}
.nav-menu {
	display: flex;
	align-items: center;
}
.nav-menu a {
	color: rgba(255,255,255,0.5);
	margin-left: 40px;
}
.nav-menu a:first-child {
	margin-left: 0;
}
.nav-menu a:hover {
	color: #FFFFFF;
}
/* 隐藏的导航栏样式 */
.nav-hidden-box {
	width: 100%;
	background-color: #002AC7;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.nav-hidden-content {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0 auto;
}
.nav-hidden-imgtext a {
	display: flex;
	align-items: center;
}
.nav-hidden-imgtext a p {
	margin-left: 9px;
	color: rgba(255,255,255,1);
	font-weight: bold;
}
.nav-hidden-imgtext a img {
	width: 40px;
	height: 40px;
}
.nav-hidden-download {
	display: flex;
	align-items: center;
	color: rgba(255,255,255,1);
}
.nav-hidden-download a {
	border-radius: 4px;
	width: 200px;
	height: 40px;
	background-color: #DD2421;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-left: 30px;
}
.nav-hidden-download a:hover {
	background-color: #c04000;
}
.nav-hidden-download a img {
	width: 20px;
	height: 20px;
}
.nav-hidden-download a p {
	font-size: 14px;
	margin: 0 10px;
	color: #FFFFFF;
}
/* 横幅样式 */
.banner-box {
	margin-top: 116px;
}
.banner-content {
	width: 100%;
	height:500px;
	margin: 0 auto;
	padding-top: 235px;
	text-align: center;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/411/images/kv_bg.jpg) no-repeat center center;
}
.banner-text h1{
	color: #FFFFFF;
}
.banner-text h1 {
	font-size: 60px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	margin-bottom: 40px;
}
.banner-text div {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	margin-bottom: 30px;
}
.banner-text p {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	margin-bottom: 49px;
}
.banner-imgtext a {
	border-radius: 8px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
	width: 320px;
	height: 60px;
	background-color: #DD2421;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 19px;
}
.banner-imgtext a:hover {
	background-color: #c04000;
}
.banner-imgtext a p {
	font-size: 20px;
	margin: 0 10px;
	color: #FFFFFF;
}
.banner-imgtext p {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.banner-content ul {
	display: flex;
	justify-content: space-between;
	margin-top: 177px;
}
.banner-content ul li {
	width: 120px;
	height: 120px;
	background: rgba(247,247,247,1);
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.banner-content ul li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-content ul li p {
	padding-top: 135px;
}
/* 头部区域结束 */

/* 主要内容区域 */
/* 小图标+文字介绍区域 */
.icontext-bigbox {
	width: 100%;
	height: 900px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/411/images/jieshao_bg.png) no-repeat center center;
}
.icontext-box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.icontext-box h1 {
	font-size: 32px;
	color: rgba(0,0,0,1);
	padding-top: 58px;
}
.icontext-box .title-detail {
	font-size: 16px;
	color: rgba(85,85,85,1);
	margin-top: 20px;
	margin-bottom: 59px;
}
.icontext-content ul {
	display: flex;
	justify-content: space-between;
}
.icontext-content ul:nth-child(2) {
	margin: 3px 0;
}
.icontext-content ul li {
	width: 396px;
	height: 215px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(229,238,255,1);
	border-radius: 10px;
	position: relative;
}
.icontext-content ul li img {
	position: absolute;
	left: 23px;
	top: 41px;
}
.icontext-content ul li span {
	font-size: 20px;
	color: rgba(0,0,0,1);
	position: absolute;
	left: 74px;
	top: 50px;
}
.icontext-content ul li p {
	width: 351px;
	color: rgba(85,85,85,1);
	line-height: 30px;
	position: absolute;
	left: 23px;
	top: 98px;
	text-align: left;
}
/* 大图片+文字介绍区域 */
.imgtext-box {
	width: 100%;
	background-color: #FFFFFF;
	height: 640px;
}
.imgtext-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.imgtext-text {
	padding-top: 203px;
}
.imgtext-text h1 {
	font-size: 40px;
	font-weight: 300;
	color: rgba(0,0,0,1);
	margin-bottom: 30px;
}
.imgtext-text p {
	width: 496px;
	color: rgba(85,85,85,1);
	line-height: 30px;
}
.imgtext-content img {
	margin-top: 119px;
	margin-left: 119px;
}
/* 下载区域 */
.downloadtext-box {
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/411/images/yuyinliaotian_bg.jpg) no-repeat center center;
	height: 676px;
}
.downloadtext-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 198px;
}
.downloadtext-content p {
	font-size: 24px;
	font-weight: 300;
	color: rgba(255,255,255,1);
}
.downloadtext-title {
	width: 690px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.downloadtext-title div h1 {
	font-size: 48px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	text-align: center;
	margin-bottom: 20px;
}
.downloadtext-title div p {
	font-size: 24px;
	font-weight: 300;
	color: rgba(255,255,255,1);
}
.downloadtext-content a {
	width: 320px;
	height: 60px;
	border-radius:4px;
	background: #09a343;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
}
.downloadtext-content a:hover {
	background-color: #25b144;
}
.downloadtext-content a:active {
	background-color: #09a343;
}
.downloadtext-content a p {
	font-size: 20px;
	margin: 0 10px;
	color: #FFFFFF;
}
.downloadtext-content p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
/* 评价区域 */
.assess-box {
	width: 1200px;
	margin: 0 auto;
}
.swiper-container{
	height:300px;
}
.assess-box h1 {
	font-size: 32px;
	color: #000000;
	text-align: center;
	margin: 60px 0;
}
.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;
	margin-bottom: 60px;
}
.swiper-slide img {
	width: 60px;
	height:60px;
	display: inline-block;
	padding-top: 20px;
}
.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;
}
.my-bullet-active {
	background: #E22A25;
	opacity: 1;
}
/* 主要内容区域结束 */

/* 页脚区域 */
.footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	text-align: center;
}
/* 页脚区域结束 */






/* 下载页面 */
/* 头部区域 */
/* 导航栏+横幅区域 */
.download-header {
	width: 100%;
	height: 600px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/411/images/xiazaiye_banner_bg.jpg) no-repeat center center;
}
.download-banner-content {
	text-align: center;
	padding-top: 131px;
}
.download-banner-text h1 {
	font-size: 48px;
	color: rgba(255,255,255,1);
}
.download-banner-text p {
	font-size: 20px;
	color: rgba(255,255,255,0.6);
	margin-top: 30px;
	margin-bottom: 60px;
}
.download-banner-imgtext a {
	width: 240px;
	height: 60px;
	background: rgba(221, 36, 33, 1);
	border-radius: 4px;
	margin-bottom: 0px;
	font-size: 20px;
	color:rgba(255,255,255,1);
}
/* 头部区域结束 */

/* 主要内容区域 */
/* 大图片+文字介绍区域 */
.download-imgtext-box {
	width: 100%;
	height: 821px;
	background-color: #EDF0F5;
}
.download-imgtext-box h1 {
	font-size: 32px;
	color: rgba(0,0,0,1);
	text-align: center;
	padding-top: 60px;
	margin-bottom: 45px;
}
.download-imgtext-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.download-imgtext-content ul li {
	width: 127px;
}
.download-imgtext-content ul:nth-child(1) {
	margin-top: 62px;
}
.download-imgtext-content ul:nth-child(3) {
	margin-top: 90px;
}
.download-imgtext-content ul:nth-child(1) li:nth-child(1) {
	margin-bottom: 81px;
}
.download-imgtext-content ul:nth-child(3) li:nth-child(2) {
	margin-top: 135px;
	margin-bottom: 60px;
}
.download-imgtext-content ul li span:nth-child(1) {
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 3px solid rgba(33,37,85,1);
	border-radius: 50%;
	margin-right: 3px;
}
.download-imgtext-content ul li span:nth-child(2) {
	font-size: 20px;
	color: rgba(33,37,85,1);
}
.download-imgtext-content ul li p {
	font-size: 20px;
	color: rgba(33,37,85,1);
	line-height: 36px;
}
.download-imgtext-content img {
	width: 928px;
}
/* 主要内容区域结束 */