@charset "UTF-8";
/*
    使对应标签展示
*/
.list_item:nth-child(4) > div {
  display: block !important;
}

.banner-content,
.pconserver,
.control-ability {
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 400px;
}
.banner .banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner-content > img {
  width: 100%;
  height: 100%;
}
.banner .banner-content > h2 {
  font-size: 48px;
  font-family: PingFang;
  font-weight: 800;
  color: white;
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
  letter-spacing: 10px;
}

.nav {
  width: 100%;
  border-bottom: 2px #dddddd solid;
  background: #fff;
}
.nav .nav-content {
  background: #f9f9f9;
  margin: 0 auto;
  padding: 0px 80px;
  width: 1366px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav .nav-content > li {
  height: 100%;
  cursor: pointer;
}
.nav .nav-content > li > a {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.nav .nav-content > li:hover {
  border-bottom: 4px solid red;
}

.pconserver {
  width: 1366px;
  height: 280px;
  background: #E1EDFD;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 30px;
}
.pconserver > h3 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
  padding-top: 30px;
  padding-bottom: 20px;
}
.pconserver > p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #111111;
  line-height: 30px;
}

h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: 500;
  color: #111111;
  padding-top: 30px;
  padding-bottom: 20px;
}

.rfid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rfid .rfid-content {
  width: 1366px;
  display: flex;
  justify-content: space-around;
  margin: 40px;
}
.rfid .rfid-content > li {
  width: 380px;
  height: 500px;
  box-shadow: 0px 0px 18px 0px rgba(141, 141, 141, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
}
.rfid .rfid-content > li > h4 {
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  margin: 20px 0;
}
.rfid .rfid-content > li > p, .rfid .rfid-content > li > span {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #555;
  line-height: 24px;
}
.rfid .rfid-content > li > p {
  margin: 20px 0;
}

.quantum {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E1EDFD;
}
.quantum .quantum-content {
  width: 1200px;
  height: 380px;
  background: white;
  box-shadow: 0px 0px 18px 0px rgba(141, 141, 141, 0.5);
  display: flex;
  flex-direction: column;
  padding: 50px 100px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.quantum .quantum-content > div {
  display: flex;
  align-items: center;
}
.quantum .quantum-content > div > h4 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  margin-left: 20px;
}
.quantum .quantum-content > ul {
  margin-top: 20px;
}
.quantum .quantum-content > ul > li {
  font-size: 16px;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  margin: 15px 0;
}
.quantum .quantum-content > ul > li > span {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #555;
  margin-left: 30px;
}

.invisible-code {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.invisible-code .invisible-code-content {
  width: 1366px;
  margin-bottom: 80px;
}
.invisible-code .invisible-code-content .list-content1 {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.invisible-code .invisible-code-content .list-content1 > div {
  margin-left: 30px;
}
.invisible-code .invisible-code-content .list-content1 > div > h4 {
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  margin-bottom: 15px;
}
.invisible-code .invisible-code-content .list-content1 > div p {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.invisible-code .invisible-code-content .list-content1 > div > div {
  float: left;
}

@media only screen and (max-width: 750px) {
  .banner {
    height: 17.5rem;
  }
  .banner .banner-content {
    text-align: center;
    background: url("../images/mob/others/amsy.png") no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-content > img {
    display: none;
  }
  .banner .banner-content > h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    top: 50%;
    font-weight: normal;
  }

  .nav {
    width: 100%;
  }
  .nav .nav-content {
    width: 100%;
    padding: 0;
    display: flex;
  }
  .nav .nav-content > li {
    height: auto;
    display: flex;
    border: none !important;
  }
  .nav .nav-content > li p {
    width: 0.1rem;
    height: 0.6rem;
    background: red;
    margin-right: 0.2rem;
  }
  .nav .nav-content > li > a {
    font-size: 0.7rem;
    line-height: 1;
  }
  .nav .nav-content > li:hover {
    border-bottom: none;
  }

  .pconserver {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .pconserver > h3 {
    font-size: 0.9rem;
    color: #111111;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pconserver > p {
    font-size: 0.7rem;
    line-height: 30px;
  }

  h3 {
    font-size: 0.9rem;
    font-family: PingFang;
    padding: 1rem 0;
  }

  .rfid {
    width: 100%;
    flex-direction: column;
  }
  .rfid .rfid-content {
    width: 100%;
    margin: 1rem;
    flex-wrap: wrap;
  }
  .rfid .rfid-content > li {
    width: 90%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .rfid .rfid-content > li > h4 {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .rfid .rfid-content > li > p, .rfid .rfid-content > li > span {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #555;
    line-height: 24px;
  }
  .rfid .rfid-content > li > p {
    margin: 0.5rem 0;
  }

  .quantum .quantum-content {
    width: 90%;
    height: auto;
    padding: 1rem;
    margin-top: 1rem;
  }
  .quantum .quantum-content > div {
    display: flex;
    align-items: center;
  }
  .quantum .quantum-content > div > h4 {
    font-size: 1rem;
    font-family: PingFang;
    font-weight: bold;
    color: #111111;
    margin-left: 20px;
  }
  .quantum .quantum-content > ul {
    margin-top: 0.5rem;
  }
  .quantum .quantum-content > ul > li {
    font-size: 0.7rem;
  }
  .quantum .quantum-content > ul > li > span {
    font-size: 0.7rem;
    display: block;
    margin: 0;
  }

  .invisible-code {
    height: auto;
  }
  .invisible-code .invisible-code-content {
    width: 100%;
    margin-bottom: 80px;
  }
  .invisible-code .invisible-code-content .list-content1 {
    width: 90%;
    padding: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
  }
  .invisible-code .invisible-code-content .list-content1 > div {
    margin-left: 0;
    text-align: center;
  }
  .invisible-code .invisible-code-content .list-content1 > div > h4 {
    font-size: 0.9rem;
    margin: 1rem 0;
  }
  .invisible-code .invisible-code-content .list-content1 > div p {
    text-align: left;
  }
}

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