#footer {
  background-color: #2C2C2C;
  border-top: solid 1px #434343;
  position: relative;
  z-index: 1001;
}
#footer .inner {
 width: 1720px;
 padding: 64px 0 63px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}
.f-l,.f-r{
  width: 50%;
  display: flex;
  flex-direction: column;

}
.f-l span,.f-r span{
  display: block;
}
.f-l .f-location{
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.f-contact{
  margin-top: 19px;
}
.f-contact .tit{
  font-size: 16px;
  color: #BBBBBB;
}
.f-contact .txt{
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  padding-top: 6px;
}
.f-r{
  align-items: flex-end;
}
.f-logo{
  width: 115px;
  height: 35px;
  background: url(../images/logo/f-logo.png) no-repeat;
  background-size: cover;

}
.f-copyrights{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    padding-top: 12px;
}