.pd5693{
	padding: 0.7rem 0 0.5rem 0;
}
.pd4551{
	padding:0.5625rem 0 0.6375rem 0;
}


/*19个行业*/
.lxl_dt {
	position: relative;
}

.lxl_dt .dtbj {
	width: 100%;
}

.lxl_bq {
	/* background: url(/uiFramework/commonResource/image/2026051320324279809.png) no-repeat;*/
	position: absolute;
	top: 47%;
	left: 13.5%;
	background-position: top;
	background-size: contain;
        background:#fff;
        padding: 0.2rem 0.3rem;
}
.lxl_bq::after{
    content: "";
    position: absolute;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    border-left: 0.15rem solid #fff;
    right: -0.1rem;
    top: 25%;
    transform: translateY(-50%);
}
.lxl_bq.dt3{top:65.5%;left:22.8%;}
.lxl_bq.dt2{top:32%;left:auto;right:26.3%;}
.lxl_bq.dt2::after{
    content: "";
    position: absolute;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    border-right: 0.15rem solid #fff;
    left: -0.1rem;
    border-left: none;
    right:auto;
    top: 25%;
    transform: translateY(-50%);
}

.lxl_bq div {
	display: flex; align-items: center;
}

.bq_list {
	color: #191919;
	font-size: 0.225rem;
	padding: 0.145rem 0;
}

.bq_list_tit {
	color: #191919;
	font-size: 0.325rem;
	font-weight: bold;
}
.bq_list_tit .bq_list{margin-left:0.25rem;}

.bq_list img {
	margin-right: 0.15rem;
	width: 0.15rem;
}

.kc_all {
	background: url(/uiFramework/commonResource/image/2025111411183156334.png) no-repeat;
	background-size: 100%;
	height: 8.063rem;
}

/*19个行业*/

/* 基础动画样式 */
.module-container {
	display: flex;
	overflow: hidden;
	width: 100%;

}

.module {
	min-width: 2.875rem;
	height: 5.15rem;
	margin-right: 0.113rem;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	cursor: pointer;
}

.module:hover {
	min-width: 6.75rem;
	transform: translateY();
    border: 1px solid #fff;
}

.module-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.module:hover .module-image {
	transform: scale(1.05);
}

.module-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0.463rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	color: white;
	transform: translateY(30%);
	opacity: 0.9;
	transition: all 0.5s ease;

}

.module:hover .module-content {
	transform: translateY(0);
	opacity: 1;
	height: 2.8rem;
}

.module-title {
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	/* margin-bottom: 0.362rem; */
	transition: all 0.3s ease;
}

.module-description {
	font-size: 0.2rem;
	line-height: 0.35rem;
	color: #ffffff;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease 0.1s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;    text-align: justify;
}

.module:hover .module-description {
	opacity: 1;
	max-height: 2.5rem;
	margin-bottom: 0.313rem;
	margin-top: 0.375rem;
}

.module-btn {
	display: inline-block;
	/* padding: 0.125rem 0.563rem; */
	/* background-color: rgba(255, 255, 255, 0.2); */
	/* border: 1px solid rgba(255, 255, 255, 0.4); */
	background: url(/uiFramework/commonResource/image/2025111412271278023.png) no-repeat;
	background-position: 100%;
	background-size: 100%;
	height: 0.5rem;
	width: 1.775rem;
	border-radius: 0.375rem;
	font-size: 0.175rem;
	text-align: center;
	line-height: 0.5rem;
	text-decoration: none;
	color: white;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.5s ease 0.2s;
}

.module:hover .module-btn {
	opacity: 1;
	transform: translateY(0);
}

.module-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.lxl_cont{position: absolute;z-index: 9;background: #fff;padding: 0.3rem;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.lxl_cont .bq_list{margin-left:0;}


@media screen and (max-width:992px){
.lxl_dt{overflow:auto;}
.lxl_dt .dtbj{height:25rem;width:180%;object-fit:cover;-o-object-fit:cover;}
.lxl_bq{padding:0.8rem;left:3%;top:11rem;padding-right:1rem;background-size: cover;}
.lxl_bq.dt2{top:28%;right:-47%;background-position: center;}
.lxl_bq.dt2 .bq_list_tit{margin-left:0.5rem;}
.lxl_bq.dt3{top:62%;left:25.5%;}
.bq_list_tit{font-size:0.8rem;margin-left:0}
.bq_list{margin-left:0;font-size:0.6rem;}
.bq_list img{width:0.8rem;}

.kc_all{height:55rem;background-size:100% 100%;}
.module{height:8rem}
.module:hover{width:100% !important;}
.module:hover .module-content{height:5.4rem;}
.module-description{font-size:0.6rem;line-height:normal;}
.module-title{font-size:0.8rem;}
.module-btn{height: 1.5rem;width: 4.775rem;line-height: 1.5rem;font-size:0.6rem;}

}


/* 响应式调整 */
@media (max-width: 768px) {
	.module-container {
		flex-direction: column;
		align-items: center;
	}

	.module {
		width: 80%;
		margin: 1rem 0;
	}

	.module:hover {
		min-width: 80%;
		width: 85%;
	}
}