@charset "utf-8";
.special_swiper{
	margin: 30px 0;
}
.zt_slide{
	position: relative;
	width: 640px;
	height: 360px;
	/*transition: 300ms;*/
	/*transform: scale(0.8);*/
}
.zt_slide:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
}
.zt_slide img{
	width: 100%;
	height: 100%;
}
.zt_slide p{
	position: absolute;
	bottom: 0;
	padding:0 30px 40px;
	width: 100%;
	background:linear-gradient(to top,#000 5%,transparent);
	font-size: 22px;
	color: #fff;
}
.special_swiper .swiper-slide-active,
.special_swiper .swiper-slide-duplicate-active{
  transform: scale(1);
}
.special_swiper .swiper-slide-active:after,
.special_swiper .swiper-slide-duplicate-active:after{
	/*opacity: 0;
	z-index: -1;*/
	width: 0;
	height: 0;
}
.special_swiper .swiper-pagination-bullet{
	width: 22px;
	height: 6px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 4px;
	margin: 0 5px !important;
}
.special_swiper .swiper-pagination-bullet-active{
	opacity: 1;
}
.zhuanti_list .key_con{
	width: 100%;
}
.live_con img{
	width: 320px;
	height: 200px;
	margin-bottom: 15px;
}