#Footer {
  margin: 0 auto;
  width: 1115px;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
}
#Footer .footer-list {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 0;
  display: flex;
}
#Footer .footer-list .footer-img {
  position: relative;
  margin-right: 2%;
  width: 23%;
  height: 160px;
  text-align: center;
  overflow: hidden;
}
#Footer .footer-list .footer-img a {
  display: block;
  position: relative;
}
#Footer .footer-list .footer-img a img {
  width: 256px;
  height: 128px;
  transition: 0.5s all;
  width: 95%;
}
#Footer .footer-list .footer-img a img:nth-child(1) {
  width: 100%;
}
#Footer .footer-list .footer-img a img:hover {
  transform: scale(1.08);
}
#Footer .footer-list .footer-img a p {
  position: absolute;
  bottom: 8px;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
#Footer .friend {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}
#Footer .friend h3 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
#Footer .friend h3::before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
#Footer .friend ul li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin-right: 15px;
  font-size: 13px;
}
#Footer .friend ul li a {
  color: #333;
}
#Footer #Footer-bottom {
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
}
#Footer #Footer-bottom ul.footer-nav {
  margin-bottom: 6px;
}
#Footer #Footer-bottom ul.footer-nav li {
  border-right: 1px solid #ddd;
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin-right: 12px;
  padding-right: 12px;
}
#Footer #Footer-bottom ul.footer-nav li a {
  color: #333;
}
#Footer #Footer-bottom .info a {
  color: #333;
}
