.flex {
  display: flex;
}
.aboutSR .aboutSR-bg {
  width: 100%;
  margin-top: 58px;
}
.aboutSR .aboutSR-bg img {
  width: 100%;
  height: 100%;
}
.aboutSR .company-profile {
  padding: 90px 0;
}
.aboutSR .company-profile h4 {
  font-size: 27px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding-bottom: 30px;
  text-align: center;
}
.aboutSR .company-profile .companyProfileContent {
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
.aboutSR .company-profile .companyProfileContent .cont-left {
  width: 430px;
}
.aboutSR .company-profile .companyProfileContent .cont-left .cont-left-item {
  position: relative;
  margin: 0 0 0.1rem 0.1rem;
}
.aboutSR .company-profile .companyProfileContent .cont-left .cont-left-item img {
  width: 100%;
  height: 100%;
}
.aboutSR .company-profile .companyProfileContent .cont-left .cont-left-item .text {
  width: 100%;
  height: 25px;
  font-size: 15px;
  color: #FFFFFF;
  background-color: rgba(31, 65, 127, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutSR .company-profile .companyProfileContent .cont-right {
  flex: 1;
  margin-left: 45px;
  text-indent: 31px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 0.17rem; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.aboutSR .company-profile .companyProfileContent .cont-right p {
  margin-bottom: 0.2rem;
}
.aboutSR .culture {
  position: relative;
}
.aboutSR .culture img {
  width: 100%;
}
.aboutSR .culture .title {
  width: 100%;
  font-weight: 600;
  font-size: 0.6rem;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 37%;
}
.aboutSR .culture-container {
  background: #F6F7F8;
  padding: 60px 0;
}
.aboutSR .culture-container .serviceEffect {
  width: 1100px;
  margin: 0 auto;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent {
  display: flex;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent > div {
  width: 50%;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent > div img {
  width: 100%;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .contentText h5 {
  padding-top: 44px;
  font-size: 26px;
  position: relative;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .contentText h5::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #1F4180;
  position: absolute;
  bottom: -12px;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .contentText p {
  font-size: 18px;
  padding: 23px 0;
  line-height: 25px;
  color: #999999;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .textRight {
  text-align: right;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .textRight h5 {
  padding-top: 44px;
  font-size: 26px;
  position: relative;
}
.aboutSR .culture-container .serviceEffect .serviceEffectBox .serviceEffectContent .textRight h5::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .aboutSR .nav_box {
    background-image: url("../image/aboutSR-bannerApp.png");
  }
  .aboutSR .nav_box .zsrsj {
    display: none;
  }
  .aboutSR .text {
    width: 6.75rem !important;
    height: 4.56rem !important;
    margin: 0 auto;
    background: url("../image/dataServices/textApp.png") no-repeat !important;
    background-size: cover !important;
  }
  .dataServices {
    padding-bottom: 0.4rem;
  }
  .dataServices .nav_box {
    background-image: url("../image/dataBannerApp.png");
  }
  .dataServices .userAppList {
    padding: 0.15rem !important;
    margin-bottom: 0.1rem !important;
  }
  .dataServices .sideAll {
    position: relative;
  }
  .dataServices .sideAll::before {
    content: "";
    display: block;
    height: 1px !important;
    width: 3.11rem !important;
    background-color: #D9D9D9;
    position: absolute;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .dataServices .sideAll::after {
    content: "";
    display: block;
    height: 1px !important;
    width: 3.11rem !important;
    background-color: #D9D9D9;
    position: absolute;
    top: 100% !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
