﻿a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background: #2c94f0;
    color: #fff;
}
.inner, .nav ul, .links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-map {
    margin-left: 120px;
}

.fl {
    float: left;
    _display: inline;
}

.p20 {
    padding: 20px;
}

.copyright p a, .copyright p span {
    margin: 0 10px;
    color: #fff;
}
.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}
.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}
.clear {
    clear: both;
}
/*自适应*/
@media (max-width: 1200px){
.footer {
    padding: 20px;
}
.ht .fr, .header h1, .nav ul, .search, .inner, .content, .links, .copyright {
    width: 100%;
}
}
@media (max-width: 1024px){
.gov {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}
.jc {
    position: absolute;
    top: 42%;
    right: -5px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}
.footer-map {
    margin-left: 51px;
    font-size: 14px;
}
.p20 {
     padding: 0px; 
}
}
@media (max-width: 768px){
.copyright {
    text-align: center;
}
.copyright>.p20 {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.copyright p span {
    display: block;
}
.footer .gov, .footer .jc {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: 20px;
    vertical-align: middle;
}
}