#company_footer,
#footer.company_footer {
  background: #ffffff;
}

.company_footer_wrap {
  width: 1206px;
  margin: 0 auto;
}

.company_footer_content {
  position: relative;
  padding: 55px 0 55px 290px;
  font-size: 12px;
  color: #6c6c6c;
}

.company_footer_logo {
  position: absolute;
  left: 112px;
  top: 54px;
  cursor: pointer;
}

.company_footer_content div {
  overflow: hidden;
}

.company_footer_content i,
.company_footer_content span,
.company_footer_content a {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #333;
}

.company_footer_content .link {
  transition: all .4s;
  color: #6c6c6c;
  cursor: pointer;
  &:hover {
    color: #ff950d;
    text-decoration: underline
  }
}

.company_footer_content .split {
  float: left;
  margin: 7px 20px;
  width: 2px;
  height: 14px;
  background: #bdbdbd;
}

.company_footer_menu_a {
  font-size: 14px;
  color: #3c3c3c;
  
  a {
    color: #3c3c3c;
  }
}