
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}


.focus-img{
	position: relative;
	width: 1200px;
	height: 38px;
	margin-left: 17px;
}


.focus-img-con{
	position: relative;
	width: 800px;
	height: 38px;
	margin: 0 auto;
	overflow: hidden;
	/*background: white;*/
}

.focus-img-con ul{
	position: absolute;
	top: 0;
}
.focus-img-con ul li{
	/*color: #fff;*/
	text-align: center;
	/*line-height: 78px;*/
	padding-right: 20px;
	float: left;
}
.focus-img-con ul li div{
	width: 104px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}
.focus-img .change-bnt{
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.focus-img .change-bnt.prev-bnt{
	left: 5px;
}
.focus-img .change-bnt.next-bnt{
	right: 25px;
}