/* banner图
---------------------------------------------- */

.banner {
  position: relative;
  margin-top: 100PX;
}

.banner .banner_bg {
  display: block;
  width: 100%;
}

.banner .banner_title {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40PX 98PX 40PX 141PX;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner .banner_title h2 {
  position: relative;
  font-size: 81PX;
  color: #fff;
  font-weight: 400;
}

.banner .banner_title h2::after {
  content: "";
  position: absolute;
  top: 1PX;
  right: -30PX;
  display: block;
  width: 6PX;
  height: 100%;
  background-color: #fff;
}

.banner .banner_crumb {
  position: absolute;
  left: 0;
  bottom: 70PX;
  background-color: #000;
}

.banner .banner_crumb span {
  display: block;
  margin: 0 6PX;
  font-size: 20PX;
  color: #fff;
  line-height: 1.5;
}

.banner .banner_crumb a {
  display: block;
  font-size: 20PX;
  line-height: 1.5;
  color: #fff;
}

.banner .banner_crumb .crumb_nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 44PX;
  padding: 0 81PX 0 56PX;
}

.banner .banner_crumb .crumb_nav .nav_left {
  display: flex;
  align-items: center;
}

.banner .banner_crumb .crumb_nav .nav_left img {
  display: block;
  width: 16PX;
}

.banner .banner_crumb .crumb_nav .nav_right {
  display: flex;
  align-items: center;
  margin-left: 12PX;
}

.banner .banner_crumb .crumb_bg {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -52PX;
}

.banner .phone_number {
  position: absolute;
  right: 81PX;
  bottom: 10%;
  font-size: 20PX;
  line-height: 1.5;
  color: #FFF;
}

@media screen and (min-width: 769px) and (max-width: 1201PX) {
  .banner .banner_title {
    padding: 30PX 88PX 30PX 130PX;
  }

  .banner .banner_title h2 {
    font-size: 50PX;
  }

  .banner .banner_crumb {
    bottom: 40PX;
  }

  .banner .banner_crumb span {
    font-size: 14PX;
  }

  .banner .banner_crumb a {
    font-size: 14PX;
  }

  .banner .phone_number {
    font-size: 16PX;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner_title {
    padding: 1rem 2.45rem 1rem 3.525rem;
  }

  .banner .banner_title h2 {
    font-size: 1rem;
  }

  .banner .banner_title h2::after {
    right: -0.75rem;
    width: 4PX;
  }

  .banner .banner_crumb {
    bottom: 5%;
  }

  .banner .banner_crumb span {
    margin: 0 6PX;
    font-size: 0.7rem;
  }

  .banner .banner_crumb a {
    font-size: 0.7rem;
  }

  .banner .banner_crumb .crumb_nav {
    height: 1.25rem;
    padding: 0 2.025rem 0 1.4rem;
  }

  .banner .banner_crumb .crumb_nav .nav_left img {
    width: 0.4rem;
  }

  .banner .banner_crumb .crumb_nav .nav_right {
    margin-left: 0.3rem;
  }

  .banner .banner_crumb .crumb_bg {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1.3rem;
  }

  .banner .phone_number {
    display: none;
  }
}

/* 导航菜单部分
---------------------------------------------- */

.menu {
  width: 100%;
  height: 79PX;
  background-image: url(../images/include/classify_bg.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .menu {
    height: 1.975rem;
  }
}

/*安科瑞成功中标江苏省重点污染企业用电工况监控及运维项目
-----------------------------------------------*/

.news_consulting {
  padding: 55PX 0;
  background: #F7F7F7;
}

.news_consulting .consulting_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  padding: 30PX 0;
}

.news_consulting .consulting_title h3 {
  padding: 0 8PX;
  font-weight: normal;
  font-size: 40PX;
  color: #87BFFE;
  letter-spacing: 1PX;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_consulting .consulting_title img {
  display: block;
  width: 31PX;
  padding: 0 8PX;
}

.news_consulting .consulting_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 4PX;
  border-radius: 5PX;
  background-color: #87BFFE;
}

.news_consulting .consulting_text {
  padding: 55PX 0;
  font-size: 18PX;
  color: #999999;
  line-height: 1.5;
  text-align: justify;
  text-indent: 2em;
}

.news_consulting .consulting_text p:nth-child(2n) {
  padding: 30PX 0;
}

.news_consulting .consulting_text img {
  display: block;
  width: 85%;
  margin: 50PX auto;
}

.news_consulting .consulting_release_time {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 45PX 0;
  font-size: 18PX;
  color: #999999;
}

/* 荣誉证书部分 1250px 断点
-----------------------------------------------*/

@media screen and (max-width: 1250px) {
  .news_consulting {
    padding: 1.375rem 0.5rem;
    box-sizing: border-box;
  }
}

/* 荣誉证书部分 768px 断点
-----------------------------------------------*/

@media screen and (max-width: 768px) {
  .news_consulting .consulting_title {
    padding: 1.375rem 0 0.75rem 0;
  }

  .news_consulting .consulting_title h3 {
    padding: 0 0.2rem;
    font-size: 1rem;
  }

  .news_consulting .consulting_title img {
    width: 0.775rem;
    padding: 0 0.2rem;
  }

  .news_consulting .consulting_title::after {
    height: 0.1rem;
    border-radius: 0.125rem;
  }

  .news_consulting .consulting_text {
    padding: 1.375rem 0;
    font-size: 0.7rem;
  }

  .news_consulting .consulting_text p:nth-child(2n) {
    padding: 0.75rem 0;
  }

  .news_consulting .consulting_text img {
    margin: 1.25rem auto;
  }

  .news_consulting .consulting_release_time {
    padding: 0 0 1.125rem 0;
    font-size: 0.45rem;
  }
}