@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.innovation .first {
  margin-top: 5.2vw;
  padding-left: 23.7vw;
}
.innovation .first h2 {
  margin-bottom: 3.28vw;
  font-size: 3.75vw;
  font-weight: 600;
  font-stretch: normal;
  line-height: 4.69vw;
  letter-spacing: 0vw;
  color: #05152e;
}
.innovation .first p {
  font-size: 0.94vw;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #05152e;
  opacity: 0.7;
}
.innovation ul {
  margin: 6vw 0;
}
.innovation ul li {
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  padding: 2.55vw;
  border-radius: 2.6vw;
  border: solid 0.05vw #a6abb2;
}
.innovation ul li.expand .detail img {
  display: block;
}
.innovation ul li.expand .icon-expand {
  transform: rotateX(180deg);
}
.innovation ul li .icon {
  flex: none;
  width: 4.69vw;
  height: 4.69vw;
}
.innovation ul li .detail {
  flex: 1;
  margin-left: 16vw;
  margin-right: 4vw;
}
.innovation ul li .detail h3 {
  margin-bottom: 1vw;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.56vw;
  font-weight: 500;
  font-stretch: normal;
  line-height: 2.34vw;
  letter-spacing: 0vw;
  color: #071f43;
}
.innovation ul li .detail p {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.94vw;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.46vw;
  letter-spacing: 0vw;
  color: #071f43;
  opacity: 0.8;
}
.innovation ul li .detail img {
  margin-top: 2.5vw;
  display: none;
}
.innovation ul li .icon-expand {
  margin-top: 1vw;
  width: 0.73vw;
  height: 1.35vw;
  background: url(../images/innovation/arrow.png);
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .innovation .first {
    padding: 13.47vw 8vw;
  }
  .innovation .first h2 {
    font-size: 6.4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8vw;
  }
  .innovation .first p {
    font-size: 2.93vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5.33vw;
  }
  .innovation .list {
    margin: 0 8vw;
    margin-bottom: 10vw;
  }
  .innovation .list li {
    padding: 6.5vw;
    position: relative;
    margin-bottom: 4vw;
    border-radius: 6.67vw;
  }
  .innovation .list li.expand {
    padding-bottom: 62.67vw;
  }
  .innovation .list li .icon {
    width: 12vw;
    height: 12vw;
  }
  .innovation .list li .detail {
    margin: 0;
    margin-left: 5.2vw;
  }
  .innovation .list li .detail h3 {
    margin-left: 0;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 6vw;
    margin-bottom: 5vw;
  }
  .innovation .list li .detail p {
    font-size: 2.93vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5.33vw;
  }
  .innovation .list li .img {
    position: absolute;
    height: 56.67vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .innovation .list li .icon-expand {
    position: absolute;
    width: 1.87vw;
    height: 3.47vw;
    left: 11.5vw;
    bottom: 10vw;
    background-size: contain;
  }
}
/*# sourceMappingURL=./innovation.css.map */