<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li{list-style-type: none;}
div,span,a,a:link,a:hover,a:active,a:visited{text-decoration:none; color: #191919;}


.flexslider{
    overflow: hidden;
    width: 960px;
    height: 540px;
    margin: 50px auto;
}

.flexslider .slideBox{
    height: 100%;
}

.flexslider .slides{
    margin-left: 0;
    padding:0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
    -ms-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}

.flexslider .slides li{
    float:left;
}

.flexslider .flex-direction-nav{
    width: 100%;
    position: relative;
    top: -350px;
    left: 0;
}

.flexslider .flex-direction-nav li{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #c0c0c0;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 5px;
    cursor:pointer;
    font-size: 2em;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.flexslider .flex-direction-nav li:hover{
    color: #333;
    background: rgba(255, 255, 255, 0.78);
}

.flexslider .flex-direction-nav .prev{
    position: absolute;
    top: 0;
    left: 50px;
}
.flexslider .flex-direction-nav .next{
    position: absolute;
    top: 0;
    right: 90px;
}

#bannerCtrl{
    position: relative;
    top: -100px;
    left: 70%;
    text-align: center;
    line-height: 20px;
}

#bannerCtrl li{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: #333;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.55);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#bannerCtrl li:hover{
    color: #111111;
    background: rgba(255, 255, 255, 0.87);
    cursor:pointer;
}
.active{
    width: 30px !important;
    color: #111111 !important;
    background: rgba(255, 255, 255, 0.89) !important;
}
</pre></body></html>