/** 动态资讯 **/
p {
  margin-bottom: 0;
}

.c-news {
  width: auto;
  height: auto;
}

.c-news-tabs {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #EAF5F9;
}

.c-news-tabs-center {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.c-news-tabs-center-one {
  flex: 1;
  height: 100%;
  cursor: pointer;
}

.c-news-tabs-center-active,
.c-news-tabs-center-one:hover {
  background-color: #fff;
}

.c-news-tabs-center-active>div {
  border-bottom: 2px solid #197478;
}

.c-news-tabs-center-one>p {
  text-align: center;
  font-size: 18px;
}

.c-news-tabs-center-one>p>a {
  color: #197478;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
}

.c-news-nr {
  max-width: 1200px;
  height: auto;
  margin: 90px auto 120px auto;
  background-color: #fff;
  box-shadow: 0px 10px 30px 2px #ecf1f5;
}

.c-news-nr-top {
  width: auto;
  height: 66px;
  line-height: 66px;
  padding: 0 24px;
  border-bottom: 1px solid #dee1e4;
  font-size: 18px;
  color: #253343;
}

.c-news-nr-list {
  width: auto;
  height: auto;
  margin-left: 40px;
}

.c-news-nr-list-one {
  width: auto;
  height: auto;
  border-bottom: 1px solid #dee1e4;
  padding: 25px 40px 25px 0;
}

.c-news-nr-list-one>a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-news-nr-list-one-left {
  width: 80px;
  height: auto;
  margin-right: 40px;
}

.c-news-nr-list-one-left>h6 {
  font-size: 34px;
  color: #253343;
  font-weight: 500;
  text-align: center;
}

.c-news-nr-list-one-left>p {
  font-size: 18px;
  color: #253343;
  text-align: center;
}

.c-news-nr-list-one-right {
  width: calc(100% - 120px);
}

.c-news-nr-list-one-right>h6 {
  font-size: 16px;
  color: #253343;
  font-weight: 500;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-news-nr-list-one-right>p {
  font-size: 14px;
  color: #6C7C7D;
  margin: 15px 0 10px 0;
  width: 100%;
  height: 52px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-news-nr-list-one-right>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-news-nr-list-one-right>div>p {
  font-size: 14px;
  color: #6C7C7D;
}

.c-news-nr-list-one-right>div>h6 {
  font-size: 14px;
  color: #6C7C7D;
}

.c-news-details {
  width: auto;
  height: auto;
}

.c-news-details-center {
  max-width: 1200px;
  height: auto;
  margin: 20px auto 70px auto;
  background-color: #fff;
}

.c-news-details-center-top {
  width: auto;
  height: auto;
  padding: 20px 0 25px 0;
  margin-left: 40px;
  border-bottom: 1px solid #D8D8D8;
}

.c-news-details-center-top>h6 {
  font-size: 24px;
  color: #6C7C7D;
  font-weight: 700;
  line-height: 34px;
  padding-right: 30px;
}

.c-news-details-center-top>p {
  font-size: 14px;
  color: #6C7C7D;
  font-weight: 700;
  margin-top: 20px;
}

.c-news-details-center-nr {
  width: auto;
  height: auto;
  padding: 20px 20px 50px 35px;
}

/**  成功案例  **/
.c-case {
  width: auto;
  height: auto;
  margin-top: 70px;
}

.c-case-center {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.c-case-top {
  width: auto;
  height: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.c-case-top>h6 {
  font-size: 48px;
  color: #2A2D3B;
  font-weight: 600;
}

.c-case-top>div {
  width: 60px;
  height: 4px;
  background-color: #2A2D3B;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-case-top>p {
  font-size: 24px;
  color: #2A2D3B;
  margin-left: 20px;
}

.c-case-one {
  width: auto;
  height: 595px;
  background-image: url('/wp-content/themes/mynote/assets/images/cgal_cdz_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 25px;
}

.c-case-one-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-case-one-img {
  width: 801px;
  height: 448px;
}

.c-case-one-img>img {
  width: 100%;
  height: 100%;
}

.c-case-one-right {
  width: 397px;
  height: 560px;
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #DEE1E4;
  margin-top: 20px;
  padding-top: 100px;
}

.c-case-one-right>p {
  font-size: 20px;
  color: #2A2D3B;
  line-height: 54px;
}

@media (max-width: 1200px) {
  .c-case-one {
    height: auto;
    background-image: none;
  }

  .c-case-one-img {
    margin: 20px auto 0 auto;
    max-width: 801px;
    height: auto;
  }

  .c-case-one-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }

  .c-case-one-right>p {
    min-width: 48%;
    margin-right: 2%;
  }
}

.c-case-one-power {
  width: auto;
  height: 560px;
  background-color: #fff;
  padding: 40px;
}

.c-case-one-power-tabs {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-case-one-power-tabs>p {
  width: 160px;
  height: 34px;
  line-height: 32px;
  background: #C7D2E0;
  border: 1px solid #C7D2E0;
  border-radius: 18px;
  font-size: 18px;
  color: #1F2D3D;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.c-case-one-power-tabs-active,
.c-case-one-power-tabs>p:hover {
  border: 1px solid #2CCC95 !important;
  background-color: #def7ee !important;
  color: #38CF9B !important;
}

.c-case-one-power-postion {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.c-case-one-power-nr {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}

.c-case-one-power-nr-img {
  width: 512px;
  height: 350px;
  margin-right: 50px;
}

.c-case-one-power-nr-img>img {
  width: 100%;
  height: 100%;
}

.c-case-one-power-nr-right {
  width: calc(100% - 562px);
  display: flex;
  flex-wrap: wrap;
}

.c-case-one-power-nr-right>p {
  min-width: 45%;
  font-size: 20px;
  color: #2A2D3B;
  line-height: 42px;
  margin-right: 5%;
}

.c-case-power {
  background-image: url('/wp-content/themes/mynote/assets/images/cgal_dljk_bg.png');
}

@media (max-width: 1200px) {
  .c-case-one {
    height: auto;
    background-image: none;
  }

  .c-case-one-power-tabs {
    justify-content: center;
  }

  .c-case-one-power-tabs>p {
    margin-right: 40px;
  }

  .c-case-one-power {
    height: auto;
  }

  .c-case-one-power-nr-right>p {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .c-case-one-power-nr-img {
    max-width: 512px;
    height: auto;
    margin: 0 auto 30px auto;
  }

  .c-case-one-power-nr-right {
    width: 100%;
  }

  .c-case-one-power-nr-right>p {
    min-width: 45%;
    width: auto;
    margin-right: 5%;
  }
}

.c-cable {
  width: auto;
  height: auto;
  margin-top: 90px;
}

.c-cable-center {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.c-cable-top {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cable-top>h6 {
  font-size: 28rpx;
  color: #1F2D3D;
  font-weight: 700;
}

.c-cable-top>p {
  width: 80px;
  height: 2px;
  background-color: #006569;
  margin-top: 12px;
}

.c-cable-top>div {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #6C7C7D;
  margin-top: 25px;
  line-height: 30px;
}

.c-cable-one {
  width: auto;
  height: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.c-cable-one-left {
  width: 584px;
  height: auto;
  margin-right: 40px;
}

.c-cable-one-left>img {
  width: 100%;
  height: 358px;
}

.c-cable-one-left>p {
  font-size: 16px;
  color: #1F2D3D;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.c-cable-one-right {
  width: calc(100% - 624px);
  height: auto;
  margin-top: 20px;
}

.c-cable-one-right>p {
  font-size: 16px;
  color: #6C7C7D;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .c-cable-one {
    display: block;
  }

  .c-cable-one-left {
    max-width: 584px;
    width: auto;
    margin: 0 auto;
  }

  .c-cable-one-left>img {
    height: auto;
  }

  .c-cable-one-right {
    width: 100%;
    margin-left: 0 !important;
  }
}

.c-system {
  background-color: #EAF5F9;
  padding: 80px;
}

.c-system-list {
  width: auto;
  height: auto;
  margin-top: 34px;
}

.c-system-list-one {
  width: auto;
  height: auto;
  min-height: 230px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 5px #e7f5fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px 15px 15px;
  margin: 10px;
}

.c-system-list-one>img {
  width: 42px;
  height: 50px;
}

.c-system-list-one>h6 {
  font-size: 16px;
  color: #1F2D3D;
  font-weight: 700;
  margin: 20px 0;
}

.c-system-list-one>p {
  font-size: 14px;
  color: #6C7C7D;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .c-system {
    padding: 80px 30px;
  }

  .c-system-list-one {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .c-system-list-one {
    margin: 10px 0;
  }

  .c-system-list-one {
    min-height: 200px;
  }
}

.c-science-list {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 110px;
}

.c-science-list-one {
  min-width: 320px;
  height: 120px;
  margin: 30px 30px 0 0;
  background-image: url('/wp-content/themes/mynote/assets/images/cpzx_dljk_jishu_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-science-list-one>p {
  font-size: 16px;
  color: #6C7C7D;
  line-height: 28px;
}

.c-img {
  max-width: 810px;
  height: auto;
  margin: 50px auto 0 auto;
}

.c-img>img {
  width: 100%;
  max-height: 409px;
}

.c-electric-system {
  width: auto;
  height: auto;
  background-image: url('/wp-content/themes/mynote/assets/images/cpzx_zhpd_yilantu_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
  margin-top: 100px;
}

.c-electric-system-img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.c-electric-system-list {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px 0 0 0;
  padding-bottom: 36px;
}

.c-electric-system-list>p {
  font-size: 16px;
  color: #6C7C7D;
  margin: 10px 10px 0 10px;
}

.c-electric-serve {
  width: auto;
  height: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-electric-serve-one {
  max-width: 550px;
  min-width: 400px;
  padding: 20px 30px;
  margin: 12px;
  background: #ffffff;
  border: 1px solid #e4eaf2;
}

.c-electric-serve-one>img {
  width: 32px;
  height: 30px;
}

.c-electric-serve-one>h6 {
  font-size: 18px;
  color: #1F2D3D;
  font-weight: 700;
  margin-top: 20px;
}

.c-electric-serve-one>p {
  font-size: 14px;
  color: #6C7C7D;
  margin-top: 10px;
  line-height: 28px;
}

.c-electric-platform {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-electric-platform-one {
  width: auto;
  margin: 15px 30px 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-electric-platform-one>img {
  width: 22px;
  height: 26px;
  margin-right: 5px;
}

.c-electric-platform-one>div {
  min-width: 150px;
  height: 38px;
  line-height: 38px;
}

.c-electric-platform-one>div>h6 {
  font-size: 18px;
  color: #1F2D3D;
  text-align: center;
  line-height: 38px;
  margin-bottom: 0;
}

.c-electric-platform-one>div>p {
  width: 150px;
  height: 2px;
  background-color: #C8D2E0;
}

.c-electric-platform-one-active>div {
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-image: url("/wp-content/themes/mynote/assets/images/tabs-item-bg.png");
  background-size: 100% 100%;
}

.c-electric-platform-one-active>div>p,
.c-electric-platform-one:hover>div>p {
  background-color: #006569;
}

.c-electric-platform-one-active>div>h6,
.c-electric-platform-one:hover>div>h6 {
  color: #006569;
}

.c-electric-manage {
  width: auto;
  height: auto;
  padding: 20px 0 60px 0;
  background-color: #F5FAF9;
}

.c-electric-manage-one {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-electric-manage-one>img {
  max-width: 690px;
  max-height: 483px;
  margin-right: 40px;
}

.c-electric-manage-one-right {
  max-width: 400px;
  margin-top: 40px;
}

.c-electric-manage-one-right>h6 {
  font-size: 22px;
  color: #1F2D3D;
  font-weight: 700;
}

.c-electric-manage-one-right>h5 {
  font-size: 14px;
  color: #6C7C7D;
  margin-top: 10px;
}

.c-electric-manage-one-right>p {
  font-size: 14px;
  color: #6C7C7D;
  margin-top: 15px;
  line-height: 28px;
}

.c-electric-manage-one-right-nr {
  width: auto;
  height: auto;
  margin-top: 20px;
}

.c-electric-manage-one-right-nr>p {
  font-size: 16px;
  color: #1F2D3D;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.c-electric-manage-one-right-nr>p>span {
  width: 6px;
  height: 6px;
  background: rgba(0, 101, 105, 0.50);
  border: 1px solid #006569;
  margin-right: 10px;
  display: block;
}

.c-electric-manage-one-right-nr-list {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.c-electric-manage-one-right-nr-list>div {
  min-width: 150px;
  height: auto;
  margin: 20px 10px 0 10px;
  display: flex;
  align-items: center;
}

.c-electric-manage-one-right-nr-list>div>img {
  width: 12px;
  height: 8px;
  margin-right: 10px;
}

.c-electric-manage-one-right-nr-list>div>p {
  font-size: 16px;
  color: #6C7C7D;
}

@media(max-width: 1150px) {
  .c-electric-manage-one>img {
    margin: 0 auto 0 auto;
  }
  .c-electric-platform{
    display: none;
  }
  .c-electric-manage-one{
    display: flex !important;
  }
  .c-electric-manage-one-right {
    max-width: 100%;
    padding: 0 24px;
  }
}

@media(max-width: 750px) {
  .c-electric-manage-one>img {
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
  }
}


/*使图片在浏览器中居中显示*/
.bigImg {
  position: absolute;
  top: 50%;
  left: 50%;
  /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
  transform: translate(-50%, -50%);
}

/*遮罩层*/
.opacityBottom {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  top: 0;
  left: 0;
}