#foot {
  background: url('../image/foot_bg.jpg') no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 10px;
}

.ft_contact {
  width: 25%;
  min-width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}

.ft_contact span {
  display: block;
  font-size: 16px;
  color: #999;
}

.ft_contact h3 {
  font-size: 34px;
  font-weight: bold;
  font-family: Arial;
  color: #fff;
  margin-top: 5px;
}

.ft_contact .contact {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}


.ft_contact .contact p {
  color: #999;
}

.ft_ewm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.ft_ewm img {
  max-width: 100px;
}

.ft_ewm p {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

/* 友情连接 */
#foot_bottom {
  background: #292929;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 60px;
}


#foot_bottom .connect {
  text-align: left;
}

#foot_bottom .connect a {
  color: #999;
}

#foot_bottom .connect a span {
  margin: 0 5px
}

#foot_bottom .copyright a,
#foot_bottom .gov a {
  color: #999;
  font-size: 14px;
}
