/* Qingke Original Page Styles - scoped to .qkc-site-main */
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.qkc-site-main h1,
.qkc-site-main h2,
.qkc-site-main h3,
.qkc-site-main h4,
.qkc-site-main h5,
.qkc-site-main h6 {
	font-size: 100%;
}
.qkc-site-main address,
.qkc-site-main cite,
.qkc-site-main dfn,
.qkc-site-main em,
.qkc-site-main var {
	font-style: normal;
}
.qkc-site-main code,
.qkc-site-main kbd,
.qkc-site-main pre,
.qkc-site-main samp {
	font-family: couriernew, courier, monospace;
}
.qkc-site-main small {
	font-size: 12px;
}
.qkc-site-main ul,
.qkc-site-main ol {
	list-style: none;
}
.qkc-site-main a {
	text-decoration: none;
	color: #212121;
}
.qkc-site-main a:hover {
	text-decoration: underline;
}
.qkc-site-main sup {
	vertical-align: text-top;
}
.qkc-site-main sub {
	vertical-align: text-bottom;
}
.qkc-site-main legend {
	color: #000;
}
.qkc-site-main fieldset,
.qkc-site-main img {
	border: 0;
}
.qkc-site-main button,
.qkc-site-main input,
.qkc-site-main select,
.qkc-site-main textarea {
	font-size: 100%;
}
.qkc-site-main table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'MiSans';
	src: url('MiSans-Medium.woff') format('truetype');
}
.qkc-site-main body {
	background: #F6F8FC;
	font-family: Arial, sans-serif;
	font-family: MiSans;
}
/* 单行 */
.ell
/* 多行 */
.ell-multi
@media screen and (min-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
/* 大屏幕（1920px 及以上） */


/* 小屏幕（1366px 及以下） */


#web
.qkc-site-main .slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qkc-site-main .imgbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qkc-site-main .slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.qkc-site-main .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
.qkc-site-main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qkc-site-main .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}
.qkc-site-main .slider-controls {
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	margin-left: auto;
}
.qkc-site-main .slider-control {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
	font-size: 0.8rem;
	transition: background 0.3s;
}
.qkc-site-main .slider-control:hover {
	background: rgba(255, 255, 255, 0.64);
}
/* .slider-dots
*/

/* .slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}
.qkc-site-main .slider-dot.active {
	background: white;
}
*/

.slider-dots-ul .slider-dot img {
	border-radius: 0.4rem;
}
.qkc-site-main .slider-dots-ul .active img {
	border: 2px solid #fff;
}
.qkc-site-main .main {
	width: 75rem;
	margin: 0 auto;
}
.qkc-site-main .qk-head {
	width: 100%;
	height: 2.8rem;
	background: #31408F;
}
.qkc-site-main .qk-top {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .qk-logo {
	width: 6.5rem;
	height: 2rem;
}
.qkc-site-main .qk-query {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	width: 17.7rem;
	height: 2rem;
	border-radius: 0.3rem;
	padding: 0 1.6rem 0 0.8rem;
	background: rgba(246, 248, 252, 0.48);
}
.qkc-site-main .qk-query img {
	width: 0.8rem;
	height: 0.8rem;
}
.qkc-site-main .qk-query input {
	background: transparent;
	border: none;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	outline: none;
	color: #fff;
}
.qkc-site-main .qk-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
}
.qkc-site-main .qk-right img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .qk-nav {
	width: 100%;
	height: 2rem;
	background: #3D4C9B;
}
.qkc-site-main .qk-nav ul {
	display: flex;
	align-items: center;
	height: 2rem;
}
.qkc-site-main .qk-nav li {
	position: relative;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.6rem;
}
.qkc-site-main .qk-nav img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.qkc-site-main .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #000000;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.qkc-site-main .content .ul {
	display: flex;
	color: #141414;
}
.qkc-site-main .qk-conter {
	padding-bottom: 2.5rem;
}
.qkc-site-main .conter-title {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	color: #141414;
	padding: 2.5rem 0 1.4rem 0;
}
.qkc-site-main .conter-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .conter-ul li {
	width: 24.05rem;
	/* height: 14.1rem; */
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	padding: 1.2rem 1.8rem 2rem 0.8rem;
	gap: 2.8rem;
	background: #F6F8FC;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .conter-ul h2,
.qkc-site-main .cp-h2 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	color: #141414;
	display: flex;
	align-items: center;
}
.qkc-site-main .conter-ul h2 span,
.qkc-site-main .cp-h2 span {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
	margin-right: 0.5rem;
}
.qkc-site-main .conter-ul li:nth-child(2) span,
.qkc-site-main .cp-h3 {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .conter-ul li:nth-child(3) span,
.qkc-site-main .cp-h4 {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .conter-ul p {
	font-family: MiSans;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #141414;
}
.qkc-site-main .conter-ul div,
.qkc-site-main .pImg-ul li div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	cursor: pointer;
}
.qkc-site-main .conter-ul div img,
.qkc-site-main .pImg-ul li div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .licheng {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background: url('../images/banner004.png') no-repeat;
	background-size: 100%100%;

}
.qkc-site-main .licheng ul {
	justify-content: start;
	margin-top: 0;
	padding-bottom: 0;
}
.qkc-site-main .licheng li {
	border: none !important;
	background: transparent !important;
	padding-right: 6rem !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.qkc-site-main .licheng li {
	border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
	background: transparent !important;
}
.qkc-site-main .licheng li:last-child {
	border-right: none !important;
}
.qkc-site-main .licheng h1,
.qkc-site-main .licheng span,
.qkc-site-main .licheng div,
.qkc-site-main .licheng a {
	color: #fff !important;
}
.qkc-site-main .qk-list {
	display: flex;
	align-items: center;
	padding: 2.5rem 0 3rem 0;
}
.qkc-site-main .qk-list .left {
	width: 35.6rem;
}
.qkc-site-main .qk-list .left h2 {
	font-family: MiSans;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .qk-list .left p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .qk-list .left span {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	text-align: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	display: inline-block;
}
.qkc-site-main .qk-list .right {
	margin-left: auto;
}
.qkc-site-main .qk-list .right img {
	width: 36rem;
	height: 20rem;
}
.qkc-site-main .qk-list .right p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	margin-top: 0.8rem;
}
.qkc-site-main .imgleft .right,
.qkc-site-main .newimgleft .right {
	margin-left: initial;
}
.qkc-site-main .imgleft .left,
.qkc-site-main .newimgleft .left {
	margin-left: auto;
}
.qkc-site-main .newimgleft p {
	font-size: 0.8rem;
	color: #808080;
}
.qkc-site-main .qk-pImg {
	padding-bottom: 3.2rem;
}
.qkc-site-main .pImg-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qkc-site-main .pImg-ul li {
	position: relative;
	width: 24.25rem;
	height: 27.5rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 1.2rem 1.6rem 1.2rem 1.2rem;
	border: 1px solid #D2D9E4;
	box-sizing: border-box;
}
.qkc-site-main .pImg-ul li h2 {
	height: 1rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #5E6F8F;
}
.qkc-site-main .pImg-ul li h3 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin: 0.8rem 0 0.5rem 0;
}
.qkc-site-main .pImg-ul li p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	height: 6.3rem;
}
.qkc-site-main .pImg-ul li div {
	border-top: 1px solid #D2D9E4;
	padding-top: 1.2rem;
}
.qkc-site-main .pImg-ul .bottomimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24.25rem;
	height: 12.7rem;
}
.qkc-site-main .footer {
	border-top: 1px solid #D2D9E4;
	padding: 3.2rem 0;
	background: #ffffff;
}
.qkc-site-main .footer h1 {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ul {
	display: inline-block;
	margin-right: 9.8rem;
	height: 9.8rem;
	vertical-align: middle;
}
.qkc-site-main .foot-ul a {
	display: block;
	width: 9.3rem;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-bottom: 0.8rem;
}
.qkc-site-main .foot-ico img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.qkc-site-main .footers {
	height: 3.2rem;
	display: flex;
	align-items: center;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
}
.qkc-site-main .qk-banner {
	position: relative;
	width: 100%;
	height: 35.2rem;
}
.qkc-site-main .qk-banner .img {
	width: 100%;
	height: 35rem;
}
.qkc-site-main .qk-info {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .qk-info p {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.qkc-site-main .qk-info h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1.6rem 0;
}
.qkc-site-main .qk-info button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
}
.qkc-site-main .qk-info div {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 1.4rem;
}
.qkc-site-main .qk-info div img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.5rem;
}
.qkc-site-main .tagbox .items {
	font-weight: 600;
	font-size: 1.6rem;
	display: initial;
	padding-right: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.qkc-site-main .tagbox p {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
.qkc-site-main .newuls div {
	border: none !important;
	padding: 0 0.8rem !important;
}
.qkc-site-main .newuls div a {
	color: #000000;
}
.qkc-site-main .banner-main {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	width: 75rem;
}
.qkc-site-main .banner-main h2 {
	display: flex;
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 1.4rem;
}
.qkc-site-main .banner-main ul {
	display: flex;
	/* justify-content: space-between; */
	width: 75rem;
	overflow: hidden;
}
.qkc-site-main .banner-main ul li {
	margin-right: 1rem;
}
.qkc-site-main .banner-main ul img {
	width: 17.7rem;
	height: 10.5rem;
}
.qkc-site-main .banner-main ul p {
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.qkc-site-main .rightbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 35.2rem;
	background: linear-gradient(270deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.qkc-site-main .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qkc-site-main .main-nav>ul {
	display: flex;
}
.qkc-site-main .main-nav li {
	position: relative;
	height: 2rem;
	line-height: 2rem;
}
.qkc-site-main .main-nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 0.7rem;
}
.qkc-site-main .main-nav a:hover {
	background: #31408F;
}
/* 二级菜单样式 */
.submenu
.qkc-site-main .submenu a:hover {
	background: transparent !important;
	opacity: 0.8;
}
.qkc-site-main .main-nav li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}
.qkc-site-main .submenu .ul {
	display: flex;
	justify-content: space-between;
}
.qkc-site-main .submenu .ul div {
	width: 11.6rem;
	/* height: 6.5rem; */
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin-right: 0.9rem;
}
.qkc-site-main .submenu .ul div h2 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .submenu .ul div h2 span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.1rem;
	display: flex;
	font-size: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: #fff;
	background: linear-gradient(180deg, #6A5BFF 0%, #4C2ED3 100%);
}
.qkc-site-main .submenu .ul div:nth-child(2) span {
	background: linear-gradient(180deg, #41D689 0%, #1DBB93 97%), #FFFFFF;
}
.qkc-site-main .submenu .ul div:nth-child(3) span {
	background: linear-gradient(180deg, #2789FF 0%, #176FD9 100%);
}
.qkc-site-main .Ai .qk-head {
	background: #6A5BFF;
}
.qkc-site-main .Ai .qk-nav {
	background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B;
}
.qkc-site-main .VSVP .qk-head {
	background: #13C468 !important;
}
.qkc-site-main .VSVP .qk-nav {
	background: #41D689 !important;
}
.qkc-site-main .APAP .qk-head {
	background: #31408F !important;
}
.qkc-site-main .APAP .qk-nav {
	background: #3D4C9B !important;
}
.qkc-site-main .AIslide,
.qkc-site-main .VSVPslide,
.qkc-site-main .APAPslide {
	display: none;
}
.qkc-site-main .Ai .AIslide,
.qkc-site-main .VSVP .VSVPslide,
.qkc-site-main .APAP .APAPslide {
	display: block;
}
.qkc-site-main .submenu .ul div p {
	font-family: MiSans;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border-top: 1px solid #D2D9E4;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
}
.qkc-site-main .submenu button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 2.4rem;
	width: 5.8rem;
	height: 1.7rem;
	border-radius: 6px;
	border: 1px solid #D2D9E4;
}
.qkc-site-main .ulsmain {
	padding: 0;
	padding-top: 0.5rem;
}
.qkc-site-main .uls a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 0 0.8rem;
	cursor: pointer;
}
.qkc-site-main .uls a:hover {
	background: #fff;
	font-weight: 600;
}
.qkc-site-main .uls .active {
	background: #E1E6EF;
	font-weight: 600;
}
.qkc-site-main .imgleftnew {
	width: 75rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qkc-site-main .imgleftnew p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	width: 32rem;
}
.qkc-site-main .imgleftnew h2 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin: 0.8rem 0 1rem 0;
}
.qkc-site-main .imgleftnew button {
	width: 6.8rem;
	height: 2.1rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	cursor: pointer;
	margin-top: 1.8rem;
}
/* 产品 */
.productBox .qk-head
.qkc-site-main .productBox .pImg-ul li {
	padding: 0 0 1.6rem 0 !important;
	height: auto;
}
.qkc-site-main .productBox .pImg-ul .bottomimg {
	position: initial;
	width: 100%;
	height: 12.5rem;
}
.qkc-site-main .productBox .pImg-ul h3,
.qkc-site-main .productBox .pImg-ul p {
	padding: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .pImg-ul div {
	margin: 0 1.6rem 0 1.2rem;
}
.qkc-site-main .productBox .qk-nav {
	/* background: linear-gradient(0deg, #786AFF, #786AFF), #3D4C9B; */
}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
	width: 100%;
	height: 17.4rem;
}
.qkc-site-main .productBox .qk-info h1 {
	color: #000;
	margin-bottom: 0.5rem;
}
.qkc-site-main .productBox .qk-info p {
	color: #000;
	margin-bottom: 2rem;
}
.qkc-site-main .productBox .qk-info button {
	color: #fff;
	background: #000;
}
.qkc-site-main .cp-ul {
	display: flex;
	align-items: center;
	height: 2.8rem;
}
.qkc-site-main .cp-ul span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	margin-right: 2rem;
	height: 2.7rem;
	line-height: 2.7rem;
	cursor: pointer;
}
.qkc-site-main .cp-ul .active {
	font-size: 0.9rem;
	color: #141414;
	border-bottom: 0.1rem solid #141414;
}
.qkc-site-main .cp-title {
	padding: 2.8rem 0 3.6rem 0;
}
.qkc-site-main .cp-title h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 1.6rem;
}
.qkc-site-main .cp-title p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .cp-ul-two {}
.qkc-site-main .cp-ul-two span {
	display: inline-block;
	font-family: MiSans;
	font-size: 0.9rem;
	font-weight: 600;
	color: #141414;
	cursor: pointer;
	padding: 0 1.6rem;
	height: 5.02rem;
	line-height: 5.02rem;
}
.qkc-site-main .cp-ul-two .active {
	border-top: 0.1rem solid #141414;
	background: #fff;
}
.qkc-site-main .productYjBox .qk-head {
	background: #141414;
}
.qkc-site-main .productYjBox .qk-nav {
	background: #1A1A1A;
}
.qkc-site-main .productYjBox .qk-info h2,
.qkc-site-main .productYjBox .qk-info h1,
.qkc-site-main .productYjBox .qk-info p {
	color: #fff;
}
.qkc-site-main .productYjBox .qk-info button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.qkc-site-main .productYjBox .cp-ul {
	background: #fff;
}
.qkc-site-main .productYjBox .newimgleft span {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	border: none;
	padding: 0;
}
.qkc-site-main .productYjBox .newimgleft .left p {
	border-bottom: 1px solid #D2D9E4;
	padding-bottom: 1.2rem;
}
.qkc-site-main .productYjBox .newimgleft .left div {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .yj-main {
	padding-top: 3.2rem;
}
.qkc-site-main .yj-main h1 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .yj-main p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 1.6rem;
}
.qkc-site-main .productYjBox .pImg-ul li {
	position: relative;
	width: 17.5rem;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .bottomimg {
	width: 100%;
	height: 20rem;
}
.qkc-site-main .productYjBox .pImg-ul .span {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 0;
}
.qkc-site-main .productYjBox .pImg-ul .span h3 {
	color: #fff;
}
.qkc-site-main .productYjBox .pImg-ul .span p {
	color: rgba(255, 255, 255, 0.64);
	height: auto;
	padding-bottom: 0.8rem;
}
.qkc-site-main .productYjBox .pImg-ul .span div {
	color: #fff;
}
.qkc-site-main .algorithm .cp-ul-two,
.qkc-site-main .algorithm .cp-ul-two span {
	height: 2.7rem;
	line-height: 2.7rem;
}
.qkc-site-main .algorithm-main h2 {
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	padding: 3.2rem 0 1.2rem 0;
}
.qkc-site-main .algorithm-ul {
	padding-bottom: 3.2rem;
}
.qkc-site-main .algorithm-ul li {
	display: inline-block;
	width: 14rem;
	border-radius: 0.3rem;
	padding: 1.2rem 0.8rem;
	box-sizing: border-box;
	border: 1px solid #D2D9E4;
	margin: 0 0.8rem 1.2rem 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qkc-site-main .algorithm-ul li:nth-child(5n) {
	margin-right: 0;
}
.qkc-site-main .algorithm-ul li h1 {
	display: flex;
	align-items: center;
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .algorithm-ul li p {
	font-family: MiSans;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-top: 0.8rem;
}
.qkc-site-main .nofind {
	text-align: center;
	padding: 7.5rem 0;
}
.qkc-site-main .nofind h1 {
	font-family: MiSans;
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .nofind img {
	width: 22.2rem;
	height: 14.1rem;
	margin: 0 auto;
}
.qkc-site-main .algorithm-main h4 {
	font-family: MiSans;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .albox {
	display: flex;
	margin-bottom: 2.4rem;
}
.qkc-site-main .albox span {
	height: 1.9rem;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 1rem;
	background: #F6F8FC;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #808080;
	box-sizing: border-box;
	border: 1px solid #F6F8FC;
	margin-right: 0.4rem;
}
.qkc-site-main .albox .active {
	border: 1px solid #141414;
	color: #141414;
	background: transparent;
}
/* 联系我们 */
.contact-box h4
.qkc-site-main .contact-box p {
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: normal;
	color: #141414;
}
.qkc-site-main .contact-box p a {
	text-decoration: underline;
	color: #141414;
}
.qkc-site-main .contact-ul {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
	padding-bottom: 3.2rem;
}
.qkc-site-main .contact-ul li {
	width: 24.3rem;
	margin-right: 1.1rem;
	border-radius: 0.3rem;
	padding: 1.2rem;
	background: #F5F5F5;
}
.qkc-site-main .contact-ul li:last-child {
	margin-right: 0;
}
.qkc-site-main .contact-ul li h1 {
	font-family: MiSans;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
}
.qkc-site-main .contact-ul li span {
	display: block;
	font-family: MiSans;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	color: #141414;
	margin-bottom: 0.4rem;
}
.qkc-site-main .contact-ul li p {
	height: 2rem;
}
.qkc-site-main .code-display {
	display: flex;
	padding-bottom: 2rem;
}
.qkc-site-main .code-display div {
	margin-left: 1.5rem;
}
.qkc-site-main .code-display div p {
	color: #808080;
}
.qkc-site-main .code-display img {
	width: 10rem;
	height: 10rem;
}
.qkc-site-main .newfr {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-ul li {
	padding: 0;
	border-radius: 0.3rem;
	border: 0.1rem solid #f2f2f2;
	background: #fff;
}
.qkc-site-main .new-ul li h1 {
	padding: 1.2rem;
}
.qkc-site-main .new-ul li span {
	padding: 0 1.2rem;
}
.qkc-site-main .new-ul li div {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 1.2rem;
	margin: 2rem 0;
}
.qkc-site-main .new-code-display {
	display: flex;
	align-items: center;
}
.qkc-site-main .new-code-display h4 {
	padding-top: 0 !important;
}
.qkc-site-main .new-ul li div span {
	margin-left: auto;
	padding-right: 0;
	color: #808080;
}
.qkc-site-main .new-code-display .img {
	width: 15rem;
	height: 10rem;
}
.qkc-site-main .new-code-display .newfr {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 1.2rem;
	width: 100%;
	font-size: 0.8rem;
}
.qkc-site-main .new-code-display .newfr span {
	margin-left: auto;
	color: #808080;
}
.qkc-site-main .aboutbanner h1,
.qkc-site-main .aboutbanner p {
	color: #fff !important;
	width: 30rem;
}
.qkc-site-main .aboutbanner p {
	padding-top: 2rem;
	width: 36rem;
}
.qkc-site-main .about-ul1 li {
	background: #fff;
}
.qkc-site-main .about-ul1 li h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.qkc-site-main .about-ul1 li h1 img {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.8rem;
}
.qkc-site-main .about-dl {
	display: flex;
	align-items: center;
	margin-top: 3.2rem;
}
.qkc-site-main .about-dl dd {
	width: 18rem;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
	font-family: MiSans;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	color: #5E6F8F;
	border-radius: 0.4rem 0.4rem 0 0;
	border: 1px solid #5E6F8F;
	border-bottom: none;
	margin-right: 0.4rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-dl .active {
	background: #212121;
	color: #fff;
}
.qkc-site-main .about-ul2 {
	display: block;
}
.qkc-site-main .about-ul2 li {
	display: inline-flex;
	background: #fff;
	width: 44%;
	margin-right: 0;
	padding: 0 0 3.2rem 0;
	cursor: pointer;
}
.qkc-site-main .about-ul2 li div {
	margin-left: 0.8rem;
	width: 70%;
}
.qkc-site-main .about-ul2 li div h1 {
	font-weight: 600;
	font-size: 1.2rem;
}
.qkc-site-main .about-ul2 li div span {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid #D2D9E4;
}
.qkc-site-main .about-ul3 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.qkc-site-main .about-ul3 li {
	padding: 0.6rem;
	width: 24%;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 1px solid #D2D9E4;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}
.qkc-site-main .about-ul3 h1 img {
	width: 4rem !important;
}
.qkc-site-main .about-ul3 h1 {
	font-size: 1rem !important;
}
.qkc-site-main .toji {
	color: #fff;
}
.qkc-site-main .toji h1 {
	padding: 2.4rem 0 1.2rem 0;
	font-size: 1.4rem;
}
.qkc-site-main .toji p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 479px) {
.qkc-site-main .main-nav li {
		margin-right: 0 !important;
	}
.qkc-site-main .main {
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}
.qkc-site-main .contact-ul {
		display: block;
		margin: 2rem 0;
	}
.qkc-site-main .contact-ul li {
		width: auto;
		margin-right: 0;
	}
.qkc-site-main .rightbg {
		display: none;
	}
.qkc-site-main .qk-query {
		margin-left: 6px;
		width: 40%;
	}
.qkc-site-main .qk-info,
.qkc-site-main .banner-main {
		display: none;
	}
.qkc-site-main .qk-banner {
		height: auto;
	}
.qkc-site-main .conter-ul {
		display: inline-block;
	}
.qkc-site-main .conter-ul li {
		width: 100%;
		margin-bottom: 12px;
		height: auto;
	}
.qkc-site-main .conter-title {
		padding: 1.5rem 0 1rem 0 !important;
	}
.qkc-site-main .qk-list {
		display: inline-block;
	}
.qkc-site-main .qk-list .left,
.qkc-site-main .qk-list .right img {
		width: 100%;
		height: auto;
	}
.qkc-site-main .qk-list .right {
		margin-bottom: 2rem;
	}
.qkc-site-main .qk-list .right img {
		margin-top: 2rem;
	}
.qkc-site-main .imgleft {
		margin-bottom: 2rem;
	}
.qkc-site-main .imgleftnew p {
		width: 100%;
	}
.qkc-site-main .imgone {
		height: 200px;
	}
.qkc-site-main .newimgleft .left {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .pImg-ul {
		display: inline-block;
	}
.qkc-site-main .pImg-ul li {
		margin-bottom: 1.6rem;
	}
.qkc-site-main .foot-ul {
		margin-right: 1rem;
	}
.qkc-site-main .submenu {
		width: 80vw;
		border: 1px solid #f2f2f2;
		box-shadow: initial;
		min-width: 100%;
		max-height: 600px;
		overflow-y: auto;
	}
.qkc-site-main .submenu .ul {
		display: inline-block;
	}
.qkc-site-main .submenu .ul div {
		width: 96%;
		margin-bottom: 0.6rem;
	}
.qkc-site-main .ulsmain {
		width: 50vw;
	}
.qkc-site-main #web {
		display: block;
		position: absolute;
		z-index: 6;
		bottom: 1rem;
		right: 1rem;
	}
.qkc-site-main #web .prev {
		margin-right: 0.5rem;
	}
.qkc-site-main .qk-banner .img {
		height: auto;
	}
.qkc-site-main .algorithm .cp-ul-two {
		height: auto;
		padding: 0;
	}
.qkc-site-main .algorithm-ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
.qkc-site-main .algorithm-ul li {
		width: 100%;
		margin: 0;
	}
.qkc-site-main .nofind img {
		width: 90%;
	}
.qkc-site-main .cp-title {
		padding: 1.5rem 0.6rem;
	}
.qkc-site-main .productBox .cp-ul-two span {
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
.qkc-site-main .productBox .pImg-ul li {
		width: 100%;
	}
.qkc-site-main .productBox .qk-banner .img,
.qkc-site-main .productBox .qk-banner {
		height: auto;
	}
.qkc-site-main .yj-main {
		padding-top: 1.2rem;
	}
.qkc-site-main .cp-ul {
		display: inline-block;
		height: auto;
	}
.qkc-site-main .wimg {
		width: 100% !important;
	}
.qkc-site-main .about-ul1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
.qkc-site-main .new-code-display {
		display: inline-block;
	}
.qkc-site-main .code-display div {
		margin-left: 0;
	}
.qkc-site-main .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}