.intelligentUl li {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.intelligentUl li .text,
.intelligentUl li .img {
  height: 330px;
}
.bg-f2 {
  background-color: #f2f7fc;
}
.intelligentUl li:nth-child(2n) {
  flex-direction: column-reverse;
}
.color-purpse {
  color: #214a9e;
}
.advantage .main {
  margin-top: 40px;
}
.advantage ul {
  width: 90%;
  margin: 0 auto;
}
.color-white {
  color: white;
}
.advantage ul li {
  width: 16%;
  height: 220px;
  margin-left: -26px;
  border: 1px #fff dashed;
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
  transition: all 0.5s;
}
.advantage ul li .f26 {
  margin-top: 1.26rem;
}
.advantage {
  padding: 80px 0;
}
.advantage .desc {
  margin-top: 15px;
}
.advantage ul li .f26 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
  margin-top: 2.46rem;
}
.f14 {
  font-size: 14px;
}
.advantage ul li:hover {
  position: relative;
  background: #20499e;
  color: #fff;
  transform: scale(1.05);
  z-index: 5;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}
.sixsystem {
  margin: 80px 0;
}
.goodLifeTit .line {
}
.sixsystem ul li {
  width: 25%;
  margin-right: 5%;
  transition: all 0.36s;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 35px;
  margin-bottom: 60px;
}
.sixsystem ul {
  display: flex;
}
.sixsystem ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/history-ico.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: -71px;
  z-index: 5;
  transition: all 0.5s;
}
.sixsystem ul li .img {
  border: 1px dashed #e5e5e5;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  background: #fff;
}
.sixsystem ul li .f24 {
  margin: 15px 0;
}
.dis-flex-center-center {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sixsystem ul li .color-666 {
  line-height: 1.8;
  font-size: 16px;
}
.sixsystem ul li::after {
  content: "";
  position: absolute;
  border-width: 0 18px 18px;
  border-style: solid;
  border-color: transparent transparent #fff;
  bottom: -18px;
  transform: rotate(180deg);
}
.sixsystem ul li .img img {
  width: 40%;
}
.sixsystem ul li:nth-child(4) {
  margin-left: 10%;
}
.sixsystem ul li:nth-child(n + 4) {
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  margin-top: 60px;
}
.sixsystem ul li:nth-child(n + 4)::before {
  bottom: auto;
  top: -68px;
}
.sixsystem ul li:nth-child(n + 4):after {
  bottom: auto;
  top: -18px;
  transform: rotate(0);
}
.sixsystem ul::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0.14rem;
  background: #f9e9e8;
  z-index: 1;
}
.sixsystem .main {
  margin-top: 40px;
}
.sixsystem ul li:hover {
  transform: translateY(-20px);
  background: #214a9e;
  color: #fff;
}
.sixsystem ul li:hover .color-666 {
  color: #fff;
}
.sixsystem ul li:hover::before {
  transform: translateY(20px);
}
.sixsystem ul li:hover:after {
  border-color: transparent transparent #214a9e;
}
@media screen and (max-width: 768px) {
  .intelligentUl li .text {
    padding: 20px;
  }
  .intelligentUl li .text,
  .intelligentUl li .img {
    height: 200px;
  }
  .intelligentUl li {
    width: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .intelligentUl {
    flex-wrap: wrap;
  }
  .font30 {
    font-size: 14px;
  }
  .intelligentUl .desc {
    font-size: 12px !important;
  }
  figure {
    margin: 5px !important;
  }
  .advantage ul li {
    width: 50%;
    height: 159px;
    margin-left: 0px;
    border: 1px #fff dashed;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    padding: 0 20px;
    transition: all 0.5s;
  }
  .advantage ul li .f14 {
    font-size: 11px !important;
  }
  .advantage ul li {
    margin-bottom: 20px;
  }
  .advantage .f40 {
    font-size: 26px !important;
  }
  .sixsystem ul li {
    width: 100%;
  }
  .sixsystem .f40 {
    font-size: 26px !important;
  }
  .sixsystem ul li::before {
    display: none;
  }
  .sixsystem ul li:nth-child(4) {
    margin-left: 0;
  }
  .sixsystem ul li .f24 {
    font-size: 16px;
    margin: 15px 0;
  }
  .sixsystem ul::after {
    display: none;
  }
}
