.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 .section1 {
  padding: 5vw 10vw;
  background: url("../images/tbg1.png") no-repeat;
  background-size: cover!important;
}
.home .main .section1 .t {
  color: #1B338B;
  font-size: 1.5vw;
  font-weight: bolder;
}
.home .main .section1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
}
.home .main .section1 .content .l {
  width: 48%;
}
.home .main .section1 .content .l .tag {
  margin-bottom: 30px;
}
.home .main .section1 .content .l .tag .p1 {
  color: #111;
  font-size: 1.1vw;
  font-weight: bolder;
}
.home .main .section1 .content .l .tag .des {
  color: rgba(17, 17, 17, 0.6);
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 10px;
}
.home .main .section1 .content .r {
  width: 48%;
}
.home .main .section1 .content .r img {
  width: 100%;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .section1 .content .r:hover img {
  transform: scale(1.05);
}
.home .main .section2 {
  padding: 5vw 10vw;
  background: url("../images/tbg2.png") no-repeat;
  background-size: cover;
}
.home .main .section2 .t {
  color: #1B338B;
  font-size: 1.5vw;
  font-weight: bolder;
}
.home .main .section2 .content {
  margin-top: 3vw;
}
.home .main .section2 .content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
}
.home .main .section2 .content .item .pic {
  width: 48%;
}
.home .main .section2 .content .item .pic img {
  width: 100%;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .section2 .content .item .pic:hover img {
  transform: scale(1.05);
}
.home .main .section2 .content .item .text {
  width: 48%;
  color: #666;
  font-size: 0.9vw;
  line-height: 2;
}
.home .main .section2 .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home .main .section3 {
  padding: 5vw 10vw;
  background: url("../images/tbg3.png") no-repeat;
  background-size: cover;
}
.home .main .section3 .t {
  color: #1B338B;
  font-size: 1.5vw;
  font-weight: bolder;
}
.home .main .section3 .content {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section3 .content .l {
  width: 48%;
}
.home .main .section3 .content .l img {
  width: 100%;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .section3 .content .l:hover img {
  transform: scale(1.05);
}
.home .main .section3 .content .r {
  width: 48%;
  color: #666;
  font-size: 0.9vw;
  line-height: 2;
}
@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 .section1 {
    padding: 30px 5vw;
  }
  .home .main .section1 .t {
    font-size: 20px;
  }
  .home .main .section1 .content {
    flex-direction: column;
  }
  .home .main .section1 .content .l {
    width: 100%;
  }
  .home .main .section1 .content .l .tag {
    margin-bottom: 15px;
  }
  .home .main .section1 .content .l .tag .p1 {
    font-size: 16px;
  }
  .home .main .section1 .content .l .tag .des {
    font-size: 14px;
  }
  .home .main .section1 .content .r {
    width: 100%;
  }
  .home .main .section2 {
    padding: 30px 5vw;
  }
  .home .main .section2 .t {
    font-size: 20px;
  }
  .home .main .section2 .content {
    margin-top: 20px;
  }
  .home .main .section2 .content .item {
    flex-direction: column !important;
    margin-bottom: 20px;
  }
  .home .main .section2 .content .item .pic {
    width: 100%;
  }
  .home .main .section2 .content .item .text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
  .home .main .section3 {
    padding: 30px 5vw;
  }
  .home .main .section3 .t {
    font-size: 20px;
  }
  .home .main .section3 .content {
    flex-direction: column;
    margin-top: 20px;
  }
  .home .main .section3 .content .l {
    width: 100%;
  }
  .home .main .section3 .content .r {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

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