.title3 {
  text-align: center;
  padding-top: 114px;
}
.title3 p {
  font-size: 48px;
  color: #1a1a1a;
  line-height: 60px;
}
.title3 .tips {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  margin-top: 18px;
}

.jishuBlock .w1400 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 62px;
}
.jishuBlock .w1400 .list {
  position: relative;
  font-size: 0;
  width: 31.7857142857%;
  margin-left: 2.2857142857%;
}
.jishuBlock .w1400 .list:first-child {
  margin-left: 0;
}
.jishuBlock .w1400 .list .border {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}
.jishuBlock .w1400 .list .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15%;
  color: #fff;
  font-size: 28px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.jishuBlock2 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}
.jishuBlock2 .content .swiper {
  width: 100%;
  padding-bottom: 30px;
}
.jishuBlock2 .content .swiper .swiper-pagination{
    bottom: 0;
    font-size: 0;
}
.jishuBlock2 .content .swiper .swiper-pagination span{
    width: 15px;
    height: 15px;
    border: 2px solid rgba(0,0,0,.7);
    background: none;
}
.jishuBlock2 .content .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #df0b0a;
    border-color: #df0b0a;
}
.jishuBlock2 .content .list {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.jishuBlock2 .content .list > img {
  width: 100%;
  height: auto;
}
.jishuBlock2 .content .list > .tit {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  transition: margin 0.3s;
}
.jishuBlock2 .content .list > .tit .img {
  font-size: 0;
  height: 44px;
}
.jishuBlock2 .content .list > .tit p {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.jishuBlock2 .content .list .posi {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  margin-top: 151%;
  transition: margin 0.3s;
  background: rgba(0,0,0,.3);
}
.jishuBlock2 .content .list .posi .img {
  font-size: 0;
  height: 44px;
}
.jishuBlock2 .content .list .posi .tit {
  font-size: 28px;
  color: #fff;
  margin-top: 25px;
  display: block;
}
.jishuBlock2 .content .list .posi span {
  width: 27px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 22px;
  margin-bottom: 18px;
}
.jishuBlock2 .content .list .posi .tips {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  width: 71.6145833333%;
  text-align: justify;
}
.jishuBlock2 .content .list.on > .tit {
  margin-top: -151%;
}
.jishuBlock2 .content .list.on .posi {
  margin-top: 0;
}

.jishuBlock3 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}
.jishuBlock3 .content .left {
  width: 50%;
  background: url(../image/jishuBlock3Img.jpg) no-repeat center/cover;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jishuBlock3 .content .left .list {
  margin-bottom: 38px;
}
.jishuBlock3 .content .left .list:last-child {
  margin-bottom: 0;
}
.jishuBlock3 .content .left .list p {
  font-size: 28px;
  line-height: 1.2857142857;
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 17px;
}
.jishuBlock3 .content .left .list .tips {
  font-size: 16px;
  line-height: 2;
  color: #666;
  max-width: 81.4285714286%;
}
.jishuBlock3 .content .right {
  width: 50%;
  font-size: 0;
}
.jishuBlock3 .content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 996px) {
  .jishuBlock .w1400 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .jishuBlock .w1400 .list {
    width: calc((100% - 30px) / 2);
    margin: 0;
    margin-bottom: 20px;
  }
  .jishuBlock .w1400 .list:last-child {
    margin-bottom: 0;
  }
  .jishuBlock2 .content {
    margin-top: 40px;
  }
  .jishuBlock2 .content .list .tit {
    display: none;
  }
  .jishuBlock2 .content .list .posi {
    margin-top: 0;
  }
  .jishuBlock3 .content {
    padding: 0 5%;
    padding-bottom: 72px;
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .jishuBlock3 .content .left {
    width: 100%;
    padding: 30px !important;
  }
  .jishuBlock3 .content .left .list .tips {
    max-width: 100%;
  }
  .jishuBlock3 .content .right {
    width: 100%;
  }
  .title3 {
    padding-top: 72px;
  }
  .title3 p {
    font-size: 32px;
    line-height: 1.5;
  }
  .title3 .tips {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .jishuBlock .w1400 .list {
    width: 100%;
  }
  .jishuBlock .w1400 .list > img {
    width: 100%;
  }
  .jishuBlock .w1400 .list .text {
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  .title3 {
    padding-top: 40px;
  }
  .title3 p {
    font-size: 24px;
  }
  .title3 .tips {
    font-size: 16px;
  }
  .jishuBlock .w1400 {
    margin-top: 30px;
  }
  .jishuBlock3 .content {
    padding-bottom: 40px;
  }
  .jishuBlock3 .content .left .list {
    margin-bottom: 30px;
  }
  .jishuBlock3 .content .left .list p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .jishuBlock3 .content .left .list .tips {
    font-size: 14px;
  }
}/*# sourceMappingURL=jishu.css.map */