@charset "utf-8";
/* CSS Document */
 html, body {
        position: relative;
        height: 100%;
        font-family: "微软雅黑";
    }
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
  font-size: 12px;
}
.Successful { padding: 5% 0; overflow: hidden;}
.swiper-slide img{ border-radius: 100%; display: block; margin: 0 auto;}
.swiper-slide p,.swiper-slide span,.swiper-slide strong{ text-align: center;  display: block;}
.swiper-slide p{color: #444; font-size: 18px; line-height: 26px; padding: 2% 0 0 0 ;}
.swiper-slide span{ padding: 6% 0 1%; color: #fc1121; font-size: 20px;}
.swiper-slide strong{ font-style: italic; font-weight: 400; color: #888;}
.swiper-pagination span{ width: 30px; height: 4px; background: #ccc; border-radius: 0; cursor: pointer;}
.swiper-pagination-bullet{  background: #999; }
@media (max-width:480px){
.swiper-slide span,.swiper-slide strong{ font-size: 0.6em;}
.swiper-slide p{ font-size: 0.8em; line-height: 16px;}
}









