.footer_block17 {
  box-sizing: border-box;
  padding: 80px 0 50px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.footer_block17::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #007072;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer_block17 .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_block17 .footer .lt {
  margin-bottom: 20px;
}
.footer_block17 .footer .lt .footer_logo {
  margin-bottom: 80px;
}
.footer_block17 .footer .lt .footerInfo span {
  margin-right: 10px;
  line-height: 1.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer_block17 .footer .rt li {
  display: inline-block;
  text-align: center;
  margin-left: 40px;
}
.footer_block17 .footer .rt li img {
  border: 8px solid #fff;
  box-shadow: 0px 20px 42.5px 7.5px rgba(0, 0, 0, 0.1);
  width: 130px;
  height: 130px;
}
.footer_block17 .footer .rt li p {
  margin-top: 20px;
}
@media screen and (max-width:996px) {
  .footer_block17 {
    padding: 50px 0;
  }
  .footer_block17 .footer {
    display: block;
    text-align: center;
  }
  .footer_block17::before {
    height: 70%;
  }
  .footer_block17 .footer .lt .footer_logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .footer_block17 {
    padding: 30px 0;
  }
}
