/*	-------主页的页脚------- */
footer{
    z-index: 5;
    
 	position: relative;
}

.index_footer {
    z-index: 910;
    background: #383838;
    color: #a4a4a4;
}
.index_footer_index {
    z-index: 910;
    background: #383838;
    color: #a4a4a4;
  	height: 200px;
}
.index_copyright {
    background: #2c2c2c;
    color: #a4a4a4;
}
.footer-form h5{
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #444444;
    padding: 25px 0 8px 0;
    margin: 0 0 15px 0;
}
.footer-form .text{
    color: #a4a4a4;
}
.links-list li a {
    color: #a4a4a4;
    display: block;
    padding: 1px 0;
    padding-left: 1px;
    border-bottom: 1px solid #444;
}
.links-list li a:hover {color: #fff}
.links-list li:first-child a {margin: -12px 0 0 0;}
.links-list li:last-child a {border: none;}
.footer-li{
    border: 1px solid #444;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: -1px;
}
.col-md-4{
	width:25%;
}