#header {
  height: 80px;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #1D745D;
  position:fixed;
  top:0;
  left:0;
  z-index:99999
}
#header li.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  margin: 0 24px;
  width: 120px;
  color: #FFFFFF;
}
#header li.nav-item>a {
  font-size: 18px;
  line-height:80px;
  font-weight: 400;
}

#header li.nav-item::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 4px;
  bottom: 1px;
  left: 50%;
  background: #FFFFFF;
  transform: translateX(-50%);
  transition: width 0.2s;
}
#header .nav-menu-ul>li.active::after{
  width: 100%;
}
#header .jiwuta_i18 a {
  font-size: 16px;
  line-height:80px;
  color: #FFFFFF;
}


#header .nav-menu-ul>li.nav-item:hover::after{
  width: 100%;
}

#header .nav-menu-ul>li.nav-item.active::after{
  width: 100%;
}

#header .megamenu-list {
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0;
	z-index: 15;
	padding: 20px 8%;
  min-height: 320px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 4px 6px 13px 0px rgba(0,0,0,0.3), 0px 5px 13px 0px rgba(0,0,0,0.25);
  color: #000000;
  font-weight: 300;
  transform: translate3d(0, 30px, 0);
  transition: 0.2s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
#header .megamenu-list a {
  height: 15px;
}

#header .megamenu-list .megamenu-list-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
}
#header .megamenu-list .megamenu-list-content {
  line-height: 27px;
  margin-top: 20px;
  font-size: 15px;
}

#header .nav-menu-ul>li.nav-item:hover .megamenu-list {
  opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
/* .rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	
} */

/* @media screen and (max-width: 1300px) {
  #header li.nav-item a {
    font-size: 20px
  }
}
@media screen and (max-width: 1200px) {
  #header li a {
    font-size: 18px
  }
}

@media screen and (max-width: 1100px) {
  #header li a {
    font-size: 16px
  }
} */


.tab-container .active {
  color: #1C735C;
}
.tab-container .tab-link::after {
  content: '';
  position:absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 3px;
  background: #1C735C;
  transform: translateX(-50%);
  transition: width 0.2s;
}
.tab-container .active::after {
  width: 34px;
}
.tab-container .tab-link:hover::after {
  width: 34px;
}
/* ============首页========================================================================== */

#banner .banner-container{
  position: relative;
  background: url('/image/index/banner.jpg') no-repeat center / cover;
}
#banner .banner-btn {
  display: block;
  border-radius: 28px;
  line-height: 48px;
  width: 152px;
  height: 48px;
}

/* ============我们的产品========================================================================== */
/* 自然护理系列 */
#product-zr-banner .product-zr-banner-container{
  position: relative;
  background: url('/image/product/zr/banner.png') no-repeat center / cover;
}
/* 营养补充系列 */
#product-yy-banner .product-yy-banner-container{
  position: relative;
  background: url('/image/product/yy/banner.png') no-repeat center / cover;
}
/* 食疗调理系列 */
#product-sl-banner .product-sl-banner-container{
  position: relative;
  background: url('/image/product/sl/banner.png') no-repeat center / cover;
}

/* 招聘岗位 */
#joinTab .time::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 6px;
  bottom: 0;
  left: 0;
  background: #1C735C;
}


/* 简单的淡入动画效果 */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.footer-top a{
  color: #000000;
  font-weight: 300;
  font-size: 13px;
  display: block;
  line-height: 30px;
  height: 30px;
}

.sub-title {
  /* font-size: 24px;
  color:#333333;
  font-weight: 400;*/
  padding-bottom: 16px; 
  position: relative;
}
.sub-title::after {
  content: '';
  position:absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 1px;
  background: #000000;
  transform: translateX(-50%);
}


.title {
  /* font-size: 24px;
  color:#333333;
  font-weight: 400;*/
  padding-bottom: 22px; 
  position: relative;
}
.title::after {
  content: '';
  position:absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 1px;
  background: #000000;
  transform: translateX(-50%);
}
.title1::after {
  content: '';
  position:absolute;
  bottom: 0;
  left: 47%;
  width: 76px;
  height: 1px;
  background: #FFFFFF;
  transform: translateX(-50%);
}

.btn {
  transition: transform 0.3s ease;
}
.btn:hover {
  transform: scale(1.1);
}
