@charset "UTF-8";
.display-block {
  display: block !important;
}
.left-nav {
  display: none;
}
.product-intro {
  height: 480px;
  opacity: 0;
}
.product-intro .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
  align-items: flex-start;
}
.product-intro .pro-content1 {
  display: none;
}
.product-intro .pro-content .child-left {
  width: 500px;
  height: 312.5px;
  position: relative;
}
.product-intro .pro-content .child-left img {
  width: 100%;
  left: 0;
  position: absolute;
  height: 100%;
  opacity: 0;
}
.product-intro .pro-content .child-left img:nth-of-type(1) {
  opacity: 1;
}
.product-intro .pro-content .child-right {
  position: relative;
  width: 600px;
  height: 100%;
}
.product-intro .pro-content .child-right .child-pro {
  width: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  cursor: pointer;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(1) {
  left: 290px;
  top: 0;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(1) .pro-arrow {
  position: absolute;
  top: 100px;
  right: -135px;
  transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -moz-transform: rotate(40deg);
  /* Firefox */
  -webkit-transform: rotate(40deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(40deg);
  /* Opera */
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari 和 Chrome */
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(1) p {
  position: absolute;
  width: 200px;
  left: -240px;
  top: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.87);
  padding: 8px 16px;
  z-index: 1000;
  opacity: 0;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(2) {
  left: 90px;
  top: 190px;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(2) .pro-arrow {
  position: absolute;
  top: -90px;
  left: 60px;
  transform: rotate(325deg);
  -ms-transform: rotate(325deg);
  /* IE 9 */
  -moz-transform: rotate(325deg);
  /* Firefox */
  -webkit-transform: rotate(325deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(325deg);
  /* Opera */
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari 和 Chrome */
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(2) p {
  position: absolute;
  width: 200px;
  right: -240px;
  top: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.87);
  padding: 8px 16px;
  z-index: 1000;
  opacity: 0;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(3) {
  right: 0px;
  top: 190px;
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(3) .pro-arrow {
  position: absolute;
  bottom: 60px;
  left: -185px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari 和 Chrome */
}
.product-intro .pro-content .child-right .child-pro:nth-of-type(3) p {
  position: absolute;
  width: 200px;
  left: -240px;
  top: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.87);
  padding: 8px 16px;
  z-index: 1000;
  opacity: 0;
}
.product-intro .pro-content .child-right .child-pro .child-pro-img {
  border: 3px solid #00BCD4;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-intro .pro-content .child-right .child-pro .child-pro-img:hover + h2 + p {
  /* 容器边框颜色高亮 */
  transition: all 1s linear;
  opacity: 1;
}
.product-intro .pro-content .child-right .child-pro .child-pro-img img {
  width: 80px;
}
.product-intro .pro-content .child-right .child-pro h2 {
  margin: 16px 0;
}

.product-fun {
  background: url("../../images/news_bg.jpg");
}
.product-fun .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.product-fun .pro-content .child-pro {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.product-fun .pro-content .child-pro .biankuang {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 99;
  border-radius: 10px;
  /*background: black;*/
}
.product-fun .pro-content .child-pro .biankuang_1 {
  height: 0px;
  top: -0px;
  left: -3px;
  border-left: 3px solid #00BCD4;
}
.product-fun .pro-content .child-pro .biankuang_2 {
  width: 0px;
  bottom: 0px;
  left: -1px;
  border-top: 3px solid #00BCD4;
}
.product-fun .pro-content .child-pro .biankuang_3 {
  height: 0px;
  bottom: 0px;
  right: -3px;
  border-right: 3px solid #00BCD4;
}
.product-fun .pro-content .child-pro .biankuang_4 {
  width: 0px;
  top: -3px;
  right: 0px;
  border-bottom: 3px solid #00BCD4;
}
.product-fun .pro-content .child-pro .child-pro-img01 {
  width: 300px;
  height: 200px;
  float: left;
  z-index: 1000;
}
.product-fun .pro-content .child-pro .child-pro-img01 img {
  width: 100%;
  height: 100%;
}
.product-fun .pro-content .child-pro h2 {
  width: 100%;
  text-align: center;
  margin: 16px 0 16px 0;
}
.product-fun .pro-content .child-pro p {
  width: 250px;
  height: 100px;
}

.product-worth .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-worth .pro-content .child-pro {
  display: flex;
  align-items: center;
  width: 30%;
  margin-bottom: 32px;
}
.product-worth .pro-content .child-pro .child-pro-img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin-right: 16px;
  border: 1px solid #00BCD4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00BCD4;
}
.product-worth .pro-content .child-pro span b {
  color: #ff9934;
  font-size: 24px;
}

/*# sourceMappingURL=proSystem.css.map */
@media screen and (max-width: 1240px) {
  .left-nav {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 32px 0;
    display: block;
  }
  .left-nav ul {
    width: 100%;
    font-size: 16px;
  }
  .left-nav ul>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
  }
  .left-nav ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
  .left-nav ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: none;
  }
  .left-nav ul .left-active {
    background: #00BCD4;
  }
  .left-nav ul .left-active a {
    color: rgba(255, 255, 255, 0.87);
    border-bottom: none;
  }
  .product-intro {
    height: auto;
  }
  .product-intro .pro-content {
    display: none;
  }
  .product-intro .pro-content1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
    align-items: flex-start;
  }
  .product-intro .pro-content1 .child-pro {
    width: 300px;
  }
  .product-intro .pro-content1 .child-pro img {
    width: 100%;
    height: auto;
  }
  .product-intro .pro-content1 .child-pro p {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .product-intro .pro-content1 .child-pro {
    width: 100%;
  }
  .product-intro .pro-content1 .child-pro img {
    width: 90%;
    height: auto;
  }
  .product-intro .pro-content1 .child-pro p {
    width: 90%;
    height: auto;
  }
  .product-fun .pro-content .child-pro {
    width: 100%;
  }
  .product-fun .pro-content .child-pro .biankuang {
    display: none;
  }
  .product-fun .pro-content .child-pro .child-pro-img01 {
    width: 90%;
    height: auto;
  }
  .product-fun .pro-content .child-pro .child-pro-img01 img {
    width: 100%;
    height: 100%;
  }
  .product-fun .pro-content .child-pro p {
    width: 90%;
    height: auto;
  }
  .product-worth .pro-content .child-pro {
    width: 50%;
  }
}

@media screen and (max-width: 690px) {
  .product-intro .pro-content1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .product-intro .pro-content1 .child-pro {
    margin: 16px;
    width: 300px;
  }
  .product-intro .pro-content1 .child-pro img {
    width: 100%;
    height: auto;
  }
  .product-intro .pro-content1 .child-pro p {
    width: 100%;
    height: auto;
  }
  .product-worth .pro-content {
    justify-content: center;
    align-items: center;
  }
  .product-worth .pro-content .child-pro {
    width: 320px;
  }
  .product-fun .pro-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .product-fun .pro-content .child-pro {
    margin: 16px;
    width: 300px;
  }
  .product-fun .pro-content .child-pro .child-pro-img01 {
    width: 100%;
    height: auto;
  }
  .product-fun .pro-content .child-pro .child-pro-img01 img {
    width: 100%;
    height: 100%;
  }
  .product-fun .pro-content .child-pro p {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .product-worth .pro-content .child-pro {
    width: 280px;
  }
}