@font-face {
  font-family: Bahnschrift;
  src: url(../fonts/bahnschrift.ttf);
}
.indexTitle{
  padding: 90px 0 50px 0;
}

.indexTitle p {
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
}
.indexTitle .tips {
  color: rgba(115, 115, 115, 1);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}
.block5 .indexTitle .tips {
  color: #FFF;
}


 .banner {
  position: relative;
}
.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;
  box-sizing: border-box;
}
.banner .w-1400 .left .title {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.banner .w-1400 .left .tips {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 21px;
}
.banner .w-1400 .left .link {
  display: block;
  width: 160px;
  background-color: #1bc162;
  border-radius: 2px;
  line-height: 56px;
  text-align: center;
  margin-top: 39px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

/* 服务 */
.indexBlock7 {
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 1);
}
.indexBlock7 .w-1400 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.indexBlock7 .w-1400 .content .list {
  width: calc((100% - 60px) / 4);
  padding: 20px 20px 50px 20px;
  background: rgba(249, 249, 249, 1);
}
.indexBlock7 .w-1400 .content .list .text .title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 10px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.indexBlock7 .w-1400 .content .list .text .tips {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 24px;
  padding-left: 10px;
}
.indexBlock7 .w-1400 .content .list .text .title img{
  width: 30px;
  height: 30px;
}
.indexBlock7 .w-1400 .content .list .text ul {
  margin-top: 40px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.indexBlock7 .w-1400 .content .list .text ul li {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.indexBlock7 .w-1400 .content .list .text ul li img {
  margin-right: 11px;
}
.indexBlock7 .w-1400 .content .list:nth-child(4n+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(../images/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(../images/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;
}

/* .indexBlock1{
  min-height: 610px;
  background: rgba(255, 255, 255, 1);
}
.indexBlock1 .w-1400 .indexTitle{
  padding: 90px 0 60px 0;
}
.indexBlock1 .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;
}
.indexBlock1 .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;
}
.indexBlock1 .w-1400 .content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px;
}
.indexBlock1 .w-1400 .content .list{ 
  width: calc((100% - 81px) / 4);
  height: 239px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.indexBlock1 .w-1400 .content .title{ 
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.indexBlock1 .w-1400 .content .tips{ 
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 8px;
} */

.service-list .service-box {
  width: calc(20% - 15px);
  height: 400px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding-top: 65px;
  box-shadow: 1px 14px 46px 0px rgba(3, 37, 96, 0.05);
}
.service-list .service-box p {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 55px;
}
.service-list .service-box li {
  padding: 3px 0;
}
.service-list .service-box li em {
  position: relative;
  display: inline-block;
  font-style: normal;
  color: #6b6f74;
  font-size: 15px;
  padding-left: 10px;
}
.service-list .service-box li em::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #6b6f74;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-list .service-box .more span {
  font-size: 15px;
  color: #6b6f74;
}
.service-list .service-box .target {
  display: block;
  color: #c11e2d;
  font-size: 15px;
  padding-top: 20px;
}
.blockBox .more-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 85px 0;
  width: auto;
  background:none;
  line-height: normal;
  cursor: default;
}
.blockBox .more-btn img {
  width: 20px;
  height: 20px;
}
.blockBox .more-btn a {
  text-align: center;
  color: #6b6f74;
  font-size: 15px;
  padding-left: 10px;
}

/* 行业 */
.home-industry {
  margin-top: 100px;
  background: url(../images/brand-banner.png) no-repeat center / Cover;
  padding-bottom: 170px;
  padding-top: 50px;
}
.industry-list {
  padding-top: 52px;
}
.industry-list .industry-box {
  width: calc(25% - 150px);
}
.industry-box p {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding: 25px 0;
}
.industry-box span {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  opacity: 0.8;
}
/* 年限 */

.w1400 .service-intro {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.w1400 .service-intro li {
  /* margin-right: 10%; */
  position: relative;
}
.w1400 .service-intro li.line {
  border-right: solid 1px rgba(247, 247, 247, 0.2);
  height: 100%;
  width: 1px;
}
.service-intro .num {
  display: flex;
  align-items: flex-end;
}
.service-intro p {
  font-size: 58px;
  font-family: "Bahnschrift";
  font-weight: bold;
  color: #fff;
}
.service-intro span {
  display: block;
  padding: 0 0 10px 10px;
  font-size: 22px;
  font-family: "MicrosoftYaHei";
  color: #fff;
}
.service-intro .text {
  font-size: 18px;
  color: #fff;
}

/* 案例 */
.home-case .case-list {
  flex-wrap: wrap;
}
.case-list .case-box {
  width: calc(33.33% - 55px);
  margin-top: 55px;
  overflow: hidden;
}
.case-list .case-box .case-title {
  font-size: 24px;
  padding: 25px 0 18px 0;
  color: #333;
}
.case-list .case-box .case-description {
  display: flex;
}
.case-list .case-box .tag-title {
  font-size: 16px;
  color: #737373;
}
.case-list .case-box .tag {
  font-size: 16px;
  color: #333;
}
.indexBlock3 {
  padding-bottom: 100px;
  background: #F7F7F7;
}
.indexBlock3 .w-1400 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.indexBlock3 .w-1400 .content .list {
  width: calc((100% - 80px) / 3);
}
.indexBlock3 .w-1400 .content .list .img {
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 220px;
}
.indexBlock3 .w-1400 .content .list .img img {
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s;
  width: 100%;
  aspect-ratio: 456/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .w-1400 .content .list .text {
  background: #fff;
  padding: 30px;
}
.indexBlock3 .w-1400 .content .list .text .type{
  display: flex;
  align-items: center;
  gap: 10px;
}
.indexBlock3 .w-1400 .content .list .text .type a {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
  height: 30px;
  padding: 6px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
}
.indexBlock3 .w-1400 .content .list .text .type2 {
  display: flex;
  flex-wrap: wrap;
}
.indexBlock3 .w-1400 .content .list .text .type2 a {
  display: block;
  padding: 0 12px;
  margin-right: 10px;
  margin-top: 16px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #737373;
}
.indexBlock3 .w-1400 .content .list .text .tit {
  display: block;
  font-size: 22px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.indexBlock3 .w-1400 .content .list .text em {
  display: block;
  font-size: 0;
  margin-top: 24px;
}
.indexBlock3 .w-1400 .content .list:nth-child(3n+1) {
  margin-left: 0;
}
.indexBlock3 .w-1400 .content2 .list .text {
  padding: 25px 35px 34px;
}
.indexBlock3 .w-1400 .content2 .list .text .tit {
  margin-top: 0;
}
.indexBlock3 .w-1400 .link {
  display: block;
  position: relative;
  width: 240px;
  margin: 0 auto;
  margin-top: 44px;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 60px;
  color: #333;
}
.indexBlock3 .w-1400 .link::after {
  display: block;
  content: "";
  width: calc(100% - 4px);
  height: 15px;
  position: absolute;
  border: 2px solid #dcdcdc;
  border-top: 0;
  bottom: 0;
}

.indexBlock4 {
  padding-bottom: 120px;
}
.indexBlock4 .w-1400 .indexTitle {
  padding: 90px 0 50px 0;
}
.indexBlock4 .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;
}
.indexBlock4 .w-1400 .indexTitle .tips{
  color: rgba(115, 115, 115, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 14px;
}
.indexBlock4 .w-1400 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.indexBlock4 .w-1400 .content .list {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 20px 20px 40px 20px;
  background: rgba(247, 247, 247, 1);
}
.indexBlock4 .w-1400 .content .list .img {
  font-size: 0;
}
.indexBlock4 .w-1400 .content .list .text{
  position: relative;
  height: 100%;
}
.indexBlock4 .w-1400 .content .list .text .title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.indexBlock4 .w-1400 .content .list .text .sub_title {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 14px;
  padding-left: 10px;
}
.indexBlock4 .w-1400 .content .list .text a{
  width: 155px;
  height: 48px;
  position: absolute;
  right: 20px;
  bottom: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(42, 192, 102, 0.2);
  border-radius: 50px;
  background: rgba(247, 247, 247, 1);
  color: rgba(42, 192, 102, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.indexBlock4 .w-1400 .content .list .text ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}
.indexBlock4 .w-1400 .content .list .text ul li {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.indexBlock4 .w-1400 .content .list .text ul li img {
  margin-right: 10px;
}


.indexBlock5 {
  padding-bottom: 110px;
  background: #F7F7F7;
}
.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%;
}
/* 联系我们 */
/* .home-case .w1400.contact {
  padding: 49px 100px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 80px;
}

.home-case .w1400.contact .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-case .w1400.contact .left .img {
  width: 82px;
  height: 82px;
  background-color: #0042ff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 54px;
}

.home-case .w1400.contact .left .img img {
  margin: 0 auto;
}

.home-case .w1400.contact .left .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-case .w1400.contact .left .cont p {
  font-size: 38px;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-top: -8px;
}

.home-case .w1400.contact .left .cont div {
  font-size: 16px;
  letter-spacing: 1px;
  color: #1a1a1a;
  opacity: 0.7;
}

.home-case .w1400.contact .btn {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  width: 220px;
  line-height: 50px;
  background-color: #e54602;
  border-radius: 0px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-case .w1400.contact .btn img {
  margin-right: 12px;
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
} */
/* 合作客户 */
.customer-list {
  text-align: center;

  padding-bottom: 80px;
}

/* 表单 */
/* .block5 {
  background: url(../images/block5Img.png) no-repeat center/cover;
}

.block5 .title p,
.block5 .title div {
  color: #fff;
}

.block5 .w1400 form {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 82px;
}

.block5 .w1400 form input {
  width: calc(450 / 1400 * 100%);
  height: 60px;
  background: none;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 30px;
  margin-right: 20px;
}

.block5 .w1400 form input::-webkit-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input:-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::placeholder {
  color: #fff;
}

.block5 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #e34500;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
} */
@media (any-hover: hover) {
  .indexBlock3 .w-1400 .content .list:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1620px) {
  .w-1400 {
      width: 85%;
  }
}
@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 screen and (max-width: 1440px) {
  .w-1400 {
      width: 85%;
  }
}
@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 screen and (max-width: 1200px) {
  .indexBlock7 .w-1400 .content{
    gap: 16px;
  }
  .indexBlock7 .w-1400 .content .list {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .w-1400 {
    padding: 0 20px;
    width: 100%;
  }
  .banner .img img{
    height: 440px;
  }
  .banner .w-1400 .left .title {
    font-size: 32px;
  }
  .banner .w-1400 .left .tips {
    font-size: 16px;
  }
  .service-list{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  
  .service-list .service-box{
    width: calc(100% - 54px);
  }
  .base-title p{
    font-size: 24px;
    line-height:normal;
  }
  .base-title div{
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }

  .home-case .case-list{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  .case-list .case-box{
    width: calc(100% - 54px);
  }
  .contact{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  .indexBlock1 .w-1400 .content .list{
    width: calc((100% - 30px) / 2);
  }
  .indexBlock3 {
    padding-bottom: 40px;
  }
  .indexBlock3 .w-1400 .content {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .indexBlock3 .w-1400 .content .list {
    width: calc((100% - 40px) / 2);
    margin-left: 0;
  }
  .indexBlock3 .w-1400 .content .list .text {
    padding: 20px 20px 30px;
  }
  .indexBlock3 .w-1400 .content .list .text .type {
    font-size: 14px;
  }
  .indexBlock3 .w-1400 .content .list .text .tit {
    font-size: 20px;
  }
  .indexBlock3 .w-1400 .content .list .text em {
    margin-top: 20px;
  }
  .indexBlock3 .w-1400 .link {
    margin-top: 10px;
  }
  .indexBlock4 {
    padding-bottom: 10px;
  }
  .indexBlock4 .w-1400 .content {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .indexBlock4 .w-1400 .content .list {
    width: calc((100% - 40px) / 2);
    margin-left: 0;
  }
  .indexBlock4 .w-1400 .content .list .img img {
    width: 100%;
  }
  .indexBlock4 .w-1400 .content .list .text .title {
    font-size: 20px;
  }
  .indexBlock4 .w-1400 .content .list .text ul {
    margin-top: 14px;
  }
  .indexBlock4 .w-1400 .content .list .text ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .indexBlock4 .w-1400 .content .list:last-child::after {
    display: block;
  }
  .indexBlock5 {
    padding-bottom: 40px;
  }
  .indexBlock5 .w-1400 .content .list {
    width: 33.3333333333%;
  }
}

@media screen and (max-width:996px) {
  .jinrongBlock3 .new-w1400 .content .list {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .w-1400 {
    padding: 0 20px;
    width: 100%;
  }
  .banner .img img{
    height: 440px;
  }
  .banner .w-1400 .left .title {
    font-size: 32px;
  }
  .banner .w-1400 .left .tips {
    font-size: 16px;
  }
  .service-list{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  
  .service-list .service-box{
    width: calc(100% - 54px);
  }
  .base-title p{
    font-size: 24px;
    line-height:normal;
  }
  .base-title div{
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }

  .home-case .case-list{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  .case-list .case-box{
    width: calc(100% - 54px);
  }
  .contact{
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
  }
  .home-case .w1400.contact .left .cont{
    padding-top: 2px;
  }
  .home-case .w1400.contact .left .img{
    width: 22px;
    height: 22px;
    background: none;
    margin-right: 10px;
  }
  .home-case .w1400.contact .left p{
   font-size: 24px !important;
   margin-bottom: 20px;
  }
  .home-case .w1400.contact{
    padding: 20px;
  }
  /* .block5 .w1400 form{
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .block5 .w1400 form input{
    width: 70%;
    margin-right: 0px;
  } */
  .footer .w1400{
    flex-direction: column;
    gap: 20px;
  }
  .footer .w1400 .left{
    width: 100%;
    /* padding: 0 20px; */
  }
  .footer .w1400 .left .footerTitle{
    text-align: center;
  }
  .footer .w1400 .left .content{
    width: calc(100% - 40px);
    padding: 62px 20px;
    gap: 20px 0px;
  }
  .footer .w1400 .left .content .list{
    width: calc(50% - 10px);
  }
  .footer .w1400 .left .content .list:nth-of-type(2n+1){
    margin-right: 20px;
  }
  .footer .w1400 .left .content .list .img{
    margin-right: 10px;
  }
  .footer .w1400 .right{
    width: 100%;
  }
  .footer .w1400 .right .footerTitle{
   text-align: center;
  }
  .footer .w1400 .right .content{
    margin: 50px 0px;
    padding: 0 20px;
  }
  .footer .w1400 .right .content .img{
    width: 100px;
    height: 100px;
  }

  .indexBlock7 .w-1400 .content .list {
    width: calc((100% - 32px) / 2);
  }

  .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;
  }
  .indexBlock4 .w-1400 .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 screen and (max-width: 500px) {
  .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;
  }
  .indexBlock3 .w-1400 .content .list {
    width: 100%;
  }  
  .indexBlock4 .w-1400 .content .list {
    width: 100%;
  }
  .indexBlock4 .w-1400 .content .list .text a{
    position: static;
    margin-top: 20px;
  }
  .indexBlock7 .w-1400 .content{
    gap: 40px;
  }
  .indexBlock7 .w-1400 .content .list {
    width: 100%;
  }
  .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;
  }
}