﻿/*************类目*********************/
#H_Banner #H_Menu #H_Category {
    width: 200px;
    height: 552px;
    background: #34b5f9;
    opacity: 0.8;
}

    #H_Banner #H_Menu #H_Category ul li {
        width: 200px;
        height: 34px;
        line-height: 34px;
    }

        #H_Banner #H_Menu #H_Category ul li:hover {
            /***兰文海 修改background: #FFF; 2018年4月8日15:53:30***/
            background: #FFF;
        }

        #H_Banner #H_Menu #H_Category ul li a {
            display: inline-block;
            width: 200px;
            padding-left: 10px;
            color: #fff;
        }

            #H_Banner #H_Menu #H_Category ul li a:hover {
                color: #0081e4;
            }

        #H_Banner #H_Menu #H_Category ul li span {
            display: inline-block;
        }

            #H_Banner #H_Menu #H_Category ul li span:nth-child(1) {
                width: 150px;
            }

            #H_Banner #H_Menu #H_Category ul li span:nth-child(2) {
                margin-left: 10px;
            }



.W_Category {
    z-index: 1;
    position:absolute;
}

.W_hide {
    width: 793px;
    height: 550px;
    border: 1px solid #ccc;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 199px;
    background: #FFF;
    display: none;
}

.W_hidel {
    height: 549px;
    width: 590px;
    float: left;
}

    .W_hidel ul {
        /*margin-top: -15px;*/
    }
    .W_hidel ul li div:hover {
        color:#4284d9;
    }
    .W_hidel ul li div a:hover {
        color:#4284d9;
    }

.W_hidediv02 ul li {
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    width: auto;
    text-align: center;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    margin: 4px 0;
}

.W_hider ul li {
    float: left;
}

.W_hidert {
    background: url(../images/ad16.png) no-repeat;
    float: left;
    width: 200px;
    height: 160px;
    margin: 1px 1px;
}
#H_Menu {
    left: 353px;
    position: absolute;
    z-index: 9999;
    left: 0%;
    position: relative;
    margin: 0px auto;
    width: 1200px;
}
#H_Category{
    position: absolute;
    z-index:2;
}
#H_Banner {
    height:2px;
}
