.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .navbar-collapse .navbar-nav li {
  margin: 0 20px;
}
.banner {
  padding: 0;
}
.banner img {
  width: 100%;
}
.bjt {
  justify-content: center;
  background: url(../assets/uploads/wydzm/bjt.jpg) no-repeat center center / cover;
}
.bjt .logo-wydzm {
  padding: 50px;
  text-align: center;
}
.bjt .download {
  display: flex;
  justify-content: center;
}
.bjt .download div {
  margin: 5px 10px;
  width: 210px;
  border: 3px solid #000;
  border-radius: 50px;
}
.bjt .download div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.bjt .download div a i {
  margin-right: 10px;
  font-size: 32px;
}
.bjt .download div:nth-child(1) {
  background-color: #fff;
}
.bjt .download div:nth-child(2) {
  background-color: #a4c53a;
}
.bjt .download div:nth-child(3) {
  line-height: 48px;
  background-color: #42c5ce;
}
.bjt .download div:nth-child(3) a {
  color: #fff;
}
.bjt .intro {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.bjt .intro p {
  width: 80%;
  text-align: left;
}
.bjt .screen {
  display: flex;
  overflow: hidden;
}
.bjt .screen ul {
  display: flex;
  margin: 30px auto 60px;
  padding: 0;
  animation: move 20s infinite linear;
}
.bjt .screen ul li {
  margin: 0 7.2px;
  list-style: none;
}
.bjt .screen ul li img {
  width: 240px;
}
@keyframes move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-1272px);
  }
}
.bjt .screen:hover ul {
  animation-play-state: paused;
}
.footer {
  background-color: #000;
}
.footer .about {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 220px;
}
.footer .about .ainfo {
  align-content: center;
  text-align: center;
  margin-top: 10px;
}
.footer .about .ainfo img {
  width: 120px;
}
.footer .about .ainfo p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  color: #fff;
}
.footer .about .ainfo a {
  padding: 10px 20px;
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.footer .about .address {
  align-content: center;
  text-align: center;
  color: #fff;
}
.footer .about .address div {
  margin-top: 20px;
}
.footer .gov {
  margin: 0 auto;
  text-align: center;
  line-height: 32.33px;
}
.footer .gov a {
  margin-top: 30px;
  text-decoration: none;
  color: #999;
}
