/*--------------------------------底部--------------------------------*/
.home-footer-container {
  background: #2b343d;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.navs-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1383px;
}

.home-footer-container .home-Bar {
  display: flex;
  flex-direction: column;
  padding: 66px 0 20px 0;
}
.home-footer-container .home-Bar img {
  width: 441px;
  height: 90px;
  margin-right: 118px;
}
.home-footer-container .home-Bar img .last-img {
  width: 441px;
  height: 90px;
  margin-right: 54px;
}
.home-footer-container .home-Bar .first-1 li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.home-footer-container .home-Bar .first-1 li ul {
  margin-top: 15px;
}
.home-footer-container .home-Bar .first-1 li ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
  width: 119px;
}
.home-footer-container .home-Bar .first-1 li ul li a {
  color: #fff;
}
.home-footer-container .home-Bar .first-1 li ul li a:hover {
  color: #2879ff;
}
.home-footer-container .home-Bar .line {
  width: 1px;
  height: 73px;
  border: 1px solid #ffffff;
  opacity: 0.3;
  margin: 0 85px 0 57px;
}
.home-footer-container .home-Bar .second-2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  /* margin-left: 54px; */
}
.home-footer-container .home-Bar .second-2 li ul {
  margin-top: 15px;
}

.home-footer-container .home-Bar .second-2 li ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #ffffff;
}
.long-line {
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
  margin: 45px 0 20px;
}
p {
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.to-link {
  color: #fff;
}
.to-link:hover {
  color: #2879ff;
}

