.industrialBlock .w1600 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.industrialBlock .w1600 .content .left {
  width: 50%;
}
.industrialBlock .w1600 .content .left .industrialBig .swiper-wrapper .swiper-slide {
  font-size: 0;
}
.industrialBlock .w1600 .content .left .industrialBig .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industrialBlock .w1600 .content .left .industrialList {
  margin-top: 20px;
}
.industrialBlock .w1600 .content .left .industrialList .swiper-wrapper .swiper-slide {
  position: relative;
  width: 140px;
  height: 86px;
  font-size: 0;
  opacity: 1;
}
.industrialBlock .w1600 .content .left .industrialList .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industrialBlock .w1600 .content .left .industrialList .swiper-wrapper .swiper-slide .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(44, 116, 186, 0);
}
.industrialBlock .w1600 .content .left .industrialList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .border {
  border-color: #2C74BA;
}
.industrialBlock .w1600 .content .left .btn {
  margin-top: 60px;
}
.industrialBlock .w1600 .content .right {
  width: 43.75%;
}
.industrialBlock .w1600 .content .right .list {
  border-top: 2px solid #eaeaea;
  padding: 38px 0 48px;
}
.industrialBlock .w1600 .content .right .list .title {
  font-size: 24px;
  line-height: 32px;
  color: #1a1a1a;
}
.industrialBlock .w1600 .content .right .list .tips {
  margin-top: 18px;
  word-break: break-all;
  font-size: 18px;
  line-height: 32px;
  color: #595959;
}
.industrialBlock .w1600 .content .right .list:last-child {
  padding-bottom: 0;
}

.industrialBlock2 {
  margin: 40px 0 90px;
}
.industrialBlock2 .w1600 {
  display: flex;
  flex-wrap: wrap;
}
.industrialBlock2 .w1600 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
  width: 50%;
  margin-bottom: 30px;
  padding: 29px 28px 29px 24px;
  background: #F7F8FA;
}
.industrialBlock2 .w1600 a span {
  transition: color 0.3s;
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
  color: #595959;
}
.industrialBlock2 .w1600 a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  width: 46px;
  height: 46px;
  border: 1px solid #2C74BA;
  border-radius: 50%;
  background: #F7F8FA;
}

@media (any-hover: hover) {
  .industrialBlock2 .w1600 a:hover {
    background: #2C74BA;
    box-shadow: 0 0 10px rgba(44, 116, 186, 0.3);
  }
  .industrialBlock2 .w1600 a:hover span {
    color: #fff;
  }
  .industrialBlock2 .w1600 a:hover i {
    background: #fff;
  }
}
@media (max-width: 1080px) {
  .industrialBlock .w1600 .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .industrialBlock .w1600 .content .left {
    width: 100%;
  }
  .industrialBlock .w1600 .content .left .btn {
    margin-top: 30px;
  }
  .industrialBlock .w1600 .content .right {
    width: 100%;
    margin-top: 30px;
  }
  .industrialBlock .w1600 .content .right .list {
    padding: 30px 0;
  }
  .industrialBlock .w1600 .content .right .list .title {
    font-size: 20px;
  }
  .industrialBlock .w1600 .content .right .list .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .industrialBlock2 {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .industrialBlock2 .w1600 a {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  .industrialBlock2 .w1600 a span {
    font-size: 20px;
  }
}/*# sourceMappingURL=industrial.css.map */