article .content .prolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 65px auto 0;
  width: 1035px;
}
article .content .prolist li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  width: 470px;
}
article .content .prolist li div {
  margin-top: 48px;
}
article .content .prolist li div p {
  width: 327px;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
article .content .prolist li div p strong {
  color: #2b83ff;
  font-size: 24px;
}
article .content .t2 {
  margin-top: 30px;
}
article .content .guides {
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}
article .content .guides li {
  width: 139px;
  height: 138px;
  text-align: center;
  line-height: 138px;
  background: url(../images/process_pic1.png) no-repeat;
}
article .content .guides li span {
  color: #333333;
  font-size: 24px;
  letter-spacing: 1px;
}
article .content .t3 {
  margin-top: 92px;
}
article .content .conbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 138px;
  margin: 35px auto 0;
  width: 1071px;
  height: 173px;
  background: url(../images/process_pic2.jpg) no-repeat;
}
article .content .conbox li {
  width: 118px;
  height: 118px;
  text-align: center;
  line-height: 118px;
  background-color: #fff;
  border-radius: 50%;
}
article .content .conbox li span {
  color: #333333;
  font-size: 29.22px;
  letter-spacing: 1px;
}
article .content .t4 {
  margin-top: 123px;
  width: 100%;
}
article .content .swbox {
  position: relative;
  margin: 55px auto 0;
  width: 1122px;
  height: 200px;
}
article .content .swbox .swiper {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
article .content .swbox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
article .content .swbox .swiper-button-next {
  right: 0;
  width: 31px;
  height: 67px;
  background: url(../images/process_sw_rg.png) no-repeat;
}
article .content .swbox .swiper-button-next::after {
  content: "";
}
article .content .swbox .swiper-button-prev {
  left: 0;
  width: 31px;
  height: 67px;
  background: url(../images/process_sw_lf.png) no-repeat;
}
article .content .swbox .swiper-button-prev::after {
  content: "";
}
