﻿.banner {
  
  position: relative;
  height: 520px;
}
.banner .img {
  font-size: 0;
}
.banner .img img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .w-1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}
.banner .w-1400 .left .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  padding: 0;
}
.banner .w-1400 .left .tips {
  margin-top: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.banner .w-1400 .left .link {
  display: block;
  width: 160px;
  background-color: #1bc162;
  border-radius: 2px;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 44px;
  font-weight: 400;
}

.pageBlock .title{
  padding: 90px  0 50px 0;
}
.pageBlock .w1400 {
  display: flex;
  flex-wrap: wrap;
}
.pageBlock .w-1400 .indexTitle .tips { 
  margin-top: 14px;
}
.pageBlock .w1400 .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.pageBlock .w1400 .content .list {
  width: calc((100% - 80px) / 3);
  padding: 40px 30px;
  background: rgba(27, 193, 98, 0.95);
  position: relative;
  height: 500px;
}
.pageBlock .w1400 .content .list .bjBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.pageBlock .w1400 .content .list .bjImg {
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.pageBlock .w1400 .content .list .bjSpan {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: rgba(27, 193, 98, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}
.pageBlock .w1400 .content .list .text {
  position: relative;
  z-index: 5;
  
}
.pageBlock .w1400 .content .list .text .title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0px;
}
.pageBlock .w1400 .content .list .text .title img{
  width: 30px;
  height: 30px;
}
.pageBlock .w1400 .content .list .text .sub_title{
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 12px;
  padding-left: 10px;
}
.pageBlock .w1400 .content .list .text ul {
  margin-top: 262px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pageBlock .w1400 .content .list .text ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
}
.pageBlock .w1400 .content .list .text ul li img {
  margin-right: 11px;
}
.pageBlock .w1400 .content .list:nth-child(4n+1) {
  margin-left: 0;
}




.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: 20px;
  padding-bottom: 25px;
}
.pageBlock2 .content .list .tit {
  font-size: 22px;
  color: #1a1a1a;
}
.pageBlock2 .content .list .tips {
  font-size: 15px;
  color: #6b6f74;
  line-height: 1.5;
  margin-top: 14px;
}
.pageBlock2 .content .list .img {
  font-size: 0;
  margin: 20px 0;
}
.pageBlock2 .content .list .ser p {
  font-size: 22px;
  line-height: 1.3;
  color: #1a1a1a;
}
.pageBlock2 .content .list .ser div {
  font-size: 15px;
  color: #6b6f74;
  line-height: 1.5;
  margin-top: 15px;
}
.pageBlock2 .content .list .effect {
  margin-top: 15px;
}
.pageBlock2 .content .list .effect p {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.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;
}




.indexBlock2 {
  min-height: 750px;
  background: rgba(247, 247, 247, 1);
}
.indexBlock2 .w-1400 .indexTitle{
  padding: 90px 0 82px 0;
}
.indexBlock2 .w-1400 .indexTitle p{
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
} 
.indexBlock2 .w-1400 .indexTitle .tips {
  color: rgba(115, 115, 115, 1);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 14px;
}
.indexBlock2 .w-1400 .content {
  display: flex;
  align-items: flex-start;
}
.indexBlock2 .w-1400 .content .list{
  width: 216px;
}
.indexBlock2 .w-1400 .content .list .number{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}
.indexBlock2 .w-1400 .content .list .number span{
  color: rgba(0, 0, 0, 0.4);
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
}
.indexBlock2 .w-1400 .content .list .text_big_box{
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.indexBlock2 .w-1400 .content .list .text_big_box .title{
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}
.indexBlock2 .w-1400 .content .list .text_big_box .text_box{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.indexBlock2 .w-1400 .content .list .text_big_box .text_box .text{
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}
.indexBlock2 .w-1400 .content .arrow_box{
  height: 113px;
  padding-top: 85px;
}


.jinrongBlock3 {
  background: url(../image/indexBlock2Img.jpg) no-repeat center/cover;
  background-attachment: fixed;
  min-height: 635px;
  padding-bottom: 100px;
}
.jinrongBlock3 .new-w1400 .indexTitle p {
  color: #fafafa;
}
.jinrongBlock3 .new-w1400 .indexTitle .tips {
  color: #fafafa;
}
.jinrongBlock3 .new-w1400 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 76px;
}
.jinrongBlock3 .new-w1400 .content .list {
  background: url(../image/jinrongBlock3ImgImg.png) no-repeat center/cover;
  width: 240px;
  height: 106px;
  text-align: center;
  padding-top: 11px;
  margin-left: 50px;
}
.jinrongBlock3 .new-w1400 .content .list p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
.jinrongBlock3 .new-w1400 .content .list .tips {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-top: 7px;
}
.jinrongBlock3 .new-w1400 .content .list:first-child {
  margin-left: 0;
}
.jinrongBlock3 .new-w1400 .linkBtn {
  display: block;
  width: 190px;
  line-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 82px;
  transition: border 0.3s;
}
.jinrongBlock3 .new-w1400 .linkBtn:hover {
  border-color: #fff;
}




.strength-content {
  background-color: #f8f9fb;
}

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

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

.block4 .title {
  padding-bottom: 14px;
}

.strength {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.strength .list {
  width: calc((100% - 84px) / 4);
  margin-top: 26px;
  padding-top: 26px;
  padding-bottom: 22px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.strength .list .img {
  text-align: center;
  font-size: 0;
}
.strength .list p {
  margin-top: 46px;
  padding: 0 60px;
  text-align: center;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 20px;
  color: #333;
}

.strength .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e8e8e8;
  background: #fff;
  text-align: center;
  width: calc(25% - 20px);
  height: auto;
  margin-bottom: 30px;
}

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

.strength .item img {
  margin-top: 0 !important;
}

.indexBlock5 {
  padding-bottom: 110px;
  background: #F7F7F7;
}
.indexBlock5 .w-1400 .indexTitle p{
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
}
.indexBlock5 .w-1400 .content {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.indexBlock5 .w-1400 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
  aspect-ratio: 234/135;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0;
}
.indexBlock5 .w-1400 .content .list img {
  max-width: 75%;
  max-height: 75%;
}
@media (max-width: 1560px) {
  .jinrongBlock3 .new-w1400 .content {
    margin-top: 30px;
  }
  .jinrongBlock3 .new-w1400 .content .list {
    width: 33.3333333333%;
    background-size: auto;
    margin: 0 0 40px;
  }
  .jinrongBlock3 .new-w1400 .linkBtn {
    margin-top: 42px;
  }
}
@media (max-width: 996px) {
  .banner .content {
    width: 90%;
  }
  .jinrongBlock3 .new-w1400 .content .list {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .indexBlock2 .w-1400 .content{
    flex-wrap: wrap;
  }
  .indexBlock2 .w-1400 .content .list {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
  }
  .indexBlock2 .w-1400 .content .arrow_box.three {
    display: none;
  }
}

@media (max-width: 1080px) {
  
  .pageBlock2 .content {
    flex-wrap: wrap;
  }
  .pageBlock2 .content .list {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }
  .pageBlock3 {
    margin-top: 30px;
  }
  .pageBlock3 ul li {
    width: 50%;
  }
  .pageBlock5 .w1400 {
    justify-content: space-between;
  }
  .pageBlock5 .w1400 .list {
    width: 48.5%;
    margin-left: 0;
  }
  .strength .list {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .indexBlock1 .w-1400 .content .list{
    width: calc((100% - 30px) / 2);
  }
  .pageBlock .w1400 .content {
    flex-wrap: wrap;
  }
  .pageBlock .w1400 .content .list {
    width: calc((100% - 40px) / 2);
    margin-left: 0;
  }
  .pageBlock .w1400 .content .list .img {
    height: 45px;
  }
  .pageBlock .w1400 .content .list .text .title {
    font-size: 20px;
  }
  .pageBlock .w1400 .content .list .text ul li {
    font-size: 14px;
  }
  .indexBlock5 {
    padding-bottom: 40px;
  }
  .indexBlock5 .w-1400 .content .list {
    width: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .pageBlock {
    padding-bottom: 70px;
  }
  .pageBlock .new-w1400 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pageBlock .new-w1400 .list {
    width: 48.5%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .pageBlock .new-w1400 .list .img img {
    width: 100%;
  }
  .pageBlock .new-w1400 .list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .indexBlock1 .w-1400 .content .list{
    width: 100%;
  }
  .indexBlock2 .w-1400 .content .list {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
  }
  .indexBlock2 .w-1400 .content .arrow_box.three {
    display: block;
  }
  .indexBlock2 .w-1400 .content .arrow_box.even {
    display: none;
  }
  .pageBlock5 .w1400 .list{
    width: 100%;
  }
  .block4 .w1400 ul li{
    width: 50%;
  }
  .pageBlock {
    padding-bottom: 50px;
  }
  .pageBlock .new-w1400 .list {
    width: 48.5%;
  }
  .pageBlock .w1400 .content .list {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .jinrongBlock3 .new-w1400 .content {
    justify-content: space-between;
  }
  .jinrongBlock3 .new-w1400 .content .list {
    width: 48.5%;
    background-size: 100%;
  }
  .jinrongBlock3 .new-w1400 .content .list p {
    font-size: 16px;
  }
  .jinrongBlock3 .new-w1400 .content .list .tips {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
    .strength .list{
        width: 100%;
    }
    .indexBlock2 .w-1400 .content .list {
      width: 100%;
    }
    .indexBlock2 .w-1400 .content .arrow_box {
      height: auto;
      padding: 30px 0;
      width: 100%;
      text-align: center;
      transform: rotate(90deg);
    }
    .indexBlock2 .w-1400 .content .arrow_box.even,.arrow_box.three {
      display: block;
    }
    .jinrongBlock3 {
      padding-bottom: 60px;
      min-height: auto;
    }
    .jinrongBlock3 .new-w1400 .content {
      margin-top: 0;
    }
    .jinrongBlock3 .new-w1400 .content .list {
      margin-bottom: 10px;
    }
    .jinrongBlock3 .new-w1400 .content .list p {
      padding-top: 10px;
    }
    .jinrongBlock3 .new-w1400 .content .list .tips {
      margin-top: -5px;
    }
    .jinrongBlock3 .new-w1400 .linkBtn {
      margin-top: 10px;
      width: 150px;
      line-height: 44px;
      font-size: 14px;
      border-color: #fff;
    }
    
}