.ck-slide ul {
    margin:0;
    padding:0;
    list-style-type:none;}
.ck-slide {
    width:1170px;
    height:360px;
	overflow:hidden;
    position:relative;}
.ck-slide ul.ck-slide-wrapper {
    height:360px;
	top:0;
    left:0;
    z-index:1;
    margin:0;
    padding:0;
    position:absolute;}
.ck-slide ul.ck-slide-wrapper li {
    position:absolute;
    width: 100% !important;
    }
.ck-slide ul.ck-slide-wrapper li img{
    max-width:inherit;
	width: 1170px;}
.ck-slide .ck-ctrl {}
.ck-slide .ck-prev,
.ck-slide .ck-next {
    top: 6rem;
    z-index:2;
    width:35px;
    height:70px;
    opacity:.15;
    background:red;
    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:5px;
    background:url(../images/arrow-left.jpg) #000 no-repeat center center;}
.ck-slide .ck-next {
    right:5px;
    background:url(../images/arrow-right.jpg) #000 no-repeat center center;}
.ck-slidebox {
    left:50%;
    z-index:30;
    position:absolute;
    bottom:12px;}
.ck-slidebox ul {
    height:20px;
    padding:0 4px;
    background:rgba(0,0,0,0.5);
    border-radius:8px;}
.ck-slidebox ul li {
    float:left;
    height:12px;
    margin:4px 4px;}
.ck-slidebox ul li em {
    width:12px;
    height:12px;
    cursor:pointer;
    background:#fff;
    border-radius:100%;
    text-indent:-9999px;
    display:block;}
.ck-slidebox ul li.current em {
    background:#FE6500;}
.ck-slidebox ul li em:hover {
    background:#FE6500;}
.ck-slidebox .dot-wrap {}
.ck-slidebox .slideWrap{}

@media (max-width: 1200px){

	.ck-slide{width:100%;}

	}
@media (min-width: 768px) and (max-width: 979px){
	.ck-slide {
    width:100%;
    height:223px;}
	.ck-slide ul.ck-slide-wrapper li img{
		width: 100%;}
}
@media (max-width: 767px){
	.ck-slide {
    width:100%;
    height: 200px;
    }
	.ck-slide ul.ck-slide-wrapper li img{
		width: 100% !important;
		}
}

@media (max-width: 459px){
	.ck-slide {
    width:100%;
    height: 100px;
    }
	.ck-slide ul.ck-slide-wrapper li img{
		width: 100%;}
}