          .nav {
                height: 40px;
                width: 1200px;}
              
            .nav li {
                float: left;
                position: relative;
                width: 130px
            ;}
              
            .nav li a {
                display: block;
                height: 40px;
                text-align: center;
                line-height: 40px;
                width: 130px;
    color:#fff;
    font-size:16px;}
            .nav li a.on,.nav li a:hover {background: #d64847;}
              
            .subNav {
                position: absolute;
                top: 40px;
                left: 0;
                width: 120px;
                height: 0;
                display: none;}
            .subNav li{
                height: 30px;
                line-height: 30px;}  
            .subNav li a {
                background: #b32524;
                height: 30px;
                line-height: 30px;}
              
            .subNav li a:hover {
                background: #d64847
            ;}
            /*这是 css 样式*/
            .lis:hover>.subNav{
                z-index: 10;
                    display: block;}
ul.subnav{
min-height:250px;
background:#f3f3f3;}

ul.subnav li{
line-height:35px;
height:35px;
text-indent:3em;}
ul.subnav li.on{
background:#e0e0e0;}

ul.subnav li a{
font-size:16px;}
.dpzwzj h1{
text-align:center;
line-height:3;}
.dpzwzj div p{

margin-top:10px;}
.dpzwzj div *{

font-size:16px;}
.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);}
