.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .cn {
  font-size: 2.6vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  width: 80vw;
  margin: 5vw auto;
  display: flex;
  justify-content: space-between;
}
.home .main .l {
  width: 35%;
}
.home .main .l .box {
  position: sticky;
  left: 0;
  top: 102px;
}
.home .main .l .box .item {
  border: 1px solid #DBDBDB;
  background: #FFF;
  margin-bottom: 20px;
}
.home .main .l .box .item .d1 {
  background: #1B338B;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 1.2vw;
  cursor: pointer;
}
.home .main .l .box .item .d2 {
  display: none;
}
.home .main .l .box .item .d2 .a1 .at {
  display: block;
  padding: 25px;
  color: #111;
  font-weight: bolder;
  font-size: 1vw;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .l .box .item .d2 .a1 .at:hover {
  background: rgba(27, 51, 139, 0.05);
}
.home .main .l .box .item .d2 .a1 .aList {
  display: none;
}
.home .main .l .box .item .d2 .a1 .aList a {
  display: block;
  color: #333;
  font-size: 0.9vw;
  padding: 15px 25px;
}
.home .main .l .box .item .d2 .a1 .active {
  background: rgba(27, 51, 139, 0.05);
  font-weight: bold;
}
.home .main .r {
  width: 60%;
}
.home .main .r .nr .t {
  color: #1B338B;
  font-size: 1.8vw;
  font-weight: bolder;
}
.home .main .r .nr .html {
  margin: 30px 0;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.6);
}
.home .main .r .nr .html img {
  max-width: 100%;
}
.home .main .r .nr .tag {
  margin-bottom: 30px;
}
.home .main .r .nr .tag .p1 {
  color: #111;
  font-weight: bolder;
  font-size: 20px!important;
}
.home .main .r .nr .tag .des {
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.6);
  margin-top: 10px;
}
.home .main .r .nr .tag .des a {
  display: flex;
  align-items: center;
}
.home .main .r .nr .tag .des a p {
  color: rgba(17, 17, 17, 0.6);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main {
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
  }
  .home .main .l {
    width: 100%;
  }
  .home .main .l .box .item {
    margin-bottom: 10px;
  }
  .home .main .l .box .item .d1 {
    font-size: 18px;
    padding: 20px;
  }
  .home .main .l .box .item .d2 .a1 .at {
    padding: 20px;
    font-size: 16px;
  }
  .home .main .l .box .item .d2 .a1 .aList a {
    font-size: 14px;
  }
  .home .main .r {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .r .nr .t {
    font-size: 20px;
  }
  .home .main .r .nr .html {
    margin: 15px 0;
  }
  .home .main .r .nr .tag {
    margin-bottom: 15px;
  }
  .home .main .r .nr .tag .p1 {
    font-size: 16px;
  }
}

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