.box-footer{
    height: 200px;
    background-color:#9F9F9F ;
    overflow: hidden;
}
.footer-content{
    margin-top: 55px;
    margin-left: 55px;
}
.footer-content li{
    font-size: 14px;
    margin: 10px 0;
    color: #666666;
}
.footer-content li a{
    color: #666666;
}
.footer-content li:first-child{
    font-size: 16px;
    color: #5A5A5A;
}

.header{
    height: 120px;
    background-color: #F4F5FB;
}
.logo-box{
    width: 210px;
}
.logo-box a{
    display: block;
    width: 200px;
    height: 106px;
    background: url(../images/common/logo.png) no-repeat 0 center;
    background-size: 200px;
    font-size: 0;
    margin-left: 10px;
    margin-top: 14px;
}
.menu{
    width: 890px;
    margin-left: 100px;
}
.menu ul li{
    float: left;
}
.menu ul li a{
    display: inline-block;
    height: 120px;
    font-size: 18px;
    line-height: 120px;
    padding: 0 16px;
}
.menu ul li a.on{
    color:#e33333;
    text-decoration:underline;
}
