/*
 *	generated by WOW Slider 2.2
 */
.wowslider {
    zoom: 1;
    position: relative;
    /*max-width:960px;*/
    height: 500px;
    margin:0 auto;
    z-index:100;
    border:none;
    text-align:left; /* reset align=center */
}
* html .wowslider{ width:960px }
.wowslider ul{
    position:relative;
    width: 10000%;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
}
.wowslider ul li{
    width:1%;
    line-height:0; /*opera*/
    float:left;
    font-size:0;
}

.wowslider .ws_images{
    position: relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.wowslider .ws_images a{
    width:100%;
    display:block;
    color:transparent;
}

.wowslider .ws_images img{
    width:100%;
    border:none 0;
    max-width: none;
}
.wowslider a{
    text-decoration: none;
    outline: none;
    border: none;
}

.wowslider  .ws_bullets {
    font-size: 0px;
/*    float: left;*/
    position:absolute;
    z-index:70;
    padding: 10px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: center;

}

.wowslider  .ws_bullets div{
    position:relative;
    float:left;
}
.wowslider  a.wsl{
    display:none;
}
.wowslider  .ws_bullets {

}
.wowslider .ws_bullets a {
    margin-left:4px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    /*
    background: url(./bullet.png) left top;
    float: left;
    text-indent: -4000px;*/
    position:relative;
    color:transparent;
    background: #DDD;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.wowslider .ws_bullets a.ws_selbull{
    width: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #c8141e;
}
.wowslider .ws_bullets a:hover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #c8141e;
}

.wowslider a.ws_next,
.wowslider a.ws_prev {
    position:absolute;
    display: none;
    top:50%;
    margin-top:-33px;
    z-index:60;
    height: 66px;
    width: 59px;
    font-size: 60px;
    color: #fff;
    opacity: 0.5;
    text-align: center
}


.wowslider a.ws_next{
    background-position: 100% 0;
    right:0px;
}
.wowslider a.ws_prev {
    left:0px;
    background-position: 0 0;
}
.wowslider a.ws_next:hover{
    background-position: 100% 100%;
}
.wowslider a.ws_prev:hover {
    background-position: 0 100%;
}
* html .wowslider a.ws_next,* html .wowslider a.ws_prev{display:block}
.wowslider:hover a.ws_next, .wowslider:hover a.ws_prev {display:block}
.wowslider .ws-title{
    position: absolute;
    bottom:50px;
    left: 0px;
    margin-right:5px;
    z-index: 50;
    padding:12px;
    color: #000000;
    text-transform:uppercase;
    background:#F9FBFB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    -moz-border-radius:0 10px 10px 0;
    border-radius:0 10px 10px 0;
}
.wowslider .ws-title div{
    padding-top:5px;
    font-size: 13px;
    text-transform:none;
}


.wowslider .ws_images > ul{
    animation: wsBasic 30s infinite;
    -moz-animation: wsBasic 30s infinite;
    -webkit-animation: wsBasic 30s infinite;
}

/*关闭css3控制的自动轮播*/
/*
@keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
*/


.wowslider {
    /*margin:15px auto 60px;*/
}

.wowslider  .ws_shadow{
    position:absolute;
    z-index: -1;
    left:-1.56%;
    top:-4.17%;
    width:103.12%;
    height:120.83%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*|html .wowslider .ws_shadow{
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-size:100%;
    filter:"";
}
.wowslider .ws_bullets  a img{
     text-indent:0;
     display:block;
     top: -50px;
     left: 0px;
     visibility:hidden;
     position:absolute;
     -moz-box-shadow: 0 0 5px #999999;
     box-shadow: 0 0 5px #999999;
     border: 5px solid #FFFFFF;
     max-width:none;
     width: 100px;
     max-height: 30px;
 }
.wowslider .ws_bullets a:hover img{
    visibility:visible;
}

.wowslider .ws_bulframe div div{
    height:90px;
    overflow:visible;
    position:relative;
}
.wowslider .ws_bulframe div {
    left:0;
    overflow:hidden;
    position:relative;
    width:240px;
    background-color:#FFFFFF;
}
.wowslider  .ws_bullets .ws_bulframe{
    display:none;
    top:15px;
    overflow:visible;
    position:absolute;
    cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
.wowslider .ws_bulframe span{
    display:block;
    position:absolute;
    top:-11px;
    margin-left:-9px;
    left:120px;
    background:url(./triangle.png);
    width:15px;
    height:6px;
}

.wowslider {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
.wowslider.grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}
