.body{
    background-color: #FAF7FA;
  }
  .body .inner{
    padding-bottom: 30px;
  }
.son_page_title .left-title{
display:none;
}
.son_page_title{
border-bottom: none;
}
  .right-title-right span:nth-child(2n) {
      width: 3px;
      height: 3px;
      display: inline-block;
      background-color: #999999;
      margin: 0 13px;
  }
  .right-title-right span:nth-of-type(1),.right-title-right span:nth-of-type(3){
      cursor: pointer;
  }
  .right-title-right span:hover{
  color:#00954D;
  }
  .right-title-right span:nth-of-type(2):hover{
  color:#999999;
  }
.son_page_title .right-title p img{
width:16px;
height:auto;
}
  .unit {
    padding: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
  }
  .unit .left {
    width: 320px;
    margin-right: 20px;
  }
  .unit .left .logo {
   
      max-height: 75px;
      max-width: 252px;
  
  }
  .unit .left .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  .unit .left .item {
    font-size: 14px;
    color: black;
    margin-bottom: 24px;
    display: flex;
  }
  .unit .left .item span:nth-of-type(2) {
    display: inline-block;
    margin: 0 5px;
  }
  .unit .left .item span:nth-of-type(3) {
    display: inline-block;
    width: 70%;
      letter-spacing: 1px;
    line-height: 22px;
  }
  .unit .left .bottom .item {
    padding-bottom: 20px;
    border-bottom: 1px dashed #E8E8E8;
  }
  .unit .right {
    width: 740px;
  }
  .unit .right .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .unit .right .logo {
    width: 100%;
    max-height: 240px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .unit .right .title2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .unit .right{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    line-height: 22px;
  letter-spacing: 1px;
  }
  @media (max-width: 1000px) {
    .unit {
      padding: 20px;
      flex-direction: column;
      align-items: center;
    }
    .unit .left {
      width: 100%;
      margin-bottom: 30px;
    }
    .unit .right {
      width: 100%;
    }
  }
