.company-info-wrapper {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company-info-wrapper .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-info-wrapper .title-wrapper .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px dashed #227af0;
  margin: 0 20px;
}
.company-info-wrapper .title-wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-info-wrapper .title-wrapper .title span {
  font-size: 24px;
  color: #3e8be8;
  margin-left: 15px;
}
.company-info-wrapper .text-wrapper {
  padding: 0 20px;
}
.company-info-wrapper .text-wrapper p {
  text-indent: 2em;
  margin: 40px 0;
}
.company-info-wrapper .item-wrapper {
  display: block;
}
.company-info-wrapper .item-wrapper .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 20px;
}
.company-info-wrapper .item-wrapper .content-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-info-wrapper .item-wrapper .content-box .item .title {
  margin: 35px 0 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #575757;
}
.company-info-wrapper .item-wrapper .content-box .item p {
  text-align: center;
  font-size: 14px;
}
.company-info-wrapper .item-wrapper .content-box .content-img {
  width: 100%;
}

.m-company-info-wrapper {
  display: block;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-company-info-wrapper .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.2rem;
}
.m-company-info-wrapper .title-wrapper .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px dashed #227af0;
  margin: 0 0.2rem;
}
.m-company-info-wrapper .title-wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-company-info-wrapper .title-wrapper .title img {
  width: 0.6rem;
}
.m-company-info-wrapper .title-wrapper .title span {
  font-size: 0.28rem;
  color: #3e8be8;
  margin-left: 0.1rem;
}
.m-company-info-wrapper .text-wrapper {
  padding: 0 0.1rem;
  font-size: 0.24rem;
}
.m-company-info-wrapper .text-wrapper p {
  text-indent: 2em;
  margin: 0.2rem 0;
}
.m-company-info-wrapper .item-wrapper {
  display: block;
  margin: 0.2rem auto 0.4rem;
}
.m-company-info-wrapper .item-wrapper .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.4rem 0.1rem 0.1rem;
}
.m-company-info-wrapper .item-wrapper .content-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-company-info-wrapper .item-wrapper .content-box .item img {
  width: 0.8rem;
  vertical-align: bottom;
}
.m-company-info-wrapper .item-wrapper .content-box .item .title {
  margin: 0.3rem 0;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #575757;
}
.m-company-info-wrapper .item-wrapper .content-box .item p {
  text-align: center;
  font-size: 0.2rem;
}
.m-company-info-wrapper .item-wrapper .content-box .content-img {
  width: 100%;
}

