.log-banner {
  width: 100%;
  height: 620px;
  background: url('../img/web_sult_banner.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.banner-button-wrap .tit,
.banner-button-wrap .num {
  color: #fff;

}

.banner-button-wrap:hover {
  border-color: #fff !important;
}

/* 行业现状 */
.industry .indst-content1 {
  height: 340px;
  background: url('../img/web_sult_bg1.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.industry .indst-content1 .desc {
  line-height: 32px;
  color: #666;
}

.industry .indst-content2 .indst-list li {
  width: 280px;
  height: 280px;
  background: url('../img/web_sult_bg3.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 60px;
  padding: 42px 26px;
  transition: 0.3s;
}

.industry .indst-content2 .indst-list li:nth-child(2),
.industry .indst-content2 .indst-list li:nth-child(4) {
  background: url('../img/web_sult_bg2.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.industry .indst-content2 .indst-list li .icon {
  width: 28px;
  height: 32px;
  background: url('../img/web_icon_0.png') no-repeat center;
  background-size: 100% 100%;
}

.industry .indst-content2 .indst-list li:nth-child(2) .icon,
.industry .indst-content2 .indst-list li:nth-child(4) .icon {
  background: url('../img/web_icon_0_0.png') no-repeat center;
  background-size: 100% 100%;
}

.industry .indst-content2 .indst-list li .tit {
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

.industry .indst-content2 .indst-list li .desc {
  font-size: 14px;
  color: #878787;
  line-height: 28px;
}

.industry .indst-content2 .indst-list li:nth-child(2) .tit,
.industry .indst-content2 .indst-list li:nth-child(4) .tit {
  color: #fff;
}

.industry .indst-content2 .indst-list li:nth-child(2) .desc,
.industry .indst-content2 .indst-list li:nth-child(4) .desc {
  color: #fff;
}

.industry .indst-content2 .indst-list li:hover {
  transform: translateY(-10px);
}

@media only screen and (max-width: 1440px) {
  .industry .indst-content2 .indst-list li {
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
    padding: 25px 20px;
  }

  .industry .indst-content2 .indst-list li .tit {
    margin: 14px 0 10px;
    font-size: 16px;
  }

  .industry .indst-content2 .indst-list li .desc {
    line-height: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .industry .indst-content1 .desc {
    line-height: 24px;
  }

  .industry .indst-content1 {
    height: 240px;
    font-size: 14px;
  }

  .log-2-title {
    margin: 24px auto 14px;
    font-size: 26px;
  }

  .industry .indst-content2 .indst-list li {
    width: 186px;
    height: 186px;
    padding: 15px;
  }

  .industry .indst-content2 .indst-list li .tit {
    font-size: 14px;
    margin: 10px 0 8px;
  }

  .industry .indst-content2 .indst-list li .desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .industry .indst-content1 {
    height: 280px;
  }

  .industry .indst-content2 .indst-list li {
    width: 148px;
    height: 200px;
    padding: 10px;
  }

  .industry .indst-content2 .indst-list li .tit {
    font-size: 14px;
  }
}