    #c211947 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;}

    #c211947 ul li a {
        font-family: 黑体;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        display: block;
        width: 112px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_1.gif) 0 0 no-repeat;
    font-size:14px;}

    #c211947 ul li {
        float: left;
        margin-left: 0px;}

    #c211947 ul li a:hover {
        background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat;}

    #c211947 ul li a#current {
        background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat;
    font-weight:bold;
    color:#fff;}

    #c211947 ul li ul {
        border: 0px solid #ccc;
        display: none;}

    #c211947 ul li ul li {
        font-family: 黑体;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        float: none;
        margin: 0;}

    #c211947 ul li ul li a {
        width: 112px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.png);
    color:#000000;}

    #c211947 ul li ul li a:hover {
        background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.jpg);
    color:#000000;}

    #c211947 ul li:hover ul {
        display: block;
        z-index: 9999999;
        position: absolute;}

    #c211947 ul li.sfhover ul {
        display: block;}
    
  .gyHead-nav li .subnav .erji {
        position: relative;}
     
    .gyHead-nav li .subnav .erji .sanji{
           background-color: #fff;
           width: 180px;
           position: absolute;
           top: 0%;
           left:150%;
           z-index: 3;
           -webkit-transform: translate(-50%, 10px);
           -ms-transform: translate(-50%, 10px);
           transform: translate(-50%, 10px);
           -webkit-border-radius: 2px;
           -ms-border-radius: 2px;
           border-radius: 2px;
           padding: 0.15rem 0.2rem;
           pointer-events: none;
           -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
           -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
           transition: all .3s cubic-bezier(.645,.045,.355,1);
           box-shadow: 0 5px 0.5rem rgba(0, 0, 0, .3);
           display: black;
           opacity: 0;}
  .gyHead-nav li .subnav .erji:hover .sanji{
           opacity: 1;}
.gyHead-nav li .subnav .erji .sanji:hover{
           opacity: 1;
      left: 170%; /* 可能需要调整这个值以正确对齐子菜单 */
      color: #38a66b;}
  

