.lc {
    width: 1300px;
    overflow: hidden;
}

.lc .items .right {
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #f4f6f8;
	border-radius:10px;
    margin-right:35px;
    float: left;
    width: 410px;
    height: 420px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li .tu {
	width: 410px;
	height: 220px;
}
.lc .items .right ul li .tu img {
	width: 410px;
	height: 220px;
	border-radius:10px 10px 0 0;
}
.lc .items .right ul li .biaoti {
	width: 360px;
	height: 65px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
}
.lc .items .right ul li .biaoti a {
	color: #000;
}
.lc .items .right ul li .detail {
	width: 360px;
	height: 75px;
	margin: 0 auto;
	font-size: 15px;
	color: #000;
	font-weight:lighter;
}
.lc .items .right ul li .more {
	width: 360px;
	margin: 0 auto;
}
.lc .items .right ul li .more a {
	font-size: 16px;
	color: #000;
}

.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.lc .items .right .next {
    left: 0px;
}
.lc .items .right .prev {
    right: 0px;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}



.yuan {
	position:relative;
}
@keyframes box1 {
	0% {transform: rotate(0);}
	50% {transform: rotate(0.5turn);}
	100% {transform: rotate(1turn);}
}
.div1 {
	width: 274px;
	height: 274px;
	position:absolute;
	text-align: center;
	line-height: 100px;
	top: 117px;
	left: 417px;
	animation-name: box1;
	animation-duration: 100s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}
.one {
	animation-play-state: running;
	border-radius:500px;
}
@keyframes box2 {
	0% {transform: rotate(0);}
	50% {transform: rotate(-0.5turn);}
	100% {transform: rotate(-1turn);}
}
.div2 {
	width: 507px;
	height: 507px;
	position:absolute;
	left: 300px;
	text-align: center;
	line-height: 100px;
	animation-name: box2;
	animation-duration: 100s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}
.two {
	animation-play-state: running;
	border-radius:500px;
}