.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .l {
  width: 55%;
}
.home .main .l img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .r {
  width: 42%;
}
.home .main .r .item {
  margin-bottom: 40px;
}
.home .main .r .item p {
  color: #141414;
  font-size: 24px;
}
.home .main .r .item .des {
  color: #666666;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .main {
    width: 90%;
    margin: 40px auto;
    flex-direction: column;
  }
  .home .main .l, .home .main .r {
    width: 100%;
  }
  .home .main .r {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=internet.css.map */
