.wap_train
    {
        width: 1440px; margin:0 auto;
    }
    .left
    {
        width: 1440px;
        float: left;
    }
    .left .left_navi
    {
        width: 130px;
        height: 32px;
        line-height: 32px;
        font-weight: normal;
        color: #333333;
        position: relative;
        float: left;
        text-align: center;
    }
  
    .left h3
    {
        width: 130px;
        padding: 0;
        margin: 0;
        float: left;
        height: 32px;
        background: url(../images/c_line_bg.jpg) no-repeat right;
        font-weight: normal;
        font-family: Arial;
        color: White;
        line-height: 32px;
        display: block; overflow:hidden;
    }
    .left h3 a
    {
        width: 130px;
        height: 32px;
        font-family: Arial;
        color: #333333;
        font-size: 11px;
        line-height: 32px;
        display: block;
    }
    .left h3 a:hover
    {
        width: 130px;
        height: 32px;
        font-family: Arial;
        color: #faaf19;
        font-size: 11px;
        line-height: 32px;
        display: block;
    }
    .left .sec_train_navi
    {
        float: left;
        display: none;
        width: 130px;
        position: absolute !important;
        left: 0px;
        top:32px;
        cursor: auto;
        z-index: 9999;
    }
    .left .show
    {
        position: inherit;
        background:url(../images/nbg.png) repeat left top;
        width: 130px;
        height:auto; float:left;
        text-align: left;
        overflow: hidden;
    }
    .left .show ul li
    {
        height:auto;
        width:91px;
        float: left;
        margin-left:4px;
        border-bottom:1px dashed #ccc;
        padding-bottom:2px;
        line-height: 30px;
    }
    .left .show ul li a
    {
    	width:91px;
        font-size: 12px;
        color: #333333 !important;
        height: auto;
		padding-top:5px;
		padding-bottom:5px;
        font-family: Arial;
        font-weight:normal;
        text-align:center;
        line-height:15px;
        display: block;
    }
    .left .show ul li a:hover
    {
        font-size: 12px;
        display: block;
        color: #333 !important;
        font-weight:bold;
    }
    .left .active_cat div
    {
        display: block !important;
    }
    .left .active_cat
    {
        z-index: 99;
        cursor: pointer;
        color: #65b9ff !important;
    }
    .left .active_cat a
    {
        color: #333333;
    }