<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home {
  width: 100%;
}
.home .banner {
  padding-top: 106px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 70%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .l {
  width: 245px;
}
.home .main .l .types {
  background: white;
}
.home .main .l .types .one {
  border: 1px solid #EBEBEB;
  margin-bottom: 15px;
}
.home .main .l .types .one .name {
  background: rgba(38, 40, 123, 0.07);
  padding: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #26287B;
  font-size: 14px;
  font-weight: bolder;
  cursor: pointer;
  border-left: 2px solid #26287B;
}
.home .main .l .types .one .second .item .p1 {
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: white;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .l .types .one .second .item .p1 a {
  color: #222222;
  font-size: 14px;
}
.home .main .l .types .one .second .item .active {
  background: #F5F5F5;
}
.home .main .l .types .one .second .item .third {
  display: none;
}
.home .main .l .types .one .second .item .third a {
  color: #666666;
  transition: all 600ms;
  font-size: 12px;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #EBEBEB;
  font-weight: lighter;
}
.home .main .l .types .one .second .item .third a:hover {
  color: #26287B;
}
.home .main .l .types .one .second .item .third .active2 {
  color: #26287B;
}
.home .main .r {
  width: calc(96% - 245px);
}
.home .main .r .t1 {
  color: #141414;
  font-size: 14px;
  text-transform: uppercase;
}
.home .main .r .allItems {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home .main .r .allItems a {
  display: block;
  width: 31%;
  margin-bottom: 20px;
}
.home .main .r .allItems a .pic {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.home .main .r .allItems a .pic span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  opacity: 0.15;
  font-size: 30px;
  font-weight: bolder;
}
.home .main .r .allItems a .pic img {
  max-width: 100%;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .r .allItems a p {
  text-align: center;
  color: #333333;
  font-family: "ITCAvantGardeStd-XLt";
  margin: 15px 0;
}
.home .main .r .allItems a:hover .pic img {
  transform: scale(1.05);
}
.home .main .r .more {
  cursor: pointer;
  margin-top: 30px;
}
.home .main .r .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home .main .r .more a p {
  color: #CBCCCC;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .home .main {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .home .banner img {
    min-height: 200px;
  }
  .home .main {
    margin: 30px auto;
    flex-direction: column;
  }
  .home .main .l {
    width: 100%;
  }
  .home .main .r {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .r .allItems {
    margin-top: 15px;
    justify-content: space-between;
  }
  .home .main .r .allItems a {
    width: 48%;
  }
  .home .main .r .more {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=products.css.map */
</pre></body></html>