.header-box {
  width: 12%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.header-box .logo-box {
  width: 100%;
  height: 122px;
  background: #8c2a68;
  position: relative;
}
.header-box .logo-box .logo-pic {
  width: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-box .lbody {
  text-align: center;
}
.header-box .lbody .pnode {
  color: #333;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}
.header-box .lbody .pnode:hover {
  color: #8c2a68;
}
.header-box .lbody .son-box {
  display: none;
}
.header-box .lbody .son-box .son-text {
  font-size: 12px;
  color: #333;
  display: block;
  cursor: pointer;
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}
.header-box .lbody .son-box .son-text:hover {
  background: #8c2a68;
  color: #fff;
}
.header-box .jd-hbox {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header-box .jd-hbox img { width: 80%; margin: 0 auto; display: block;}

.header-box .tel-hbox {
  width: 100%;
  line-height: 35px;
  position: absolute;
  bottom: 35px;
  left: 0;
  background: #8c2a68;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header-box .tel-hbox .tel-pic {
  padding-right: 4px;
}
.header-box .customer-service {
  width: 100%;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
}
.header-box .customer-service .ser-pic {
  padding-right: 4px;
}
.home-btn {
  width: 27px;
  height: 27px;
  background: #686969 url(/images/header-pic8.png) no-repeat;
  background-position: bottom 0 right 0;
  z-index: 20;
  position: fixed;
  bottom: 38px;
  right: 0;
}
.top-btn {
  position: fixed;
  bottom: 11px;
  right: 0;
  width: 27px;
  height: 27px;
  background: #8c2a68 url(/images/header-pic7.png) center no-repeat;
  z-index: 20;
}

/*# sourceMappingURL=header.css.map */
