.zhiqing-application {
  background: #fff;
  padding: 70px 0;
}
.zhiqing-application h3 {
  font-size: 60px;
  color: #1f1f1f;
  line-height: 1;
  font-family: var(--font-family-third);
  text-transform: uppercase;
  text-align: center;
}

.zhiqing-application ul {
  margin-top: 75px;
}
.zhiqing-application ul li {
  display: -webkit-flex;
  display: flex;
}
.zhiqing-application ul li .txt {
  width: 50%;
  background: #F2F2F2;
  padding: 50px 50px 50px 0;
}
.zhiqing-application ul li .txt .box {
  background: #fff;
  height: 100%;
  padding: 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.zhiqing-application ul li .txt h5 {
  font-size: 36px;
  color: #211c19;
  line-height: 1;
  font-family: var(--font-family-third);
}
.zhiqing-application ul li .txt p {
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  margin: 15px 0 0;
}
.zhiqing-application ul li .pic {
  width: 50%;
  overflow: hidden;
}
.zhiqing-application ul li .pic .swiper-pagination-bullets {
  text-align: right;
  font-size: 0;
  bottom: 25px;
  padding: 0 35px;
}
.zhiqing-application ul li .pic .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}
.zhiqing-application ul li .pic .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color-hover);
}

.zhiqing-application ul li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.zhiqing-application ul li:nth-child(2n) .txt {
  padding: 50px 0 50px 50px;
}


@media screen and (max-width:1800px) {
  .zhiqing-application .tit h3 {
    font-size: 56px;
  }
}

@media screen and (max-width:1681px) {
  .zhiqing-application .tit h3 {
    font-size: 52px;
  }
}

@media screen and (max-width:1441px) {
  .zhiqing-application .tit h3 {
    font-size: 48px;
  }
  .zhiqing-application .txt dl dt {
    font-size: 28px;
  }
  .zhiqing-application .txt dl dd {
    line-height: 28px;
  }
}

@media screen and (max-width:1367px) {
  .zhiqing-application h3 {
    font-size: 44px;
  }
  .zhiqing-application {
    padding: 60px 0;
  }
  .zhiqing-application .txt dl dt {
    font-size: 26px;
    background-size: 16px;
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width:1281px) {
  .zhiqing-application .tit h3 {
    font-size: 40px;
  }
  .zhiqing-application ul {
    margin-top: 50px;
  }
  .zhiqing-application ul li .txt h5 {
    font-size: 30px;
  }
  .zhiqing-application ul li .txt p {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width:992px) {
  .zhiqing-application .tit h3 {
    font-size: 36px;
  }
  .zhiqing-application .txt {
    width: 70%;
  }
  .zhiqing-application .txt dl dt ~ dt {
    margin-top: 25px;
  }
  .zhiqing-application .txt dl dd {
    font-size: 17px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:768px) {
  .zhiqing-application h3 {
    font-size: 32px;
  }
  .zhiqing-application {
    padding: 30px 0;
  }
  .zhiqing-application .txt {
    width: 100%;
  }
  .zhiqing-application .txt h3 {
    text-align: center;
  }
  .zhiqing-application .txt dl {
    margin: 30px 0 0;
  }
  .zhiqing-application .txt dl dt {
    font-size: 24px;
    background-size: 14px;
    padding: 0 0 0 25px;
  }
  .zhiqing-application .txt dl dd {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }
  .zhiqing-application .txt dl dt ~ dt {
    margin-top: 20px;
  }
  .zhiqing-application ul {
    margin-top: 30px;
  }
  .zhiqing-application ul li {
    display: block;
  }
  .zhiqing-application ul li .pic {
    width: 100%;
  }
  .zhiqing-application ul li .txt,
  .zhiqing-application ul li:nth-child(2n) .txt {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
  }
  .zhiqing-application ul li .txt .box {
    padding: 0 10px;
  }
}

@media screen and (max-width:600px) {
  .zhiqing-application .tit h3 {
    font-size: 28px;
  }
  .zhiqing-application ul li .txt h5 {
    font-size: 22px;
  }
  .zhiqing-application ul li .txt p {
    font-size: 16px;
    line-height: 22px;
  }
  .zhiqing-application ul li .txt,
  .zhiqing-application ul li:nth-child(2n) .txt {
    padding: 20px 15px;
  }
}

@media screen and (max-width:480px) {
  .zhiqing-application h3 {
    font-size: 24px;
  }
}