@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.swiper-slide-active .container div {
	animation: fadeInDown 2.3s 1;
}

.swiper-slide-active .container h2 {
	animation: fadeInUp 2.5s 1;
}

@charset "utf-8";
.apple-banner {
	width: 100%;
	height: 850px;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 850px;
}

.arrow-left {
	position: absolute;
	left: 0px;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999;
}

.arrow-left span {
	margin-top: -32px;
	display: block;
	left: 20px;
	top: 45%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	/*background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;*/
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.arrow-left:hover span {
	opacity: .6;
}

.arrow-right {
	position: absolute;
	right: 0px;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999;
}

.arrow-right span {
	margin-top: -32px;
	display: block;
	right: 20px;
	top: 45%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	/*background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;*/
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.arrow-right:hover span {
	opacity: .6;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0px;
	width: 100%;
}

.pagination li {
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: 0 3px;
	cursor: pointer;
}

.pagination li span {
	width: 50px;
	height: 3px;
	display: block;
	background: #fff;
}


/*.pagination li span { width: 50px; height: 2px; display: block; background: rgba(128,128,128,0.2);}*/

.pagination li span i {
	background: #A1844A;
	height: 3px;
	display: block;
	opacity: 0;
}

.pagination .current span i,
.pagination .firstCurrent span i {
	transition: all .5s ease;
	opacity: 1;
}

.pagination .click span {
	background: #e57134;
}

.pagination .click span i {
	display: none;
}

.autoplay li span i {
	transform: scaleX(0);
	transform-origin: 0;
	opacity: 1;
}

.autoplay .firstCurrent span i {
	transform: scaleX(1);
	transition: all 3s linear;
}

.autoplay .current span i {
	transform: scaleX(1);
	transition: all 4s linear;
}

.autoplay .replace span {
	background: #fff;
	opacity: 0.6;
}

.autoplay .replace span i {
	transform: scaleX(0);
}


/*内容样式*/

.swiper-slide .container {
	max-width: 1280px;
	margin: 0 auto;
}

.swiper-slide .title {
	display:inline-block;
	margin-top: 150px;
	float:right;
}
.swiper-slide .title img{
	width:90px;
}
.swiper-slide h2 img{
	width:48px;
	margin-top:60px;
}
.swiper-slide h2 {
	display:inline-block;
	float:right;
	margin-top: 150px;
}

.slide1 {
	background:url(../images/banner1.jpg) no-repeat 50% 10%;
	background-size: cover;
}

.slide2 {
	background:url(../images/banner2.jpg) no-repeat 50% 100%;
	background-size: cover;
}

.slide3 {
	background:url(../images/banner3.jpg) no-repeat 50% 10%;
	background-size: cover;
}

@media screen and (max-width: 1440px) {
	.apple-banner {
		height: 650px;
	}
	.swiper-container {
		height: 650px;
	}
	.swiper-slide {
		height: 650px;
		width: 100%;
	}
	.swiper-slide .title {
		margin-top: 110px;
	}
	.swiper-slide .container {
		width: 1000px;
	}
	.swiper-slide .title img {
		width: 80px;
	}
	.swiper-slide h2 img{
		width: 43px;
	}
	.main-cont1 .t-c1 .main1-left h3 img{
		width:180px;
	}
}

@media screen and (max-width: 1400px) {
	.swiper-slide .container {
		width:70%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.apple-banner {
		height: 600px;
	}
	.swiper-container {
		width: 100%;
		height: 600px;
	}
	.swiper-slide .title {
		margin-top: 140px;
		font-size: 45px;
		line-height: 120%;
	}
	.swiper-slide h2 {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	html,body{ height:100%; padding:0px; margin:0;}
	.head{
		height:100%;
	}
	.apple-banner {
		height:100%;
	}
	.swiper-container {
		height:100%;
	}
	.swiper-slide {
		height:100%;
		width:100%;
	}
	.swiper-slide .title {
		margin-top: 80px;
		width:65%;
	}
	.swiper-slide h2 {
		margin-top:0px;
		width:35%;
	}
	.swiper-slide .title img,
	.swiper-slide h2 img{
		width:100%;
	}
	.swiper-slide .title img{
		max-width:80px;
	}
	.swiper-slide h2 img{
		max-width:43px;
		margin-top:100px;
	}
	.slide1 {
		background:url(../images/wap_banner3.jpg) no-repeat 50% 60%;
		background-size: cover;
	}
	.slide2 {
		background:url(../images/wap_banner2.jpg) no-repeat 50% 80%;
		background-size: cover;
	}
	.slide3 {
		background:url(../images/wap_banner1.jpg) no-repeat 50% bottom;
		background-size: cover;
	}
	.swiper-slide .title strong {
		display: block;
	}
	.pagination li span {
		height: 2px;
	}
	.pagination li span i {
		height: 2px;
	}
	.swiper-slide .k b {
		background: transparent;
	}
	.swiper-slide h2 b {
		background: transparent;
	}
	.swiper-slide .container{
		width: 26%;
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	/*-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;*/
}

.swiper-free-mode>.swiper-wrapper {
	/*-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;*/
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
