*{
    padding: 0;
    margin: 0;
  }
a{
  text-decoration:none
}
.hy_head{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2293F1 , #4EEACD );
    height: 60px;
    overflow:visible;
  }
  .hy_menu{
    width: 1200px;
  }
  .hy_a{
    float: right;
    padding: 0px 30px;
    padding-bottom: 10px;
    color: white;
  }
  .hy_b{
    padding: 0px 30px;
    padding-bottom: 10px;
    color: white;
  }
  .hy_a:hover{
    float: right;
    padding: 0px 30px;
    padding-bottom: 10px;
    color: white;
    font-weight: 600;
    border-bottom: 2px solid white !important;
  }
  .hy_b:hover{
    float: right;
    padding: 0px 30px;
    padding-bottom: 10px;
    color: white;
    font-weight: 600;
    border-bottom: 2px solid white !important;
  }
  .hy_canbig{
    float: right;
    /* width: 180px; */
    height: 31px;
    /* overflow:visible; */
    /* z-index: 100; */
  }
  .hy_cabig1:hover{
    height: auto;
    overflow:visible;
    z-index: 100;
    background: linear-gradient(90deg, #41D0D8 , #43D5D6 );
    /* background: #000; */
  }
  .hy_cabig1{
    /* width: 180px; */
    height: 31px;
    position:absolute;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    z-index: 100;
  }
  /* .hy_titlewid{
    width: 180px;
  } */