@charset "UTF-8";
.banner {
  background: #01a63e;
}

@media (max-width: 996px) {
  .banner .content {
    width: 90%;
  }
}
.pageBlock {
  background: #f8f9fb;
}
.pageBlock .w1400 {
  flex-direction: column;
  max-width: 1300px;
  padding-bottom: 62px;
}
.pageBlock .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageBlock .w1400 .content .list {
  width: 47.3076923077%;
  box-shadow: 1px 14px 46px 0px rgba(0, 34, 98, 0.05);
}
.pageBlock .w1400 .content .list .top {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 56px 0 46px;
  background: url(../images/indexBlockImg.png) no-repeat center;
}
.pageBlock .w1400 .content .list .top .tit {
  font-size: 22px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  align-items: center;
  font-weight: bold;
}
.pageBlock .w1400 .content .list .top .tit em {
  font-style: initial;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -20px;
}
.pageBlock .w1400 .content .list .top .tit::after {
  display: block;
  content: "";
  width: 72px;
  height: 3px;
  margin-top: 14px;
  background-color: #01a63e;
}
.pageBlock .w1400 .content .list .bottom {
  background: #fff;
}
.pageBlock .w1400 .content .list .bottom ul li {
  padding: 24px 55px 18px 45px;
  border-top: 1px solid rgba(232, 232, 232, 0.5);
}
.pageBlock .w1400 .content .list .bottom ul li p {
  font-size: 18px;
  color: #1a1a1a;
  position: relative;
  height: 24px;
  padding-left: 45px;
}
.pageBlock .w1400 .content .list .bottom ul li p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pageBlock .w1400 .content .list .bottom ul li span {
  display: block;
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  margin-top: 9px;
  padding-left: 46px;
}
.pageBlock .w1400 .btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 15px;
  color: #6b6f74;
  margin-top: 72px;
}
.pageBlock .w1400 .btn img {
  margin-right: 12px;
}

.pageBlock2 .content {
  display: flex;
  justify-content: space-between;
}
.pageBlock2 .content .list {
  background: #f8f9fb;
  width: 48.2142857143%;
  padding: 0 44px;
  border-top: 6px solid #01a63e;
  padding-top: 67px;
  padding-bottom: 45px;
}
.pageBlock2 .content .list .tit {
  font-size: 22px;
  color: #1a1a1a;
}
.pageBlock2 .content .list .tips {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  margin-top: 14px;
}
.pageBlock2 .content .list .img {
  font-size: 0;
  margin-top: 37px;
  margin-bottom: 44px;
}
.pageBlock2 .content .list .ser p {
  font-size: 22px;
  color: #1a1a1a;
}
.pageBlock2 .content .list .ser div {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  margin-top: 19px;
}
.pageBlock2 .content .list .effect {
  margin-top: 32px;
}
.pageBlock2 .content .list .effect p {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.pageBlock2 .content .list .effect li {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  padding-left: 24px;
  position: relative;
}
.pageBlock2 .content .list .effect li span {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #01a63e;
  opacity: 0.5;
  border-radius: 50%;
  left: 2px;
  top: 11px;
}

.pageBlock3 {
  margin-top: 80px;
}
.pageBlock3 ul {
  display: flex;
  flex-wrap: wrap;
}
.pageBlock3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: 72px;
  width: 12.5%;
}
.pageBlock3 ul li img {
  max-width: 80%;
}

.pageBlock4 {
  margin-top: 80px;
}
.pageBlock4 .w1400 {
  padding: 49px 100px;
  background-color: #f1fbf5;
  border-radius: 10px;
  align-items: center;
}
.pageBlock4 .w1400 .left {
  display: flex;
}
.pageBlock4 .w1400 .left .img {
  width: 82px;
  height: 82px;
  background-color: #01a63e;
  border-radius: 2px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 54px;
}
.pageBlock4 .w1400 .left .img img {
  margin: 0 auto;
}
.pageBlock4 .w1400 .left .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pageBlock4 .w1400 .left .cont p {
  font-size: 38px;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-top: -8px;
}
.pageBlock4 .w1400 .left .cont div {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.pageBlock4 .w1400 .btn {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  width: 220px;
  line-height: 50px;
  background-color: #01a63e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageBlock4 .w1400 .btn img {
  margin-right: 12px;
  filter: grayscale(100%) brightness(1000%);
}

.pageBlock5 {
  background: #f8f9fb;
  margin-top: 120px;
  padding-bottom: 80px;
}
.pageBlock5 .w1400 {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pageBlock5 .w1400 .list {
  width: 31.4285714286%;
  min-height: 260px;
  background: #fff;
  margin-left: 2.8571428571%;
  margin-bottom: 40px;
  padding: 60px 40px;
  position: relative;
}
.pageBlock5 .w1400 .list .img {
  height: 46px;
  display: flex;
  align-items: center;
}
.pageBlock5 .w1400 .list .tit {
  font-size: 22px;
  color: #1a1a1a;
  margin-top: 32px;
}
.pageBlock5 .w1400 .list .tips {
  font-size: 15px;
  color: #6b6f74;
  margin-top: 20px;
}
.pageBlock5 .w1400 .list .num {
  position: absolute;
  right: 40px;
  top: 60px;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: bold;
  opacity: 0.1;
}
.pageBlock5 .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}

.step {
  padding-bottom: 100px;
}
.step .w1400 .list {
  width: 15.2142857143%;
  margin-left: 24px;
  background: #f8f9fb;
  min-height: 300px;
  padding: 62px 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.step .w1400 .list .tit {
  font-size: 22px;
  color: #1a1a1a;
}
.step .w1400 .list .tips {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  margin-top: 14px;
}
.step .w1400 .list .num {
  font-size: 120px;
  color: #01a63e;
  opacity: 0.07;
  position: absolute;
  font-weight: bold;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.step .w1400 .list:first-child {
  margin-left: 0;
}

@media (max-width: 1280px) {
  .step .w1400 {
    flex-wrap: wrap;
  }
  .step .w1400 .list {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .step .w1400 .list:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .step .w1400 .list {
    width: calc((100% - 20px) / 2);
    padding: 30px 20px;
    min-height: 240px;
  }
  .step .w1400 .list:nth-child(3n+1) {
    margin-left: 20px;
  }
  .step .w1400 .list:nth-child(2n+1) {
    margin-left: 0;
  }
  .step .w1400 .list .num {
    font-size: 80px;
    bottom: -40px;
  }
}
/* 服务优势 */
.strength-content {
  background-color: #f8f9fb;
}

.strength-content .w1400 {
  flex-direction: column;
}

.block4 .w1400 ul li p,
.block4 .w1400 ul li div {
  color: #fb3159;
}

.strength {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.strength .item {
  border: solid 1px #e8e8e8;
  height: 248px;
  text-align: center;
  width: calc(20% - 20px);
  margin-bottom: 40px;
}

.strength .item.none {
  border: none;
  height: 0;
}

.strength .item img {
  margin-top: 35px;
}

.block4 .w1400 {
  flex-direction: column;
  padding-bottom: 100px;
}

.block4 .w1400 .img {
  font-size: 0;
}

.block4 .w1400 ul {
  display: flex;
  flex-wrap: wrap;
}

.block4 .w1400 ul li {
  width: 25%;
  text-align: center;
  position: relative;
}

.block4 .w1400 ul li::after {
  width: 1px;
  height: 77px;
  background-color: black;
  opacity: 0.1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.block4 .w1400 ul li:first-child::after {
  display: none;
}

.block4 .w1400 ul li p {
  font-size: 22px;
  color: #01a63e;
  font-family: number;
}

.block4 .w1400 ul li p span {
  font-size: 68px;
  font-family: number;
  font-weight: bold;
}

.block4 .w1400 ul li div {
  font-size: 20px;
  color: #01a63e;
  margin-top: 13px;
}

@media (max-width: 750px) {
  .pageBlock .w1400 .content .list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .pageBlock2 .content {
    flex-wrap: wrap;
  }
  .pageBlock2 .content .list {
    width: 100%;
    margin-bottom: 40px;
  }
  .pageBlock3 {
    margin-top: 30px;
  }
  .pageBlock3 ul li {
    width: 50%;
  }
  .pageBlock5 .w1400 {
    justify-content: space-between;
  }
  .pageBlock5 .w1400 .list {
    width: 48.5%;
    margin-left: 0;
  }
  .pageBlock .w1400 .content .list .top .tit em {
    display: block;
  }
  .pageBlock .w1400 .content .list .top .tit {
    flex-direction: column;
    align-items: flex-start;
  }
  .pageBlock .w1400 .content .list .top {
    padding: 0 39px 0 20px;
  }
}/*# sourceMappingURL=index.css.map */