/* 懒加载背景图片规则 */
.lazyload {
	opacity: 0;
	transition: opacity 0.5s;
}

.lazyloaded {
	opacity: 1;
}

/* 处理lazysizes的背景图片 */
.lazyload[data-bg] {
	background-image: none;
}


.xtit1 div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.xtit1 p {
	line-height: 53px;
	font-weight: 600;
	font-size: 38px;
	color: #FFFFFF;
	margin: 0 30px;
}

.xtit1 img {
	width: 23px;
	height: 14px;
}

.xtit1 span {
	text-align: center;
	display: block;
	line-height: 20px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.z_tit div {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	line-height: 53px;
}

.z_tit img {
	width: 23px;
	display: block;
}



.z_tit p {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.xcts .z_tit div {
	color: #FFFFFF;
}

.xcts .z_tit p {
	color: #FFFFFF;
}

.xqy {
	width: 100%;
	padding: 80px 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.xqy_ul {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.xqy_li {
	width: 345px;
	height: 355px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
}

.xqy_li:hover {
	box-shadow: 0px 0px 10px 0px rgba(29, 46, 67, 0.2);
}

.xqy_li:hover .xqy_li2 {
	color: var(--primary-color);
}

.xqy_li1 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.xqy_li2 {
	margin-top: 20px;
	line-height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.xqy_li3 {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.xqy_li3>div {
	margin: 0 5px;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
}

.xmore1 {
	width: 124px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(45, 125, 228, 0.4);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: var(--primary-color);
}

.xmore1 img {
	width: 8px;
	height: 8px;
	margin-left: 20px;
}

.xmore1:hover {
	color: #FFFFFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.xmore1:hover img {
	content: url('../images/jt2.svg');
}

.xmore1.xmore2 {
	color: #FFFFFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.xmore3 {
	width: 154px;
	height: 48px;

}

.xsup_tabbot .xmore2 {
	margin: 0 auto;
	margin-top: 50px;
}

.xvid2 .xmore2 {
	margin: 0 auto;
}

.xad1 {
	background-color: #f1f3f6;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.xad1_w {
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 0 220px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xad1_w span {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
background: linear-gradient(90deg, #409627 0%, #53AA17 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: block;

}

.xad1_w p {
	font-weight: 400;
	font-size: 24px;
	line-height: 21px;
	margin-top: 10px;
	width: 534px;
	opacity: 0.7;
	background: linear-gradient(90deg, #409627 0%, #53AA17 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.xad1_w a {
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	width: 190px;
	height: 48px;
	background: var(--primary-color);
	border-radius: 300px;
}

.xad1_w a img {
	width: 24px;
	height: 24px;
}

.xsup {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0;
	overflow: hidden;
}

.xsup_top {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.xsup_tabtop {
	display: flex;
	justify-content: end;
	align-items: baseline;
	border-bottom: 1px solid #C5C8D0;
}

.xsup_tabtop li {
	width: 200px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 21px;
	position: relative;
	padding-bottom: 18px;
	cursor: pointer;
}

.xsup_tabtop li::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	left: 0;
}

.xsup_tabtop li.on {
	color: var(--primary-color);
}

.xsup_tabtop li.on::after {
	background-color: var(--primary-color);
}

.xsup_tabbot1 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xsup_tabbot1_1 {
	flex: none;
	box-sizing: border-box;
	width: 345px;
	height: 535px;
	background: linear-gradient(180deg, #E5F1FF 0%, #FFFFFF 14.57%);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	padding: 20px 20px 0;
}

.xsup_tabbot1_2 {
	flex: 1;
	margin-left: 20px;
}

.xsup_t {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	box-sizing: border-box;
	padding-left: 22px;
	position: relative;
	margin-bottom: 20px;
}

.xsup_t::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.xsup_tabbot1_1a {
	line-height: 26px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.xsup_tabbot1_1a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.xsup_tabbot1_1b {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.xsup_tabbot1_1b1 {
	display: block;
	padding: 0 20px;
	height: 32px;
	background: rgba(107, 107, 107, 0.1);
	border-radius: 4px;
	overflow: hidden;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.xsup_tabbot1_1b1:hover {
	background: rgba(45, 125, 228, 0.1);
	color: var(--primary-color);
}

.xsup_tabbot1_1c {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	color: #333333;
}

.xsup_tabbot1_1c span {
	color: #C82B2C;
}

.xsup_tabbot1_1d {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*.xsup_tabbot1_1d li {*/
/*	margin-top: 10px;*/
/*	width: 145px;*/
/*}*/

.xsup_tabbot1_1d li div {
	width: 100%;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.xsup_tabbot1_1d li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xsup_tabbot1_1d li p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xsup_tabbotswp {
	padding-bottom: 40px;
	border-bottom: 1px solid #D3DFDF;
	margin-bottom: 20px;
}

.xsup_tabbotswp .swiper-pagination-bullets {
	bottom: 20px !important;
}

.xsup_tabbotswp .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(45, 125, 228, 0.4);
	border-radius: 50%;
	opacity: 1;
}


















.qy_excellent .xsup_t {
	color: #fff;
}

.qy_excellent {
	width: 100%;
	height: 206px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	background: linear-gradient(88deg, #003170 0%, #2D7DE4 100%);
}


.qy_excellent_list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.excellent_item {
	transition: all 0.3s;
}

.excellent_item div {
	width: 145px;
	height: 90px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
}

.excellent_item:hover {
	transform: translateY(-3px);
}

.excellent_item:hover div {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.excellent_item:hover p {
	text-decoration: underline;
}

.excellent_item p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 10px;
}

.qy_excellent_companies {
	display: flex;
	margin-left: 20px;
}

.company_col {
	width: 270px;
	flex: none;
	box-sizing: border-box;
	padding: 7px 20px 0;
	border-left: 1px dashed rgba(255, 255, 255, 0.4);
}

.company_col a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	padding-left: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.company_col a:hover {
	text-decoration: underline;
}

.xsup_tabbot1_2b {
	margin-top: 20px;
}

.xsup_tabbot1_2b_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 19px;
}

.xsup_tabbot1_2b_list li {
	margin-top: 1px;
	width: 254px;
	height: 292px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.xsup_tabbot1_2b_list li:hover .xsup_tabbot1_2b_list2 div{
	color: var(--primary-color);
}
.xsup_tabbot1_2b_list1 {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.xsup_tabbot1_2b_list2 {
	box-sizing: border-box;
	padding: 14px 14px 0;
}

.xsup_tabbot1_2b_list2 div {
	line-height: 22px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.xsup_tabbot1_2b_list2 p {
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #E52020;
	line-height: 20px;
}

.xnew_card{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.xnew_card1{
	border-radius:8px;
	overflow: hidden;
}
.xnew_card1_a{
	width: 100%;
	height: 229px;
	overflow: hidden;
}
.xnew_card1_b{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #FFF;
}
.xnew_card1_b1{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
.xnew_card1_b2{
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.xne {
	padding: 60px 0 20px 0;
	overflow: hidden;
}

.xne_w {
	margin-bottom: 60px;
}

.xne1 {
	display: flex;
	gap: 30px;
	margin-top: 60px;
}

.xne1_1 {
	flex: none;
	width: 460px;

}

.xne1_1a {
	width: 100%;
	height: 368px;
	border-radius: 10px;
	overflow: hidden;
}

.xne1_1b {
	box-sizing: border-box;
	padding: 20px 20px 0;
}

.xne1_1b1 {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}

.xne1_1b2 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xne1_1b3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.xne1_1b3 p{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.xne1_1b3 a{
	margin:0 !important;
}

.xne1_2 {
	flex: none;
	width: 460px;
}

.xne1_2 li {
	margin-top: 30px;
}

.xne1_2 li:nth-child(1) {
	margin-top: 0;
}

.xne1_2 .xne1_1b2 {
	margin-top: 12px;
}

.xne1_2 .xne1_1b3 {
	margin-top: 12px;
}

.xne1_2 .xne1_1b3 a {
	line-height: 20px;
	width: fit-content;
	height: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
}
.xne1_2 .xne1_1b3 a img {
	width: 8px;
	height: 8px;
}
/* ==================== 图片 Hover 动画系统 ==================== */

/* 1. 图片容器通用 hover 样式 - 防止放大溢出 */
.xsup_item_img,
.xnew_card1_a,
.xne1_1a,
.xzs1_1c,
.xsup_card_img,
.xsup_card_tag1,
.xsup_left_box .xsup_tabbot1_1d li div,
.xqy_li1,
.xqy_li3 > div,
.excellent_item div {
	overflow: hidden;
	position: relative;
}

/* 2. 企业卡片 - 图片放大 + 光泽扫过动画 */
.xsup_item .xsup_item_img img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.xsup_item:hover .xsup_item_img img {
	transform: scale(1.12);
	filter: brightness(1.08) contrast(1.03);
}
.xsup_item .xsup_item_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent 0%,
		rgba(255, 255, 255, 0.25) 50%,
		transparent 100%
	);
	transition: left 0.7s ease;
	z-index: 2;
	pointer-events: none;
}
.xsup_item:hover .xsup_item_img::after {
	left: 130%;
}

/* 3. 新闻资讯卡片 - 图片缩放 + 暗角效果 */
.xnew_card1_a {
	position: relative;
}
.xnew_card1_a img {
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.xnew_card1_a:hover img {
	transform: scale(1.1);
	filter: brightness(1.05) saturate(1.1);
}
.xnew_card1_a::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		transparent 50%,
		rgba(0, 0, 0, 0.3) 100%
	);
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.xnew_card1_a:hover::before {
	opacity: 1;
}
/* 新闻卡片整体悬浮 */
.xnew_card1 {
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}
.xnew_card1:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* 4. 行业展会 - 图片旋转放大效果 */
.xne1_1a img {
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.xne1_1:hover .xne1_1a img {
	transform: scale(1.08);
	filter: brightness(1.05);
}
.xne1_1 {
	transition: none;
}
.xne1_1:hover {
	transform: none;
}
/* 列表项也加悬浮动画 */
.xne1_2 li {
	transition: transform 0.15s ease;
}
.xne1_2 li:hover {
	transform: translateX(5px);
}

/* 5. 建筑板块 - 热门城市图片悬停动画 */
.xsup_left_box .xsup_tabbot1_1d li div {
	position: relative;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	border-radius: 8px;
}
.xsup_left_box .xsup_tabbot1_1d li div img {
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.xsup_left_box .xsup_tabbot1_1d li:hover div {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.xsup_left_box .xsup_tabbot1_1d li:hover div img {
	transform: scale(1.15);
	filter: brightness(1.1);
}

/* 6. 右侧企业卡片 - 头像放大 + 标签图片缩放 */
.xsup_card {
	position: relative;
	overflow: hidden;
}
.xsup_card_img img {
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.xsup_card:hover .xsup_card_img img {
	transform: scale(1.2);
}
.xsup_card_tag1 {
	position: relative;
	overflow: hidden;
}
.xsup_card_tag1 img {
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s ease;
}
.xsup_card_tag1:hover img {
	transform: scale(1.15);
	filter: brightness(1.05) saturate(1.1);
}
/* 卡片底部渐变光晕 */
/* 7. 招商加盟图片 - 呼吸放大 + 光晕 */
.xzs1_1c {
	position: relative;
}
.xzs1_1c img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.xzs1_1c img:hover {
	transform: scale(1.06);
	filter: brightness(1.03);
}
.xzs1_1c::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0 rgba(64, 150, 39, 0);
	transition: box-shadow 0.5s ease;
	pointer-events: none;
}
.xzs1_1c:hover::after {
	box-shadow: inset 0 0 30px 5px rgba(64, 150, 39, 0.15);
}

/* 8. 广告底部区域 - 背景图视差缩放 */
.xjs_ad_bg {
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.xjs_ad:hover .xjs_ad_bg {
	transform: scale(1.08);
}
.xjs_ad {
	transition: box-shadow 0.4s ease;
}
.xjs_ad:hover {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* 9. 优秀企业板块图片动画 */
.excellent_item div img {
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s ease;
}
.excellent_item:hover div img {
	transform: scale(1.12);
	filter: brightness(1.05);
}
.excellent_item div::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(64, 150, 39, 0.1) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}
.excellent_item:hover div::after {
	opacity: 1;
}

/* 10. 企业大全 Logo 旋转 + 放大 */
.xsup_item_logo img {
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.xsup_item:hover .xsup_item_logo img {
	transform: scale(1.15) rotate(5deg);
}

/* ==================== 按钮交互动画 ==================== */

/* 按钮箭头滑动动画 */
.xsup_item_btn img,
.xsup_card_btn img,
.xmore1 img {
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.xsup_item_btn:hover img,
.xsup_card_btn:hover img,
.xmore1:hover img {
	transform: translateX(5px);
}

/* 按钮背景滑动填充效果 */
.xsup_card_btn.border {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.xsup_card_btn.border::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}
.xsup_card_btn.border:hover::before {
	left: 0;
}

/* ==================== 卡片悬浮动画增强 ==================== */

/* 新闻列表项悬浮左边框 */
.xjs_news_item {
	position: relative;
	transition: background 0.3s ease, padding-left 0.3s ease;
}
.xjs_news_item:hover {
	background: rgba(64, 150, 39, 0.03);
	padding-left: 35px;
}

/* 企业名称列表下划线动画 */
.xsup_name_list li a {
	position: relative;
}
/*.xsup_name_list li a::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	width: 0;*/
/*	height: 1px;*/
/*	background: var(--primary-color);*/
/*	transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
/*}*/
.xsup_name_list li a:hover::after {
	width: 100%;
}

/* ==================== Tab 切换动画 ==================== */
.xsup_tabtop li {
	transition: color 0.3s ease;
}
.xsup_tabtop li::after {
	transition: background-color 0.3s ease, width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.xsup_tabtop li:hover {
	color: #333;
}

/* ==================== 推荐标签脉冲动画 ==================== */
.xsup_item_tag {
	animation: tagPulse 3s ease-in-out infinite;
}
@keyframes tagPulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.85; }
}

/* ==================== 页面滚动容器弹性动画 ==================== */
.xsup_item,
.xnew_card1,
.xne1_1,
.xsup_card,
.xjs_ad,
.excellent_item,
.xjs_news_item {
	will-change: transform;
}

/* ==================== 广告模块 hover 动画 ==================== */
.xad1_w {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.xad1_w:hover {
	transform: scale(1.01);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* ==================== 表单提交按钮动画 ==================== */
.xdfm4 input[type="submit"] {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.xdfm4 input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(64, 150, 39, 0.3);
}

/* ==================== 页脚链接动画 ==================== */
.j_footer2 a {
	position: relative;
	transition: color 0.3s ease;
}
.j_footer2 a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* ==================== 输入框聚焦动画 ==================== */
.xdfm1 input {
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.xdfm1 input:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(64, 150, 39, 0.1);
}
.xdfm3 textarea {
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.xdfm3:focus-within {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(64, 150, 39, 0.1);
}

/* ==================== 响应式适配 ==================== */
@media (max-width: 1200px) {
	.xsup_item:hover .xsup_item_img img {
		transform: scale(1.08);
	}
	.xnew_card1_a:hover img {
		transform: scale(1.06);
	}
}


.xne1_2 li:hover .xne1_1b1 {
	color: var(--primary-color);
}

.xne1_2 li:hover .xne1_1b3 a {
	color: var(--primary-color);
}

.xne1_2 li:hover .xne1_1b3 a img {
	content: url(../images/jt1.svg);
}



.X_video {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.X_video_c {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border: none;
	outline: none;
	flex: none
}

.X_video_b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center
}

.xvid {
	padding: 60px 0 83px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}

.xvid_w {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xvid1 {
	flex: none;
	box-sizing: border-box;
	width: 720px;
	height: 480px;
	border-radius: 10px;
	border: 1px solid #E4F0FD;
	background: #F8FDFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.xvid1_1 {
	width: 100%;
	height: 365px;
	flex: none;
}

.xvid1_2 {
	flex: 1;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.xvid1_2 a:hover .xvid1_2a {
	color: var(--primary-color);
}

.xvid1_2a {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}

.xvid1_2b {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xvid2 {
	width: 680px;
	height: 480px;
	background: linear-gradient(180deg, #EBF4FF 0%, #F8FDFF 100%);
	border-radius: 10px;
	border: 1px solid #E4F0FD;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.xvid2 li {
	margin-bottom: 40px;
}

.xvid2 li div {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}

.xvid2 li p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xvid2 li a:hover div {
	color: var(--primary-color);
}

.xcts {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 80px 0;
	overflow: hidden;
}
.xcts1{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 160px;
}
.xzs1 {
	margin-top: 40px;
	flex: none;
}

.xzs1_1 {
	flex: none;
	width: 640px;
}
.xcts1_1{
	margin: 10px 0 30px 0;
}
.xcts1_1 a{
	display: flex;
	gap: 20px;
	align-items: center;
	color: #409627;
	font-size: 14px;
	font-weight: 500;
}

.xzs1_1b{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	margin-top: 40px;
	color: #666;
}

.xzs1_1c {
	width: 640px;
	height: 343px;
	overflow: hidden;
	border-radius: 10px;
}

.xzs1_1c img {
	transition: all 0.5s ease-in-out;
}

.xzs1_1c img:hover {
	transform: scale(1.05);
}

.xzs1_2 {
	flex: 1;
}

.xzs1_2>p {
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
	text-align: center;
}

.xzs1_2a {
	font-weight: 700;
	font-size: 26px;
	color: #333;
	line-height: 36px;
	margin-bottom: 40px;
}

.xdfm {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	border-radius: 10px;
	background: linear-gradient(0deg, #FFF 0%, #409627 100%);
	backdrop-filter: blur(2px);
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 40px 30px 40px;

}

.xdfm1 {
	width: calc(50% - 5px);
	box-sizing: border-box;
	height: 51px;

	border-radius: 6px;
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
}

.xdfm1 input {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 96px;
	border: none;
	outline: none;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #EDEDED;
	color: #333;
	box-sizing: border-box;
}

.xdfm1 input::placeholder {
	color: #CCCCCC;
	font-size: 14px;
}

.xdfm1 p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 56px;
	line-height: 19px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	z-index: 1;
	font-family: 'AlibabaPuHuiTi-Medium';
}

.xdfm2 {
	width: 100%;
	height: 62px;
}

.xdfm3 {
	width: 100%;
	box-sizing: border-box;
	height: 140px;
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	padding: 45px 10px 5px 20px;
	border: 1px solid #EDEDED;

}

.xdfm3 textarea {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;

	font-weight: 400;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	position: relative;
	resize: none;
}

.xdfm3 p {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 56px;
	line-height: 19px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	z-index: 1;
}

.xdfm3 textarea::placeholder {
	color: #CCCCCC;
	font-size: 14px;
}

.xdfm4 {
	margin: 0 auto;
	margin-top: 40px;
	width: 154px;
	height: 48px;
	position: relative;
}

.xdfm4 input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	opacity: 0;
	cursor: pointer;
}
.big_bg{
	width: 100%;
	background-size: cover;
	background-position:top  center;
	background-repeat: no-repeat;
	border-radius: 100px 100px 0 0;
}

.xjs {
	padding: 80px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.xjs_title {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px !important;
}

.xjs_tit {
	display: flex;
	align-items: center;
	gap: 30px;
}

.xjs_tit span {
	font-weight: 700;
	font-size: 38px;
	color: #333;
	line-height: 57px;
}

.xjs_tit >img {
	width: 23px;
	height: 14px;
}

.xjs_more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	transition: all 0.3s;
}

.xjs_more img {
	width: 10px;
	height: 10px;
}


.xjs_news_line2 {
	width: 100%;
	height: 1px;
	background: #EEEEEE;
}

/* 底部区域 */
.xjs_bottom {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	margin-top: 30px !important;
}

.xjs_ad {
	flex: none;
	width: 380px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.xjs_ad_bg {
	width: 100%;
	height: 490px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.xjs_ad_content {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.xjs_ad_content div {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 12px;
}

.xjs_ad_content p {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 24px;
}

.xjs_news {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

.xjs_news_item {
	padding: 20px 30px;
	display: flex;
	align-items: center;
	gap: 50px;
	border-top: 1px solid #EEEEEE;
}
.xjs_news_item:first-child {
	border-top: none;
}
.xjs_news_item:hover .xjs_news_day{
	color: var(--primary-color);
}
.xjs_news_item:hover .xjs_news_year{
	color: var(--primary-color);
}
.xjs_news_item:hover .xjs_news_info div{
	color: var(--primary-color);
}
.xjs_news_date {
	flex: none;
	width: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.xjs_news_day {
	font-weight: 500;
	font-size: 28px;
	color: var(--primary-color);
	line-height: 42px;
}

.xjs_news_year {
	font-weight: 350;
	font-size: 12px;
	color: var(--primary-color);
	line-height: 18px;
}

.xjs_news_item .xjs_news_year,
.xjs_news_item .xjs_news_day {
	color: #666;
}



.xjs_news_line {
	flex: none;
	width: 1px;
	height: 40px;
	background: #EEEEEE;
}

.xjs_news_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 50px;
}

.xjs_news_info div {
	font-weight: 500;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.xjs_news_info p {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}




.y_gy_w {
	margin-top: 30px;
	display: flex;
}

.y_gy1 {
	width: 440px;
	height: 545px;
	flex: none;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.y_gy1_1 {
	width: 440px;
	height: 545px;
	overflow: hidden;

}

.y_gy1_1 img {
	width: 440px;
	height: 545px;
}

.y_gy1_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 142px;
	box-sizing: border-box;
	padding: 30px 30px 0;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.y_gy1_mask div {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
}

.y_gy1_mask p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 12px;
}


.y_gy2 {
	flex: 1;
	height: 550px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
}

.y_gy2_item {
	height: 33.3333%;
	box-sizing: border-box;
	padding: 0px 50px 0px 0;
	border-bottom: 1px solid #EEEEEE;
}

.y_gy2_item:last-child {
	border-bottom: none;
}

.y_gy2_item a:hover .y_gy2_item_1 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_2 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_1 p {
	color: #C82B2C;
}

.y_gy2_item a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.y_gy2_item_1 {
	flex: none;
	margin-right: 50px;
	width: 151px;
	height: 80px;
	text-align: center;
	border-right: 2px solid #EEEEEE;
}

.y_gy2_item_1 div {
	line-height: 52px;
	font-family: "DINPro";
	font-weight: 500;
	font-size: 40px;
	color: #666;
}

.y_gy2_item_1 p {
	line-height: 17px;
	font-weight: 400;
	font-size: 12px;
	color: #666;
}

.y_gy2_item_2 {
	flex: 1;
}

.y_gy2_item_2 div {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.y_gy2_item_2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 25px;

	margin-top: 12px;
}


.j_footer {
	width: 100%;
	background: #09190D;
	padding: 50px 0 40px 0;
}

.j_footer1 {
	justify-content: space-between;
}

.j_footer1_1 {
	margin-top: 7px;
}

.j_footer1_1 img{
	width: 150px;
	display: block;
}
.j_footer1_1 a {
	font-weight: 700;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
}

.j_footer1_2 div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

.j_footer1_2 div img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.j_footer1_2 p {
	line-height: 44px;
	font-family: 'DINPro';
	font-weight: 500;
	font-size: 32px;
	color: var(--primary-color);
	margin-top: 6px;
}

.j_footer2 {
	display: flex;
	gap: 130px;
	justify-content: space-between;
	margin: 38px 0 20px 0;
	padding: 50px 0 62px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}



.j_footer2 li:nth-child(1) {
	margin-bottom: 20px;
}

.j_footer2 a {
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 28px;
}

.j_footer2 li:nth-child(1) a {
	line-height: 22px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.j_footer3 {
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 22px;
	text-align: center;
}

.j_footer3 a {
	color: rgba(255, 255, 255, 0.3);
}

/* 企业大全模块样式 */
.xsup_box {
	margin-top: 60px;
}

.xsup_tit {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.xsup_tit span {
	font-weight: 700;
	font-size: 18px;
	color: var(--primary-color);
	line-height: 26px;
}

.xsup_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.xsup_item {
	box-sizing: border-box;
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
.xsup_item_logo{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.xsup_item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 30px 0px rgba(127, 174, 155, 0.3);
}
.xsup_item:hover .xsup_item_t div{
	color: var(--primary-color);
}
.xsup_item_t1{
	font-weight: 500; font-size: 18px; color: #333; line-height: 26px;
}
.xsup_item_img {
	width: 100%;
	height: 228px;
	overflow: hidden;
	background: #323232;
}

.xsup_item_t2{
	font-weight: 400; font-size: 14px; color: #999; line-height: 20px;margin-top: 16px;
}
.xsup_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.xsup_item:hover .xsup_item_img img {
	transform: scale(1.05);
}

.xsup_item_info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.xsup_item_btn {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	gap: 20px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: var(--primary-color);
	line-height: 21px;
	width: fit-content;
	transition: all 0.3s;
	margin-top: 16px;
}

.xsup_item_btn img {
	width: 8px;
	height: 8px;
}



.xsup_item_tag {
	position: absolute;
	top: 0;
	left: 0%;
	padding: 4px 10px;
	background: linear-gradient(180deg, rgba(255, 101, 74, 1) 0%, rgba(239, 171, 0, 1) 100%);
	border-radius: 8px 0px 8px 0px;
	font-weight: 500;
	font-size: 12px;
	color: #FEF3E9;
	line-height: 20px;
}

/* 建筑相关板块 */
.xsup_box2 {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	align-items: stretch;
}

.xsup_left {
	flex: none;
	width: 345px;
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}

.xsup_left_box {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.xsup_left_box .xsup_t {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.xsup_left_box .xsup_t::after {
	background: #FFFFFF;
}

.xsup_left_box .xsup_tabbot1_1b {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.xsup_left_box .xsup_tabbot1_1b1 {
	background: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	font-weight: 400;
	padding: 4px 18px;
	height: auto;
	line-height: 20px;
	border-radius: 4px;
	transition: all 0.3s;
}

.xsup_left_box .xsup_tabbot1_1b1:hover {
	background: #FFFFFF;
	color: var(--primary-color);
	font-weight: 500;
}

.xsup_left_box .xsup_tabbot1_1c {
	color: #FFFFFF;
}

.xsup_left_box .xsup_tabbot1_1c span {
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xsup_left_box .xsup_tabbot1_1d {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.xsup_left_box .xsup_tabbot1_1d li {
	width: calc(50% - 10px);
}

.xsup_left_box .xsup_tabbot1_1d li a {
	display: block;
}

.xsup_left_box .xsup_tabbot1_1d li div {
	width: 100%;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
}

.xsup_left_box .xsup_tabbot1_1d li p {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.xsup_right {
	flex: 1;
}

.xsup_right_box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}

.xsup_right_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.xsup_name_list {
	display: flex;
	gap: 40px;
}

.xsup_name_list li {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.xsup_name_list li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	transition: all 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.xsup_name_list li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.xsup_card_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.xsup_card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #F7FDFA;
	border-radius: 8px;
	transition: all 0.3s;
}

.xsup_card:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.xsup_card_img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;

}

.xsup_card:hover .xsup_card_img img {
	transform: scale(1.05);
}

.xsup_card_info {
	margin-top: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.xsup_card_tag{
	gap: 10px;
	margin-bottom: 20px;
}
.xsup_card_tag1{
	width: 62px;
	height: 62px;
	border-radius: 4px;
	overflow: hidden;
}
.xsup_card_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 9px 20px;
	background: var(--primary-color);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	width: fit-content;
	transition: all 0.3s;
	margin: 0 auto;
	box-sizing: border-box;
}

.xsup_card_btn.border {
	background: transparent;
	border: 1px solid rgba(31, 143, 104, 0.2);
	color: var(--primary-color);
}

.xsup_card_btn img {
	width: 8px;
	height: 8px;
}

.xsup_card_btn:hover {
	background: var(--primary-color) !important;
	color: #FFFFFF !important;
	border-color: var(--primary-color) !important;
}
.xsup_card_btn:hover img{
	content: url(../images/jt2.svg) !important;
}
.xne1_1b3 .xsup_card_btn {
background: #FFF;
	border: none;
	color: #666;
}

.xjs_title  .xsup_card_btn {
	margin: 0;
background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/* ==================== Hover 动画覆盖层（最高优先级） ==================== */

/* 企业卡片大图 - 放大 + 亮度增强 + 光泽扫过 */
.xsup_item .xsup_item_img { position: relative; overflow: hidden; }
.xsup_item .xsup_item_img img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease !important;
}
.xsup_item:hover .xsup_item_img img {
	transform: scale(1.12) !important;
	filter: brightness(1.08) contrast(1.03) !important;
}
.xsup_item .xsup_item_img::after {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 60%; height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
	transition: left 0.7s ease;
	z-index: 2;
	pointer-events: none;
}
.xsup_item:hover .xsup_item_img::after { left: 130%; }

/* 企业 Logo - hover 旋转放大 */
.xsup_item_logo { overflow: hidden; }
.xsup_item_logo img { transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }
.xsup_item:hover .xsup_item_logo img { transform: scale(1.15) rotate(5deg) !important; }

/* 企业卡片头像 - hover 放大 */
.xsup_card_img { overflow: hidden; }
.xsup_card_img img { transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }
.xsup_card:hover .xsup_card_img img { transform: scale(1.2) !important; }

/* 企业标签图片 - 只放大鼠标悬停的那一张 */
.xsup_card_tag1 { position: relative; overflow: hidden; }
.xsup_card_tag1 img { transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s ease !important; }
.xsup_card_tag1:hover img {
	transform: scale(1.15) !important;
	filter: brightness(1.05) saturate(1.1) !important;
}

/* 企业卡片 - 底部渐变线条 */
.xsup_card { position: relative; overflow: hidden; }
/* 招商加盟图片 - 放大 + 内发光 */
.xzs1_1c { position: relative; }
.xzs1_1c img { transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease !important; }
.xzs1_1c img:hover { transform: scale(1.06) !important; filter: brightness(1.03) !important; }
.xzs1_1c::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0 rgba(64, 150, 39, 0);
	transition: box-shadow 0.5s ease;
	pointer-events: none;
}
.xzs1_1c:hover::after { box-shadow: inset 0 0 30px 5px rgba(64, 150, 39, 0.15); }

/* 补回：行业展会标题 hover 变色 */
.xne1_1:hover .xne1_1b1 { color: var(--primary-color); }
