
.foot_wrap {
	width:100%;
    background: #212121;
}


.foot_border>div{
    min-height:90px ;
}

.mCenter1{
    width:80%;
    text-align: left;
}
.mCenter2{
    width:95%;
    text-align: left;
    margin:0 auto;
}

.img_wrap{
    width:90px;
    float:left;
    text-align: center;

}
.img_wrap img{
    width:100%
}
#coorCompany{
    padding:15px 15px 25px 15px;
    
}
.borderbottom {
    border-bottom:1px solid #fff;
}

#coorCompany li{
    float:left;
    margin-top: 10px;
    margin-right: 50px;
}
.foot_wrap a{
    color:white;
}
#coorCompany a:hover{
    color:#B2971F
}
.financial{
    margin-left:20px;
}

@media screen and (max-width:768px) {
    .foot_border>div{
        border-left:none;
    }
    #coorCompany li{
        margin-right: 24px;
    }
    .financial{
        margin-left:40px;
    }
}


.foot_title {
    font-size: 20px;
    font-weight: 600;
}











