.process-section.section {
  padding: 70px 0;
}
.process-section .section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;

  letter-spacing: 5px;
}
.process-section .section-title small {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-top: 18px;
}
.process-section .section-title:after {
  display: block;
  content: "";
  background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
  height: 18px;
  margin-top: 20px;
}

.process-section .container {
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
}

.bg2 {
  background: url(../img/bg-process.jpg) no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
}
.bg2 .section-title:after {
  background-image: url(../images/cptit.png);
}

/* 圆 */

.in-rz {
  margin-left: -82px;
}
.in-rz li {
  float: left;
  width: 131px;
  margin-left: 82px;
}
.in-rz li .wrap {
  display: table;
  width: 100%;
  height: 131px;
  position: relative;

  min-width: auto;
  max-width: auto;
}
.in-rz li .wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/circle.png) no-repeat 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.in-rz li .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 18px;
}
.in-rz li .inner p {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
  background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
  background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
  background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
  background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
  background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 字 */
.in-rz-tel {
  margin-top: 40px;
  text-align: center;
}
.in-rz-tel i svg {
  transform: translateY(12px) rotate(70deg);
}

.in-rz-tel p {
  margin: 0 auto;
  /* 电话图标 */
  height: 64px;
  font-size: 16px;
  line-height: 40px;
}

.in-rz-tel strong {
  color: #0490db;
  font-size: 30px;
  font-family: Impact;
}
.in-rz-tel .btn {
  display: block;
  width: 190px;
  line-height: 45px;
  color: #fff;
  background-color: #0490db;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .process-section.section {
    padding: 30px 0;
    margin-top: 30px;
  }
  .process-section .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .process-section .section-title small {
    font-size: 12px;
  }
  .process-section .section-title:after {
    height: 12px;
    margin-top: 5px;
  }

  .in-rz {
    margin: -20px 0 0;
  }
  .in-rz li {
    width: 50%;
    margin: 20px 0 0;
  }
  .in-rz li .wrap {
    width: 131px;
    margin: 0 auto;
  }
  .in-rz-tel {
    margin-top: 30px;
  }
  .in-rz-tel p {
    background: none;
    width: auto;
    padding: 0;
    height: auto;
  }

  .in-rz li .inner p {
    font-size: 16px;
  }
  .in-rz-tel strong {
    display: block;
    font-size: 26px;
  }
}
