  /* ***
Î²²¿ 
***/
.footer_box {
  background: #333333;
}
.footer_list {
  width: 100%;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.footer_list a {
  color: #FFFFFF;
  opacity: 0.5;
}
.footer_list .web_first {
  opacity: 1;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EEEEEE;
  position: 0.2;
}
.address_info {
  margin: 40px 0;
}
.address_info li img {
  width: 60%;
}
.address_info li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.address_info li:first-child {
  margin-bottom: 31px;
}
.address_info li:last-child {
  margin-bottom: 0;
}
.address_info li .one {
  width: 76px;
  height: 59px;
  margin-right: 10px;
}
.address_info li .two {
  width: 260px;
  height: 50px;
}
.address_info li span {
  line-height: 26px;
  color: #fff;
}
.address_info li i {
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}
.footer_nav {
  margin-bottom: 40px;
}
.footer_nav li a {
  font-size: 14px;
  color: #fff;
}
.footer_nav li {
  width: calc((100% - 12px * 3) / 4);
  /* margin-right: 50px; */
}
.footer_nav li a {
  line-height: 30px;
}
.footer_nav li:nth-child(4) {
  width: 15%;
  text-align: right;
}
.footer_nav li:nth-child(8) {
  width: 15%;
  text-align: right;
}
.footer_nav {
  width: 30%;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.footer_data {
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.footer_data img {
  margin-right: 6px;
}
.menu {
  display: none;
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1520PX) {
  .footer_box {
    padding: 0 20PX;
  }
  .footer_nav {
    width: 65%;
  }
  .footer_list li {
    padding: 0 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .menu {
    display: block;
  }
  .address_info li {
    display: flex;
    margin-bottom: 10px;
  }
  .address_info li .one {
    width: 60px;
    height: 50px;
  }
  .address_info li .two {
    width: 180px;
    height: 35px;
  }
  .footer_list {
    display: none;
    padding: 20px 0;
  }
  .footer_list li {
    box-sizing: border-box;
    display: none;
  }
  .footer_list li:first-child {
    display: block;
  }
  .footer_list li:last-child {
    display: block;
  }
  .footer_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #EEEEEE;
    position: 0.2;
  }
  .footer_nav {
    display: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_nav li {
    white-space: normal;
    width: 50%;
  }
  .footer_nav li:nth-child(4) {
    width: 50%;
    text-align: left;
  }
  .footer_nav li:nth-child(8) {
    width: 50%;
    text-align: left;
  }
  .footer_data {
    display: block;
  }
  .footer_data > span {
    line-height: 26px;
  }
}
