.ck-slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ck-slide {
	overflow: hidden;
	position: relative;
	width: 848px;
	/* width: 685px; */
	height: 538px;
	/* height: 426px; */
	float: left;
	/* width: 1167px;
	margin: 0px auto;
	margin-top: 30px; */
}

.ck-slide ul.ck-slide-wrapper {
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	position: absolute;
}

.ck-slide ul.ck-slide-wrapper li {
	position: absolute;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 48px;
	opacity: .5;
	background: white;
	margin-top: -35px;
	position: absolute;
	border-radius: 3px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev {
	left: 42px;
	background: url(../../project/img/arrow-left.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.ck-slide .ck-next {
	right: 42px;
	background: url(../../project/img/arrow-right.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.ck-slide ul li a img {
	/* width: 1167px; */
	/* width: 685px; */
	width: 848px;
	/* height: 426px; */
	height: 538px;
}

.ck-slidebox {
	right: 40px;
	z-index: 30;
	position: absolute;
	bottom:4%;
}

.ck-slidebox ul li {
	float: left;
	margin: 0px 7px;
}

.ck-slidebox ul li em {
	width: 14px;
	height: 14px;
	background: url(../../project/img/sildebox_ul_li_em.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	text-indent: -9999px;
	display: block;
}
.ck-slidebox ul li.current em {
	background: url(../../project/img/sildebox_ul_li_em_current.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}
.ck-slidebox ul li em:hover {
	background: url(../../project/img/sildebox_ul_li_em_current.png) no-repeat center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.tips {
	visibility: visible;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 61px;
	background-color: #151515;
	overflow: hidden;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.tips .title {
	position: absolute;
	left: 40px;
	top: 25%;
	height: 17px;
	font-size: 17px;
	color: #FFF;
}

.hover {
	visibility: visible;
}