.fn-clear {
    clear:both
}
.fn-left {
    float: left;
}
.container {
    padding: 20px;
    min-width: 1000px;
    position: relative;
}
.split-line {
    margin:20px 0px;
    height: 1px;
    border-bottom: 1px solid #eee;
}
.header {
    margin-top: 30px;
    margin-left: 20px;
    height: 80px;
}
.header .logo {
    width: 120px;
    height: 78px;
}
.header .name {
    font-size: 35px;
    margin-left: 20px;
    margin-top: -100px;
}

.footer {
    margin-top: 60px;
    text-align: center;
}
.footer .copyright {
    display: block;
    text-align: center;
    line-height: 2.4;
    font-size: 12px;
    color: #B7B7B7;
}