.img-scroll {
	position: relative;
	width: 100%;
	/* margin-left: -17px; */
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
    display: block;
    width: 20px;
    height: 80px;
    top: 10%;
    color: #000;
    z-index: 500;
    cursor: pointer;
    font-family: "Flaticon";
    font-size: 20px;
    line-height: 80px;
}
.img-scroll .prev {
	left:-5px;
}
.img-scroll .prev:before {
	content:"\f108";
}
.img-scroll .next {
	right:-5px;
}
.img-scroll .next:after {
	content:"\f122";
}
.img-list {
	position: relative;
	width: 100%;
	/* height: 65px; */
	overflow: hidden;
	margin-top:10px;
	padding: 0 15px;
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 90px;
	height:90px;
	margin-right: 5px;
	background:#FFF;
	/*border: #D2D2D2 1px solid;*/
	padding:5px;
	box-sizing: border-box;
	/* height: 55px; */
}
.img-list li a {
	display:block;
	width: 100%;
	height:80px;
}
.index_product .img-scroll {
	position: relative;
	width: 655px;
	margin-left: -7px;
}
.index_product .img-scroll .prev, .index_product .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background-color: #000;
	top: 30px;
	color: #FFF;
	z-index: 500;
	text-indent: -9999px;
	background: url(../images/thumb_scroll.png) no-repeat;
}
.index_product .prev {
	cursor: pointer;
}
.index_product .next {
	cursor: pointer;
}
.index_product .img-scroll .prev {
	background-position: top left;
	left: 0;
}
.index_product .img-scroll .prev:hover {
	background-position: bottom left;
}
.index_product .img-scroll .next {
	background-position: top right;
	right: 0
}
.index_product .img-scroll .next:hover {
	background-position: bottom right;
}
.index_product .img-list {
	position: relative;
	width: 620px;
	height: 203px;
	overflow: hidden;
	padding-left: 17px;
}
.index_product .img-list ul {
	width: 9999px;
}
.index_product .img-list li {
	float: left;
	display: inline;
	width: 140px;
	margin-right: 5px;
	height: 200px;
}
