/* 快捷入口区域 */
.quick-entry-wrap {
}
.lsd-container {
	position: relative;
}
.lsd-quick-entry-wrap {
	position: absolute !important;
	width: 100%;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	z-index: 97;
}
.quick-entry-container {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.quick-entry-item {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: #f3f6ff;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
	flex: 1;
	margin: 0 10px;
	border: 1px solid #e5e7eb;
	text-decoration: none;
	color: inherit;
}

.quick-entry-item:first-child {
	margin-left: 0;
}

.quick-entry-item:last-child {
	margin-right: 0;
}

.quick-entry-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.quick-entry-icon {
	width: 48px;
	height: 48px;
	background: #0069EA15;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
}

.quick-entry-icon .iconfont {
	font-size: 24px;
	color: #ffffff;
}

.quick-entry-content {
	display: flex;
	flex-direction: column;
}
.quick-entry-icon-img {
	width: 20px;
}
.quick-entry-title {
	font-size: 14px;
	font-weight: 600;
	color: #1F2937;
	margin-bottom: 4px;
}

.quick-entry-desc {
	font-size: 12px;
	color: #6B7280;
}
/* 头部轮播图 */
.banner-wrap {
	height: 500px;
	overflow: hidden;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
}

/* 首页banner */
.banner-lbt-1 .layui-carousel {
	height: 100% !important;
}

.banner-lbt-1 .layui-carousel-ind {
	z-index: 98;
}

.banner-lbt-1 .layui-carousel-arrow {
	display: none;
}

.banner-lbt-1 .layui-this {
	border-radius: 0;
}

.banner-lbt-1 .layui-carousel-ind .layui-this {
	/* width: 10px;
height: 5px; */
	width: 50px;
	border-radius: 5px;
}

.banner-lbt-1 .layui-carousel-ind ul {
	background-color: transparent;
}

.banner-lbt-1 .layui-carousel-ind ul li {
	background: #eee;
	transition: all .5s;
	margin: 0 10px;
}

.banner-lbt-1 .layui-carousel-ind ul .layui-this {
	background: #2b75eb !important;
}

.banner-lbt-1 .layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
	background-color: transparent !important;
}

.banner-2-lsd .home-banner-size {
	font-size: 32px;
}

.banner-2-lsd .btn-banner {
	margin-top: 60px;
}

.lsd-content-wrap {
	position: relative;
}

.banner-2-lsd .ltt {
	width: 383px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}

.banner-2-lsd .header-img {
	cursor: pointer;
}

.banner-4-lsd .btn-banner .banner-btn {
	background: #27C090;
	box-shadow: 0px 2px 6px 0px rgba(39, 192, 144, 1);
}

.home-banner-size-fff {
	color: #ffffff;
}

.home-jxb-text {
	margin: 15px 0;
}

.btn-banner-jxb {
	margin-top: 15px;
}

.px-text-title-jxb {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
}

.px-text-title-jxb .px-text-title1 {
	letter-spacing: 6px;

}

.home-banner-size-fff-three-jxb {
	/* 设置水平渐变背景 */
	background: linear-gradient(90deg, #ffffff 0%, #b5eeff 90%);

	/* 将背景裁剪到文字区域 */
	-webkit-background-clip: text;
	/* 兼容 Safari/Chrome */
	background-clip: text;

	/* 隐藏原始文字颜色，显示渐变背景 */
	color: transparent;
	-webkit-text-fill-color: transparent;
	/* 兼容 Safari */
}

.home-banner-size-fff span {
	/* 设置水平渐变背景 */
	background: linear-gradient(90deg, #ffffff 0%, #f6cee8 90%);

	/* 将背景裁剪到文字区域 */
	-webkit-background-clip: text;
	/* 兼容 Safari/Chrome */
	background-clip: text;

	/* 隐藏原始文字颜色，显示渐变背景 */
	color: transparent;
	-webkit-text-fill-color: transparent;
	/* 兼容 Safari */
}

.home-banner-title-pxb {
	width: calc(100% - 500px);
}

.banner-btn-pxb {
	background-color: #ce3972;
}

.banner-btn-pxb a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.banner-btn-pxb a:hover {
	color: #ffffff;

}

.px-text-title {
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
}

.banner-5-lsd .ltt {
	width: 383px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 6px;
	background-color: rgba(255, 233, 192, 0.48);
	border: 1px solid rgba(255, 212, 131, 1);
	padding: 10px;
}

.banner-5-lsd .ltt1 {
	width: 450px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 6px;
	padding: 10px;
}

.banner-5-lsd .ltt .ltt-img {
	width: 100%;
}

.banner-5-lsd .ltt1 .ltt-img {
	width: 100%;
	/* height: 300px; */
}

.banner-2-lsd a:hover {
	color: #ffffff;
}

#test1 .layui-carousel-ind {
	text-align: left !important;
	max-width: 1440px;
	margin: 0 auto;
	top: -80px !important;
	padding: 0 30px !important;
}

.layui-carousel-ind ul li {
	margin-left: 0 !important;
}

.banner-2-lsd a {
	display: block;
	width: 100%;
	height: 53px;
	display: flex;
	align-items: center;
	width: 141px;
}

/* 首页banner按钮 */
.banner-box-content {
	height: 100%;
	justify-content: center;
}

.banner-wrap .banner-box {
	padding-top: 0 !important;
}

.btn-banner {
	/* position: absolute;
bottom: 40px; */
	font-size: 32px;
}

.home-banner-remark-size {
	font-size: 40px;
	color: #0F42A1;
}

.banner-btn .icon-doubleright {
	margin-left: 10px;
	font-size: 14px;
}

.banner-btn {
	width: 141px;
	height: 53px;
	color: #ffffff;
	text-align: center;
	background: #0069EA;
	font-weight: 600;
	box-shadow: 0px 2px 6px 0px rgba(0, 105, 234, 0.2);
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	justify-content: space-around;
	align-items: center;
	display: flex;
}

.home-banner-size-fff {
	color: #ffffff;
}

.banner-btn1 {
	margin-right: 95px;
}

.banner-btn2 {
	background: none !important;
	color: #0069EA !important;
	border: 2px solid #0069EA;
}

.home-banner-title {
	font-size: 52px;
	color: #0069EA;
	/* 隐藏文字本身的颜色 */
}

.home-banner-remark {
	color: #ffffff;
	/* 隐藏文字本身的颜色 */
	letter-spacing: 5px;

	padding: 20px 0 60px;
}

.home-banner-remark-size {
	letter-spacing: 10px;
}

.home-banner-remark-size-1 {
	font-size: 40px;
}

.banner-box {
	height: 100%;
	width: 100%;
	align-items: normal;
}

.lsd-content-wrap {
	max-width: 1440px;
	margin: 0 auto;
}

.banner-wrap .banner-box {
	padding-top: 60px;
}

.banner-box .banner-box-content .lsd-h1 {
	color: #101010;
}

.home-banner-remark-1 {
	padding-bottom: 20px;
}

.home-banner-remark-size-2 {
	font-size: 20px;
	padding-top: 0;
}

.content-img-show {
	height: 100%;
}

.lsd-content-img-show-img {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.banner-wrap .lsd-content-wrap {
	position: relative;
	z-index: 55;
}

.overflowHidden {
	overflow: hidden;
}

.lsd-content-img-show-img img {
	transition: all .5s;
}

.lsd-content-img-show-img:hover img {
	transform: scale(1.1);
}

	/* 结束 */

/* 适配政务数据治理场景 */
.lsd-government-scene {
	background: #0F172A;
}

.lsd-gov-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lsd-gov-card {
	width: 31%;
	background: #1E293B;
	border: 1px solid #334155;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-gov-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-4px);
	border-color: #475569;
}

.lsd-gov-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lsd-gov-card-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lsd-gov-card-icon svg {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}

.lsd-gov-icon-1 {
	background: #3B82F6;
}

.lsd-gov-icon-2 {
	background: #3B82F6;
}

.lsd-gov-icon-3 {
	background: #3B82F6;
}

.lsd-gov-arrow {
	width: 20px;
	height: 20px;
	color: #64748B;
	transition: all 0.3s ease;
}

.lsd-gov-card:hover .lsd-gov-arrow {
	color: #FFFFFF;
	transform: translate(2px, -2px);
}

.lsd-gov-card-title {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}

.lsd-gov-card-desc {
	font-size: 14px;
	color: #94A3B8;
	line-height: 1.6;
}

/* 适配企业数据治理场景 */
.lsd-enterprise-scene {
	background: #F8FAFC;
}
.lsd-enterprise-scene .lsd-module-subtitle {
	margin-bottom: 0 !important;
}
.lsd-enterprise-container {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.lsd-enterprise-left {
	flex: 0 0 480px;
	max-width: 480px;
}

.lsd-enterprise-img {
	width: 100%;
	height: 200px;
	background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 100%);
	border-radius: 12px;
	overflow: hidden;
}

.lsd-enterprise-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsd-enterprise-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lsd-scene-card {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 24px 28px;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-scene-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.lsd-scene-num {
	font-size: 48px;
	font-weight: bold;
	min-width: 60px;
	line-height: 1;
}

.lsd-scene-num-1 {
	color: rgba(0, 105, 234, 0.2);
}

.lsd-scene-num-2 {
	color: rgba(16, 185, 129, 0.2);
}

.lsd-scene-num-3 {
	color: rgba(139, 92, 246, 0.2);
}

.lsd-scene-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lsd-scene-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #1F2937;
}

.lsd-scene-card-desc {
	font-size: 14px;
	color: #6B7280;
	line-height: 1.5;
}

.lsd-scene-arrow {
	width: 24px;
	height: 24px;
	color: #3B82F6;
	flex-shrink: 0;
}

/* 核心产品矩阵 */
.lsd-product-matrix {
	padding-top: 90px;
}

.lsd-product-grid {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: nowrap;
}

.lsd-product-card {
	width: calc((100% - 45px) / 4);
	min-height: 260px;
	background: #F8FAFC;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: all 0.3s ease;
}

.lsd-product-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.lsd-product-card-icon {
	width: 40px;
	height: 40px;
	background: #3B82F6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lsd-product-card-icon svg {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}

.lsd-product-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #1F2937;
}

.lsd-product-card-desc {
	font-size: 14px;
	color: #6B7280;
	line-height: 1.5;
	flex: 1;
}

.lsd-product-card-btns {
	display: flex;
	gap: 12px;
	margin-top: auto;
}

.lsd-btn-primary,
.lsd-btn-outline {
	flex: 1;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.lsd-btn-primary {
	background: #3B82F6;
	color: #FFFFFF;
	border: none;
}

.lsd-btn-primary:hover {
	background: #2563EB;
}

.lsd-btn-outline {
	background: transparent;
	color: #0069EA;
	border: 1px solid #0069EA;
}

.lsd-btn-outline:hover {
	background: #0069EA;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	/* 适配政务数据治理场景 */
	.lsd-government-scene {
		padding-top: 60px;
	}


	.lsd-gov-grid {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.lsd-gov-card {
		width: 100%;
		max-width: 380px;
		padding: 24px 20px;
		gap: 16px;
	}

	.lsd-gov-card-icon {
		width: 40px;
		height: 40px;
	}

	.lsd-gov-card-icon svg {
		width: 20px;
		height: 20px;
	}

	.lsd-gov-card-title {
		font-size: 14px;
	}

	.lsd-gov-card-desc {
		font-size: 12px;
	}

	/* 核心产品矩阵 */
	.lsd-product-matrix {
		padding-top: 60px;
	}

	.lsd-product-grid {
		flex-direction: column;
		align-items: center;
		margin-left: 0;
		margin-right: 0;
	}

	.lsd-product-card {
		width: 100%;
		padding: 16px;
		gap: 12px;
		min-height: auto;
		height: auto;
	}

	.lsd-product-card-icon {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

	.lsd-product-card-icon svg {
		width: 20px;
		height: 20px;
	}

	.lsd-product-card-title {
		font-size: 14px;
	}

	.lsd-product-card-desc {
		font-size: 12px;
	}
	/* 适配企业数据治理场景 */


	.lsd-enterprise-container {
		flex-direction: column;
		gap: 30px;
	}

	.lsd-enterprise-left {
		max-width: 100%;
		flex: none;
	}

	.lsd-enterprise-img {
		height: 180px;
		background: transparent !important;
	}

	.lsd-scene-card {
		padding: 16px 20px;
		gap: 12px;
	}

	.lsd-scene-num {
		font-size: 32px;
		min-width: 50px;
	}

	.lsd-scene-card-title {
		font-size: 14px;
	}

	.lsd-scene-card-desc {
		font-size: 12px;
	}

	.lsd-scene-arrow {
		width: 20px;
		height: 20px;
	}

	/* benner轮播图 */
	.banner-wrap {
		height: 385px;
	}

	.banner-2-lsd a {
		height: 30px;
		width: 95px;
		color: #ffffff;
		display: flex;
		justify-content: space-around;
	}

	.home-banner-remark-size {
		font-size: 24px;
		color: #0F42A1;
		letter-spacing: 5px;
		text-align: center;
	}

	.banner-wrap-phone #test2 {
		height: 100% !important;
	}

	.phone-dt-style {
		margin-left: -7px;
	}

	.phone-more-style {
		font-size: 16px !important;
		font-weight: normal !important;
	}

	.lsd-container-dynamic-index {
		padding-bottom: 30px !important;
	}

	.btn-banner {
		font-size: 22px;
		display: none;
	}

	.banner-box-content {
		justify-content: end;
	}

	.home-banner-remark {
		margin-bottom: 20px;
		padding: 10px 0 40px;
	}

	.home-banner-remark-size {
		font-size: 24px;
		color: #0F42A1;
		letter-spacing: 5px;
		text-align: center;
	}

	.home-banner-remark-size-1 {
		font-size: 28px;
		text-align: center;
	}

	.home-banner-remark-size-2 {
		font-size: 18px;
	}

	.layui-carousel-ind {
		z-index: 97;
	}

	.banner-btn {
		width: 165px;
		height: 55px;
		color: #ffffff;
		text-align: center;
		background: #0069EA;
		box-shadow: 0px 2px 6px 0px rgba(0, 105, 234, 0.2);
		line-height: 55px;
		border-radius: 5px;
		font-size: 18px;
		cursor: pointer;
	}

	.banner-btn1 {
		margin-right: 30px;
	}

	/* banner */
	.banner-wrap {
		height: 385px;
	}

	#test2 .home-banner-size {
		font-size: 14px;
	}

	#test2 .ltt-phone-2 {
		width: 50%;
		margin: 0 auto;
	}

	#test2 .ltt-phone-3 {
		width: 60%;
		margin: 0 auto;
	}

	#test2 .banner-box-content-phone {
		justify-content: center;
		height: 100%;
	}

	#test2 .banner-box-content-phone .home-banner-title {
		margin: 10px 0;
	}

	#test2 .btn-banner-phone {
		justify-content: center;
	}

	#test2 .banner-box-content-phone .banner-btn-phone {
		width: 95px;
		height: 30px;
		color: #ffffff;
		text-align: center;
		background: #0069EA;
		box-shadow: 0px 2px 6px 0px rgba(0, 105, 234, 0.2);
		line-height: 30px;
		border-radius: 5px;
		font-size: 12px;
		cursor: pointer;
		justify-content: center;
		display: flex;
	}

	#test2 .banner-5-lsd .ltt1-phone {
		height: 175px;
		width: fit-content;
		right: 0;
		margin: 0 auto;
		top: 50%;
		border-radius: 6px;
		background-color: rgba(255, 233, 192, 0.48);
		border: 1px solid rgba(255, 212, 131, 1);
		padding: 10px;
	}

	#test2 .banner-5-lsd .ltt1-phone .ltt-img {
		height: 100%;
	}




	/* 手机端进修样式 */
	#test2 .banner-5-lsd .ltt1-jxb {
		height: 175px;
		width: fit-content;
		right: 0;
		margin: 0 auto;
		top: 50%;
		border-radius: 6px;

		padding: 0;
	}

	#test2 .banner-5-lsd .ltt1-jxb .ltt-img {
		height: 100%;
		width: auto !important;
	}

	#test2 .px-text-title-jxb {
		font-size: 12px;
	}

	#test2 .px-text-title-jxb .px-text-title1 {
		text-indent: 3px;
	}

	#test2 .home-banner-title-pxb {
		width: 100% !important;
	}

	#test2 .home-banner-title-pxb .home-jxb-text {
		margin: 5px 0;
	}

	#test2 #banner-52-lsd .home-banner-title {
		margin: 0;
	}

	#test2 #banner-52-lsd .home-banner-size {
		font-size: 12px;
	}

	#test2 #banner-52-lsd .home-banner-size-fff-three-jxb {
		font-size: 12px;
	}

	#test2 #banner-52-lsd .banner-box-content-phone .banner-btn-phone {
		background-color: #c53caa;
	}

	#test2 #banner-52-lsd .banner-box-content-phone {
		margin-top: -10px;
	}

	/* 结束 */
	.lsd-quick-entry-wrap {
		display: none;
	}
}