.productCenter2205191604 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter2205191604 * {
    box-sizing: border-box;
}

.productCenter2205191604 .swiper-slide a {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #000;
    position: relative;
    padding-bottom: 20px;
    background: #fff;
    
    
    border-radius: 8px;           
    padding: 5px;                
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08),  
                0 1px 3px rgba(0, 0, 0, 0.05);   
    border: none;                
    overflow: hidden;             
   
}

.productCenter2205191604 .swiper-container {
    height: 460px;
}
 
.productCenter2205191604 .swiper-slide .moreBtn {
    display: inline-block;
    width: 0%;
    position: absolute;
    left: -20%;
    bottom: -20px;
}

.productCenter2205191604 .swiper-slide .btnIcon {
    padding: 8px 12px;
    height: 38px;
    line-height: 38px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s linear;
}

.productCenter2205191604 .swiper-slide a .proContent {
    padding: 10px;
}

/* 名字（标题）保留显示 */
.productCenter2205191604 .swiper-slide a .proContent .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin: 20px 0 30px;
    line-height: 1.2;
    font-weight: 500;
}

/* 任职职位 保留显示 */
.productCenter2205191604 .swiper-slide a .proContent .position {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

/* 资讯项目 完全隐藏 */
.productCenter2205191604 .swiper-slide a .proContent .dec {
    display: none !important;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.productCenter2205191604 .swiper-slide a:hover {
    transition: all 0.3s linear;
    border-bottom: 2px solid #fd6e27;
    
    /* ==========  hover 强化立体效果 ========== */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15),  /* 悬浮时更强阴影 */
                0 2px 8px rgba(0, 0, 0, 0.08);
}

.productCenter2205191604 .swiper-slide a:hover .moreBtn .btnIcon {
    background: #fd6e27;
}

/* ========== 图片区域 ========== */
.productCenter2205191604 .swiper-slide a .proImg {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
    transition: all 0.5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    
    /* 去掉边框，只保留内部轻微阴影 */
    border: none;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.05);
    border-radius: 6px;
}

/* 去掉光效 */
.productCenter2205191604 .swiper-slide a .proImg::after {
    display: none; /* 隐藏 */
}

.productCenter2205191604 .swiper-slide a .proImg img {
    height: 95%;
    width: auto;
    max-width: none;
    display: block;
    object-fit: unset;
    border: none;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

/* 图片放大效果 */
.productCenter2205191604 .swiper-slide a:hover .proImg img {
    transform: scale(1.05);
}

.productCenter2205191604 .swiper-slide a:hover .btnIcon {
    background: #000;
}

.productCenter2205191604 .swiper-slide a:hover .btnIcon svg path {
    fill: #fff;
}

.productCenter2205191604 .swiper-button-next,
.productCenter2205191604 .swiper-button-prev {
    background: rgba(51, 51, 51, .3);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.productCenter2205191604 .swiper-button-next {
    right: 0;
}

.productCenter2205191604 .swiper-button-prev {
    left: 0;
}

.productCenter2205191604 .swiper-button-prev svg {
    transform: rotate(180deg);
}

.productCenter2205191604 .swiper-button-next:hover,
.productCenter2205191604 .swiper-button-prev:hover {
    background: rgba(51, 51, 51);
}