.header-box {
  position: fixed;
  width: 100vw;
  height: auto;
  box-sizing: border-box;
  z-index: 99999;
}

.header-box .header-top {
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding: 0 4.5rem 0 7rem;
  /* overflow: hidden; */
  /* height: 7.8125rem; */
  transition: all 0.1s ease-in-out;
}

.header-box .header-top.second {
  height: 4.0625rem;
  background-color: rgba(255, 255, 255, 0.7);
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-color: #eeece7;
}

.header-top.second .green_logo {
  display: block;
}

.header-top .green_logo {
  display: none;
}

.header-top.second .white_logo {
  display: none;
}

.header-top .white_logo {
  display: block;
}



.second .site-menu-li a {
  color: #000000;
}

.header-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.8125rem;
  position: relative;
  top: -0.375rem;
  padding-top: 1.625rem;
}

.header-box .header-top .header-top-left img {
  width: 13rem;
  /* height: 2.7938rem; */
  height: auto;
}


.header-box .header-top.hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.site-menu-li:hover>a{
  color: #06893E;
}

.site-menu-li {
  height: 4.0625rem;
}
.site-menu-li>ul {
  display: flex;
  flex-direction: column;
}

.site-menu-li a {
  font-size: 1.25rem;
}

.site-menu ul {
  display: flex;
  line-height: 4.0625rem;
}

.site-menu-li {
  margin-left: 3.75rem;
}

.site-search-li {
  padding-top: 0.5rem;
  margin-left: 2.625rem;
}

.site-ce-change-li {
  padding-top: 0.4rem;
  margin-left: 1.1875rem;
}

.site-search-li a>img {
  width: .9375rem;
  height: .9375rem;

}

.site-ce-change-li a>img {
  width: 1.1875rem;
  height: 1.1875rem;
}

.site-menu-li>a {
  padding-bottom: .875rem;
}

.site-menu-li a>img {
  width: 1.125rem;
  height: 1.125rem;

}


.site-menu ul>li a.hover {
  border-bottom: 1px solid #06893E;
}

.site-menu ul>li.hover .site-submenu-div {
  height: 46px;
  display: block;
}

.mobile-menu-box {
  display: none;
}

.site-submenu-div {
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 0;
  position: absolute;
  left: 0;
  padding-left: 20.625rem;
  padding-right: 18.75rem;
  transition: all 0.3s ease-in-out;
  top: 4.0625rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.site-submenu-div .menu-name {
  font-weight: 400;
  font-size: 1.25rem;
  color: #06893E;
  line-height: 1.875rem;
  margin-bottom: 3.125rem;
}

.site-submenu {
  display: flex;
  gap: 4.125rem;
  cursor: pointer;
  height: 46px;
  align-items: center;
  justify-content: flex-end;
}

.site-submenu li {
  padding-left: 17px;
  background: url(/cnsfdc/lib/static/images/marrow.png) no-repeat left center;
  line-height: 46px;
  margin-right: 0px;
  height: 46px;
}



.site-submenu li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1rem;
  color: #000000;
}

.site-submenu li.hover {
  border-bottom: 1px solid #06893E;
}
.site-submenu li.hover a {
  color: #06893E !important;
}

/* 响应式 */
@media (max-width: 768px) {
  .header-box .header-top {
    padding: 2.5rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .site-menu-box {
    display: none;
  }
  .mobile-menu-box {
    display: block;
    color: #000000;
  }
  .mobile-site-menu {
    position: fixed;
    width: 100vw;
    background: #FFF;
    left: 0;
    top: 0;
    padding: 2vh 1.25rem;
  }

  .mobile-menu-icon {
    width: 1.0625rem;
    height: .8125rem;
  }
  .mobile-menu-icon img {
    width: 1.0625rem;
    height: .8125rem;
  }

  .mobile-menu-close {
    display: flex;
    justify-content: space-between;   
    align-items: center;
  }
  .mobile-site-logo img {
    width: 13rem;
    height: auto;
  }
  .mobile-close {
    font-size: 2rem;
  }

  .mobile-search-box {
    margin-top: 2vh;
    padding: 1.3vh 0;
    border-top: .0625rem solid rgba(0,0,0,0.1);
  }


  .mobile-search-input-box {
    width: 100%;
    height: 2.25rem;
    border-radius: .3125rem;
    padding: 0 2.125rem;
    background: url('../images/m_search.png') no-repeat;
    background-position: .75rem center;
    background-size: .75rem .75rem;
    background-color: #F5F5F5;
  }
  .mobile-search-input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: .8125rem;
    color: #000000;
  }

  .mobile-site-menu-li a {
    display: block;
    padding: 1rem 0;
    border-bottom: .0625rem solid rgba(0,0,0,0.1);
    position: relative;
  }
  
  
  a.close::after {
    content: '';
    display: block;
    width: .75rem;
    height: .375rem;
    background: url('../images/m_down.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: .625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  a.open::after {
    transform: translateY(-50%) rotate(180deg);
  }



  .mobile-site-menu-li a {
    font-size: .875rem;
  }

  .mobile-site-submenu-div {
    padding-left: 1.875rem;
  }
  .mobile-site-submenu li {
    padding: .5rem 0;
  }









}
