/*---footer---*/

#huake-footer {
  background: #272930;
  box-sizing: border-box;
  padding: 60px 0;
}

#huake-footer h5 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px 0;
}

#huake-footer hr {
  height: 1px;
  background: url("../../images/hr01.png") no-repeat left center;
  margin-bottom: 25px;
}

#huake-footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot-logo {
  width: 345px;
  text-align: center;
}

.foot-logo img {
}

.foot-logo p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 18px 0 0 0;
}

.foot-logo .share {
  text-align: left;
  margin: 20px 0 0 0;
}

.foot-logo .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #007fb1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  vertical-align: top;
}

.foot-logo .share a i {
  font-size: 22px;
  color: #fff;
}

.foot-logo .share a:nth-child(2) {
  background: #cd332d;
}

.foot-logo .share a:nth-child(3) {
  background: #31af6f;
}

.foot-logo .share a:nth-child(4) {
  background: #3a5999;
}

.foot-logo ul {
  text-align: left;
  margin: 28px 0 0;
}

.foot-logo ul li {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 36px;
}

.foot-logo ul li a {
  color: #fff;
  background: url("../../images/dot.png") no-repeat left center;
  padding: 0 0 0 18px;
}

.foot-logo ul li a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.huake-footer-right {
  -webkit-flex: 1;
  flex: 1;
  margin: 27px 0 0 50px;
  display: -webkit-flex;
  display: flex;
}

.foot-nav {
  width: 200px;
}

.foot-nav ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  background: url("../../images/dot.png") no-repeat left 8px;
  padding: 0 0 0 18px;
}

.foot-nav ul li a {
  color: #fff;
}

.foot-nav ul li a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.foot-list {
  width: 308px;
}

.foot-list ul {
}

.foot-list ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  background: url("../../images/dot.png") no-repeat left 8px;
  padding: 0 0 0 18px;
}

.foot-list ul li a {
  color: #fff;
}

.foot-list ul li a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.huake-foot-contact {
  width: 360px;
}

.huake-foot-contact p {
  font-size: 14px;
  line-height: 36px;
  padding: 0 0 0 28px;
  color: #fff;
}

.huake-foot-contact p.p1 {
  background: url("../../images/addrs.png") no-repeat left 2px;
  height: 63px;
  padding: 0 0 0 72px;
  margin: 0 0 10px 0;
}

.huake-foot-contact p.p2 {
  background: url("../../images/i1.png") no-repeat left center;
}

.huake-foot-contact p.p3 {
  background: url("../../images/i2.png") no-repeat left center;
}

.huake-foot-contact p.p4 {
  background: url("../../images/i3.png") no-repeat left center;
}

.huake-foot-contact p.p5 {
  background: url("../../images/i4.png") no-repeat left center;
}

.huake-foot-contact p.p6 {
  background: url("../../images/i5.png") no-repeat left center;
}

.huake-foot-contact p.p7 {
  background: url("../../images/i6.png") no-repeat left center;
}

.huake-foot-contact p.p8 {
  background: url("../../images/i7.png") no-repeat left center;
}

.huake-foot-contact p a {
  color: #fff;
}

.huake-foot-contact p a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.huake-copyright {
  background: #272930;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 52px;
  text-align: center;
}

.huake-copyright .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.huake-copyright p {
  font-size: 14px;
  color: #9b9b9b;
}

.huake-copyright p:last-child a {
  color: #9b9b9b;
  margin: 0 10px;
}

.huake-copyright p:last-child a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.huake-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  left: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.huake-side-bar a {
  display: block;
  cursor: pointer;
  width: 80px;
  background: #fff;
  position: relative;
  color: #676767;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 3px;
}

.huake-side-bar a i {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.huake-side-bar a span {
  font-size: 14px;
  color: #1a449a!important;
  display: block;
  margin: 10px 0 0;
}

.huake-side-bar a.wx .wx-box {
  width: 152px;
  height: 193px;
  position: absolute;
  right: -160px;
  top: 0px;
  display: none;
}

.huake-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #d6d7d7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.huake-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.huake-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 70px;
  display: none;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
  display: block;
}

/* footer toobar */
#huake-footerBar {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

#huake-footerBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: var(--btn-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
  z-index: 999;
}

#huake-footerBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}

#huake-footerBar li:first-child {
  border-left: none;
}

#huake-footerBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
}

#huake-footerBar li i {
  color: #fff;
  font-size: 20px;
}

#huake-footerBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}

@media screen and (max-width: 1450px) {
  .foot-nav {
    width: 170px;
  }

  .huake-foot-contact {
    width: 340px;
  }
}

@media screen and (max-width: 1200px) {
  .foot-nav {
    display: none;
  }

  .nav ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .visible-xs-block {
    display: block;
  }

  .wp,
  .wp2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .huake-side-bar,
  .foot-nav {
    display: none;
  }

  #huake-footerBar {
    display: block;
  }

  #huake-footer {
    padding: 30px 0;
  }

  #huake-footer h5 {
    text-align: center;
  }

  #huake-footer hr {
    margin-bottom: 20px;
  }

  #huake-footer .wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #huake-footer hr {
    background: #3d3f45;
  }

  .foot-logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  .foot-logo p {
    font-size: 13px;
    margin: 15px 0 0;
  }

  .foot-logo .share {
    text-align: center;
  }

  .foot-logo ul {
    display: none;
  }

  .foot-list {
    display: none;
  }

  .huake-footer-right {
    margin: 20px 0 0;
    width: 100%;
    overflow: hidden;
  }

  .huake-foot-contact {
    width: 100%;
  }

  .huake-foot-contact p {
    line-height: 25px;
  }

  .huake-foot-contact p.p1 {
    line-height: 22px;
    margin: 0 0 15px;
  }

  .huake-copyright {
    line-height: 24px;
    height: auto;
    padding: 15px 0 60px;
  }

  .huake-copyright .wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .huake-copyright p {
    float: none;
    font-size: 13px;
  }

  .huake-copyright p:last-child {
    float: none;
    font-size: 13px;
  }

  .huake-copyright p:last-child a {
    margin: 0 5px;
  }
}

@media screen and (max-width: 900px) {
  #back {
    width: 100%;
  }

  #goTop {
    margin-bottom: 50px;
  }
}
