.footer {
  background-color: #1e2928;
  padding: 100px 0 50px 0;
}
.footer_left .p1 {
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
  color: #999999;
}
.footer_right_li a {
  font-size: 20px;
  line-height: 41px;
  color: #bebebe;
}
.footer_right_ul {
  display: flex;
  justify-content: space-between;
}
.footer .flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_right {
  width: 56%;
}
.footer .hr2 {
  width: 100%;
  height: 1px;
  background-color: #535353;
  margin-top: 100px;
}
.footer_ppp{
    display:flex;
    justify-content: space-between;
}
.footer_ppp p {
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
  margin: 50px 0 0 0;
  text-align: right;
}
.flex1 {
  position: relative;
}
.footer .fanhui {
  position: absolute;
  top: -135px;
  right: 0px;
  cursor: pointer;
}
