.header-float {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -4px;
}
.header-float>div{
    padding: 20px 30px;
    background: #fff;
    z-index: 11;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 406px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32); 
}

.img-width{
    height: 390px;
    display: flex;
    align-items: center;
}
.header-float__img-wrapper .header-float__img-link{
    display: inline-block;
    height: 390px;
    width: 515px;
    text-align: left;
    overflow: hidden;
    margin-right: 10px;
}
.header-float__img img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    /* border-radius: 15px; */
}
.header-float__img a{
    display: inline-block;
    height: 390px;
    width: 270px;
    text-align: left;
    overflow: hidden;
    z-index: 10;
}
.header-float__img ,.header-float__cell-txt{
    /* display: inline-block; */
}
.header-float__cell-txt{
    position: relative;
}
#top2 .header-float__cell-txt>ul {
    overflow: hidden;
}
.header-float__cell-txt>ul>li {
    display: grid;
}
.header-float__cell-txt>ul>li>a{
    padding: 5px 10px;
    /* width: 100%; */
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
    width: 155px;
    text-align: left;
}
.header-float__cell-txt>ul>li>a img{
    width: 19px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.header-float__cell-txt>ul>li>a span{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.header-float__cell-txt>ul{
    /* background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(15 40 76 / 32%); */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline;
    /* max-height: 390px; */
    max-width: 900px;
    min-height: 200px;
    max-height: 406px;
    padding: 0 5px;
}
