html { 
	/* -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    filter:gray;  */
} 

body {
    
}

.footer {
    margin-top: 100px;
    width: 100%;
    padding-top: 20px;
    background: #fff;
}
.footer-logolist {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.footer-logolist-item {
    display: inline-block;
    width: 115px;
    height: 160px;
    margin: 0 50px;
}
.footer-logolist-item-img {
    width: 115px;
    height: 115px;
/*    border: 1px dashed #888;*/
}
.footer-logolist-item-title {
    color: #888;
    text-align: center;
    margin-top: 23px;
}
.footer-txtlist {

}
.footer-txtlist-item {
    font-size: 14px;
    padding: 0 15px;
}
.footer-txtlist-h {
    margin-top: 10px;
}
.footer-txtlist-item-h {
    color: #333;
}
.footer-txtlist-j {
    margin-top: 10px;
}
.footer-txtlist-item-j {
    font-size: 12px;
}
.footer-txtlist-a {
    margin-top: 10px;
}
.footer-img-list {
    text-align: center;
    margin: 20px 0 20px;
}
.footer-img-list-img {
    display: inline-block;
    margin: 0 15px;
}