body {
    margin: 0;
    padding: 0;
}
.nav-bar {
    width: 1240px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
}
.logo {
    background: url(/webfile/assets/logo.png) left center no-repeat;
    padding-left: 146px;
    float: left;
}
.main-title {
    font-size: 22px;
}
.sec-title {
    font-size: 12px;
}
.navs {
    float: right;
}
.nav-item {
    float: left;
    font-size: 20px;
    color: #333333;
    margin-left: 50px;
    padding: 10px 5px 12px;
    cursor: pointer;
}
.navs .active {
    color: #224c95;
    border-bottom: 2px solid #224c95;
}

.footer {
    background-color: #1d262b;
}
.footer .footer-navs {
    border-bottom: 1px solid #333;
    padding: 20px 0;
    text-align: center;
}
.footer .footer-nav {
    font-size: 16p;
    color: #999;
    display: inline-block;
    margin: 0 30px;
    cursor: pointer;
}
.footer .icp {
    padding: 16px;
    text-align: center;
}
.footer .icp span {
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}
.footer .icp a {
    font-size: 14px;
    color: #999;
    margin: 0 10px;
    text-decoration: none;
}
