/*导航*/
.goods_type {
    width: 100%;
    border-bottom: 2px solid #027bd6;
    height: 41px;
    margin-top: 3px;
}

.goods_type_box {
    width: 1226px;
    height: 41px;
    margin: 0 auto;
}

.all_types {
    width: 234px;
    height: 41px;
    background-color: #027bd6;
    position: relative;
}

.all_type_title {
    width: 203px;
    height: 15px;
    line-height: 15px;
    display: block;
    padding: 14px 21px 12px 10px;
    background: url(../images/down.png) no-repeat 190px center;
}

.g_hot_box {
    margin-left: 9px;
}

    .g_hot_box a {
        margin-left: 25px;
        line-height: 41px;
    }

        .g_hot_box a:hover {
            color: #027bd6;
        }

.all_types .banner_phone_box {
    display: none;
}

.all_type_title:hover {
    background-color: #0066b2;
}

.all_types:hover .banner_phone_box {
    display: block;
}
/*热卖推荐*/
.rmtj {
    width: 100%;
    height: 160px;
}

.rmtj_box {
    width: 1226px;
    heigth: 160px;
    background-color: #fbfbfb;
    margin: 5px auto;
}

    .rmtj_box .rmtj_goods {
        width: 1026px;
        height: 160px;
    }

        .rmtj_box .rmtj_goods > span {
            width: 41px;
            height: 65px;
            background-image: url(../images/rmtj.png);
            padding: 16px 0 0 7px;
            margin-left: 15px;
        }

        .rmtj_box .rmtj_goods li {
            width: 285px;
            height: 138px;
            float: left;
            background-color: #fff;
            margin: 11px 17px;
        }

            .rmtj_box .rmtj_goods li:hover {
                z-index: 2;
                -webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.1);
                box-shadow: 0 5px 6px rgba(0,0,0,0.1);
                -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
            }

    .rmtj_box .rmtj_img {
        margin: 21px 17px 17px 7px;
    }

    .rmtj_box .rmtj_goods_con {
        width: 150px;
        height: 106px;
        margin-top: 21px;
    }

        .rmtj_box .rmtj_goods_con .goods_name {
            color: #6C6C6C;
            font-family: "宋体";
            line-height: 22px;
        }

        .rmtj_box .rmtj_goods_con .goods_price {
            line-height: 26px;
            margin-top: 12px;
        }

            .rmtj_box .rmtj_goods_con .goods_price a {
                color: #777;
                width: 70px;
                height: 24px;
                background-color: #f6f6f6;
                text-align: center;
                line-height: 24px;
                border: 1px solid #eaeaea;
            }

                .rmtj_box .rmtj_goods_con .goods_price a:hover {
                    background-color: #027bd6;
                    border: 1px solid #027bd6;
                    color: #fff;
                }

.rmtj_news {
    width: 200px;
    height: auto;
    margin-top: 10px;
}

.rmtj_news_tit {
    margin-bottom: 8px;
}

.rmtj_news li {
    width: 200px;
    font-size: 8px;
    height: 24px;
    list-style: square;
    list-style-position: inside;
    float: left;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777;
}

    .rmtj_news li a:hover {
        color: #027bd6;
    }
/*选择类型*/
.select_brand {
    width: 1226px;
    margin: 10px auto 0;
    height: auto;
}
    /*1156 107*/
    .select_brand h1 {
        padding: 10px 0;
    }

.select_brand_type {
    width: 1156px;
    height: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    float: left;
}

    .select_brand_type li {
        height: 52px;
        width: 104px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        float: left;
        position: relative;
    }

        .select_brand_type li a {
            display: block;
            position: relative;
            width: 88px;
            height: 35px;
            line-height: 35px;
            padding: 8px 8px 9px;
            text-align: center;
            margin: 0;
            border: 0 none;
            overflow: visible;
        }

.brand_word {
    position: absolute;
    width: 102px;
    height: 50px;
    border: 2px solid #027bd6;
    top: -1px;
    left: -1px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #027bd6;
    font-size: 16px;
    display: none;
}

.brand_word1 {
    position: absolute;
    width: 102px;
    height: 50px;
    border: 2px solid #027bd6;
    top: -1px;
    left: -1px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #027bd6;
    font-size: 16px;
    display: none;
    background-image: url(../images/xz.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.select_brand_type li:hover .brand_word {
    display: block;
}

.button_box {
    width: 58px;
}

    .button_box .button2 {
        width: 58px;
        height: 24px;
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        text-align: right;
        padding: 0 5px 0 6px;
        background-image: url(../images/add.png);
        background-repeat: no-repeat;
        background-position: 6px center;
        outline: none;
        margin-top: 7px;
    }

.select_type {
    width: 100%;
    height: auto;
}

.crumbs_nav {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #efefef;
}

.crumbs_nav_box {
    width: 1226px;
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
}

.l_arrow {
    margin: 6.5px 10px;
}

.crumbs2 {
    cursor: pointer;
    position: relative;
    height: 22px;
    border: 1px solid #e3e3e3;
    line-height: 22px;
    padding: 0 22px 0 10px;
    background-image: url(../images/b_arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}

.crumbs2_box2 {
    display: none;
    padding-top: 10px;
    background-color: transparent;
}

.crumbs2_box {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 31;
    width: 415px;
    padding: 20px 8px;
    border: 5px solid #cfcaca;
    background: #fff;
}

#crumbs2:hover .crumbs2_box2, #crumbs3:hover .crumbs2_box2 {
    display: block;
}

.crumbs2_box a {
    display: block;
    padding: 0 10px;
    margin-bottom: 7px;
}

    .crumbs2_box a:hover {
        color: #027bd6;
    }

.screen {
    margin: 0 7px 0 10px;
    line-height: 24px;
}

.total {
    line-height: 24px;
}

.type_price {
    width: 1226px;
    height: auto;
    line-height: 34px;
    margin: 6px auto 0;
    border-bottom: 1px solid #ddd;
}

.btt {
    border-top: 1px solid #ddd;
}

.type_price span {
    margin-right: 34px;
}

.type_price li {
    float: left;
    margin-right: 60px;
    position: relative;
}

    .type_price li a {
        font-size: 12px;
        color: #027bd6;
        font-family: "宋体";
        float: left;
        line-height: 34px;
    }

        .type_price li a:hover {
            color: #0066b2;
        }

.type_price .text1 {
    width: 41px;
    height: 22px;
    border: 1px solid #ddd;
    margin: 5px 0 0 60px;
    outline: none;
    padding: 0 3px;
}

.type_price .text2 {
    width: 41px;
    height: 22px;
    border: 1px solid #ddd;
    margin: 5px 0 0;
    outline: none;
    padding: 0 3px;
}

.type_price .qj {
    margin: 0 5px;
    line-height: 30px;
    color: #ddd;
}

.type_price .button {
    width: 40px;
    height: 24px;
    margin: 5px 0 0 5px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    outline: none;
}

    .type_price .button:hover {
        background-color: #027bd6;
        color: #fff;
        border: 1px solid #027bd6;
    }

.hotspot li {
    margin-right: 48px;
}

.type_price .button2 {
    width: 45px;
    height: 22px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    text-align: right;
    padding: 0 5px 0 6px;
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    margin: 5px 2px 0 10px;
    outline: none;
}

.more_type li a {
    font-size: 12px;
    color: #027bd6;
    font-family: "宋体";
    float: left;
    line-height: 34px;
}

    .more_type li a img {
        margin-left: 10px;
    }

    .more_type li a:hover img {
        transform: rotate(180deg);
        transition: all .5s ease;
    }

.types {
    width: 350px;
    height: auto;
    position: absolute;
    top: 30px;
    display: none;
    border: 1px solid #ddd;
    background-color: #fff;
}

.contrast2 {
    width: 350px;
}

    .contrast2 ul {
        float: left;
        margin-left: 12px;
    }

        .contrast2 ul li {
            float: left;
            height: 40px;
            width: 90px;
            line-height: 40px;
            padding-left: 10px;
            margin-right: 0;
            color: #6c6c6c;
            font-family: "宋体";
            font-size: 12px;
            cursor: pointer;
        }

            .contrast2 ul li .checkbox {
                float: left;
                margin: 13px 5px 0;
            }


.btn_box2 {
    width: 100%;
    background-color: #f5f5f5;
    height: 40px;
    border-top: 1px solid #ddd;
}

.assign_btn {
    padding: 5px 10px;
    color: #333;
    float: left;
    margin: 7px 10px 0 123px;
    outline: none;
}

.cancel_btn {
    padding: 5px 10px;
    color: #333;
    float: left;
    margin-top: 7px;
    outline: none;
}

    .assign_btn:hover, .cancel_btn:hover {
        background-color: #027bd6;
        color: #fff;
    }

.more_type li:hover .types {
    display: block;
}

.goods_sort {
    width: 1226px;
    height: 40px;
    margin: 10px auto 0;
    border: 1px solid #ddd;
}

    .goods_sort ul {
        float: left;
    }

        .goods_sort ul li {
            float: left;
            width: 48px;
            height: 40px;
            line-height: 40px;
            border-right: 1px solid #ddd;
        }

            .goods_sort ul li span {
                cursor: pointer;
                width: 36px;
                color: #6c6c6c;
                font-family: "宋体";
                font-size: 12px;
                display: block;
                padding: 0 6px;
            }

    .goods_sort #sortzh span {
        text-align: center;
    }

    .goods_sort #sortxl span, #sortxp span, #sortpl span, #sortjg span {
        text-align: left;
    }

    .goods_sort #sortxl, #sortxp, #sortpl, #sortjg {
        background-image: url(../images/b_arrow2.png);
        background-repeat: no-repeat;
        background-position: 34px 16px;
    }

    .goods_sort #sortzh.hover span {
        background: #027bd6;
        color: #fff;
    }

    .goods_sort #sortzhhover span a {
        color: #fff;
    }

#sortzh.hover span, #sortxl.hover span, #sortxp.hover span, #sortpl.hover span, #sortjg.hover span {
    background: #027bd6;
    color: #fff;
    background-image: url(../images/b_arrow2_1.png);
    background-repeat: no-repeat;
    background-position: 36px center;
}

    #sortzh.hover span a, #sortxl.hover span a, #sortxp.hover span a, #sortpl.hover span a, #sortjg.hover span a {
        color: #fff;
    }

.flip_page {
    line-height: 40px;
}

.arrow_box {
    height: 40px;
    margin-right: 16px;
}

    .arrow_box span {
        width: 9px;
        height: 15px;
        background-image: url(../images/l_arrow2.png);
        margin: 12.5px 0 0 19px;
    }

    .arrow_box .span1 {
        background-image: url(../images/l_arrow2.png);
    }

    .arrow_box .span2 {
        background-image: url(../images/r_arrow.png);
    }

.contrast {
    width: 1226px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-top: none;
}

    .contrast ul {
        float: left;
        margin-left: 12px;
    }

        .contrast ul li {
            float: left;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            margin-right: 19px;
            color: #6c6c6c;
            font-family: "宋体";
            font-size: 12px;
            background-image: url(../images/select1.png);
            background-repeat: no-repeat;
            background-position: left center;
            cursor: pointer;
        }

        .contrast ul.ui-choose li.selected {
            color: #0080ff;
            background-image: url(../images/select2.png);
        }
/*产品展示*/
.goods_show {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.goods_show_box {
    width: 1226px;
    height: auto;
    margin: 0 auto;
}

    .goods_show_box ul {
        width: 1226px;
        height: auto;
    }

        .goods_show_box ul li {
            width: 237px;
            float: left;
            margin-left: 8px;
            margin-top: 30px;
        }

            .goods_show_box ul li:hover {
                -webkit-box-shadow: 0 8px 8px 6px rgba(0,0,0,0.1);
                box-shadow: 0 8px 8px 6px rgba(0,0,0,0.1);
                -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
            }

            .goods_show_box ul li img {
                max-width: 180px;
                max-height: 180px;
                margin: auto;
                display: block;
                vertical-align: middle;
                text-align: center;
                overflow: hidden;
            }

.content_box {
    width: 217px;
    margin: 7px 10px;
}

    .content_box .p2 {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .content_box .p3 {
        margin-top: 10px;
    }

    .content_box .p4 {
        margin-top: 20px;
    }

.goods_show_btn {
    width: 92px;
    height: 29px;
    line-height: 27px;
    border-radius: 3px;
    background-color: #027bd6;
    color: #fff;
}

    .goods_show_btn:hover {
        background-color: #0066b2;
    }

.contrast_btn {
    display: none;
    width: 47px;
    height: 29px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    line-height: 29px;
    border-radius: 2px;
    margin-left: 10px;
}

.checkbox_btn {
    margin: 8px 3px;
    border-radius: 0;
}
/*分页按钮*/
.page_btn {
    margin: 80px auto 100px;
}

.page_btn_box {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.page_btn a {
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    line-height: 34px;
    text-align: center;
    margin-left: 5px;
}

.page_btn span {
    padding: 8px 15px;
    width: 24px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
}

.page_btn a.page_btn1 {
    width: 34px;
    height: 34px;
}

.page_btn a.page_btn2 {
    width: 82px;
    height: 34px;
}

.page_btn a.active {
    background-color: #027bd6;
    border: 1px solid #027bd6;
    color: #fff;
}

.page_btn a:hover {
    background-color: #027bd6;
    border: 1px solid #027bd6;
    color: #fff;
}

.page-cur {
    background-color: #027bd6;
    border: 1px solid #027bd6;
    color: #fff;
}

.page-skip {
    display: none;
}
