@import "global.css";
@import "swiper.min.css";
.services {
  width: 100%;
  height: auto;
  background: url("../images/news-info-bg.png") no-repeat center top;
  margin-top: -62px;
  box-sizing: border-box;
  padding: 103px 0 30px;
  position: relative;
  z-index: 2;
}

.servicesWrapper {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}

.statistics {
  width: 100%;
  height: 320px;
  margin-bottom: 28px;
}

.statisticsWrapper {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  background: #FAFBFC;
  box-sizing: border-box;
  padding-top: 20px;
}

.statisticsTitle {
  width: 100%;
  height: 70px;
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
  background: url("../images/swiper-active-bg.png") no-repeat center center;
  color: #1B55AC;
  text-align: center;
  position: relative;
}
.statisticsTitle:before, .statisticsTitle:after {
  content: "";
  width: calc(100% - 265px - 578px);
  height: 16px;
  display: inline-block;
  position: absolute;
  background: url("../images/line.png") repeat-x left center;
  top: 50%;
  transform: translateY(-50%);
}
.statisticsTitle:before {
  left: 0;
}
.statisticsTitle:after {
  right: 0;
}

.statisticsCont {
  width: 100%;
  margin-top: 25px;
}
.statisticsCont > div {
  display: flex;
  margin-top: 10px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 28px;
}
.statisticsCont > div > div {
  background: #FFFFFF;
  display: flex;
  height: 48px;
  margin-left: 13px;
  width: calc(100% - 113px);
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.statisticsCont label {
  width: 130px;
  height: 48px;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  background: #1B55AC;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
}
.statisticsCont p {
  font-size: 18px;
  color: #333333;
  width: 200px;
}
