/*banner样式*/

.banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


.banner .swiper-slide{
    width: 100%;

    height:100vh;

    /*height: auto;*/

    float: left;

    background:  no-repeat center center;

    background-size: cover;

}

/*.banner ul li:nth-child(1){*/

/*background: url('./1.jpg') no-repeat center center;*/

/*}*/

/*.banner ul li:nth-child(2){*/

/*background: url('./2.jpg') no-repeat center center;*/

/*}*/

/*.banner ul li:nth-child(3){*/

/*background: url('./3.jpg') no-repeat center center;*/

/*}*/

.banner ol{

    /*width: 60px;*/

    height: 0.20rem;

    /*background: rgba(0,0,0,0.5);*/

    position: absolute;

    left:50%;

    /*margin-left: -40px;*/

    bottom: 0.30rem;

    padding: 0 0.10rem;

    border-radius: 0.10rem;

}

.banner ol li{

    width: 0.10rem;

    height: 0.10rem;

    float: left;

    margin: 0.05rem 0.05rem;

    background: #929292;

    border-radius: 50%;

    cursor: pointer;



}

.banner ol .current{

    background: #0e0e0e;

}

.banner .swiper-button-prev, .banner .swiper-container-rtl , .banner  .swiper-button-next{

    width: 0.58rem;

    height: 1.20rem;

    position: absolute;

    top: 50%;

    margin-top: -0.60rem;

    cursor: pointer;

    border-radius: 0.05rem;
	transition: all 0.5s;


}

.banner .swiper-button-prev{

    left: 0.60rem;

    background: url('../images/right.png') no-repeat center center;

    background-size: contain;
	opacity:0;

}

.banner .swiper-button-next{
	opacity:0;

    right: 0.60rem;

    background: url('../images/left.png') no-repeat center center;

    background-size: contain;

}

.banner:hover .swiper-button-prev{opacity:1;}
.banner:hover .swiper-button-next{opacity:1;}


.banner .swiper-pagination-bullet{ background:#fff; 
    width: 0.11rem;
    height: 0.11rem;
    margin: 0.12rem 0.12rem !important;
	font-size:0px; letter-spacing:0px; border:none;
	padding:0px;
    border-radius: 80%;
    cursor: pointer; overflow:hidden;opacity:1;}
.banner .swiper-pagination-bullet-active{ background:#474747;}
