body {
  position: relative !important;
  background-color: rgb(6, 13, 73);
}

.content {
  width: 100%;
  background-image: url(../image/img13.png);
  background-size: auto;
  background-color: rgb(6, 13, 73);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content div {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}

.content div img {
  width: 50px;
  height: 50px;
}


.content div span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  /* line-height: 100px; */
}




.content .pt2 {
  padding-top: 200px;
}


/* ===========================轮播 */
.swiper-container {
  width: 100%;
  height: 432px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgb(6, 13, 73);
}

.swiper-slide img {
  width: 80%;
  /* height: 100%; */
}









/* ============================底部 */
footer {
  background-color: rgb(2, 9, 48);
  /* max-width: 1200px; */
  /* height: 300px; */
  line-height: 30px;
  padding: 50px 0;
}

footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}