.qqBox1 {
	width: 100%;
	padding-top: 7vw;
	padding-bottom: 40px;
	background: url(../img/Global/yw1.jpg);
}

.box {
	overflow: hidden;
	height: 800px;
	position: relative;
	z-index: 10;
}

#box_text .box_c {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	color: #000;
	padding: 20px;
	background: rgb(255 255 255 / 90%);
	border-radius: 10px;
	box-shadow: 3px 10px 30px #ccc;
	max-width: 510px;
}

#box_text .box_c:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -16px;
	width: 0px;
	height: 0px;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid #fff;
	transform: translateY(-50%);
}

#box_text .box_c .fnt_18 {
	display: flex;
	flex-wrap: wrap;
}

#box_text .box_c .fnt_18 p {
	font-family: 'Alibaba-PuHuiTi-Regular';
	width: 100%;
	line-height: 1.5;
	margin: 5px 0;
}

#box_text .box_c .fnt_18.new-h3-class p {
	width: 33%;
}

.box_c:has(.new-h3-class) {
	top: -50px !important;
}

.qqBox2 {
	padding: 5vw 0;
}

.qqbox2_top {
	width: 100%;
	display: flex;
	align-items: center;
}

.qqbox2_top svg {
	width: 24px;
	fill: var(--yx_Color);
	height: 24px;
}

.qqbox2_b {
	line-height: 1;
	color: #333;
	margin-left: 15px;
}

.qqbox2_line {
	width: calc(100% - 190px);
	height: 1px;
	background: rgb(51 51 51 / 20%);
	margin-left: auto;
	display: none;
}

.qqBox2_li1 .qqbox2_ss {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.4vw;
}

.qqBox2_li1 .qqbox2_ss p {
	height: 50px;
	background: #fff;
	box-shadow: 0 0 3px #e9edf8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.5%;
	color: #333;
	margin-right: 3.8%;
	margin-bottom: 15px;
}

.qqbox2_ss p:nth-child(6n) {
	margin-right: 0;
}

.xiant {
	height: 1px;
	background: rgb(51 51 51 / 20%);
	width: 80%;

	margin: 2vw 0 3vw;
}

.qqBox2_li2 {
	width: 100%;
}

.qqbox2_bot {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.4vw;
}

.qqBox2_li2 .qqbox2_ss {
	height: 50px;
	background: #fff;
	box-shadow: 0 0 3px #e9edf8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.5%;
	color: #333;
	font-weight: 500;
	margin-right: 3.8%;
	margin-bottom: 20px;
}

.qqBox2_li2 .qqbox2_ss:nth-child(6n) {
	margin-right: 0;
}

.text-tooltip {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #000;
        padding: 5px;
        white-space: nowrap;
        pointer-events: none; /* 禁止鼠标事件，避免遮挡 */
    }


@media screen and (max-width: 768px) {
	.qqBox2_li1 .qqbox2_ss p {
		width: 48%;
		margin-right: 4%;
	}

	.qqbox2_ss p:nth-child(2n) {
		margin-right: 0;
	}

	.qqBox2_li2 .qqbox2_ss {
		width: 48%;
		margin-right: 4%;
	}

	.qqBox2_li2 .qqbox2_ss:nth-child(2n) {
		margin-right: 0;
	}


	.box {
		height: 300px;
	}
}
