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:first-child {
	opacity: 1;
}
.ck-slide ul.ck-slide-wrapper li {
	position: absolute;
	opacity: 0;
}
.ck-slidebox {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 200;
}
.ck-slidebox ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
}
.ck-slidebox ul li {
	float: left;
	height: 12px;
	margin: 4px 4px;
}
.ck-slidebox ul li em {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
	border: 1px solid #c4c4c4;
}
.ck-slidebox ul li.current em {
	background-color: #659e59;
}
.ck-slidebox ul li em:hover {
	background-color: #659e59;
}
.ck-slide ul.ck-slide-wrapper li a img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 36px;
	height: 57px;
	margin-top: -35px;
	text-indent: -9999px;
}
.ck-slide .ck-prev {
	left: 10%;
	background: url(../images/arrow-left.png) 50% no-repeat;
}
.ck-slide .ck-next {
	right: 10%;
	background: url(../images/arrow-right.png) 50% no-repeat;
}
.ck-slide {
	width: 100%;
	height: 501px;
	margin: 0 auto;
}
.ck-slide ul.ck-slide-wrapper {
	height: 501px;
}
 @media screen and (max-width: 1680px) {
.ck-slide {
	width: 100%;
	height: 438px;
	margin: 0 auto;
}
.ck-slide ul.ck-slide-wrapper {
	height: 438px;
}
}
 @media screen and (max-width: 1600px) {
.ck-slide {
	width: 100%;
	height: 417px;
	margin: 0 auto;
}
.ck-slide ul.ck-slide-wrapper {
	height: 417px;
}
}
 @media screen and (max-width: 1440px) {
.ck-slide {
	width: 100%;
	height: 374px;
	margin: 0 auto;
}
.ck-slide ul.ck-slide-wrapper {
	height: 374px;
}
}
 @media screen and (max-width: 1366px) {
.ck-slide {
	width: 100%;
	height: 355px;
	margin: 0 auto;
}
.ck-slide ul.ck-slide-wrapper {
	height: 355px;
}
}
