.list_industry {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-calc(100% + .8rem);
  width: -moz-calc(100% + .8rem);
  width: calc(100% + .8rem)
}

@media (max-width:767px) {
  .list_industry {
    display: block
  }
}

@media (max-width:1024px) {
  .list_industry {
    width: -webkit-calc(100% + .4rem);
    width: -moz-calc(100% + .4rem);
    width: calc(100% + .4rem)
  }
}

@media (max-width:767px) {
  .list_industry {
    width: 100%
  }
}

.list_industry li {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #dbf0fb;
  overflow: hidden;
  border-radius: .3rem;
  -webkit-transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow .3s, -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow .3s, -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: box-shadow .3s, transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: box-shadow .3s, transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1);
  transition: box-shadow .3s, transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow .3s, -webkit-transform 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  width: -webkit-calc(33.33% - .8rem);
  width: -moz-calc(33.33% - .8rem);
  width: calc(33.33% - .8rem);
  margin-right: .8rem;
  margin-bottom: .8rem
}

@media (max-width:1024px) {
  .list_industry li {
    width: -webkit-calc(33.33% - .4rem);
    width: -moz-calc(33.33% - .4rem);
    width: calc(33.33% - .4rem)
  }
}

@media (max-width:991px) {
  .list_industry li {
    width: -webkit-calc(50% - .4rem);
    width: -moz-calc(50% - .4rem);
    width: calc(50% - .4rem)
  }
}

@media (max-width:767px) {
  .list_industry li {
    width: 100%
  }
}

@media (max-width:1024px) {
  .list_industry li {
    margin-right: .4rem
  }
}

@media (max-width:767px) {
  .list_industry li {
    margin-right: 0
  }
}

@media (max-width:1024px) {
  .list_industry li {
    margin-bottom: .4rem
  }
}

.list_industry li .item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0.76rem;
  overflow: hidden;
}

@media (max-width:1024px) {
  .list_industry li .item-img {
    margin-bottom: 20px;
  }
}

@media (max-width:991px) {}

@media (max-width:767px) {}

.list_industry li .item-img::before {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 76px;
  background: url(../images/industry/bg.png) bottom center no-repeat;
  background-size: 106% auto;
  content: "";
  z-index: 2;
}

.list_industry li .item-img:after {
  /* content: ""; */
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(.2rem);
  -moz-transform: translateX(-50%) translateY(.2rem);
  -ms-transform: translateX(-50%) translateY(.2rem);
  transform: translateX(-50%) translateY(.2rem);
  z-index: -1;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  transition: height .5s;
  width: 13rem;
  height: 13rem
}

.list_industry li .item-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

@media (max-width:1024px) {
  .list_industry li .item-img::before {
    bottom: -2px;
  }
}

@media (max-width:991px) {}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:767px) {}

.list_industry li .item-text {
  text-align: center;
  padding-bottom: 0.64rem
}

.list_industry li .item-text .title {
  line-height: 1.6;
  border-bottom: .01rem solid #a8dcf7;
  padding-left: .1rem;
  padding-right: .1rem;
  padding-bottom: .24rem;
  margin-bottom: .2rem;
  font-size: .26rem;
  font-weight: 600;
}

@media (max-width:1024px) {
  .list_industry li .item-text .title {}
}

@media (max-width:991px) {
  .list_industry li .item-text .title {
    height: auto
  }
}

@media (max-width:1024px) {
  .list_industry li .item-text .title {
    border-bottom-width: 1px;
    font-size: .36rem
  }
}

@media (max-width:991px) {
  .list_industry li .item-text .title {
    font-size: .44rem
  }
}

@media (max-width:767px) {
  .list_industry li .item-text .title {
    font-size: .36rem
  }
}

.list_industry li .item-text .desc {
  line-height: 2;
  padding-left: .4rem;
  padding-right: .4rem;
  margin-bottom: .45rem;
  color: #082d43;
  font-size: 18px;
}

.list_industry li .item-text .desc p:first-child {
  height: auto;
}

@media (max-width:1024px) {
  .list_industry li .item-text .desc p:first-child {
    height: 96px;
  }

  .list_industry li .item-text .desc {
    font-size: 16px;
  }
}

@media (max-width:991px) {
  .list_industry li .item-text .desc p:first-child {}
}

@media (max-width:767px) {
  .list_industry li .item-text .desc p:first-child {
    height: auto
  }
}

.list_industry li .item-text .desc p:not(:last-child) {
  margin-bottom: .15rem
}

.list_industry li:hover {
  box-shadow: 0 5px 10px rgba(1, 113, 172, 0.3);
}

@media (max-width:1024px) {}

.list_industry li:hover .item-img:after {
  height: 6rem
}

.list_industry li .item-img img {
  transition: all 0.3s ease-out 0s;
}

.list_industry li:hover .item-img img {
  transform: scale(1.1);
}

/*# sourceMappingURL=cef959655067d4e5287d636c1de31341.css.map*/