* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 548px;
  background: url(../img/floor_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
  color: #fff;
}
.floor-top {
  padding: 77px 0 46px;
  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: 132px;
  height: 56px;
}
.floor-top .floor_logo i {
  margin: 0 17px;
  width: 1px;
  height: 48px;
  background-color: #5b92c0;
}
.floor-top .floor_logo div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-top .floor_logo div h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.floor-top .floor_logo div p {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.floor-top .floor_logo div p b {
  width: 70px;
  height: 1px;
  background-color: #5b92c0;
}
.floor-top .floor_logo div p i {
  margin: 0;
  width: 41px;
  height: 3px;
  background-color: #fff;
}
.floor-top .floor_logo div span {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.floor-top div {
  display: flex;
}
.floor-top div a {
  color: #fff;
  font-size: 16px;
  margin-right: 55px;
}
.floor-top div a:last-child {
  margin-right: 0;
}
.floor-center {
  margin-top: 40px;
  display: flex;
}
.floor-center-left {
  display: flex;
  flex-direction: column;
}
.floor-center-left p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
}
.floor-center-left i {
  margin-top: 5px;
  font-size: 38px;
  line-height: 1;
}
.floor-center-left p {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.floor-center-left p span {
  margin-left: 16px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.floor-center-right {
  margin-left: 130px;
  display: flex;
}
.floor-center-right div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-center-right div img {
  width: 147px;
  height: 147px;
  background: url(../img/qrcode_border.png) no-repeat center / 100%;
  padding: 13px;
}
.floor-center-right div span {
  margin-top: 13px;
  line-height: 1;
  font-size: 16px;
}
.floor-center-right div:last-child {
  margin-left: 64px;
}
.copyright {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(1, 28, 91, 0.8);
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.copyright-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
