footer {
  background-color: #333333;
  padding-top: 56px;
  padding-bottom: 58px;
  border-bottom: 1px solid #494949;
}
footer .wzdh {
  width: 22.21%;
}
.bnavitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.bnavitem > div {
  width: 42.44%;
  margin-top: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #494949;
}
footer .area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .area > div .top {
  font-size: 16px;
  color: #ffffff;
}
footer .lxfs {
  width: 25%;
  font-size: 13px;
  line-height: 43px;
  color: #ffffff;
  opacity: 0.8;
}
      footer .gzwm{
            width: 11%;
        }
footer .gzwm .top {
  margin-bottom: 33px;
}
.mybottom {
  padding: 21px 0;
  color: #fff;
  font-size: 12px;
  background-color: #333333;
}
.mybottom .area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .area {
    width: 100%;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  footer .lxfs {
    width: 30%;
  }
  footer {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #494949;
  }
  .bnavitem > div {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  footer .lxfs {
    line-height: 35px;
  }
  footer .gzwm .top {
    margin-bottom: 25px;
  }
  .mybottom {
    padding: 15px 0;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .lxfs {
    width: 30%;
  }
  footer {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #494949;
  }
  .bnavitem > div {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  footer .lxfs {
    line-height: 35px;
  }
  footer .gzwm .top {
    margin-bottom: 25px;
  }
  .mybottom {
    padding: 15px 0;
  }
}
/* 移动端 */
@media (max-width: 767px) {
    footer .gzwm {
    width: 30%;
}
  footer .lxfs {
    width: 30%;
  }
  footer {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #494949;
  }
  .bnavitem > div {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  footer .lxfs {
    line-height: 35px;
  }
  footer .gzwm .top {
    margin-bottom: 25px;
  }
  .mybottom {
    padding: 15px 0;
  }
  footer .area {
    flex-wrap: wrap;
  }
  footer .area .wzdh {
    margin-bottom: 15px;
    width: 100%;
  }
  footer .lxfs {
    width: 45%;
  }
  .mybottom .area {
    flex-wrap: wrap;
  }
}
