.pro-img-text {
  padding: 90px 0;
}
.pro-img-text.the-second {
  padding-top: 90px;
}
.pro-img-text.the-second .p-i-inner .left-img {
  width: 48.6%;
}
.pro-img-text.the-second .p-i-inner .left-img img {
  width: 100%;
}
.pro-img-text.the-second .p-i-inner .right-text {
  width: 35.4%;
}
.pro-img-text.the-second .p-i-inner .right-text .desc:last-child {
  margin-top: 30px;
}
.pro-img-text .p-i-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro-img-text .p-i-inner .left-img {
  width: 59%;
}
.pro-img-text .p-i-inner .left-img img {
  width: 100%;
}
.pro-img-text .p-i-inner .right-text {
  width: 32.6%;
}
.pro-img-text .p-i-inner .right-text .title {
  font-size: 36px;
}
.pro-img-text .p-i-inner .right-text .desc {
  font-size: 16px;
  margin: 30px 0;
}
.pro-img-text .p-i-inner .right-text .desc:last-child {
  margin: 30px 0 0;
}
.one-stop {
  padding: 60px 0 80px;
  background: #f6f7f7;
}
.one-stop .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.one-stop .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.one-stop .list li {
  width: 31.25%;
}
.one-stop .list li .top-img {
  height: 0;
  padding-bottom: 77.77%;
  margin-bottom: 30px;
}
.one-stop .list li .top-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.one-stop .list li .top-img img {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.one-stop .list li .bot-text {
  font-size: 36px;
  text-align: center;
}
.process {
  padding-top: 60px;
}
.process .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.process .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.process .items li {
  width: 47.22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.process .items li img {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.process .items li .img {
  width: 45.88%;
}
.process .items li .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.process .items li .img a {
  display: block;
  height: 0;
  padding-bottom: 96.77%;
}
.process .items li .text {
  width: 50%;
}
.process .items li .text .sub-title {
  font-size: 30px;
  margin-bottom: 36px;
}
.process .items li .text .desc {
  font-size: 22px;
}
@media only screen and (max-width: 1440px) {
  .pro-img-text {
    padding: 60px 0;
  }
  .pro-img-text .p-i-inner .right-text .title {
    font-size: 22px;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin: 20px 0;
  }
  .pro-img-text .p-i-inner .right-text .desc:last-child {
    margin-top: 20px;
  }
  .pro-img-text.the-second {
    padding-top: 60px;
  }
  .pro-img-text.the-second .p-i-inner .right-text .desc:last-child {
    margin-top: 20px;
  }
  .one-stop {
    padding: 40px 0 60px;
  }
  .one-stop .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .one-stop .list li .bot-text {
    font-size: 22px;
  }
  .process {
    padding-top: 40px;
  }
  .process .title {
    font-size: 30px;
  }
  .process .items li .text .sub-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .process .items li .text .desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .one-stop .title {
    font-size: 24px;
  }
  .process .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .pro-img-text {
    padding: 40px 0;
  }
  .pro-img-text .p-i-inner .left-img {
    display: none;
  }
  .pro-img-text .p-i-inner .right-text {
    width: 100%;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin-bottom: 20px;
  }
  .pro-img-text.the-second {
    padding: 20px 0;
  }
  .pro-img-text.the-second .p-i-inner .left-img {
    display: none;
  }
  .pro-img-text.the-second .p-i-inner .right-text {
    width: 100%;
  }
  .pro-img-text.the-second .p-i-inner .right-text .desc {
    margin-bottom: 20px;
  }
  .process {
    padding-top: 30px;
  }
  .process .title {
    margin-bottom: 30px;
  }
  .process .items li .text .sub-title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .one-stop {
    padding: 20px 0 30px;
  }
  .one-stop .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .one-stop .list li .top-img {
    margin-bottom: 15px;
  }
  .one-stop .list li .bot-text {
    font-size: 14px;
  }
  .pro-img-text {
    padding: 20px 0;
  }
  .pro-img-text .p-i-inner .right-text {
    width: 100%;
  }
  .pro-img-text .p-i-inner .right-text .title {
    font-size: 22px;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin-top: 10px;
  }
  .pro-img-text .p-i-inner .left-img {
    display: none;
  }
  .pro-img-text.the-second {
    padding-top: 20px;
  }
  .process .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .process .items li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .process .items li .img {
    width: 100%;
  }
  .process .items li .text {
    width: 100%;
  }
  .process .items li .text .sub-title {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 16px;
  }
  .process .items li .text .desc {
    font-size: 14px;
  }
}
