.banner {
  height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;

  margin: 0 auto;
}

.banner .word {
  margin-top: 300px;
}
.banner .p1 {
  font-size: 40px;
  max-width: 580px;
}
.banner .split {
  width: 70px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
}

.banner .p2 {
  font-size: 24px;
  margin-top: 30px;
}

.banner .points {
  margin-top: 200px;
}

.banner .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  background: linear-gradient(
    to right,
    rgba(31, 120, 180, 0.6),
    rgba(255, 255, 255, 0)
  );
  padding: 20px 30px;
  width: 600px;
}
.banner .item img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
.banner .item .txt {
  padding-left: 30px;
}
.banner .item h3 {
  font-size: 18px;
}
.banner .item p {
  font-size: 16px;
}

.hyyy {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #231815;
  width: 250px;
}

.line {
  height: 3px;
  background-color: #231815;
  width: 50px;

  position: absolute;
  bottom: -2px;
  left: 0;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .item {
  width: 23%;
  margin-bottom: 20px;
}
.content .item img {
  width: 100%;
}
.content .item h3 {
  text-align: center;
  font-size: 18px;
}

.mojuimg {
  width: 100%;
}

.videos video {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 999px) {
.banner {
    height: 400px;
  }
  .banner .word {
    margin-top: 10px;
  }

  .banner .p1 {
    font-size: 16px;
    max-width: 80%;
  }
  .banner .split {
    height: 1px;
  }
  .banner .p2 {
    font-size: 14px;
    margin-top: 10px;
  }

  .banner .points {
    margin-top: 30px;
  }

  .banner .item img{
    width: 40px;
    height: 40px;
  }
  .banner .item {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;

  }
  .banner .item h3 {
    font-size: 14px;
  }
  .banner .item p {
    font-size: 12px;
  }
  .banner .item .txt{
    padding-left: 10px;
  }
  .content .item {
    width: 45%;
  }
  .content .item h3 {
    font-size: 14px;
  }
  .hyyy {
    padding-top: 0;
  }

  .tit {
    width: 100%;
    margin-top: 30px;
  }
}
