a { color: rgb(10, 77, 202); text-decoration: none; background-color: transparent; }
.nav-heading, .nav-heading a:hover, .nav-heading .nav-heading-title:hover { color: rgb(10, 73, 255); }
.dropdown-menu li:hover > .dropdown-item { color: rgb(10, 77, 202); }
.btn-primary { background-color: rgb(9, 85, 204); border: 0px; background-image: linear-gradient(to right, rgb(2, 182, 228), rgb(10, 77, 202)); }
.input-bg, .input-bg:focus { border: 2px solid rgb(48, 181, 226); }
.btn-primary:hover { background-color: rgb(9, 85, 204); border-color: rgb(9, 85, 204); background-image: none; }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgb(9, 85, 204); }
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:not(.disabled), .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled) { color: rgb(9, 85, 204); }
.text-blue { color: rgb(0, 31, 119); }
.icon-server { font-size: 36px; background-color: rgb(10, 77, 202); color: rgb(255, 255, 255); display: inline-block; margin: 1rem auto 12px; padding: 1rem 1.1rem; }
.card-service h4 { font-size: 1.1rem; }
.card-service p { font-size: 0.8rem; }
.navbar-expand-lg .navbar-nav .nav-link { padding: 5px 0.8rem; text-align: center; font-weight: 700; }
.navbar-expand-lg .navbar-nav .nav-link > p {    display: inline-block; margin-bottom: 0px; padding-top: 5px; font: bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif; }
.navbar-expand-lg .navbar-nav .nav-link > i { font-size: 18px; }
.navbar-expand-lg.navbar { padding-top: 8px !important; padding-bottom: 8px !important; }
.pro-list .tab-content { border-left: 1px dotted rgb(204, 204, 204); padding-left: 1.8rem; }
.pro-list a { color: rgb(103, 103, 118); }
.home-ad3 { background: url("../images/home-ad3.jpg") center center / cover no-repeat; padding-top:40%; position: absolute; inset: 0px; z-index: -1; }

.home-ad-text { padding-top: 8rem; padding-bottom: 8rem; display: table; }
.home-ad-text img { max-width: 520px; }
.media a:hover { text-decoration: none; }
.media a:hover > i { color: rgb(10, 77, 202) !important; fill: rgb(10, 77, 202) !important; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: rgb(10, 77, 202) !important; border-color: rgb(10, 77, 202) !important; }
/*.bg-secondary { background: url("../images/banner-bg.jpg") center center no-repeat; color: rgb(255, 255, 255); }*/
.bg-secondary h1 { color: rgb(255, 255, 255); }
.bg-secondary .breadcrumb-item > a { color: #fff; }
.btn-dark { background-color: rgb(0, 57, 104); border-color: rgb(0, 57, 104); }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle, .btn-dark:hover { color: rgb(255, 255, 255); background-color: rgb(10, 77, 202); border-color: rgb(10, 77, 202); }
.product-desc .pl-3 { font-size: 0.6rem; }
.product-desc .number { color: rgb(10, 73, 255); }
.product-list .product-list-thumb { display: block; width: 5rem !important; }
.product-list .product-pic { width: 10%; }
.product-list .product-meta { width: 20%; }
.product-list .product-desc { width: 15%; }
.product-list .product-category  { width: 15%; }
.product-list .product-price { width: 15%; font-size: 0.8rem; }
.product-list .product-price .list-group-item{ padding:.3rem 1.25rem;}
.product-list .product-btn { width: 15%; text-align: center; }
.bk-product-list-category-badge {
    display: inline-block;
    padding: .15rem .5rem;
    font-size: .75rem;
    line-height: 1.4;
    color: #0a49ff;
    background: #eef3ff;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.bk-product-list-category-badge:hover {
    color: #0a49ff;
    background: #dfe8ff;
}
@media (max-width: 767.98px) {
    .products-list {
        border: 0 !important;
        padding-bottom: 0 !important;
    }
    .bk-product-list-item.card {
        border: 1px solid #e3e9ef !important;
        border-radius: .5rem !important;
        margin-top: .75rem !important;
        margin-bottom: 0;
        padding: .875rem !important;
        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
        overflow: visible;
    }
    .bk-product-list-item .bk-product-list-body {
        display: grid !important;
        grid-template-columns: 4.5rem minmax(0, 1fr);
        grid-template-areas:
            "pic meta"
            "desc desc"
            "price price"
            "actions actions";
        gap: .625rem .75rem;
        border-bottom: 0 !important;
        justify-content: initial !important;
    }
    .bk-product-list-item .product-pic {
        grid-area: pic;
        width: auto !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .bk-product-list-item .product-list-thumb {
        width: 4.5rem !important;
        height: 4.5rem;
        border: 1px solid #eef2f6;
        border-radius: .375rem;
        overflow: hidden;
        background: #fff;
    }
    .bk-product-list-item .product-list-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .bk-product-list-item .product-meta {
        grid-area: meta;
        width: auto !important;
        min-width: 0;
        text-align: left !important;
    }
    .bk-product-list-item .product-title {
        font-size: .9375rem;
        line-height: 1.35;
        margin-bottom: .25rem !important;
        word-break: break-word;
    }
    .bk-product-list-item .product-title a {
        color: #1f2937;
    }
    .bk-product-list-item .bk-product-list-brand {
        color: #6b7280 !important;
        padding-bottom: .35rem !important;
    }
    .bk-product-list-item .bk-product-list-category-inline {
        margin-top: .125rem;
    }
    .bk-product-list-item .product-category.d-none.d-md-block {
        display: none !important;
    }
    .bk-product-list-item .product-desc {
        grid-area: desc;
        width: 100% !important;
        padding-top: .25rem;
        border-top: 1px solid #f0f3f7;
    }
    .bk-product-list-item .product-desc:not(:has(.bk-product-list-desc:not(:empty))) {
        display: none;
    }
    .bk-product-list-item .product-desc::before {
        content: attr(data-label);
        display: block;
        font-size: .75rem;
        font-weight: 600;
        color: #9ca3af;
        margin-bottom: .25rem;
        text-transform: uppercase;
        letter-spacing: .02em;
    }
    .bk-product-list-item .bk-product-list-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0 !important;
        color: #4b5563;
        line-height: 1.45;
    }
    .bk-product-list-item .product-price {
        grid-area: price;
        width: 100% !important;
        padding-bottom: 0 !important;
    }
    .bk-product-list-item .product-price:empty {
        display: none;
    }
    .bk-product-list-item .product-price .list-group {
        border: 1px solid #eef2f6;
        border-radius: .375rem;
        overflow: hidden;
    }
    .bk-product-list-item .product-price .list-group-item {
        padding: .35rem .75rem !important;
        font-size: .8125rem;
    }
    .bk-product-list-item .product-btn {
        grid-area: actions;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .625rem 0 0 !important;
        margin-top: .125rem;
        border-top: 1px solid #f0f3f7;
        text-align: left !important;
    }
    .bk-product-list-item .bk-product-list-stock {
        margin-bottom: 0 !important;
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: .8125rem;
    }
    .bk-product-list-item .bk-product-list-stock .number {
        color: #0a49ff;
        font-weight: 600;
    }
    .bk-product-list-item .bk-product-list-actions {
        margin-bottom: 0 !important;
        flex: 1 1 auto;
        justify-content: flex-end !important;
    }
    .bk-product-list-item .bk-product-list-actions .AddCartNumber {
        width: 3.75rem !important;
        min-width: 3.75rem;
    }
    .bk-product-list-item .bk-product-list-actions .BtnAddCart {
        white-space: nowrap;
    }
}

/* 产品详情：信息列表 label 固定宽度对齐 */
.product-info .list-group-item {
    gap: 0.75rem;
}
.product-info .list-group-item > span:first-child {
    flex: 0 0 6.5rem;
    width: 6.5rem;
    flex-shrink: 0;
}
.product-info .list-group-item > span:last-child {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
}

.card { overflow: hidden; }
.about-ol ul { padding-top: 15px; }
.about-ol ul > li { position: relative; padding-top: 50px; }
.about-ol ul > li::after { font-size: 22px; display: inline-block; position: absolute; top: 15px; left: -20px; color: rgb(8, 88, 157) !important; font-family: feather !important; }
.about-ol ul > li::before { font-size: 18px; text-transform: uppercase; position: absolute; top: 18px; left: 8px; color: rgb(8, 88, 157) !important; }
.about-ol ul > li:nth-child(1)::after { content: ""; }
.about-ol ul > li:nth-child(1)::before { content: "Response Time"; }
.about-ol ul > li:nth-child(2)::after { content: ""; }
.about-ol ul > li:nth-child(2)::before { content: "Reliability"; }
.about-ol ul > li:nth-child(3)::after { content: ""; }
.about-ol ul > li:nth-child(3)::before { content: "Smart Logistics"; }
.about-ol ul > li:nth-child(4)::after { content: ""; }
.about-ol ul > li:nth-child(4)::before { content: "Liability"; }
.about-ol ul > li:nth-child(5)::after { content: ""; }
.about-ol ul > li:nth-child(5)::before { content: "Dedication"; }
.page-service .page-h3 > h3::before { font-size: 26px; font-weight: 400; display: inline-block; position: absolute; top: 2px; left: 0px; color: rgb(8, 88, 157) !important; font-family: feather !important; }
.page-service .page-h3 > h3 { position: relative; padding-left: 30px; color: rgb(8, 88, 157) !important; }
.page-service .page-h3:nth-child(1) > h3::before { content: ""; }
.page-service .page-h3:nth-child(3) > h3::before { content: ""; }
.page-service .page-h3:nth-child(5) > h3::before { content: ""; }
.page-service .page-h3:nth-child(7) > h3::before { content: ""; }
[data-nav]::before { background-color: rgb(10, 73, 255); }
[data-nav]::after { border: 0.125rem solid rgb(10, 73, 255); }
.cz-file-drop-area { position: relative; padding: 2rem 1rem; transition: border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s; border: 2px dashed rgb(218, 225, 231); background-color: rgb(255, 255, 255); text-align: center; cursor: pointer; }
.cz-file-drop-area .cz-file-drop-input { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: transparent; opacity: 0; outline: none; cursor: pointer; z-index: 2; }
.cz-file-drop-area .cz-file-drop-icon { display: block; margin-bottom: 0.75rem; color: rgb(174, 180, 190); font-size: 1.625rem; }
.cz-file-drop-area .cz-file-drop-preview { max-width: 16rem; margin-right: auto; margin-bottom: 0.75rem; margin-left: auto; }
.cz-file-drop-area .cz-file-drop-message { display: block; font-size: 0.875rem; margin-bottom: 1.25rem; }
.cz-file-drop-area .btn { position: relative; z-index: 3; }
.cz-file-drop-area:hover { border-color: rgb(196, 207, 217); }
@media (min-width: 1200px) {
  .product-list .product-list-thumb { display: block; width: 5rem !important; }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar { padding-top: 1.35rem; padding-bottom: 1.35rem; }
  .bc-nav { display: flex; flex-wrap: wrap; flex-direction: unset !important; }
  .bc-nav .nav-item { padding-left: 0.6rem; padding-right: 0.6rem; text-transform: uppercase; flex: 1 1 auto; text-align: center; }
  .navbar-expand-lg .navbar-collapse { display: table !important; }
}
@media only screen and (max-width: 479px) {
  .home-ad-text { padding-top: 3rem; padding-bottom: 3rem; display: table; }
  .home-ad-text img { max-width: 100%; }
  .navbar-expand-lg.navbar { padding-top: 0px !important; padding-bottom: 0px !important; }
  .page-service .page-h3 > h3::before { top: 0px; }
}

/* ===== 移动端导航栏图标按钮 ===== */
.bk-navbar-mobile-actions {
    gap: 2px;
}
.bk-mobile-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    color: #333;
    background: transparent;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    text-decoration: none !important;
    cursor: pointer;
}
.bk-mobile-icon-btn:hover,
.bk-mobile-icon-btn:focus {
    background: #f0f3f7;
    color: #003968;
    text-decoration: none;
    outline: none;
}
.bk-mobile-icon-btn .navbar-toggler-icon {
    width: 1.15em;
    height: 1.15em;
    display: block;
}

/* ===== 抽屉浮窗动画 ===== */
@keyframes bkFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ===== 移动端抽屉遮罩 ===== */
.bk-drawer-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1044;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}
.bk-drawer-backdrop.show {
    display: block;
    animation: bkFadeIn 0.22s ease forwards;
}

/* ===== 禁止背景滚动 ===== */
body.bk-no-scroll {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    /* 收紧主导航栏上下 padding */
    .navbar.navbar-expand-lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 0;
    }

    /* ---- 抽屉主体 ---- */
    #navbarNavAltMarkup {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        align-self: auto !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto !important;
        width: 290px;
        max-width: 88vw;
        min-width: 0;
        background: #fff;
        z-index: 1045;
        overflow: hidden;
        transform: translateX(110%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -6px 0 28px rgba(0, 0, 0, 0.14);
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        visibility: visible !important;
        will-change: transform;
        padding: 0 !important;
        margin: 0 !important;
    }
    #navbarNavAltMarkup.bk-drawer-open {
        transform: translateX(0) !important;
    }

    /* ---- 抽屉顶部 Header ---- */
    .bk-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 14px;
        min-height: 56px;
        background: #003968;
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }
    .bk-drawer-logo {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }
    .bk-drawer-logo img {
        max-height: 36px;
        max-width: 150px;
        width: auto;
        object-fit: contain;
        /* 将彩色 logo 转为白色 */
        filter: brightness(0) invert(1);
    }
    .bk-drawer-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.15);
        border: none;
        border-radius: 6px;
        color: #fff;
        font-size: 1.3rem;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s;
        margin-left: 10px;
    }
    .bk-drawer-close:hover {
        background: rgba(255, 255, 255, 0.28);
    }

    /* ---- 抽屉菜单列表 ---- */
    #navbarNavAltMarkup .navbar-nav.bc-nav {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        padding: 0;
        margin: 0;
        flex: 1 1 auto;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        display: flex !important;
        align-items: stretch !important;
        align-self: stretch !important;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #navbarNavAltMarkup .navbar-nav .nav-item {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important;
        flex: 0 0 auto !important;
        text-transform: none !important;
    }
    #navbarNavAltMarkup .navbar-nav .nav-link {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 20px !important;
        border-bottom: 1px solid #f0f4f8;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        text-align: left !important;
        color: #1a2332;
        font-weight: 600;
        box-sizing: border-box;
    }
    #navbarNavAltMarkup .navbar-nav .nav-link:hover,
    #navbarNavAltMarkup .navbar-nav .nav-link:focus {
        background: #f4f7ff;
        color: #003968;
    }
    #navbarNavAltMarkup .navbar-nav .nav-link > p {
        width: 100%;
        margin-bottom: 0;
        font-size: 0.9375rem !important;
        font-weight: 600;
        line-height: 1.4;
        padding-top: 0 !important;
        text-align: left !important;
    }

    /* 抽屉内下拉子菜单 */
    #navbarNavAltMarkup .dropdown-menu {
        position: static !important;
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        border: none;
        box-shadow: none;
        background: #f5f8fc;
        padding: 0;
        margin: 0;
        display: none;
    }
    #navbarNavAltMarkup .dropdown-menu.show {
        display: block;
    }
    #navbarNavAltMarkup .dropdown-menu .dropdown-item {
        width: 100%;
        box-sizing: border-box;
        padding: 11px 20px 11px 32px;
        font-size: 0.875rem;
        color: #4b5563;
        border-bottom: 1px solid #eef2f7;
        white-space: normal;
    }
    #navbarNavAltMarkup .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }
    #navbarNavAltMarkup .dropdown-menu .dropdown-item:hover {
        background: #edf2ff;
        color: #003968;
    }

    /* 抽屉底部联系信息 */
    #navbarNavAltMarkup .bk-mobile-contact {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
        background: #f0f4f8;
        flex: 0 0 auto;
        margin-top: auto;
        font-size: 0.875rem;
        color: #555;
        border-top: 1px solid #dde3ec;
    }
    #navbarNavAltMarkup .bk-mobile-contact span {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        line-height: 1.5;
        word-break: break-all;
    }
    #navbarNavAltMarkup .bk-mobile-contact span i {
        flex-shrink: 0;
        margin-top: 2px;
    }
    #navbarNavAltMarkup .bk-mobile-contact a {
        color: #003968;
        text-decoration: none;
    }
    #navbarNavAltMarkup .bk-mobile-contact a:hover {
        text-decoration: underline;
    }

    /* 桌面端语言切换在移动端隐藏 */
    #navbarNavAltMarkup > .d-none.d-lg-flex {
        display: none !important;
    }
}
._relative {
    position: relative;
    padding: 30% 0;
    width: 100%;
    margin-bottom: 10px;
}
.news-image-box  {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    /* border: 1px solid #e8e8e8; */
    transform: translate(-50%,-50%);
}
.news-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-news-carousel .card-service {
    background: #fff;
}
.home-news-carousel .card-service h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}
.home-news-carousel .tns-ovh {
    overflow: hidden;
}
.home-news-carousel .tns-nav {
    margin-top: 1.5rem;
    text-align: center;
}
.home-news-carousel .tns-nav > [aria-controls] {
    margin: 0 0.35rem;
}
.line {
    display: -webkit-box !important; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical !important; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1; /* 2行，只有 webkit内核支持 */
    word-break: break-all !important; /* 纯英文换行 */
    overflow: hidden !important;
    color: unset;
}
.line._l2{
    -webkit-line-clamp: 2;
}
.line._l3{
    -webkit-line-clamp: 3;
}
.line._l4{
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
.line._l5{
    -webkit-line-clamp: 3;
}
.swiper {
    /* min-height: 720px; */
    /* position: absolute; */
    inset: 0px;
    /* z-index: 0; */
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
}
@media (max-width: 700px) {
    .p-none{
        display: none;
    } 
}
@media(max-width: 767px)
{
    /* .swiper,
    .home-ad3 { height: 400px;min-height: 400px; } */
    .pro-list .tab-content {
        border-left: 0px;
    }
    .product-card {
        padding: 10px;
    }
}
.shopping-active{
    position: relative;
}
.shopping-active::before {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    content: attr(data-sun);
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 8px;
    color: white;
}
.jarallax.bg-dark .swiper-slide {
    padding-top: 40%;
}
@media (max-width: 768px) {
    .home-ad3,
    .jarallax.bg-dark .swiper-slide {
        padding-top: 46%;
    }
}
.line-clamp-3 {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.footer-logo img {
    display: block;
    max-width: 315px;
    max-height: 95px;
    width: auto;
    height: auto;
}
.\!p-0 {
    padding: 0px !important;
}