.ydd {
  display: none !important;
}
.pcd {
  display: block !important;
}

.energyMonitorSystem_pc {
  display: flex;
  flex-direction: column;
  margin-top: 0.9rem;
}
.energyMonitorSystem-banner {
  width: 100%;
}
.banner-container{
  position: relative;
}
.banner-inside {
  position: absolute;
  left: 50%;
  bottom: .50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: .42rem;
  height: .66rem;
  margin-left: -.21rem;
}
.banner-inside img{
  width: 100%;
  height: 100%;
}

.partOne {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #F1F3FA;
  padding-bottom: 0.7rem;
}

.partOne-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.7rem;
}

.part-head-left {
  width: 1.49rem;
  height: 0.19rem;
}

.part-head-right {
  width: 1.49rem;
  height: 0.19rem;
}

.part-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1F223F;
  line-height: 0.5rem;
}

.partOne-sub {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.5);
  line-height: 0.28rem;
}

.partOne-content {
  width: 16rem;
  margin-top: 0.73rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partOne-content-item {
  width: 4.98rem;
  height: 5.08rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
}
.partOne-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}
.partOne-content-item-icon {
  width: 1.88rem;
  height: 1.34rem;
}
.partOne-content-item-title {
  margin-top: 0.15rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1F223F;
  line-height: 0.37rem;
}

.partOne-content-item-sub {
  width: 2.88rem;
  margin-top: 0.21rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 0.3rem;
}

.partTwo {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../image/energyMonitorSystem-icon1.png') no-repeat;
  background-size: 100%;
  height: 14.82rem;
}
.part-img-container{
  /* flex:1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partTwo-img {
  width: 16rem;
  height: auto;
  display: flex;
  /* height: 14.82rem; */
}
.partTwo-head {
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.66rem;
  margin-bottom: 1.03rem;
}
.part-img-bottom{
  font-size: 0.27rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.37rem;
  margin-top: 0.79rem;
}
.partTwo-sub {
  position: absolute;
  top: 1.3rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.28rem;
}
img {
  display: block;
  width: 100%;
}

.partThree {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #F3F7FD;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}

.partThree-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partThree-sub {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}

.partThree-content {
  margin-top: 1.08rem;
  width: 16rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partThree-content-item {
  width: 5.1rem;
  height: 2.45rem;
  margin-bottom: 0.34rem;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.partThree-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}

.partThree-content-item-head {
  margin-top: 0.18rem;
  margin-left: 0.18rem;
  display: flex;
  align-items: center;
}
.partThree-content-item-head-icon {
  width: 0.6rem;
  height: 0.6rem;
}
.partThree-content-item-head-title {
  margin-left: 0.06rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #20223F;
  line-height: 0.37rem;
}

.partThree-content-item-sub {
  width: 3.38rem;
  margin-left: 0.25rem;
  margin-top: 0.08rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1F223F;
  line-height: 0.3rem;
}

.partFour {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2C57E8;
}
.partFour-head {
  position: absolute;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partFour-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.5rem;
}
.partFour-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.28rem;
}
.partFour-content {
  position: absolute;
  top: 2.7rem;
  width: 16rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partFour-content-item {
  width: 5.1rem;
  height: 2.97em;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.35rem;
  background: linear-gradient(149deg, #F0F5FF 0%, #FFFFFF 100%);
  cursor: pointer;
}

.partFour-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}

.partFour-content-item-title {
  margin-top: 0.29rem;
  margin-left: 0.21rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1A1D3A;
  line-height: 0.37rem;
}
.partFour-content-item-line {
  width: 0.47rem;
  height: 0.02rem;
  margin-top: 0.06rem;
  margin-left: 0.21rem;
  background: linear-gradient(144deg, #3BD4FC 0%, #2C5AE8 100%);
  opacity: 0.8;
}
.partFour-content-item-sub {
  margin-top: 0.23rem;
  margin-left: 0.21rem;
  width: 2.37rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1D3A;
  line-height: 0.3rem;
}
.partFour-content-item-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.21rem;
  height: 1.21rem;
}
.partFour-bg {
  width: 100%;
  height: 10.11rem;
}


.partFive {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #F3F7FD;
  padding-top: 0.65rem;
  padding-bottom: 1.3rem;
}
.partFive-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partFive-sub {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}

.partFive-content {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 0.77rem;
}
.partFive-content-item {
  width: 3.67rem;
  height: 4.69rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
}
.partFive-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}

.partFive-content-item-icon {
  width: 2.93rem;
  height: 2rem;
  margin-top: 0.1rem;
}
.partFive-content-item-title {
  margin-top: 0.06rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1F223F;
  line-height: 0.37rem;
}
.partFive-content-item-sub {
  width: 2.08rem;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 0.3rem;
}

.partSix {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partSix-bg {
  width: 100%;
  height: 9.8rem;
}
.partSix-head {
  position: absolute;
  top: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partSix-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.5rem;
}
.partSix-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.28rem;
}
.swiper-containerPc {
  position: absolute !important;
  top: 2.34rem;
  width: 16rem;
}
.swiper-containerPc .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-containerPc .swiper-wrapper .swiper-slide img {
  width: 13.45rem;
  height: 5.57rem;
}
.swiper-containerPc .swiper-button-prev {
  left: 0;
}
.swiper-containerPc .swiper-button-next {
  right: 0;
}
.swiper-containerPc .swiper-button-prev,
.swiper-containerPc .swiper-button-next {
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  background-image: none;
}

.swiper-containerPc .swiper-button-prev img,
.swiper-containerPc .swiper-button-next img {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.8rem;
}

.swiper-containerPc .swiper-button-prev::after {
  content: "";
}
.swiper-containerPc .swiper-button-next::after {
  content: "";
}
.swiper-containerPc .swiper-pagination{
  position: relative;
}
.swiper-containerPc .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.06rem;
  background: #97A9EF;
  border-radius: 0%;
}
.swiper-containerPc .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.06rem;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
}
.partSeven {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #FFFFFF;
}
.partSeven-head {
  position: relative;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partSeven-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1F223F;
  line-height: 0.5rem;
}
.partSeven-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.5);
  line-height: 0.28rem;
}
.partSeven-content {
  margin-top: 0.81rem;
  width: 16rem;
  height: 9.06rem;
}

@media screen and (max-width: 750px) {
  .ydd {
    display: flex !important;
  }
  .pcd {
    display: none !important;
  }
  .energyMonitorSystem_yd {
    width: 100vw;
    margin-top: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7FAFF;
  }
  .energyMonitorSystem_yd .banner {
    width: 7.5rem;
    height: 4.04rem;
  }

  .part-head {
    width: 7.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .part-head-icon {
    width: 1.49rem;
    height: 0.19rem;
  }
  .part-head-text {
    font-size: 0.36rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F223F;
    line-height: 0.5rem;
  }
  .part-head-sub {
    display: flex;
    justify-content: center;
    margin-top: 0.12rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(31, 34, 63, 0.5);
    line-height: 0.28rem;
  }


  .partOne_yd {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.57rem;
    padding-bottom: 0.26rem;
  }
  .partOne_yd .partOne_yd_content {
    width: 6.94rem;
    margin-top: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partOne_yd_content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.32rem;
    height: 3.81rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partOne_yd_content-item-icon {
    margin-top: 0.32rem;
    width: 1.4rem;
    height: 1rem;
  }
  .partOne_yd_content-item-title {
    margin-top: 0.16rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F223F;
    line-height: 0.42rem;
  }
  .partOne_yd_content-item-sub {
    margin-top: 0.24rem;
    width: 2.7rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 0.42rem;
  }


  .partTwo_yd {
    width: 7.5rem;
  }
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  

  .partThree_yd {
    padding-top: 0.56rem;
    padding-bottom: 0.67rem;
    width: 7.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .partThree_yd .partThree_yd_content {
    width: 6.94rem;
    margin-top: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partThree_yd_content-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 3.32rem;
    height: 3rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partThree_yd_content-item-head {
    margin: 0.16rem 0 0 0.16rem;
    display: flex;
    align-items: center;
  }
  .partThree_yd_content-item-head .icon {
    width: 0.39rem;
    height: 0.44rem;
  }
  .partThree_yd_content-item-head .text {
    margin-top: 0.01rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #20223F;
    line-height: 0.42rem;
  }
  .partThree_yd_content-item-content {
    margin: 0.24rem 0 0 0.31rem;
    width: 2.7rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F223F;
    line-height: 0.42rem;
  }


  .partFour_yd {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.5rem;
    background: #2C57E8;
    opacity: 0.92;
  }
  .partFour_yd_head {
    position: absolute;
    top: 0.56rem;
  }
  .partFour_yd_sub {
    position: absolute;
    margin-top: 1.18rem;
  }
  .partFour_yd_bg {
    width: 7.5rem;
    height: 12.52rem;
  }
  .partFour_yd .partFour_yd_content {
    position: absolute;
    width: 6.94rem;
    top: 2.28rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partFour_yd_content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 3.32rem;
    height: 3rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partFour_yd_content-item-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0.32rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .partFour_yd_content-item-title {
    margin: 0.18rem 0 0 0.21rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F223F;
    line-height: 0.42rem;
  }
  .partFour_yd_content-item-line {
    margin-top: 0.03rem;
    margin-left: 0.21rem;
    width: 0.47rem;
    height: 0.02rem;
    background: linear-gradient(144deg, #3BD4FC 0%, #2C5AE8 100%);
    opacity: 0.8;
  }
  .partFour_yd_content-item-sub {
    margin: 0.14rem 0 0 0.21rem;
    width: 2.7rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 0.42rem;
  }


  .partFive_yd {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.56rem;
    padding-bottom: 0.38rem;
  }
  .partFive_yd .partFive_yd_content {
    width: 6.94rem;
    margin-top: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partFive_yd_content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.2rem;
    height: 4.9rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partFive_yd_content-item-icon {
    margin-top: 0.08rem;
    width: 2.2rem;
    height: 1.5rem;
  }
  .partFive_yd_content-item-title {
    margin-top: 0.08rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F223F;
    line-height: 0.42rem;
  }
  .partFive_yd_content-item-sub {
    margin-top: 0.24rem;
    width: 2.7rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 0.42rem;
  }

  /* partSix_yd */
  .partSix_yd {
    width: 7.5rem;
    padding: 0.56rem 0 0.51rem 0;
    background: #2C57E8;
    opacity: 0.94;
  }
  .swiper-container_yd {
    margin-top: 0.56rem;
    width: 6.56rem;
  }
  .swiper-container_yd .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-container_yd .swiper-wrapper .swiper-slide img {
    width: 6.57rem;
    height: 6.64rem;
  }
  
  .swiper-container_yd .swiper-button-prev::after {
    content: "";
  }
  .swiper-container_yd .swiper-button-next::after {
    content: "";
  }
  .swiper-container_yd .swiper-pagination{
    position: relative;
  }
  .swiper-container_yd .swiper-pagination .swiper-pagination-bullet {
    width: 0.28rem;
    height: 0.06rem;
    background: #97A9EF;
    border-radius: 0%;
  }
  .swiper-container_yd .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.28rem;
    height: 0.06rem;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
  }


  .cooperation {
    padding-top: 0.56rem;
    width: 7.5rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cooperation-img {
    width: 6.95rem;
    height: 3.74rem;
    margin-top: 0.56rem;
  }
}