img { border: 0;}
.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}
.ck-slide { position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper{ position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-slide ul.ck-slide-wrapper li{ width:475px; position: absolute;}
.ck-slide ul.ck-slide-wrapper li img{ width:475px; height:316px; margin:0px auto; float:none; display:block;}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 45%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 5px; background: url(../image/arrow-left.png) #000 50% no-repeat;}
.ck-slide .ck-next { right: 5px; background: url(../image/arrow-right.png) #000 50% no-repeat;}
.ck-slidebox { position: absolute; right: 0%; bottom: 0px; z-index: 30;}
.ck-slidebox ul { height: 20px; padding: 2px; border-radius: 8px; background: rgba(0,0,0,0);}
.ck-slidebox ul li { float: left; height: 12px; margin: 2px 4px;}
.ck-slidebox ul li em { display: block; width: 10px; height: 10px; border-radius:100%; background-color: #ededed; text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #32937c;}
.ck-slidebox ul li em:hover { background-color: #00C8B2;}

/*幻灯片效果*/
.ck-slide { width: 475px; height: 316px; margin: 0 auto;}
.ck-slide ul.ck-slide-wrapper { height: 316px;}
.ck-slide-wrapper p{ position:absolute; z-index:50; left:0px; bottom:0px; 
width:100%; height:32px; font-size:15px; line-height:30px; text-align:leftr; text-indent:16px; color:#ffffff; overflow:hidden; background:url(../image/ttj.png) bottom repeat-x;
text-overflow: ellipsis;
white-space: nowrap;
word-break: keep-all;}
.ck-slide-wrapper p span{ font-size:12px; margin-left:6px; color: rgb(181,181,181);}
