* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 601px;
  background: url(../img/floor_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
  color: #fff;
}
.floor-top {
  padding: 70px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-top .floor_logo {
  display: flex;
  align-items: center;
}
.floor-top .floor_logo img {
  width: 192px;
  height: 84px;
}
.floor-top .floor_logo i {
  margin: 0 12px 0 11px;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.floor-top .floor_logo div {
  display: flex;
  flex-direction: column;
}
.floor-top .floor_logo div p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.floor-top .floor_logo div span {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.floor-top div {
  display: flex;
}
.floor-top div a {
  color: #fff;
  font-size: 18px;
  margin-right: 60px;
}
.floor-top div a:last-child {
  margin-right: 0;
}
.floor-center {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.floor-center-left {
  display: flex;
  flex-direction: column;
}
.floor-center-left p {
  font-size: 16px;
  line-height: 1;
}
.floor-center-left i {
  margin-top: 50px;
  font-size: 52px;
  line-height: 1;
  font-family: 'Futura Bk BT';
}
.floor-center-center {
  width: 325px;
  display: flex;
  flex-direction: column;
}
.floor-center-center p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.floor-center-center p span {
  margin-left: 8px;
}
.floor-center-right {
  display: flex;
}
.floor-center-right div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-center-right div img {
  width: 113px;
  height: 113px;
  background: url(../img/qrcode_border.png) no-repeat center / 100%;
  padding: 9px;
}
.floor-center-right div span {
  margin-top: 10px;
  line-height: 1;
  font-size: 12px;
}
.floor-center-right div:last-child {
  margin-left: 10px;
}
.copyright {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(13, 77, 104, 0.8);
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.copyright-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
