﻿.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    /* padding: 0 220px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_logo {
    width: 155px;
    height: 66px;
    background: url(../image/header_logo1.png) no-repeat;
    background-size: contain;
}

.header ul {
    display: flex;
}

.header ul li {
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
}

.header ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.header .logo_business {
    margin-right: 15px;
}
/* .header_top_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_top_logo span {
    font-size: 10px;
} */