footer {
  position: relative;
  width: 100%;
  padding-top: 120px;
  border-bottom: 15px solid #242424;
}

footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 650px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/147/20230417195327_wWnSsg64.png);
  z-index: -1;
}

footer .container {
  display: flex;
  flex-direction: column;
}

.footerTop {
  display: flex;
  margin-bottom: 120px;
}

.footerTop .NavList {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
}

.footerTop .NavList:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 60px;
  background: #DE5C26;
}

.footerTop .NavList a {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.footerTop .NavList a:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 3;
}

.footerTop .NavList img {
  padding: 30px;
}

.footerTop .NavList:last-child {

  border-right: 1px solid #fff;
}

.footerTop .NavList:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 60px;
  background: #DE5C26;
}

.footerMid {
  display: flex;
  margin-bottom: 60px;
}

.footerMid .left {
  text-align: center;
}

.footerMid .left>img {
  margin-bottom: 30px;
}

.footerMid .left p {
  width: 480px;
  height: 120px;
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 60px;
  border: 16px solid #ccc;
  font-weight: 400;
  font-size: 18px;
}

.footerMid .right {
  display: flex;
  width: 100%;
  margin-left: 90px;
}

.footerMid .right .footerIcon {
  width: 100%;
  margin: 0 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footerIcon img {
  margin-bottom: 15px;
  transition: 1s;
}

.footerIcon p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.footerMid .right .footerIcon.cur {
  background: #DE5C26;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.footerMid .right .footerIcon.cur img {
  filter: invert(1);
  transform: rotateY(180deg);
}

.footerMid .right .footerIcon.cur p {
  color: #fff;
}

/* 备案 */
.footer_bottom {

  border-top: 2px solid #CFCFCF;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 3.5;
  text-align: center;
  font-family: 'pingfang';
}

.footer_bottom a {
  font-size: 16px;
  color: #000;
  line-height: 3.5;
  text-align: center;
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .footerMid .right {
    margin-left: 15px;
  }

  .footerMid .right .footerIcon {
    padding: 15px;
  }

  .footerIcon p {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  .footerTop .NavList img {
    width: 180px;
  }

  .footerTop .NavList a {
    font-size: 12px;
  }

  .footerTop {
    margin-bottom: 60px;
  }

  .footerMid .left {
    margin-bottom: 30px;
  }

  .footerMid {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_bottom {
    font-size: 14px;
  }

  .footer_bottom a {
    font-size: 14px;
  }

  .footerMid .right .footerIcon {
    margin: 0 7px;
  }

  .footerMid .right {
    margin-left: 0px;
  }
}


@media screen and (max-width: 992px) and (min-width:0px) {
  footer {
    padding-top: 60px;
  }

  .footerTop .NavList {
    display: none;
  }

  .footerTop .NavList:last-child {
    display: flex;
    border: 0;
  }

  .footerTop .NavList img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}





@media screen and (max-width: 640px) and (min-width:0px) {
  .footerMid .left p {
    width: 320px;
    height: 90px;
    margin: 0 auto;
    font-size: 17px;
  }

  .footerMid .right {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_bottom {
    font-size: 14px;
    line-height: 2;
  }

  .footer_bottom a {
    font-size: 14px;
    line-height: 2;
  }
  .footerMid .right .footerIcon{
    margin: 5px 0;
  }
  footer:after {
    height: calc(100% - 100px);
  }

  .footerIcon img {
    margin-bottom: 5px;
    width: 30px;
  }

  .footerIcon p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
  }
}