#solution .solution_header {
  width: 100%;
  height: 70px;
  background: #f8f8f8; }
  #solution .solution_header div a {
    height: 70px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #cc0000;
    line-height: 70px; }
#solution .bg-img {
  width: 100%;
  background-image: url("../../../img/bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 70px; }
  #solution .bg-img .solution_content {
    min-height: 1200px;
    width: 1400px;
    margin: 0 auto;
    margin-top: 100px; }
    #solution .bg-img .solution_content .solution-in .line-separator {
      width: 116px;
      height: 3px;
      margin: 15px auto 0;
      background: #000000; }
    #solution .bg-img .solution_content .solution-in .introduction {
      text-align: center;
      margin-top: 70px;
      font-size: 34px;
      font-family: AlibabaPuHuiTi;
      font-weight: bold;
      color: #000000; }
    #solution .bg-img .solution_content .solution-in .introduction-text {
      margin-top: 50px;
      font-size: 16px;
      font-family: AlibabaPuHuiTi;
      font-weight: 400;
      color: #444444;
      line-height: 25px; }
    #solution .bg-img .solution_content .solution-in ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 50px; }
      #solution .bg-img .solution_content .solution-in ul li {
        width: 576px;
        margin-bottom: 88px; }
        #solution .bg-img .solution_content .solution-in ul li .title {
          font-size: 18px;
          font-family: AlibabaPuHuiTi;
          font-weight: bold;
          color: #cc0000; }
        #solution .bg-img .solution_content .solution-in ul li .font {
          margin-top: 20px;
          font-size: 16px;
          font-family: AlibabaPuHuiTi;
          font-weight: 400;
          color: #444444;
          line-height: 25px; }
#solution .application {
  width: 1400px;
  height: 550px;
  margin: 0 auto;
  /* background-image: url("../../../img/border-bg2.png"); */
  background-size: 100% 100%;
  padding: 50px 80px 0 80px; }
  #solution .application .application_title {
    text-align: center;
    margin-top: 30px;
    font-size: 34px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #000000; }
  #solution .application .line-separator {
    width: 116px;
    height: 3px;
    margin: 15px auto 0;
    background: #000000; }
  #solution .application ul {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    margin-left: 17px;
    margin-top: 50px; }
    #solution .application ul li {
      width: 50%;
      float: left;
      font-size: 16px;
      font-family: AlibabaPuHuiTi;
      font-weight: 400;
      color: #444444;
      line-height: 48px; }

/*# sourceMappingURL=solution.css.map */
