 .wrap2 {
    width: 950px;
  }

  .dividend {
    width: 950px;
    text-align: center;
    background-color: #fff;
    margin: auto;
    padding: 80px 0;
  }

  .dividend .dividend_title {
    font-size: 34px;
    font-weight: bold;
  }

  .dividend .dividend_title span {
    color: #FC4820;
  }

  .dividend .dividend_box {
    width: 750px;
    margin: auto;

    font-size: 18px;
    margin-top: 40px;
  }

  .dividend .dividend_box img {
    width: 400px;
    height: 300px;
    object-fit: contain;
  }

  .introduction {
    width: 100%;
    background: #f6f6f6;
    padding: 80px 0;
  }

  .introduction .introduction_title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
  }

  .introduction .introduction_box {
    width: 100%;
    /* height: 500px; */
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
  }

  .introduction .introduction_box img {
    width: 300px;
    height: 300px;
    object-fit: contain;
  }

  .introduction .introduction_box_left {
    /* width: 580px; */
    /*width: 300px;*/
    /* height: 500px; */
    margin-top: 40px;
    font-size: 18px;
    color: #262626;
  }

  .introduction .introduction_box_left_title {
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .introduction .introduction_minBox {
    width: 12px;
    height: 40px;
    background: linear-gradient(177deg, #FC4B29 0%, #F9C825 100%);
    border-radius: 6px;
    margin-right: 10px;
  }

  .introduction .introduction_box_right {
    width: 500px;
    height: 500px;
  }

  .explain {
    width: 950px;
    font-size: 18px;
    background-color: #fff;
    margin: auto;
    padding: 80px 0;
    text-align: center;
  }

  .explain .explain_title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
  }

  .explain img {
    width: 446px;
    height: 324px;
    object-fit: contain;
    /*margin: 40px 0 40px 250px;*/
  }