.home .products-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0a4aa5;
}
.home .products {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1400px;
  padding: 70px 20px;
}
.home .products .title-row {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
  padding: 0 20px;
}
.home .products .title-row .title {
  height: 40px;
  color: rgb(255, 255, 255);
  font-size: 36px;
  text-align: left;
  display: flex;
  align-items: center;
}
.home .products .title-row .title .icon {
  width: 32px;
  height: 32px;
  margin-left: 7px;
}
.home .products .title-row .link-more {
  height: 21px;
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.home .products .list-row {
  display: flex;
  width: 100%;
}
.home .products .series-list {
  flex: 1;
  height: 528px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  margin-right: 35px;
}
.home .products .series-list .list-item {
  padding: 12px;
}
.home .products .series-list .list-item a {
  text-decoration: none;
  color: white;
}
.home .products .images {
  display: flex;
  flex-wrap: wrap;
  width: 1032px;
  height: 516px;
  align-items: flex-start;
}
.home .products .images .image {
  width: 250px;
  height: 250px;
  background-color: rgb(255, 255, 255);
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .products .images .image img {
  height: 80%;
}

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