﻿#industry .introduce {
  font-family: SourceHanSansSC-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #2f2725;
  margin-top: 40px;
  margin-bottom: 40px;
}
#industry .industryList {
  display: flex;
  flex-direction: column;
}
#industry .industryList .industryItem {
  cursor: pointer;
  position: relative;
}
#industry .industryList .industryItem .imgbox {
  overflow: hidden;
}
#industry .industryList .industryItem .imgbox img {
  transform: scale(1);
  transition: all 0.3s;
}
#industry .industryList .industryItem .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 255px;
}
#industry .industryList .industryItem .tit p {
  text-align: center;
  color: aliceblue;
  font-size: 30px;
  margin-bottom: 5px;
}
#industry .industryList .industryItem .tit .btn {
  width: 102px;
  height: 36px;
  border: solid 1px #979899;
  color: #fff;
}
#industry .industryList .industryItem .tit .btn a {
  color: #fff !important;
}
#industry .industryList .industryItem .tit .btn:hover {
  background-color: #fff;
  color: #979899;
}
#industry .industryList .industryItem .tit .btn:hover a {
  color: #979899 !important;
}
