.header-scroll.header-container {
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 0 4px 10px 0 hsla(0, 0%, 89%, .5);
}

.header-logo .hh-logo:nth-child(1) {
  display: block;
}

.header-logo .hh-logo:nth-child(2) {
  display: none;
}

.header-scroll .header-logo .hh-logo:nth-child(1) {
  display: none;
}

.header-scroll .header-logo .hh-logo:nth-child(2) {
  display: flex;
}

.header-scroll .header-unit.is-active>.header-item>span:after,
.header-scroll .header-item-line {
  /* background: #7cbc26; */
}

.header-scroll .header-unit.is-active .header-item,
.header-scroll .header-unit:hover .header-item {
  color: #7cbc26;
}

.hai-gg {
  opacity: 0;
}

.header-scroll .header-unit.is-active .header-item .hai-gg {
  opacity: 1;
}

.header-scroll .header-unit.is-active .header-item .hai-n {
  opacity: 0;
}


.header-scroll .qrcode-box>img:first-of-type {
  display: none;
}

.header-scroll .qrcode-box>img:last-of-type {
  display: block;
}

.header-scroll .phone-box img:nth-of-type(2) {
  display: inline-block;
}

.header-scroll .phone-box img:nth-of-type(1) {
  display: none;
}

.header-scroll .phone-box span {
  color: #7CBC26;
}

.header-scroll .tel-box img:nth-of-type(1) {
  display: none;
}

.header-scroll .tel-box img:nth-of-type(2) {
  display: inline-block;
}

.header-scroll .tel-box span {
  color: #7CBC26;
}

.header-scroll .small-separato-vertical {
  width: 1px;
  opacity: 1;
  background-color: #7CBC26;
}

.header-container {
  z-index: 101;
  height: 82px;
  position: fixed;
  width: 100%;
  display: flex;
  font-size: 16px;
  color: white;
  align-items: center;
  justify-content: space-around;
}

.header-logo {
  margin-left: 68px;
  margin-right: 55px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}

.header-logo img {
  height: 75px;
  width: auto;
}

.header-box {
  align-items: stretch;
  background: transparent;
  box-shadow: none;
  display: flex;
  height: 100%;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: 0;
  width: auto;
}

.header-unit {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 20px;
}

.header-item {
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.header-unit.is-active>.header-item>span::after,
.header-item-line {
  /* background: #ffffff; */
  background: transparent;
  bottom: 10px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 2px;
}

.header-unit:hover .header-item {
  color: #7cbc26;
}

.header-item-line {
  transition: all 0.3s ease;
  width: 0px;
  pointer-events: none;
}

.sub-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sub-box {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 8px 0 #e4e4e4;
  display: none;
  min-width: 190px;
  padding: 10px 20px;
  position: absolute;
  font-size: 14px;
  top: 100%;
  z-index: 99;
  color: #333333;
  width: 240px;
  height: 384.32px;
}

.sub-unit {
  padding-top: 15px;
  height: 50px;
  line-height: 35px;
  /* border-bottom: 1px solid #E8E8E8; */
  display: block;
}

/* .sub-unit:last-of-type {
    border-bottom: none;
  } */

.sub-unit:hover {
  /* border-color: #7CBC26; */
  color: #7CBC26;
}

/* 选中状态 */
.sub-unit.is-active {
  color: #7CBC26;
}

.sub-unit.is-active+div>.sub-item-line {
  width: 100%;
  background-color: #7CBC26;
}

.sub-unit.is-active .sub-item img:nth-of-type(1) {
  display: none;
}

.sub-unit.is-active .sub-item img:last-child {
  display: inline-block;
}

/* 选中状态 */

/*解决方案悬浮滑动条*/
.sub-unit:hover+div>.sub-item-line {
  width: 100%;
  background-color: #7CBC26;
  transition: width 0.5s linear;
}

.sub-item-line {
  width: 0%;
  height: 2px;
  background-color: #E8E8E8;
}

.sub-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
}

.sub-item img {
  width: 12px;
  height: 12px;
}

.sub-item img:last-child {
  display: none;
}

.sub-unit:hover .sub-item img:nth-of-type(1) {
  display: none;
}

.sub-unit:hover .sub-item img:last-child {
  display: inline-block;
}

.sub-header:hover .sub-box {
  display: block;
}

.sub-header .header-item {
  box-sizing: border-box;
  padding-right: 15px;
}

.hai-n,
.hai-g,
.hai-w,
.hai-gg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.2s linear;
}

.hai-w {
  opacity: 1;
}

.header-scroll .sub-header .header-item .hai-w {
  opacity: 0;
}

.header-scroll .sub-header .header-item .hai-n {
  opacity: 1;
}

.header-scroll .sub-header:hover .header-item .hai-gg {
  opacity: 0;
}
.header-scroll .sub-header:hover .header-item .hai-n {
  opacity: 0;
  transform: rotate(-180deg) translateY(50%);
}

.header-scroll .sub-header:hover .header-item .hai-g {
  transform: rotate(-180deg) translateY(50%);
  opacity: 1;
}

.side-bar {
  background: #7CBC26;
  box-shadow: 0px 0px 16px 0px rgba(99, 99, 99, 0.11);
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  position: fixed;
  margin-top: -141px;
  right: 0;
  top: 50%;
  z-index: 51;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  transform-style: preserve-3d;
  transition: all .2s;
  width: 80px;
  height: 282px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 0px 10px;
}

.side-bar>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 94px;
  border-bottom: 1px solid rgba(225, 255, 255, 0.43);
}

.side-bar>#copywechat {
  display: none;
}

.side-bar>div:nth-of-type(4) {
  border-bottom: none;
}

.side-bar>div>img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.side-bar>div:active>img {
  transform: scale(0.85);
}

.side-qrcode-item {
  position: absolute;
  top: 0;
  right: 110%;
  width: 200px;
  height: 200px;
  z-index: 101;
  display: none;
  cursor: pointer;
  padding: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
  border-radius: 12px;
}

.side-qrcode-item img {
  width: 160px;
  height: 160px;
}

.side-bar>div:nth-of-type(1):hover .side-qrcode-item {
  display: block;
}

@media(max-width:1024px) {
  .side-bar {
    width: 64px;
    height: 140px;
    top: auto;
    bottom: 140px;
  }

  .side-bar>div>img {
    margin-bottom: 0;
    width: 24px;
    height: 24px;
  }

  /* .side-bar>#copywechat {
    display: flex;
  } */
  .side-bar>#getquotenow {
    display: none;
  }

  .side-bar>div span {
    display: block;
    font-size: 10px;
  }

  .side-qrcode-item {
    width: 160px;
    height: 160px;
  }

  .side-qrcode-item>img {
    width: 120px;
    height: 120px;
  }
}


@media(max-width:768px) {
  .side-bar {
    height: 140px;
    top: auto;
    bottom: 140px;
  }

  .side-bar>#copywechat {
    display: flex;
  }

  .side-bar>#getquotenow {
    display: none;
  }

  .side-bar>div:nth-of-type(1) {
    display: none;
  }

  .side-bar>div:nth-of-type(4) {
    border: 0;
  }

  .side-bar>div:last-child {
    height: 94px;
  }
}



.nav-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  padding-right: 85px;
}

.qrcode-box {
  position: relative;
  cursor: pointer;
}

.qrcode-item {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-top: 16px;
  top: 100%;
  width: 200px;
  height: 200px;
  z-index: 101;
  display: none;
  cursor: pointer;
  padding: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
  border-radius: 12px;
}

.qrcode-box img {
  width: 30px;
}

.qrcode-box>img:last-of-type {
  display: none;
}

.qrcode-box>div>img {
  width: 160px;
}

.qrcode-box:hover>img:first-of-type {
  display: none;
}

.qrcode-box:hover>img:last-of-type {
  display: block;
}

.qrcode-box:hover .qrcode-item {
  display: block;
}

.phone-box {
  margin-left: 30px;
}

.phone-box img:nth-of-type(1),
.phone-box img:nth-of-type(2) {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
}

.phone-box img:nth-of-type(2) {
  display: none;
}

.phone-box:hover img:nth-of-type(2) {
  display: inline-block;
}

.phone-box:hover img:nth-of-type(1) {
  display: none;
}

.phone-box:hover span {
  color: #7CBC26;
}

.tel-box {
  margin-left: 30px;
}

.tel-box img:nth-of-type(1),
.tel-box img:nth-of-type(2) {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
}

.tel-box img:nth-of-type(2) {
  display: none;
}

.tel-box:hover img:nth-of-type(2) {
  display: inline-block;
}

.tel-box:hover img:nth-of-type(1) {
  display: none;
}

.tel-box:hover span {
  color: #7CBC26;
}

.tel-box span,
.phone-box span {
  font-family: Helvetica-Bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}

.menuiconbox,
.menuiconbox1 {
  width: 23px;
  height: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 1px;
}

.menuiconbox {
  display: none;
}

.mibline1,
.mibline3 {
  width: 100%;
  height: 2px;
  background: #7CBD26;
  border-radius: 1px;
  transition: all 0.3s;
  margin: 3px 0;
}

.mibline2 {
  width: 50%;
  height: 2px;
  background: #7CBD26;
  border-radius: 1px;
}

.mibline11,
.mibline13 {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  margin: 3px 0;
}

.mibline12 {
  width: 50%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.mibline1.is-acitve {
  transform: rotateZ(45deg);
  transform-origin: left center;
}

.mibline2.is-acitve {
  opacity: 0;
}

.mibline3.is-acitve {
  transform: rotateZ(-45deg);
  transform-origin: left center;
}

/* 侧边菜单 */
.aside-Nav {
  height: 0;
  display: none;
  /* display: none; */
  position: absolute;
  top: 82px;
  left: 0;
  background: rgba(255, 255, 255);
  width: 100%;
  /* height: calc(100vh - 82px); */
  font-size: 16px;
  box-sizing: border-box;
  z-index: 999;
  transition: height 0.2s linear;
  color: #333333;
  overflow-y: hidden;
  /* padding-bottom: 100px; */
  overflow-y: scroll;
  scrollbar-width: none;
  flex-direction: column;
  justify-content: space-between;
}

.aside-Nav .closeImg {
  display: block;
  margin: 30px auto;
  width: 24px;
  height: 24px;
}

.aside-Nav .line {
  /* margin: 15px 0 20px 0; */
  width: 100%;
  height: 1px;
  background: #EFEFEF;
}

.aside-Nav .lines {
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  padding: 0 50px;
}

.aside-Nav .lines>div {
  width: 100%;
  height: 1px;
  background: #EFEFEF;
}

.aside-Nav .asideTab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aside-Nav .asideTab li {
  height: 54px;
  line-height: 54px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  cursor: pointer;
}

.aside-Nav .asideTab li a {
  font-size: 16px;
  text-decoration: none;
}

.asideTab li:hover>a {
  color: #7CBC26;
}

.asideTab li.is-active {
  color: #7CBC26;
  /* background-color: #7CBC26; */
}

.nav-right-responsive {
  display: none;
}

.nav-right-responsive .small-separato-vertical {
  margin: 0 10px;
}

.aside-menubtn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.nav-right-responsive img:nth-of-type(1) {
  display: inline-block;
}

.nav-right-responsive img:nth-of-type(2) {
  display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(1) {
  display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(2) {
  display: inline-block;
}

.header-scroll .nav-right-responsive .menuiconbox {
  display: flex;
}

.header-scroll .nav-right-responsive .menuiconbox1 {
  display: none;
}

.hassub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

.hassub .asicon-sel {
  /* display: none; */
}

.asidesub-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 69px;
  height: 0;
  overflow-y: hidden;
  transition: height 0.3s linear;
}

.asidesub {
  height: 44px;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.asidesub:last-child {
  border-bottom: 0;
}

.asidesub:hover {
  color: #7CBC26;
}

.asidesub.is-active {
  color: #7CBC26;
}

.hassub.show {
  color: #7CBC26;
}

.hassub.show+.asidesub-box {
  height: 357px;
  transition: height 0.3s linear;
}

.hassub.show+.asidesub-box.l1 {
  height: 313px;
  transition: height 0.3s linear;
}

.asicon-sel {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

.asicon-nor {
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}

.hassub.show .asicon-sel {
  display: block;
  opacity: 1;
  transform: rotate(0deg);
}

.hassub.show .asicon-nor {
  opacity: 0;
  transform: rotate(-180deg);
}

/* 响应式，导航栏右侧内容 */
@media(max-width:1710px) {
  .nav-top-right>div:nth-of-type(2) {
    display: none;
  }

  .nav-top-right>div:nth-of-type(3) {
    display: none;
  }
}

@media(max-width:1578px) {
  .header-logo {
    margin-left: 23px;
    margin-right: 25px;
  }

  .header-unit {
    padding: 0px 15px;
  }

  .nav-top-right {
    padding-right: 30px;
  }
}

@media(max-width:1400px) {

  .header-box,
  .nav-top-right {
    display: none;
  }

  .tel-box {
    margin-left: 5px;
  }

  .aside-Nav {
    display: flex;
  }

  .header-logo {
    margin-right: 0px;
    margin-left: 40px;
  }

  .nav-right-responsive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
    padding-right: 50px;
  }

  .nav-right-responsive .phone-box {
    margin-left: 0;
  }
}

@media(max-width:768px) {
  .header-logo {
    margin-left: 7px;
    margin-right: 0px;
  }

  .header-logo img {
    height: 52px
  }

  .nav-right-responsive {
    flex-grow: 0;
    padding-right: 12px;
  }

  .header-container {
    height: 62px;
    width: 100%;
    justify-content: space-between;
  }

  .aside-Nav {
    top: 62px;
  }

  .aside-Nav .asideTab li {
    padding: 0 16px;
  }

  .aside-Nav .lines {
    padding: 0 16px;
  }

  .asidesub-box {
    padding: 0 36px;
  }
}

.newhcon {
  width: 100%;
  height: 0px;
  background-color: #FFFFFF;
  transition: height 0.3s linear;
  overflow-y: hidden;
  position: absolute;
  top: 82px;
  left: 0;
  display: flex;
  justify-content: center;
  box-shadow: inset 0px 1px 0px 0px rgba(232, 232, 232, 0.5);
}

.newhcon:hover {
  height: 253px;
}

.newhbox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  flex-wrap: wrap;
  padding-top: 30px;
  align-content: flex-start;
}

.newhitem {
  width: 33.33%;
  height: 30px;
  display: flex;
  /* align-items: stretch; */
  margin-top: 36px;
  cursor: pointer;
}

.newhitem:nth-of-type(1),
.newhitem:nth-of-type(2),
.newhitem:nth-of-type(3) {
  margin-top: 0;
}

.newhitem>img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.nhiname {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: -4px;
}

.nhicontent {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}

.newhitem:hover .nhiname {
  color: #7CBC26;
}

.newhitem:hover .nhicontent {
  color: #7CBC26;
}

.newhitem.is-active .nhiname {
  color: #7CBC26;
}

.newhitem.is-active .nhicontent {
  color: #7CBC26;
}

.nkfcon {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  height: 94px;
  padding: 10px 17px 40px;
  background: #EEF6E4;
}

.nkfbox {
  display: flex;
  align-items: stretch;
}

.nkfbox>img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  cursor: pointer;
}

.nkfup {
  display: flex;
  align-items: center;
}

.nkfup>span {
  font-size: 18px;
  color: #7CBD26;
  font-weight: 700;
}

.nkfup>img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.nkfdown {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}

#copytiptext {
  display: none;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}