.lunbotu{
    width: 100%;

}
.lunbotu a{
height:100%;
}


.swiper-container {
    width: 100%;
    /*height: calc(100vh - 72px);*/
    height:100%;
}
.swiper-pagination {
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: auto;
}

#lunboswiper .swiper-container .swiper-wrapper{
    height:100%;
}
#lunboswiper .swiper-container .swiper-slide{
 
    height:100%;
    width: 100%;
}
#lunboswiper .swiper-container .swiper-slide a {
      display: inline-block;
      height:100%;
    width: 100%;
}
#lunboswiper{
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.lunbotu #lunboswiper .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
}
.s1{
    width: auto !important;
    left: 50% !important;
}
.v1{
    background-image: url(../image/v1.png);
    left: 26px;
    right: auto;
}
.t1{
    background-image: url(../image/t1.png);
    right: 26px;
    left: auto;
}
#lunboswiper .swiper-pagination-bullet {
    display: inline-block;
    background-size: auto;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background-color: white !important;
    border: 1px solid white !important;
    border-radius: 7px
}
#lunboswiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: none !important;
    background-color: white !important;
    width: 29px !important;
    height: 12px !important;
    border: 1px solid white !important;
}

@media screen and   (max-width:1024px){
    .swiper-container {
        width: 100%;
       /* height: 650px;*/
    }
.lunbotu #lunboswiper .logo {
   display:none;
}
.lunbotu #lunboswiper .logo  img{
width: 100%;
}
}
/* 杞挱鍥緀 */
@media screen and   (max-width:1000px){
    .swiper-container {
        width: 100%;
        /*height: 600px;*/
    }
    #lunboswiper  a{
        display: none;
    }
.lunbotu #lunboswiper .logo{
  display: none;
}
}

@media screen and   (max-width:500px){
    .swiper-container {
        width: 100%;
        height: 300px ;
    }
     .t1{
right:15px;
}
.v1{
left:15px;
}
    #lunboswiper .swiper-pagination-bullet {
        display: inline-block;
        background-size: auto;
        width: 6px !important;
        height: 6px !important;
        opacity: 1 !important;
        background-color: white !important;
        border: 1px solid white !important;
        border-radius: 7px;
    }
    #lunboswiper .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: none !important;
        background-color: white !important;
        width: 15px !important;
        height: 6px !important;
        border: 1px solid white !important;
    }
}