.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/xxm/bj.png) no-repeat center center / cover;
}
.bjt .logo-xxmzsg {
  margin: 0 auto;
  width: 50%;
}
.bjt .download {
  display: flex;
  justify-content: center;
}
.bjt .download div {
  margin: 5px 10px;
  width: 150px;
  border: 3px solid #000;
  border-radius: 50px;
  background-color: #42c5ce;
}
.bjt .download div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.bjt .intro {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.bjt .intro .bjk {
  margin-top: 10px;
  padding: 30px 20px 80px;
  background: url(../assets/uploads/xxm/yxjs-text.png) no-repeat center center / 100% 100%;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
}
.bjt .intro .yxlbt {
  margin-top: 30px;
  width: 80%;
}
.bjt .intro .screen {
  display: flex;
  overflow: hidden;
  width: 79%;
}
.bjt .intro .screen ul {
  display: flex;
  margin: 30px auto 60px;
  padding: 0;
  animation: move 20s infinite linear;
}
.bjt .intro .screen ul li {
  margin: 0 7.2px;
  list-style: none;
}
.bjt .intro .screen ul li img {
  width: 240px;
}
@keyframes move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-1526.4px);
  }
}
.bjt .intro .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;
}
