* {
    margin: 0;
    padding: 0;
}

.foot-title {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    height: 36px;
    background: #005ca1;
    color: white;
    padding: 9px 0;
}

.foot-title ul {
    width: calc((100% - 30px) / 3 * 2 + 15px);
    height: 36px;
    border-right: 1px solid #fff;
    float: left;
}

.foot-title ul li {
    width: calc(100% / 7);
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
    font-size: 13px;
    list-style: none;
}

.foot-title ul li a {
color: #fff;
    text-decoration: none;
}

.foot-title ul li:hover a {
    font-weight: bold;
}

.foot-title-span span {
    font-size: 28px;
    line-height: 36px;
    margin-left: 10px;
}

.foot-title-span .span2 {
    font-size: 18px;
}

.Link {
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.Link select {
    height: 28px;
}

.foot-bootom {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.foot-bootom a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 26px;
}

.foot-bootom img {
    position: absolute;
    width: 120px;
    right: 0;
    top: 15px;
}
