.banner {
  height: 100vh;
  background: url('../img/qyy-home.png') no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.home-main {
  display: none;
}

.home {
  margin-bottom: 50px;
  height: 872px;
  background: url('../img/home-banner.jpg') no-repeat;
  background-size: 100% 100%;
}

.none {
  display: block;
}

.logo {
  position: relative;
  height: 86px;
  background: url('../img/home-logo.png') no-repeat;
  background-size: 100% 100%;
}

.cursor {
  position: absolute;
  left: 4%;
  top: 0;
  width: 190px;
  height: 86px;
  cursor: pointer;
}

.tabs {
  position: absolute;
  width: 31%;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
}

.tabs li {
  width: 30%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.home-text {
  display: none;
  padding: 130px 60px;
  position: absolute;
  top: 45%;
  right: 18%;
  width: 654px;
  height: 638px;
  background: url('../img/home-text.png') no-repeat;
  background-size: 100% 100%;
}

.home-text .name {
  font-size: 36px;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.icon {
  width: 17%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icon .point {
  width: 8px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
}

.icon .line {
  width: 71px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
}

.home-text .content {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}

.admin {
  position: relative;
}

.admin .admin-logo {
  width: 878px;
  height: 1303px;
  background: url('../img/admin-logo.png') no-repeat;
  background-size: 100% 100%;
}

.admin .admin-text {
  position: absolute;
  top: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.admin-text .title {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}

.admin-text .admin-image {
  margin-top: 20px;
  width: 100%;
  height: 514px;
  background: url('../img/qyy-admin.png') no-repeat;
  background-size: 100% 100%;
}

.admin-icon {
  width: 70%;
}

.admin-icon .admin-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.admin-ul li {
  width: 20%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
