.gd-div{
	width:100%;
	height:145px;
	overflow:hidden;
	margin: 0px auto;
}

.gd-ul {
  	list-style:none;
	/*animation:move 15s linear 0s infinite normal;*/
}

.gd-ul li{
	float: left;
	width:10%;
	height:145px;
	margin-left: 20px;
}

.gd-ul li img{
  width:100%;
  height:135px; 
}

/* .gd-ul div {
	transition: all 1s;
	position: relative;
} */

/* @keyframes move {
	from {
		margin-left:0px;
	}

	to {
		 margin-left: -384px; 
	}
}
*/
.gd-ul:hover {
	animation-play-state: paused;
}


