body {
  /* min-width: 1200px; */
  position: relative !important;
}

.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: 800px;
}


.content p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  /* line-height: 100px; */
}

.content .pt2 {
  padding-top: 100px;
}

.content img {
  margin: 50px auto;
  display: block;
  width: 318px;
}

/* ============================底部 */
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;
}