.page5s{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  height: 12.8rem;
}

/* p5 标题 */
.page5s .page5-top {
  position: absolute;
  width: 100%;
  top: 1.47rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.page4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page5-top .page5-title {
  width: 4.44rem;
  height: 1.06rem;
  background: url(../image/section5/title-5.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}

.role-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}



.role-swiper .role-swiper-pagination {
  position: absolute;
  top: 11.06rem;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.role-swiper .role-1 {
  background: url(../image/section5/role-1.jpg) no-repeat;
  background-size: cover;
}

.role-swiper .role-2 {
  background: url(../image/section5/role-2.jpg) no-repeat;
  background-size: cover;
}

.role-swiper .role-3 {
  background: url(../image/section5/role-3.jpg) no-repeat;
  background-size: cover;
}

.role-swiper .role-4 {
  background: url(../image/section5/role-4.jpg) no-repeat;
  background-size: cover;
}

.role-swiper .role-swiper-pagination .swiper-pagination-bullet {
  width: 1.45rem;
  height: 1.67rem;
  background: url(../image/section5/role-bullet-1.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
  margin: .06rem;
  filter: brightness(0.6);
  transition: filter 0.3s;
}
.role-swiper .role-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../image/section5/role-bullet-2.png);
}
.role-swiper .role-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../image/section5/role-bullet-3.png);
}
.role-swiper .role-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../image/section5/role-bullet-4.png);
}
.role-swiper .role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: brightness(1);
}


.role-btn{
  position: absolute;
  width: 4.62rem;
  height: .94rem;
  background: url(../image/section5/role-btn.png) no-repeat;
  background-size: 100%;
  top: 11rem;
  left: 50%;
  margin-left: -2.31rem;
  z-index: 4;
}
