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

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

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

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

.header-scroll .header-logo .hh-logon: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;
}

.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: 16px;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.header-unit.is-active>.header-item>span::after,
.header-item-line {
  background: #ffffff;
  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 img {
  margin-left: 5px;
}

.sub-header .header-item img:nth-of-type(2),
.sub-header .header-item img:nth-of-type(3),
.sub-header .header-item img:nth-of-type(4) {
  display: none;
}

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

.sub-header:hover .header-item img:nth-of-type(2) {
  transform: rotate(180deg);
  display: block;
}

.header-scroll .sub-header .header-item img:nth-of-type(1),
.header-scroll .sub-header .header-item img:nth-of-type(2),
.header-scroll .sub-header .header-item img:nth-of-type(4) {
  display: none;
}

.header-scroll .sub-header .header-item img:nth-of-type(3) {
  transform: rotate(180deg);
  display: block;
}

.header-scroll .sub-header:hover .header-item img:nth-of-type(3) {
  display: none;
}

.header-scroll .sub-header:hover .header-item img:nth-of-type(4) {
  display: block;
}



.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: 110px;
  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;
  }
}



.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;
}

/* 侧边菜单 */
.aside-Nav {
  display: none;
  padding: 15px 24px 0 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 480px;
  height: 100vh;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 999;
}

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

.aside-Nav .line {
  margin: 15px 0 20px 0;
  height: 1px;
  background: #E8E8E8;
}

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

.aside-Nav .asideTab li {
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.aside-Nav .asideTab li a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

.asideTab li:hover {
  background-color: #7CBC26;
}

.asideTab li.is-active {
  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;
}

/* 响应式，导航栏右侧内容 */
@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;
  }

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

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

  .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 {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
  }

  .aside-Nav .closeImg {
    margin: 15px auto;
  }

  .aside-Nav .asideTab li {
    height: 45px;
    line-height: 45px;
  }
}