


.apple-banner {
	width: 100%;
	height: 680px;
	overflow: hidden;
}

.swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 680px;
}

.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: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../image/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: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../image/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: 50px;
	width: 100%;
	z-index: 500;
}

.pagination li {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
}

.pagination li span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}

.pagination li span i {
	background: #1688d3;
	height: 2px;
	display: block;
	opacity: 0;
}

.pagination .current span i,.pagination .firstCurrent span i {
	transition: all .5s ease;
	opacity: 1;
}

.pagination .click span {
	background: gray;
}

.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: gray;
}
.pagination > li > a, .pagination > li > span{padding:0;}
.autoplay .replace span i {
	transform: scaleX(0);
}
/*内容样式*/

.slide1 {
	background: #000 url(../image/banner1.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}

.slide1 .title,.slide2 .title,.slide3 .title {
	text-align: center;
	margin-top: 240px;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	font-weight: 600;
}
.slide1 p,.slide2 p{font-size: 20px; padding-top:40px; font-weight:normal;}
.slide2 {
	background: #f3f3f3 url(https://www.orbitalock.com/templets/default/images/banner2.jpg) no-repeat center 50%;
	background-size: auto 100%;
}

.slide2 .title {
	padding-top: 0px;
	text-align: center;
}



.slide3 {
	background: #fff url(https://www.orbitalock.com/templets/default/images/banner3.jpg) no-repeat center 110%;
	
}

.slide3 .title {
	text-align: center;
	margin-top: 300px;
	font-size: 40px;
	font-weight: normal;
}