/* 版心 */
#footer-container {
  max-width: 72.917vw;
  width: 90%;
  margin: 0 auto;
}

.footer-register {
  position: relative;
  height: 10.417vw;
  background-image: url(../images/footer-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-info {
  font-size: 1.563vw;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}

.footer-more {
  font-size: 0.938vw;
  color: #fff;
}


.footer-map {
  background-color: #FFFFFF;
}

.footer-main {
  display: flex;
  padding: 1.563vw 0;
}

.footer-map .footer-left {
  flex: auto;
  display: flex;
  align-items: center;
}

.footer-map .footer-left .line {
  width: 1px;
  height: 100%;
  background-color: #000;
  margin: 0 5vw 0 10vw;
}

.footer-map .us {

}

.footer-map .us .top {
  font-size: 1.042vw;
  padding-bottom: 1.042vw;
  border-bottom:  1px solid #000;
}

.footer-map .us>div {
  margin-bottom: .833vw;
  font-size: .938vw;
}

.footer-map .us .link-to>a{
  color: #000;
}

.footer-map .us .link-to>a:hover{
  font-weight: bold;
}

.footer-map .qrcode {
  display: flex;
}

.footer-map .qrcode .right-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2.5vw;
  text-align: center;
}

.footer-map .qrcode .right-item .img-block {
  padding: .417vw;
  width: 7.813vw;
  height: 7.813vw;
  background-color: #fff;
}

.footer-map .qrcode .right-item .img-block img {
  width: 100%;
  height: 100%
}

.footer-map .qrcode .right-item img {
  width: 7.813vw;
  height: 7.813vw;
  background-color: #dbdbdb
}

.footer-map .qrcode .right-item span {
  font-size: .938vw;
}

.footer-phone {
  font-size: .833vw;
  font-weight: 600;
  color: #b3b3b3;
  margin-top: 1.25vw;
}

.footer-bar {
  background-color: #2D6737;
  height: 1.667vw;
  color: #fff;
}

.footer-bar-con{
  height: 1.667vw;
  display: flex;
  align-items: center;
  justify-content:center;
  font-size: .625vw;
}

.footer-bar-con img{
  height: 1.667vw;
  width: auto;
}

.footer-bar-con a{
  color: #fff;
  margin-left: 0.729vw
}