/* 顶部导航模块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 {
  display: flex;
  justify-content: space-between;
}

.headerBox-right-menus {
  display: flex;
  height: 30px;
  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: #548589;
  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: #ffff4d;
  min-height: 200px;
}

.li-posit-box a:focus {
  color: yellow;
}

.headerBox-right-btn {
  font-size: 15px;

  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;
}

.header_bottomBox {
  width: 980px;
  margin: 30px auto;
}

.header_bottomBox-bg {}

.GardenBox-bannerBox {
  display: flex;
  justify-content: space-between;
}

.GardenBox-bannerBox-bg {
  padding: 20px 30px;
  /* margin-right: 25px; */
}

.GardenBox-bannerBox-right {
  padding: 20px 30px;
  background-color: #97c1b2;
  color: #fff;
}

.GardenBox-bannerBox-right div {
  text-indent: 2em;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

/*百草园部分*/
.GardenBox {
  width: 980px;
  margin: 0 auto;
  margin-top: 30px;
}

.GardenBox-title {
  font-size: 18px;
  padding: 15px 0;
  color: #000;
  border-bottom: 1px solid #000;

}








/* 底部模块 */
.footerBox {
  padding-top: 50px;
  position: relative;
  background-image: url("../images/puji_images/bottom的透明图（叠加在底图bottom之上.png");
  width: 100%;
  height: 320px;
  background-size: cover;
  z-index: 2;
}

.btmOp {
  position: absolute;
  top: 0;
  width: 100%;
  height: 370px;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: .6;
}

.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;
}