  /* :root { */
      /* --primary-green: #008000; 006400 */
      /* --hover-green: #006400; */
      /* --light-green: #f0f8f0; */
      /* --dark-bg: #333; */
      /* --light-text: #f0f0f0; */
    /* } */

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
     	/* font-family:"Roboto", Sans-serif; */
		   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		cursor:pointer;
			  text-decoration: none;
    }
 
    body {
      min-width: 1200px;
      overflow-x: auto;
    }

    section {
      padding: 20px 0;
    }

    

.captcha-display {
    background: var(--hover-green);
    color: white;

    border-radius: 3px;
}
    .module-title {
      text-align: center;
      color: var(--primary-green);
      font-size: 28px;
      font-weight: bold;
      margin-top: 25px;
    }

    .module-subtitle {
      text-align: center;
      color: #777;
      font-size: 16px;
      margin-bottom: 40px;
    }

    .section-gap {
      margin: 30px 0;
    }
	/*a:ho{ text-decoration: none};*/
	
	     :root {
            --primary: #008000;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #94a3b8;
			
		  --primary-green: #008000;
		  --hover-green: #006400;
		  --light-green: #f0f8f0;
		  --dark-bg: #333;
		  --light-text: #f0f0f0;
        }
        
        .global-header {
            height: 40px;
            /* background:  linear-gradient(90deg, var(--light), #334155); 334155  */
		    background: #526176;  
			color: var(--light);
            font-family: 'Segoe UI', system-ui, sans-serif;
            font-size: 0.85rem;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 0 5%;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .contact-bar {
            display: flex;
            gap: 2rem;
			margin-right: 1.5rem;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.2s ease;
			color:white;
        }
        
        /* .contact-item:hover { */
            /* color: var(--primary); */
            /* transform: translateY(-1px); */
        /* } */
        
        .social-bar {
            display: flex;
            gap: 1rem;
        }
       .social-icon {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(0,128,0,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
		
		 .social-icontop {
				width: 22px;
				height: 22px;
				border-radius: 50%;
				 /* background: rgba(0,128,0,0.7);  */
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
			}
		
		
        .social-icon:hover {
            background: var(--primary);
            transform: scale(1.15) rotate(5deg);
        }
        
        @media (max-width: 768px) {
            .global-header {
                padding: 0 3%;
                font-size: 0.7rem;
                height: 45px;
            }
            
            .contact-bar {
                gap: 1rem;
            }
            
            .social-bar {
                gap: 0.6rem;
            }
        }
    /* Navigation */
    .navbar {
	  top: 40px;
      position: fixed;
      /* top: 0; */
      /* left: 0; */
      width: 100%;
      height: 60px;
      background-color: var(--primary-green);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 50px;
      z-index: 999;
	  
    }

    .logo-container {
      display: flex;
      align-items: center;
    }

    .logo {
      display: flex;
      align-items: center;
      justify-content: center; 
      background: var(--primary-green);
      /* clip-path: polygon(50% 0%, 100% 25%, 100% 55%, 50% 100%, 0% 75%, 0% 5%); */
      margin-right: 10px;
    }

    .logo-s img{
      font-size: 24px;
      font-weight: bold;
      color: white;
	  width: 60px;
      height: 55px;

    }

    .logo-text {
      font-size: 24px;
      font-weight: bold;
      color: white;
    }

    .nav-links {
      display: flex;
      gap: 30px;
    }

    .nav-links a {
      color: white;
      font-size: 16px;
      text-decoration: none;
      padding-bottom: 5px;
    }

    .nav-links a:hover {
      color: #8fbc8f;
    }

    .nav-links a.active {
      border-bottom: 2px solid white;
    }

    .lang-toggle {
      background: transparent;
      border: 1px solid white;
      border-radius: 3px;
      padding: 5px 10px;
      color: white;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .hamburger {
      display: none;
      color: white;
      font-size: 24px;
    }

    /* Banner */
    .banner-container {
      height: 500px;
      position: relative;
      overflow: hidden;
      margin-top: 60px;
    }
	

    .banner-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      display: none;
    }

    .banner-slide.active {
      display: block;
    }

    .text-overlay {
      position: absolute;
      max-width: 1200px;
      background-color: rgba(0, 128, 0, 0.7);
      color: white;
      padding: 30px;
      border-radius: 5px;
    }

    .banner-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .banner-subtitle {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .banner-button {
      background: var(--primary-green);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 3px;
      font-size: 16px;
      cursor: pointer;
    }

    .banner-button:hover {
      background: var(--hover-green);
    }

    .banner-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: var(--primary-green);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
    }

    .prev-slide {
      left: 20px;
    }

    .next-slide {
      right: 20px;
    }

    /* Products */
	.producttop{
		margin-top:10px;
	}
    .products-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
    }

    .products-container .product-card {
      width: 23%;
      height: 350px;
      background: white;
      border-radius: 5px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      margin-bottom: 30px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }

    .product-image {
      height: 60%;
      background-color: #eee;
      position: relative;
      overflow: hidden;
    }

    .product-info {
      height: 40%;
      padding: 10px;
      text-align: center;
    }

    .product-name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .product-series {
        /*  color: #777;*/
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: 550
    }

    .product-button {
      background: var(--primary-green);
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 3px;
      font-size: 14px;
      cursor: pointer;
    }

    .product-button:hover {
			background: var(--primary);
            transform: scale(1.15) rotate(5deg);
    }

    /* Projects */
    .projects-container {
      display: flex;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
    }

    .project-card {
      width: 23%;
      height: 320px;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
    }

    .project-image {
      width: 100%;
      height: 100%;
      background-color: #ddd;
    }

    .project-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0,0,0,0.7);
      color: white;
      padding: 12px;
      font-size: 12px;
    }
	.project-button {
	  float:right;
	  margin-left:5px;
      background: var(--primary-green);
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 3px;
      font-size: 14px;
      cursor: pointer;
    }

    .project-button:hover {
		background: var(--primary);
		transform: scale(1.15) rotate(5deg);
    }

    .view-projects {
      text-align: center;
      margin-top: 30px;
    }

    .view-button {
      background: white;
      color: var(--primary-green);
      border: 1px solid var(--primary-green);
      padding: 10px 25px;
      border-radius: 3px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
	  text-decoration: none;
    }

    .view-button:hover {
      background: var(--light-green);
    }

    /* Contact */
    .contact-container {
      background: var(--light-green);
      height: 400px;
	  
    }
    .contact-container-con  {
      display: flex;
	  max-width:1200px;
	  margin:0 auto;
    }
    .contact-info {
      flex: 1;
      /* padding: 0 100px; */
	 /* width:50% */
    }

    .contact-title {
      font-size: 24px;
      font-weight: bold;
      color: var(--primary-green);
      margin-bottom: 30px;
	  margin-top: 30px;
    }

    .contact-detail {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin-bottom: 10px;
	  margin-right:40px
    }

    .contact-icon {
      margin-right: 10px;
      color: var(--primary-green);
    }

    .social-icons {
      display: flex;
      gap: 15px;
      margin-top: 20px;
	  background:white;
    }

    .social-icon {
      width: 30px;
      height: 30px;
     /* color: var(--primary-green); */
	      color: white;
    }

    .contact-form {
		margin-top:5px;
      flex: 1;
      background: white;
      padding: 15px;
      border-radius: 5px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      /* margin-right: 100px; */
    }

    .form-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
    }
.form-row-display {
    display: flex;

    margin-bottom: 15px;
}
    .form-input {
      width: 45%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 3px;
      font-size: 16px;
    }

    .form-input.full {
      width: 100%;
    }

    .form-textarea {
      width: 100%;
      height: 120px;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 3px;
      font-size: 16px;
    }

    .submit-button {
      background: var(--primary-green);
      color: white;
      border: none;
      padding: 12px 30px;
      border-radius: 3px;
      float: right;
      cursor: pointer;
    }

    .submit-button:hover {
      background: var(--hover-green);
    }

    /* Footer */
    .footer-container {
      background: var(--dark-bg);
      color: white;
      padding: 50px 0 30px;
    }

    .footer-content {
      display: flex;
      max-width: 1200px;
      margin: 0 auto 30px;
      padding: 0 50px;
    }

    .footer-col {
      flex: 1;
      padding: 0 10px;
    }

    .footer-logo-container {
      display: flex;
      flex-direction: column;
    }

    .footer-logo-text {
      font-weight: bold;
      font-size: 20px;
      margin-top: 10px;
    }

    .footer-social {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .footer-social-icon {
      width: 24px;
      height: 24px;
    }

    .footer-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .footer-links a {
      display: block;
      color: white;
      text-decoration: none;
      font-size: 14px;
      line-height: 25px;
    }

    .footer-links a:hover {
      color: var(--primary-green);
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 12px;
      padding-top: 30px;
      border-top: 1px solid #444;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 20px 50px 0;
    }

    .footer-links-bottom {
      display: flex;
      gap: 15px;
    }

    .footer-links-bottom a {
      color: #aaa;
      text-decoration: none;
      font-size: 12px;
    }

    /* Product dropdown */
    .dropdown {
      position: relative;
    }
	.view-product {
      text-align: center;
  
    }


    .dropdown-content {
      display: none;
      position: absolute;
      background: white;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      border-radius: 3px;
      min-width: 200px;
      padding: 10px 0;
      z-index: 1;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
    }

    .dropdown-content a {
      display: block;
      color: #333;
      padding: 8px 15px;
      font-size: 14px;
    }

    .dropdown-content a:hover {
      background: #f5f5f5;
      color: var(--primary-green);
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .product-card {
        width: 48%;
      }
      
      .project-card {
        width: 48%;
        margin-bottom: 20px;
      }
      
      .projects-container {
        flex-wrap: wrap;
      }
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }
    }
		.lang-toggle {
			background: transparent;
			border: 1px solid white;
			border-radius: 3px;
			padding: 5px 10px;
			color: white;
			cursor: pointer;
			display: flex;
			align-items: center;
		}
      .hamburger {
        display: block;
      }
      
      .contact-container {
        flex-direction: column;
        height: auto;
      }
      
      
      .contact-info, .contact-form {
        padding: 20px;
        margin-right: 0;
      }
      
      .footer-content {
        flex-wrap: wrap;
      }
      
      .footer-col {
        width: 50%;
        margin-bottom: 30px;
      }
      
      .product-card {
        width: 100%;
      }
 

    @media (max-width: 576px) {
      .project-card {
        width: 100%;
      }
      
      .form-input {
        width: 100%;
      }
      
      .form-row {
        flex-direction: column;
        gap: 10px;
      }
      
      .footer-col {
        width: 100%;
      }
      
      .footer-bottom {
        flex-direction: column;
        gap: 10px;
      }
    }
	
	
	
	
	 .slider-container {
	     /*  top:90px;*/
            position: relative;
            max-width: 1200px;
            margin: 20px auto;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
		
        }

        
        
        .slider-wrapper {
            display: flex;
            transition: transform 0.6s ease;
        }
        
        .slide {
            min-width: 100%;
            position: relative;
        }
        
        .slide img {
            height: 400px;
            object-fit: cover;
            display: block;
        }
        
        .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 20px;
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        
        .nav-btn {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.7);
            border: none;
            border-radius: 50%;
            color: #333;
            font-size: 20px;
            cursor: pointer;
            margin: 0 15px;
            transition: all 0.3s;
			padding-bottom:5px;
        }
        
        .nav-btn:hover {
            background: white;
        }
        
        .slider-dots {
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .dot.active {
            background: white;
            transform: scale(1.2);
        }
        
        @media (max-width: 768px) {
            .slide img {
                height: 300px;
            }
            
            .nav-btn {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }
        }
		   .footer {
            background:  var(--primary-green);

            color: var(--light);
            /* padding: 2rem 0 1.5rem; */
         
        }
		
		 .footerbottom {
		    margin: 0 auto;
            text-align: center;
            color:white;
			font-family:"Roboto", Sans-serif;
			font-size: 14px;
		    font-weight: 400;
			padding:10px;
        }
		  .copyright {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        .copyright span {
            color: var(--light);
            font-weight: 600;
        }
		/* 导航栏容器 */
		.header-return {
		  background: linear-gradient(90deg, #008000, #008000); /* 绿色渐变背景 */
		  color: #fff; /* 文字白色 */
		  padding: 6px 0; /* 垂直间距 */
		  display: flex; /* 弹性布局 */
		  justify-content: space-between; /* 标题与路径左右对齐 */
		  align-items: center; /* 垂直居中 */
		  font-family: Arial, sans-serif; /* 字体 */
		  max-width:1200px;
		  margin:20px auto auto;
		}

		/* 标题样式 */
		.header-return-title h1 {
		  font-size: 24px; /* 字体大小 */
		  font-weight: bold; /* 加粗 */
		}

		/* 面包屑路径容器 */
		.header-return-breadcrumbs {
		  display: flex; /* 弹性布局 */
		  align-items: center; /* 垂直居中 */
		}

		/* 面包屑单个链接 */
		.breadcrumb-item {
		  text-decoration: none; /* 去除下划线 */
		  color: #fff; /* 文字白色 */
		  font-size: 16px; /* 字体大小 */
		  margin-left: 15px; /* 左侧间距 */
		}

		/* 面包屑分隔符 */
		.breadcrumb-separator {
		  color: #fff; /* 分隔符白色 */
		  margin: 0 5px; /* 左右间距 */
		}
		  