@charset "gb2312";
/* CSS Document */

.mobile-footer{
    display: none;
    padding: 1em 0em 1em;
    text-align: center;
    border-top: 2px solid #4e8099;
    margin: 1.5em 0 4em;
}

.mobile-footer p {
    margin: 0 0.3em 0.3em;
}

.mobile-footer p a {
    margin-right: 5px;
}
.mobile-footer-zx{
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    bottom:0;
    padding:2% 0;
    border-top:1px #dedede solid;
    background-color: #f5f5f5;
}

.mobile-footer-zx ul li {
    float: left;
    width: 47%;
    margin:0 1.5%;
    background: #2978BB;
    text-align: center;
    display: block;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mobile-footer-zx ul li a {
    display: inline-block;
    height: 40px;
    width:100%;
    color: #FFF;
    text-align: center;
}

.mobile-footer-zx ul li a span {
    font-size: 14px;
    font-weight: 600;
}


@media only screen and (max-width:1024px){
	.mobile-footer,.mobile-footer-zx{ display:block;}
	}