.head_cart .more_bd, .head_cart .tit span i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.head_cart .tit em, .head_cart .tit span {
    font-size: 12px;
    position: absolute;
    text-align: center;
}

.head_cart .tit:hover, .header .hd_main .logo p a:hover, .main_nav_link a:hover {
    text-decoration: none;
}

.header {
    background: #fff;
    +zoom:1;
}

    .header .hd_main {
        width: 1200px;
        height: 98px;
        margin: 0 auto;
        position: relative;
        z-index: 999;
    }

        .header .hd_main .logo {
            position: absolute;
            top: 16px;
            left: 0;
            z-index: 2;
        }

            .header .hd_main .logo p {
                width: 200px;
                height: 62px;
                overflow: hidden;
            }

                .header .hd_main .logo p a {
                    display: block;
                    width: 166px;
                    height: 0;
                    padding-top: 62px;
                    background: url("/images/pc/logo-08.png")   no-repeat;
                    overflow: hidden;
                    margin: 0 auto;
                }

    .header .head_right {
        position: absolute;
        right:220px;
        top: 0;
        padding-top:20px;
    }
    .header .hotline {
        position: absolute;
        right:0px;
        top: 0;
        padding-top:18px; font-size:14px; color:#b5b5b5; line-height:20px; font-weight: lighter; text-align:right;
    }
        .header .hotline i { font-size:14px;
       }
        .header .hotline em { font-size:22px; color:#b0352f; font-weight:bold;font-family: Arial;
       }

.head_cart .tit {
    display: block;
    width: 123px;
    height: 32px;
    padding-top:6px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}

    .head_cart .tit b {
        margin: 0 8px 0 20px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        top: -1px;
    }

    .head_cart .tit span {
        right: 6px;
        top: 9px;
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

        .head_cart .tit span i {
            display: inline-block;
            width: 20px;
            height: 20px;
            -ms-transition: all .3s;
            transition: all .3s;
        }

    .head_cart .tit em {
        left: 25px;
        top: -8px;
        color: #fff;
        border: 2px solid #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,.3);
        background-color: #b0352f;
        border-radius: 10px;
        padding: 0 5px;
        line-height: 16px;
        visibility: hidden;
    }

.head_cart_hover .tit {
    border-color: #b0352f;
    color: #b0352f;
}

    .head_cart_hover .tit span i {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.head_cart .more_bd {
    position: absolute;
    right: 0;
    top: 48px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(100,100,100,.3);
}

.head_cart_hover .more_bd {
    visibility: visible;
    opacity: 1;
    top: 72px;
}

.head_cart .more_bd .load {
    height: 100px;
}

.hd_nav {
    background-color: #605046;
    height: 42px;
}

    .hd_nav .hd_nav_bd {
        width: 1200px;
        position: relative;
        z-index: 990;
        margin: 0 auto;
    }

    .hd_nav .main_nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 991;
    }

.main_nav_link {
    width: 200px;
    height: 42px;
    color: #fff;
    background-color: #b0352f;
    overflow: hidden;
}

    .main_nav_link a {
        display: block;
        padding: 10px;
        height: 22px;
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        overflow: hidden;
    }

        .main_nav_link a:hover {
            color: #fff;
        }

        .main_nav_link a i {
            margin-right: 5px;
            font-size: 14px;
        }

.hd_nav .sub_nav {
    float: left;
    padding-left: 200px;
    width: 1000px;
}

    .hd_nav .sub_nav li {
        float: left;
        height: 42px;
        overflow: hidden;
        font-size: 14px;
        padding-left: 0px;
    }

        .hd_nav .sub_nav li a {
            display: inline-block;
            height: 42px; line-height:42px;
            overflow: hidden; width: 110px; text-align: center;
            color: #fff;
        }

            .hd_nav .sub_nav li a:hover, .hd_nav .sub_nav li.current a {
                color: #fff;
                background-color: #b0352f;
                text-decoration: none;
            }

.header .search_box {
    position: absolute;
    /*left: 370px;*/left:270px;
    top: 20px;
    width: 510px;
    height: 36px;
    border: 2px solid #c3625d;
    background-color: #fff;
    overflow: hidden;
    box-shadow: -1px 1px 3px rgba(200,200,200,.4);
}

    .header .search_box .sea_input {
        float: left;
        margin: 8px 8px 0;
        width:364px;
        height: 20px;
        line-height: 20px;
        color: #bbb;
        outline: 0;
        border: none;
        background: 0 0;
    }

    .header .search_box .sea_submit {
        font-size: 0;
        float: right;
        border: none;
        width: 129px;
        height: 40px;
        cursor: pointer;
        background: url("/images/pc/search-btn.png")   0 -4px no-repeat #b0352f;
        overflow: hidden;
    }

        .header .search_box .sea_submit:hover {
            opacity: .9;
        }

.search_result {
    display: none;
    position: absolute;
    border: 1px solid #b0352f;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    margin: 30px 0 0 -9px;
    width: 380px;
    background-color: #fff;
    z-index: 2001;
    overflow-x: hidden;
}

    .search_result li {
        padding: 5px 8px;
        cursor: default;
        background-color: #fff;
        color: #666;
    }

        .search_result li.on {
            background-color: #f4f4f4;
        }

.head_search_hot {
    position: absolute;
    top: 70px;
    left: 270px;
    width: 450px;
    height: 16px;
    overflow: hidden;
}

    .head_search_hot span {
        color: #999;
    }

    .head_search_hot a {
        margin: 0 8px 0 5px;
        color: #666;
    }

        .head_search_hot a.red, .head_search_hot a:hover {
            color: #b0352f;
        }

.main_cate {
    width: 1200px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 1999;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.main_cate_l {
    float: left;
    border-right: 1px solid #eee;
    height: 260px;
}

    .main_cate_l ul {
        height: 260px;
        float: left;
        overflow: hidden;
    }

    .main_cate_l li {
        float: left;
        width: 230px;
        padding: 8px 0 0 20px;
        background-color: #fff;
    }

        .main_cate_l li h3 {
            padding: 7px 0 4px;
        }

            .main_cate_l li h3 a {
                color: #000;
                font-size: 14px;
            }

        .main_cate_l li .bd {
            margin-right: -10px;
            /*height: 70px;*/
            overflow: hidden;
        }

            .main_cate_l li .bd a {
                color: #888;
                display: inline-block;
                margin-right: 14px;
                line-height: 28px;
            }

    .main_cate_l .other li .bd {
        height: 37px;
    }

    .main_cate_l li .bd a:hover {
        color: #b0352f;
    }

    .main_cate_l li.current, .main_cate_l li:hover {
        background-color: #f1f1f1;
    }

.main_cate_hover .main_cate {
    height: 260px;
    opacity: 1;
    visibility: visible;
}

.main_cate_r {
    float: right;
    width: 675px;
}

    .main_cate_r li, .main_cate_r li img {
        height: 130px;
        width: 225px;
    }

    .main_cate_r ul {
        height: 260px;
    }

    .main_cate_r li {
        float: left;
    }
