.headerH96Bg{
  height: 64px;
  background: #FFFFFF;
}
.statementbox {
  padding-top: 50px;
  padding-bottom: 50px;
}
.statementbox .statement_header{
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  padding-bottom: 47px;
  text-align: center;
}
.header_title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  padding-bottom: 47px;
}
.title_01 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding-bottom: 11px;
}
.title_02{
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding-bottom: 11px;
}
.title_03{
  font-size: 13px;
  font-family: 'Times New Roman';
}
.text {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-bottom: 21px;
  /* word-break: break-all;
  text-align: justify;
  text-align-last: left; */
}
.float_box {
  overflow: hidden;
}
.float_box p {
  float: left;
}
.float_box p:first-child {
  width: 62px;
}
.float_box p:last-child {
    width: 1198px;
}

/*移动端*/
@media screen and (max-width: 768px){
    .statementbox{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .statementbox .statement_header{
        padding-bottom: 24px;
        font-size: 26px;
        line-height: 32px;
    }
    .header_title{
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 40px;
    }
    .mright{
        margin-bottom: 16px;
    }
    .float_box p:last-child{
      width: 100%;
    }
}
