/* CSS Document */
*{ margin:0; padding:0; list-style:none; }
body{ font-size:13px; color:#FFF; font-family:Arial, Helvetica, sans-serif;}
.clear{ clear:both; line-height:0; font-size:0; height:0;}

#jswbox{ margin:0 auto 0;width: 1100px;
	background-color: #fff;
	position: relative;
}
@media (min-width: 1200px){
	#jswbox ul{position:relative;height:450px;}
}


#jswbox li{position:absolute;width:0;height:0;z-index:0;cursor:pointer;overflow:hidden;top:152px; left:10px;}
#jswbox li p{
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom:20px;
	background-color: rgba(17,19,124,0.5);
}
#jswbox li img{width:100%;height:100%;vertical-align:top; float:left; border:0;}
#jswbox .prev,#jswbox .next{
	position: absolute;
	top:180px;
	width: 80px;
	height: 80px;
	font-size: 80px;
	font-family: "宋体";
	display: inline-block;
	z-index: 999;
	border-radius: 5px;
	line-height: 80px;
	cursor: pointer;
	background-color: transparent;
 }
 #jswbox .prev img,#jswbox .next img{
 	width: 100%;
 }
#jswbox .prev {
	left: -90px;
}
#jswbox .next {
	right: -90px;
}

