@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body { color:#666666; font:12px/1.231 Verdana, Arial, Helvetica, sans-serif ,"宋体"; } /*网站字体颜色*/
a { color:#666666; text-decoration:none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{ clear:both; font-size:0; line-height:0; height:0; overflow:hidden}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.fw{ font-family:"宋体";}
.pa{ position:absolute;}
.pr{ position:relative}
.mt8{ margin-top:8px;}
.font14 { font-size:14px; font-weight:bold;}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

/*底部开始*/
.bottoms{height:200px;margin-top:10px;color:#fff;background:url(/public/images/footer_bg.gif) repeat-x left top;}
.bot_nav{height:52px;line-height:52px;text-align:center;color:#bfecb4;}
.bot_nav a{display:inline-block;height:52px;padding:0px 15px;color:#fff;}
.bot_nav .nobg{background:none;}
.copyright{padding-top:10px;padding-left:130px;line-height:26px;height:103px;color:#fff;}
.copyright dt {width:109px;height:70px;float:left;}
.copyright dd {width:560px;float:left;padding-left:20px;}
.copyright dd a {color:#fff;}

/*底部结束*/



#nav-menu .menu div.children {
    display: none;
    position: absolute;
    width: 100px;
    background: #204428;
    border: 2px solid #2b4427;
    border-top: 0;
    line-height: normal;
    z-index: 1000;
}

#nav-menu .menu div.children a {
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 3px 0;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

#nav-menu .menu div.children a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #204428;
}

.pagelist {text-align: center; padding: 20px;}
.pagelist li {display: inline-block;}
.pagelist li a { padding: 5px 10px;}
.pagelist li a:hover {text-decoration: none;}
.pagelist li.thisclass a {color: #f00; border-bottom: 1px solid #f00;}