@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-2
* author: xhz;
 */
.mod {
  margin-top: 30px;
  padding: 0 15px;
}
.mod + .mod {
  margin-top: 30px;
}
.mod .mod-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 10px;
}
.mod .mod-title span {
  position: relative;
}
.mod .mod-title span:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  height: 4px;
  background: url(../images/home/title-line.png) no-repeat center;
  bottom: -20px;
  transform: translateX(-50%);
}
.mod .txt-content {
  font-size: 16px;
  line-height: 28px;
}
.mod .txt-content p {
  text-indent: 2em;
  margin-top: 20px;
}
.mod .sologen {
  margin-top: 20px;
}
.mod .sologen .item {
  width: 574px;
  height: 128px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
  font-size: 24px;
  color: #fff;
}
.mod .sologen .item span {
  margin-right: 20px;
}
.mod .sologen .sologen1 {
  background: url(../images/detail/aboutUs-sologen1.png) no-repeat center;
}
.mod .sologen .sologen2 {
  background: url(../images/detail/aboutUs-sologen2.png) no-repeat center;
}
.mod .environment {
  margin-top: 20px;
}