.foot {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.foot-cont {
    height: auto;
    padding: 30px 0 0 0;
    background: #dee5f3;
}

.foot-upper-item {
    margin-bottom: 15px;
}

.foot-upper-item .name {
    position: relative;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 33px;
    font-weight: 700;
    color: #333;
}

.foot-upper-item .links {
    font-size: 0;
    float: right;
    width: 1100px;
}

.foot-upper-item .links span {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}

.foot-upper-item .links span:hover .links-sub {
    display: block;
}

.links .links-sub {
    display: none;
    position: absolute;
    top: 30px;
    left: -40px;
    padding: 10px;
    width: 140px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1;
}

.foot-btn {
    position: relative;
    text-align: center;
    padding: 25px 0 55px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: #024ac2;
}

.foot-btn a {
    color: #fff;
}

.foot-btn .cutline {
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}