* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 20vw;
}
.banner {
  width: 100%;
  display: block;
}
.power {
  margin-top: .266667rem;
}
.power .title {
  line-height: .32rem;
  font-size: .186667rem;
  font-weight: bold;
  color: #1A1A22;
  text-align: center;
}
.power .body {
  display: flex;
  margin: 0 .1rem;
  flex-wrap: wrap;
}
.power .body .item {
  width: 20%;
  margin-top: .133333rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.power .body .item .icon {
  height: .453333rem;
}
.power .body .item p {
  font-size: .16rem;
  color: #1A1A22;
  line-height: .32rem;
  font-weight: bold;
  margin-top: .08rem;
}
.architecture {
  margin-top: .266667rem;
}
.architecture .title {
  text-align: center;
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.architecture .mainImg {
  width: calc(100% - .533333rem);
  margin: .133333rem .266667rem 0;
  display: block;
}
.advantage {
  /* margin-top: .266667rem; */
  margin-bottom: .266667rem;
}
.advantage .title {
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.advantage .item {
  width: 4.466667rem;
  /* height: 1.173333rem; */
  background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
  border-radius: .053333rem;
  margin: .133333rem .266667rem 0;
  padding-bottom: .133333rem;
}
.advantage .iTitle {
  font-size: .16rem;
  font-weight: bold;  
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.advantage .msg {
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
  margin: .04rem .093333rem 0 .106667rem;
}

.features {
  margin-top: .266667rem;
}
.features .title {
  line-height: .32rem;
  font-size: .186667rem;
  font-weight: bold;
  color: #1A1A22;
  text-align: center;
}
.features .body {
  display: flex;
  margin: 0 .1rem;
  flex-wrap: wrap;
}
.features .body .item {
  width: 33%;
  margin-top: .133333rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.features .body .item .icon {
  height: .8rem;
}
.features .body .item p {
  font-size: .16rem;
  color: #1A1A22;
  line-height: .32rem;
  margin-top: .026667rem
}
.industry {
  margin-bottom: .266667rem;
}
.industry .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #1A1A22;
  text-align: center;
}
.industry .item {
  background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
  width: 4.466667rem;
  margin: 0 auto;
  border-radius: 4px;
  padding: .133333rem .106667rem;
  margin-top: .133333rem;
}
.industry .item p {
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
}
.industry .item .iTitle {
  font-size: .16rem;
  color: #1A1A22;
  line-height: .213333rem;
  margin-top: .08rem;
}
.industry .item li {
  font-size: .16rem;
  margin-left: .266667rem;
}