.footer_block2 {
  padding: 40px 0;
  background: #ba2528;
}
.footer_block2 .footer {
  line-height: 1.5;
}
.footer_block2 .footer .footer_lf {
  width: 550px;
}
.footer_block2 .footer .footer_lf .footer_logo img{padding-top: 25px;}
.footer_block2 .footer .footer_rt {

  line-height: 2;margin-left: 85px;
}
.footer_block2 .footer .footer_rt span {
  display: block;    margin: 3px 0;
}
.footer_block2 .footer .code img {
  width: 135px;
}
@media screen and (max-width:1520px) {
	.footer_block2 .footer .footer_lf {
	  width: 450px;
	}
}
@media screen and (max-width:1024px) {
	.footer_block2 .footer .footer_lf .footer_logo img{padding-top: 10px;}
  .footer_block2 {
    padding: 20px 0;
  }
  .footer_block2 .footer_logo {
    text-align: center;
    margin: 0 auto;
  }
  .footer_block2 .footer_rt {
    padding-top: 10px;
    text-align: center;margin-left:0!important;
  }
  .footer_block2 .footer .code{
	  display: none;
  }
}
