.carousel {
	position: relative;
	margin-top: 80px;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	line-height: 1;
	max-width: 100%;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.carousel-control.left {
	background-repeat: repeat-x;
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-repeat: repeat-x;
}

.carousel-control:hover,.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 42%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 1;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
	margin: 0 2px;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 36%;
	z-index: 1;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-caption .btn {
	text-shadow: none
}


.k11{font-weight: 700;font-size: 50px;margin: 0 0 18px 0;padding: 0;line-height: 1.2;color: #fff;}
.zz1{line-height: 1.5;font-size: 18px;color: #fff;font-weight: 500;}

.btn_product{padding: 12px 35px;	border: 2px solid white;text-transform: uppercase;background: transparent;background: rgba(0, 0, 0, .1);color: white;font-size: 14px;font-weight: 400;display: inline-block;
cursor: pointer;letter-spacing: 1px;margin: 25px 0;line-height: 20px; transition:0.3s;}


.btn_product:hover{border: 2px solid #fff;background: #fff; color: #000;}

.zss1{ display:block;}
.zss2{ display:none;}


@media(max-width:1440px) {
	
.carousel-caption {
	position: absolute;
	left:10%;
	right:10%;
	top: 34%;
}
.k11{font-size: 42px;margin: 0 0 15px 0;padding: 0;line-height:1.2;color: #fff;}
.zz1{line-height: 1.6;font-size: 16px;color: #fff;}

}



@media(max-width:1024px) {
	
.carousel {
	position: relative;
	margin-top:51px;
}
	

.k11{font-size: 18px;margin: 10px 0 15px 0;padding: 0;line-height:1.3;color: #fff;}
.zz1{line-height: 1.6;font-size: 14px;color: #fff;}
.zss1{ display:none;}
.zss2{ display:block;}
.carousel-caption {
	position: absolute;
	left:5%;
	right:5%;

	top: 31%;
}

}


