
/*小美顶部*/

.aa {
    width: 100%;
    height: 40px;
    background-color: #333;
}

.topBar {
    width: 100%;
    height: 40px;
    background-color: #333;
}

.header-container {
    width: 1226px;
    height: 100%;
    margin: 0 auto;
}

.topBar .topBar_list {
    float: left;
}

.topBar .shop {
    position: relative;
    margin-left: 15px;
    width: 120px;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #424242;
}

.topBar .gouwuche {
    z-index: 80;
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 80px;
    border: #e0e0e0 solid 1px;
    top: 40px;
    right: 0;
    border-top: none;
    display: none;
}

.topBar .gouwuche span {
    line-height: 80px;
    font-size: 12px;
}

.topBar .shop a {
    z-index: 40;
    width: 120px;
    height: 40px;
    display: inline-block;
}

.topBar .login {
    float: right;
}

.topBar a {
    color: #b0b0b0;
    font-size: 12px;
    display: inline-block;
    line-height: 40px;
}

.topBar .shop:hover {
    background-color: #fff;
}

.topBar .shop a:hover {
    color: #ff6800;
}

.topBar .shop:hover .gouwuche {
    display: block;
    background-color: #fff;
}

.topBar a:hover {
    color: #fff
}

.topBar span {
    color: #424242;
    margin: 0.5em;
}


/*小美顶部栏end*/


/*小美导航栏*/

.header {
    width: 100%;
    background: #fff;
    height: 100px;
}

.header .site-logo {
    float: left;
    /*width: 62px;*/
    margin-top: 22px;
}

.header .site-logo a {
    display: block;
    width: 98px;
}

.header .site-list {
    float: left;
    width: 800px;
}

.header .site-list>ul {
    width: 820px;
    height: 88px;
    padding: 12px 0 0 30px;
    font-size: 16px;
}

.header .site-list>ul>li {
    float: left;
}

.header .site-list>ul>li>a {
    display: block;
    padding: 26px 10px 38px;
    color: #333;
}

.header .site-list>ul>li>a:hover {
    color: #ff6700;
}

.header .site-list>ul .site-category>a {
    padding: 0;
}

.header .site-list>ul>li.site-category {
    position: relative;
    z-index: 3;
}

.header .site-list>ul>li.site-category .category-list {
    top: 88px;
    left: -128px;
    position: absolute;
    width: 234px;
    height: 460px;
    background-color: rgba(0, 0, 0, 0.6);
}

.category-list>ul {
    width: 234px;
    height: 420px;
    padding: 20px 0;
}

.category-list>ul>li {
    height: 42px;
}

.category-list>ul>li>a {
    padding-left: 30px;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.category-list>ul>li>a:hover {
    background-color: #ff6800;
}

.category-list>ul>li>a>span {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px;
    line-height: 16px;
}

.site-category a img {
    width: 75px;
}

.header .site-search {
    float: right;
}

.header .site-search {
    float: right;
    width: 296px;
    margin-top: 25px;
}

.header .site-search form {
    position: relative;
    width: 296px;
    height: 50px;
}

.header .site-search form .search-text {
    width: 223px;
    height: 48px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    padding: 0 10px;
    float: left;
}

.header .site-search form .search-btn {
    margin-left: -1px;
    background-color: white;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    float: left;
}

.header .site-search form .search-word {
    position: absolute;
    font-size: 12px;
    top: 14px;
    right: 65px;
}

.header .site-search form .search-word a {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    background-color: #eee;
    color: #757575;
}

.header .site-search form .search-word a:hover {
    background-color: #ff6700;
    color: #fff;
}


/*小美导航栏end*/


/*二级列表*/

.site-list .category-list .cat-1 {
    position: relative;
}

.site-list .category-list .list {
    width: 750px;
    height: 458px;
    position: absolute;
    background-color: #fff;
    border: #b0c0c0 solid 1px;
    z-index: 460;
    left: 234px;
    top: 0px;
    padding: 12px;
}
.site-list .category-list .list .a {
    margin-right: 10px;
}

.site-list .category-list .list-1 {
    top: -20px;
    display: none;
}

.site-list .category-list .list-2 {
    display: none;
}

.site-list .category-list .list-3 {
    display: none;
}

.site-list .category-list .list-4 {
    display: none;
}

.site-list .category-list .list-5 {
    display: none;
}

.site-list .category-list .list-6 {
    display: none;
}

.site-list .category-list .list-7 {
    display: none;
}

.site-list .category-list .list-8 {
    display: none;
}

.site-list .category-list .list-9 {
    display: none;
}

.site-list .category-list .list-10 {
    display: none;
}

.category-list .cat-1:hover .list-1 {
    display: block;
}

.category-list .cat-2:hover .list-2 {
    display: block;
}

.category-list .cat-3:hover .list-3 {
    display: block;
}

.category-list .cat-4:hover .list-4 {
    display: block;
}

.category-list .cat-5:hover .list-5 {
    display: block;
}

.category-list .cat-6:hover .list-6 {
    display: block;
}

.category-list .cat-7:hover .list-7 {
    display: block;
}

.category-list .cat-8:hover .list-8 {
    display: block;
}

.category-list .cat-9:hover .list-9 {
    display: block;
}

.category-list .cat-10:hover .list-10 {
    display: block;
}
/*二级列表end*/