.banner {
  position: relative;
  overflow: hidden;}

#main {
    overflow: hidden;
    zoom: 1;
    position: relative;}

#index_b_hero {
    width: 1340px;
    height: 400px;
    margin: auto;
    position: relative;}

#index_b_hero img {
    width: 1340px;
    height: 400px;}

#index_b_hero .heros {
    width: 1340px;
    height: 400px;}

#index_b_hero .hero-wrap {
    overflow: visible;
    position: absolute;}

#index_b_hero .next, #index_b_hero .prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left: 5px;
    
    z-index: 3;
    width: 40px;
    height: 74px;}

#index_b_hero .next{
    background: url(images/prev.png) center center no-repeat;}
#index_b_hero .prev {
    margin: -25px 5px 0 0;
    background: url(images/next.png)  center center no-repeat;
    right: 0;}

#index_b_hero .disabled {
    background-color: #eee;}

#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1340px;
    height: 400px;
    overflow: hidden;
    left: 1920px;}

#index_b_hero .mask-right, #index_b_hero .mask-left {
    z-index: 4;
    left: -1340px;
    opacity: .5;
    background: url(images/opacity.png);
    overflow: hidden;}

#index_b_hero .mask-right {
    left: 1340px;}

#index_b_hero .active {
    z-index: 2;
    left: 0;}


.leftbar .list li:hover a,.erjid li.on a{    color: #fff; background: #ca5f82;}
.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);}
