:root {
	--primary-color: #01a04b;
}

* ::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 5px;
}

* ::-webkit-scrollbar-thumb {
	/*滚动条-滑块*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--primary-color);
}

* ::-webkit-scrollbar-track {
	/*滚动条-背景*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #ededed;
}

.font12 {
	font-size: 12px;
	line-height: calc(22/12);
}

.font14 {
	font-size: 14px;
	line-height: calc(24/14);
}

.font16 {
	font-size: 16px;
	line-height: calc(26/16);
}

.font18 {
	font-size: 18px;
	line-height: calc(28/18);
}

.font20 {
	font-size: 20px;
	line-height: calc(30/20);
}

.font24 {
	font-size: 24px;
	line-height: calc(34/24);
}

.font26 {
	font-size: 26px;
	line-height: calc(36/26);
}

.font30 {
	font-size: 30px;
	line-height: calc(40/30);
}

.font40 {
	font-size: 40px;
	line-height: calc(50/40);
}

.font48 {
	font-size: 48px;
	line-height: calc(58/48);
}

@media (max-width: 991px) {

	.font18,
	.font20 {
		font-size: 16px;
	}

	.font24,
	.font26 {
		font-size: 18px;
	}

	.font30 {
		font-size: 20px;
	}

	.font40 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
}

.com-more1,
.com-more2 {
	display: block;
	width: 182px;
	height: 47px;
	line-height: 47px;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 8px 8px 13px rgba(225, 225, 225, 0.45);
	box-shadow: 8px 8px 13px rgba(225, 225, 225, 0.45);
	position: relative;
	padding: 0 25px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden
}

.com-more1 span,
.com-more2 span {
	position: relative;
	z-index: 2
}

.com-more1::before,
.com-more2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	border-radius: 50px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.com-more1:hover::before,
.com-more2:hover::before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.com-more1:hover .iconfont,
.com-more2:hover .iconfont {
	color: var(--primary-color);
}

.com-more1 {
	color: #fff;
	background-color: var(--primary-color);
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--primary-color);
}

.com-more1:hover {
	color: var(--primary-color);
}

.com-more1::before {
	background-color: #fff
}

.com-more1 .iconfont {
	color: #fff
}

.com-more1 .iconfont::before {
	content: "\e764"
}

.com-more2 {
	color: var(--primary-color);
	background-color: #fff;
	font-size: 16px;
	border: 1px solid #eeeeee
}

.com-more2:hover {
	color: #fff
}

.com-more2::before {
	background-color: var(--primary-color);
}

#c-header>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	padding: 0 0 0 30px !important;
}

#c-header .c-left-box,
#c-header .c-right-box {
	display: flex;
	align-items: center;
	height: 100%;
}

#c-header .logo {
	max-width: 160px;
}

#c-header .nav-pc .menu>ul>li {
	padding: 0 25px;
}

#c-header .nav-pc .menu>ul>li:first-child {
	/* margin-left: 120px; */
}

#c-header .nav-pc .menu>ul>li a {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#c-header .nav-pc .menu>ul>li>a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 3px;
	background: var(--primary-color);
	transition: 0.4s;
}

#c-header .c-search {
	height: 100%;
	padding: 0 20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	cursor: pointer;
}

#c-header .search-icon {
	width: 20px;
	height: 20px;
	color: var(--primary-color);
}

#c-header .c-phone {
	min-width: 240px;
	padding: 0 30px 0 30px;
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

#c-header .c-phone i.fa,
#c-header .c-consult i.fa {
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
}

#c-header .c-consult {
	min-width: 180px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 40px;
	background: var(--primary-color);
	color: #fff;
}

#c-header .nav-pc .menu>ul>li a.active::before,
#c-header .nav-pc .menu>ul>li a:hover::before {
	left: 0;
	width: 100%;
}

.nav-pc .menu>ul>li>.sub-menu {
	border-radius: 0 0 30px 30px;
}

/* ============================================================
   index-about 响应式优化补丁
   优化各分辨率下的字号、行高、间距，确保视觉友好
   ============================================================ */

/* ------ 桌面端基准样式（≥1200px）------ */
.index-about {
	padding: 100px 0;
}

.index-about .left {
	display: flex;
	align-items: center;
}

.index-about .left h4 {
	padding: 0 0 40px 0;  /* 增加与按钮的间距 */
	line-height: 1.3;
}

.index-about .right {
	width: 36.458vw;
	max-width: 520px;
	overflow: visible;
}

.topnums {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -47px -60px;
}

.topnums .couters {
	padding: 47px 60px;
	width: 33.333%;
	text-align: center
}

.topnums .couters .unit {
	font-size: 46px;
	line-height: 1;
	color: var(--primary-color);
}

.topnums .couters .unit em {
	font-style: normal;
}

.topnums .couters .nam {
	font-size: 14px;
	color: #666;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 15px;
}

/* ------ 大屏笔记本（992px-1199px）------ */
@media (max-width: 1199.98px) {
	.index-about {
		padding: 80px 0;
	}

	.index-about .left h4 {
		padding: 0 0 35px 0;  /* 增加间距 */
		line-height: 1.35;
	}

	/* 大屏笔记本下缩小标题字号 */
	.index-about .left .font40 {
		font-size: 32px;
		line-height: 1.4;
	}

	.index-about .right {
		width: 40%;
	}

	/* 大屏笔记本下进一步缩小数据字号 */
	.topnums .couters .unit {
		font-size: 32px;
	}

	.topnums .couters .nam {
		font-size: 15px;
	}
}

/* ------ 平板横屏（768px-991px）- 关键优化区间 ------ */
@media (max-width: 991px) and (min-width: 768px) {
	.index-about {
		padding: 60px 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.index-about .left {
		width: 100%;
	}

	.index-about .left h4 {
		padding: 0 0 28px 0;  /* 增加间距 */
		line-height: 1.4;
	}

	/* 平板横屏下标题字号缩小 */
	.index-about .left .font40 {
		font-size: 26px;
		line-height: 1.45;
	}

	.index-about .left .com-more1 {
		width: 140px !important;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}

	.index-about .right {
		width: 100%;
		max-width: none;
		margin-top: 40px;
	}

	.topnums {
		margin: 0 -15px;
		gap: 0;
	}

	.topnums .couters {
		padding: 20px 15px;
		width: 33.333%;
	}

	.topnums .couters .unit {
		font-size: 28px;
	}

	.topnums .couters .nam {
		font-size: 14px;
		margin-left: -5px;
		margin-right: -5px;
	}
}

/* ------ 平板竖屏/大手机（576px-767px）------ */
@media (max-width: 767px) and (min-width: 576px) {
	.index-about {
		padding: 50px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.index-about .left {
		width: 100%;
	}

	.index-about .left h4 {
		padding: 0 0 22px 0;  /* 增加间距 */
		line-height: 1.45;
	}

	/* 平板竖屏下标题字号缩小 */
	.index-about .left .font40 {
		font-size: 22px;
		line-height: 1.5;
	}

	.index-about .left .com-more1 {
		width: 130px !important;
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}

	.index-about .right {
		width: 100%;
		max-width: none;
		margin-top: 40px;
	}

	.topnums {
		margin: 0 -8px;
	}

	.topnums .couters {
		padding: 15px 8px 25px;
		width: 33.333%;
	}

	.topnums .couters .unit {
		font-size: 26px;
	}

	.topnums .couters .nam {
		font-size: 13px;
		margin-left: -5px;
		margin-right: -5px;
		padding-top: 10px;
	}
}

/* ------ 手机端（<576px）------ */
@media (max-width: 575.98px) {
	.index-about {
		padding: 40px 15px;
		flex-direction: column;
		align-items: flex-start;
	}

	.index-about .left {
		width: 100%;
	}

	.index-about .left h4 {
		padding: 0 0 18px 0;  /* 增加间距 */
		line-height: 1.5;
	}

	/* 手机端下标题字号缩小 */
	.index-about .left .font40 {
		font-size: 24px;
		line-height: 1.2;
	}

	.index-about .left .com-more1 {
		width: 120px !important;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		/* padding: 0 18px; */
	}

	.index-about .right {
		width: 100%;
		max-width: none;
		margin-top: 30px;
	}

	.topnums {
		margin: 0 -5px;
		justify-content: flex-start;
	}

	.topnums .couters {
		padding: 10px 5px 20px;
		width: 50%;
	}

	.topnums .couters .unit {
		font-size: 26px !important;
	}

	.topnums .couters .nam {
		font-size: 12px;
		margin-left: -3px;
		margin-right: -3px;
		padding-top: 8px;
	}
}

.index-zixun {
	padding: 90px 0 120px;
	background: url(../images/index-zixun_bg.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.index-zixun .common-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index-zixun .inmodule-list-new {
	padding-top: 100px;
}

.index-zixun .inmodule-list-new ul {
	margin: -13px -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inmodule-list-new ul li {
	padding: 13px 10px;
	width: 33.33%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.inmodule-list-new ul li .box {
	background-color: #fff;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 8px 84px 0px rgba(23, 70, 158, 0.16);
	box-shadow: 0px 8px 84px 0px rgba(23, 70, 158, 0.16);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	min-height: 236px;
}


.inmodule-list-new ul li .box .top {
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	width: 100%;
	min-height: 160px;
	padding: 34px 47px;
}

.inmodule-list-new ul li .box .top h5 {
	font-weight: bold;
	padding: 0 0 12px;
}

.inmodule-list-new ul li .box .top p {
	margin-bottom: 10px;
	color: #666;
}

.inmodule-list-new ul li .box .top .readme {
	float: right;
	margin: 0;
	vertical-align: top;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: calc(24/14);
	color: #000;
	transition: all 0.4s;
	flex-shrink: 0;

	.fa {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 10px;
		height: 10px;
		margin-left: 10px;
		transition: 0.4s ease-in-out;
	}
}

.inmodule-list-new ul li .box .top .readme:hover i {
	transform: translateX(5px);
}

.inmodule-list-new ul li .box .text {
	padding: 16px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inmodule-list-new ul li .box .text a {
	color: #888888;
	position: relative;
	width: 50%;
	padding: 0 0 0 24px;
	margin: 0 0 8px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.inmodule-list-new ul li .box .text a:hover {
	color: #17469e;
	padding-left: 24px;
}

.inmodule-list-new ul li .box .text a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #4b8db9;
}

.inmodule-list-new ul li .box:hover {
	border-radius: 20px;
}

.inmodule-list-new ul li .box:hover .top h5 {
	color: #FF0000;
}

#c-footer {
	padding: 0 !important;
	color: #999;
	background: #3a3a3a;
}

#c-footer .c-center-box {
	padding: 100px 0 0;
}

#c-footer .c-center-box .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

#c-footer .c-center-box .container .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

#c-footer .c-center-box .container .c-list-box .c-list li {
	padding-bottom: 10px;
}

#c-footer .c-center-box .container .c-title-box .c-title {
	font-weight: bold;
	color: #fff;
}

#c-footer .c-center-box .container .c-title-box a {
	color: #fff;
}

#c-footer .c-center-box .container .c-title-box a:hover {
	color: var(--primary-color);
}

#c-footer a {
	color: #999;
	transition: 0.4s;
}

#c-footer a:hover {
	color: #fff;
}

#c-footer .c-center-box .container .c-text-wrap {
	margin-left: 25%;
}

#c-footer .c-center-box .container .c-text-wrap .c-logo {
	display: inline-block;
}

#c-footer .c-center-box .container .c-text-wrap .c-logo img {
	height: 60px;
	color: #fff;
}

#c-footer .c-center-box .container .c-text-wrap .c-text {
	font-weight: bold;
	margin-top: 20px;
}

#c-footer .c-center-box .container .c-text-wrap .c-text2 {
	color: #fff;
	font-weight: bold;
}

#c-footer .c-center-box .container .c-text-wrap .c-code {
	margin-top: 55px;
	display: inline-block;
	text-align: center;
}

#c-footer .c-center-box .container .c-text-wrap .c-code .c-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 88px;
}

#c-footer .c-center-box .container .c-text-wrap .c-code .c-box::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/scan.png) no-repeat top left / 100% auto;
	animation: scan 3s infinite linear;
}

#c-footer .c-center-box .container .c-text-wrap .c-code .c-box img {
	width: 100%;
}

#c-footer .c-bottom-box .c-top {
	display: flex;
	flex-wrap: wrap;
	margin-top: -25px;
}

#c-footer .c-bottom-box .c-top span {
	margin-right: 10px;
	color: #fff;
}

#c-footer .c-bottom-box .c-top a {
	margin-right: 15px;
}

#c-footer .c-bottom-box .c-bottom {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #555;
	margin-top: 30px;
	padding: 30px 0;
}

#c-footer .c-bottom-box .c-copyright {
	word-wrap: break-word;
	word-break: break-all;
}

#c-footer .c-bottom-box .c-support a {
	margin: 0 30px;
}

#c-footer .c-bottom-box .c-support a:last-child {
	margin-right: 0;
}

#c-footer .c-bottom-box .c-support a:first-child {
	margin-left: 0;
}

#c-footer .c-work {
	background: url(../images/cwork.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 54px;
	padding-bottom: 50px;
}

#c-footer .c-work .common-title {
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#c-footer .c-work .common-title .left h4 {
	padding-bottom: 10px;
}

#c-footer .c-work .common-title .com-more2 {
	position: relative;
	padding: 0 25px;
	display: inline-block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	background-color: #EB4B17;
	border-radius: 5px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: all 0.6s;
	overflow: hidden;
}

#c-footer .c-work .common-title .com-more2 span {
	position: relative;
	z-index: 2;
	font-weight: 700;
}

#c-footer .c-work .common-title .com-more2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	border-radius: 5px;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#c-footer .c-work .common-title .com-more2:hover::before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

#c-footer .c-work .common-title .com-more2:hover {
	color: var(--primary-color)
}


.all-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.all-left {
	width: 73.61%;
}

.all-left.cooperation_list {
	margin-top: 50px;
}

.all-right {
	width: 23.61%;
}

.item_title {
	font-size: 40px;
	line-height: calc(50/40);
	font-weight: 700;
}

.public-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.public-img::before {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 100%;
}

.public-img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s;
}


.public-box {
	padding: 100px 0;
}

.public-title {
	text-align: center;
	margin-bottom: 55px;
}

.public-box .public-title .c-title {
	font-weight: bold;
	color: #000;
}

.public-box .c-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.public-box .c-list li {
	display: flex;
	width: 33.33%;
	padding: 0 10px 20px;
}

.public-box .c-list li .c-wrap {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 50px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.public-box .c-list li .c-wrap .c-title {
	font-weight: bold;
}

.public-box .c-list li .c-wrap .c-text {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
	color: #666666;
}

.public-box .c-list li .c-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-contact1 {
	padding-bottom: 100px;
}

.c-contact1 .public-title .c-title {
	text-align: center;
	color: #000;
}

.c-contact1 form {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-contact1 form .c-left,
.c-contact1 form .c-right {
	width: calc(690/1440*100%);
}

.c-contact1 form .c-left,
.c-contact1 form .c-right {
	width: calc(690/1440*100%);
}

.c-contact1 .c-list li {
	margin-bottom: 25px;
}

.c-contact1 .c-list li .c-title {
	margin-bottom: 10px;
	color: #000;
}

.c-contact1 .c-list li .c-title span {
	color: #e30000;
}

.c-contact1 .c-list li>input,
.c-contact1 .c-list li>textarea {
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #e6e6e6;
	background: #fff;
	transition: all 0.4s;
	outline: none;
}

.c-contact1 .c-list li>input:focus,
.c-contact1 .c-list li>textarea:focus {
	border-color: var(--primary-color);
}

.c-contact1 .c-list li textarea {
	height: 220px;
	padding: 15px 20px;
	line-height: 1.5;
}

.c-contact1 .c-list li .c-text {
	display: flex;
	align-items: center;
}

.c-contact1 .c-list li .c-text input {
	flex-shrink: 0;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	cursor: pointer;
}

.c-contact1 form .c-right .c-list>li:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
}

.c-contact1 .c-list li .c-btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
	padding: 0 30px;
	height: 50px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	transition: all 0.4s;
}

@keyframes scan {
	0% {
		top: 100%;
	}

	50% {
		top: 0%;
	}

	100% {
		top: 100%;
	}
}

/* header {
	height: 80px;
	position: relative;

	.logo {
		max-width: 160px;

		img {
			width: 100%;
		}
	}
}

@media(min-width: 1400px) {
    .container {
        width:85% !important;
		max-width:1440px !important;
    }
}

.nav-pc .menu>ul>li a {
	font-size: 18px;
}
 */
.nav-pc .menu-dropdown-icon>a::after {
	font-size: 14px;
}

.all-box-r_1 {
	background-color: #e6e6e6;
	padding: 30px;
}

.all-hotline {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}

.all-hotline>p {
	color: var(--primary-color);
}

.public-btn {
	height: 40px;
	margin-top: 10px;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 14px;
	vertical-align: top;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;

	.fa {
		/* margin-left: 10px;
		font-size: 12px;
		line-height: 21px; */

		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 10px;
		height: 10px;
		margin-left: 10px;
		transition: 0.4s ease-in-out;
	}
}

.public-btn:hover i {
	transform: translateX(5px);
}

.all-left ul.x-list li {
	background-color: #fff;
	display: flex;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
}

.all-left ul.x-list li a {
	padding: 30px 30px 25px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.all-left ul.x-list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-top: 2px solid var(--primary-color);
	transition: all 0.4s;
}

.all-left ul.x-list li a:hover::before {
	width: 100%;
}

.all-left ul.x-list li a .x-text {
	display: block;
	width: 100%;
}

.all-left ul.x-list li a .x-text .c-tag {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.all-flex ul.x-list li a .x-text .c-tag span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	transition: all 0.4s;
}

.all-left ul.x-list li a .x-text .c-tag span:nth-child(2n-1) {
	color: var(--primary-color) !important;
	background: rgba(1, 165, 75, .1) !important;
}

.all-left ul.x-list li a .x-text .c-tag span:nth-child(2n) {
	color: #ff4200 !important;
	background: #ffece5 !important;
}

.all-left ul.x-list li a .x-text .c-title {
	margin: 0 0 10px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	transition: all 0.4s;
}

.all-left ul.x-list li a:hover .x-text .c-title {
	color: var(--primary-color);
}

.all-flex ul.x-list li a .x-text .c-box {
	padding-top: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 0;
	/* border-top: 1px solid #ddd; */
}

.all-left ul.x-list li a .x-text .c-box .readme {
	margin: 0;
	vertical-align: top;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: calc(24/14);
	color: #000;
	transition: all 0.4s;
	flex-shrink: 0;

	.fa {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 10px;
		height: 10px;
		margin-left: 10px;
		transition: 0.4s ease-in-out;
	}
}

.all-left ul.x-list li a .x-text .c-box .readme:hover i {
	transform: translateX(5px);
}

.all-left ul.x-list li a .x-img {
	width: 20%;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}

.all-left ul.x-list li a .x-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.all-left ul.x-list li a .x-img::before {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	padding-top: calc(150/200*100%);
}

.all-left ul.x-list li a .x-img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s;
}

.all-left ul.x-list li a:hover .x-img img {
	transform: scale(1.1);
}

.all-left .c-info-box {
	margin-top: 20px;
}

.all-left .c-info-box .c-title-box .c-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}

.all-left .c-info-box .c-title-box .c-time-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0 20px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.all-left .c-info-box .c-title-box .c-time-box .c-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.all-left .c-info-box .c-title-box .c-time-box .c-time span:nth-child(2) {
	margin-left: 20px;
}

.all-left .c-info-box .c-title-box .c-time-box .c-share {
	display: flex;
	align-items: center;
}

.all-left .c-info-box .c-title-box .c-p-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #666;
	padding-right: 80px;
	margin-bottom: 20px;
}

.all-left .c-info-box .c-title-box .c-p-box p:nth-child(2n-1) {
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	color: var(--primary-color);
	background: rgba(1, 165, 75, .1);
}

.all-left .c-info-box .c-title-box .c-p-box p:nth-child(2n) {
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	color: #ff4200 !important;
	background: #ffece5 !important;
}

.all-left .c-info-box .c-title-box .x-gt2 {
	text-align: right;
	flex-shrink: 0;
	margin: 0 0 10px;
}

.all-left .c-info-box .c-title-box .x-gt2 a {
	display: inline-flex;
	align-items: center;
	color: var(--primary-color);

	.fa {
		margin-right: 0;
		width: 16px;
		height: 16px;
		text-align: left;
		transition: all 0.4s;
		flex-shrink: 0;
	}
}

.all-left .c-info-box .c-title-box .x-gt2 a:hover i {
	margin-right: 10px;
}

.all-left .c-info-box>.public-content {
	padding: 25px 0;
	border-top: 1px solid #d8d8d8;
	color: #666;
	line-height: 1.8;
}

.all-left .c-info-box .c-prev-next {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid #d8d8d8;
}

.all-left .c-info-box .c-prev-next .c-lt p:nth-child(2) {
	margin-top: 5px;
}

.all-left .c-info-box .c-prev-next .c-lt a {
	color: #666;
	transition: all 0.4s;
}

.all-left .c-info-box .c-prev-next .c-lt a:hover {
	color: #000;
}

.all-left .c-info-box .c-gt a {
	display: inline-flex;
	align-items: center;
	color: var(--primary-color);

	.fa {
		margin-right: 0;
		width: 16px;
		height: 16px;
		transition: all 0.4s;
		flex-shrink: 0;
	}
}

.all-left .c-info-box .c-gt:hover i {
	margin-right: 10px;
}

.all-right .x-boxtcr1 {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	padding: 30px 30px 20px 30px;
	margin-top: 20px;
}

.all-right .x-boxtcr1 .x-tit {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	font-weight: 700;
}

.all-right .x-boxtcr1 .public-img {
	margin-top: 15px;
}

.all-right .x-boxtcr1 .public-img::before {
	padding-bottom: 76px;
	content: "";
	display: block;
	position: relative;
	z-index: 0;
}

.contact-wrapper .c-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}

.contact-wrapper .c-main .c-left {
	width: calc(940/1440*100%);
	padding: 50px;
}

.contact-wrapper .c-main .c-left .c-title {
	font-weight: bold;
}

.contact-wrapper .c-main .c-left .c-bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
	margin-top: 25px;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list {
	padding-right: 40px;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list li .c-ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #f5f5f5;
	margin-right: 20px;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list li .c-ico img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list li .c-box {
	line-height: 1.4;
}

.contact-wrapper .c-main .c-left .c-bottom .c-list li .c-box .c-text2 {
	color: var(--primary-color);
}

.contact-wrapper .c-main .c-left .c-bottom .c-code .c-text2 {
	color: #666;
}

.contact-wrapper .c-main .c-left .c-bottom .c-code .c-img {
	position: relative;
	margin-top: 25px;
	width: 180px;
	overflow: hidden;
}

.contact-wrapper .c-main .c-left .c-bottom .c-code .c-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/scan.png) no-repeat left top / 100% auto;
	animation: scan 2s linear infinite;
}

.contact-wrapper .c-main .c-left .c-bottom .c-code .c-img img {
	width: 100%;
}

.contact-wrapper .c-main .c-right {
	position: relative;
	width: calc(500/1440*100%);
}

.contact-wrapper .c-main .c-right::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.contact-wrapper .c-main .c-right::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px #ffffff, inset 0 0 100px #ffffff, inset 0 0 100px #ffffff, inset 0 0 100px #ffffff, inset 0 0 100px #ffffff, inset 0 0 100px #ffffff;
}

.contact-wrapper .c-main .c-right img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {

	#c-header>.container {
		padding: 0 0 0 15px !important;
	}

	#c-header .c-search,
	#c-header .c-phone,
	#c-header .c-consult {
		display: none !important;
	}

	#c-header .logo {
		max-width: 120px;
	}

	#c-header .nav-pc .menu>ul>li>a::before {
		height: 0;
	}

	#c-header .nav-pc .menu>ul>li:first-child {
		margin-left: 0;
	}

	.main-slider h2 {
		margin-bottom: 15px;
	}

	.main-slider p {
		font-size: 13px;
	}

	/* index-about 样式已移至专门响应式优化区块 */
	/* 保留其他模块响应式 */
	.index-zixun {
		padding: 45px 0 60px;
	}

	.index-zixun .container {
		padding: 0 20px;
	}

	.index-zixun .common-title {
		display: block;
	}

	.index-zixun .common-title h4 {
		padding: 0 0 24px 0;
		line-height: 36px;
	}

	.index-zixun .common-title .com-more1 {
		width: 120px !important;
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}

	.index-zixun .inmodule-list-new {
		padding-top: 40px;
	}

	.inmodule-list-new ul li {
		width: 100%;
	}

	#c-footer .c-work .common-title .left,
	#c-footer .c-work .common-title .right {
		width: 100%;
		text-align: center;
	}

	#c-footer .c-work .common-title .left p {
		font-size: 14px;
	}

	#c-footer .c-work .common-title .com-more2 {
		margin-top: 20px;
	}

	#c-footer .c-center-box {
		padding: 50px 0 0;
	}

	#c-footer .c-center-box .c-list-box {
		display: none;
	}

	#c-footer .c-center-box .container .c-text-wrap {
		margin-left: 8px;
	}

	#c-footer .c-bottom-box .c-top {
		margin: 25px 8px 0;
	}

	#c-footer .c-center-box .container .c-text-wrap .c-text {
		margin-top: 10px;
	}

	#c-footer .c-center-box .container .c-text-wrap .c-code {
		margin-top: 25px;
	}

	#c-footer .c-bottom-box .c-bottom {
		margin: 15px 8px 0;
		padding: 15px 0;
	}

	#c-footer .c-bottom-box .c-support a {
		margin: 0 10px;
	}

	.contact-wrapper .c-main .c-left {
		padding: 25px;
		width: 100%;
	}

	.contact-wrapper .c-main .c-right {
		padding: 25px;
		width: 100%;
	}

	.contact-wrapper .c-main .c-left .c-bottom {
		flex-wrap: wrap;
	}

	.contact-wrapper .c-main .c-left .c-bottom .c-list {
		width: 100%;
	}

	.contact-wrapper .c-main .c-left .c-bottom .c-code .c-img {
		margin-top: 12.5px;
		width: 90px;
	}

	.public-box {
		padding: 25px 0;
	}

	.public-title {
		margin-bottom: 27.5px;
	}

	.public-box .c-list li {
		width: 100%;
	}

	.public-box .c-list li .c-wrap {
		padding: 25px;
	}

	.public-box .c-list li .c-wrap .c-text {
		margin-top: 12.5px;
		padding-top: 12.5px;
	}

	.c-contact1 {
		padding-bottom: 25px;
	}

	.c-contact1 form .c-left,
	.c-contact1 form .c-right {
		width: 100%;
	}

	.c-contact1 .c-list li>input,
	.c-contact1 .c-list li>textarea {
		height: 40px;
		line-height: 38px;
		padding: 0 10px;
	}

	.c-contact1 .c-list li textarea {
		padding: 10px;
		height: 175px;
	}

	.c-contact1 form .c-right .c-list>li:last-child {
		flex-wrap: wrap;
		justify-content: center;
	}

	.c-contact1 .c-list li .c-btn {
		margin: 0.2rem 0 0;
		height: 40px;
	}
}

@media(max-width: 1199.98px) {
	.neibanner {
		height: 180px;
	}

	.neibanner .neibannerdesc .neibannerdesc-title {
		margin-bottom: 20px;
	}

	.neibanner .neibannerdesc p {
		font-size: 14px;
	}

	.neibanner .neibannerdesc h2 {
		font-size: 28px;
	}

	.all-left .c-info-box {
		margin-top: 0 !important;
	}

	.all-flex {
		padding: 0 20px;
	}

	.all-left.cooperation_list {
		margin-top: 0;
	}

	.item_title {
		font-size: 24px;
		/* line-height: calc(50/40); */
	}

	.all-flex ul.x-list li a .x-text .c-tag span {
		margin-bottom: 5px;
	}

	.all-left ul.x-list li a .x-text .c-title {
		height: 24px;
		font-size: 18px;
		line-height: 24px;
	}

	.all-left.cooperation_list ul.x-list li a .x-text {
		width: 100% !important;
	}

	.all-left.cooperation_list ul.x-list li a .x-img {
		width: 0% !important;
	}

	.all-left.cooperation_list ul.x-list li a .x-text .c-title {
		height: 48px !important;
	}

	.all-flex ul.x-list li a .x-text .c-box {
		padding-top: 7.5px;
	}

	.all-left .c-info-box .c-title-box .c-title {
		font-size: 20px;
		line-height: calc(40/30);
	}

	.all-left .c-info-box .c-title-box .c-time-box .c-time {
		width: 100%;
	}


	.all-left .c-info-box .c-title-box .x-gt2 {
		font-size: 14px;
	}

	.all-left .c-info-box .c-prev-next .c-lt P {
		font-size: 14px;
	}

	.all-left .c-info-box .c-prev-next .c-gt {
		margin-left: 20px;
		flex-shrink: 0;
		font-size: 14px;
	}

	.page-content .card-body {
		padding: 10px 0;
	}

	.all-left ul.x-list li a .x-img {
		width: 0%;
	}
}

/* ============================================================
   导航优化补丁 - Nav Responsive Enhancement
   覆盖断点：≥1400px / 1200~1399px / 992~1199px / ≤991px / ≤767px
   ============================================================ */

/* ------ Header 高度统一 & 层级 ------ */
#c-header {
    height: 80px;
    z-index: 1000;
}

#c-header > .container {
    height: 80px;
}

/* 滚动后加深阴影 */
#c-header.scrolled {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10) !important;
    transition: box-shadow 0.3s ease;
}

/* ------ Logo ------ */
#c-header .logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

#c-header .logo img {
    width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
    padding: 0 15px;
}

/* ------ 菜单 sub-menu 圆角修正 & 展开动画 ------ */
.nav-pc .menu > ul > li > .sub-menu {
    border-radius: 0 0 12px 12px;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform-origin: top center;
}

@keyframes subMenuFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ------ 搜索展开动画修复 ------ */
header .search-wrapper {
    transition: opacity 0.25s ease;
    opacity: 0;
}

header .search-wrapper.show {
    opacity: 1;
}

/* ------ 咨询按钮 hover 加深 & 过渡 ------ */
#c-header .c-consult {
    transition: background 0.3s ease, opacity 0.3s ease;
    white-space: nowrap;
}

#c-header .c-consult:hover {
    background: #028a40;
}

/* ------ 电话 white-space ------ */
#c-header .c-phone {
    white-space: nowrap;
}

/* ==================== 断点 ≤1399px ==================== */
@media (max-width: 1399px) {
    /* 菜单字号 & 间距 */
    .nav-pc .menu > ul > li > a {
        font-size: 16px;
    }
    #c-header .nav-pc .menu > ul > li {
        padding: 0 18px;
    }

    /* 电话间距缩小 */
    #c-header .c-phone {
        min-width: auto;
        padding: 0 15px;
        font-size: 17px;
    }

    /* 咨询按钮缩小 */
    #c-header .c-consult {
        min-width: auto;
        padding: 0 18px;
        font-size: 15px;
    }
}

/* ==================== 断点 ≤1199px ==================== */
@media (max-width: 1199px) {
    /* ★ 覆盖 style.min.css 的限制：去掉 max-width + overflow:hidden，让菜单完整展示 */
    .nav-pc {
        max-width: none !important;
        overflow: visible !important;
    }

    /* logo 缩小 */
    #c-header .logo {
        max-width: 130px;
    }
    #c-header .logo img {
        padding: 0 10px;
    }

    /* 菜单字号 & 间距继续缩减 */
    .nav-pc .menu > ul > li > a {
        font-size: 15px;
    }
    #c-header .nav-pc .menu > ul > li {
        padding: 0 12px;
    }

    /* 电话：回到首版思路，不做悬浮层；按钮本体在布局内展开显示号码 */
    #c-header .c-search {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        min-width: 44px;
        height: 100%;
        padding: 0 !important;
        box-sizing: border-box;
        flex: 0 0 44px;
    }
    #c-header .c-phone {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        min-width: 44px;
        height: 100%;
        padding: 0 !important;
        box-sizing: border-box;
        flex: 0 0 auto;
        overflow: hidden;
        font-size: 16px;
        color: var(--primary-color);
        transition: width 0.3s ease, padding 0.3s ease;
    }
    #c-header .c-phone:hover {
        width: 170px;
        padding: 0 14px !important;
        justify-content: flex-start;
    }
    #c-header .c-phone .c-text {
        display: inline-block !important;
        max-width: 0;
        overflow: hidden;
        opacity: 0;
        white-space: nowrap;
        margin-left: 0;
        transition: max-width 0.3s ease, opacity 0.2s ease, margin-left 0.2s ease;
    }
    #c-header .c-phone:hover .c-text {
        max-width: 120px;
        opacity: 1;
        margin-left: 8px;
    }
    #c-header .c-phone i.fa {
        margin: 0 !important;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-align: center;
        flex-shrink: 0;
    }
    #c-header .c-search .search-icon {
        display: block;
        width: 20px;
        height: 20px;
    }




    /* 咨询按钮：隐藏图标，保留文字 */
    #c-header .c-consult {
        padding: 0 14px;
        font-size: 14px;
        min-width: auto;
    }
    #c-header .c-consult i.fa {
        display: none;
    }
}

/* ==================== 断点 ≤991px（平板/手机） ==================== */
@media (max-width: 991px) {
    #c-header > .container {
        position: relative;
    }

    /* 兜底覆盖 ≤1199px 中的显示规则，手机端继续隐藏搜索/电话/咨询 */
    #c-header .c-search,
    #c-header .c-phone,
    #c-header .c-consult {
        display: none !important;
    }

    /* logo 再缩小 */
    #c-header .logo {
        max-width: 110px;
    }

    #c-header .logo img {
        padding: 0 8px;
    }

    /* 移动端菜单：从 c-header 底部滑出，关闭时再滑回去 */
    #c-header #menuContainer {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        width: auto;
        height: auto;
        max-width: none !important;
        overflow: visible !important;
        z-index: 1002;
    }
    #c-header #menuContainer .menu {
        height: auto;
    }
    #c-header #menuContainer .menu > ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
		top:80px;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 0;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: max-height 0.32s ease, opacity 0.24s ease, visibility 0s linear 0.32s;
        will-change: max-height, opacity;
    }
    #c-header #menuContainer .menu > ul.show-on-mobile {
        max-height: calc(100vh - 80px);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: max-height 0.36s ease, opacity 0.28s ease, visibility 0s linear 0s;
    }


    #c-header #menuContainer .menu > ul > li {
        width: 100%;
        height: auto;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    #c-header #menuContainer .menu > ul > li:last-child {
        border-bottom: none;
    }
    #c-header #menuContainer .menu > ul > li > a {
        justify-content: space-between;
        width: 100%;
        height: auto;
        padding: 14px 18px;
        font-size: 15px;
        line-height: 1.5;
    }
    #c-header #menuContainer .menu-dropdown-icon > a::after {
        float: none;
        margin-left: 12px;
    }
    #c-header #menuContainer .menu > ul > li > .sub-menu {
        position: static;
        display: none;
        width: 100%;
        margin: 0;
        padding: 0 0 10px;
        background: #f8f9fb;
        box-shadow: none;
        border-radius: 0;
    }
    #c-header #menuContainer .menu > ul > li > .sub-menu > .sub-menu-list {
        min-height: 0;
    }
    #c-header #menuContainer .menu > ul > li > .sub-menu > .sub-menu-list > .sub-menu-item a {
        height: auto;
        padding: 10px 18px 10px 32px;
        font-size: 14px;
        line-height: 1.5;
    }

    #c-header .menu-mobile {
        position: relative;
        z-index: 1003;
        padding: 0 12px;
    }
}


/* ==================== 断点 ≤767px（手机） ==================== */
@media (max-width: 767px) {
    /* 搜索框宽度自适应 */
    header .search-wrapper .search-wrapper-content {
        width: 90%;
    }
    header .search-wrapper .search-input {
        width: calc(100% - 100px);
    }
    header .search-wrapper .search-submit {
        width: 80px;
        font-size: 13px;
    }
}

/* ------ 移动端浮动联系按钮 ------ */
.mobile-float-btns {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-float-btns .float-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-float-btns .float-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.mobile-float-btns .float-phone {
    background: var(--primary-color);
}

.mobile-float-btns .float-consult {
    background: #EB4B17;
}

/* 桌面隐藏浮动按钮 */
@media (min-width: 992px) {
    .mobile-float-btns {
        display: none !important;
    }
}

/* ============================================================
   END 导航优化补丁
   ============================================================ */

/* ============================================================
   Footer 大屏笔记本优化补丁
   修复 c-text-wrap 换行错层问题
   ============================================================ */

/* ------ 大屏笔记本（992px-1199px）Footer优化 ------ */
@media (max-width: 1199px) and (min-width: 992px) {
    /* footer 容器调整 */
    #c-footer .c-center-box {
        padding: 60px 0 0;
    }

    /* container 使用相对定位，右侧留出 c-text-wrap 的空间 */
    #c-footer .c-center-box .container {
        position: relative;
        padding-right: 280px;  /* 右侧留出 c-text-wrap 的宽度 */
        padding-bottom: 50px;   /* 底部留出与 c-bottom-box 的间距 */
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(3, 1fr);  /* 3列等宽网格 */
        gap: 30px;
        align-items: start;
    }

    /* c-list-box 内部内容左对齐 */
    #c-footer .c-center-box .container .c-list-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;  /* 内容左对齐 */
    }

    /* c-text-wrap 使用绝对定位固定在右侧，与 container 顶部对齐 */
    #c-footer .c-center-box .container .c-text-wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 250px;  /* 固定宽度 */
        margin: 0;
    }

    /* logo 图片缩小 */
    #c-footer .c-center-box .container .c-text-wrap .c-logo img {
        height: 50px;
    }

    /* c-text2 字号缩小 */
    #c-footer .c-center-box .container .c-text-wrap .c-text2 {
        font-size: 22px;
    }

    /* c-code 间距缩小 */
    #c-footer .c-center-box .container .c-text-wrap .c-code {
        margin-top: 30px;
    }
}

/* ------ 导航大屏笔记本补充优化 ------ */
@media (max-width: 1199px) and (min-width: 992px) {
    /* 确保导航菜单不会溢出或出现空白 */
    #c-header .nav-pc {
        flex-shrink: 0;
    }

    #c-header .nav-pc .menu > ul {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    /* 防止下拉菜单被截断 */
    .nav-pc .menu > ul > li > .sub-menu {
        overflow: visible;
    }

    /* 确保菜单项不会换行 */
    #c-header .nav-pc .menu > ul > li {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* ------ neinav-wrapper 导航优化 ------ */
/* neinav-wrapper 导航项多时水平滚动，不换行 */
.neinav .neinav-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    max-width: 100% !important;
}

.neinav .neinav-wrapper::-webkit-scrollbar {
    display: none !important;
}

.neinav .neinav-wrapper li {
    flex-shrink: 0 !important;
    padding: 0 12px !important;
}

.neinav .neinav-wrapper li a {
    white-space: nowrap !important;
}

/* 确保 col-8 容器也允许溢出 */
.neinav .row > .col-8 {
    overflow: visible !important;
    flex-wrap: nowrap !important;
}