.header {
  width: 100%;
  z-index: 999;
  padding: 30px;
  box-sizing: border-box;
  background-color: #120d69;
}

.top_con {
  max-width: 1470px;
  margin: 0 auto;
}

.logo {
  float: left;
}

.phone_server {
  float: right;
}

.page_banner {
  padding: 30px;
  box-sizing: border-box;
}

.page_banner img {
  width: 30%;
}

.phone_server p {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}

.footer {
  background: url('../image/foot_bg.png') no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
