/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.m-indexes-wrap {
  margin-top: 30px;
}
.m-indexes-wrap .m-title {
  padding: 50px 0;
}
.intro-wrap {
  font-size: 14px;
  color: #7b828f;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}
.intro-wrap .intro-wrap-img {
  float: left;
  margin-right: 40px;
}
.intro-wrap .intro-info {
  padding: 0 99px 30px 0;
}
.intro-wrap h4 {
  font-size: 20px;
  font-weight: 800;
  color: #354054;
  line-height: 26px;
  letter-spacing: 3px;
  text-align: center;
  margin: 35px 0 32px;
}
.intro-wrap .platform-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.quanyi-wrap .m-title {
  padding: 95px 0 45px;
}
.quanyi-wrap .quanyi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quanyi-wrap .quanyi-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 463px;
  height: 184px;
  margin: 0 10px 21px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 54px 0px rgba(158, 193, 244, 0.14);
          box-shadow: 0px 2px 54px 0px rgba(158, 193, 244, 0.14);
  padding: 31px;
  background-size: 120px 120px;
  background-position: 100% 120%;
  background-repeat: no-repeat;
}
.quanyi-wrap .quanyi-item:nth-of-type(1) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico1.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(2) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico9.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(3) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico6.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(4) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico3.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(5) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico7.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(6) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico5.png);
}
.quanyi-wrap .quanyi-item h6 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 800;
  color: #354054;
}
.quanyi-wrap .quanyi-item p {
  margin-top: 6px;
  font-size: 14px;
  color: #7b828f;
  line-height: 28px;
}
.advantage-wrap {
  text-align: center;
}
.advantage-wrap .m-title {
  padding: 70px 0 50px;
}
.praise-wrap {
  padding-bottom: 165px;
}
.praise-wrap .m-title {
  padding: 100px 0 45px;
}
.praise-wrap .swiper-slide{
  width: 33.3%;
}
.praise-wrap .praise-box img {
  width: 316px;
}
.praise-wrap .direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-indexes {
  -webkit-transform: translateX(640px);
      -ms-transform: translateX(640px);
          transform: translateX(640px);
}
