.footer {
  background-color: #F7F7F7;
  padding: 4.5vw 0 0 0;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5vw;
}
.footer_flex_right {
  width: 30%;
}
.footer_flex_left {
  width: 62%;
}
.footer_flex_left_ul {
  display: flex;
  justify-content: space-between;
}
.footer_flex_left_li .pp1 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  position: relative;
  margin-bottom: 2.8vw;
  font-family:Alibaba-PuHuiTi-Regular;
}
.footer_flex_left_li .pp1::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #00924A;
}
.footer_flex_left_li_li2 {
  font-size: 16px;
  line-height: 22px;
  color: #7777779e;
  margin-top: 1vw;
  font-family:Alibaba-PuHuiTi-Regular;
}
.footer_flex_right2 {
  display: flex;
  margin-bottom: 0.7vw;
  align-items: center;
}
.footer_flex_right2 .img1 {
  width: 7%;
}
.footer_flex_right2 .fpp1 {
  width: 93%;
}
.footer_flex_right2 .fpp1 p {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}
.footer_flex_right .erw {
  margin-top: 25px;
}
.footer_flex1 {
  padding: 1.4vw 0;
  background-color: #D8D8D8;
  text-align: center;
}
.footer_flex1 span {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}
.footer_flex_left_li:first-child{
    display: none;
}