@charset "utf-8";
.header{
    width: 100%;
    height: 93px;
    background: #B20000;
}
.banner{
    position: relative;
    width: 1200px;
    height: 93px;
    background: #B20000;
    margin: 0 auto 0 auto;
    z-index: 20;
}
.banner-bar{
    position: absolute;
    top: 0px;
    right: 20px;
    width: auto;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #ffd0c0;
    padding: 5px 0 0 0;
    z-index: 30;
}
.banner-bar li{ display: inline-block; }
.banner-bar li a{ color: #FFD0C0; }
.banner-bar li a:hover{ color: #fff; text-decoration: underline; }
.banner-bar-menu{
    float: left;
    width: auto;
    height: 25px;
    padding: 0 5px 0 24px;
    position: relative;
}
.banner-bar-menu.login a{ color: #fff; }
.banner-bar-menu.focus{
    background: url("../images/icon/focus.png") no-repeat left center;
    display: inline-block;
}
.banner-bar-menu.cart{
    background: url("../images/icon/cart.png") no-repeat left center;
    display: inline-block;
    cursor: pointer;
}
.banner-bar-menu.cart:hover{ color: #fff; text-decoration: underline; }
.banner-bar-menu.phone{
    background: url("../images/icon/phone.png") no-repeat left center;
    display: inline-block;
}
/*網站導航*/
.menu-nav{
    float: left;
    width: auto;
    height: 25px;
    padding: 0 20px 0 10px;
    position: relative;
    margin: 0 4px;
    background: url('../images/icon/arrow_03.png') 60px top no-repeat;
}
.menu-nav:hover{
    color: #fff;
    text-decoration: underline;
    border-radius: 2px 2px 0 0;
    background: #726363 url('../images/icon/arrow_03.png') 60px bottom no-repeat;
}
.menu-nav:hover .menu-nav-lists{
    display: block;
    border-radius: 4px 0px 4px 4px;
    border: #4A3E3E solid 1px;
}
.menu-nav-head:hover{
    cursor: pointer;
    text-decoration: underline;
}
.menu-nav-lists{
    position: absolute;
    top: 25px;
    left: -74px;
    width: 150px;
    height: auto;
    background: #504444;
    opacity: .99;
    filter: alpha(opacity = 99);
    padding: 5px 0px;
    display: none;
    z-index: 30;
}

.menu-nav-lists dl{
    width: 130px;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    overflow: hidden;
}
.menu-nav-lists dl dd{
    border-bottom: #666 dashed 1px;
    overflow: hidden;
}
.menu-nav-lists dl dd a{
    float: left;
    width: 48px;
    color: #ccc;
    padding: 0px 8px;
}
.menu-nav-lists dl dd a:hover{
    color: #ccc;
    text-decoration: underline;
}
/*商品分類*/
.menu-cat{
    width: auto;
    height: 24px;
    padding: 0 20px 0 10px;
    position: relative;
    margin: 0 4px;
    overflow: hidden;
    background: url('../images/icon/arrow_03.png') 86px top no-repeat;
    cursor: pointer;
}
.menu-cat b{
    position: absolute;
    top: 12px;
    left: 90px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: white #B80018 #B80018;
}
.menu-cat.hover{
    color: #fff;
    text-decoration: underline;
    border-bottom: 1px solid #4A3E3E;
    background: #504444 url('../images/icon/arrow_03.png') 86px bottom no-repeat;
}
.menu-cat.hover b{
    background-color: #504444;
    -webkit-transform: rotate(180deg);
    top: 8px;
    border-color: white #504444 #504444 #504444;
}
/*導航列表*/
.menu-cat-nav{
    position: absolute;
    top: 30px;
    width: 100%;
    background: #504444;
    opacity: .99;
    filter: alpha(opacity = 99);
    padding: 0px;
    display: none;
    z-index: 100;
}
.menu-act_lists{
    width: 1000px;
    margin: 10px auto 10px auto;
    overflow: hidden;
}
.menu-act_lists a{
    color: #ccc;
    padding: 0 5px;
    margin: 5px 0;
/*    border-left: 1px #6C5E5E dotted;
    border-right: 1px #6C5E5E dotted;*/
    background: url('../images/line/menu_02.png')right center no-repeat;
    display: inline-block;
}
.menu-act_lists a:hover{
    color: #ccc;
    text-decoration: underline;
}
.menu-act_lists dl{
    float: left;
    width: 200px;
    margin: 0 50px 20px 0;
    font-size: 12px;
}
.menu-act_lists dl dt{
    color: #fff;
    line-height: 25px;
    border-bottom: 1px dotted #6C5E5E;
}
.menu-act_lists dl dd{
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
}
/*.menu-act_lists dl dt{
    float: left;
    width: 200px;
}
.menu-act_lists dl dd{
    float: left;
    width: 200px;
}*/
.menu-act_lists dl dd ul li{
    float: left;
    width: auto;
    line-height: 25px;
    color: #ccc;
    padding: 0 10px 0 0;
}
/*logo*/
.banner-logo{
    position: absolute;
    top: 12px;
    left: 20px;
    width: 300px;
    height: 65px;
    overflow: hidden;
    z-index: 99999;
}
.banner-logo a{ display: block; }
.banner-search{
    position: absolute;
    top: 30px;
    right: 5px;
    width: auto;
    height: 48px;
    padding-top: 15px;
    z-index: 0;
}
.banner-search .tab{ float:left; width: 60px; height: 30px; line-height: 30px; text-align: center; background: #F4F4F4; border-radius: 5px 0px 0px 5px; padding-left: 10px; border: 0px; cursor: pointer; }
.banner-search input{
    float: left;
    color: black;
    background: #fff;
    width: 330px;
    height: 22px;
    font-weight: 900;
    line-height: 22px;
    padding: 4px 3px 4px 5px;
    margin: 0;
    border: none;
    border-radius: 0px 5px 5px 0px;
}
.banner-search .seachBtn{ width: 80px; height: 30px; background: #FF9000; font-size: 16px; border-radius: 5px; margin-left: 5px; }
.bar{
    width: auto;
    height: 32px;
    background: #8E0000;
}
.barMain{
    position: relative;
    width: 1200px;
    height: 32px;
    background: #8E0000;
    margin: 0 auto 0 auto;
    /*overflow: hidden;*/
    z-index: 10;
}
/*左邊選單*/
.banner-left-menu{
    position: absolute;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    width: 240px;
    height: auto;
    background: #fff;
    z-index: 12;
}
.banner-left-menu .cate-fixed {
    width: 240px;
    position: fixed !important;
    top: 0px !important;
}
.banner-left-menu-category{
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    -moz-box-shadow: 4px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2);
}
.banner-left-menu-head{
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-indent: 20px;
    font-size: 12px;
    font-weight: bold;
    background: #A21C1D;
}
/*選單*/
.banner-left-menu .cat-lists{
    position: relative;
    height: auto;
    font-size: 12px;
/*    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;*/
    overflow: hidden;
    z-index: 15;
}
.banner-left-menu dl{
    position: relative;
    font-size: 12px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 5px;
}
.banner-left-menu dl dt{
    width: 200px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    padding-left: 20px;
}
.banner-left-menu dl dt a{ color: #000; }
.banner-left-menu dl:hover dd{
    /*width: 200px;*/
    padding-left: 20px;
    display: block;
}
.banner-left-menu dl dd{
    line-height: 20px;
    color: #848484;
    padding-top: 5px;
    display: none;
}
.banner-left-menu dl dd a{
    color: #848484;
    padding: 0px 5px 0px 0px;
    display: inline-block;
}
.banner-left-menu dl dd a:hover{
    text-decoration: underline;
}
.banner-left-menu .list-s{
    background: #F1F1F1;
}
.banner-left-menu .list-d{
    background: #fff;
}
/*滑入*/
.banner-left-menu .hover{
    color: #fff;
    background: #746359 url('../images/icon/arrow_01.jpg') no-repeat right center;
    border-left: 1px solid #746359;
    border-right: 1px solid #746359;
}
.banner-left-menu .hover dt{
    color: #fff;
    border-bottom: 1px #85746A dashed;
}
.banner-left-menu .hover a{
    color: #fff;
}
/*商品分類二級選單*/
.sub-category{
    position: absolute;
    top: 40px;
    left: 240px;
    width: 750px;
    height: 530px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 0px 4px 4px 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2),1px -3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2),1px -3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2),1px -3px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
}
/*.sub-category .shadow{
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#44000000,endColorstr=#00000000) 9;
    background: none;
    -moz-box-shadow: 4px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.2);
    width: 10px;
    height: 530px;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 11;
}*/

/*banner選單*/
.banner-menu{
    float: left;
    width: 1000px;
    height: 32px;
}
#store-cat{ float: left; width: 190px; height: 32px; line-height: 32px; font-size: 12px; text-align: center; background: #A21C1D; color: #ffffff; cursor: pointer; }
#store-cat-title{ width: 190px; height: 32px; }
#store-cat-lists{ width: 190px; -moz-box-shadow: 4px 2px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2); overflow: hidden; display: none; z-index: 999; }
#store-cat-lists a{ color: #333333; }
#store-cat-lists li{ width: 190px; font-weight: bold; overflow: hidden; }
#store-cat-lists li:hover{ background: #746359; }
#store-cat-lists li a:hover{ color: #ffffff; }
#store-cat-lists .list-s{ background: #F1F1F1; }
#store-cat-lists .list-d{ background: #ffffff; }
.banner-menu a{ display: block; }
.banner-menu.idx{
    float: left;
    width: 1010px;
}
.banner-menu-ul{ float: left; }
.banner-menu-ul li{
    float: left;
    width: auto;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
    background: url('../images/line/menu.gif') no-repeat right center;
    /*overflow: hidden;*/
}
.banner-menu-ul li.def{
    background: #670303;
}
.banner-menu-ul li.last{
    background: none;
}
.banner-menu-ul li:hover{
    color: #000;
    background: #7A0000;
}
.banner-menu .svc-tel{ position: absolute; top: 0px; right: 0px; width: auto; font-size: 12px; height: 32px; color: #fff; line-height: 32px; background: #670303; padding: 0 15px; }
.banner-menu .svc-tel span{ font-family: "Arial"; font-size: 20px; }
/*搜尋bar*/
.search_banner-menu{
    float: left;
    width: 1000px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    /*padding-left: 240px;*/
}
.search_banner-menu ul li{
    float: left;
    font-size: 12px;
    line-height: 32px;
    padding-right: 10px;
}
.search_banner-menu .search{
    height: 32px;
    padding-top: 6px;
}
.search_banner-menu ul li input{
    height: 20px;
    line-height: 20px;
    outline: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 12px;
    border: 0px;
}
.search_total{ float: right; font-size: 12px; color: #f1b4a6; }
.search_total b{ font-family: "Arial"; color: #fff; font-size: 16px; padding: 0px 8px; }