.home {
  width: 100%;
  padding-top: 153px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .links {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 18px;
}
.home .main .links p {
  color: #015CB5;
}
.home .main .allItems {
  width: 100%;
}
.home .main .allItems .item {
  width: 80%;
  padding: 80px 10%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home .main .allItems .item .dot {
  position: absolute;
  right: 10%;
  top: 30px;
  color: #D6D6D6;
  font-size: 72px;
}
.home .main .allItems .item .left {
  width: 30%;
}
.home .main .allItems .item .left img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .allItems .item .rt {
  width: 65%;
}
.home .main .allItems .item .rt .p1 {
  color: #222222;
  font-size: 30px;
}
.home .main .allItems .item .rt .des {
  margin: 30px 0;
  color: #333333;
  font-size: 18px;
  line-height: 35px;
}
.home .main .allItems .item .rt .more {
  width: 235px;
  height: 59px;
  background: #015CB5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .main .allItems .item .rt .more span {
  color: white;
  font-size: 18px;
  margin-right: 20px;
}
.home .main .allItems .item:nth-of-type(2n) {
  background-color: #F9F9F9;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .allItems .item {
    width: 90%;
    padding: 20px 5%;
    flex-direction: column;
  }
  .home .main .allItems .item .left, .home .main .allItems .item .rt {
    width: 100%;
  }
  .home .main .allItems .item .rt {
    margin-top: 30px;
  }
  .home .main .allItems .item .rt .p1 {
    font-size: 24px;
  }
  .home .main .allItems .item .rt .des {
    margin: 15px 0;
  }
}

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