/* 导航模块 */
      .fl{
         float: left;
         margin-top: 8px;
         margin-bottom: 10px;
      }
      .fl ul li{
         float: left;
      }
     
      .ri ul li{
         float: right;
         
      }
      
      /* banner */
      .swiper-slide {
         text-align: center;
         font-size: 18px;
         /* background: #fff; */
      
         /* Center slide text vertically */
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         -webkit-justify-content: center;
         justify-content: center;
         -webkit-box-align: center;
         -ms-flex-align: center;
         -webkit-align-items: center;
         align-items: center;
      }
      
      .swiper-slide img {
         display: block;
         width: 100%;
         height: 100%;
         object-fit: cover;
      }
      
      .swiper {
         width: 100%;
      			height: 100%;
         margin-left: auto;
         margin-right: auto;
      }
      .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
         bottom: 65px !important;
      }
      
      
      .swiper-pagination .swiper-pagination-bullet{
         border-radius: 3px;
         margin-bottom: 10px;
      }
      .swiper-pagination span{
         width: 36px;
         height: 6px;
         background-color: #CCCCCC;
      }
      .swiper-pagination .swiper-pagination-bullet-active{
         background-color: #E96E44;
      }
      
      .swiper-pagination span{
         width: 36px;
         height: 6px;
         background-color: #CCCCCC;
      }
      .swiper-pagination .swiper-pagination-bullet-active{
         background-color: #E96E44;
      }
      
	
    
     
    
        
             
            
            