footer {
    background: #f0f0f0;
    padding: 0.1rem 0 0.65rem;
}

.about {
    text-align: center;
}

.about a {
    padding: 0.05rem 0.1rem;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #707070;
    border-radius: 5px;
    display: inline-block;
}

.aMid {
    margin: 0 0.15rem;
}

footer div {
    text-align: center;
}

.address {
    margin: 0 auto 0.2rem;
    color: #000;
   
}
.address p{
    line-height: 25px;
    font-size: 14px;
}
.address p a{
    color: #007aff;
}
.fiexd ul li {
    width:50%;
    float: left;
    text-align: center;
    background:#0c5ba0;
    padding: 0.12rem 0;
}
.fiexd ul li:nth-child(4) {
    margin-right: 0;
}

.fiexd ul li a {
    color: #fff;
    font-size: 0.14rem;
    width: 100%;
    height: 100%;
}

.fiexd ul li a i {
    font-size: 0.2rem;
    display: inline-block;
}

.fiexd {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}