/* Base Styles */
:root {
    --primary-color: #0066cc;
    /* Example blue, adjust as needed */
    --secondary-color: #ff9900;
    /* Example orange */
    --bg-light: #f4f6f9;
    --text-color: #333;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--text-color);
}
.gsgdk .swiper-slide img{aspect-ratio: calc(6/3);width: 100%;object-fit: cover;}
a {
    text-decoration: none
}

ul,
li {
    list-style: none;
}
.yslbk .feature-box{border-left:5px solid #00a2eb}

.nyt img {
    width: 100%;
}
.dropdown-item{font-size:13px;line-height:2}
.nyt {
    position: relative;
    overflow: hidden;
}

.gyjsk img,.nrq img {
    max-width: 100%
}

.banwz {
    width: 100%;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    flex-wrap: wrap
}

.wz {
    width: 100%;
}

.banwz h1 {
    width: 100%;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.banwz article {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #d4dce3
}

.banwz a {
    color: #d4dce3
}

/*about*/
.sidebar-header {
    background-color: #0095d9;
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1.1rem;margin: 0px auto !important;
}

.list-unstyled1 {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.list-unstyled1 li a {
    display: block;
    padding: 15px 20px;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.list-unstyled1 li a.active,
.list-unstyled1 li a:hover {
    color: #0d6efd;
    position: relative;
    transition: 0.3s;
}

.list-unstyled1 li a.active:after,
.list-unstyled1 li a:hover:after {
    width: 4px;
    height: 20px;
    content: '';
    background: #0d6efd;
    left: 0;
    top: 17px;
    position: absolute;
}

.list-unstyled1 li a:hover {}

.dbgn {
    background-color: #f5f7fa;
}



.gsgdk .swiper-slide {
    object-fit: cover;

    border-radius: 4px;
}

.gyjsk {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
}

.jsbtk {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.companySwiper {
    width: 100%;
}

.company-pagination {
    bottom: 0 !important;
}

.company-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #666;
    opacity: 1;
    margin: 0 5px !important;
}

.company-pagination .swiper-pagination-bullet-active {
    background-color: #E32626;
}

/*ttop*/
.ttop {
    width: 100%;
    transition: all ease .3s;
    background: #fff;
    padding: 0;

    border-top: 2px solid #1b5c92
}

.ttops {
    width: 100%;
    background: rgb(255 255 255 / 95%) !important;
    animation: ease-in banner-dh .3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    min-height: 80px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e6e6e6;
}

.hdp img {
    width: 100%
}

/* Animations & Dynamic Effects */
.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Navbar */
.navbar {
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    height: 67px;
}

.nav-custom-links .nav-link {
    font-weight: 500;
    color: #888;
    padding: 10px 25px !important;
    position: relative;
    font-size: 16px;
}

.nav-custom-links .nav-link:hover {
    color: #111;
}

.nav-custom-links .nav-link.active {
    color: #888;
}

.nav-custom-links .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 40%;
    width: 25px;
    height: 3px;
    background-color: #00a8ff;
    border-radius: 2px;
}

.btn-chat-now {
    background-color: #05c25d;
    color: white;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-chat-now:hover {
    background-color: #04a54f;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(5, 194, 93, 0.3);
}

.btn-dropdown-lang {
    background-color: #17181c;
    color: white;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-dropdown-lang:hover {
    background-color: #2c2d33;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-custom {
    background-color: var(--primary-color);
    color: white;
    border-radius: 25px;
    padding: 8px 25px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-custom:hover {
    background-color: #0052a3;
    color: white;
}

.lxgy {
    margin-top: 40px !important;
}

.btn-secondary-custom {
    background-color: #fff;
    color: #333;
    border-radius: 60px;
    transition: all 0.3s;
    font-size: 17px;
    line-height: 2;
    padding: 14px 4px 14px 15px;
}

.yjt {
    background-color: var(--secondary-color);
    border-radius: 70px;
    padding: 18px 20px;
    color: #fff
}

.btn-secondary-custom:hover {
    background-color: #e68a00;
    color: white;
}

.btn-secondary-custom:hover .yjt {
    background: #fff;
    color: #e68a00
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.9) 0%, rgba(0, 102, 204, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%), url('https://picsum.photos/id/1070/1920/1080') center/cover;
    color: white;
    padding: 120px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* Brands Section */
.brands-section {
    background: url("../images/logobg.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 0;
}

.brands-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.brands-logos img {
    height: 50px;
    filter: brightness(0) invert(1);
    /* make them white */
    margin: 10px 15px;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #111;
}

/* Product Tabs */
.custom-nav-pills {
    border-bottom: none;
}

.custom-nav-pills .nav-link {
    color: #122240;
    background: none !important;
    border-radius: 0;
    margin: 0 30px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 32px;
    border: none;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
}

.custom-nav-pills .nav-link.active,
.custom-nav-pills .show>.nav-link {
    color: #00a8ff !important;
}

.custom-nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #00a8ff;
    border-radius: 2px;
}

.product-card {
    border: 1px solid #eee;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    aspect-ratio: calc(6/5);
    border-radius: 20px;
    object-fit: cover;
    background-color: #fff;
    padding: 10px;
}

.product-card .card-body {
    text-align: center;
    padding: 15px 20px 25px;
}

.product-title {
    font-size: 17px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 500;
    overflow: hidden;
    ;
    text-overflow: ellipsis;
    white-space: nowrap;
    ;
}

.btn-chat-product {
    border: 1px solid #f39c12;
    color: #f39c12;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 17px;
    background: transparent;
    transition: 0.3s;
    width: 85%;
    display: inline-block;
}

.btn-chat-product:hover {
    background: #f39c12;
    color: #fff;
}

/* Who Are We */
.who-are-we {
    background: url("../images/gybg.jpg") no-repeat top center;
    background-size: cover;
    color: white;
    padding: 80px 0;
}

.who-are-we h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.img-grid img:first-child {
    grid-row: span 2;
}

/* Swiper Section */
.swiper-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.tech-tag {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 0.9rem;
    color: #555;
    transition: 0.3s;
    cursor: pointer;
}

.tech-tag:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.cpgd .mySwiper {
    width: 100%;
    padding-bottom: 50px !important;
}

.cpgd .swiper-slide {
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cpgd .swiper-slide img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: contain;
    padding: 20px;
}

/* Why Choose Us */
.features-section {
    padding: 80px 0;
}

.feature-box {
    background: #f8f9fa;
    padding: 40px 30px;
    height: 100%;
    text-align: left;
    position: relative;

    /* default */
    transition: all 0.3s ease;
}

.feature-box.border-blue {
    border-left-color: #00a8ff;
}

.feature-box.border-orange {
    border-left-color: #f39c12;
}

.feature-box.hover-action:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon-wrapper {
    margin-bottom: 20px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #111;
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-box.hover-action:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
}

.feature-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 600;
}

/* Contact/Unlock Form */
.cta-form-section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://picsum.photos/id/1050/1920/600') center/cover;
    padding: 80px 0;
    color: white;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 12px;
    color: #333;
}

.form-control {
    border-radius: 8px;
    padding: 1rem 1.5rem !important;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

/* Footer */
.custom-footer {
    background-color: #1a1a1f;
    color: #a0a0a5;
    padding: 60px 0 30px;
    font-size: 18px;
}

.custom-footer h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.footer-contact-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.footer-contact-list i {
    margin-right: 10px;
    margin-top: 3px;
    color: #888;
}

.social-icons-outline a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    color: #888;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons-outline a:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.search-input {
    background-color: #4a4a50;
    border: none;
    color: #fff;
}

.search-input::placeholder {
    color: #999;
}

.search-input:focus {
    background-color: #555;
    color: #fff;
    box-shadow: none;
}

.search-btn {
    background-color: #388ae0;
    border: none;
}

.search-btn:hover {
    background-color: #2b70b5;
}

.btn-color {
    background: #3086d2;
    font-weight: 800;
    border-radius: 50px;
    color: #fff;
    transition: all ease-in .3s;
    padding: 1rem 5rem !important;
}

.btn-color:hover {
    background: #1c75c3;
    color: #fff
}

/*产品黎贝澳*/
.product-img-wrapper {
    width: 100%;
    max-width: 250px;
    flex-shrink: 0;
    margin: 0 auto;
}

.product-img-wrapper img {
    width: 100%;
    aspect-ratio: calc(6/5);
    object-fit: contain;
}

.btn-chat {
    background-color: #3086d2;
    border-color: #3086d2;
    border-radius: 50px;
    min-width: 140px;
    color: #fff
}

.btn-chat:hover {
    background: #2377c0;
    color: #fff
}

.cpbfms {
    font-size: 15px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cplbbt {
    font-size: 24px;
    line-height: 2;
}

.lxbtn {
    font-size: 28px;
    line-height: 3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lxbtn {
        font-size: 24px;
        line-height: 3;
    }

    .dbgn {
        padding-top: 0 !important
    }

    .fym {
        margin-top: 25px;
    }

    .gsgdk {

        overflow: hidden;
    }

    .custom-footer {
        font-size: 15px;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .img-grid {
        grid-template-columns: 1fr;
    }

    .img-grid img:first-child {
        grid-row: span 1;
    }

    .brands-logos img {
        margin: 10px;
        height: 30px;
    }

    .navbar-brand img {
        height: 37px;
    }

    .brands-section {
        background-size: cover;
        padding: 10px 0;
    }

    .brands-logos img {
        height: 20px;
    }

    .custom-nav-pills .nav-link {
        font-size: 18px;
    }

    .btn-chat-product {
        font-size: 14px;
        padding: 10px 0;
    }

    .cpbt {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*首页表单*/
    .sybdkk {
        width: 100%;
        background: url("../images/bdbg.jpg") no-repeat top center;
        background-size: cover;
        padding: 30px 0 20px 0;
    }

    .sybdw h1 {
        margin: 0;
        font-size: 24px;
        color: #fff;
        line-height: 2;
        text-align: center;
    }

    .sybdw article {
        font-size: 16px;
        font-weight: 600;
        line-height: 2;
        color: #d9d9d9;
        text-align: center;
        margin: 15px auto;
    }

    .bdwz {
        margin-top: 0.5rem;
    }

    .custom-footer h4 {
        font-size: 1.2rem;
    }

    .sybdw h1 {
        font-size: 20px !important;
        line-height: 1.5 !important
    }

    .features-section {
        padding: 30px 0 !important;
    }

    .cplbbt {
        font-size: 18px;
    }

    /*产品详情描述*/
    .xqms {
        width: 100%;
        margin-top: 1rem;
        font-size: 15px;
        line-height: 2;
        color: #555;
    }

    .cpgs {
        overflow: hidden;
        margin: 0px auto 20px;
        background: #f7f7f7;
        padding: 30px;
        border-radius: 15px;
    }

    .cptpn {
        width: 100%;
        overflow: hidden;
    }

    /*产品右边描述*/
    .cpybms {
        width: 100%;
        margin-top: 15px;
    }

    .cpbtkn {
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .cpbtkn h1 {
        margin: 0;
        font-size: 22px;
        color: #333;
        line-height: 40px;
        font-weight: bold;
    }

    .cpbtkn h2 {
        margin: 0;
        font-size: 1rem;
        line-height: 2;
        color: #de0011;
    }

    .cpybms article {
        margin: 20px auto;
        font-size: 1rem;
        line-height: 2;
        color: #555;
    }

    .lan {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .zjyx {
        width: 48%;
        display: block;
        font-size: 16px;
        padding: 10px 30px;
        text-align: center;
        background: #3086d2;
        border: 1px solid #3086d2;
        color: #fff;
        border-radius: 50px;
    }

    .lxwm {
        width: 48%;
        display: block;
        font-size: 16px;
        padding: 10px 30px;
        text-align: center;
        background: #fff;
        color: #3086d2;
        border-radius: 50px;
        border: 1px solid #3086d2
    }

    .nyt {
        min-height: 160px;
    }

    .nyt img {
        object-fit: cover;
        height: 160px;
    }

    .banwz h1 {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {
    .nav-custom-links .nav-link {
        font-weight: 500;
        color: #888;
        padding: 10px 8px !important;
        position: relative;
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .sybdw h1 {
        font-size: 28px !important;
    }

    .sybdw article {
        font-size: 16px !important;
    }
}


/* Enable hover for dropdown menus on desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .gywzn {
        font-size: 18px;
        line-height: 2;
    }

    .btn-chat-product {
        padding: 10px 0;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 1420px;
    }
}


/* Global Swiper Styles for Product Details (Mobile + Desktop) */
.cptpn .swiper-slide {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cptpn .swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 6 / 5;
    object-fit: contain;
    cursor: pointer;
}

.cptpn .mySwiper2 {
    margin-bottom: 10px;
    width: 100%;
}

.cptpn .mySwiper {
    box-sizing: border-box;
    padding: 5px 0;
    width: 100%;
}

.cptpn .mySwiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.cptpn .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #05c25d !important;
    border-width: 2px;
}

.xqms img {
    max-width: 100%;
    ;
}

/* 表格（参数/表单）通用样式 */
.xqms table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
}

.xqms table th,
.xqms table td {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    color: #555;
}

.xqms table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
}

.xqms table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.xqms table tr:hover {
    background-color: #f4f6f9;
}

/* 自定义产品型号参数表格样式（独立页面使用） */
.custom-pump-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.custom-pump-table th,
.custom-pump-table td {
    padding: 10px 2px;
    border: 1px solid #e2e8f0;
    text-align: center;
    vertical-align: middle;
}

.custom-pump-table thead tr:first-child th {
    background-color: #5c72b8 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-color: #5c72b8 !important;
}

.custom-pump-table thead tr:nth-child(2) th {
    background-color: #f7f9fc;
    color: #4a4a4a;
    font-weight: 600;
}

.custom-pump-table tbody tr:nth-child(odd) {
    background-color: #fafbfc;
}

.custom-pump-table tbody tr:hover {
    background-color: #eef2f6;
}

@media (max-width: 768px) {
    .custom-pump-table {
        font-size: 13px;
    }

    .custom-pump-table th,
    .custom-pump-table td {
        padding: 8px 6px;
    }
    .yslbk:nth-child(2) .feature-box,.yslbk:nth-child(4) .feature-box{border-left:5px solid #fd9a1a}
}

/* 微信悬浮二维码弹窗CSS */
.wx-float-btn .wx-qr-popup {
    position: absolute;
    right: 55px;
    /* 按钮宽度 + 一点间距 */
    top: 50%;
    transform: translateY(-50%) translateX(15px);
    background: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    pointer-events: none;
    z-index: 1001;
}

/* 小三角形指示器 */
.wx-float-btn .wx-qr-popup::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* 悬停状态显示弹窗 */
.wx-float-btn:hover .wx-qr-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.form-group-custom1{display: flex;justify-content: flex-start}
@media (min-width: 768px) {
    .yslbk:nth-child(2) .feature-box,.yslbk:nth-child(3) .feature-box{border-left:5px solid #fd9a1a}
    /*产品详情描述*/
    .xqms {
        width: 100%;
        margin-top: 1rem;
        font-size: 15px;
        line-height: 2;
        color: #555;
    }

    .cpgs {
        overflow: hidden;
        margin: 0px auto 20px;
        background: #f7f7f7;
        padding: 30px;
        border-radius: 15px;
    }

    .cptpn {
        width: 45%;
        float: left;
        overflow: hidden;
    }

    /*产品右边描述*/
    .cpybms {
        width: 55%;
        float: right;
        margin-top: 15px;
        padding-left: 60px;
    }

    .cpbtkn {
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .cpbtkn h1 {
        margin: 0;
        font-size: 1.6rem;
        color: #333;
        line-height: 40px;
        font-weight: bold;
    }

    .cpbtkn h2 {
        margin: 0;
        font-size: 1rem;
        line-height: 2;
        color: #de0011;
    }

    .cpybms article {
        margin: 40px auto;
        font-size: 1rem;
        line-height: 2;
        color: #555;
    }

    .lan {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .zjyx {
        width: 48%;
        display: block;
        font-size: 1.2rem;
        padding: 10px 30px;
        text-align: center;
        background: #3086d2;
        border: 1px solid #3086d2;
        color: #fff;
        border-radius: 50px;
    }

    .lxwm {
        width: 48%;
        display: block;
        font-size: 1.2rem;
        padding: 10px 30px;
        text-align: center;
        background: #fff;
        color: #3086d2;
        border-radius: 50px;
        border: 1px solid #3086d2
    }

    /**/

    .fym {
        margin-top: 50px;
    }

    .gsgdk {

        overflow: hidden;
    }

    .btn-chat-product {
        padding: 10px 0;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 1420px;
    }

    .cpbt {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*首页表单*/
    .sybdkk {
        width: 100%;
        background: url("../images/bdbg.jpg") no-repeat top center;
        background-size: 100%;
        padding: 50px 0 50px 0;
    }

    .sybdw h1 {
        margin: 0;
        font-size: 36px;
        color: #fff;
        line-height: 2;
        text-align: center;
    }

    .sybdw article {
        font-size: 18px;
        font-weight: 600;
        line-height: 2;
        color: #d9d9d9;
        text-align: center;
        width: 80%;
        margin: 15px auto;
    }

    .bdwz {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2.5rem;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #1b5c92 !important;
    border-color: #1b5c92 !important;
}

.page-link {
    color: #333;
}

/* Static Product Grid Styles */
.transition-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.btn-arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f2f3f5;
    color: #111;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cpsyk:hover .btn-arrow-circle {
    background-color: #000;
    color: #fff;
}

.cpxms {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.btn-explore {
    background-color: #3b8ce1;
    border: 1px solid #3b8ce1;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    background-color: #2a6db5;
    border-color: #2a6db5;
}

.btn-explore-icon {
    width: 38px;
    height: 38px;
    transition: all 0.3s ease;
}

/* Product Category Pills */
.category-pills .btn {
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    background-color: #f0f0f0;
    color: #333;
    border: none;
    transition: all 0.3s ease;
}

.category-pills .btn:hover {
    background-color: #3b8ce1;color: #fff;
}

.category-pills .btn.active {
    background-color: #3b8ce1;
    color: #fff;
    box-shadow: 0 4px 10px rgba(59, 140, 225, 0.3);
}
