.footer_block10 {
  background: #0b6ec6;
  background: -webkit-linear-gradient(left, #0b6ec6, #48adbd);
  background: -o-linear-gradient(right, #0b6ec6, #48adbd);
  background: -moz-linear-gradient(right, #0b6ec6, #48adbd);
  background: linear-gradient(to right, #0b6ec6, #48adbd);
}
.footer_block10 .footer {
  padding: 40px 0;
}
.footer_block10 .footer .footer_lf {
  width: 70%;
  float: left;
  overflow: hidden;
}
.footer_block10 .footer .footer_lf p {
  color: #fff;
  line-height: 30px;
}
.footer_block10 .footer .footer_rt {
  width: 30%;
  float: right;
  text-align: right;
}
.footer_block10 .footer .footer_rt .erweima {
  margin: 20px 0;
}
.footer_block10 .footer .footer_rt .erweima a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.footer_block10 .footer .footer_rt .erweima a .weChat {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 48px 0 0;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 26px;
}
.footer_block10 .footer .footer_rt .erweima a .weChat1 {
  background: url(../images/f-weixin.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat2 {
  background: url(../images/f-sina.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat_img {
  position: absolute;
  left: -35px;
  top: -105px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: none;
}
.footer_block10 .footer .footer_rt .erweima a:hover .weChat_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_block10 {
    text-align: center;
  }
  .footer_block10 .footer {
    padding: 30px 0 20px;
  }
  .footer_block10 .footer .footer_rt {
    text-align: center;
  }
  .footer_block10 .footer .footer_rt a:nth-child(2) .weChat {
    margin-right: 0;
  }
}
