* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 518px;
  background: #acce22;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
}
.floor-top {
  padding: 62px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-top div:nth-child(1) {
  display: flex;
  align-items: center;
}
.floor-top div:nth-child(1) a img {
  width: 74px;
  height: 58px;
}
.floor-top div:nth-child(1) div {
  margin-left: 29px;
  display: flex;
  flex-direction: column;
}
.floor-top div:nth-child(1) div p {
  font-size: 21px;
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
}
.floor-top div:nth-child(1) div span {
  margin-top: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 100;
}
.floor-top div:nth-child(2) a {
  font-size: 16px;
  color: #fff;
  margin-right: 55px;
  text-decoration: none;
  line-height: 1;
}
.floor-top div:nth-child(2) a:last-child {
  margin-right: 0;
}
.floor-center {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.floor-center-left {
  margin-top: 30px;
}
.floor-center-left p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.floor-center-left h4 {
  margin-top: 18px;
  font-size: 46px;
  color: #fff;
  line-height: 1;
}
.floor-center-center {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.floor-center-center p {
  margin-bottom: 14px;
  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: 115px;
  height: 115px;
}
.floor-center-right img:last-child {
  margin-left: 28px;
}
.copyright {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56px;
  background-color: rgba(255, 255, 255, 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;
}
