/* CSS Document */
@charset "UTF-8";
.bannerbox{
    height: 550px;
    width: 100%;
    overflow: hidden;
    position: relative;}
.containt-div{
    width: 1024px;
    position: relative;
    height: 550px;}
.bannerbox ul{
    position: relative;}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;}
.bannerbox ul li.fst-li{
    background: url(banner1.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li.sec-li{
    background: url(banner2.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li.third-li{
    background: url(banner1.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li .img1{
    position: absolute;}
/*banner-01*/
.baner-01-a{
    width: 327px;
    height: 165px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -35%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}

/*banner2*/
.banner2-02{
    width: 327px;
    height: 165px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -35%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}
/*banner3*/
.banner3-01{
    width: 327px;
    height: 165px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -35%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}

.nav{width:100px;height:14px;position:absolute;bottom:10px;right:20px;z-index: 2; left: 50%;margin-left: -50px;}
.nav dl dd{list-style-type:none; width: 25px; height: 8px; border-radius: 8px; float:left;margin-right:5px;cursor:pointer;
    border:1px solid #fff;}
.nav dl .bg{background:#fff; width: 25px; height: 8px; border-radius: 8px; border:1px solid #fff;}

@media screen and (max-width: 480px){
.bannerbox{
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;}
.containt-div{
    width: 1024px;
    position: relative;
    height: 200px;}
.bannerbox ul{
    position: relative;}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;}
.bannerbox ul li.fst-li{
    background: url(banner1.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li.sec-li{
    background: url(banner2.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li.third-li{
    background: url(banner1.jpg) center no-repeat;
    background-size: cover;}
.bannerbox ul li .img1{
    position: absolute;}
.containt-div img{ width:250px; height:auto;}
/*banner-01*/
.baner-01-a{
    position: absolute;
    top: 100px;
    left: 45%;
    margin-left: -38%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}

/*banner2*/
.banner2-02{
    position: absolute;
    top: 100px;
    left: 45%;
    margin-left: -38%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}
/*banner3*/
.banner3-01{

    position: absolute;
    top: 100px;
    left: 42%;
    margin-left: -50%;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;}
.nav{width:100px;height:14px;position:absolute;bottom:10px;right:20px;z-index: 2; left: 55%;margin-left: -50px;}
}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}