.lee-head {
    padding: 0 20vw;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #eee;
}

/* 兼容性 */
@media (max-width:1600px) {
    .lee-head {
        padding: 0 10vw;
    }
}
@media (max-width:1200px) {
    .lee-head {
        padding: 0 0;
    }
}

.logoName {
    float: left;
    width: 220px;
    height: 60px;
    object-fit: cover;
    object-position: top;
}

.headData {
    float: right;
}

.headData_item {
    float: left;
    margin-right: 30px;
    font-size: 15px;
    color: #0044aa;
    font-weight: normal;
    margin-top: 15px;
}

.headData_item img {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    object-fit: cover;
    object-position: top;
}

.headData_item div {
    float: left;
    margin-top: 5px;
}

.headData_item .item-addr {
    width: 220px;
    word-break: normal;
}