header{
    width: 100%;
    overflow: hidden;
}
.head{
    width: 100%;
    height: 22px;
    background: #eaeaea;
}
.head_top{
    width: 1141px;
    height: 100%;
    margin: auto;
}
.head_word{
    float: right;
    line-height: 22px;
}
.head_word>img{
    margin-top: -3px;
}
.head_word1{
    line-height: 22px;
    margin-left: 5px;
    margin-right: 20px;
    color: #3193ec;
}
.head_list{
    width: 100%;
    height: 76px;
    background: #ffffff;
    border-bottom: solid 1px #E4ECF3;
}
.head_pic{
    float: left;
    margin-top: 9.5px;
}
.page_nav{
    float: left;
    margin-left: 30px;
}
.page_nav>li{
    float: left;
    padding:  0px 20px;
    line-height: 76px;
    font-size: 16px;
}
.ons{
    color: #3193ec;
    border-bottom: #3193ec 2px solid;
    padding-bottom: 26px;
}
.head_word2{
    font-size: 16px;
    line-height: 76px;
    float: right;
    color: #656565;
}
.head_word2>span{
    cursor: pointer;
}
.footer{
    /*margin-top: 95px;*/
}
.page_nav>li>a{
    text-decoration: none;
}