.pd5693{
	padding: 0.7rem 0 1.1625rem 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/2025111411185477257.png) no-repeat;
	width: 6.75rem;
	position: absolute;
	top: 23%;
	left: 13%;
	height: 5.05rem;
	background-position: 100%;
	background-size: cover;
}

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

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

.bq_list_tit {
	color: #191919;
	font-size: 0.325rem;
	font-weight: bold;
	margin-top: 0.375rem;
	margin-left: 0.825rem;
}

.bq_list img {
	margin-right: 0.125rem;
	width: 15px;
}

.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);
}

@media screen and (max-width:992px){
.lxl_dt .dtbj{height:20rem;object-fit:cover;-o-object-fit:cover;}
.lxl_bq{height:15rem;padding:0.5rem;width:9.75rem;left:2%;padding-right:1.8rem;}
.bq_list_tit{font-size:0.8rem;margin-left:0}
.bq_list{margin-left:0;font-size:0.6rem;padding:0.4rem 0;}
.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%;
	}
}