/* 产品中心标题样式 */
.product_list_met_16_1_35 .container h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
}
/* ===== 修复轮播图被导航栏遮挡 ===== */
.banner_met_16_1_2 {
    margin-top: 190px;
}

@media (max-width: 767px) {
    .banner_met_16_1_2 {
        margin-top: 90px;
    }
}

/* 业务范围轮播图样式 - 复用banner样式并调整 */
.biz_banner_met_16_1_2 {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 0;
}

.biz_banner_met_16_1_2 .slick-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.biz_banner_met_16_1_2 .slick-slide img {
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}

.biz_banner_met_16_1_2 .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
}

.biz_banner_met_16_1_2 .banner-text .container {
    height: 100%;
    display: table;
    text-align: center;
}

.biz_banner_met_16_1_2 .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle;
}

.biz_banner_met_16_1_2 .banner-text h4 {
    margin: 0;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.biz_banner_met_16_1_2 .banner-text p {
    font-size: 24px;
    margin: 20px 0 0;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* 轮播导航按钮 */
.biz_banner_met_16_1_2 .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 20;
    display: block !important;
}

.biz_banner_met_16_1_2 .slick-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.biz_banner_met_16_1_2 .slick-prev {
    left: 20px;
}

.biz_banner_met_16_1_2 .slick-prev:before {
    border-width: 15px 20px 15px 0;
    border-color: transparent rgba(255,255,255,0.8) transparent transparent;
}

.biz_banner_met_16_1_2 .slick-next {
    right: 20px;
}

.biz_banner_met_16_1_2 .slick-next:before {
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent rgba(255,255,255,0.8);
}

.biz_banner_met_16_1_2 .slick-arrow:hover:before {
    border-color: transparent #fff transparent transparent;
}

.biz_banner_met_16_1_2 .slick-next:hover:before {
    border-color: transparent transparent transparent #fff;
}

/* 轮播指示点 */
.biz_banner_met_16_1_2 .slick-dots {
    bottom: 20px;
}

.biz_banner_met_16_1_2 .slick-dots li button:before {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    opacity: 1;
}

.biz_banner_met_16_1_2 .slick-dots li.slick-active button:before {
    color: #fff;
}

/* 响应式 */
@media (max-width: 991px) {
    .biz_banner_met_16_1_2 .banner-text h4 {
        font-size: 28px;
    }
    .biz_banner_met_16_1_2 .banner-text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .biz_banner_met_16_1_2 .slick-slide img {
        min-height: 200px;
    }
    .biz_banner_met_16_1_2 .banner-text h4 {
        font-size: 22px;
    }
    .biz_banner_met_16_1_2 .banner-text p {
        font-size: 16px;
        margin-top: 10px;
    }
    .biz_banner_met_16_1_2 .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

.product_list_met_16_1_35 .container h2,
.product_list_met_16_1_35 .container .desc {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    text-align: center !important;
}

.product_list_met_16_1_35 .container .desc {
    font-size: 16px !important;
    padding: 0 10% !important;
}

/* 副标题 Product 样式 */
.product_list_met_16_1_35 .container .desc {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* 标签页导航样式 */
.product_list_met_16_1_35 .nav-tabs-horizontal {
    margin-bottom: 40px;
}

.product_list_met_16_1_35 .nav-tabs-solid {
    justify-content: center;
    border-bottom: none;
}

.product_list_met_16_1_35 .nav-item {
    margin: 0 10px;
}

.product_list_met_16_1_35 .nav-link {
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
}

.product_list_met_16_1_35 .nav-link.active {
    background: #007bff;
    color: #fff;
}

.product_list_met_16_1_35 .nav-link h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

/* 产品列表样式 */
.product_list_met_16_1_35 .index-product-list {
    padding: 0;
    list-style: none;
}

.product_list_met_16_1_35 .card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.product_list_met_16_1_35 .card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product_list_met_16_1_35 .card-header {
    padding: 0;
    overflow: hidden;
    height: 250px;
}

.product_list_met_16_1_35 .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

.product_list_met_16_1_35 .card-title {
    padding: 15px;
    text-align: center;
    background: #fff;
}

.product_list_met_16_1_35 .card-title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.product_list_met_16_1_35 .card-title a:hover {
    color: #007bff;
}

/* 动画效果 */
.product_list_met_16_1_35 [data-plugin="appear"] {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.product_list_met_16_1_35 [data-plugin="appear"].appear {
    opacity: 1;
    transform: translateY(0);
}

/* 响应式 */
@media (max-width: 768px) {
    .product_list_met_16_1_35 .container h2 {
        font-size: 28px;
    }
    
    .product_list_met_16_1_35 .nav-link h3 {
        font-size: 14px;
    }
}


/* 移动端导航样式 */
.met-mobile-navlist {
    background-color: #0a6dc6;
    padding: 0;
    margin: 0;
}

.met-mobile-navlist .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.met-mobile-navlist .nav-link {
    color: #ffffff !important;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    transition: background-color 0.3s;
}

.met-mobile-navlist .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
}

.met-mobile-navlist .mobile-dropdown-icon {
    font-size: 12px;
    transition: transform 0.3s;
}

.met-mobile-navlist .mobile-dropdown-icon.active {
    transform: rotate(180deg);
}

/* 子菜单样式 */
.mobile-submenu {
    background-color: rgba(0,0,0,0.1);
    overflow: hidden;
}

.mobile-submenu-item {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #ffffff !important;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background-color 0.3s;
}

.mobile-submenu-item:hover {
    background-color: rgba(255,255,255,0.05);
}







/* 主容器样式 */
.widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 图片容器样式 */
.widget-header.cover {
    position: relative;
    width: 100%;
    height: 350px; /* 固定高度 */
    overflow: hidden;
}

.widget-header.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例填充 */
    transition: transform 0.3s ease;
}

.widget:hover .widget-header.cover img {
    transform: scale(1.05); /* 悬停时轻微放大 */
}

/* 标题样式 */
.widget-title {
    padding: 20px;
    margin: 0;
    text-align: center;
}

.widget-title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    transition: color 0.3s ease;
}

.widget-title a:hover {
    color: #007bff; /* 悬停颜色 */
}

/* 描述文字样式 */
.keywords {
    display: block;
    padding: 0 20px 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .widget-header.cover {
        height: 250px;
    }
    
    .widget-title a {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .widget-header.cover {
        height: 200px;
    }
}
/* 方案二：提高优先级 */
.product-list .widget .widget-title {
    padding: 20px;
    margin: 0;
    text-align: center;
    font-size: 16px !important; /* 强制生效 */
    color: #333 !important;
}


/* 标题样式 */
.section-title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
}

/* 轮播容器外围间距 */
.product-slider {
    padding: 20px 5px; /* 给阴影留出空间 */
}

/* 单个产品卡片 */
.product-item {
    background: #fff;
    padding: 20px;
    margin: 0 10px; /* 卡片之间的间距 */
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); /* 阴影效果 */
    transition: transform 0.3s ease;
    text-align: center;
    outline: none; /* 移除 slick 聚焦时的边框 */
}

/* 鼠标悬停上浮效果 */
.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* 图片容器 */
.product-img {
    height: 250px; /* 固定高度，防止图片大小不一 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

/* 图片自适应 */
.product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 产品名称 */
.product-name {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

/* 修改 Slick 默认的分页点颜色 */
.slick-dots li button:before {
    font-size: 12px;
    color: #ccc; /* 未激活颜色 */
}
.slick-dots li.slick-active button:before {
    color: #007bff; /* 激活颜色 (根据您的主题色修改) */
}







/* ===== 热销产品横向轮播 - 原生JS版 ===== */

/* 轮播容器 */
.product_list_met_21_8_31 .carousel-wrapper {
    position: relative;
    padding: 0 60px;
    margin: 30px 0;
}

/* 左右按钮 */
.product_list_met_21_8_31 .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.8);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list_met_21_8_31 .carousel-btn:hover {
    background: rgba(0, 123, 255, 1);
}

.product_list_met_21_8_31 .prev-btn {
    left: 0;
}

.product_list_met_21_8_31 .next-btn {
    right: 0;
}

/* 轨道容器 */
.product_list_met_21_8_31 .carousel-track-container {
    overflow: hidden;
    width: 100%;
}

/* 轨道 */
.product_list_met_21_8_31 .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    cursor: grab;
}

.product_list_met_21_8_31 .carousel-track:active {
    cursor: grabbing;
}

/* 单个幻灯片 */
.product_list_met_21_8_31 .carousel-slide {
    flex: 0 0 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Widget卡片 */
.product_list_met_21_8_31 .widget {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product_list_met_21_8_31 .widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* 图片区域 */
.product_list_met_21_8_31 figure.widget-header {
    width: 100%;
    height: 280px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.product_list_met_21_8_31 figure.widget-header a {
    display: block;
    width: 100%;
    height: 100%;
}

.product_list_met_21_8_31 .img,
.product_list_met_21_8_31 .otherimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.product_list_met_21_8_31 .widget:hover .img {
    transform: scale(1.1);
}

/* 标题区域 */
.product_list_met_21_8_31 .widget-title {
    padding: 15px;
    margin: 0;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list_met_21_8_31 .widget-title a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.product_list_met_21_8_31 .widget-title a:hover {
    color: #007bff;
}

/* 指示点 */
.product_list_met_21_8_31 .carousel-dots {
    text-align: center;
    margin-top: 20px;
}

.product_list_met_21_8_31 .carousel-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
}

.product_list_met_21_8_31 .carousel-dots .dot.active {
    background: #007bff;
}

/* 响应式 */
@media (max-width: 1200px) {
    .product_list_met_21_8_31 .carousel-slide {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 768px) {
    .product_list_met_21_8_31 .carousel-wrapper {
        padding: 0 40px;
    }
    
    .product_list_met_21_8_31 .carousel-slide {
        flex: 0 0 50%;
    }
    
    .product_list_met_21_8_31 .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .product_list_met_21_8_31 .carousel-slide {
        flex: 0 0 100%;
    }
}



/* 手机菜单图标切换样式 */
.met-mobile-menu {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.met-mobile-menu .menu-icon,
.met-mobile-menu .close-icon {
    position: absolute;
    font-size: 30px;
    transition: all 0.3s ease;
}

/* 菜单打开时，隐藏菜单图标，显示X图标 */
.met-mobile-menu.menu-open .menu-icon {
    display: none !important;
}

.met-mobile-menu.menu-open .close-icon {
    display: block !important;
}

.met-mobile-menu:not(.menu-open) .menu-icon {
    display: block !important;
}

.met-mobile-menu:not(.menu-open) .close-icon {
    display: none !important;
}

/* 可选：添加旋转动画效果 */
.met-mobile-menu.menu-open .close-icon {
    animation: rotateIn 0.3s ease;
}

@keyframes rotateIn {
    from {
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform: rotate(0);
        opacity: 1;
    }
}



/* 调整手机菜单按钮样式 */
@media (max-width: 767px) {
    /* 调整按钮大小 */
    .met-mobile-menu {
        width: 24px !important;           /* 减小宽度（原30px） */
        height: 24px !important;          /* 减小高度（原30px） */
        margin-top: 18px !important;      /* 往下移一点 */
        padding: 0 !important;
    }
    
    /* 调整图标大小 */
    .met-mobile-menu .icon {
        font-size: 24px !important;       /* 减小图标（原30px） */
        line-height: 24px !important;
    }
    
    /* 或者使用transform缩放 */
    .met-mobile-menu .menu-icon,
    .met-mobile-menu .close-icon {
        transform: scale(0.8) !important; /* 缩小到80% */
    }

}
/* ===== 手机端分页链接样式 ===== */
@media (max-width: 767px) {
    /* 限制li宽度 */
    ul.pagination.block.blocks-2 li.page-item {
        display: inline-block !important;
        width: 45% !important;           /* 每个占45%，留10%空隙 */
        max-width: 180px !important;
        vertical-align: top !important;
        white-space: normal !important;  /* 允许换行 */
    }
    
    /* 设置链接样式 */
    ul.pagination.block.blocks-2 li.page-item a {
        display: block !important;           /* 改为块级元素 */
        width: 100% !important;              /* 占满父宽度 */
        max-width: 170px !important;         /* 最大宽度 */
        white-space: nowrap !important;      /* 不换行 */
        text-overflow: ellipsis !important;  /* 显示省略号 */
        overflow: hidden !important;         /* 隐藏溢出 */
        box-sizing: border-box !important;   /* 包含padding */
    }
    
    /* 或者用这个更强的选择器 */
    .pagination.block.blocks-2.text-xs-center li {
        display: inline-block !important;
            width: auto !important;
        max-width: 160px !important;
    }
    
    .pagination.block.blocks-2.text-xs-center li a {
        display: inline-block !important;
        max-width: 150px !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }
}