footer.css 1.17 KB
/*footer.css*/
.footer {
    width: 100%;
    height: auto;
    background-color: #3c3c3c
}

.footer a:hover {
    color: #1287cd
}

.canrd-site-map {
    position: relative;
    width: 1000px;
    height: 320px;
    margin: 0 auto;
    padding-top: 50px;
}

dl, dd {
    margin: 0
}

.canrd-site-map dl {
    width: 200px;
    color: #ffffff;
    float: left;
    clear: right;
}

.canrd-site-map dt {
    font-size: 18px;

}

.canrd-site-map dd {
    margin: 25px auto;
    font-size: 14px;
    color: #C3C5C6;
}

.canrd-site-map dd a {
    color: #C3C5C6;
}

.canrd-site-map .follow-us {
    width: 330px;
    margin-left: 50px;
}

.contact-detail{
    margin-left: 2em;
}

.follow-us div {
    overflow: hidden;
}

.follow-us div dd {
    margin-bottom: 0;
}

.follow-us .time {
    font-size: 12px;
}

.canrd-site-map .site-addr {
    margin-top:18px;
}

.canrd-site-map .barcode {
    float: left;
    margin-right: 20px;
}

.friendly-link {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #313131;
    font-size: 14px;
}

.friendly-link span {
    color: #646464;
}

.friendly-link a {
    color: #c3c5c6;
    margin-left: 20px;
}