* {
    margin: 0;
    padding: 0;
    border: 0;
    transition: .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.video_body {
    display: flex;
    flex-wrap: wrap;
}

.video_body_item {
    width: 30%;
    text-align: center;
    margin: 1%;
    font-size: 18px;
}

.video_body_item img {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 2px;
    box-sizing: border-box;
}

.video_body_item .img {
    position: relative;
}

.video_body_item .play {
    position: absolute;
    top: 50%;
    width: 50px;
    left: 50%;
    border: 0;
    opacity: 0.9;
    transform: translate(-50%, -50%);
}

/*.gdt-head {*/
/*    width: 98px;*/
/*    height: 98px;*/
/*    text-align: center;*/
/*    border-radius: 100%;*/
/*    padding-top: 60px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background-color: transparent;*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.form-quick {*/
/*    padding-top: 16px;*/
/*    width:410px;*/
/*}*/
/*.form-quick .form-group {*/
/*    height: 36px;*/
/*    clear: both;*/
/*    margin-top: 15px;*/
/*    width: 100%;*/
/*}*/
/*.form-quick .form-group .input-group {*/
/*    float: left;*/
/*    height: 100%;*/
/*    margin-right: 20px;*/
/*}*/
/*.quick {*/
/*    position: relative;*/
/*}*/
/*.gdt {*/
/*    display:block;*/
/*    padding: 60px 0 0;*/
/*}*/
/*.gdt.w.container-fluid:before,.gdt.w.container-fluid:after{*/
/*    display: none;*/
/*}*/
/*.gdt-wrap {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    background: #fff;*/
/*    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);*/
/*    align-items:center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.gdt .gdt-b.on {*/
/*    width: 940px;*/
/*}*/
/*.gdt .gdt-b {*/
/*    position: relative;*/
/*    width: 9.33%;*/
/*    background: #fff;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    box-sizing: border-box;*/
/*    padding: 20px;*/
/*    border-right: solid 1px #e7e7e7;*/
/*    transition: all 0.5s;*/
/*}*/
/*.gdt-body {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding-left: 145px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    box-sizing: border-box;*/
/*}*/
/*.button.btn-main {*/
/*    background-color: #ffb600;*/
/*    color: #fff;*/
/*    border-color: #ddd;*/
/*}*/
/*.fl {*/
/*    float: left;*/
/*}*/
/*.button {*/
/*    padding: 5px 16px;*/
/*    border-radius: 4px;*/
/*    font-size: 15px;*/
/*}*/
/*.gdt .cut {*/
/*    float: left;*/
/*    height: 100%;*/
/*    width: 19px;*/
/*}*/
/*.gdt .gdt-b {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 104px;*/
/*    height: 104px;*/
/* margin-right: 60px; */
/*    border-radius: 52px;*/
/*    background: #fff;*/
/*    border: 3px solid #ffb600;*/
/*    overflow: hidden;*/
/*    z-index: 2;*/
/*    box-sizing: border-box;*/
/*}*/
/*.icon {*/
/*    background: url(/template/default/pc/static/images/icon.png) no-repeat;*/
/*}*/
/*.icon.quick-a {*/
/*    background-position: 0 -86px;*/
/*}*/
/*.icon.quick-c {*/
/*    background-position: -196px -86px;*/
/*}*/
/*示例1*/
#move_port {
    position: fixed;
    width: 11%;
    min-height: 150px;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: #fff;
    z-index: 10000;
}

.fcenter {
    align-items: center;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* 移动端全局样式优化 */
@media screen and (max-width: 768px) {
    /* 基础样式 */
    img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    /* 容器样式 */
    .box {
        padding: 20px 15px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    .boxnotop {
        padding: 0 15px 20px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    /* 标题样式 */
    .home-title {
        padding-bottom: 20px !important;
        text-align: center !important;
    }
    
    .home-title b {
        font-size: 20px !important;
        text-align: center !important;
    }
    
    .home-title p {
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .home-title p:after {
        width: 20px !important;
        height: 2px !important;
    }
    
    /* 语言切换按钮移动端样式 */
    .lang-switch {
        top: 5px !important;
        right: 10px !important;
        z-index: 9999 !important;
    }
    
    .lang-switch a {
        padding: 3px 8px !important;
        font-size: 12px !important;
        margin: 0 3px !important;
    }
    
    /* 语言切换图标大小优化 */
    .lang-switch img {
        width: 20px !important;
        height: 15px !important;
        margin-right: 5px !important;
    }
    
    /* 移动端语言切换图标大小 */
    @media screen and (max-width: 768px) {
        .lang-switch img {
            width: 16px !important;
            height: 12px !important;
            margin-right: 3px !important;
        }
        
        .lang-switch a {
            padding: 2px 6px !important;
            font-size: 10px !important;
            margin: 0 2px !important;
        }
    }
    
    /* 内容部分移动端样式 */
    .content {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
    }
    
    .content p {
        margin-bottom: 15px !important;
        text-align: justify !important;
    }
    
    .content img {
        margin: 10px 0 !important;
    }
    
    /* 全局布局优化 */
    body {
        font-size: 14px !important;
        line-height: 1.6 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        position: relative !important;
        background-color: #f5f5f5 !important;
        touch-action: none !important;
    }
    
    /* 确保根元素不出现滚动条 */
    html, body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        touch-action: none !important;
    }
    
    /* 确保所有容器都不会超出屏幕宽度 */
    .container, .container-fluid, .box, .boxnotop {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    
    /* 确保所有元素都不会导致水平滚动 */
    * {
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
    
    /* 设置全局矩形框架，确保内容不会超出页面 */
    body {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* 确保所有容器都在矩形框架内 */
    .container, .container-fluid, .box, .boxnotop, #news, #index_news, .new-list, .view-contact, .view-bool, .endit-content, .p14-info-3, .p14-pagination-1 {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    
    /* 确保所有图片都在矩形框架内 */
    img {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        overflow: hidden !important;
    }
    
    /* 确保所有文本都在矩形框架内 */
    p, span, div, h1, h2, h3, h4, h5, h6, a, li {
        position: relative !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        box-sizing: border-box !important;
    }
    
    /* 修复业务范围文字显示 - 仅移动端 */
    /* 确保业务范围内容正确显示在图片下面 */
    #index_about .box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin: 0 auto !important;
    }
    
    /* 确保图片显示正确 */
    #index_about .box img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }
    
    /* 确保标题显示正确 */
    #index_about .home-title {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    /* 确保业务范围内容正确显示 */
    #index_about .content {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: left !important;
        padding: 20px !important;
        background-color: #fff !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin-top: 20px !important;
    }
    
    /* 确保业务范围列表显示正确 */
    #index_about .content ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #index_about .content li {
        margin-bottom: 10px !important;
        padding: 5px 0 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        white-space: normal !important;
    }
    
    /* 确保业务范围文字不被截断 */
    #index_about .content p {
        margin-bottom: 15px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 修复英文版面文本显示问题 */
    .ENabout_introduce .content p {
        display: block !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        text-align: justify !important;
        margin-bottom: 15px !important;
        line-height: 1.6 !important;
    }
    
    /* 修复flex布局导致的文本挤压问题 */
    .ENabout_introduce .content p[style*="display: flex"] {
        display: block !important;
    }
    
    /* 修复英文版面中的文本元素 */
    .ENabout_introduce .content span {
        display: inline !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        text-align: justify !important;
    }
    
    /* 确保业务范围标题显示正确 */
    #index_about .content h2 {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #index_about .content h3 {
        font-size: 16px !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 确保所有文本元素不被截断 */
    #index_about .content * {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        box-sizing: border-box !important;
    }
    

    
    /* 禁止用户缩放 */
    @media screen and (max-width: 768px) {
        html {
            touch-action: none !important;
            -ms-touch-action: none !important;
        }
    }
    
    /* 移动端页面布局优化 */
    #index_introduction, #index_product, #index_news, #index_service, #index_about, #index_vexed, #index_logistics, #index_type, #index_superiority, #index_details, #index_transport, #index_circuit, #index_ensure, #index_hision, #index_quick {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }
    
    /* 移动端标题样式优化 */
    .home-title {
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    
    .home-title b {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    
    .home-title .futitle {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    /* 移动端视频播放按钮样式 */
    .video_body_item .play, .play, .video-play, .play-button, .video-btn {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
    }
    
    /* 确保所有播放按钮在移动端都显示正确的大小 */
    @media screen and (max-width: 768px) {
        .video_body_item .play, .play, .video-play, .play-button, .video-btn {
            width: 30px !important;
            height: 30px !important;
            max-width: 30px !important;
            max-height: 30px !important;
        }
    }
    
    /* 移动端图标样式 */
    .icon {
        width: 30px !important;
        height: 30px !important;
    }
    
    /* 移动端服务图标样式 */
    .service-icon {
        width: 40px !important;
        height: 40px !important;
        margin: 0 auto !important;
    }
    
    /* 移动端页脚图标样式 */
    .footer-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    /* 移动端页脚电话、邮箱、地址图标样式 */
    .footer .flex_al img {
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px !important;
    }
    
    /* 响应式容器 */
    .container, .container-fluid {
        padding: 0 15px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    /* 防止内容溢出 */
    * {
        box-sizing: border-box !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* 确保所有元素都不会超出屏幕宽度 */
    div, section, article, aside, header, footer, nav, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, a, span, form, input, button, table {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* 确保图片正确显示 */
    img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    
    /* 确保文本不溢出 */
    p, span, div, h1, h2, h3, h4, h5, h6 {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }
    
    /* 文本优化 */
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }
    
    /* 链接样式 */
    a {
        word-wrap: break-word !important;
    }
    
    /* 表单元素 */
    input, textarea, select {
        width: 100% !important;
        padding: 10px !important;
        margin-bottom: 10px !important;
    }
    
    /* 按钮样式 */
    button {
        width: 100% !important;
        padding: 10px !important;
    }
    
    /* 表格样式 */
    table {
        width: 100% !important;
        overflow-x: auto !important;
        display: block !important;
    }
    
    /* 列表样式 */
    ul, ol {
        padding-left: 20px !important;
    }
    
    /* 代码样式 */
    code {
        font-size: 12px !important;
        word-break: break-all !important;
    }
    
    /* 图片布局优化 */
    .slide, .slide80, .slide60, .slide120 {
        width: 100% !important;
        padding-bottom: 60% !important;
        height: auto !important;
        min-height: 300px !important;
        position: relative !important;
        overflow: visible !important;
    }
    
    .slide img, .slide80 img, .slide60 img, .slide120 img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    

    
    /* 轮播图容器样式 */
    .banner-container, .mobile-container {
        position: relative !important;
        width: 100% !important;
        overflow: hidden !important;
        height: auto !important;
        min-height: 300px !important;
    }
    
    /* 轮播图容器样式 */
    .banner-container, .mobile-container {
        position: relative !important;
        width: 100% !important;
        overflow: hidden !important;
        height: auto !important;
        min-height: 300px !important;
    }
    
    /* 轮播图按钮样式 */
    .swiper-button-prev, .swiper-button-next {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 99999 !important;
        width: 30px !important;
        height: 30px !important;
        background-color: rgba(0,0,0,0.5) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
        font-size: 16px !important;
        cursor: pointer !important;
        margin: 0 !important;
        padding: 0 !important;
        clear: both !important;
        float: none !important;
    }
    
    .swiper-button-prev {
        left: 10px !important;
        right: auto !important;
    }
    
    .swiper-button-next {
        right: 10px !important;
        left: auto !important;
    }
    
    /* 轮播图分页指示器样式 */
    .banner-pagination {
        position: absolute !important;
        bottom: 20px !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        z-index: 99999 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .banner-pagination .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: #fff !important;
        opacity: 0.5 !important;
        margin: 0 5px !important;
        padding: 0 !important;
        display: inline-block !important;
        float: none !important;
    }
    
    .banner-pagination .swiper-pagination-bullet-active {
        width: 12px !important;
        height: 12px !important;
        opacity: 1 !important;
        background: #007bff !important;
    }
    
    /* 确保分页指示器不受全局样式影响 */
    .banner-pagination * {
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        float: none !important;
    }
    
    /* 确保轮播图容器在移动端正确显示 */
    @media screen and (max-width: 768px) {
        .banner-container {
            display: none !important;
        }
        
        .mobile-container {
            display: block !important;
        }
        
        .mobile-container .swiper-button-prev, .mobile-container .swiper-button-next {
            position: absolute !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 99999 !important;
            width: 30px !important;
            height: 30px !important;
            background-color: rgba(0,0,0,0.5) !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            color: #fff !important;
            font-size: 16px !important;
            cursor: pointer !important;
            margin: 0 !important;
            padding: 0 !important;
            clear: both !important;
            float: none !important;
        }
        
        .mobile-container .swiper-button-prev {
            left: 10px !important;
            right: auto !important;
        }
        
        .mobile-container .swiper-button-next {
            right: 10px !important;
            left: auto !important;
        }
        
        .mobile-container .banner-pagination {
            position: absolute !important;
            bottom: 20px !important;
            left: 0 !important;
            right: 0 !important;
            transform: none !important;
            z-index: 99999 !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .mobile-container .banner-pagination .swiper-pagination-bullet {
            width: 8px !important;
            height: 8px !important;
            border-radius: 50% !important;
            background: #fff !important;
            opacity: 0.5 !important;
            margin: 0 5px !important;
            padding: 0 !important;
            display: inline-block !important;
            float: none !important;
        }
        
        .mobile-container .banner-pagination .swiper-pagination-bullet-active {
            width: 12px !important;
            height: 12px !important;
            opacity: 1 !important;
            background: #007bff !important;
        }
    }
    
    /* 产品商品名称样式 */
    .list_product .item, #index_product .list .item {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #333 !important;
        text-align: center !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        height: auto !important;
        padding: 15px !important;
        margin: 10px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #fff !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
    
    /* 产品名称文本样式 */
    .list_product .item, #index_product .list .item {
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding: 10px !important;
        margin: 5px 0 !important;
    }
    
    /* 产品类别名称样式 */
    .list_product .item .cate_typename, #index_product .list .item .cate_typename {
        font-size: 14px !important;
        font-weight: bold !important;
        color: #333 !important;
        text-align: center !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        height: auto !important;
        padding: 5px !important;
        margin: 5px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 产品列表样式 */
    .list_product, #index_product .list {
        padding: 20px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 20px !important;
    }
    
    .list_product .item, #index_product .list .item {
        width: calc(50% - 10px) !important;
        margin-bottom: 20px !important;
    }
    
    /* 产品分类页面移动端优化 */
    @media screen and (max-width: 768px) {
        /* 产品分类列表样式 */
        .list_product, #index_product .list {
            padding: 15px !important;
            gap: 15px !important;
        }
        
        /* 产品分类项样式 */
        .list_product .item, #index_product .list .item {
            width: 100% !important;
            margin-bottom: 15px !important;
            padding: 15px !important;
        }
        
        /* 产品分类图标样式 */
        .list_product .item .cate_icon {
            position: relative !important;
            width: 100% !important;
            height: auto !important;
        }
        
        /* 产品分类名称样式 */
        .list_product .item .cate_typename {
            font-size: 16px !important;
            padding: 10px !important;
            text-align: center !important;
        }
        
        /* 产品分类图片样式 */
        .list_product .item .image img {
            width: 100% !important;
            height: auto !important;
            object-fit: cover !important;
        }
        
        /* 产品分类标题样式 */
        #index_product .home-title {
            padding-bottom: 20px !important;
            text-align: center !important;
        }
        
        #index_product .home-title b {
            font-size: 20px !important;
            text-align: center !important;
        }
        
        #index_product .home-title .futitle {
            font-size: 14px !important;
            text-align: center !important;
        }
    }
    
    /* 产品图片样式 */
    .list_product .item .image, #index_product .list .item .image {
        margin-bottom: 10px !important;
        width: 100% !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
    
    .list_product .item .image img, #index_product .list .item .image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }
    
    /* 产品类别名称样式 */
    .list_product .item .cate_typename, #index_product .list .item .cate_typename {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #333 !important;
        text-align: center !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        height: auto !important;
        padding: 10px !important;
        margin: 10px 0 !important;
    }
    

    

    
    /* 调整页面排版，增加元素之间的间距 */
    .technical-team, .service-network, .news-center {
        margin-bottom: 60px !important;
        padding-bottom: 40px !important;
    }
    
    /* 调整卡片之间的间距 */
    .item {
        margin-bottom: 40px !important;
        padding-bottom: 30px !important;
    }
    
    /* 调整文本之间的间距 */
    p, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 25px !important;
        padding-bottom: 15px !important;
    }
    
    /* 调整容器之间的间距 */
    .box, .boxnotop, .container, .container-fluid {
        margin-bottom: 40px !important;
        padding-bottom: 30px !important;
    }
    
    /* 调整计划和服务网络部分的间距 */
    .plan-section, .network-section {
        margin-bottom: 50px !important;
        padding: 30px 20px !important;
        background-color: #f9f9f9 !important;
        border-radius: 10px !important;
    }
    
    /* 调整数字和文本之间的间距 */
    .number-section {
        margin: 30px 0 !important;
        padding: 20px !important;
    }
    
    /* 调整标题和内容之间的间距 */
    .title-section {
        margin-bottom: 30px !important;
        padding-bottom: 20px !important;
    }
    
    /* 调整服务网络部分的间距 */
    .service-network .item {
        margin-bottom: 35px !important;
        padding: 20px !important;
    }
    
    /* 确保所有元素都有足够的间距 */
    div, section, article, aside, header, footer {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }
    
    /* 调整特定部分的间距 */
    .exclusive-designer, .service-network-section {
        margin: 40px 0 !important;
        padding: 30px 15px !important;
    }
    
    /* 确保所有图片完整显示 */
    img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        max-height: none !important;
    }
    
    /* 内容布局优化 */
    .flex {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .between {
        justify-content: center !important;
    }
    
    /* 产品列表布局 */
    .list_product {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        padding: 0 15px !important;
    }
    
    .list_product .item {
        width: calc(50% - 10px) !important;
        margin-bottom: 20px !important;
    }
    
    /* 新闻列表布局 */
    #index_news .list {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_news .list .left, #index_news .list .right {
        width: 100% !important;
    }
    
    #index_news .list .right {
        margin-top: 20px !important;
    }
    
    #index_news .list .right .item {
        width: 100% !important;
        margin-bottom: 20px !important;
        flex-direction: column !important;
    }
    
    #index_news .list .right .item .image {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    #index_news .list .right .item .ccc {
        width: 100% !important;
        padding: 0 10px !important;
    }
    
    /* 服务列表布局 */
    #index_service .list {
        padding: 0 15px !important;
    }
    
    #index_service .list .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 关于我们布局 */
    #index_about .list {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_about .list .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 联系我们布局 */
    #index_vexed .listImg {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 0 15px !important;
    }
    
    #index_vexed .listImg .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 物流布局 */
    #index_logistics .box {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_logistics .box .left, #index_logistics .box .right {
        width: 100% !important;
    }
    
    #index_logistics .box .right {
        margin-top: 20px !important;
    }
    
    /* 类型布局 */
    #index_type .box {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_type .box .icon, #index_type .right {
        width: 100% !important;
    }
    
    #index_type .right {
        margin-top: 20px !important;
        padding: 0 15px !important;
    }
    
    /* 优势布局 */
    #index_superiority .list .pos {
        position: static !important;
        padding: 0 15px !important;
    }
    
    #index_superiority .list .pos .item {
        flex-direction: column !important;
        margin-bottom: 20px !important;
    }
    
    #index_superiority .list .pos .item img, #index_superiority .list .pos .item .right {
        width: 100% !important;
    }
    
    /* 详情布局 */
    #index_details .container .list {
        flex-wrap: wrap !important;
        padding: 0 15px !important;
    }
    
    #index_details .container .list img {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 运输布局 */
    #index_transport .list {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_transport .list .transport-container {
        width: 100% !important;
    }
    
    /* 电路布局 */
    #index_circuit .list {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_circuit .list .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 确保布局 */
    #index_ensure .box {
        flex-direction: column-reverse !important;
        padding: 0 15px !important;
    }
    
    #index_ensure .box .left, #index_ensure .box .right {
        width: 100% !important;
    }
    
    /* 历史布局 */
    #index_hision .box {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_hision .box .left, #index_hision .box .right {
        width: 100% !important;
    }
    
    #index_hision .list .box {
        flex-wrap: wrap !important;
        padding: 0 15px !important;
    }
    
    #index_hision .list .box .item {
        width: calc(50% - 10px) !important;
        margin: 0 5px !important;
    }
    
    /* 快速布局 */
    #index_quick .container-fluid .box {
        flex-direction: column !important;
        padding: 0 15px !important;
    }
    
    #index_quick .container-fluid .box .item {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #e7e7e7 !important;
    }
    
    /* 产品布局 */
    #index_product .list {
        flex-wrap: wrap !important;
        padding: 0 15px !important;
    }
    
    #index_product .list .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 介绍布局 */
    #index_introduction .list {
        flex-direction: column !important;
        padding: 0 15px !important;
        margin: 0 !important;
        gap: 40px !important;
    }
    
    #index_introduction .list .item {
        width: 100% !important;
        flex-direction: column !important;
        margin-bottom: 40px !important;
        padding: 25px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        background-color: #fff !important;
    }
    
    #index_introduction .list .item .item-left, #index_introduction .list .item .item-right {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #index_introduction .list .item .item-right {
        margin-top: 30px !important;
        padding: 0 !important;
    }
    
    /* 确保内容不会突出来 */
    #index_introduction .list .item .content {
        width: 100% !important;
        overflow-wrap: break-word !important;
        padding: 15px 0 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    #index_introduction .list .item div[style*='width: 90%'] {
        text-align: center !important;
    }
    
    #index_introduction .list .item .item-subtitle {
        font-size: 20px !important;
        text-align: center !important;
        margin: 20px 0 !important;
        padding: 10px 0 !important;
    }
    
    #index_introduction .list .item .item-title {
        font-size: 22px !important;
        text-align: center !important;
        margin: 20px 0 !important;
        padding: 10px 0 !important;
    }
    
    #index_introduction .list .item .underline {
        margin: 25px auto !important;
        width: 10% !important;
        height: 1px !important;
        background: #CCCCCC !important;
    }
    
    #index_introduction .box {
        padding: 40px 15px !important;
        margin: 0 !important;
    }
    
    #index_introduction .home-title {
        margin-bottom: 40px !important;
        padding-bottom: 20px !important;
    }
    
    #index_introduction .home-title b {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    
    #index_introduction .home-title .futitle {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
    
    /* 移动端固定宽度优化 */
    .header .container-fluid {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    .header .logo {
        max-width: 60% !important;
    }
    
    .header .header_right {
        position: relative !important;
    }
    
    /* 移动端菜单优化 */
    .container-fluid .list {
        max-width: 100% !important;
        width: 100% !important;
        z-index: 999999 !important;
        position: relative !important;
    }
    
    /* 确保侧边栏在最上层 */
    .header_show {
        z-index: 999999 !important;
        position: relative !important;
    }
    
    /* 确保导航菜单在最上层 */
    .header .container-fluid .list {
        z-index: 999999 !important;
        position: relative !important;
    }
    
    /* 确保所有导航相关元素在最上层 */
    .header, .header_right, .lang-switch {
        z-index: 999999 !important;
        position: relative !important;
    }
    
    /* 确保所有其他元素的z-index低于导航 */
    .content, .box, .boxnotop, .container, .container-fluid, section, div:not(.header *):not(.swiper-button-prev):not(.swiper-button-next):not(.swiper-banner-prev):not(.swiper-banner-next) {
        z-index: 1 !important;
        position: relative !important;
    }
    
    /* 移动端内容区域优化 */
    .content-area {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    /* 移动端图片容器优化 */
    .image-container {
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    /* 移动端文本容器优化 */
    .text-container {
        max-width: 100% !important;
        overflow-wrap: break-word !important;
    }
    
    /* 移动端导航优化 */
    .header_show {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        z-index: 10000 !important;
        font-size: 24px !important;
        color: #333 !important;
        cursor: pointer !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center !important;
        background-color: #fff !important;
        border-radius: 4px !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    }
    
    /* 移动端列表优化 */
    .list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 15px !important;
    }
    
    /* 移动端项目优化 */
    .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* 移动端标题优化 */
    .title {
        font-size: 16px !important;
        text-align: center !important;
        margin-bottom: 10px !important;
        word-wrap: break-word !important;
        white-space: normal !important;
    }
    
    /* 移动端段落优化 */
    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: justify !important;
        margin-bottom: 15px !important;
    }
    
    /* 移动端新闻中心标题优化 */
    #index_news .list .ccc .title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        height: auto !important;
    }
    
    /* 移动端图标优化 */
    .icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    /* 移动端服务图标优化 */
    .service-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto !important;
    }
    
    /* 移动端页脚图标优化 */
    .footer-icon {
        width: 60px !important;
        height: 60px !important;
    }
    
    /* 移动端页脚电话、邮箱、地址图标优化 */
    .footer .flex_al img {
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px !important;
    }
    
    /* 移动端新闻详情页面优化 */
    #news {
        padding: 20px 15px !important;
    }
    
    #news .new-list {
        padding: 20px !important;
        background-color: #fff !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    }
    
    #news .view-contact {
        padding: 20px !important;
    }
    
    #news .view-contact .title {
        font-size: 20px !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        padding-bottom: 15px !important;
        text-align: center !important;
        border-bottom: 1px solid #eee !important;
    }
    
    #news .view-bool {
        margin-bottom: 20px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #eee !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    #news .view-bool i {
        display: block !important;
        margin-bottom: 10px !important;
    }
    
    #news .view-bool span {
        display: block !important;
        margin-bottom: 5px !important;
    }
    
    #news .endit-content {
        margin-bottom: 30px !important;
        padding-bottom: 20px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    #news .endit-content p {
        margin-bottom: 15px !important;
        text-align: justify !important;
    }
    
    #news .p14-info-3 {
        margin-bottom: 30px !important;
        padding: 20px !important;
        background-color: #f9f9f9 !important;
        border-radius: 8px !important;
    }
    
    #news .p14-info-3-tit {
        font-size: 16px !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    #news .p14-info-3-list ul {
        padding-left: 20px !important;
    }
    
    #news .p14-info-3-list li {
        margin-bottom: 10px !important;
    }
    
    #news .p14-pagination-1 {
        margin-bottom: 30px !important;
        padding: 20px !important;
        background-color: #f9f9f9 !important;
        border-radius: 8px !important;
    }
    
    #news .p14-pagination-1 dl {
        margin-bottom: 15px !important;
    }
    
    #news .p14-pagination-1-href {
        margin-bottom: 15px !important;
    }
    
    #news .p14-pagination-1-key {
        font-size: 14px !important;
    }
    
    #news .p14-pagination-1-key p {
        margin-bottom: 10px !important;
    }
    
    #news .p14-pagination-1-key a {
        display: inline-block !important;
        margin: 5px !important;
        padding: 5px 10px !important;
        background-color: #eee !important;
        border-radius: 4px !important;
        font-size: 12px !important;
    }
    
    /* 移动端间距优化 */
    *:not(.swiper-button-prev):not(.swiper-button-next):not(.swiper-banner-prev):not(.swiper-banner-next) {
        box-sizing: border-box !important;
    }
    
    /* 移动端全局布局优化 */
    body {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #333 !important;
        background-color: #f5f5f5 !important;
    }
    
    /* 移动端容器优化 */
    .container-fluid {
        padding: 0 15px !important;
        margin: 0 auto !important;
    }
    
    /* 移动端部分优化 */
    .section {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }
    
    /* 移动端标题优化 */
    .title {
        margin-bottom: 20px !important;
    }
    
    .title address {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .title h2 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    /* 移动端导航优化 */
    .second-nav {
        margin-bottom: 20px !important;
    }
    
    .second-nav a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 10px 0 !important;
        padding: 10px !important;
        background-color: #f9f9f9 !important;
        border-radius: 5px !important;
    }
    
    /* 移动端页脚导航优化 */
    .footer .item {
        width: 100% !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .footer .item a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 10px 0 !important;
        padding: 10px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 16px !important;
    }
    
    /* 移动端页脚联系信息优化 */
    .footer .flex_al {
        display: flex !important;
        align-items: center !important;
        margin-bottom: 15px !important;
        padding: 15px !important;
        background-color: #444 !important;
        border-radius: 8px !important;
    }
    
    .footer .flex_al img {
        width: 40px !important;
        height: 40px !important;
        margin-right: 20px !important;
    }
    
    .footer .menu-children-list {
        flex: 1 !important;
    }
    
    .footer .mintitle {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        color: #ccc !important;
    }
    
    .footer .menu-children-list span {
        font-size: 16px !important;
        color: #fff !important;
        line-height: 1.4 !important;
    }
    
    /* 移动端内容区域优化 */
    .new-list {
        padding: 30px !important;
        background-color: #fff !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
    }
    
    /* 移动端标题优化 */
    .view-contact .title {
        font-size: 22px !important;
        font-weight: bold !important;
        margin-bottom: 25px !important;
        padding-bottom: 20px !important;
        text-align: center !important;
        border-bottom: 1px solid #eee !important;
    }
    
    /* 移动端信息优化 */
    .view-bool {
        margin-bottom: 25px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #eee !important;
    }
    
    .view-bool i {
        display: block !important;
        margin-bottom: 15px !important;
        font-size: 14px !important;
    }
    
    .view-bool span {
        display: block !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }
    
    /* 移动端正文优化 */
    .endit-content {
        margin-bottom: 30px !important;
        padding-bottom: 25px !important;
    }
    
    .endit-content p {
        margin-bottom: 20px !important;
        font-size: 16px !important;
        line-height: 1.8 !important;
        text-align: justify !important;
    }
    
    /* 移动端相关信息优化 */
    .p14-info-3 {
        margin-bottom: 30px !important;
        padding: 25px !important;
        background-color: #f9f9f9 !important;
        border-radius: 10px !important;
    }
    
    .p14-info-3-tit {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    .p14-info-3-list ul {
        padding-left: 25px !important;
    }
    
    .p14-info-3-list li {
        margin-bottom: 15px !important;
        font-size: 14px !important;
    }
    
    /* 移动端分页优化 */
    .p14-pagination-1 {
        margin-bottom: 30px !important;
        padding: 25px !important;
        background-color: #f9f9f9 !important;
        border-radius: 10px !important;
    }
    
    .p14-pagination-1 dl {
        margin-bottom: 20px !important;
    }
    
    .p14-pagination-1-href {
        margin-bottom: 20px !important;
    }
    
    .p14-pagination-1-key {
        font-size: 14px !important;
    }
    
    .p14-pagination-1-key p {
        margin-bottom: 15px !important;
    }
    
    .p14-pagination-1-key a {
        display: inline-block !important;
        margin: 8px !important;
        padding: 8px 15px !important;
        background-color: #eee !important;
        border-radius: 5px !important;
        font-size: 13px !important;
    }
    
    /* 移动端内容优化 */
    .content {
        padding: 20px !important;
        background-color: #fff !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    }
    
    /* 移动端页脚优化 */
    .footer {
        padding: 30px 15px !important;
        background-color: #333 !important;
        color: #fff !important;
    }
    
    .footer .list {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer .item {
        width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    /* 移动端页脚联系信息优化 */
    .footer .flex_al {
        display: flex !important;
        align-items: center !important;
        margin-bottom: 15px !important;
        padding: 10px !important;
        background-color: #444 !important;
        border-radius: 5px !important;
    }
    
    .footer .flex_al img {
        width: 30px !important;
        height: 30px !important;
        margin-right: 15px !important;
    }
    
    .footer .menu-children-list {
        flex: 1 !important;
    }
    
    .footer .mintitle {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        color: #ccc !important;
    }
    
    .footer .menu-children-list span {
        font-size: 16px !important;
        color: #fff !important;
    }
    
    /* 移动端底部版权信息优化 */
    .bottom {
        padding: 20px 15px !important;
        background-color: #222 !important;
        color: #999 !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    
    /* 确保所有内容都能显示 */
    body, html {
        width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        min-height: 100% !important;
        padding-bottom: 100px !important;
    }
    
    /* 确保所有容器都能完整显示 */
    .container, .container-fluid, .box, .boxnotop {
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    
    /* 确保所有部分都能完整显示 */
    section, div {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    
    /* 确保News Center部分完整显示 */
    .news-center, #index_news {
        height: auto !important;
        min-height: 400px !important;
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    
    /* 确保Service network部分完整显示 */
    .service-network, #index_service {
        height: auto !important;
        min-height: 300px !important;
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    
    /* 确保Technical team部分完整显示 */
    .technical-team {
        height: auto !important;
        min-height: 300px !important;
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    
    /* 确保所有元素都能完整显示 */
    * {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    
    /* 确保文本元素都能完整显示 */
    p, span, div, h1, h2, h3, h4, h5, h6 {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    
    /* 确保容器高度自动调整 */
    .box, .boxnotop, .container, .container-fluid {
        height: auto !important;
        min-height: 100% !important;
        overflow: visible !important;
    }
    
    /* 确保列表高度自动调整 */
    .list {
        height: auto !important;
        min-height: 100% !important;
        overflow: visible !important;
        flex-wrap: wrap !important;
    }
    
    /* 确保项目高度自动调整 */
    .item {
        height: auto !important;
        min-height: 100% !important;
        overflow: visible !important;
    }
    
    /* 确保内容高度自动调整 */
    .content {
        height: auto !important;
        min-height: 100% !important;
        overflow: visible !important;
    }
    
    /* 确保所有元素高度自动调整 */
    * {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        max-height: none !important;
    }
    
    /* 确保文本不被截断 */
    p, span, div, h1, h2, h3, h4, h5, h6 {
        white-space: normal !important;
        overflow: visible !important;
        max-height: none !important;
    }
    
    /* 确保页脚完整显示 */
    footer, .footer {
        height: auto !important;
        min-height: 300px !important;
        overflow: visible !important;
        max-height: none !important;
        padding: 20px 15px !important;
    }
    
    /* 确保页脚列表完整显示 */
    .footer .list {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    /* 确保页脚项目完整显示 */
    .footer .item {
        width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    /* 确保黑色部分完整显示 */
    .black-section, .dark-section {
        height: auto !important;
        min-height: 300px !important;
        overflow: visible !important;
        max-height: none !important;
        padding: 20px 15px !important;
    }
    
    /* 确保所有部分完整显示 */
    section, div {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        max-height: none !important;
    }
    
    /* 确保底部 padding 正确 */
    .bottom_padding {
        padding-bottom: 20px !important;
    }
    
    /* 确保底部文字完整显示 */
    .bottom {
        height: auto !important;
        min-height: 50px !important;
        padding: 10px 15px !important;
        text-align: center !important;
    }
    
    /* 确保所有链接完整显示 */
    a {
        white-space: normal !important;
        overflow: visible !important;
        max-height: none !important;
    }
    
    /* 确保所有图片完整显示 */
    img {
        max-height: none !important;
        overflow: visible !important;
    }
    
    /* 确保所有表单元素完整显示 */
    input, textarea, select, button {
        max-height: none !important;
        overflow: visible !important;
    }
    
    /* 确保所有列表元素完整显示 */
    ul, ol, li {
        max-height: none !important;
        overflow: visible !important;
    }
} 

/* 移动设备横屏优化 */
@media screen and (max-height: 480px) {
    /* 横屏时的样式调整 */
    .home-title {
        padding-bottom: 20px;
    }
    
    .home-title b {
        font-size: 20px;
    }
    
    .home-title p {
        font-size: 14px;
    }
    
    .box {
        padding: 15px 10px;
    }
    
    .boxnotop {
        padding: 0 10px 15px;
    }
}

.icon-xiangzuo1:before {
    display: none
}

.boxnotop {
    max-width: var(--maxWidth);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: var(--padding);
    padding-top: 0px;
}

.box {
    max-width: var(--maxWidth);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: var(--padding)
}

.box .i1 {
    width: 40%
}

.img img {
    display: block
}

.flex {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.items {
    align-items: center
}

.between {
    justify-content: space-between
}

.active a {
    /*color: var(--dataColor) !important*/
}

.kefubox .tel a {
    width: 100%;
    height: 100%
}

.k12_img,
.k12_Color span,
.k12_Color button,
.k12_Color p,
.k12_Color .bottom,
.k12_icon,
.k12_shadow,
.k12_text,
.k12_filter {
    transition: .5s;
    cursor: pointer
}

.k12_img:hover {
    filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
    transform: scale(1.05);
    transition: .5s
}

.k12_text:hover {
    color: var(--dataColor) !important;
    transition: .5s
}

.k12_icon:hover {
    transition: .5s;
    transform: rotateY(360deg)
}

.k12_filter:hover {
    filter: drop-shadow(4px 4px 2px #999);
    transition: .5s
}

.k12_filter:hover .iconfont {
    transform: scale(1.1);
    font-weight: bold
}

.k12_Color:hover span,
.k12_Color:hover p,
.k12_Color:hover .bottom {
    filter: drop-shadow(4px 4px 2px #999);
    transition: .5s
}

.k12_Color:hover button {
    background-color: var(--dataColor);
    color: #fff;
    transition: .5s
}

.k12_shadow:hover {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, .17)
}

.k12_scale,
.k12_scale2 {
    overflow: hidden;
    transition: .5s
}

.k12_scale:hover img {
    transition: .5s;
    transform: scale(1.1)
}

.k12_scale2:hover img {
    transition: .5s;
    transform: translate(-50%, -50%) scale(1.1)
}

.k2_arrow {
    transition: .5s
}

.k2_arrow .iconfont::before {
    content: "";
    font-size: 20px;
    color: var(--titleColor);
    margin-left: -20px;
    opacity: 0;
    transition: .5s
}

.k2_arrow:hover .iconfont {
    align-items: center;
    justify-content: center
}

.k2_arrow:hover .iconfont::before {
    margin-left: 0px;
    opacity: 1;
    transition: .5s
}

.k2_textColor {
    transition: .5s
}

.k2_textColor :hover .title {
    color: var(--titleColor);
    transition: .5s
}

.k12_right {
    transition: .5s
}

.k12_right::before {
    transition: .5s
}

.k12_right:hover::before {
    transform: translateX(5px);
    transition: .5s
}

@media(max-width: 1200px) {
    .header_show{
       display: block!important
  }
}
@media(max-width: 992px) {
    .absbox {
        display: none
    }
    .header_right_flex {
        margin-right: 20px;
    }
}
@media(max-width: 768px) {
    .header_right_flex {
        display: none;
    }
    .lnag {
        display: none;
    }
    
    /* 移动端导航菜单样式 */
    .header_show {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10000;
    }
    
    .container-fluid .list {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px;
        margin: 0;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 9999;
    }
    
    .container-fluid .list .item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .container-fluid .list .item a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .container-fluid .list .item .sub-menu {
        position: static;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 20px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    
    .container-fluid .list .item .sub-menu li {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .container-fluid .list .item .sub-menu li a {
        color: #333;
        padding: 8px 0;
    }
}
@media(max-width: 576px) {
    .logo {
        width: 60%;
    }
    .header_show {
        font-size: 24px;
    }
}
#collapase-nav .mobile-img{
    width: 35% !important;
    margin: 10px 0 !important;
}
.slide {
    width: 100% !important;
    padding-bottom: 100% !important;
    display: block;
    height: 0 !important;
    position: relative;
    overflow: hidden
}

.slide img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%)
}

.slide80 {
    width: 100% !important;
    padding-bottom: 80% !important;
    display: block;
    height: 0 !important;
    position: relative;
    overflow: hidden
}
.honor-container .slide80 {
    /*background: #fff;*/
    height: 375px !important;
}
.slide80 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%)
}

.slide60 {
    width: 100% !important;
    padding-bottom: 68% !important;
    display: block;
    height: 0 !important;
    position: relative;
    overflow: hidden
}

.slide60 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.slide120 {
    width: 100% !important;
    padding-bottom: 120% !important;
    display: block;
    height: 0 !important;
    position: relative;
    overflow: hidden
}

.slide120 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%)
}

.container-fluid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.crumbs {
    font-size: 1.1rem;
    background: #eee;
    padding: 16px 11px;
    margin-bottom: 1rem
}

.crumbs .box {
    padding-top: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between
}

.crumbs .box input {
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 300px
}

.crumbs .box .iconfont {
    margin-right: 10px;
    color: var(--backColor)
}

.crumbs .box a {
    text-decoration: none;
    color: #000
}

.mobile-container {
    display: none;
    clear: both
}

.banner-container {
    display: block;
}

.banner-container .swiper-slide {
    overflow: hidden
}

.span1 {
    position: absolute;
    white-space: nowrap;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 5em;
    transition: .5s
}

.span2 {
    position: absolute;
    top: 55%;
    left: 50%;
    display: block;
    color: var(--dataColor);
    font-size: 1.5em;
    transform: translate(-50%, -50%);
    transition: .5s
}

.image3 {
    display: block;
    width: 100%
}

.image4 {
    display: none !important
}

.home-title {
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-align: center;
    text-align: center
}

.home-title b {
    font-size: var(--title);
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: var(--dataColor);
    font-family: Source Han Sans CN;
    font-weight: bold;
}
/*#index_introduction .home-title b {*/
/*    font-size: var(--title);*/
/*    padding-bottom: 10px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    display: flex;*/
/*    position: relative;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #FFFFFF;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: bold;*/
/*}*/
.home-title b::before {
    /*display: inline-block;*/
    /*content: "";*/
    /*width: 120px;*/
    /*height: 1px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /* background: blue; */
    /*margin-right: 10px*/
}

.home-title b::after {
    /*display: inline-block;*/
    /*content: "";*/
    /*width: 120px;*/
    /*height: 1px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /* background: blue; */
    /*margin-left: 10px*/
}

.home-title p {
    margin: 0 auto;
    display: block;
    font-size: var(--title);
    position: relative
}

.home-title p:after {
    content: "";
    width: 2em;
    height: 4px;
    background: var(--backColor);
    position: absolute;
    left: 50%;
    bottom: -1em;
    transform: translateX(-50%)
}

.clear {
    display: block;
    width: 100%;
    clear: both
}

.Inside {
    background-image: linear-gradient(to right, rgb(221, 221, 221), rgb(255, 255, 255), rgb(221, 221, 221));
    padding: 6px 0
}

.Inside .box {
    padding: 20px;
    display: flex;
    justify-content: space-between
}

.Inside .box .icon-a-ziyuan679 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 600
}

.Inside .box .icon-a-ziyuan679::before {
    font-size: 30px;
    color: var(--dataColor);
    margin-right: 10px
}

.Inside .box form {
    position: relative
}

.Inside .box form::before {
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px;
    color: var(--dataColor)
}

.Inside .box form input {
    border: 1px solid #dadada;
    width: 258px;
    line-height: 44px;
    color: #d1cfd0;
    padding-left: 11px;
    padding-right: 33px
}

@media screen and (max-width: 600px) {
    .Inside {
        background-image: linear-gradient(to right, rgb(221, 221, 221), rgb(255, 255, 255), rgb(221, 221, 221));
        padding: 6px 0
    }

    .Inside .box {
        flex-direction: column;
        align-items: flex-start
    }

    .Inside .box .icon-a-ziyuan679 {
        margin-bottom: 10px
    }

    .Inside .box .search {
        width: 100%
    }

    .Inside .box .search input {
        box-sizing: border-box;
        width: 100%
    }

    .crumbs {
        font-size: 12px
    }
}

.p12-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center
}

.p12-pagination-1-main .active a {
    background-color: var(--dataColor);
    color: #fff !important
}

.p12-pagination-1-main .current {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: var(--dataColor);
    color: #fff
}

.p12-pagination-1-main .disabled {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
    color: #000
}

.p12-pagination-1-main a {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
    color: #000
}

.k12_img {
    width: 100%;
    background-color: #f2f2f2;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .5s
}

@media(max-width: 600px) {

    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
        width: 100% !important;
    }

    .slide60 {
        width: 100% !important;
        padding-bottom: 60% !important;
    }

    .crumbs .box {
        flex-direction: column;
    }

    .crumbs .box .right,
    .crumbs .box .left {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .crumbs .box input {
        width: 100%;
    }

    .icon-dasuolvetuliebiao {
        display: block
    }

    .home-title {
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .home-title p {
        width: 100%;
        text-align: center
    }

    .home-title b {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 5px;
    }

    .home-title .futitle {
        /* font-size: 10px; */
    }

    .home-title b::after,
    .home-title b::before {
        background-size: 30px;
    }

    #collapase-nav .mobile-img {
        width: 60% !important;
        /*margin: 10px auto;*/
        display: block !important
    }

    .topNav {
        display: none !important
    }

    .box .i1 {
        width: 100%
    }

    .header-ul {
        display: none
    }

    .header-img {
        width: 100%;
        display: block
    }

    .span1 {
        font-size: 1.5em
    }

    .span2 {
        font-size: 1em;
        top: 60%
    }

    .image3 {
        display: none !important
    }

    .image4 {
        display: block !important;
        width: 100%
    }

    .mobile-container {
        display: block
    }

    .indexProduct .box .product>a {
    width: calc(31.333% - 19px);
    font-size: 10px
}

/* 产品展示移动端样式 */
@media screen and (max-width: 768px) {
    .list_product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .list_product .item {
        width: calc(48% - 10px);
        margin-bottom: 20px;
    }
    
    .list_product .item .image {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    }
    
    .list_product .item .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 576px) {
    .list_product .item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .banner-container {
        display: none
    }
}

    .headerbody>p {
        display: none
    }
     .honor-container .slide80{
        height: 255px !important;
        padding-bottom:0 !important;
    }
}

.clear {
    clear: both;
    height: 0
}

.blk-main .clearlist,
.blk-main .listclear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none
}

.b-main .clearlist,
.b-main .listclear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none
}

@keyframes one {
    0% {
        color: #fff
    }

    33% {
        color: #999
    }

    66% {
        color: #555
    }

    100% {
        color: #fff
    }
}

@keyframes two {
    0% {
        color: #999
    }

    33% {
        color: #555
    }

    66% {
        color: #fff
    }

    100% {
        color: #999
    }
}

@keyframes three {
    0% {
        color: #555
    }

    33% {
        color: #fff
    }

    66% {
        color: #999
    }

    100% {
        color: #555
    }
}


.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

.two-banner {
    position: relative;
    max-height: 960px;
    overflow: hidden;
}

.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}

@keyframes myfirst {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.two-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
    transition: all 0.3s;
}

.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}

.two-banner .word-fix h1 {
    font-size: 70px;
    color: #fff;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin: 0% 0 2% 0;
    transition: all 2s;
}

.two-banner .word-fix hr {
    display: block;
    max-width: 100px;
    height: 3px;
    background: #e4002b;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}

.two-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .two-banner {}

    .two-banner .word-fix {}

    .two-banner .word-fix h1 {
        font-size: 24px;
        margin: 0% 0 5% 0;
    }

    .two-banner .word-fix hr {
        max-width: 50px;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .two-banner .word-fix p {
        font-size: 18px;
        max-width: 700px;

    }

}

.section {
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    overflow: hidden;
    position: relative;
}

/*.one-section {margin:0.8% 0 0 0;}*/
.section .title {}

.section .title address {
    font-size: 17px;
    color: #999999;
}


address a {
    color: #666;
}

/*.section .title address::before {*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: url(../images/home-icon.svg) no-repeat center center/18px;*/
/*    margin: 0 5px 0 0;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
.section .title h2 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #2d2926;
}

.section .title h2 span {
    margin: 0 10px 0 0;
    color: #2d2926;
    font-weight: bold;
}

.section .title h2::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('https://www.marshal-ceramics.com/template/pc/images/h2-icon.svg') no-repeat center center/20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.section .second-nav {
    padding: 15px 0 0 0;
    overflow: hidden;
    position: relative;
}

.section .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section .second-nav a {
    font-size: 18px;
    padding: 20px 0;
    color: #2d2926;
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    margin-right: 60px;
    border-radius: 5px;
}

.section .second-nav a::after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #e4002b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section .second-nav a:hover,
.section .second-nav a.active {
    color: #e4002b;
    font-weight: bold;
}

.section .second-nav a.active:after {
    display: block;
}

@media screen and (max-width:1024px) {
    .section .title address::before {
        background-size: 16px;
    }

    .section .title h2 {
        font-size: 18px;
    }

    .section .title h2::before {
        width: 20px;
        height: 20px;
        background-size: 16px;
        margin: 0 5px 0 0;
    }

    .section .second-nav {
        /*padding:5% 0;*/
    }

    .section .second-nav a {
        width: 30.33%;
        margin: 5px 1.5%;
        padding: 6px 0;
        font-size: 14px;
        text-align: center;
        background: #f9f9f9;

        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .section .second-nav a:hover,
    .section .second-nav a.active {
        color: #fff;
        font-weight: bold;
        background: #e4002b;
    }

    .section .second-nav a.active:after {
        display: none;
    }
}

.section .third-nav a {
    display: block;
    float: left;
    color: #666;
    border: solid 1px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 10px;
    text-align: center;
    width: max-content;
    font-size: 14px;
    font-style: normal;

    border-radius: 5px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section .third-nav a:hover {
    color: var(--dataColor);
    border: solid 1px #f1f1f1;
}

.section .third-nav a.active {
    color: #fff;
    border: solid 1px #fff;
    background-color: var(--dataColor);
}

@media screen and (max-width:1024px) {
    .section .third-nav a {
        /*width: 30.33%;*/
        width: calc(96% / 2);
        margin: 10px 1%;
        /* padding: 6px 5px; */
        font-size: 14px;
        text-align: center;
        border-radius: 3px;
    }

    .section .third-nav a.active {
        color: #fff;
        border: solid 1px #fff;
        background-image: -webkit-linear-gradient(right, #de3336, #e4002b);
    }
}
@media screen and (max-width:600px) {
    .section .title address{
        font-size: 15px;
    }
}