.statement_banner {
  width: 100%;
  height: 550px;
  background: url(../img/statement_banner.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.statement_text {
  width: 828px;
  height: 212px;
  position: relative;
  top: 110px;
}
.statement_content {
  width: 100%;
  height: 1175px;
  background: #f5f5f5;
}
.statement_body {
  width: 995px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 64px;
}
.statement_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  margin-bottom: 25px;
}
.statement_chengno {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 24px;
  margin-bottom: 70px;
}
.statement_chengno p{
    margin: 22px 0;
  }

  .nav-wrap {
    background: linear-gradient(180deg, #fdfdfd 0%, #f5f5f5 100%);
    box-shadow: 0px 10px 15px 0px rgba(0, 42, 135, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .nav-wrap .nav-item {
    height: 70px;
    line-height: 70px;
    margin: 0 40px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #596680;
    cursor: pointer;
  }
  .nav-wrap .nav-item.active {
    color: #0953f7;
    border-bottom: 4px solid #0953f7;
  }