@charset "utf-8";

/* CSS Document */

.apple-banner {
    width: 100%;
    position: relative;

}

.apple-banner .swiper-container {
    width: 100%;
    
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
    margin: 0;
}

.swiper-button-prev {
    left: 0;
}

.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(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(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: auto;
    bottom: 0;
    background: none;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 2.0rem;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
    width: 50px;
    height: 0.5rem;
    display: block;
    background: rgba(0, 149, 114, 0.2);
}

.apple-banner .swiper-pagination-bullet-active span {
    background: #009572;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(0, 149, 114, 0.2);
}

.apple-banner .swiper-pagination-bullet i {
    background: #009572;
    height: 0.5rem;
    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: #009572;
}


.swiper-wrapper a { width: 100%; height: 100%; display: block; position: relative;}

/*内容样式*/

.slide1 {

}

.swiper-wrapper .title {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 13%;
    font-weight: normal;
    color: #fff;
    left: 50%;
    transform: translateX(-80%);
}

.swiper-wrapper .title img {
    display: block;
    margin: 0 auto;
    
}

.swiper-wrapper .title h2 {
    display: inline-block;
    padding: 20px 0;
    border-top:0.1rem solid #ccc;
    border-bottom:0.1rem solid #ccc;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-top: 3rem;
}

.slide2 {
    background-size: auto 100%;
}


.slide3 {
}