.cwhite {
  color: #fff !important;
}
.footer {
  width: 100%;
  background: #1b8b3b url("../images/footer-bg.png") no-repeat 50% 50%;
  position: relative;
  color: #cccccc;
  font-size: 0.75rem;
}
.footer .footer-outer {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.footer .footer-outer .footer-row1 {
  width: 100%;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .footer-outer .footer-row1 .footerLogo img {
  height: 100%;
}
.footer .footer-outer .footer-row1 .row1-left {
  text-align: left;
}
.footer .footer-outer .footer-row1 .row1-right {
  text-align: right;
}
.footer .footer-outer .footer-row1 .footerPhone .cwhite {
  color: #fff !important;
}
.footer .footer-outer .footer-row1 .footerShare {
  display: flex;
}
.footer .footer-outer .footer-row1 .footerShare .item {
  width: 70px;
  height: 70px;
  border-radius: 25px;
  margin-left: 20px;
  background: #137b31;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  cursor: pointer;
  position: relative;
}
.footer .footer-outer .footer-row1 .footerShare .item img {
  vertical-align: middle;
}
.footer .footer-outer .footer-row1 .footerShare .item:hover {
  background: #fff;
}
.footer .footer-outer .footer-row1 .footerShare .item .showCode {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 75px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
}
.footer .footer-outer .footer-row1 .footerShare .item:hover .showCode {
  opacity: 1;
  transition: all 0.5s;
}
.footer .footer_tag {
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  font-size: 14px;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.footer .footer_tag .row1 li:nth-child(1) a,
.footer .footer_tag .row2 li:nth-child(1) a,
.footer .footer_tag .row3 li:nth-child(1) a,
.footer .footer_tag .row4 li:nth-child(1) a,
.footer .footer_tag .row5 li:nth-child(1) a,
.footer .footer_tag .row6 li:nth-child(1) a,
.footer .footer_tag .row7 li:nth-child(1) a,
.footer .footer_tag .row8 li:nth-child(1) a {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 30px;
  display: inline-block;
}
.footer .footer_tag .row1 li a,
.footer .footer_tag .row2 li a,
.footer .footer_tag .row3 li a,
.footer .footer_tag .row4 li a,
.footer .footer_tag .row5 li a,
.footer .footer_tag .row6 li a,
.footer .footer_tag .row7 li a,
.footer .footer_tag .row8 li a {
  color: #ccc;
  padding-bottom: 17px;
  display: inline-block;
}
.footer .footer_tag .row1 li a:hover,
.footer .footer_tag .row2 li a:hover,
.footer .footer_tag .row3 li a:hover,
.footer .footer_tag .row4 li a:hover,
.footer .footer_tag .row5 li a:hover,
.footer .footer_tag .row6 li a:hover,
.footer .footer_tag .row7 li a:hover,
.footer .footer_tag .row8 li a:hover {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .footer .footer_tag {
    display: none;
  }
}
.footer .footerLine {
  width: 100%;
  height: 1px;
  background: rgba(169, 188, 173, 0.3);
}
.footer .footer_last {
  display: flex;
  padding: 35px 20px;
  max-width: 1540px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .footer_last .footer_relation {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: left;
  flex-grow: 1;
  font-size: 14px;
}
.footer .footer_last .footer_relation .relation-address {
  font-size: 16px;
}
.footer .footer_last .footer_relation h1 {
  color: #fff;
}
.footer .footer_last .qrcode {
  display: flex;
  justify-content: space-around;
}
.footer .footer_last .qrcode .code {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer .footer_last .qrcode .code img {
  padding: 0 10px;
}
.footer .footer_last .qrcode .code p {
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .footer .footer_last {
    display: block;
  }
  .footer .footer_last .qrcode {
    padding-top: 50px;
  }
}
.footer .footer_copy {
  font-size: 1rem;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  padding: 35px 20px;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .footer_copy .copy_left {
  flex-grow: 1;
  font-size: 14px;
}
.footer .footer_copy .copy_left a {
  color: #bbbbbb;
}
.footer .footer_copy .copy_left a:hover {
  color: #fff;
}
.footer .footer_copy .copy_left span {
  cursor: pointer;
}
.footer .footer_copy .copy_left span:hover {
  color: #fff;
}
.footer .footer_copy .copy_left .cwhite {
  color: #fff;
}
.footer .footer_copy .copy_left span a {
  margin: 0 10px;
}
.footer .footer_copy .fangwei a {
  color: #66a576;
  font-size: 14px;
  text-align: right;
}
.footer .footerPhone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer .footer-outer .row1 li,
  .footer .footer-outer .row2 li,
  .footer .footer-outer .row3 li,
  .footer .footer-outer .row4 li,
  .footer .footer-outer .row5 li,
  .footer .footer-outer .row6 li,
  .footer .footer-outer .row7 li,
  .footer .footer-outer .row8 li {
    padding: 0;
  }
  .footer .footer-outer .row1 li:nth-child(1) a,
  .footer .footer-outer .row2 li:nth-child(1) a,
  .footer .footer-outer .row3 li:nth-child(1) a,
  .footer .footer-outer .row4 li:nth-child(1) a,
  .footer .footer-outer .row5 li:nth-child(1) a,
  .footer .footer-outer .row6 li:nth-child(1) a,
  .footer .footer-outer .row7 li:nth-child(1) a,
  .footer .footer-outer .row8 li:nth-child(1) a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
  }
  .footer .footer-outer .row1 li a,
  .footer .footer-outer .row2 li a,
  .footer .footer-outer .row3 li a,
  .footer .footer-outer .row4 li a,
  .footer .footer-outer .row5 li a,
  .footer .footer-outer .row6 li a,
  .footer .footer-outer .row7 li a,
  .footer .footer-outer .row8 li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer_copy {
    font-size: 12px;
  }
  .footer .footer_copy .relation-address {
    font-size: 14px;
  }
  .footer .footer_copy a {
    font-size: 12px;
  }
  .footer .footer_copy .fangwei a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-outer .footer-row1 .footerShare {
    display: none;
  }
  .footer .relation-address {
    font-size: 14px !important;
  }
  .footer .footer_copy {
    display: none;
  }
  .footer .footerPhone {
    display: block;
    text-align: center;
    padding: 20px 50px;
    color: #bbbbbb;
  }
  .footer .footerPhone a {
    color: #bbbbbb;
  }
  .footer .footerPhone a:hover {
    color: #fff;
  }
  .footer span:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-outer .footer-row1 {
    padding: 20px 10px;
  }
  .footer .footer-outer .footer-row1 .footerLogo {
    height: 70px;
  }
}
