/* ???div */
div.sw-container{
    position: relative;
    /* width: 600px; */
    width: 100%;
    height: 490px;
    margin: 0 auto;
    /* box-shadow: 0 0 5px aqua; */
    overflow: hidden;
}
/* ????????o */
div.sw-container div.wrap{
    position: absolute;
    height: 490px;
    z-index: 1;
   overflow:hidden;
    width: 100%;
}


div.wrap > a{
    display:block;
    width: 100%;
    height: 490px;
    float: left;
    transition: left .5s;
    background-size: auto 100%!important;
}
/* ???é????o */
div.sw-container div.button{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    width: 150px;
    height: 20px;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    width:100%;
    height:20px
}

/* div.sw-container div.button span{
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: greenyellow;
    text-align: center;
    color: white;
    cursor: pointer;
    opacity: 0.6;
} */
.button span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico01.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/swiper_focus_ico01.png') center center no-repeat;
    background-size: 100% 100%;
}
.button span.on{
    display: inline-block;
    width: 16;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico02.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/swiper_focus_ico02.png') center center no-repeat;
    background-size: 100% 100%;
}
/* è????-??°??a???????????a??a???é?????è????a?????????????????????é???????a??o?????? */
div.sw-container div.button span.on{
    opacity: 1;
}
/* ??-?¤′??o */
div.sw-container .jt{
    position: absolute;
    top: 40%;
    /* color:greenyellow; */
    padding: 0px 14px;
    font-size: 55px;
    text-align: center;
    z-index: 2;
    /* display: none; */
}
.jt img{width: 45px;}
div.sw-container .jt_left{
    left: 10px;
}

div.sw-container .jt_right{
    right: 10px;
}

div.sw-container:hover .jt{
    display: block;
    opacity: 1;
}

div.sw-container .jt:hover{
    opacity: 1;
}
#swiper-btn span{margin:0 4px;cursor: pointer;}
@media screen and (max-width:767px){
    div.sw-container,div.wrap > a{
        height: 150px;
    }
    div.sw-container .jt{display: none!important;}
    #swiper-btn span{width:8px;height:8px}
    .index_body{padding-top:61px!important}
   div.sw-container div.wrap{
   
    height: 150px
   
 }
 .login_registration_div{z-index:-1}
}