        /* 通用样式 */
        body {
            background-color: #f4f4f4;
        }
        /* 导航栏样式 */
        .navbar {
            padding: 1.5rem 1rem;
        }
        .navbar-brand img {
            height: 60px;
        }
        .nav-item {
            margin-right: 50px;
            font-size: 20px;
           /* font-weight: bold;  加粗 */
            color: 000000;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .carousel-caption {
            background: rgba(0, 0, 0, 0.5); /* 背景半透明 */
            padding: 1rem;
        }
        /* 公司愿景区域 */
        .vision-section {
            padding: 3rem 0;
        } 
        .vision-section .container {
           max-width: 1920px;
        }
        /* .vision-section {
            position: relative;
            width: 100%;
            padding-top: 33.25%; /* 调整这个值以适应你的需求 
             background-image: url('./img/xiaobanner.jpg'); 
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        } */


        /* 产品展示区域 */
        .product-section {
            padding: 4rem 0;
        }
        .product-card {
            background-color: #fff;
            padding: 2rem;
            margin-bottom: 2rem;
            text-align: center;
            border-radius: 8px;
        }
        .product-card img {
            max-height: 200px;
            margin-bottom: 1rem;
        }
        /* 全球分布地图区域 */
        .distribution-map {
            position: relative;
            padding: 70px 0; /* 增加上下间距 */
            background: url('../img/quanqiu.jpg') no-repeat center center / cover; /* 设置背景图片 */
            height: 700px; 
            margin-bottom: 10px;
        }

        .distribution-map .container {
            position: relative;
            z-index: 1; /* 确保内容在遮罩之上 */
        }
        /* 底部样式 */
        footer {
            background-color: #343a40;
            color: #fff;
            padding: 70px 0; /* 增加上下间距 */
        }

        footer .container {
            /* max-width: 1920px; */
            margin: 0 auto;
        }

        footer .row {
            align-items: center;
            text-align: center;
            text-align-md-start; /* 在桌面设备上左对齐 */
        }

        footer .col-md-3,
        footer .col-md-6 {
            padding: 15px;
        }

        footer .img-fluid {
            max-width: 100%;
            margin: 0 auto; /* 居中显示图片 */
        }

        footer p {
            margin-top: 10px;
            font-size: 14px;
            text-align: center; /* 文本居中 */
        }

        footer .icon-circle {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #495057;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        footer .icon-circle i {
            font-size: 16px;
        }

        footer .d-flex {
            align-items: center;
            margin-bottom: 10px;
        }

        footer .d-flex span {
            font-size: 16px;
            margin-top: 10px;
        }

        /* 垂直分割线样式 */
        /* footer .vertical-divider {
            border-left: 1px solid #f5f7f8;
            height: 100%;
            margin: 0 30px; 
        } */

        @media (min-width: 768px) {
            footer .row {
                text-align: left; /* 在桌面设备上左对齐 */
            }
            footer .col-md-3 {
                text-align: center; /* 在桌面设备上居中对齐 */
            }
            footer .vertical-divider {
                display: block; /* 在桌面设备上显示垂直分割线 */
            }
        }
        
        .vertical-divider-2 {
            border-left: 1px solid #666666;
            height: 180px;
            padding-right: 200px;
        }
        
        footer .row:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        @media (max-width: 767px) {
            footer .vertical-divider {
                display: none; /* 在移动设备上隐藏垂直分割线 */
            }
        }

        /* 确保联系信息列占据剩余空间 */
        footer .col-md-6 {
            flex: 2 0 36%; /* 占据剩余空间 */
        }
        .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px; /* 圆圈直径 */
        height: 40px; /* 圆圈直径 */
        background-color: white; /* 圆圈背景色 */
        border-radius: 50%; /* 圆形 */
        color: #838383; /* 图标颜色 */
        font-size: 1.25rem; /* 图标大小 */
        }
        .lang-dropdown {
            margin-left: content-box; /* 将下拉框推到最右边 */
        }
        .dropdown-menu {
            min-width: 100px; /* 下拉菜单宽度 */
        }
        .product-section img {
            width: 100%;
            height: auto;
            display: block;
            margin-bottom: 15px; /* 图片之间的间距 */
        }
        .vision-section {
            position: relative;
            width: 100%;
            padding: 0; /* 移除默认内边距 */
        }

        .vision-section .container {
            padding: 0; /* 移除默认内边距 */
        }

        .vision-section img {
            width: 100%;
            max-width: 1920px;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .vision-section,
        .product-section,
        .distribution-map {
            padding: 20px 0; /* 上下内边距 */
            text-align: center; /* 文本居中 */
        }

        .product-section img,
        .distribution-map img {
            width: 100%;
            max-width: 1920px; /* 最大宽度 */
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
       
        .distribution-map {
            background-color: #fff;
        }
        .distribution-map img {
            width: 100% !important;
        }
        .product-section .row {
            margin: 0; /* 移除默认外边距 */
        }

        .product-section .col-12 {
            padding: 10px; /* 内边距，使图片之间有间隔 */
        }
        .bg-secondary {
            background-color: #838383;
        }

        @media (min-width: 380px) and (max-width: 767px) {
            .navbar-brand img{
                height: 30px;
            }
            footer .col-md-3 {
                max-width: 40%;
                padding-left:15%;
            }
            footer .col-md-6 {
            padding-right:100px;
            }
            footer .d-flex span{
                 font-size:14px; 
            }
            footer .d-flex{
                width: 145%;
                padding-left: 9%;
                
            }
    }
       /* 针对1920px到3000px之间的屏幕 */
    @media (min-width: 1921px) and (max-width: 2999px) {
        .vision-section{
            max-width:2660px; /* 在1921px到2999px之间的屏幕上，允许图片的最大宽度为2660px */
        }
        .vision-section img{
            width: 100%;
           
        } 
    }
    @media (min-width: 1921px) and (max-width: 2999px) {
        .product-section{
            max-width:2660px;
            padding-right: 24%; /* 在1921px到2999px之间的屏幕上，允许图片的最大宽度为2660px */
        }
        .product-section img{
            width: 151%;
            max-width: 2660px; /* 最大宽度 */
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
           
        }
    }

    .list-banner {
        width: 100%;
        overflow: hidden;
        }
    
        .list-banner img {
        width: 100%;
       /*  height: 500px; 设置固定高度 */
        object-fit: cover; /* 保证图片覆盖整个区域而不变形 */
        }
        .mianbaoxie nav {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 10px;
      background-color: #f5f5f5;
      border-radius: 5px;
      padding-left: 16%;
    }
    
    .mianbaoxie ol {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
    }
    
    .mianbaoxie li {
      margin-right: 10px;
    }
    
    .mianbaoxie a {
      color: #007bff;
      text-decoration: none;
    }
    
    .mianbaoxie a:hover {
      text-decoration: underline;
    }
    
    /* 响应式设计 */
    @media screen and (max-width: 600px) {
      .mianbaoxie li {
        margin-right: 5px;
        font-size: 0.9em;
      }
    }
    /* Sidebar Styling */
    .list-group {
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }
    .list-group-item {
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 35px;
        font-size: 16px;
        color: #1f1d1d;
        background-color: #f3f3f3;
    }
    .list-group-item:last-child {
        border-bottom: none;
    }
    .list-group-item:hover {
        background-color: #f5f5f5;
        color: #333;
    }
    /* Sidebar Images */
    .mt-4 img {
        border-radius: 5px;
        width: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    /* Product Card Styling */
    .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .card a{
        text-decoration: none;
    }
    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .card-img-top {
        /* height: 200px; */
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .card-title {
        font-size: 16px;
        /* font-weight: bold; */
        color: #333;
    }
    .card-text {
        font-size: 14px;
        color: #666;
    }
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .list-group-item {
            font-size: 13px;
        }
        .card-img-top {
            height: 300px;
        }
        .mt-4{
            margin-left: 50px;
            margin-bottom: 20px;
        }
    }
    
    @media (min-width: 2200px) {
        .my-5 {
                max-width: 2400px; /* 或者其他你想要的最大宽度 */
            }
        .mt-4 img{
           width: 100%;
        }
        .product-item {
                flex: 0 0 25%; /* 25% = 100% / 4 columns */
                max-width: 25%; /* 25% = 100% / 4 columns */
            }
        }

        .product-banner {
            width: 100%;
            overflow: hidden;
        }
        
            .product-banner img {
            width: 100%;
            /* height: 500px; 设置固定高度 */
            object-fit: cover; /* 保证图片覆盖整个区域而不变形 */
            }
            
            /* 基本样式 */
        
        
        .mianbaoxie nav {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 10px;
          background-color: #f5f5f5;
          border-radius: 5px;
          padding-left: 9%;
        }
        
        .mianbaoxie ol {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-wrap: wrap;
        }
        
        .mianbaoxie li {
          margin-right: 10px;
        }
        
        .mianbaoxie a {
          color: #007bff;
          text-decoration: none;
        }
        
        .mianbaoxie a:hover {
          text-decoration: underline;
        }
        
        /* 响应式设计 */
        @media screen and (max-width: 600px) {
          .mianbaoxie li {
            margin-right: 5px;
            font-size: 0.9em;
          }
        }
        .product-details {
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    margin-top: 40px;
                }
                
                .product-table {
                    width: 100%;
                    border-collapse: collapse;
                    margin-top: 40px;
                }
                
                .product-table th,
                .product-table td {
                    border: 1px solid #ddd;
                    padding: 10px;
                    text-align: left;
                }
                
                .work-principle {
                    margin-top: 40px;
                }
                
                .contact-section {
                    background-color: #333;
                    color: white;
                    padding: 20px;
                    text-align: center;
                }
                @media (max-width: 900px) {
                .xiaotu {
                    display: none;
                }
            }

            .static-banner {
                width: 100%;
                overflow: hidden;
            }
            
                .static-banner img {
                width: 100%;
               /* height: 500px;  设置固定高度 */
                object-fit: cover; /* 保证图片覆盖整个区域而不变形 */
            }

            .static-banner {
                width: 100%;
                overflow: hidden;
            }
            
                .static-banner img {
                width: 100%;
               /*  height: 500px; 设置固定高度 */
                object-fit: cover; /* 保证图片覆盖整个区域而不变形 */
            }    

            .contact-banner {
                width: 100%;
                overflow: hidden;
            }
            
                .contact-banner img {
                width: 100%;
               /* height: 500px;  设置固定高度 */
                object-fit: cover; /* 保证图片覆盖整个区域而不变形 */
                }

                .company-intro {
                    background-color: rgba(240, 240, 240, 0.7);
                    padding: 20px;
                    border-radius: 5px;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                }
                
                .company-intro h3 {
                    text-align: left;
                    color: #141212;
                    margin-top: 1em;
                    
                }
                
                .company-intro p {
                    padding-top: 1em;
                    text-indent: 2em;
                    text-align: justify;
                }
                .p2{
                    margin-top: 2em;
                }
                
                @media screen and (max-width: 600px) {
                    .container {
                        padding: 10px;
                    }
                    
                    p {
                        font-size: 0.9rem;
                    }
                } 
                
                .about-jieshao {
                            position: relative;
                            padding: 70px 0; /* 增加上下间距 */
                            background: url('../img/haibao.jpg') no-repeat center center / cover; /* 设置背景图片 */
                            height: 700px; 
                            margin-bottom: 10px;
                        }
                .about-jieshao .container {
                            position: relative;
                            z-index: 1; /* 确保内容在遮罩之上 */
                }
                 
                .content {
                    padding: 40px 0;
                }
                .content p {
                    font-size: 18px;
                }
                .content h2 {
                    margin-bottom: 20px;
                }
                
                .content h3 {
                    margin-bottom: 10px;
                }
                
                .bottom-buttons {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    height:500px; /* 根据需要调整 */
                    margin-bottom: 100px;
                    margin-top: 100px;
                }
                
                .circle-button {
                    background-color: #C0C8EF;
                    width: 200px; /* 根据需要调整 */
                    height: 120px; /* 根据需要调整 */
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin: 10px;
                    cursor: pointer;
                    position: absolute;
                }
                
                .circle-button.center {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background-color: #333;
                    color: white;
                }
                
                .circle-button:nth-child(1) { top: -30px; left: 25%; }
                .circle-button:nth-child(2) { top: -30px; right: 25%; }
                .circle-button:nth-child(3) { top: 40%; left: 50%; }
                .circle-button:nth-child(4) { bottom: 10px; left: 25%; }
                .circle-button:nth-child(5) { bottom: 10px; right: 25%; }
                .circle-button:nth-child(6) { top: 45%; left: 18%; transform: translateY(-50%);}
                .circle-button:nth-child(7) { top: 45%; right: 18%; transform: translateY(-50%);}
                .circle-button:nth-child(8) { top: 101%; left: 44%; transform: translateY(-50%);}
                
                .circle-button:hover {
                    background-color: #ccc;
                }
                
                .circle-button .tooltip {

                     visibility: hidden;
                        background-color: rgb(24, 23, 23); /* 修改背景颜色为白色 */
                        color: #ebe5e5; /* 修改文字颜色为深色 */
                        text-align: left; /* 文字左对齐 */
                        padding: 20px; /* 增加内边距 */
                        border-radius: 10px; /* 圆角 */
                        position: absolute;
                        z-index: 1;
                        bottom: 120%;
                        left: 50%;
                        transform: translateX(-50%);
                        opacity: 0;
                        transition: opacity 0.3s;
                        width: 300px; /* 设置宽度，根据需要调整 */
                        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影 */
                        border: 1px solid #ddd; /* 添加边框 */
                }
                .circle-button.center .tooltip {
                     text-align: center; 
                     font-size: 20px;
                     background-color: #5c6ac3;
                }
                .circle-button .tooltip::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    transform: translateX(-50%);
                    border-width: 10px;
                    border-style: solid;
                    border-color: rgb(15, 14, 14) transparent transparent transparent;
                }
                
                .circle-button:hover .tooltip {
                    visibility: visible;
                    opacity: 1;
                }
                
                @media (max-width: 768px) {
                header .container {
                flex-direction: column;
                align-items: flex-start;
                }
                .bottom-buttons {
                    height: auto; /* 响应式调整 */
                    flex-direction: column;
                    align-items: center;
                }
                
                .circle-button {
                    position: static;
                    transform: none;
                }
                
                .circle-button.center {
                    margin: 20px 0;
                }
            }
             .xiangqing img{
                max-width: 100%;
                height: auto;
             }
             .xiangqing {
                background-color: #fff;
                padding-top: 20px;
             }

             .brand-intro p{
                letter-spacing: 1.5px;
             }
             .brand-philosophy p{
                letter-spacing: 1.5px; 
             }
             .corporate-vision p{
                letter-spacing: 1.5px; 
             }
             .content .container p{
                margin-bottom: 0.5rem;
             }
             .my-5 img{
                width:100%;
             }

             .card .card-link{
                 display: flex; 将 <a> 标签设置为 flex 容器 
                flex-direction: row; /* 设置主轴方向为水平方向 */
                align-items: flex-start; /* 使子元素在交叉轴方向上对齐顶部 */
                text-decoration: none; /* 移除 <a> 标签默认的下划线 */
                color: inherit; /* 继承父元素的颜色 */
            }
            
            .card-thumbnail {
                /* 你已经设置了图片的宽度和高度，可以根据需要调整 */
                width: 240px !important;
                height: 180px;
                margin-right: 15px; /* 在图片右侧添加一些间距 */
                padding-top: 10px;
            }
            
            .card-body {
                flex-grow: 1; /* 允许 card-body 占据剩余空间 */
            }
            
            .card > a > p { /* 选择 <a> 标签下的直接 <p> 子元素（测试文字） */
                width: 100%; /* 让测试文字占据一行 */
                margin-top: 10px; /* 可以根据需要添加一些上边距 */
            }
            .card-publish-date {
                font-size: 0.8em; /* 缩小字体 */
                color: #777;      /* 设置颜色为灰色 */
                margin-top: 5px;  /* 与标题之间添加一些上边距 */
            }

            .card h2{
                margin-bottom: 30px !important;
                font-weight: bold;
            }
            @media (min-width: 1600px) and (max-width: 1920px) {
                .xiangqing .container{
                  max-width: 1240px;
                }
              }
              @media (min-width: 1921px) and (max-width: 2660px) {
                .xiangqing .container{
                  max-width: 1640px;
                }
              }
              @media (min-width: 1921px) and (max-width: 2660px) {
             
                .container {
                    max-width: 1640px;
                }
                
            }
            @media (min-width: 1920px){
             
                .container {
                    max-width: 1600px;
                }
                
            }