body {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'PingFangSC-Regular',
        'helvetica neue',
        tahoma,
        'PingFang SC',
        'microsoft yahei',
        arial,
        'hiragino sans gb',
        sans-serif;
    -webkit-font-smoothing: antialiased;
}

@font-face{
    font-family: 'hssx';
    src: url('../fonts/黄凯桦律师手写体.ttf') format('truetype');
}

@font-face{
    font-family: 'jzs';
    src:url('../fonts/JinzisheZhenhao-Bold.otf') format('opentype');
}

/* 页头内容版心 */
.head-con {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 页脚内容版心 */
.footer-con {
    width: 1200px;
    height: 480px;
    margin: 0px auto;
    position: relative;
}


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}