.footer {
  background: url(../images/images/footer.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.footer_li {
  text-align: center;
}
.footer_li .p1 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_li .p2 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.footer_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
   padding-right: 60px;
   padding-left: 60px;
}
.footer_ul .li1 {
  text-align: right;
}
.footer_ul .li1 img {
  width:27%;
  margin-bottom: 10px;
}
.footer_ul .li2 {
  text-align: left;
}
.footer_li {
    width: 30%;
    margin: auto 0;
}
