.box {}
.winBox {
    width:300px;
    height:40px;
    overflow:hidden;
    position:relative;}
.scroll {
            width:500px;
    position:absolute;
    right:0px;
    top:0px;}
.scroll li {
    float:left;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#FFF;}

.clearfix10:after {
    content:".";
    display:block;
    height:10px;
    clear:both;
    visibility:hidden;}
.h10{height:10px;}
.h15{height:15px;}
.navBar {
    width:1200px;
    margin:0 auto;

    height:40px;
    line-height:40px;
    color:#fff;}
.nav {
    position:relative;
    width:1180px;
    margin:0 auto;
    font-family:"Microsoft YaHei",SimSun,SimHei;
    font-size:14px;}
.nav a {
    color:#fff;}
.nav h3 {
    font-size:100%;
    font-weight:normal;}
.nav .m {
    float:left;
    position:relative;
    z-index:1;}
.nav .s {
    float:left;
    width:3px;
    text-align:center;
    color:#D4D4D4;
    font-size:12px;}
.nav h3 a {
    display:block;
    width:105px;
    text-align:center;
    font-weight:bold;}
.nav .sub {
    display:none;
    position:absolute;
    left:0px;
    top:50px;
    z-index:1;
    width:105px;
    border:1px solid #E6E4E3;
    border-top:0;
    background:rgba(255,255,255,0.93);}
.nav .sub li {
    text-align:center;
    margin-bottom:-1px;}
.nav .sub li a {
    display:block;
    border-bottom:1px solid #E6E4E3;
    padding:6px 0;
    height:28px;
    line-height:28px;
    color:#000;
    font-size:12px;}
.nav .sub li a:hover {
    color:#FE7700;}
.nav .block {
    height:8px;
    width:120px;
    background:#FE7700;
    position:absolute;
    left:0;
    top:42px;
    overflow:hidden;}
.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);}
