#div1 {
	position: relative;
	margin: 15px auto;
	width: 100%;
	height: 215px;
	overflow: hidden
}

#div1 ul {
	position: absolute;
	left: 0;
	display: flex;
	flex-wrap: nowrap
}

#div1 ul li {
	float: left;
	list-style: none;
	width: 130px;
	height: 215px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px
}

#div1 ul li img {
	width: 130px;
	height: 170px
}

.gz-name {
	font-size: 14px;
	line-height: 24px;
	text-align: center
}

.img_box {
	margin-right: 15px
}

#div1 ul {
	height: 100%;
	-webkit-animation: picmove 80s linear infinite forwards;
	animation: picmove 80s linear infinite forwards
}

@-webkit-keyframes picmove {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-4200px)
	}
}

@keyframes picmove {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-4200px)
	}
}

#div1 ul:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}










.yyxtdh-bottom {
	margin-top: 35px
}

.yyxtdh-bottom ul {
	width: 2100px;
	margin: 0 auto
}

.yyxtdh-bottom ul a {
	text-decoration: none;
	color: #333
}

.yyxtdh-bottom li {
	text-align: center;
	float: left
}

.yyxtdh-bottom .yyxtdh-left {
	margin-left: 53px
}

.yyxtdh-left img {
	width: 60px;
	height: 60px;
	padding: 10px
}

.yyxtdh-bottom p {
	margin-top: 8px
}

