#ztbox {
	position: relative;
	width:1120px; 
	height:400px; 
	margin:0 auto;
}
#ztbox #left { 
	color: #fff;
	text-align: center;
	width:136px; 
	height:34px; 
	line-height: 34px;
	cursor:pointer;
	background-color: #BF1C00;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -156px;
}
#ztbox #right{ 
	color: #fff;
	text-align: center;
	width:136px; 
	height:34px; 
	line-height: 34px;
	float:left; 
	cursor:pointer;
	background-color: #BF1C00;
	position: absolute;
	bottom: -16px;
	right: 50%;
	margin-right: -156px;
}

#ztbox #conter { 
	width:1120px; 
	height:350px; 
	float:left; 
	display:inline; 
	overflow:hidden; 
	position:relative;
}
#ztbox #conter ul {
	display: flex;
	justify-content: space-between;
	height:350px; 
	top:0px; 
	position:absolute; 
	overflow:hidden;
}
#ztbox #conter li { 
	width:250px; 
	height:350px; 
	margin-right: 40px;
	float:left; 
	position:relative;
}
#ztbox #conter li a{
	display: block;
	height: 350px;
}
#ztbox #conter li img { 
	width:250px; 
	height:350px;
}
.zhezhao{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 200px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.24);
	display: none;
}
.zhezhao p{
	position: absolute;
	bottom: 0;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	width: 218px;
	padding: 16px;
	background-color: rgba(0,0,0,0.4);
}
#ztbox #conter li a:hover .zhezhao{
	display: block;
}
#ztbox #scroll span { 
	width:48px; 
	height:1px; 
	left:0px; 
	bottom:0px; 
	position:absolute; 
}