body {
  height: 100vh
}

.box {
  min-width: 1600px;
  min-height: 900px;
  height: 100%;
  background: url("../images//bg.jpg") center/cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.boxCen {
  min-width: 1600px;
  height: 100%;
  min-height: 900px;
  position: absolute;
}

.title {
  text-align: center;
  padding-top: 50px;

}

.title img {
  margin: 0 40px
}

.logo1 {
  position: absolute;
  top: 0;
  left: 0;
}

.people {
  position: absolute;
  left: -100px;
  bottom: 0;
  font-size: 0;
}

.rightBox {
  position: absolute;
  right: 0;
  bottom: 40px;

}

.home {
  display: flex;
  justify-content: flex-end;

}

.title2 {
  margin-right: -200px;
}

.bottom {
  padding-top: 40px;
  margin-right: 40px;
}

.btn {
  cursor: pointer;
}

.codeBox {
  position: absolute;
  top: 300px;
  right: 40px;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 22px;

}

.codeBox .codeTitle {
  font-size: 26px;
  text-shadow: 0 2px 2px #000000CC
}

.codeBox img {
  width: 150px;
  height: 150px;
}

.codeBox .codeItemBox {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.codeItem {
  padding-right: 20px;
}

.codeBox .codeItem .infoBox {
  padding-left: 10px;
}

.codeBox .codeItem .infoBox p {
  line-height: 40px;
}

.rightAll {
  width:100%;
  min-width: 1600px;
  min-height: 900px;
  height: 100%;
  position: relative;
}