.i6 {
  height: 5.5rem;
  background: url(../images/liu.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .i6 {
    width: 100%;
    padding-top: 0;
    height: auto;
    background: url(../images/liu1.png) center center no-repeat;
  }
}
.i6 .other-style h3 {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .i6 .other-style h3 {
    padding-top: 0.5rem;
  }
}
.i6 .other-style .center-text {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.i6 .other-style .center-text em {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 0.05rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .i6 .other-style .center-text em {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.075rem;
  }
}
.i6 .other-style .center-text em::before {
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 1.7rem;
  top: 0.045rem;
  content: '';
}
@media screen and (max-width: 1024px) {
  .i6 .other-style .center-text em::before {
    top: 0.05rem;
    left: 1.85rem;
  }
}
.i6 .other-style .center-text i {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 0.05rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .i6 .other-style .center-text i {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.075rem;
  }
}
.i6 .other-style .center-text i::after {
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 1.7rem;
  top: 0.045rem;
  content: '';
}
@media screen and (max-width: 1024px) {
  .i6 .other-style .center-text i::after {
    top: 0.05rem;
    right: 1.85rem;
  }
}
.i6 .other-style .center-text span {
  background: rgba(133, 84, 84, 0) !important;
  color: #fff;
  padding: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .i6 .other-style .center-text span {
    width: auto;
    height: auto;
    margin-top: 0;
    font-size: 0.32rem;
  }
}
.i6 .other-style .center-text span:after {
  display: none;
}
.i6 .other-style .center-text span::before {
  display: none;
}
.i6 .process-list {
  width: 12rem;
  margin: 0.6rem auto 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .i6 .process-list {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.i6 .process-list li {
  width: 3.25rem;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .i6 .process-list li {
    margin-bottom: 0.4rem;
    width: 58%;
  }
}
.i6 .process-list li .main-wrap {
  width: 2.25rem;
  height: 2.8rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  text-align: center;
  float: left;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .i6 .process-list li .main-wrap {
    width: 75%;
    height: auto;
  }
}
.i6 .process-list li .main-wrap img {
  width: 0.66rem;
  height: 0.66rem;
  margin: 0.2rem 0 0.3rem;
}
.i6 .process-list li .main-wrap div {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .i6 .process-list li .main-wrap div {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
.i6 .process-list li .icon-right {
  width: 0.55rem;
  margin: 1.12rem 0.15rem 0 0.26rem;
  float: left;
}
.i6 .process-list li:last-child {
  width: 2.25rem;
}
.i6 .process-list li:last-child .icon-right {
  display: none;
}
@media screen and (max-width: 1024px) {
  .i6 .process-list li:nth-child(2n) {
    width: 40%;
  }
  .i6 .process-list li:nth-child(2n) .main-wrap {
    width: 100%;
  }
  .i6 .process-list li:nth-child(2n) .icon-right {
    display: none;
  }
}
