* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.home_head {
  background: #ffffff;
  height: 120px;
}

.home_head_box {
  max-width: 1200px;
  min-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_logo {
  width: 108px;
  height: 108px;
}

.home_head ul {
  display: flex;
  align-items: center;
  height: 120px;
}

.home_head ul li {
  margin-left: 60px;
  color: #666666;
  cursor: pointer;
  font-size: 22px;
  &:first-child {
    margin-left: 0;
  }
}

.home_head ul .active a {
  /* color: #ff6519; */
  color: #3396F7;
}

a {
  color: #666666;
  font-size: 22px;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

.home_footer {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
}

.home_footer p {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.home_footer p:last-child {
  margin-top: 10px;
}

.home_footer p a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
}