.solution {
  padding: 0 0 140px 0;
}
.solution-header {
  width: 100%;
  height: 238px;
  padding: 100px 0 0 0;
  background: url(/images/7155e7c1f8699dafc77dcd2e7503f7cf.bg.png) no-repeat;
  background-color: #070707;
}
.solution-header h1 {
  width: 1020px;
  margin: 0 auto;
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .solution-header {
    width: 100%;
    height: 100px;
    padding: 30px 0 0 0;
  }
  .solution-header h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}
.solution-container {
  width: 1020px;
  margin: 0 auto;
}
.solution-desc {
  margin: 60px 0 0 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
}
.solution-more {
  display: block;
  width: 156px;
  height: 45px;
  margin: 30px 0 0 0;
  border: 2px solid #000000;
  border-radius: 1px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .solution-container {
    width: 100%;
    padding: 0 15px;
  }
  .solution-desc {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  .solution-more {
    margin: 26px auto 0 auto;
    border: 1px solid #000000;
  }
}
.solution-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.solution-desc > div {
  width: 330px;
  height: 420px;
  padding: 30px 40px;
  text-align: center;
  background: url(/images/c09030947e8350d75af9133f8a79e6b9.bg1.png) no-repeat;
  background-size: 367px 441px;
  background-position: center;
}
.solution-desc > div h6 {
  margin: 12px 0 0 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
}
.solution-desc > div p {
  margin: 14px 0 0 0;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .solution-desc {
    display: block;
  }
  .solution-desc > div {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    padding: 10px 20px 20px 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
    background: none;
  }
  .solution-desc > div h6 {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: #000;
  }
  .solution-desc > div p {
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #000;
  }
}
.solution-detail {
  background: url(/images/db615b51a36ea1a5b0e1522219cc71af.bg2.png) no-repeat;
  background-size: 378px 460px;
  background-position: center;
}
.solution-detail dl {
  display: flex;
  justify-content: space-between;
  margin: 36px 0 0 0;
  padding: 0;
}
.solution-detail dl dd {
  flex: 0 0 auto;
  width: 270px;
}
.solution-detail dl dd h6 {
  position: relative;
  margin: 10px 0 0 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  color: #000;
  white-space: nowrap;
}
.solution-detail dl dd h6 img {
  position: absolute;
  top: 12px;
}
.solution-detail dl dd p {
  margin: 14px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #333;
}
.solution-detail dl dd:nth-of-type(1) {
  text-align: left;
}
.solution-detail dl dd:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .solution-detail {
    background: none;
  }
  .solution-detail dl {
    display: block;
    margin: 0;
  }
  .solution-detail dl dd {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 20px 20px 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
  }
  .solution-detail dl dd h6 {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
  }
  .solution-detail dl dd h6 img {
    display: none;
  }
  .solution-detail dl dd p {
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }
  .solution-detail dl dd:nth-of-type(1) {
    text-align: center;
  }
  .solution-detail dl dd:nth-of-type(2) {
    text-align: center;
  }
}

