* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.header {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: fixed;
  width: 100%;
}

.header .logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.header .logo img {
  width: 40px;
  margin-right: 10px;
}

.header .logo p {
  font-size: 13px;
}

.header ul {
  display: flex;
  margin-left: 15%;
}

.header ul .active {
  border-bottom: 1px solid #2d5cf6;
  font-weight: 500;
}

.header ul li {
  line-height: 50px;
  margin: 0 20px;
  font-size: 18px;
}

.header ul li a {
  color: #fff;
  font-weight: bolder;
}

.banner {
  width: 100vw;
  height: 100vh;
  background: url(../images/scbg.jpg);
  background-size: cover;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.banner h2 {
  margin-top: 250px;
  font-size: 55px;
  margin-bottom: 20px;
}

.banner .tips {
  display: flex;
  justify-content: center;
  font-size: 20px;
}

.banner .tips li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  margin-bottom: 20px;
}

.banner .tips li:last-child {
  border: none;
}

.banner p {
  font-size: 20px;
}

.banner .ul2 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.banner .ul2 li {
  display: flex;
  align-items: center;
  font-size: 13px;
  flex-direction: column;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.banner .ul2 li:last-child {
  border: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

.footer p {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */