body, ul, p, h1, h2, h3, h4, h5, h6, dl, dd, input, select, form
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
ul
{
    list-style: none;
}
em
{
    font-style: normal;
}
a
{
    text-decoration: none;
}
img
{
    border: none;
}
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
a,div
{
    font-family: "Microsoft YaHei" ;
}

.div_header
{
    width: 100%;
    height: 90px;
    top: 0;
    position: fixed;
    z-index: 5;
    background: #499849 url('./img/bg-header.png') top repeat-x;
}

.head_container
{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.head_logo
{
    padding: 15px 0;
    height: 60px;
    vertical-align: middle;
}

.head_logo img
{
    height: 100%;
}

.head_menu li
{
    display: inline-block;
    padding: 26px 10px;
}
.head_menu a
{
    padding: 10px 10px;
    font-size: 25px;
    color: White;
}
.head_menu a:hover
{
    color: Orange;
    background-color: White;
}