@charset "gb2312";
/* CSS Document */

.footer {
  margin-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
  font: 12px/24px SimSun, Arial, sans-serif;
  color: #999;
}
.footer .ft-inner {
  padding: 24px 0 20px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
.footer .ft-link {
  margin-bottom: 15px;
}
.footer .ft-link i {
  margin: 0 5px;
  color: #ddd;
}
.footer .ft-link a {
  color: #999;
}
.footer .ft-link a:hover {
  color: #0095db;
  text-decoration: underline;
}
.footer .ft-address {
  margin-bottom: 15px;
  line-height: 26px;
}
.footer .ft-license {
  margin: 20px auto;
  width: 678px;
  overflow: hidden;
}
.footer .ft-license li {
  float: left;
  margin-left: 20px;
  padding: 3px 4px;
  width: 110px;
  height: 32px;
  border: 1px solid #ddd;
  line-height: 16px;
  background-color: #f5f5f5;
  *display: inline;
}
.footer .ft-license .l1 {
  margin-left: 0;
}
.footer .ft-license .l1 span {
  float: left;
  width: 35px;
  color: #666;
}
.footer .ft-license .l3 {
  border: 0 none;
  padding: 0;
  width: 118px;
  height: 40px;
}