.industries-cate {
  padding: 30px 0;
}

.industries-cate .title {
  margin-bottom: 16px;
}

.industries-cate .item:not(:last-child) {
  margin-bottom: 30px;
}

.industries-cate .rt {
  padding: 15px 20px;
  color: #fff;
  align-self: center;
  background: #040202;
  position: relative;
  text-align: center;
  z-index: 10;
}

.industries-cate .icon {
  font-size: 46px;
  line-height: 1;
}

.industries-cate .tit {
  margin: 5px 0;
}

.industries-cate .info {
  max-height: 87px;
  line-height: 1.8;
  text-align: left;
}

.industries-cate .btn {
  width: 146px;
  height: 38px;
  padding: 0;
  margin: 10px auto 0;
  border: 1px solid var(--style-color);
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.industries-cate .btn span {
  width: 99px;
  margin-top: -1px;
  margin-left: -1px;
  height: calc(100% + 2px);
  padding-left: 8px;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--style-color);
}

.industries-cate .btn i {
  width: 48px;
  font-size: 18px;
  padding-left: 7px;
  color: var(--style-color);
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.industries-cate .btn::after {
  content: '';
  position: absolute;
  left: 98px;
  top: -1px;
  border-top: 38px solid var(--style-color);
  border-left: 7px solid var(--style-color);
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

@media (min-width: 768px) {
  .industries-cate .item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .industries-cate .item {
    display: flex;
    position: relative;
  }

  .industries-cate .item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .industries-cate .lt {
    flex: 0 0 76.7%;
    max-width: 76.7%;
  }

  .industries-cate .rt {
    position: absolute;
    width: 360px;
    max-width: 360px;
    flex-shrink: 0;
    padding: 20px 30px;
  }

  .industries-cate .item:nth-child(odd) .rt {
    right: 0;
  }

  .industries-cate .item:nth-child(even) .rt {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .industries-cate {
    padding: 66px 0 60px;
  }

  .industries-cate .title {
    margin-bottom: 32px;
  }

  .industries-cate .item:not(:last-child) {
    margin-bottom: 70px;
  }

  .industries-cate .rt {
    padding: 20px 30px;
  }

  .industries-cate .tit {
    margin-bottom: 16px;
  }

  .industries-cate .info {
    max-height: 116px;
  }

  .industries-cate .btn {
    margin-top: 20px;
  }

  .industries-cate .btn:hover i {
    color: #fff;
    background: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .industries-cate .item:not(:last-child) {
    margin-bottom: 90px;
  }

  .industries-cate .rt {
    width: 435px;
    max-width: 435px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}