.copyright p a,
.copyright p span {
    margin: 0 10px 0 0;
    /*color: #fff;*/
	color: black;
}
.friendship>li>a>img {
    width: 100%;
}
.friendship>li>a {
    background: #fff !important;
    padding: 0 !important;
}
.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    /*background-color: #333 !important;*/
    color: #fff;
    height: 100%;
    width: 100%;
   
}
.links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}
.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}
.footer-map {
    margin-left: 120px;
}
.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}
.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}
.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}
a:link {
    text-decoration: none;
}
.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}
.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
	/*background: #2c94f0;
    color: #fff;*/
	background: #eee;
    color: black;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.fl{
	float: left;
}
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.copyright p{
    line-height: 24px !important;
}
.clear{
	clear: both;
}
.p20{
	padding: 20px;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}



@media (max-width: 1200px) {
.footer {
	padding: 20px;
}
 .copyright ,.links{
    width: 100%;
}
}
@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}
@media (max-width: 480px){
.copyright p {
    font-size: 14px;
}
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer img {
    vertical-align: middle;
}
.copyright p a {
    margin: 0px !important;
}