/*产品列表*/
.top-kv{height:650px;background-position: center top;background-repeat: no-repeat;position: relative;margin-bottom: 55px;background-size: cover;}
@media screen and (max-width:1366px){
    .top-kv{
        height: 520px;
    }
}
.top-title{
    text-align: center;
    height: 214px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.top-title .top-icon img{position: relative;top: -50px;}
.top-title h2{font-size: 34px;color: #333333;line-height: 34px;margin-top:55px;}

#tab_content .custom-nav{position: relative;width: 1100px;}
#tab_content .custom-nav .item-nav{
    position: absolute;
    width: 51px;
    height: 51px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 73px;
    cursor: pointer;
}
#tab_content .custom-nav .prev-nav{background-image: url('/images/apps/frontend/product_list/prev.png');left: 0px;}
#tab_content .custom-nav .next-nav{background-image: url('/images/apps/frontend/product_list/next.png');right: -28px;}
#tab_content .tabs-nav{background-color: #F5F5F5;}
#tab_content .tabs-nav div.nav-item{
    float: left;
    cursor: pointer;
    height: 216px;
    width: 250px;
    text-align: center;
    padding-top: 25px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#tab_content .tabs-nav div.nav-item .img-box{width: 195px;height: 100px;margin: 0px auto;overflow: hidden;}
#tab_content .tabs-nav div.nav-item span.series-name{
    display: block;
    font-size: 18px;
    color:#79797b;
    width: 115px;
    margin: 0px auto;
    text-align: center;
    border-bottom: 3px solid transparent;
    padding: 18px 0px 52px 0px;
}

#tab_content .tabs-nav div.nav-item.active{background-color: #fff;}
#tab_content .tabs-nav div.nav-item.active span.series-name{
    background: url(/images/apps/frontend/product_list/down_arrow.png) center 58px no-repeat;
    border-bottom-color: #FB7070;
}
#owl-demo{width: 1008px;height: 216px;}

#product-content .series-title{height: 156px;}
#product-content .series-title .title{font-size: 22px;color: #2c2c2c;line-height: 22px;margin: 50px 0px 16px 0px;}
#product-content .series-title .product-num{font-size: 16px;color: #79797b;line-height: 16px;}

#product-content .series-title .shopping-guide{
    display: inline-block;
    width: 170px;
    height: 46px;
    margin-right: 20px;
    margin-top: 56px;
    background:  url(/images/apps/frontend/product_list/helper_btn.png) center center no-repeat;
}

#product-content .product-list .parent-ul .item{
    float: left;
    width: 376px;
    margin: 0px 24px 9px 0px;
    position: relative;
    height: 520px;
}
#product-content .product-list .parent-ul .item.no-margin-right{
    margin-right: 0px;
}
#product-content .product-list .parent-ul .item .img-box{height: 316px;text-align: center;border:2px #F5F5F5 solid;}
#product-content .product-list .parent-ul .item .img-box img{margin-top: 10px;}
#product-content .product-list .parent-ul .product-info{padding: 2px;}
#product-content .product-list .parent-ul .product-info .f-left{max-width: 299px;}
#product-content .product-list .parent-ul .product-info .product-name{font-size: 16px;color: #00213b;margin-top: 18px;margin-bottom: 5px;}
#product-content .product-list .parent-ul .product-info .product-model{font-size: 14px;color: #666666;}
#product-content .product-list .parent-ul .product-info .sub-ul{
    font-size: 12px;
    color: #969696;
    margin-top: 23px;
    max-height: 100px;
    width: 100%;
    overflow: auto;
}
#product-content .product-list .parent-ul .product-info .sub-ul li{
    background: url(/images/apps/frontend/product_list/dot.png) left 8px no-repeat;
    padding-left: 12px;
    line-height: 20px;
}

#product-content .product-list .parent-ul .product-info .pk-btn{
    display: inline-block;
    margin-top: 13px;
    width: 73px;
    height: 31px;
    background: url(/images/apps/frontend/product_list/pk.png) center center no-repeat;
}

#product-content .product-list .parent-ul .item .product-like{
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 12px;
}
#product-content .product-list .parent-ul .item .product-like .like-num{
    display: block;
    padding: 0px 5px;
    font-size: 12px;
    color: #666666;
    margin-top: 2px;
}


/*组合推荐*/
#recommend-product{height: 615px;background: url(/images/apps/frontend/product_list/recommand_bg1.jpg) center center no-repeat;}
#recommend-product .recommend-product-inner{width: 1155px;margin: 0px auto;}
#recommend-product .title{font-size: 34px;color: #fdfefe;line-height: 34px;text-align: center;padding: 54px 0px 57px 0px;}
#recommend-product .item{
    position: relative;
    float: left;
    width: 282px;
    height: 370px;
    text-align: center;
    margin-right: 9px;
    background: url(/images/apps/frontend/product_list/recbg.png) center center no-repeat;
}
#recommend-product .item.last-item{
    margin-right: 0px;
    background: url(/images/apps/frontend/product_list/whole_kitchen.png) center center no-repeat;
}
#recommend-product .item.last-item .product-txt{left: -17px;bottom: 62px;}
#recommend-product .item.last-item .product-name{
    font-size: 28px;
    line-height: 28px;
    color: #fdfefe;
    background: url(/images/apps/frontend/product_list/nav.png) 240px center no-repeat;
}
#recommend-product .item img{margin-top: 20px;}
#recommend-product .item .product-txt{position: absolute;width: 100%;bottom: 45px;}
#recommend-product .item span{display: block;}
#recommend-product .item .product-name{font-size: 19px;color: #202020;margin-bottom: 8px;}
#recommend-product .item .product-model{font-size: 16px;color: #7f7f7f;}

.top-title .top-icon{margin-top: 50px;}
.top-title .top-icon .top-icon-item{display: inline-block;width: 101px;height: 76px;position: relative;}
.top-title .top-icon .icon-img{
    display: block;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center top;
}
.top-title .top-icon .icon-img:hover,
.top-title .top-icon .icon-img.active{background-position: center -52px;}
/*壁挂炉*/
.top-title .top-icon .icon-img.icon-bgl{background-image: url('/images/apps/frontend/product_list/icon_bgl.png');}
/*电烤箱*/
.top-title .top-icon .icon-img.icon-dkx{background-image: url('/images/apps/frontend/product_list/icon_dkx.png');}
/*电热水器*/
.top-title .top-icon .icon-img.icon-drsq{background-image: url('/images/apps/frontend/product_list/icon_drsq.png?t=20190507');}
/*电蒸箱*/
.top-title .top-icon .icon-img.icon-dzx{background-image: url('/images/apps/frontend/product_list/icon_dzx.png');}
/*燃气热水器*/
.top-title .top-icon .icon-img.icon-rqrsq{background-image: url('/images/apps/frontend/product_list/icon_rqrsq.png');}
/*燃气灶*/
.top-title .top-icon .icon-img.icon-rqz{background-image: url('/images/apps/frontend/product_list/icon_rqz.png');}
/*水槽*/
.top-title .top-icon .icon-img.icon-sc{background-image: url('/images/apps/frontend/product_list/icon_sc.png');}
/*洗碗机*/
.top-title .top-icon .icon-img.icon-swj{background-image: url('/images/apps/frontend/product_list/icon_swj.png');}
/*消毒柜*/
.top-title .top-icon .icon-img.icon-xdg{background-image: url('/images/apps/frontend/product_list/icon_xdg.png');}
/*油烟机*/
.top-title .top-icon .icon-img.icon-yyj{background-image: url('/images/apps/frontend/product_list/icon_yyj.png');}
/*整厨*/
.top-title .top-icon .icon-img.icon-zc{background-image: url('/images/apps/frontend/product_list/icon_zc.png');}
/*集成灶*/
.top-title .top-icon .icon-img.icon-jcz{background-image: url('/images/apps/frontend/product_list/icon_jcz.png');}
.top-title .top-icon .icon-img.icon-jcz:hover,.top-title .top-icon .icon-img.icon-jcz.active{background-position: center -50px;}
/*生活电器*/
.top-title .top-icon .icon-img.icon-shdq{background-image: url('/images/apps/frontend/product_list/icon_shdq.png');}

.top-title .top-icon .icon-txt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

