.body-pc{
  .introduce{
    width: 1106px;
    margin: 0 auto;
    padding-top: 90px;
  }
  
  .introduce .title{
    font-size: 38px;
    font-family: 'al95';
    margin-bottom: 10px;
  }
  .introduce  .line {
    width: 70px;
    height: 6px;
    background: #007CDD;
  }
  .introduce   .table{
    margin-top: 30px;
  }
  .introduce   .table .item{
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 1px;
  }
  .introduce   .table .item .head{
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
    width: 228px;
    height: 44px;
    line-height: 44px;
    background-color: #007CDD;
    color:#fff;
    font-size: 14px;
    font-family: 'al95';
  }
  .introduce   .table .item .head2{
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
    width: 228px;
    height: 44px;
    line-height: 44px;
    background-color: #007CDD;
    color:#fff;
    font-size: 14px;
    font-family: 'al95';
  }
  .introduce   .table .item .head2 .triangle{
    position: absolute;
   box-sizing:border-box;
    top:0;
    right: 0;
    height:44px;
    background-color: #A5CFF3;
    border-top: 22px solid transparent; 
    border-right: 0px solid transparent;
    border-left: 22px solid #007CDD;
    border-bottom: 22px solid transparent;
  }
  .introduce   .table .item .head .triangle{
    position: absolute;
   box-sizing:border-box;
    top:0;
    right: 0;
    height:44px;
    background-color: #A5CFF3;
    border-top: 22px solid transparent; 
    border-right: 0px solid transparent;
    border-left: 22px solid #007CDD;
    border-bottom: 22px solid transparent;
  }
  .introduce   .table .item .row {
    box-sizing: border-box;
    width: 878px;
    height: 44px;
    line-height: 44px;
    background-color: #A5CFF3;
  }
  .introduce   .table .item .row .text {
    padding-left: 20px;
    font-size: 14px;
    font-family: 'al95';
  }  
}