@charset "UTF-8";
/*
    使对应标签展示
*/
.list_item:nth-child(3) > 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 > div {
  position: absolute;
  top: 80px;
  left: 16%;
  display: flex;
  flex-direction: column;
}
.banner .banner-content > div > p {
  font-size: 48px;
  font-family: "黑体";
  font-weight: bold;
  color: #f7f9ff;
  margin: 20px 0;
  letter-spacing: 5px;
}
.banner .banner-content > div > span {
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #f7f9ff;
}

.nav {
  width: 100%;
  border-bottom: 2px #dddddd solid;
  background: #fff;
}
.nav .nav-content {
  margin: 0 auto;
  padding: 0 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: "黑体";
  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;
}
.pconserver > h3 {
  font-size: 24px;
  font-family: "黑体";
  font-weight: 500;
  color: #111111;
  padding-top: 30px;
  padding-bottom: 20px;
}
.pconserver > p {
  font-size: 16px;
  font-family: "黑体";
  font-weight: 400;
  color: #111111;
  line-height: 30px;
  text-align: center;
  padding: 10px 50px;
}

.xiaokuai {
  width: 56px;
  height: 4px;
  background: #ce001d;
  margin-bottom: 20px;
}

.control-ability {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.control-ability > h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: 500;
  color: #111111;
  padding-top: 30px;
  padding-bottom: 20px;
}
.control-ability .con-ability {
  width: 1366px;
  height: 826px;
  background: #E1EDFD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.control-ability .con-ability .con-ability-content1 {
  width: 90%;
  height: 140px;
  background: #fff;
  position: relative;
  padding-left: 120px;
}
.control-ability .con-ability .con-ability-content1 > h3 {
  font-size: 25px;
  font-family: "黑体";
  font-weight: bold;
  color: #111111;
}
.control-ability .con-ability .con-ability-content1 > ul > li {
  font-size: 16px;
  font-family: "黑体";
  font-weight: 900;
  color: #111;
  float: left;
  margin: 0 20px;
}
.control-ability .con-ability .con-ability-content2 {
  background: #fff;
  margin: 30px 0;
  width: 90%;
  position: relative;
  padding-left: 120px;
}
.control-ability .con-ability .con-ability-content2 > h3 {
  font-size: 25px;
  font-family: "黑体";
  font-weight: bold;
  color: #111111;
}
.control-ability .con-ability .con-ability-content2 > ul > li {
  margin: 25px 0;
  font-size: 16px;
  font-family: "黑体";
  font-weight: 900;
  color: #111111;
  padding-right: 30px;
}
.control-ability .con-ability .con-ability-content2 > ul > li > span {
  font-size: 15px;
  font-family: "黑体";
  font-weight: 400;
  color: #333333;
}

.solution {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution > h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: 500;
  color: #111111;
  padding-top: 50px;
  padding-bottom: 20px;
}
.solution .solution-content {
  width: 1366px;
  height: 628px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.solution .solution-content > div {
  width: 49.9%;
  height: 100%;
  background: #E1EDFD;
  padding: 40px 60px;
}
.solution .solution-content .sol-con-title {
  display: flex;
  align-items: center;
}
.solution .solution-content .sol-con-title > p {
  font-size: 24px;
  font-family: "黑体";
  font-weight: 500;
  color: #111111;
  margin-left: 20px;
}
.solution .solution-content .sol-con-content {
  margin-top: 20px;
}
.solution .solution-content .sol-con-content > li {
  font-size: 16px;
  font-family: "黑体";
  font-weight: bold;
  color: #111111;
  line-height: 26px;
  margin-bottom: 40px;
}
.solution .solution-content .sol-con-content > li > span {
  color: #666;
  font-weight: normal;
}
.solution .solution-content .solution-content-R > ul {
  margin-top: 20px;
}
.solution .solution-content .solution-content-R > ul > li {
  list-style: initial;
  font-size: 16px;
  font-family: "黑体";
  font-weight: normal;
  color: #555;
  line-height: 26px;
  margin-bottom: 30px;
}

.product-value {
  width: 100%;
  height: 768px;
  background: #031733;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-value > h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: 500;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.product-value .prova-content {
  width: 1366px;
  height: 522px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-value .prova-content > li {
  margin: 10px;
  padding: 20px;
  width: 40%;
}
.product-value .prova-content > li > img {
  width: 47px;
  height: 47px;
  margin-right: 20px;
  display: block;
  float: left;
}
.product-value .prova-content > li > div {
  float: left;
  width: 80%;
}
.product-value .prova-content > li > div > p {
  font-size: 16px;
  font-family: "黑体";
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}
.product-value .prova-content > li > div > span {
  font-size: 14px;
  font-family: "黑体";
  font-weight: 400;
  color: #666;
  line-height: 24px;
}

.bluecircle {
  text-align: center;
  line-height: 60px;
  font-size: 29px;
  font-family: PingFang;
  font-weight: 500;
  color: white;
  width: 60px;
  height: 60px;
  background: #1d548d;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 35px;
}

@media only screen and (max-width: 750px) {
  .banner {
    height: 17.5rem;
  }
  .banner .banner-content {
    width: 100%;
    text-align: center;
    background: url("../images/mob/others/jggk.png") no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-content > img {
    display: none;
  }
  .banner .banner-content > div {
    left: 1rem;
    padding: 0 1rem;
  }
  .banner .banner-content > div > p {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .banner .banner-content > div > span {
    font-size: 0.8rem;
    line-height: 2rem;
  }

  .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;
  }
  .pconserver > h3 {
    font-size: 0.9rem;
    color: #111111;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pconserver > p {
    font-size: 0.7rem;
    line-height: 30px;
    text-align: left;
  }

  .bluecircle {
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 0.9rem;
    top: 1rem;
    left: 0.5rem;
    line-height: 2rem;
  }

  .control-ability {
    width: 100%;
  }
  .control-ability > h3 {
    font-size: 0.9rem;
    padding-bottom: 20px;
  }
  .control-ability .con-ability {
    width: 90%;
    height: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .control-ability .con-ability .con-ability-content1 {
    width: 90%;
    height: auto;
    padding-left: 2rem;
  }
  .control-ability .con-ability .con-ability-content1 > h3 {
    font-size: 20px;
    padding-left: 2rem;
  }
  .control-ability .con-ability .con-ability-content1 > ul {
    margin-top: 0px;
  }
  .control-ability .con-ability .con-ability-content1 > ul > li {
    font-size: 0.9rem;
    margin: 10px 0;
    color: #111;
  }
  .control-ability .con-ability .con-ability-content2 {
    margin: 30px 0;
    height: auto;
    padding-left: 3rem;
  }
  .control-ability .con-ability .con-ability-content2 > h3 {
    margin-top: 0px;
    padding-left: 1rem;
  }
  .control-ability .con-ability .con-ability-content2 > ul {
    margin-top: 0px;
    padding: 0 1rem;
  }
  .control-ability .con-ability .con-ability-content2 > ul > li {
    margin: 25px 0;
    margin-left: -2rem;
    font-weight: 900;
  }

  .solution {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solution > h3 {
    font-size: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .solution .solution-content {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .solution .solution-content > div {
    width: 100%;
    height: auto;
    padding: 10px 45px;
  }
  .solution .solution-content .sol-con-title {
    display: flex;
    align-items: center;
  }
  .solution .solution-content .sol-con-title > p {
    font-size: 0.9rem;
  }
  .solution .solution-content .sol-con-content {
    margin-top: 20px;
  }
  .solution .solution-content .sol-con-content > li {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }
  .solution .solution-content .solution-content-R > ul {
    margin-top: 20px;
  }
  .solution .solution-content .solution-content-R > ul > li {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }

  .product-value {
    height: auto;
    background: #031733;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-value > h3 {
    font-size: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-value .prova-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    background: #f7f7f7;
  }
  .product-value .prova-content > li {
    margin: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: left;
  }
  .product-value .prova-content > li > img {
    margin-right: 15px;
    width: 2rem;
    height: 2rem;
  }
  .product-value .prova-content > li > div > p {
    font-size: 0.8rem;
  }
  .product-value .prova-content > li > div > span {
    font-size: 0.6rem;
  }
}

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