﻿.headStyle
{
    background-color: #092741;
    width: 100%;
    height: 90px;
    padding-top: 20px;
    min-width:1150px;
}
.logo
{
    float: left;
    background-image: url("../../Images/frontend/logo.png");
    height: 50px;
    width: 174px;
    margin-left: 10%;
}
.nav_bar
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 5%;
}
.unactived, .nav_bar li
{
    float: left;
    height: 50px;
    width: 120px;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    color: White;
    font-family: 微软雅黑 宋体;
    padding-top: 17px;
    font-weight: bold;
}
.actived, .nav_bar li:hover
{
    float: left;
    background-image: url("../../Images/frontend/actived.png");
    height: 50px;
    width: 120px;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    color: White;
    font-family: 微软雅黑 宋体;
    padding-top: 17px;
    font-weight: bold;
    cursor: pointer;
}
