/**
 * 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;
}
.intro-wrap .intro-wrap-img {
  float: left;
  margin-right: 40px;
}
.intro-wrap .intro-info {
  padding: 0 99px 30px 0;
  text-align: justify;
}
.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;
}
.reason-wrap {
  position: relative;
  padding-bottom: 155px;
  text-align: center;
}
.reason-wrap .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 389px;
  height: 155px;
  padding-top: 54px;
  font-weight: bold;
  padding-right: 30px;
  font-size: 23px;
  color: #812b0a;
  background: url(/statics/images/pc/seo_contact_btn.png) no-repeat;
}
.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: 304px;
  height: 186px;
  margin: 0 10px 23px;
  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: 96% 111%;
  background-repeat: no-repeat;
}
.quanyi-wrap .quanyi-item:nth-of-type(1) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico2.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_ico1.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(4) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico6.png);
}
.quanyi-wrap .quanyi-item:nth-of-type(5) {
  background-image: url(/statics/images/pc/bg_ico/bg_ico10.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;
}
.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: 100%;
  height: 580px;
}
.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);
}
