.footer {
  width: 100%;
  height: 120px;
  background: #262626;
  padding-top: 30px;
}
.footer .footer_1 {
  width: 600px;
  float: left;
  padding-top: 20px;
}
.footer .footer_2 {
  width: 400px;
  height: 90px;
  float: right;
}
.footer .footer_2 .ftext {
  color: #ededed;
  font-size: 14px;
  padding: 10px 0;
  height: 10px;
}
.footer .footer_2 .ftext a:link {
  color: #ededed;
  font-size: 14px;
  padding: 10px 0;
  height: 10px;
}
.footer .footer_2 .ftext a:visited {
  color: #ededed;
  font-size: 14px;
  padding: 10px 0;
  height: 10px;
}
.footer .footer_2 .ftext a:hover {
  color: #ededed;
  font-size: 14px;
  padding: 10px 0;
  height: 10px;
}
.footer .footer_2 .ftext a:active {
  color: #ededed;
  font-size: 14px;
  padding: 10px 0;
  height: 10px;
}
