.tech-title {
  color: #242A46;
  font-size: 0.32rem;
  padding: 0 15px;
  font-weight: 500;
}
.tech-banner {
  width: 100%;
  /* max-width: 1920px; */
  height: 6.64rem;
  background: url("../jpg/banner1.jpg") no-repeat center / cover;
}
.tech-banner-title {
  color: #fff;
  font-size: 0.5rem;
  margin-top: 2.25rem;
  font-weight: 300;
  margin-bottom: 0.42rem;
}
.tech-banner-desc {
  color: #fff;
  font-size: 0.26rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 576px) { 
  .tech-banner-desc {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tech-banner-desc {
    width: 60%;
  }
}
.tech-wxp {
  padding: 0.5rem 0 0.7rem;
}
.tech-wxp__item {
  border: 1px solid #eaecf1;
  box-shadow: 0 6px 12px 0 #f4f5f9;
  padding: 0.58rem 0.1rem;
  text-align: center;
  margin: 0 5px;
  margin-top: 0.4rem;
}
.tech-wxp__item .title {
  color: #494E65;
  font-weight: 500;
  font-size: 20px;
}
.tech-wxp__item .desc {
  color: #6D7184;
  font-size: 14px;
}
.tech-wxp2 {
  padding: 0.5rem 0 0.7rem;
  background: url("../png/wxp2-bg1.png"), url("../png/wxp2-bg2.png");
  background-color: #F4F5F9;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}
.tech-wxp2__item {
  border: 1px solid #e7e9ed;
  box-shadow: 0 6px 12px 0 #f0f1f5;
  text-align: center;
  margin-top: 0.4rem;
  background: #fff;
  min-height: 3.3rem;
}
.tech-wxp2__item.tech-wxp2__item1 .tech-wxp2__item-top {
  background: url("../png/wxp2-icon1.png"), linear-gradient(to right, #9AA7C6, #B6C1DB);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom;
}
.tech-wxp2__item.tech-wxp2__item2 .tech-wxp2__item-top {
  background: url("../png/wxp2-icon2.png"), linear-gradient(to right, #9AA7C6, #B6C1DB);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom;
}
.tech-wxp2__item.tech-wxp2__item3 .tech-wxp2__item-top {
  background: url("../png/wxp2-icon3.png"), linear-gradient(to right, #9AA7C6, #B6C1DB);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom;
}
.tech-wxp2__item-top {
  height: 122px;
  padding: 0.3rem;
  background: linear-gradient(to right, #9AA7C6, #B6C1DB);
}
.tech-wxp2__item-top .title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin: 0;
}
.tech-wxp2__item-bottom {
  color: #6D7184;
  font-size: 14px;
  padding: 0.25rem;
  text-align: left;
}
.tech-wxp3 {
  padding: 0.6rem 0 0.5rem;
}
.tech-wxp3__item {
  text-align: center;
  padding: 20px;
}
.tech-wxp3__item img {
  width: 0.88rem;
  height: 0.88rem;
}
.tech-wxp3__item .title {
  color: #494E65;
  font-size: 20px;
  margin-top: 29px;
}
.tech-wxp3__item .desc {
  font-size: 14px;
  color: #9295A2;
}
.tech-wxp4 {
  padding: 0.6rem 0 0.8rem;
  background: url("../png/wxp4-bg.png");
  background-color: #F4F5F9;
  background-repeat: no-repeat;
  background-position: right top;
}
.tech-wxp4__item {
  text-align: left;
  padding: 0.3rem 0.3rem;
  min-height: 2.3rem;
  background: #fff;
  border: 1px solid #e7e9ed;
  box-shadow: 0 6px 12px 0 #f0f1f5;
}
.tech-wxp4__item .title {
  padding-left: 34px;
  color: #494E65;
  font-size: 20px;
}
.tech-wxp4__item .title.item1_title {
  background: url("../png/wxp4_icon1.png") no-repeat left center / contain;
}
.tech-wxp4__item .title.item2_title {
  background: url("../png/wxp4_icon2.png") no-repeat left center / 24px 24px;
}
.tech-wxp4__item .title.item3_title {
  background: url("../png/wxp4_icon3.png") no-repeat left center / contain;
}
.tech-wxp4__item .desc {
  font-size: 14px;
  color: #9295A2;
}
/*# sourceMappingURL=tech.css.map */