.container2 {
  padding: 0;
  max-width: 79.9%;
  margin: 0 auto;
}
.foot {
  background-color: #0b4c8c;
  padding-top: 103px;
    font: 13px / 1.75 "Microsoft YaHei", arial, sans-serif;
}
.foot .foot-tp {
  display: flex;
  justify-content: space-between;
}
.foot .foot-tp p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 34px;
}
.foot .foot-tp p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.foot .foot-tp .foot-tp-lf ul li {
  display: flex;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.foot .foot-tp .foot-tp-lf ul li div:nth-child(1) {
  white-space: nowrap;
}
.foot .foot-tp .foot-tp-lf ul li div:nth-child(2) {
  flex: 1;
}
.foot .foot-tp .foot-tp-lf ul li:last-child {
  margin-bottom: 0;
}
.foot .foot-tp .foot-tp-cen {
  width: 479px;
}
.foot .foot-tp .foot-tp-cen ul {
  display: flex;
  flex-wrap: wrap;
}
.foot .foot-tp .foot-tp-cen ul li {
  width: calc(100%/3);
  margin-bottom: 19px;
}
.foot .foot-tp .foot-tp-cen ul li a {
  font-size: 20px;
  transition: all 0.5s;
  color: #ffffff;
}
.foot .foot-tp .foot-tp-cen ul li a:hover {
  color: #e7242b;
}
.foot .foot-tp .foot-tp-rt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.foot .foot-tp .foot-tp-rt div {
  width: 167px;
  margin-bottom: 10px;
}
.foot .foot-bt {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 107px;
  padding: 45.5px 0;
}
.foot .foot-bt .container2 {
  display: flex;
  justify-content: space-between;
}
.foot .foot-bt .container2 p,
.foot .foot-bt .container2 a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.foot .foot-bt .container2 a:hover {
  color: #fff;
}
@media (max-width: 1599px) {
  .foot .foot-tp .foot-tp-cen {
    width: 436px;
  }
}
@media (max-width: 1477px) {
  .foot .foot-tp p {
    font-size: 22px;
  }
  .foot .foot-tp .foot-tp-rt,
  .foot .foot-tp .foot-tp-lf ul li,
  .foot .foot-tp .foot-tp-cen ul li a {
    font-size: 18px;
  }
  .foot .foot-tp .foot-tp-cen {
    width: 394px;
  }
  .foot .foot-bt .container2 p,
  .foot .foot-bt .container2 a {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .foot .foot-tp .foot-tp-rt,
  .foot .foot-tp .foot-tp-lf ul li,
  .foot .foot-tp .foot-tp-cen ul li a {
    font-size: 16px;
  }
  .foot .foot-tp .foot-tp-rt div {
    width: 128px;
  }
  .foot .foot-tp .foot-tp-cen {
    width: 347px;
    position: relative;
    left: 2%;
  }
  .foot {
    padding-top: 75px;
  }
  .foot .foot-bt {
    margin-top: 67px;
    padding: 31.5px 0;
  }
}
@media (max-width: 1199px) {
   .container2 {
    max-width: 90%;
  }   
}

@media (max-width: 990px) {
  .foot .foot-tp {
    display: block;
  }
  .foot .foot-tp p {
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }
  .foot .foot-tp p::after {
    width: 29px;
    height: 2px;
  }
  .foot .foot-tp .foot-tp-rt,
  .foot .foot-tp .foot-tp-lf ul li,
  .foot .foot-tp .foot-tp-cen ul li a {
    font-size: 14px;
  }
  .foot .foot-tp .foot-tp-lf ul li {
    margin-bottom: 6px;
  }
  .foot {
    padding-top: 46px;
  }
  .foot .foot-tp .foot-tp-cen {
    width: 100%;
    left: 0;
    margin-top: 31px;
  }
  .foot .foot-tp .foot-tp-cen ul {
    display: block;
  }
  .foot .foot-tp .foot-tp-cen ul li {
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 7px;
    padding-left: 15px;
  }
  .foot .foot-tp .foot-tp-cen ul li:last-child {
    border-bottom: none;
  }
  .foot .foot-tp .foot-tp-rt {
    display: none;
  }
  .foot .foot-bt {
    margin-top: 21px;
    padding: 23px 0;
  }
  .foot .foot-bt .container2 p,
  .foot .foot-bt .container2 a {
    font-size: 13px;
  }
  .foot .foot-bt .container2 {
    display: block;
    text-align: center;
  }
}
