.play {
    width: 100%;
    /* background: url('/static/images//index/fanganbg.jpg'); */
    padding: 80px 0;
  }

  .play .subheading {
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }

  .play .play_btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .play .play_btn .btn {
    width: 180px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    border: 1px solid #dbdbdd;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
  }

  .play .play_btn .btnAct {
    color: #fff;
    background: #ff6e01;
    border: 1px solid #ff6e01;
  }

  .play .play_btn .btn_act {
    width: 0;
    height: 0;
    border-top: 20px solid #ff6e01;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: 70px;
    display: none;
  }

  .play .play_btn .btn_actAct {
    display: block;
  }

  .play .play_box {
    width: 1100px;
    height: 200px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
    padding: 50px;
    display: none;
  }

  .play .boxAct {
    display: block;
  }

  .advantage {
    padding: 80px 0;
  }

  .advantage .subheading {
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }

  .advantage .advantage_btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .advantage .advantage_btn .btn {
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    border: 1px solid #dbdbdd;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
  }

  .advantage .advantage_btn .btnAct {
    color: #fff;
    background: #ff6e01;
    border: 1px solid #ff6e01;
  }

  .advantage .advantage_btn .btn_act {
    width: 0;
    height: 0;
    border-top: 20px solid #ff6e01;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: 80px;
    display: none;
  }

  .advantage .advantage_btn .btn_actAct {
    display: block;
  }

  .advantage .advantage_box {
    width: 1100px;
    height: 200px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
    padding: 50px;
    display: none;
  }

  .advantage .boxAct {
    display: block;
  }

  .ideas {
    width: 100%;
    /* background: url('/static/images//index/fanganbg.jpg'); */
    background: #eeeff3;
    padding: 80px 0;
  }

  .ideas .subheading {
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }

  .ideas .ideas_btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .ideas .ideas_btn .btn {
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    border: 1px solid #dbdbdd;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
  }

  .ideas .ideas_btn .btnAct {
    color: #fff;
    background: #ff6e01;
    border: 1px solid #ff6e01;
  }

  .ideas .ideas_btn .btn_act {
    width: 0;
    height: 0;
    border-top: 20px solid #ff6e01;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: 80px;
    display: none;
  }

  .ideas .ideas_btn .btn_actAct {
    display: block;
  }

  .ideas .ideas_box {
    width: 1100px;
    height: 200px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
    padding: 50px;
    display: none;
  }

  .ideas .boxAct {
    display: block;
  }

  .newBox {
    width: 100%;
    /*padding: 80px 0;*/
  }

  .newBox .newBox_bjs {
    width: 100%;
    height: 20px;
    background: url('/static/images/newIndex/newbjs.png') no-repeat;
  }

  .newBox .newBox_title {
    width: 100%;
    height: 80px;
    background: url('/static/images/newIndex/newbjs.png') 0% 6% no-repeat;
    font-size: 24px;
    margin: auto;
    padding-left: calc(50% - 600px);
    display: flex;
    align-items: flex-end;
  }

  .newBox .newBox_title_left {
    width: 680px;
    height: 80px;
    background: #f0f4fe;
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-right: calc(50% - 600px);
  }

  .newBox .newBox_title_left_btn {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    margin-right: 50px;
    font-weight: 600;
  }

  .newBox .btnAct {
    color: #fff;
    background: #3e67e9;
  }

  .newBox .newBox_title_center {
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 50px solid #f1f5fe;
  }

  .newBox .newBox_title_right {
    width: 350px;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .newBox .newBox_centen {
    width: 1200px;
    height: 420px;
    background: #f0f4fe;
    padding: 50px calc(50% - 600px);
  }

  .newBox .newBox_centen_box {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    overflow: hidden;
    display: none;
  }

  .newBox .boxAct {
    display: flex;
  }

  .newBox .newBox_centen_box_left {
    width: 500px;
    height: 370px;
    padding: 50px 50px 0;
  }

  .newBox .newBox_centen_box_left_icon {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .newBox .newBox_centen_box_left_icon img {
    width: 30px;
    height: 30px;
  }


  .newBox .newBox_centen_box_right {
    width: 600px;
    height: 420px;
  }

  .newBox .newBox_centen_box_right img {
    width: 100%;
    height: 100%;
  }