.home {
  width: 100%;
  padding-top: 107px;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main {
  width: 80%;
  margin: 60px auto;
}
.home .main .links {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home .main .links a {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  color: #999999;
  transition: all 600ms;
}
.home .main .links a:hover {
  border-color: #176ABA;
  color: #176ABA;
}
.home .main .links .active {
  border-color: #176ABA;
  color: #176ABA;
}
.home .main .allItems {
  width: 100%;
  margin-top: 40px;
}
.home .main .allItems a {
  background-color: white;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home .main .allItems a .pic {
  width: 26px;
}
.home .main .allItems a .pic img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.home .main .allItems a .nr {
  width: calc(99% - 26px);
}
.home .main .allItems a .nr .name {
  color: #176ABA;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
}
.home .main .allItems a .nr .name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #176ABA;
}
.home .main .allItems a .nr .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.home .main .allItems a .nr .intro .des {
  width: 80%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home .main .allItems a .nr .intro p {
  color: #176ABA;
}
.home .main .pager {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.home .main .pager a {
  display: inline-block;
  border: 1px solid #DBDBDB;
  padding: 10px 20px;
  color: #999999;
  margin-left: 1px;
  transition: all 600ms;
}
.home .main .pager a:hover {
  background-color: #176ABA;
  color: white;
}
.home .main .pager .active {
  background-color: #176ABA;
  color: white;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .links{
justify-content: space-between;
}

  .home .main .links a {
padding:10px 0;
display:block;
width:48%;
text-align: center;
margin:0 0 8px 0;
  }
  .home .main .allItems {
    margin-top: 20px;
  }
  .home .main .allItems a {
    padding: 20px;
  }
  .home .main .allItems a .nr {
    width: calc(95% - 26px);
  }
  .home .main .allItems a .nr .name {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .home .main .allItems a .nr .intro {
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
  }
  .home .main .allItems a .nr .intro .des {
    width: 100%;
  }
  .home .main .allItems a .nr .intro p {
    margin-top: 10px;
  }
}

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