/**
 * author:guohaixin
 * date:2018/2/9
 * version:
 * desc:
 */
#footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 139px;
    background-color: #fff;
}
#footer .fullHeight {
    height: 89px;
    /* line-height: 89px; */
    float: left;
    margin-left: 180px;
    margin-top: 44px;
}

#zfzc{
    height: 89px;
    /* line-height: 89px; */
    float: left;
    margin-left: 20px;
    margin-top: 50.5px;
    margin-right: 50px;
}
.footer_dh{
    margin-top: 32px;
    margin-bottom: 10px;
    color: #1a56a8;
}
.footer_dh a{
    font-size: 14px;
    color: #1a56a8;
    text-decoration: none;
}
.footer_font{
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}
#footer a:hover {
  color: #FF0000;
  text-decoration: none;
}
.row {
    width: 1220px;
    margin: 0 auto;
}
.row:before,.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}

.col-md-1,.col-md-2,.col-md-6{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.col-md-1,.col-md-6{
  float:left;

}
.col-md-1 {
    width: 8.33333333%;
  }
.col-md-6 {
    width: 55%;
  }
.col-md-offset-2 {
    margin-left: 4%;
  }
 .text-center {
  text-align: center;
}

.bottom{
    width: 100%;
    border-top: 6px solid #1a56a8;
}
.foot_middle{
    float: left;
}
.foot_right{
    float: left;
    margin-top: 60px;
    margin-left: 24px;
}
.foot_right a{
    cursor: pointer;
}
  