.header_welcome{
    width: 100%;
    padding:0 215px;
    display: flex;
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
.menu-title{
    font-size: 15px;
    margin-top:0;
    margin-bottom: 0;
    font-family:FZKTJW--GB1-0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
*{
    font-size:12px;
    font-family:FZFSJW--GB1-0;
    font-weight:400;
}
html{
    min-width: 1200px;
}
.header_phone{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_nav{
    width: 100%;
    height: 69px;
    padding:0 215px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul,li{
    list-style: none;
    line-height: 69px;
}