       :root {
            --primary: #009688;
            --dark: #393D49;
        }

       /* 给底部 Dock 留空间 */
         
        body {
            padding-bottom: 66px; 
        }
        

        /* 顶部条 */
        /* 
        .header-bar {
            background: var(--dark);
            color: #fff;
        }
        */
        /*首行颜色*/
        .header-bar {
            background: #fdfdfd;
            color: #000;
        }

      
        .logo {
            font-size: 18px;
            font-weight: bold;
        }
        /* PC 导航 */
        .top-nav .layui-nav-item a {
            color: #fff;
        }
        /* 汉堡按钮 */
        .menu-trigger {
            font-size: 24px;
            cursor: pointer;
            padding: 0 15px;
        }


        /* 底部固定 Dock（仅移动端显示） */
        
        .bottom-dock {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 66px;
            background: #fff;
            box-shadow: 0 -1px 4px rgba(0, 0, 0, .1);
            display: flex;
            z-index: 999;
        }
        .dock-item {
            flex: 1;
            text-align: center;
            font-size: 12px;
            color: #666;
            padding-top: 8px;
        }
        .dock-item i {
            display: block;
            font-size: 20px;
            margin-bottom: 2px;
        }
        .dock-item.active {
            color: var(--primary);
        }
           


        /* 大屏时隐藏 Dock */
        @media screen and (min-width: 769px) {
            .bottom-dock {
                display: none;
            }
            body {
                padding-bottom: 0;
            }
        }
        /* 小屏时隐藏顶部导航 */
        @media screen and (max-width: 768px) {
            .top-nav {
                display: none;
            }
        }
        /*弹窗颜色*/
        .layui-bg-cyan {
            background-color: #1e9fff !important;
            color: #fff !important;
        }

        	
         /*
           .content .prod-show .img-txt {
				margin-bottom: 10px;
			}
		*/	
		
		.ws-footer {
			padding: 30px 15px;
			line-height: 30px;
			text-align: center;
			color: #777;
		}


    /* 固定不滚动 */
    .fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 999;
      box-shadow: 0 2px 4px rgba(0,0,0,.1);
    }
    .content {
      margin-top: 60px; /* 确保内容不被固定头部遮挡 */
      padding: 20px;
    }
	

   
	  .pro-card{
          text-align:center; cursor:pointer; padding:1px; transition:all .3s;
          background-color: #edebea !important;  /*#edebea    dae5ed*/
      }
	  .pro-card:hover{ transform:translateY(-5px); }
	  .pro-img{ width:100%; height:auto; border-radius:4px; }
	  .pro-tit{
          margin-top:8px; font-size:14px; color:#333;
          background-color: #edebea !important;  /*#edebea    dae5ed*/
      }
	  
	  .pro-card2{
          text-align:center; cursor:pointer; padding:1px; transition:all .3s;
          background-color: #edebea !important;  /*#edebea    ff5722*/
      }
      .pro-card2:hover{ transform:translateY(-5px); }
	  .pro-card22 img {
		  width: 100%;
		  height: auto; /* 高度自动 */
		  object-fit: cover; /* 确保图片覆盖整个容器，保持宽高比 */
		  border-radius: 4px; /* 可选：添加圆角 */
		}
	 

	  .img-txt { background-color: #ff5722 !important; }
	  .h2 {text-align:center;}
	

    .footer {
      background-color: #f5f5f5;
      padding: 20px;
      text-align: center;
    }
    .contact-info {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }
    .contact-item {
      margin: 0 15px;
    }
    .social-icons img {
      width: 20px;
      height: 20px;
      margin-left: 10px;
    }
	
	 .social-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px; /* 控制图标之间的间距 */
    }
    .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px; /* 圆圈直径 */
      height: 30px;
      border-radius: 90%; /* 圆形 */
      background-color: #1E9FFF; /* 圆圈颜色 */
      text-align: center;
      line-height: 50px; /* 垂直居中 */
      color: white; /* 图标颜色 */
      cursor: pointer;
    }
    .social-icon i {
      font-size: 20px; /* 图标大小 */
    }
	
	/* 设置 layui 图标的大小 
	.layui-icon {
      font-size: 20px; 
      color: #1E9FFF;
    }*/	

  

    a1 {
      color: #1E9FFF; /* 设置链接默认颜色 */
      text-decoration: none; /* 去除下划线 */
    }
    a1:hover {
      //color: #1E9FFF; /* 设置链接悬停时的颜色 */
      text-decoration: underline; /* 悬停时添加下划线 */
    }
    a:visited {
      //color: #1E9FFF; /* 设置链接访问后的颜色 */
	  
    }

  