@media screen and (min-width: 1024px) {
  .industry-bg {
    width: 19.2rem;
    height: 8.09rem;
    background-image: url('/img/industry/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .industry-bg h1 {
    height: 0.95rem;
    font-size: 0.72rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.07rem;
    position: absolute;
    left: 8.06rem;
    top: 2.61rem;
  }
  .industry-bg h2 {
    height: 0.47rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.04rem;
    position: absolute;
    left: 5.78rem;
    top: 3.93rem;
  }
  .industry-content {
    width: 19.2rem;
    background-image: url('/img/industry/dt.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 3.6rem;
    padding-top: 0.82rem;
    padding-bottom: 2.03rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .industry-content .content-item {
    width: 3.8rem;
    height: 4rem;
    background: #ffffff;
    border-radius: 0.1rem;
  }
  .industry-content .content-item .head {
    width: 100%;
    height: 2rem;
  }
  .industry-content .content-item .head img {
    width: 100%;
    height: 100%;
  }
  .industry-content .content-item .main {
    width: 100%;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.24rem;
    padding-bottom: 0.41rem;
    box-sizing: border-box;
  }
  .industry-content .content-item .main img {
    width: 0.36rem;
    height: 0.36rem;
  }
  .industry-content .content-item .main h1 {
    height: 0.24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
    margin-top: 0.17rem;
  }
  .industry-content .content-item .main p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.19rem;
  }
  .industry-content .content-item:hover {
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(132, 132, 132, 0.16);
  }
  .industry-content .content-item:hover .main h1 {
    color: #3c80ff;
  }
  .industry-content .content-item:nth-child(n+4) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .industry-bg {
    width: 100%;
    height: 3.09rem;
    background-image: url('/img/industry/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .industry-bg h1 {
    height: 0.95rem;
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.07rem;
    position: absolute;
    left: 2.76rem;
    top: 1.11rem;
  }
  .industry-bg h2 {
    height: 0.47rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.04rem;
    position: absolute;
    left: 0.6rem;
    top: 1.63rem;
  }
  .industry-content {
    width: 100%;
    background-image: url('/img/industry/dt.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.36rem;
    padding-top: 0.82rem;
    padding-bottom: 0.7rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .industry-content .content-item {
    width: 3.2rem;
    background: #ffffff;
    border-radius: 0.1rem;
  }
  .industry-content .content-item .head {
    width: 100%;
    height: 2rem;
  }
  .industry-content .content-item .head img {
    width: 100%;
    height: 100%;
  }
  .industry-content .content-item .main {
    width: 100%;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.24rem;
    padding-bottom: 0.41rem;
    box-sizing: border-box;
  }
  .industry-content .content-item .main img {
    width: 0.36rem;
    height: 0.36rem;
  }
  .industry-content .content-item .main h1 {
    height: 0.24rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
    margin-top: 0.17rem;
  }
  .industry-content .content-item .main p {
    font-size: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.36rem;
    margin-top: 0.19rem;
  }
  .industry-content .content-item:hover {
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(132, 132, 132, 0.16);
  }
  .industry-content .content-item:hover .main h1 {
    color: #3c80ff;
  }
  .industry-content .content-item:nth-child(n+3) {
    margin-top: 0.4rem;
  }
}
