.footer_block12 {
  box-sizing: border-box;
  padding: 0 60px;
  background: #f0f3f7;
}
.footer_block12 .footer {
  border-radius: 12px 12px 0 0;
  position: relative;
  color: #fff;
  background: #9A0000;
}
.footer_block12 .footer a {
  color: #fff;
}
.footer_block12 .footer .footer_top {
  overflow: hidden;
  padding: 50px 0;
}
.footer_block12 .footer .footer_top .footer_logo {
  max-width: 566px;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 50px;
}
.footer_block12 .footer .footer_top .footer_logo .logo2 {
  margin: 0% 0 0 1%;
}
.footer_block12 .footer .footer_top .ftlist {
  box-sizing: border-box;
}
.footer_block12 .footer .footer_top .ftlist li {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 20px;
  box-sizing: border-box;
  padding: 3px 0;
}
.footer_block12 .footer .footer_top .ewm {
  float: right;
  text-align: center;
  width: 15%;
}
.footer_block12 .footer .footer_top .ewm img {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.footer_block12 .footer .footer_bot {
  text-align: center;
  line-height: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .footer_block12 {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 996px) {
  .footer_block12 .footer .ft-lt,
  .footer_block12 .footer .ft-rt {
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
  .footer_block12 .footer .footer_top {
    padding: 30px 0;
  }
  .footer_block12 .footer .footer_top .footer_logo {
    margin: 0 auto 20px;
  }
  .footer_block12 .footer .footer_top .ewm {
    width: auto;
    margin-top: 20px;
    max-width: 150px;
  }
  .footer_block12 .footer .footer_bot {
    padding: 15px 0;
  }
}
