.header {
    background-color: #fff;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
}

.logo_green {
    width: 180px;
    height: 80px;
    cursor: pointer;
}

.header_right {
    width: 500px;
    height: 80px;
    line-height: 80px;
}
.header_right >ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_right >ul li{
    cursor: pointer;
}