#search {
  display: none;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 100px;
  /* top: 10%; */
  /* top: 9.65%; */
  z-index: 90;
  background-color:green;
  transition: all 0.5s ease-in;
      /* padding-top: 50px; */
}
#search .h_search {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#search .h_search .search-panel {
  width: 700px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
#search .h_search .search-panel .ikeyClick {
  display: inline-block;
  line-height: 100px;
  padding-top: 11px;
}
#search .h_search .search-panel .ikeyClick1 {
  display: inline-block;
  /*line-height: 100px;*/
  padding-top: 37px;
}
#search .h_search .search-panel  .hide-search {
  cursor: pointer;
}
#search .h_search .search-panel .ikeyClick img {
  cursor: pointer;
}
#search .h_search .search-panel .h_searchtxt {
  background-color: green;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
  width: 75%;
  line-height: 44px;
  font-size: 14px;
  padding: 0 25px;
}
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#search .h_search .search-panel h1 {
  color: #fff;
  padding-left: 111px;
  text-align: left;
  padding-top: 30px;
}
#search .h_search .search-panel h1 img {
  width: 30px;
  height: 30px;
}
#search .search-detail {
  float: left;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
}
#search .search-detail .h_searchdesc {
  width: 700px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#search h4 {
  font-size: 12px;
  color: black;
  padding-left: 35px;
  padding: 20px 0;
}
#search ul {
  list-style: none;
}
#search ul li {
  line-height: 32px;
  margin: 5px 0;
  padding: 0 45px;
}
#search ul li a {
  color: black;
}
/* 适配 */
@media screen and (max-width: 1440px) {
  #search {
    height: 70px;
  }
  #search .h_search .search-panel .ikeyClick {
    line-height: 70px;
  }
  #search .h_search .search-panel .ikeyClick1 {
    /*line-height: 90px;*/
    padding-top:20px;
  }
  #search .h_search .search-panel h1 {
    padding-top: 15px;
  }
}


#header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#xingjiu #header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#xingjiu #header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 100px;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  #xingjiu #header {
    height: 80px;
  }
}
#xingjiu #header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  #xingjiu #header .header-outer {
    width: 100%;
  }
}
#xingjiu #header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #xingjiu #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #xingjiu #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
#xingjiu #header .header-logo {
  display: flex;
  align-items: center;
}
#xingjiu #header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
#xingjiu #header .navbar-list {
  max-width: 1150px;
  width: 100%;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#xingjiu #header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
#xingjiu #header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
}
#xingjiu #header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid rgba(2, 146, 59);
  transition: all ease 0.3s;
}
#xingjiu #header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
#xingjiu #header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: rgba(2, 146, 59);
}
#xingjiu #header .navbar-list .navbar-item.active {
  color: rgba(2, 146, 59);
}
#xingjiu #header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
#xingjiu #header .nav-search {
  cursor: pointer;
}
#xingjiu #header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#xingjiu #header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#xingjiu #header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
#xingjiu #header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
  #xingjiu #header .navbar-list {
    font-size: 14px;
  }
  #xingjiu #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
  #xingjiu #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
  #xingjiu #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
  #xingjiu #header .navbar-list .navbar-item .select-list .select-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 1510px){
  #xingjiu #header .navbar-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #xingjiu #header .nav-search {
    display: none;
  }
  #xingjiu #header .navbar-list {
    display: none;
  }
  #xingjiu #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}

@media screen and (max-width: 1000px) {

  .header-logo img {
    width: 175px;
  }
}
#xingjiu .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
#xingjiu .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
#xingjiu .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: green url('../fonts/close.svg') no-repeat center;
  background-size: 12px;
}
#xingjiu .phoneNavShow .close {
  display: block;
}
#xingjiu .menuBox ul li a {
  color: #333;
  display: block;
}
#xingjiu .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
#xingjiu .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
#xingjiu .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
#xingjiu .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
#xingjiu .menuBox .secondMenu a,
#xingjiu .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
#xingjiu .menuBox.active .secondMenu {
  top: 0;
}
#xingjiu .menuBox ul li {
  position: relative;
}
#xingjiu .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#xingjiu .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
#xingjiu .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
#xingjiu .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
#xingjiu .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#xingjiu .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#xingjiu .active .phoneNav,
#xingjiu .active .phoneNav:before,
#xingjiu .active .phoneNav:after,
#xingjiu .bgActive .phoneNav,
#xingjiu .bgActive .phoneNav:before,
#xingjiu .bgActive .phoneNav:after {
  background: #000;
}
