* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 538px;
  background: url(../img/floor_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
}
.floor-top {
  padding: 53px 0 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-top div:nth-child(1) a img {
  width: 413px;
  height: 80px;
}
.floor-top div:nth-child(2) a {
  font-size: 16px;
  color: #804643;
  margin-right: 65px;
  text-decoration: none;
  line-height: 1;
}
.floor-top div:nth-child(2) a:last-child {
  margin-right: 0;
}
.floor-center {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
}
.floor-center-left p {
  font-size: 16px;
  color: #804643;
  line-height: 1;
}
.floor-center-left h4 {
  margin-top: 30px;
  font-size: 52px;
  color: #804643;
  line-height: 1;
}
.floor-center-center {
  font-size: 14px;
  color: #804643;
  display: flex;
  flex-direction: column;
}
.floor-center-center p {
  margin-bottom: 18px;
  line-height: 1;
}
.floor-center-center p .address2 {
  margin-left: 72px;
}
.floor-center-center p:last-child {
  margin-bottom: 0;
}
.floor-center-right img {
  width: 91px;
  height: 91px;
  padding: 4px;
  border: 1px solid #fff;
}
.floor-center-right img:last-child {
  margin-left: 16px;
}
.copyright {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.copyright-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
