/* 顶部导航模块css */
.headerBox-right-menus li .a:hover {
  color: #fff;
  cursor: pointer;
  border-bottom: none;
  background-color: #9b141a;
}
.headerBox-right-menus li .a{
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.headerBox {
  height: 120px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  /* background-color: pink; */
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.headerBox-left {
  width: 100px;
  height: 100px;
}
.headerBox-right {
  position: relative;
  display: flex;
  align-items: end;
  padding-right: 20px;
  justify-content: space-between;
}
.headerBox-right-menus {
  display: flex;
  height: 40px;
  align-items: center;

}
.headerBox-right-menus li {
  margin-right: 30px;
  color: #000;
  font-size: 15px;

  width: 60px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #9b141a;
  padding: 3px;
}
.headerBox-right-menus li:hover {
  color: #fff;
  cursor: pointer;
  border-bottom: none;
  background-color: #9b141a;
}
.li-posit {
  position: absolute;
  display: none;
  top: 24px;
  background-color: #465b5c;
  left: 0;
  z-index: 999;
  right: 0;
  opacity: 0.7;
}

.li-posit-box {
  justify-content: space-between;
  padding: 5px;

  display: flex;
}

.li-posit-box a {
  font-size: 12px;
  width: 22px;
  color: #eaea74;
  min-height: 200px;
}
.li-posit-box a:focus {
  color: #fff;
}

.headerBox-right-btn {
  font-size: 15px;
  position: relative;
  margin-bottom: 5px;
  border-radius: 15px 0 15px 0;
  width: 80px;
  text-align: center;
  height: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  background-color: #9b141a;
}

/* 轮播图模块css */
.carousel {
  position: relative;
  width: 100%;
  height: 650px;
  margin: auto;
}
.carousel-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.5s ease-in-out;
}
.carousel-image {
  width: 100%;
  height: 100%;
  display: none;
}
.carousel-image.active {
  display: block;
}
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.carousel-dot.active {
  background-color: #000;
}

/*百草园部分*/
.GardenBox{
  width: 980px;
  margin: 0 auto;
  margin-top: 50px;
}
.GardenBox-title{
  font-size: 18px;
  padding:  15px 0;
  color: #000;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #000;

}

.containerBox{
  display: flex;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: space-between;
}
.containerBox-bg1{
  margin-right: 15px;
}
.productInfo{
  padding: 30px 20px;
  width: 980px;
  margin: 10px auto 0;
  box-sizing: border-box;
  box-sizing: border-box;

  background-color: #c7c398;
}
.productInfo div{
  text-indent: 2em;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
/*中间的内容*/

/* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background: #f8f9fa;
            color: #333;
            line-height: 1.6;
            padding: 20px;
        }
        */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
			
			
			
			
		
		
			box-sizing: border-box;
			font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
			background: #f8f9fa;
			color: #333;
			line-height: 1.6;
			
			
        }
        
        /* 头部样式 */
        header {
            text-align: center;
            padding: 30px 0;
            margin-bottom: 40px;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 700;
            letter-spacing: 2px;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        h1 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2c3e50;
            position: relative;
            display: inline-block;
        }
        
        h1::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: #e74c3c;
            border-radius: 2px;
        }
        
        .subtitle {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 20px auto 0;
            line-height: 1.8;
            color: #7f8c8d;
            font-weight: 300;
            letter-spacing: 1px;
        }
        
        /* 图片区域布局 */
        .gallery-section {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .main-image {
            flex: 1;
            min-width: 300px;
            height: 500px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        
        .main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .main-image:hover img {
            transform: scale(1.05);
        }
        
        .side-images {
            flex: 0 0 300px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .side-image {
            height: 240px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
            position: relative;
        }
        
        .side-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .side-image:hover img {
            transform: scale(1.08);
        }
        
        .image-label {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 12px 20px;
            font-size: 0.9rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .main-image:hover .image-label,
        .side-image:hover .image-label {
            opacity: 1;
        }
        
        /* 文本区域 */
        .text-section {
            background: #34495e;
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin: 40px 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
        }
        
        .text-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1518998053901-5348d3961a04?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover;
            opacity: 0.15;
            z-index: 0;
        }
        
        .text-content {
            position: relative;
            z-index: 2;
            max-width: 2000px;
            margin: 0 auto;
        }
        
        .text-section h2 {
            font-size: 2.2rem;
            margin-bottom: 25px;
            color: #ecf0f1;
            position: relative;
            display: inline-block;
        }
        
        .text-section h2::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 80px;
            height: 4px;
            background: #e74c3c;
            border-radius: 2px;
        }
        
        .text-section p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #ecf0f1;
            font-weight: 300;
        }
        
        /* 底部图片区域 */
        .bottom-gallery {
            display: flex;
            gap: 20px;
            margin-top: 40px;
        }
        
        .bottom-image {
            flex: 1;
            height: 350px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
            position: relative;
        }
        
        .bottom-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .bottom-image:hover img {
            transform: scale(1.05);
        }
        
        /* 页脚 */
        footer {
            text-align: center;
            margin-top: 60px;
            padding-top: 30px;
            color: #7f8c8d;
            font-size: 0.9rem;
            border-top: 1px solid #e0e0e0;
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 20px 0;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: #2c3e50;
            color: white;
            border-radius: 50%;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background: #e74c3c;
            transform: translateY(-5px);
        }
        
        /* 响应式设计 */
        @media (max-width: 900px) {
            .side-images {
                flex: 1;
                flex-direction: row;
            }
            
            .side-image {
                flex: 1;
            }
        }
        
        @media (max-width: 768px) {
            .gallery-section {
                flex-direction: column;
            }
            
            .side-images {
                flex-direction: column;
            }
            
            .main-image {
                height: 400px;
            }
            
            .bottom-gallery {
                flex-direction: column;
            }
            
            h1 {
                font-size: 2.2rem;
            }
            
            .text-section h2 {
                font-size: 1.8rem;
            }
        }






/* 底部模块 */
.footerBox {
  padding-top: 50px;
  position: relative;
  background-image: url("../images/wuji_images/bottom的透明图（叠加在底图bottom之上.png");
  width: 100%;
  height: 320px;
  background-size: cover;
  z-index: 4;
}
.btmOp{
  position: absolute;
  top: 0;
  width: 100%;
  height: 370px;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: .8;
}
.footerBox-container {
  position: relative;
z-index: 9;
  width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footerBox-item {
}
.footerBox-right-topBox-imgBox-img {
  width: 80px;
  height: 80px;
}
.footerBox-right-topBox-imgBox-title {
  font-size: 14px;
  color: #ddd;
  margin-top: 5px;
}
.footerBox-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  opacity: 0;
}
.footerBox-item-info {
  font-size: 12px;
  color: #ddd;
  line-height: 30px;
  opacity: 0;
}

.footerBox-right-topBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footerBox-right-topBox-imgBox {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footerBox-right-footer-one {
  font-size: 16px;
  color: #ddd;
  line-height: 35px;
}

.footerBox-right-footer-two {
  font-size: 12px;
  color: #ddd;
  line-height: 35px;
}
.footerBox-right-footer-three {
  font-size: 12px;
  color: #ddd;
  line-height: 35px;
}

/* 回到顶部 */
.backTop {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #abbf47;
  position: absolute;
  bottom: 60px;
  cursor: pointer;
  right: 150px;
  z-index: 99;
}
