.main {
  position: relative;
  width: 100%;
  height: 600px;
  /* background: url(/public/image/一体化政务大数据/bg一体化政务大数据@2x.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 600px;
  padding-left: 82px;
}
.main .introduction .inLeft {
  width: 634px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.main .introduction .inLeft .headBold {
  /** 文本1 */
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  vertical-align: top;
}
.main .introduction .inLeft p {
  /** 文本1 */
  height: 184px;
  font-size: 32px;
  font-weight: 400;
  line-height: 57px;
  color: #ffffff;
  vertical-align: top;
}
.main .introduction .inLeft .pic {
  width: 149px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 90px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  background-color: #e65225;
}
.main .introduction .inRight {
  width: 50%;
  height: 982px;
  text-align: center;
}
.main .introduction img {
  height: 100%;
}
