.footer_block21 {
  background: #0D6FB8;
  padding: 40px 0;
}
.footer_block21 .footer_top .footer_logo {
  text-align: center;
  margin-bottom: 30px;
}
.footer_block21 .footer_top .footer_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  text-align: center;
}
.footer_block21 .footer_top .footer_link ul li {
  width: 16.6%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}
.footer_block21 .footer_top .footer_link ul li:last-child {
  border: none;
}
.footer_block21 .footer_top .footer_link ul li h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
.footer_block21 .footer_top .footer_link ul li p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer_block21 .footer_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  text-align: center;padding-top:20px;
}
.footer_block21 .footer_bot ul {
  margin-top: -20px;
  margin-bottom: 20px;
}
.footer_block21 .footer_bot ul li a {
  margin: 0 10px;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.footer_block21 .footer_bot ul li:nth-of-type(1) a img:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.footer_block21 .footer_bot ul li:nth-of-type(1):hover a img:nth-of-type(2) {
  display: block;
}
.footer_block21 .footer_bot span {
  margin: 0 30px;
  line-height: 1.5;
}
@media screen and (max-width: 996px) {
  .footer_block21 .footer_top .footer_link ul li {
    width: 33%;
  }
  .footer_block21 .footer_top .footer_link ul li h3 {
    font-size: 18px;
  }
  .footer_block21 .footer_top .footer_link ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_block21 .footer_top .footer_link ul li {
    width: 50%;
  }
  .footer_block21 .footer_top .footer_link ul li h3 {
    font-size: 16px;
  }
  .footer_block21 .footer_top .footer_link ul li p {
    font-size: 14px;
  }
}