.footer .link .img {
  background: url('../images/background-link.jpg') repeat;
  min-width: 1200px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
.footer .link .img img {
  width: 198px;
  height: 38px;
  margin-left: -20px;
}
.footer .link .layoutbox {
  min-width: 1200px;
  background: url('../images/footer_background.png') repeat;
  height: 108px;
  margin: 0 auto;
  padding-top: 19px;
}
.footer .link .layoutbox a {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3F6458;
  margin-right: 40px;
}
.footer .bottom {
  min-width: 1200px;
  height: 134px;
  background: url('../images/footer_bottom.png') no-repeat top center;
  background-color: #004E34;
}
.footer .bottom .layout {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .bottom img {
  width: 284px;
  height: 72px;
  vertical-align: middle;
  margin-right: 20px;
}
.footer .bottom .xian {
  width: 1px;
  height: 86px;
  background: #fff;
  margin-right: 67px;
}
.footer .bottom .cont {
  display: flex;
  flex-direction: column;
}
.footer .bottom .cont p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.footer .bottom .cont p a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.footer .bottom .cont p a:hover {
  color: #fff !important;
}
