.hotNewsSlide{
			width:100%;
			height:180px;
			overflow:hidden;
		}
		.hotNewsSlide ul{
			width:100%;
			height:100%;
			display:block;		
		}
		.hotNewsSlide ul li{
			height:100%;
			background-size:cover;
			background-repeat:no-repeat;
			background-position:center center;
		
		}
		.newSwipeSlide{
			height:100%;
		
		}
		.newSwipeSlide div{
			height:100%;
		
		}
		.newSwipeSlide a{
			display:inline-block;
			width:100%;
			height:100%;
		
		}
		.newSwipeSlide a div{
			width:100%;
			height:100%;
			background-position:center center;
			background-size:cover;
		}
		#hotNewsSlide1{
			
		
		}
		#hotNewsSlide1 .seriesbox1{
			height:320px;
			
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
		}
		#hotNewsSlide1 .seriesbox1:hover{
			-webkit-box-shadow: 0px 0px 0px 16px rgba(12,242,20,1);
			-moz-box-shadow: 0px 0px 0px 16px rgba(12,242,20,1);
			box-shadow: 0px 0px 0px 16px rgba(12,242,20,1);
					
		}
		#hotNewsSlide1 .seriesword1{
			text-align:left;
			
			
		}
		
		.bx-wrapper{
			height:100%;
		}
		.bx-viewport{
			width:100% !important;
			height:100% !important;
		}
		.bx-wrapper .bx-pager{
			top:-30px;
		}