nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(197, 197, 197, 0.12);
  z-index: 1000;
}
.nav {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.nav .logo {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.nav .logo img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

nav .container ul {
  height: 80px;
  display: flex;
  align-items: center;
}
nav .container ul li {
  height: 80px;
  margin-right: 40px;
}
nav .container ul li a {
  height: 74px;
  line-height: 74px;
  color: #6e7b97;
  font-size: 16px;
  box-sizing: border-box;
  border-top: 6px solid transparent;
  text-decoration: none;
}
nav .container ul li .active {
  color: #7c3aed;
  font-weight: bold;
  border-top: 6px solid #7c3aed;
  border-radius: 3px;
}
.The-advantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 0;
}
.The-advantages .container {
  align-items: center;
}
.The-advantages .p1 {
  width: 100%;
  text-align: center;
  color: #212121;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 32px;
}
.The-advantages .p2 {
  width: 100%;
  text-align: center;
  color: #6e7b97;
  font-size: 40px;
}
.list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list img {
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  padding: 64px 0;
  box-sizing: border-box;
  background: #000000;
}
.footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .left .title {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 800;
}
.footer .left .p1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer .left .p2 {
  color: #d1d5db;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .left .p3 {
  color: #d1d5db;
  font-size: 14px;
}
.footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .right img {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}
.footer .right p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
