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