* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  display: block;
}
.center_body {
  width: 1300px;
  margin: 0 auto;
}
.header {
  background-color: #00027e;
  height: 60px;
  color: #fff;
}
.header .new_header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.header .quan {
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.bao {
  background-color: #292a71;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  height: 80px;
}
.footer {
  background-color: #232323;
}
.foot_top {
  width: 68%;
  margin: 0 auto;
}
.banquan {
  height: 30px;
  background-color: #201f20;
  line-height: 30px;
  color: #7f7f7e;
}
