
	#boxwuqi{
		width: 100%;
		height: 100%;
		position: fixed;
		top:0;
		z-index: -1
	}
	#boxwuqi ul{
		display: block;
		width: 2666px;
		height: 100%;
		animation: yd 10s linear infinite;
	}
	#boxwuqi ul li {
		float: left;
		list-style: none;
		
	}
	#boxwuqi .image{
		width: 1333px;
		height: auto;

	}
	@keyframes yd{
		to{
			transform: translate(-1333px);
		}
	}
