.banner .pagewrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}

.desc p{font-size:24px;text-transform:uppercase;}
.banner .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.banner .active .item .bg {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner_style;
	animation-name: banner_style
}
@-webkit-keyframes banner_style {
	from {
		-webkit-transform:scale3d(1.5, 1.5, 1.5);
		transform:scale3d(1.5, 1.5, 1.5)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes banner_style {
	from {
		-webkit-transform:scale3d(1.5, 1.5, 1.5);
		transform:scale3d(1.5, 1.5, 1.5)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.bannerMain {
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: 0;
	height: 542px;
}
.banner .item {
	display: block;
	width: 100%;
	height: 542px;
	float: left;
	position: relative;
}
.banner .active .item .desc .tit, .banner .active .item .desc .btn, .banner .active .item .desc h3 {
	opacity: 1;
	-webkit-animation: fadeInLeft 1s ease-in-out backwards;
	-moz-animation: fadeInLeft 1s ease-in-out backwards;
	-o-animation: fadeInLeft 1s ease-in-out backwards;
	-ms-animation: fadeInLeft 1s ease-in-out backwards;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s
}
.banner .active .item .desc p{
	margin: 0;
	opacity: 1;
	-webkit-animation: fadeInLeft 1.3s ease-in-out backwards;
	-moz-animation: fadeInLeft 1.3s ease-in-out backwards;
	-o-animation: fadeInLeft 1.3s ease-in-out backwards;
	-ms-animation: fadeInLeft 1.3s ease-in-out backwards;
	-webkit-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s	
}
.banner .active .item .desc .tits{
	opacity: 1;
	-webkit-animation: fadeInLeft 1s ease-in-out backwards;
	-moz-animation: fadeInLeft 1s ease-in-out backwards;
	-o-animation: fadeInLeft 1s ease-in-out backwards;
	-ms-animation: fadeInLeft 1s ease-in-out backwards;
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s	
}
.banner .active .item .desc h3 {
	-webkit-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s
}
.banner .active .item .desc p {
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s
}
.banner .active .item .desc .btn {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;

	animation-delay: 1s;
	opacity: 1
}
.banner .desc {
	position: absolute;
	/* left: 0; */
	right: 0;
	top: 35%;
	color: #fff;
	margin: 0 8%;
	width: 50%;
	max-width: 100%;
	color: #fff;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: right;
	-webkit-animation: fadeInLeft 1s ease-in-out backwards;
	-moz-animation: fadeInLeft 1s ease-in-out backwards;
	-o-animation: fadeInLeft 1s ease-in-out backwards;
	-ms-animation: fadeInLeft 1s ease-in-out backwards;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.banner .pagewrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}
.banner .tit {
	display: block;
	margin-bottom: 5px;
	text-decoration: none !important;
	opacity: 0;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	text-transform: capitalize;
	font-family: RR;
	font-weight: 600;
	color: #fff;
	font-size: 40px;
	line-height: 85px;
}
.desc p{
	font-family: 'Muli', sans-serif;
	color:#fff4be;
	font-size:20px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	-webkit-line-clamp:3;
}

@media  (min-width: 768px) and (max-width: 991px) {
	.bannerMain,.banner .item {
		height: 500px;
	}
	.banner .tit{
		font-size: 60px;
		line-height: 65px;
	}
	.desc p{
		font-size: 30px;
		padding-bottom: 10px;
		line-height: 40px;
	}
	.banner .desc{
		top: 30%;
		margin: 0 5%;
	}
}
@media (max-width: 767px) {
	.banner .desc{
		top: 21% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 2%;
		text-align: center;
	}
	.bannerMain,.banner .item {
		height: 400px;
	}
	.banner .tit{
		font-size: 30px;
		line-height: 55px;
	}
	.desc p{
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 30px;
	}
	.banner .desc{
		top: 10%;
		margin: 0 3%;
		width: 70%;
	}
}