#boxFactsAndFigures { width: 100%; float: left; }
#boxFactsAndFigures .main { width: 100%; float: left; padding: 30px; box-sizing: border-box; }
#boxFactsAndFigures .title { width: 100%; float: left; font-family:'Din-Bold'; font-size:24px; line-height:28px; color:#333; text-transform: none; text-align: center; }
#boxFactsAndFigures .content { width:100%; float:left; font-size:13px; line-height:18px; color:#333; margin-top:6px; text-align: center;}
#boxFactsAndFigures .content a { text-decoration: underline; color: #F19831; }
#boxFactsAndFigures .lists { width: 100%; float: left; margin-top: 11px; }
#boxFactsAndFigures .swiper-slide .img { width: 100%; float: left; }
#boxFactsAndFigures .swiper-slide .img img { width: 100%; float: left; height: auto; }
#boxFactsAndFigures .swiper-slide .imgover { width: 100%; height: 100%; position: absolute; z-index: 1; background-color: rgba(0,0,0,0.3); left: 0; top: 0; }
#boxFactsAndFigures .swiper-slide .info { width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 30px; box-sizing: border-box; }
#boxFactsAndFigures .swiper-slide .info .ktitle { width: 100%; float: left; font-family: 'Din-Bold'; font-size: 24px; line-height: 20px; color: #fff; text-align: center; margin-bottom: 6px; }
#boxFactsAndFigures .swiper-slide .info .kdetail { width: 100%; float: left; font-size: 13px; line-height: 18px; color: #fff; text-align: center; }
#boxFactsAndFigures .swiper-slide .info .kdetail span.keynum { font-weight: bold; font-size: 18px; }
#boxFactsAndFigures .swiper-pagination { bottom: 5px; }
#boxFactsAndFigures .swiper-pagination .swiper-pagination-bullet { width:6px; height:6px; border:1px solid #fff; border-radius:100%; box-sizing:border-box; background:none; opacity:1; margin: 0 3px;}
#boxFactsAndFigures .swiper-pagination .swiper-pagination-bullet-active { border:1px solid #fff; background:#fff;}