.success {
  width: 100%;
  height: 0.93333333rem;
  background: #fe0000;
  margin-top: 0.2rem;
}
.success .success-wrap {
  width: 9.2rem;
  height: 100%;
  margin: auto;
}
.success .success-wrap .Chinese {
  float: left;
  display: block;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  color: #fff;
  font-size: 0.34666667rem;
}
.success .success-wrap .English {
  float: left;
  margin-left: 0.13333333rem;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.21333333rem;
}
.success .success-wrap .btn {
  position: relative;
}
.success .success-wrap .btn.down {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_07.png") no-repeat center / cover;
}
.success .success-wrap .btn.up {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_08.jpg") no-repeat center / cover;
}
.success .success-wrap .btn ul {
  display: none;
  position: absolute;
  right: 0;
  top: 0.93333333rem;
  width: 1.46666667rem;
  height: auto;
  background: #e0e0e0;
  padding-bottom: 0.26666667rem;
  z-index: 5;
}
.success .success-wrap .btn ul li {
  width: 100%;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  color: #727171;
  font-size: 0.24rem;
}
.success .success-wrap .btn ul li.active {
  color: #f00;
  border-color: #f00;
}
/*article文章*/
.article {
  position: relative;
  width: 100%;
  padding-bottom: 0.4rem;
}
.article article {
  display: none;
  top: 0;
  left: 0.4rem;
  width: 9.2rem;
  height: auto;
  margin: 0.4rem auto 0;
}
.article article.block {
  display: block;
}
.article article .line {
  width: 0.29333333rem;
  height: 0.05333333rem;
  background: #f00;
}
.article article .title {
  font-size: 0.29333333rem;
  color: #727171;
  margin-top: 0.2rem;
  margin-bottom: 0.42666667rem;
}
.article article .banner1 {
  width: 100%;
  height: 5.2rem;
}
.article article .banner1 .swiper-container {
  width: 100%;
  height: 100%;
}
.article article .banner1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.article article .banner1 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.article article .banner1 .swiper-container .swiper-pagination-bullet {
  width: 0.13333333rem;
  height: 0.13333333rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .2;
}
.article article .banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}
/*project*/
.project {
  width: 9.2rem;
  margin: auto;
  padding-bottom: 0.26666667rem;
}
.project p {
  margin-bottom: 0.26666667rem;
}
.project p span.title {
  float: left;
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #727171;
  font-size: 0.24rem;
  text-align: center;
  font-weight: bold;
  background: url("../images/成功案例-详情页/bg_14.png") center / cover;
  margin-right: 0.26666667rem;
}
.project p span.des {
  float: left;
  width: 7.57333333rem;
  line-height: 0.4rem;
  color: #727171;
  font-size: 0.24rem;
}
