.slides {
    position:relative;
    width:100%;
	z-index:200;
	overflow:hidden;
}

.sliders2{
position:absolute;
top:380px;
right:35%;
width:386px;
height:116px;
z-index:300;
}

.back_slides{
height:610px;
position:relative;
background: url(/images/slider/bgf.png) left 85% no-repeat;
}




.slides .sliceimage{
width:100%;
}


.slides ul {
    list-style:none;
    position:relative;
	margin:0;
	padding:0;

}

@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    1% {
        opacity:1;
    }
    13% {
        opacity:1;
    }
    14% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    1% {
        opacity:1;
    }
    13% {
        opacity:1;
    }
    14% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

@keyframes anim_slides {
    0% {
        opacity:0;
    }
    1% {
        opacity:1;
    }
    13% {
        opacity:1;
    }
    14% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    height:402px;
    width:100%;
    opacity:0;
    position:absolute;
	z-index:20000;
    top:0;
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 88.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 88.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
	
	
	animation-name: anim_slides;
    animation-duration: 88.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 11.0s;
    -moz-animation-delay: 11.0s;
	animation-delay: 11.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 22.0s;
    -moz-animation-delay: 22.0s;
	animation-delay: 22.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 33.0s;
    -moz-animation-delay: 33.0s;
	animation-delay: 33.0s;
}

.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 44.0s;
    -moz-animation-delay: 44.0s;
	animation-delay: 44.0s;
}

.slides ul  li:nth-child(6), .slides ul  li:nth-child(6) div {
    -webkit-animation-delay: 55.0s;
    -moz-animation-delay: 55.0s;
	animation-delay: 55.0s;
}

.slides ul  li:nth-child(7), .slides ul  li:nth-child(7) div {
    -webkit-animation-delay: 66.0s;
    -moz-animation-delay: 66.0s;
	animation-delay: 66.0s;
}

.slides ul  li:nth-child(8), .slides ul  li:nth-child(8) div {
    -webkit-animation-delay: 77.0s;
    -moz-animation-delay: 77.0s;
	animation-delay: 77.0s;
}


.slides ul li span img {
   
    display:block;
	
	border:6px solid #fff;
	box-shadow:0 0 5px #ccc;

    height:100%; 
}

@-webkit-keyframes anim_titles {
    0% {
        right:20%;
        opacity:0;
    }
    1% {
        right:38%;
        opacity:1;
    }
    13% {
        right:38%;
        opacity:1;
    }
    14% {
        right:20%;
        opacity:0;
    }
    100% {
        right:20%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        right:20%;
        opacity:0;
    }
    1% {
        right:45%;
        opacity:1;
    }
    13% {
        right:45;
        opacity:1;
    }
    14% {
        right:20%;
        opacity:0;
    }
    100% {
        right:20%;
        opacity:0;
    }
}

@keyframes anim_titles {
    0% {
        right:20%;
        opacity:0;
    }
    1% {
        right:55%;
        opacity:1;
    }
    13% {
        right:55%;
        opacity:1;
    }
    14% {
        right:20%;
        opacity:0;
    }
    100% {
        right:20%;
        opacity:0;
    }
}


.slides ul li div  img{

width:180%;

}


.slides ul li div {

	font-weight:700;
    position:absolute;
    z-index:2000;
    top:111%;
	width:42%;
	font-size:15px;
	line-height:17px;
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 88.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 88.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
	
	
	animation-name: anim_titles;
    animation-duration: 88.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}


.slides ul li span {
    display: block;
    height: 75%;
    position: absolute;
    right: 43%;
    top: 19%;
    width: 386px;
}
.slides ul li b{
	color:#faebd7;
	text-shadow:0 1px 1px #000

}
