.banner .swiper-container {
		      width: 100%;
		      height: 100%;
		    }		
		  .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;
			  /* max-height:447px!important; */
				overflow: hidden;
		    }
			.banner .swiper-slide .img{
				width: 100%;
				height: 100%;
                 /* max-height:447px!important; */
				overflow: hidden;
			}
			.banner .swiper-slide .img img{
				width: 100%;
				height: 100%;
                 /* max-height:447px!important; */
				/* object-fit:; */
			}
			
			.banner .swiper-pagination-bullet{
				width: 8px!important;
				height: 8px!important;
				background-color: #fff!important;
				opacity: .8 !important;
			}
			.banner .swiper-pagination-bullet-active{
				width: 20px !important;
				height: 8px !important;
				background-color: #fff !important;
				border-radius: 5px !important;
				opacity: 1!important;
			}
			.banner .swiper-button-next:after,.banner  .swiper-button-prev:after{
				color: #fff;
				font-size: 30px !important;
			}
			.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
				right: 9%!important;
			}
			.banner  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
				left: 9% !important;
			}
          .banner_title {
             
              color: #FFFFFF;
           
          }
          .swiper-slide ._left img{
              height: 100px;
          }
          .banner_title .con{
              opacity: .8;
          }
          .banner_title .botton{
              
              margin-top: 40px;
              display: inline-block;
              padding: 15px 50px;              
              	background-image: linear-gradient(90deg, 
              		#1b94f3 1%, 
              		#22c9ff 100%), 
              	linear-gradient(
              		#26b2ef, 
              		#26b2ef);
              	background-blend-mode: normal, 
              		normal;
              	border-radius: 36px;
          }
          .banner_title .botton:hover{
              box-shadow:  2px 2px  3px #FFFFFF;
          }
          .banner_title .botton a{
              color: #fff;
          }
          .swiper-slide ._left{
              text-align: left;
             left: 24%;
             top: 50%;
             transform: translateY(-50%);
          }
           .swiper-slide ._right{
               text-align: right;
               top: 50%;
               transform: translateY(-50%);
              right: 20%;
              
             
          }
         .swiper-slide ._right img{
             /* width: 245px; */
             height: 100px;
          }
          ._right .botton{
             background-image: linear-gradient(90deg,
             		#39ebeb 0%, 
             		#26b2ef 99%), 
             	linear-gradient(
             		#26b2ef, 
             		#26b2ef);
             	background-blend-mode: normal, 
             		normal;
             	border-radius: 36px; 
          }
          