.platDigital-section1 {
  position: relative;
  font-size: 0;
}
.platDigital-section1 img {
  width: 100%;
}
.platDigital-section1-title {
  position: absolute;
  /* top: 50%;
    transform: translateY(-50%); */
  height: 100%;
  display: flex;
  align-items: center;
}
.platDigital-section1-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 72px;
  color: #ddeafc;
}
/* -------------------------------section2----------------------------- */
.platDigital-section2 {
  background: #2f4786;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.platDigital-section2-box {
  display: flex;
}
.platDigital-section2-box-item {
  width: 100%;
  color: #f5f7ff;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.platDigital-section2-box-item.active {
  background: #1f54e7;
  box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53);
}
.platDigital-section2-box-item:hover {
  background: #1f54e7;
  box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53);
}

/* ---------------section3------------------- */
.platDigital-section3 {
  background: url(../images/platDigital/section3-1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.platDigital-section3-box {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.platDigital-section3-box-left {
  font-size: 0;
  width: calc(50% - 30px);
}
.platDigital-section3-box-left img {
  width: 100%;
}
.platDigital-section3-box-right {
  width: calc(50% - 30px);
}
.platDigital-section3-box-right .title {
  font-size: 38px;
  margin-bottom: 32px;
}
.platDigital-section3-box-right .content {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  color: #666;
  text-align: justify;
}

/* ---------------section4------------------- */
.platDigital-section4 {
  background: url(../images/platDigital/section4-1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.platDigital-section4-box {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.platDigital-section4-box-left {
  font-size: 0;
  width: calc(40% - 60px);
}
.platDigital-section4-box-left .title {
  font-size: 38px;
  margin-bottom: 32px;
}
.platDigital-section4-box-left .content {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  color: #666;
  text-align: justify;
}
.platDigital-section4-box-right img {
  width: 100%;
}
.platDigital-section4-box-right {
  width: 60%;
}
/* ---------------section5------------------- */
.platDigital-section5 {
  background: url(../images/platDigital/section5-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  background-attachment: fixed;
}
.platDigital-section5-box .title {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.swiper {
  width: 80%;
  margin: 30px auto;
  background: rgb(70 82 100 / 40%);
  border: 1px solid #465264;
  border-radius: 10px;
  box-shadow: 0 0 5px #465264;
}
.swiper-slide-con {
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.swiper-slide-con-left {
  width: 60%;
  border: 10px solid rgb(70 82 100 / 40%);
  border-radius: 10px;
}
.swiper-slide-con-right {
  width: calc(40% - 30px);
}
.swiper-slide-con-right .title2 {
  background: linear-gradient(to bottom, #dbe9fe 0%, #4e90fb);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
}
.swiper-slide-con-right .content {
  line-height: 24px;
  color: #bfbfbf;
  text-align: justify;
}
.swiper-bot {
  position: relative;
  padding: 0 40px;
}
.swiper-pagination-con {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.swiper-pagination {
  width: 100%;
  height: 6px;
  background-color: #232a38;
  top: calc(50% - 3px);
}
.swiper-pagination .swiper-scrollbar-drag {
  background-color: #475163;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #91a4d3;
  font-size: 30px !important;
}

/* ---------------section6------------------- */
.platDigital-section6 {
  background: #e8eef3;
  padding: 60px 0 80px 0;
}
.platDigital-section6-box .title {
  font-size: 38px;
  margin-bottom: 100px;
}
.platDigital-section6-box-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.platDigital-section6-box-item-con {
  position: relative;
}
.platDigital-section6-box-item-con .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  filter: drop-shadow(2px 4px 6px #748cdf);
}
.platDigital-section6-box-item {
  width: 190px;
  height: 190px;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  background: rgba(205, 214, 229, 0.5);
  border: 2px solid #eff7ff;
  z-index: 2;
  border-radius: 16px;
  text-align: center;
}
.platDigital-section6-box-item .num {
  color: #e5e9ff;
  font-size: 26px;
  line-height: 40px;
}
.platDigital-section6-box-item .icon {
  margin: 20px 0;
}
.platDigital-section6-box-item .text {
  color: #626875;
  font-weight: 600;
}
/* ---------------section6------------------- */
.platDigital-section7 {
  background: url(../images/platDigital/section7-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  text-align: center;
  font-size: 30px;
  color: #e2fcff;
  line-height: 1.5;
}
.platDigital-section7 .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 38px;
}

/* -----------------------section8------------------------------- */
.platDigital-section8 {
  background-image: url(../images/platDigital/section3-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 52px;
  padding-bottom: 67px;
}
.platDigital-section8-box-top {
  text-align: center;
  font-size: 38px;
  color: #0065e4;
}
.platDigital-section8-box-top span {
  display: inline-block;
  vertical-align: middle;
}
.platDigital-section8-box-top .line {
  width: 136px;
  height: 2px;
  background: #0065e4;
  margin: 0 36px;
}

.platDigital-section8-box-bot {
  display: flex;
  margin-top: 51px;
  justify-content: center;
  flex-wrap: wrap;
}
.item {
  /*margin: 0 60px;*/
  text-align: center;
  width: 30%;
}
.item-title {
  color: #666;
  margin: 10px 0;
}
.item-phone {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .platDigital-section1-title span {
    font-size: 24px;
  }

  /* -----------------section2 ----------------- */
  .platDigital-section2-box {
    flex-wrap: wrap;
  }
  .platDigital-section2-box-item {
    font-size: 14px;
    width: 50%;
    white-space: nowrap;
    line-height: 40px;
  }

  /* -----------------section3------------------ */
  .platDigital-section3-box {
    flex-wrap: wrap;
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .platDigital-section3-box-left {
    width: 100%;
  }
  .platDigital-section3-box-right {
    width: 100%;
  }
  .platDigital-section3-box-right .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .platDigital-section3-box-right .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  /* -----------------section4------------------ */
  .platDigital-section4-box {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .platDigital-section4-box-left {
    width: 100%;
  }
  .platDigital-section4-box-right {
    width: 100%;
  }
  .platDigital-section4-box-left .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .platDigital-section4-box-left .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  /* ---------------section5------------------- */
  .platDigital-section5 {
    padding: 30px 0;
  }
  .platDigital-section5-box .title {
    font-size: 24px;
  }
  .swiper {
    width: 100%;
    margin: 20px 0;
  }
  .swiper-slide-con {
    padding: 10px;
    flex-wrap: wrap;
  }
  .swiper-slide-con-left {
    width: 100%;
  }
  .swiper-slide-con-right {
    width: 100%;
  }
  .platDigital-section5-box .title2 {
    margin: 10px 0;
    font-size: 20px;
  }
  /* ---------------section6------------------- */
  .platDigital-section6 {
    padding: 30px 0;
  }
  .platDigital-section6-box .title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .platDigital-section6-box-bot {
    width: calc(100% + 5px);
    margin-left: -5px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .platDigital-section6-box-line {
    display: none;
  }
  .platDigital-section6-box-item {
    width: 100%;
    height: 100%;
  }
  .platDigital-section6-box-item-con {
    position: relative;
    width: 33.333%;
    margin-top: 30px;
    padding: 0 5px;
  }
  .platDigital-section6-box-item .icon {
    margin: 5px 0;
    width: 32px;
  }
  .platDigital-section6-box-item .num {
    font-size: 20px;
    line-height: 26px;
  }
  .platDigital-section6-box-item-con .bg {
    width: 66px;
  }
  .platDigital-section6-box-item .text {
    padding-bottom: 10px;
  }
  /* ---------------section7------------------- */
  .platDigital-section7 {
    padding: 20px 0;
    font-size: 16px;
  }
  .platDigital-section7 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* -----------------------section8------------------------------- */
  .platDigital-section8 {
    padding: 0;
  }
  .platDigital-section8-box-top {
    font-size: 24px;
  }
  .platDigital-section8-box-top .line {
    width: 15%;
    margin: 0 10px;
  }
  .platDigital-section8-box {
    padding: 30px 0;
  }
  .item-phone {
    font-size: 16px;
  }
  .platDigital-section8-box-bot {
    margin-top: 20px;
    justify-content: space-between;
    padding: 0 10px;
  }
  .item {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    width: auto;
  }
  .item:last-child {
    margin: 0;
  }
  .item-title {
    margin: 4px 0;
  }
  .platKunpengShengteng-section6-box-bot-item {
    margin: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .platDigital-section2-box-item {
    font-size: 12px;
  }
}
