.top {
  background: url(http://39.129.25.206:5001/static/cdn_img/web/industry/bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}
.middle .el {
  width: 1200px;
  text-align: left;
}
.middle .industryTips {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 30px;
}
.middle .industryTips .industryItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 216px;
  background: #ffffff;
  padding: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.middle .industryTips .industryItem img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 239px;
  height: 159px;
}
.middle .industryTips .industryItem .industryDetail {
  margin: 0 30px 0 30px;
}
.middle .industryTips .industryItem .industryDetail .blue {
  /** 文本1 */
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.middle .industryTips .industryItem .industryDetail .industryText {
  width: 779px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: justify;
  margin: 12px 0 47px 0;
}
.middle .industryTips .industryItem .industryDetail a {
  /** 文本1 */
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  text-align: justify;
}
.middle .industryTips .industryItem .industryDetail a:hover {
  color: #466d9b;
  background-color: none !important;
}
.middle .industryTips .industryItem .bigRight {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.middle .industryTips .industryItem .bigRight .industryBox {
  width: 80px;
  height: 60px;
  border: 1px solid #466d9b;
}
.middle .industryTips .industryItem .bigRight .industryBox .industryAbove {
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #466d9b;
  background-color: #466d9b;
}
.middle .industryTips .industryItem .bigRight .industryBox .industryAbove p {
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.middle .industryTips .industryItem .bigRight .industryBox .industryWhite p {
  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  color: #466d9b;
  text-align: center;
  line-height: 30px;
}
.middle .industryTips .industryItem .bigRight .industryUnder {
  /** 文本1 */
  font-size: 8px;
  font-weight: 400;
  color: #466d9b;
  text-align: center;
  margin-top: 94px;
}
.middle .industryTips li:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 16px 0px rgba(0, 16, 43, 0.1);
}
.middle .industryTips li:hover .blue {
  color: #333333;
}
