  .s1_btn:nth-child(3) {
      background-color: #353535;
  }

.s3_title{
    margin-top: 30px;
}

  #s4_text li {
      font-size: 20px;
      margin-bottom: 20px;
  }
 #in_s5 {
      padding-top: 60px;
  }
  .s5_wrap {
      background-image: url(../img/wrok/2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      float: left;
      width: 100%;
      overflow: hidden;
      margin-top: 30px;
  }
  .in_s5_wrap {
      margin: 0 auto;
      width: 43%;
      overflow: hidden;
      padding: 70px 0;
  }
  .in_s5_wrap li {
      float: left;
      width: 100%;
      margin: 0 10px 15px 0;
  }
  .in_s5_wrap li img {
      margin-right: 2%;
  }
  .li_txt {
      line-height: 35px;
      font-size: 17px;
      font-weight: 400;
      background-color: #ffffff;
      float: left;
      width: 87%;
      padding-left: 15px;
  }
  #in_s6 {
      padding: 65px 0;
  }
  #s6_text li {
      font-size: 20px;
      margin-bottom: 35px;
      font-size: 25px;
  }
  #section_6 {
      background-image: url(../img/wrok/3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
  }
  #section_7 {
      margin:70px 0;
  }


@media all and (max-width:1536px){
    .in_s5_wrap{
        width: 55%;
    }
}

@media all and (max-width:1366px){
    .in_s5_wrap{
        width: 60%;
    }
}