﻿.nav {
    width: 100%;
    background: #bc121b;
    color: white;
}
.nav a{
    color: white;
}
.nav_inside {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    
}

.nav_inside div {
}

.logo {
    width: 150px;
    line-height: 120px;
    height: 120px;
    float: left;

}

.logo img {
    margin-top: 40px;
    width: 150px;
}
.nav_title{
    margin-left: 20px;
    float: left;
    line-height: 120px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.menu{
    float: right;
}
.menu ul {
    float: right;
    list-style: none;
}

.menu ul li {
    float: left;
    line-height: 120px;
    padding: 0 10px;
}
.menu ul li:hover{
    color: #bc121b;
    background: #ffffff;
}
.menu ul li:hover a{
    color: #bc121b;
}