#box .pg {
  background: url(../images/BI-bg.png) no-repeat 0 0;
  width: 100%;
  height: 5.48571429rem;
}
#box .swiper {
  height: 6.75rem;
  background: url(../images/cj-bg.png) no-repeat 0 0;
}
#box .swiper p {
  text-align: center;
  padding-top: 0.55714286rem;
  font-size: 0.28571429rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}
#box .swiper .swiper-container {
  width: 10rem;
  margin: 0 auto;
}
#box .swiper .swiper-container .swiper-wrapper {
  margin-left: -2.14285714rem;
}
#box .swiper img {
  height: 4.28571429rem;
}
#box .select {
  height: 7.77142857rem;
  background: url('../images/xzw-bg.png') no-repeat 0 0;
}
#box .select .tit p {
  font-size: 0.28571429rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.21428571rem;
  text-align: center;
  padding-top: 0.53571429rem;
}
#box .select .superiority {
  width: 8.74285714rem;
  height: 5.74285714rem;
  margin: 0 auto;
  margin-top: 0.57142857rem;
}
#box .select .superiority ul li {
  float: left;
  width: 2.18571429rem;
  height: 1.91428571rem;
  text-align: center;
  transform: translateY(0rem);
  transition: 0.2s linear 0s;
}
#box .select .superiority ul li p {
  font-size: 0.14285714rem;
  font-weight: bold;
  color: #333333;
  margin-top: 0.17142857rem;
}
#box .select .superiority ul li h6 {
  font-size: 0.11428571rem;
  color: #666666;
  line-height: 0.17142857rem;
  margin: 0 auto;
  margin-top: 0.11428571rem;
  width: 1.48571429rem;
}
#box .select .superiority ul li img {
  padding-top: 0.27142857rem;
}
#box .select .superiority li:hover {
  background: #ffffff;
  box-shadow: 0rem 0.02857143rem 0.14285714rem 0rem rgba(98, 135, 151, 0.35);
  transform: translateY(-0.03571429rem);
  transition: 0.2s linear 0s;
}
@media (min-width: 1024px) {
  #box .swiper .swiper-container {
    width: 9.28571429rem;
  }
  #box .select .superiority ul li img {
    padding-top: 0.14285714rem;
  }
}
/*>=1024的设备*/
@media (min-width: 1100px) {
  #box .swiper .swiper-container {
    width: 9.57142857rem;
  }
}
/*>=1100的设备*/
@media (min-width: 1280px) {
  #box .select .superiority ul li img {
    padding-top: 0.27142857rem;
  }
}
/*>=1280的设备*/
@media (min-width: 1400px) {
  html {
    font-size: 140px !important;
  }
  #box .swiper .swiper-container {
    width: 10rem;
  }
}
