.outer {
  position: relative;
}



#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.word {
  width: 917px;
  height: 327px;
  position: absolute;
  background: url(../img/newIndex/word1.png)center no-repeat;
  left: 50%;
  margin-left: -458px;
  top: 120px;
}

.banner {
  position: relative;
  width: 100%;
  height: 600px;
}

.swiper-wrapper .banner:nth-child(1) {
  background: url(../img/newHeader/banner3.jpg)center no-repeat;
  /* background: url(../img/newHeader/banner2.jpg)center no-repeat; */
}

.swiper-wrapper .banner:nth-child(2) {
  background: url(../img/newHeader/banner2.jpg)center no-repeat;
  /* background: url(../img/newHeader/banner9.png)center no-repeat; */
}

.swiper-wrapper .banner:nth-child(3) {
  background: url(../img/newHeader/banner1.jpg)center no-repeat;
  /* background: url(../img/newHeader/banner9.png)center no-repeat; */
}

#btn {
  position: absolute;
  bottom: 80px;
  font-size: 0;
  left: 50%;
  margin-left: -207px;
}

#btn button {
  width: 200px;
  height: 50px;
  border: none;
  cursor: pointer;
}

#btn .video {
  background: #ff8b00;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-right: 14px;
}



#btn .reservation {
  background: #177fff;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}



#header {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  height: 90px;
  justify-content: center;
  z-index: 1010;
}

.banner-content1 {
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -600px;
}

.banner-content1 .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin-bottom: 8px;
}

.banner-content1 .desc {
  font-size: 36px;
  font-weight: 600;
  color: #FFB514;
  line-height: 50px;
  margin-bottom: 18px;
}

.banner-content1 .list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  position: relative;
}

.banner-content1 .list p::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: -18px;
  bottom: 8px;
}

.banner-content1 .know-more {
  width: 200px;
  height: 50px;
  background: #FFB514;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 14px;
  margin-left: 50px;
}

#content {
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -585px;
}

#content h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
}

#content .text {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

#content .description {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 38px;
}

#content .reservation {
  width: 200px;
  height: 50px;
  background: #177fff;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.point {
  width: 174px;
  position: absolute;
  bottom: 40px;
  left: 45%;
  z-index: 9999;
}

.point .point-item {
  width: 40px;
  height: 5px;
  margin: 0 9px;
  background: #8c8c8c;
  display: inline-block;
  cursor: pointer;
}

.point .point-item.active {
  background: #fff;
}

.point .point-item:hover {
  cursor: pointer;
}



.opacity-in {
  animation: opacityIn 30s infinite;
  -webkit-animation: opacityIn 30s infinite;
  -moz-animation: opacityIn 30s infinite;
  -ms-animation: opacityIn 30s infinite;
}



@keyframes opacityIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.8);
  }
}

@-webkit-keyframes shareani {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.8);
  }
}

@-moz-keyframes shareani {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.8);
  }
}

@-ms-keyframes shareani {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.8);
  }
}

@media (max-width:1366px) {
  .newheader .newHeader-logo {
    margin: 0;
  }
}

.content-pos {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 580px;
}

.content-pos li {
  display: none;
}

/* 灵活用工 */
._banner_l h4 {
  margin-top: 150px;
  width: 290px;
  height: 42px;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 42px;
}

._banner_l h3 {
  width: 500px;
  height: 56px;
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 181, 20, 1);
  line-height: 56px;
  margin: 15px 0 15px 0;
}

._banner_l p {
  width: 625px;
  height: 99px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  margin-bottom: 30px;
}