.intrdeucePage {
    border-bottom: 1px solid #efefef;
  }
  .intrdeucePage .intrdeuceWrapper {
    width: 90%;
    min-width: 1200px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 23px 0px;
    height: 106px;
  }
  .intrdeucePage .intrdeuceWrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .intrdeucePage .intrdeuceWrapper ul li {
    float: left;
    width: 25%;
    color: #999;
    list-style: none;
    text-align: center;
    position: relative;
  }
  .intrdeucePage .intrdeuceWrapper ul li:before {
    content: '';
    width: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #efefef;
  }
  .intrdeucePage .intrdeuceWrapper ul li:nth-child(1):before {
    content: '';
    width: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: none;
  }