
  .t2{
    width: 100%;
    height: 610px;
    background: url('../img/home/pic_index_banner1.png') no-repeat;
    background-size:cover;
    background-position: center;
  }
  .t2-box{
    width: 638px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin-top: 230px;
    margin-left: 8%;
  }
  .t2-w1{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.88rem;
    padding-left: 1rem;
  }
  .t2-w2{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
  }
  .t2-w3{
    font-size: 14px;
    padding: 0 20px 0;
    margin: 36px 0;
    line-height: 1px;
    border-left: 110px solid #24F2BB;
    border-right: 110px solid #24F2BB;
    text-align: center;
    font-weight: 400;
    color: #24F2BB;
  }
  .t3{
    height: 650px;
    background: #F2F7FA;
  }
  .t3-box{
    width: 1200px;
    height: 495px;
    /* background: #e9194d; */
  }
  
  .title1_f{
    font-size: 16px;
    font-weight: 400;
    color: #818D9F;
    text-align: center;
    transform: scale(0.9);
    margin-top: 10px;
  }
  .t3-main{
    margin-top:40px;
    height: 420px;
    /* background: red; */
  }
  .t3-main-box{
    width: 350px;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px 0px rgba(114, 169, 255, 0.2);
    border-radius: 8px;
    margin: 0 40px;
  }
  .tmb-t1{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #30425E;
  }
  .tmb-t2{
    font-size: 14px;
    font-weight: 400;
    color: #818D9F;
    line-height: 30px;
    margin-top: 16px;
    padding: 10px 20px;
    text-align: justify;
  }

  .t4{
    width: 100%;
    height: 480px;
    background: url('../img/home/pic_index_banner2.png') no-repeat;
    background-size:cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
  }
  .t5{
    height: 520px;
    text-align: center;
    background: #F2F7FA;
    overflow: hidden;
    font-family: Microsoft YaHei;
  }
  .t5-box{
    margin: 0 auto;
    width: 880px;
    height: 300px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 20px;

  }
  .t5-li{
    display: flex;
    align-items: center;
  }
  .t5-icon{
    width: 40px;
    height: 40px;
    background: #BFBFBF;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    border-radius: 20px;
  }
  .t5-w{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #818D9F;
  }