


.foot_ {
    width: 100%;
    float: left;
    padding: 35px 0 35px 0;
    background: #f6f6f6; overflow:hidden;
	
	}
.foot_ .p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #888;
    line-height: 33px;
    text-align: center;}
.foot_ .p a {
    color: #717171;
    display: inline-block;
}

.mb_foot_{display:none;
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
    background: #f8f8f8; overflow:hidden;}

.mb_foot_ .p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #484848;
    line-height: 30px;
    text-align: center;}
.mb_foot_ .p1 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #484848;
    line-height: 30px;
    text-align: center;}


.mb_foot_ .p a {
    color: #484848;
    display: inline-block;
	
}

@media screen and (max-width:767px) {
.foot_{ display:none;}	
.mb_foot_{ display:block;}	
	}





