﻿.new_banner {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 83px;
    overflow: hidden;
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_content {
    z-index: 1;
}

.banner_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.166;
    color: #7599b2;
    text-transform: uppercase;
    letter-spacing: 0.038em;
}

.banner_price {
}

.banner_price {
    font-size: 30px;
    color: #df3b3b;
    margin-top: 87px;
}

    .banner_price span {
        display: inline-block;
        position: relative;
        color: #7e8285;
        margin-right: 14px;
    }

        .banner_price span::after {
            display: block;
            position: absolute;
            top: 21px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #8d8d8d;
            content: '';
        }

.banner_product_name {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 8px;
}

.banner_button {
    margin-top: 42px;
}

.banner_product_image {
    position: absolute;
    top: -5px;
    right: -52px;
    z-index: 0;
}

.tuijian-news-pic i {
    height: 310px;
}

    .tuijian-news-pic i img {
        height: 100%;
    }

.tuijian-news-list ul li span {
    background: #fff;
}

.hero-area .hero-slider .single-slider {
    height: 586px;
}


.text-center .banner_text_title {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    margin-right: 9px;
}

.title-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #f7f7f7;
    width: 38px;
    height: 22px;
    background: #ff7d2f;
    margin-right: 3px;
}
.title-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.go-search-button {
    width: 128px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#fb6f3c), to(#ff9e3f)) !important;
    background: linear-gradient(90deg, #fb6f3c, #ff9e3f) !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.go-free-query {
    width: 115px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0 6px 29px 0 rgba(181, 218, 255, .45);
    box-shadow: 0 6px 29px 0 rgba(181, 218, 255, .45);
    opacity: .88;
    cursor: pointer;
    position: relative;
}
.button-text {
    font-size: 14px;
    font-weight: 400;
    color: #f60 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.baner_title_tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
    .baner_title_tips span {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }





/* 全局样式 */
body {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #333;
}

.container-custom {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 特惠标签样式 */
.discount-tag {
    width: 228px;
    height: 33px;
    background: #ff7d2f;
    position: relative;
    padding-left: 11px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

    .discount-tag:after {
        position: absolute;
        display: block;
        content: "";
        width: 33px;
        height: 33px;
        bottom: 0;
        right: -33px;
        border-color: transparent transparent #ff7d2f #ff7d2f;
        border-style: solid;
        border-width: 16.5px;
    }

.tag-text {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    font-family: hyykh75w;
}

.tag-arrows {
    margin-left: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .tag-arrows i {
        font-size: 12px;
        font-weight: 900;
        color: #fff;
        margin-right: -4px;
    }

/* 折扣项目样式 */
.discount-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.discount-item {
    flex: 1;
    min-width: 250px;
    height: 178px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-title .text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.head-tag {
    background-color: #fff0e6;
    padding: 3px 8px;
    border-radius: 4px 4px 4px 0;
}

    .head-tag .text {
        font-size: 12px;
        color: #ff7128;
    }

.limited-pirce {
    display: flex;
    align-items: center;
    /*margin: 10px 0;*/
}

    .limited-pirce .tag {
        background-color: #ff7d2f;
        color: white;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 3px;
        margin-right: 8px;
    }

    .limited-pirce .normal {
        font-size: 16px;
        color: #ff7d2f;
        font-weight: 600;
    }

.original-price {
    display: flex;
    align-items: center;
    /*margin-bottom: 15px;*/
}

    .original-price .tag {
        color: #888;
        font-size: 12px;
        margin-right: 8px;
    }

    .original-price .unit {
        font-size: 14px;
        color: #888;
        text-decoration: line-through;
    }

.order-button {
    background: linear-gradient(90deg, #fb6f3c, #ff9e3f);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .order-button:hover {
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(251, 111, 60, 0.3);
    }

/* 行业介绍部分 */
.quali-industry {
    padding: 50px 0;
}

.industry-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.title-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-right: 12px;
}

.title-des {
    font-size: 14px;
    color: #444;
}

    .title-des .highlight {
        color: #ff7128;
    }

/* 优势部分 */
.quali-advantages-body {
    width: 100%;
    padding: 60px 0;
    background: url('//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/ad-bg.5dfa188.png') no-repeat;
    background-size: cover;
    color: white;
    margin: 50px 0;
}

.our-advantages-abs {
    margin-bottom: 30px;
}

.abs-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.abs-title-en {
    font-size: 24px;
    font-weight: 300;
    margin-top: 4px;
}

.query-button {
    width: 128px;
    height: 40px;
    background: linear-gradient(90deg, #fb6f3c, #ff9e3f);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .query-button:hover {
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(251, 111, 60, 0.3);
    }

.advantage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.advantage-item {
    flex: 1;
    min-width: 250px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.item-index {
    background-image: url('//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/index-bg.93caad1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 8px;
}

.index-num {
    line-height: 70px;
    margin-right: 21px;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(42, 112, 255, 0.54);
}

.item-infos {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.item-title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.item-desc {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 6px;
}

/* 案例展示部分 */
.quali-cases-body {
    width: 100%;
    padding: 60px 0;
    background-image: url('//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/case-bg.783287f.png');
    background-size: cover;
    overflow: hidden;
    margin-bottom: 50px;
}

.main-head {
    /*margin-bottom: 30px;*/
}

.head-title-cn {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-right: 9px;
}

.head-title-en {
    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 26px;
}

.case-list {
    width: 100%;
    height: 250px;
    position: relative;
}

.carousel-item {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-back {
    display: block;
    width: 222px;
    height: 149px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .header-back:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .header-back img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 187px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #6af;
    transform: scale(1.2);
}

/* 响应式调整 */
@media (max-width: 992px) {
    .discount-item {
        flex: 0 0 48%;
    }

    .advantage-item {
        flex: 0 0 45%;
    }
}

@media (max-width: 768px) {
    .discount-item {
        flex: 0 0 100%;
    }

    .advantage-item {
        flex: 0 0 100%;
    }

    .carousel-item {
        flex-wrap: wrap;
        height: auto;
        gap: 15px;
    }

    .header-back {
        flex: 0 0 45%;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .discount-tag {
        width: 180px;
    }

        .discount-tag:after {
            display: none;
        }

    .header-back {
        flex: 0 0 100%;
    }
}

.text_222 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 10px;
    background: #eef7ff;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 400;
    color: #6af;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mb-16{
    margin-bottom:12px;
}
.mb-6 {
    margin-bottom: 6px;
}


/* 导航容器样式 */
.navlistwrap {
    position: fixed;
    width:100px;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1000;
    /*background-color: #fff;*/
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

    /* 头部图片 */
    .navlistwrap .header1 {
        width: 100%;
        height: 60px;
        object-fit: cover;
        display: block;
    }

/* 导航列表 */
.navlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools-box {
    text-align: center;
}

    .tools-box a {
        display: block;
        padding: 12px 15px;
        color: #666;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.2s ease;
        border-left: 3px solid transparent;
    }

    .tools-box.active a {
        background-color: #f5f7fa;
        color: #165DFF;
        border-left-color: #165DFF;
        font-weight: 500;
    }

    .tools-box:not(.active) a:hover {
        background-color: #f0f2f5;
        color: #165DFF;
    }

/* 收起按钮 */
.take-off-nav {
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

    .take-off-nav:hover {
        background-color: #f5f7fa;
        color: #165DFF;
    }

.off-icon {
    display: inline-block;
    margin-bottom: 3px;
}

/* 收起状态样式 */
.navlistwrap.collapsed .navlist,
.navlistwrap.collapsed .header {
    display: none;
}

.navlistwrap.collapsed {
    width: 50px;
}

    .navlistwrap.collapsed .take-off-nav {
        padding: 15px 0;
        border-top: none;
    }

    .navlistwrap.collapsed .off-text {
        display: none;
    }

    .navlistwrap.collapsed .off-icon {
        margin-bottom: 0;
    }

        .navlistwrap.collapsed .off-icon i {
            transform: rotate(180deg);
        }

/* 响应式调整 */
@media (max-width: 768px) {
    body {
        padding-left: 0;
    }

    .navlistwrap {
        width: 100%;
        height: auto;
        top: 0;
        bottom: auto;
        background:#fff;
        transform: none;
        border-radius: 8px 8px 0 0;
        display: flex;
        flex-direction: column;
    }

    .navlist {
        flex: 1;
        overflow-x: auto;
    }

        .navlist ul {
            display: flex;
            width: 100%;
        }

    .tools-box {
        flex: 1;
        white-space: nowrap;
    }

        .tools-box a {
            border-left: none;
            border-bottom: 3px solid transparent;
        }

        .tools-box.active a {
            border-left: none;
            border-bottom-color: #165DFF;
        }

    .take-off-nav {
        display: none;
    }
}



/* 定义响应式样式 */
@media (min-width: 768px) {
    .main-content-180 {
        margin-top: -180px;
    }
    .index_main_div{
        margin-top:30px;
    }
}

@media (max-width: 767px) {
    .shipping-info li {
        width: 50%;
    }
}