/*
@charset "utf-8";
!* CSS Document *!
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	!* font-size: 13px; *!
}
.apple-banner {
	z-index: 82;
	!* height: 480px; *!
	!* width: 715px; *!
	justify-content: flex-end;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 440px;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	 background-image: none !important;
	right: 10px !important;
	left: auto !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px !important;
    right: auto !important;
}
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../../../images/hdp/swiper/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../../../images/hdp/swiper/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
!*分页器*!
.apple-banner .swiper-pagination{
	top:410px;
	!* bottom:10px; *!
	background:none;
}
.swiper-container-horizontal>.swiper-pagination-bullets , .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px !important;
	    left: 0 !important;
	    width: 100% !important;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 5px;
	display: block;
	background: rgba(128,128,128,0.8);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:white;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.8);
}
.apple-banner  .swiper-pagination-bullet i{
	background: white;
	height: 5px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
	background:white;
}
!*内容样式*!

.slide1 {
	!* background: #000 url(../img/iphone_large.jpg) no-repeat 50% 10%; *!
	background-size: auto 100%;
}

.slide1 .title {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	!* background: #f3f3f3 url(../img/watch_alt_large.jpg) no-repeat center 50%; *!
	background-size: auto 100%;
}

.slide2 .title {
	text-align: center;
}

.swiper-wrapper h2 {
	color: white;
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}


.swiper-wrapper h3 {
	color: white;
	bottom: 55px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}

.slide3 {
	!* background: #fff url(../img/macbookpro_large.jpg) no-repeat center 110%; *!
	background-size: auto 70%;
}

.slide3 .title {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
}

.icon1 {
	position: absolute;
  z-index: 87;
  width: 45px;
  height: 45px;
  align-self: flex-start;
      bottom: 119px;
      left: 50px;
}

.info16 {
	position: absolute;
  z-index: 88;
  width: 524px;
  height: 28px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 28px;
  text-align: left;
  align-self: flex-start;
  bottom: 80px;
  left: 45px;
}

.word27 {
	position: absolute;
  z-index: 89;
  width: 635px;
  height: 20px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 20px;
  bottom: 55px;
  left: 45px;
}
*/


 * {
	 padding: 0;
	 margin: 0;
 }


li {
	list-style: none;
}


img {
	vertical-align: top;
}



.wrapBox {
/*	width: 1226px;
	height: 460px;
	margin: 50px auto;*/
	position: relative;
	/*top: 22px;*/
	/*background-color: black;*/
}



.wrapBox img {
	width: 100%;
}

.showBox {
	margin-bottom: 0;
}

.dotBox {
	z-index: 1000;
	overflow: hidden;
	position: absolute;
	right: 50px;
	bottom: 20px;
}
.dotBox li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	float: left;
	margin: 0 10px;
}
.dotBox .green-dot-active {
	background-color: #3399CC;
}
