/*流程进度条start*/
.accords-tenders-process {
    height: 75px;
    background: url("../images/process_bg.png") repeat-x center center;
    border-bottom: 2px solid #dddddd;
}
  .accords-tenders-process ul {
     float: right;
     width: 574px;
     padding-top: 9px;
  }
 
  .accords-tenders-process ul li {
    
     position: relative;
     float: left;
     margin-left: 130px;
  }
   .accords-tenders-process ul li:first-child {
    margin-left: 0;
  }
    .accords-tenders-process ul li::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 42px;
    width: 126px;
    height: 14px;
    background: url("../images/ele_sprit.png") center center no-repeat;
    background-position: -8px -86px;
  }
   .accords-tenders-process ul li:last-child::after {
    width: 0px;
   }
   
  .accords-tenders-process ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/ele_sprit.png") center center no-repeat;
    
  }
  .accords-tenders-process ul li.step1 a {
     background-position: -10px -50px;
  }
  .accords-tenders-process ul li.step2 a {
     background-position: -80px -50px;
  }
  .accords-tenders-process ul li.step3 a {
     background-position: -150px -50px;
  }
  .accords-tenders-process ul li.step4 a {
     background-position: -220px -50px;
  }
  
  .accords-tenders-process ul li.step1.current a {
     background-position: -10px -10px;
  }
  .accords-tenders-process ul li.step2.current a {
     background-position: -80px -10px;
  }
  .accords-tenders-process ul li.step3.current a {
     background-position: -150px -10px;
  }
  .accords-tenders-process ul li.step4.current a {
     background-position: -220px -10px;
  }
   .accords-tenders-process ul li i {
  
    position: absolute;
    left: -12px;
    top: 43px;
    width: 70px;
    text-align: center;
    
  }
  /*流程进度条end*/
  
