.system1-banner {
  position: relative;
}
.system-sowContent {
  /* width: 100%; */
  position: absolute;
  left: 15%;
  top: 27%;
}

.system-sowtitle {
  color: #3b3b3b;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 17px;
}
.system-sowtitle-line {
  width: 130px;
  height: 1px;
  background: #c8161d;
  margin: 28px 0 10px 0;
}
.system-sowtitleen {
  color: #868d93;
  font-size: 1.2rem;
}
.system-body-style {
  font-weight: 500;
  font-size: 1.6rem;
  color: #3b3b3b;
  text-align: left;
}
.system-img {
  max-width: 1200px;
}
.system-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.system-list > img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.system-list-title {
  width: 280px;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  color: #3b3b3b;
}
.system-list-cont {
  text-align: right;
  flex: 1;
  border-bottom: 1px solid #dddddd;
  font-size: 1rem;
  color: #595757;
  padding: 40px 0;
}
.system-main_title {
  font-size: 2.5rem !important;
  color: #3b3b3b !important;
  font-weight: 500 !important;
}
