/*----------------------通用样式----------------------*/ 
.team4 li a { padding:0;  }
.team4 li .InfoPicture { padding:0; }
.team4 li .InfoWrap { margin-top:0; padding-bottom:0; }
.floor_team4 .swiper-pagination { padding-right:20%; }
/*----------------------大屏幕 大桌面显示器 (≥1200px)----------------------*/
@media screen and (min-width: 1200px) {

}

/*----------------------小屏幕 平板 (≥700px并且≤1199px)----------------------*/
@media screen and (min-width: 700px) and (max-width: 1199px) {

}

/*----------------------超小屏幕 手机 (≤699px)----------------------*/
@media screen and (max-width: 699px) {
#n5155, #n5155 .Title, #n5155 .SubContent, #n5156, #n5156 .Title, #n5156 .SubContent { text-align:center; }
#n5154>.floor_layout1>.layout2>.component { border:0; }
.floor_team4 .swiper-pagination { padding:0; }
}