.footer {
  padding-top: 48px;
}

.back-top {
  padding-right: 108px;
  color: #141414;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding-right: 0;
  white-space: nowrap;
}

.logo {
  padding: 50px 0 42px 0;
  width: 196px;
  margin: auto;
}

.company-info {
  border-top: 1px solid #05321b;
  margin-top: 24px;
  padding: 28px 0 100px 0;
}
.company-info2 {
  padding: 28px 0 28px 0;
}

.tel,
.email {
  min-width: 120px;
}

.info {
  padding-right: 30px;
  color: #141414;
  font-size: 18px;
  margin-bottom: 14px;
}

.icon-footer {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.icon-back-top {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/footer-icon-top.png");
}

.icon-address {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/footer-icon-address.png");
}

.icon-tel {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/footer-icon-tel.png");
}

.icon-email {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/footer-icon-email.png");
}

.icon-call {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/footer-icon-c.png");
}

.buseness-number {
  color: #141414;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  margin: 0 auto;
  width: 390px;
}

.buseness-number img {
  width: 20px;
  margin: 0 2px 0 10px;
}

.footer-nav-item {
  padding-right: 120px;
  height: 20px;
  line-height: 20px;
  position: relative;
}

.footer-nav-lower {
  position: absolute;
  top: 20px;
  left: 0;
  height: 0;
  transition: height 0.15s;
  -webkit-transition: height 0.15s;
  -moz-transition: height 0.15s;
  -ms-transition: height 0.15s;
  -o-transition: height 0.15s;
  overflow: hidden;
  background-color: #fff;
}

.footer-nav-lower-item {
  padding: 0 10px;
}

.footer-nav-item:hover .footer-nav-lower {
  height: 140px;
}

.footer-nav-item:hover .footer-nav-lover-case {
  height: 100px;
}

.footer-nav-link {
  height: 20px;
  line-height: 20px;
  color: #141414;
  position: relative;
  display: block;
  font-size: 18px;
}

.footer-nav-lower-item .footer-nav-link {
  font-size: 16px;
}

.footer-nav-link:hover,
.footer-nav-link-active {
  color: #034d24;
}

.buseness-number-txt {
  color: #141414;
}