.aboutUs-navbar{
  /* 恢复文檔流 */
  position: relative !important;
}
.main-box {
  /*min-height: calc(100vh - 596px);*/
}
.introduce-box {
  width: 100vw;
  /*min-height: calc(100vh - 596px);*/
  margin: 0 auto;
  position: relative;
  padding: 3rem 0;
}
.introduce-box-title{
  width: 100%;
}
.introduce-box-title p{
  width: 100%;
  text-align: center;
  line-height: 24px;
}
.introduce-box-title p:nth-of-type(1){
  font-size: 20px;
}
.introduce-box-title p:nth-of-type(2){
  font-size: 14px;
}
.introduce-box-content{
  width: 100%;
  margin: 1rem 0;
  font-size: 14px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.introduce-box-content p {
  width: 100%;
  white-space: pre-wrap;
  font-size: 1em;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /*line-height: 36px;*/
  text-indent: 2em;
  color: #666666;
  text-align: left!important;
  text-indent: 2em;
}
.introduce-box-content p span{
    font-size: 16px!important;
}
.introduce-box-content img{
  width: 100%;
  height: 474px;
  margin: 0;
}


