.industry-cate-list {
  margin-top: 0.4rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.industry-cate-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 10px 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-position: right bottom;
  background-size: cover;
}
.industry-cate-list .item .tit {
  font-size: var(--fz28);
  color: #162a3a;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.18rem;
}
.industry-cate-list .item .dd {
  font-size: var(--fz16);
  color: #343434;
  line-height: 1.4;
  margin-bottom: 0.44rem;
}
.industry-cate-list .item .line {
  width: 42px;
  height: 2px;
  background-color: #bababd;
  margin: 0 auto 0.34rem;
}

.customer-list {
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
  row-gap: 0.4rem;
}
.customer-list .customer-item .itemtt .ii {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.customer-list .customer-item .itemtt .tt {
  margin-left: 8px;
  color: #676767;
  font-size: var(--fz24);
}
.customer-list .customer-item .itemll {
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.customer-list .customer-item .itemll .item {
  position: relative;
  width: 100%;
  padding-top: calc(100/242*100%);
}

.new-com-box {
  padding: 0.7rem 0;
}

.jojonews-list .ntl-item {
  padding: 2px 2px 5px;
  display: flex;
  height: auto;
}
.jojonews-list .ntl-item .item {
  display: block;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.jojonews-list .ntl-item .item .img {
  position: relative;
  padding-top: calc(178 / 300 * 100%);
  overflow: hidden;
}
.jojonews-list .ntl-item .item .info {
  padding: 20px 20px 25px;
}
.jojonews-list .ntl-item .item .info .tit {
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.19rem;
}
.jojonews-list .ntl-item .item .info .desc {
  font-size: 14px;
  color: #767676;
  line-height: 1.71;
  margin-bottom: 0.16rem;
}
.jojonews-list .ntl-item .item .info .tabul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.12rem;
  max-height: 93px;
  overflow: hidden;
}
.jojonews-list .ntl-item .item .info .tabul .tab {
  display: block;
  font-size: 12px;
  color: #6c6c6c;
  height: 24px;
  line-height: 24px;
  background-color: #f1f1f1;
  padding: 0 9px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.industry-demo {
  padding: 1rem 0;
  background: #fff;
}
.industry-demo .demo-l {
  width: 40%;
}
.industry-demo .number-list {
  width: 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.5rem;
  grid-column-gap: 1rem;
}
.industry-demo .number-list .item {
  flex: 1;
  flex-direction: column;
}
.industry-demo .number-list .item .word {
  font-size: var(--fz18);
  color: #646464;
  margin-top: 15px;
}
.industry-demo .number-list .item .num {
  display: flex;
  color: var(--red-text-color);
  align-items: flex-end;
}
.industry-demo .number-list .item .num .nn {
  font-size: var(--fz48);
  line-height: 1;
  font-weight: 700;
}
.industry-demo .number-list .item .num .dw {
  font-size: var(--fz30);
  line-height: 1;
  font-weight: 700;
}

.industry-fangan {
  padding: 1rem 0 0.8rem;
  background: #f5f5f6;
}
.industry-fangan .coop-desc {
  color: #6A6A6A;
}
.industry-fangan .fangan-list {
  margin-top: 24px;
  grid-column-gap: 30px;
  grid-row-gap: 26px;
}

.industry-fangan_add {
  padding: 0.6rem 0;
}
.industry-fangan_add .coop-desc {
  color: #6A6A6A;
}
.industry-fangan_add .cc {
  font-size: var(--fz18);
  color: #6A6A6A;
}

.fangan-item {
  display: flex;
  background-color: #fff;
  padding: 30px 0;
}
.fangan-item .l-box {
  flex: 1;
}
.fangan-item .l-box .img {
  display: block;
  max-width: 52px;
  margin: 0 auto;
}
.fangan-item .info {
  width: 74.5%;
}
.fangan-item .info .tit {
  font-size: 18px;
  color: #2F2F2F;
}
.fangan-item .info .tabul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.fangan-item .info .tabul .tab {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #575D6C;
  line-height: 21px;
  width: 150px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding-right: 10px;
}
.fangan-item .info .tabul .tab::before {
  position: relative;
  top: 11px;
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #575D6C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 6px;
}

.industry-jianzheng {
  padding: 0.7rem 0 1rem;
  background-position: bottom center;
  background-size: 100%;
}

.jianzheng-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 0.3rem;
}
.jianzheng-list .item {
  position: relative;
  width: 100%;
  padding-top: calc(96/250*100%);
}

.industry-al .imgbox {
  width: 100%;
  padding-top: calc(190/298*100%);
  position: relative;
}
.industry-al .tt {
  font-size: var(--fz18);
  color: #313131;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .industry-demo {
    padding: 1rem 0;
    background: #fff;
  }
  .industry-demo .demo-l {
    width: 100%;
  }
  .industry-demo .number-list {
    margin-top: 0.3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.5rem;
    grid-column-gap: 1rem;
  }

  .fangan-item {
    display: flex;
    background-color: #fff;
    padding: 30px 0;
  }
  .fangan-item .l-box {
    flex: 1;
  }
  .fangan-item .l-box .img {
    display: block;
    max-width: 52px;
    margin: 0 auto;
  }
  .fangan-item .info {
    width: 74.5%;
  }
  .fangan-item .info .tit {
    font-size: 18px;
    color: #2F2F2F;
  }
  .fangan-item .info .tabul {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .fangan-item .info .tabul .tab {
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #575D6C;
    line-height: 21px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-right: 10px;
  }
  .fangan-item .info .tabul .tab::before {
    position: relative;
    top: 11px;
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #575D6C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 6px;
  }
}