@charset "UTF-8";
/*头部样式*/
.header{
    width: 1210px;
    margin:0 auto;
    font-size: 16px;
    background: #ffffff;
}
.header > .hd-image{
    float: left;
}
.header > .hd-nav{
    float: right;
    height: 102px;
}
.hd-nav > li{
    display: inline-block;
    margin-left: 38px;
    line-height: 102px;
    color: #222;
}
.img-box{
    width: 80px;
    height: 70px;
}