﻿@charset "utf-8";
body{font-size:12px;}
li,ol{list-style-type:none}
a{text-decoration:none;color:#000}
img{border:0;}
.clear{clear:both}
a li:hover{color:red}

.boder *{padding:0;margin:0}


.boder{width:1000px;margin:0 auto;}
.banner{margin-bottom:10px}
.banner img{width:1000px;height:200px;}



.link-nav {
    height: 35px;
    background: #f0a42c;
    position: relative;
    line-height: 35px;
    color: #fff;
    margin-bottom: 10px
}
.link-navR{display:none;float:left;width:500px;height:35px;padding-left:20px;}
.link-navR a{color:#fff;margin:0 5px;}
.link-navR a:hover{color:#f00;}
.AllSpTitle{height:35px;line-height:35px;background:#336601;font-size:14px;color:#fff;text-align:center;width:214px;float:left;cursor:pointer}
.AllSpN-W{z-index:999;height:100%;overflow:hidden;width:340px;;margin-top:-2px}
.link-nav .AllSpN-W{left:0;position:absolute;top:33px;}
.AllSpN{font-size:14px;_padding-top:3px;border:2px solid #336601;width:210px;background:#fff;z-index:999;overflow:hidden;}
.AllSpN a{color:#333}
.AllSpN a:hover{color:#f00;text-decoration:underline}
.AllSpN1 {width: 210px;border-bottom: 1px solid #E4E4E4;overflow: Hidden;height:100%}
.AllSpN1 .AllSp2{margin:0 0 0 10px;width:56px;}
.AllSpN1 li{margin:0 0 0 10px;height:45px;line-height:45px;font-size: 18px;font-weight: normal}
.AllSpN1 .subTitle {margin:0 0 0 5px;}
.AllSpN1 .subSwith { margin: 0 0 0 0;cursor: pointer;width:76%} 
.SubCatalogList { margin-left: 10px;width: 305px;display:none}
.SubCatalogList li{ width: 60px;font-weight:normal}
.AllSpN1 ul li a
{
    color:black;
    margin-left:70px;
            
}
.point
{
    width:11px;
    font-size:10px;
    display:inline-block;
    margin-left:3px
             
}
.AllSpN1 ul li a:hover{color:black;text-decoration: none;}
 
/*-----------ҳ--------------*/

#grabble .mainLef{position:absolute;width:300px;margin-top: -12px;display:none}
#grabble .lianDong{text-align:center;border:1px solid #dedede;border-top:3px solid #70a042;}
#grabble .lianDong h4{height:40px;line-height:40px;color:#666;font-size:14px;font-weight:normal}
#grabble .lianDong h4 .c-red{color:#f00}
#grabble .lianDong li{padding:15px 0 10px;border-top:1px solid #dedede}
#grabble .lianDongPho img {width: 100px;height: 100px;}
#grabble .lianDong li a {display: block;}
#grabble .lianDong .lianDongTit{line-height:22px;font-size:14px;margin:10px auto;color:#333}
#grabble .lianDong .lianDongCost{line-height:22px;font-size:14px;color:#333}
#grabble .mainMenu{float:left;width:1000px;border-top:1px solid #669934;margin-top:10px}
#grabble .mainMenu li{width:250px;height:250px;float:left;margin:35px 0 24px;text-align: center;}
#grabble .mainMenu li.itemFgx{height:0;margin:0;border:0;overflow:Hidden;line-height:0;float:none;clear:both;border-bottom:1px solid #dedede;width:100%}
#grabble .mainMenu li img {width:240px;height:240px }
 
#grabble .ItemPho {display:block;width:160px;height:140px;margin:0 auto 4px}

#grabble .itemTit{height:50px;overflow:hidden;width:165px;margin:3px auto;line-height:23px;font-size:14px}
#grabble .itemTit a{color:#3e3e3e;}
#grabble .Price{font-size:23px;display:block;clear:both;height:20px;margin:0 0 5px}
#grabble .Price b{color:#f00}
#grabble .itemGm{display:block;width:45px;height:21px;background:url(../images/itemgm.jpg) no-repeat top left;float:left;margin-left:45px}
#grabble .itemOn{display:block;width:45px;height:21px;background:url(../images/itemOn.jpg) no-repeat top left;float:left;margin-left:10px;}
.grabble_fy{margin-top:10px;clear:both;font-size:14px;text-align:center}
.grabble_fy span{padding:3px 10px;border:1px solid #ccc;border-radius: 3px;margin:0 2px;cursor:pointer}
.grabble_fy span.no{border:1px solid #ccc;color:#ccc;cursor: default;}
.grabble_fy span.hover{color:red}
.grabble_fy a{padding:3px 10px;border:1px solid #ccc;border-radius: 3px;margin:0 2px}
.grabble_fy a.hover{color:red}
.grabble_fy a.on{border:0;color:red;font-weight:bolder}

#grabble .lianDong{margin-top:10px}
.SubCatalogList { margin-left: 10px;width: 305px;display:none}
.SubCatalogList li{ width: 60px;font-weight:normal}






catalogList {
    overflow: hidden
}
/*一级分类 begin*/
#firstCatagoryList {
    width: 20%;
    display: inline-block;
    height: 500px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #firstCatagoryList::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
/*一级分类 end*/

/*二级分类 begin*/
#secondCatagoryList {
    width: 75%;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #secondCatagoryList::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }

    #secondCatagoryList .catagroyElementList {
        background-color: #f8f7f7;
        border-radius: 2em;
        margin-bottom: 1em;
    }

        #secondCatagoryList .catagroyElementList .catagoryTitleName {
            display: inline-block;
            font-size: 1.5em;
            margin-left: 1.1em;
            height: 2.3em;
            line-height: 2.3em;
        }

        #secondCatagoryList .catagroyElementList .catagoryEleBlock {
            margin-left: 1em;
        }

        #secondCatagoryList .catagroyElementList .bottomBlock {
            display: inline-block;
            width: 100%;
            height: 2em;
        }

        #secondCatagoryList .catagroyElementList li {
            margin-left: 0.3em;
            width: 15.4%;
        }

/*二级分类 end*/
/*浮动导航 begin*/
.catalogListMain {
    margin:0 auto;
    width: 1000px;
}
.catalogList ul {
    margin-top: 5px;
}

    .catalogList ul li {
        display: inline-block;
        font-weight: normal;
        vertical-align: middle;
        /*border-radius:12px;
    background-color:#e8e8e8;*/

        margin-top: 0.5em;
        width: auto;
        font-size: 1em;
    }

 

/*-----------ҳEnd--------------*/

 






