.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 .about {
  width: 70%;
  margin: 60px auto;
}
.home .main .about .p1 {
  text-align: center;
  color: #1C202B;
  font-size: 48px;
}
.home .main .about .nr {
  margin-top: 40px;
}
.home .main .about .nr .p2 {
  color: #222222;
  font-size: 22px;
  font-weight: bolder;
}
.home .main .about .nr .des {
  color: #666666;
  font-size: 18px;
  line-height: 35px;
  margin-top: 10px;
}
.home .main .about .pics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -20px;
}
.home .main .about .pics .item {
  width: 23%;
  margin-bottom: 20px;
  margin-left: 1.5%;
}
.home .main .about .pics .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .about .pics .item p {
  color: #666666;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.home .main .about .table {
  margin: 40px auto;
}
.home .main .about .table .thead {
  display: flex;
  justify-content: space-between;
}
.home .main .about .table .thead div {
  background-color: #FAFAFA;
  border: 1px solid #E7E8EB;
  text-align: center;
  padding: 30px 0;
  color: #222222;
  font-size: 20px;
}
.home .main .about .table .thead .s1 {
  width: 5%;
  border-right: none;
}
.home .main .about .table .thead .s2, .home .main .about .table .thead .s3 {
  width: 20%;
  border-right: none;
}
.home .main .about .table .thead .s4, .home .main .about .table .thead .s5 {
  width: 10%;
  border-right: none;
}
.home .main .about .table .thead .s6 {
  width: 35%;
}
.home .main .about .table .item {
  display: flex;
  justify-content: space-between;
}
.home .main .about .table .item div {
  border: 1px solid #E7E8EB;
  text-align: center;
  padding: 30px 0;
  color: #666666;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .about .table .item .s1 {
  width: 5%;
  border-right: none;
}
.home .main .about .table .item .s2, .home .main .about .table .item .s3 {
  width: 20%;
  border-right: none;
}
.home .main .about .table .item .s4, .home .main .about .table .item .s5 {
  width: 10%;
  border-right: none;
}
.home .main .about .table .item .s6 {
  width: 35%;
}
.home .main .about .table .item .s6 img {
  max-width: 80%;
  vertical-align: middle;
  object-fit: contain;
  max-height: 150px;
}
.home .main .about .table .item:last-child div {
  border-bottom: 1px solid #E7E8EB;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .about {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .about .p1 {
    font-size: 24px;
  }
  .home .main .about .nr {
    margin-top: 20px;
  }
  .home .main .about .pics {
    margin-left: 0;
  }
  .home .main .about .pics .item {
    width: 48%;
  }
}

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