﻿/*头部*/
header {
border-bottom: 1px solid #ddd;
}
.header_fixed {
    position: fixed;
    background: #fff;
    width:100%;
    top:0;
    display:none;
    z-index:9999;
}
.head_fixed {
    width: 1220px;
    height: 100px;
    margin: 0 auto;
}

.head_fixed::after, .myfocusNav_fixed:after {
    content: "";
    display: block;
    clear: both;
}

.logo_fixed {
    float: left;
    line-height: 100px;
    height: 100px;
    padding-top: 26px;
}
.logo_fixed img:hover {
    cursor: pointer;
}
.list_fixed {
    float: right;
    width: 1020px;
}
/*导航*/
.myfocusNav_fixed {
    padding-left: 0;
    list-style: none;
}

.myfocusNav_fixed li {
    float: left;
    width: 14%;
}

.myfocusNav_fixed li a {
    line-height: 100px;
    height: 100px;
    width: 100%;
    color: #000;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 14px !important;
}

.myfocusNav_fixed > li.active > a,
.myfocusNav_fixed > li > a:hover {
text-decoration: none;
color: #1165ff;
}