/*宣传页Banner*/

.bannerBox {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    /*border-bottom: 10px solid #f7f7f7;*/
    /*max-width:560px;*/
    /* 设置焦点图最大宽度 */
}

.bannerBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.bannerBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
    box-sizing: border-box;
}

.bannerBox .hd li.on {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.bannerBox .bd {
    position: relative;
    z-index: 0;
}

.bannerBox .bd li {
    position: relative;
    text-align: center;
}

.bannerBox .bd li img {
    display: block;
    width: 100%;
}

.bannerBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.bannerBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}


/*宣传页内容*/

.kitchencon {
    width: 100%;
}

.anchor {
    width: 80%;
    /*height: 60px;line-height: 60px;*/
    margin: 0 auto;
    padding: 15px 0;
}

.anchor ul {
    width: 449px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}

.anchor ul li {
    position: relative;
    float: left;
    background: #fff;
    width: 149px;
    /*height: 44px;*/
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    margin-left: 0px;
    border-right: 1px solid #dddddd;
}

.anchor ul li a {
    display: block;
}

.anchor ul li.on a {
    background: #573b2d;
    color: #fff;
    display: block;
}

.anchor ul li.on i {
    background: url(../images/xiabiao.png);
    position: absolute;
    width: 12px;
    height: 6px;
    left: 48%;
    bottom: -6px;
}

.allprobox {
    margin: 0 auto;
    margin-top: 45px;
}

.allproimg {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.allpro_01 {
    width: 119px;
    height: 413px;
    position: absolute;
    top: 6%;
    left: 10%;
    z-index: 99;
}

.allpro_02 {
    width: 600px;
    height: 130px;
    position: absolute;
    top: 7%;
    left: 26%;
    z-index: 88;
}

.allpro_03 {
    width: 600px;
    height: 100px;
    position: absolute;
    top: 36%;
    left: 26%;
    z-index: 88;
}

.allpro_04 {
    width: 600px;
    height: 130px;
    position: absolute;
    top: 63%;
    left: 26%;
    z-index: 88;
}

.allpro .allproimg_01 {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

.allpro .allproimg_02 {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

.allpro .allproimg_03 {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

.allpro .allproimg_04 {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .allpro_01 {
        width: 90px;
        height: 320px;
    }
    .allpro_02 {
        width: 460px;
        height: 95px;
    }
    .allpro_03 {
        width: 455px;
        height: 75px;
    }
    .allpro_04 {
        width: 470px;
        height: 95px;
    }
}

@media (max-width: 768px) {
    .allpro_01 {
        width: 69px;
        height: 240px;
    }
    .allpro_02 {
        width: 350px;
        height: 75px;
    }
    .allpro_03 {
        width: 340px;
        height: 56px;
    }
    .allpro_04 {
        width: 365px;
        height: 71px;
    }
}

.allprobox .allpro h2,
.receivebox .receive h2 {
    font-weight: normal;
    font-size: 20px;
    color: #3c3c3c;
    background: url(../images/shutiao.png) no-repeat 0px 1px;
    padding-left: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.allcasebox {
    margin: 0 auto;
    margin-top: 50px;
}

.allcasebox .allcase h2 {
    font-weight: normal;
    font-size: 20px;
    color: #3c3c3c;
    background: url(../images/shutiao.png) no-repeat 0px 1px;
    padding-left: 10px;
    ;
    margin: 30px auto;
    /*margin-bottom: 30px;*/
}

.allcasebox .allcase .cc-case {
    position: relative;
    width: 100%;
    background-color: #000;
    margin: 10px 0;
}

.allcasebox .allcase .cc-case>img {
    display: block;
}

.allcase .cc-case .coc-up {
    position: absolute;
    background: url(../images/anniu.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.allcase .cc-case .coc-up-01 {
    top: 28%;
    left: 42%;
}

.allcase .cc-case .coc-up-02 {
    top: 55%;
    left: 42%;
}

.allcase .cc-case .coc-up-03 {
    top: 40%;
    left: 51%;
}

.allcase .cc-case .coc-up-04 {
    top: 64%;
    left: 52%;
}

.allcase .cc-case .coc-up-05 {
    top: 42%;
    left: 59%;
}

.allcase .cc-case .coc-up-06 {
    top: 62%;
    left: 59%;
}

.allcase .cc-case .coc-up-07 {
    top: 66%;
    left: 65%;
}

.allcase .cc-case .coc-up-08 {
    top: 46%;
    left: 83%;
}

.allcase .cc-case .coc-up-09 {
    top: 38%;
    left: 88.6%;
}

.allcase .cc-case .coc-up-10 {
    top: 67%;
    left: 93%;
}

.allcase .cc-case .coc_01 {
    position: relative;
    width: 30px;
    height: 30px;
}

.slideGroup {
    display: none;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    /*top: -310%;left: 150%; */
    z-index: 99;
}


/*@media (max-width: 1024px){
	.allcase .cc-case .coc-up-04 .slideGroup{top: -420%;}
	.allcase .cc-case .coc-up-06 .slideGroup{top: -440%;left:150%;}
	.allcase .cc-case .coc-up-07 .slideGroup{top: -490%;left:-1170%;}
	.allcase .cc-case .coc-up-10 .slideGroup{top: -675%;}

}

@media (max-width: 768px){
	.allcase .cc-case .coc-up-01 .slideGroup{top: -240%;}
	.allcase .cc-case .coc-up-04 .slideGroup{top: -380%;}
	.allcase .cc-case .coc-up-05 .slideGroup{left: -1000%;}
	.allcase .cc-case .coc-up-06 .slideGroup{left: -1000%;}
	.allcase .cc-case .coc-up-07 .slideGroup{top: -390%; left: -1000%;}
	.allcase .cc-case .coc-up-08 .slideGroup{left: -980%;}
	.allcase .cc-case .coc-up-09 .slideGroup{left: -980%;}
	.allcase .cc-case .coc-up-10 .slideGroup{top: -420%;left: -980%;}
}*/

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 0.6rem 0 0.4rem;
    position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 3%;
    top: 40%;
    display: block;
    width: 20px;
    height: 35px;
    background: url(../images/icoLeft.png) center center no-repeat;
    z-index: 10;
}

.slideGroup .sNext {
    left: auto;
    right: 3%;
    background: url(../images/icoRight.png) center center no-repeat;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    /*margin:0 8px;*/
    width: 74%;
    float: left;
    /*display:inline;*/
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.slideGroup .parBd ul li .pic img {
    display: block;
    margin: auto;
    width: 100%;
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: #999;
}

.slideGroup .parBd ul li .title {
    padding-top: 0.4rem;
    color: #3c3c3c;
}

.tempWrap {
    margin: auto;
}

@media screen and (min-width:1200px) {
    .slideGroup .parBd ul li .title {
        font-size: 20px;
    }
    .slideGroup {
        width: 420px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .slideGroup .parBd ul li .title {
        font-size: 16px;
    }
    .slideGroup {
        width: 320px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .slideGroup .parBd ul li .title {
        font-size: 14px;
    }
    .slideGroup {
        width: 240px;
    }
}


/*@media (max-width: 768px){
	.slideGroup{width: 285px;height: 210px;}
	.slideGroup .slideBox{padding: 20px 0 0px 30px;}
	.slideGroup .parBd ul li .title{padding-top: 7px;}
	.slideGroup .sPrev{left: 2%;}
	.slideGroup .sNext{right: 3%;}
}*/

.allcase .cc-case-02 .coc-up-01 {
    top: 46%;
    left: 13%;
}

.allcase .cc-case-02 .coc-up-02 {
    top: 20%;
    left: 25%;
}

.allcase .cc-case-02 .coc-up-03 {
    top: 39%;
    left: 23%;
}

.allcase .cc-case-02 .coc-up-04 {
    top: 69%;
    left: 28.3%;
}

.allcase .cc-case-02 .coc-up-05 {
    top: 45%;
    left: 38.5%;
}

.allcase .cc-case-02 .coc-up-06 {
    top: 69%;
    left: 38%;
}

.allcase .cc-case-02 .coc-up-07 {
    top: 36%;
    left: 43%;
}

.allcase .cc-case-02 .coc-up-08 {
    top: 68%;
    left: 52%;
}

.allcase .cc-case-02 .coc-up-09 {
    top: 68%;
    left: 63.4%;
}


/*.allcase .cc-case-02 .coc-up-04 .slideGroup{top: -500%;}
.allcase .cc-case-02 .coc-up-06 .slideGroup{top: -500%;}
.allcase .cc-case-02 .coc-up-08 .slideGroup{top:-945%; left: -520%;}
.allcase .cc-case-02 .coc-up-09 .slideGroup{top:-945%; left: -520%;}

@media (max-width: 1024px){
	.allcase .cc-case-02 .coc-up-02 .slideGroup{top: -160%;}
	.allcase .cc-case-02 .coc-up-04 .slideGroup{top: -600%;}
	.allcase .cc-case-02 .coc-up-06 .slideGroup{top: -600%;}
	.allcase .cc-case-02 .coc-up-07 .slideGroup{top: -365%;}
	.allcase .cc-case-02 .coc-up-08 .slideGroup{top: -630%;left:-1160%;}
	.allcase .cc-case-02 .coc-up-09 .slideGroup{top: -630%;left:-1160%;}
}
@media (max-width: 768px){
	.allcase .cc-case-02 .coc-up-05 .slideGroup{top: -295%;left: 125%;}
	.allcase .cc-case-02 .coc-up-06 .slideGroup{top: -500%;left: 125%;}
	.allcase .cc-case-02 .coc-up-07 .slideGroup{top: -260%;left: 125%;}
	.allcase .cc-case-02 .coc-up-08 .slideGroup{top: -485%;left: -990%;}
	.allcase .cc-case-02 .coc-up-09 .slideGroup{top: -485%;left: -990%;}
}*/

.allcase .cc-case-03 .coc-up-01 {
    top: 39%;
    left: 10%;
}

.allcase .cc-case-03 .coc-up-02 {
    top: 18%;
    left: 24%;
}

.allcase .cc-case-03 .coc-up-03 {
    top: 32%;
    left: 25.8%;
}

.allcase .cc-case-03 .coc-up-04 {
    top: 72%;
    left: 23.3%;
}

.allcase .cc-case-03 .coc-up-05 {
    top: 56%;
    left: 31.5%;
}

.allcase .cc-case-03 .coc-up-06 {
    top: 73%;
    left: 29.5%;
}

.allcase .cc-case-03 .coc-up-07 {
    top: 72%;
    left: 45.5%;
}

.allcase .cc-case-03 .coc-up-08 {
    top: 47%;
    left: 64.5%;
}

.allcase .cc-case-03 .coc-up-09 {
    top: 74%;
    left: 64%;
}

.allcase .cc-case-03 .coc-up-10 {
    top: 17%;
    left: 69%;
}

.allcase .cc-case-03 .coc-up-11 {
    top: 31%;
    left: 74%;
}

.allcase .cc-case-03 .coc-up-12 {
    top: 73%;
    left: 74%;
}

.allcase .cc-case-03 .coc-up-13 {
    top: 34%;
    left: 82%;
}

.allcase .cc-case-03 .coc-up-14 {
    top: 79%;
    left: 83%;
}

.allcase .cc-case-03 .coc-up-15 {
    top: 85%;
    left: 89%;
}

.allcase .cc-case-03 .coc-up-16 {
    top: 54%;
    left: 92%;
}


/*.allcase .cc-case-03 .coc-up-04 .slideGroup{top:-600%;}
.allcase .cc-case-03 .coc-up-06 .slideGroup{top:-600%;}
.allcase .cc-case-03 .coc-up-07 .slideGroup{top:-600%;}
.allcase .cc-case-03 .coc-up-08 .slideGroup{top:-410%; left: -1155%;}
.allcase .cc-case-03 .coc-up-09 .slideGroup{top:-945%; left: -520%;}
.allcase .cc-case-03 .coc-up-10 .slideGroup{top:115%; left: -520%;}
.allcase .cc-case-03 .coc-up-11 .slideGroup{top:110%; left: -520%;}
.allcase .cc-case-03 .coc-up-12 .slideGroup{top:-945%; left: -520%;}
.allcase .cc-case-03 .coc-up-13 .slideGroup{top:-400%; left: -1155%;}
.allcase .cc-case-03 .coc-up-14 .slideGroup{top:-680%; left: -1155%;}
.allcase .cc-case-03 .coc-up-15 .slideGroup{top:-760%; left: -1155%;}
.allcase .cc-case-03 .coc-up-16 .slideGroup{top:-400%; left: -1155%;}*/


/*@media (max-width: 1024px){
	.allcase .cc-case-03 .coc-up-02 .slideGroup{top:-100%;}
	.allcase .cc-case-03 .coc-up-05 .slideGroup{top:-435%;}
	.allcase .cc-case-03 .coc-up-11 .slideGroup{top:-285%;left: -1165%;}
}
@media (max-width: 768px){
	.allcase .cc-case-03 .coc-up-05 .slideGroup{left: 130%;}
	.allcase .cc-case-03 .coc-up-06 .slideGroup{left: 130%;}
	.allcase .cc-case-03 .coc-up-08 .slideGroup{top: -325%; left: -980%;}
	.allcase .cc-case-03 .coc-up-09 .slideGroup{top: -730%; left: -460%;}
	.allcase .cc-case-03 .coc-up-11 .slideGroup{top: -255%; left: -975%;}
	.allcase .cc-case-03 .coc-up-12 .slideGroup{top: -730%; left: -540%;}
	.allcase .cc-case-03 .coc-up-13 .slideGroup{top: -290%; left: -980%;}
	.allcase .cc-case-03 .coc-up-14 .slideGroup{top: -600%; left: -980%;}
	.allcase .cc-case-03 .coc-up-15 .slideGroup{top: -670%; left: -980%;}
	.allcase .cc-case-03 .coc-up-16 .slideGroup{top: -400%; left: -970%;}
}*/

.receivebox {
    margin-top: 50px;
}

.receivetop {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}

.receivebox .receive h2 {
    float: left;
    /*width: 10%;margin-left: 95px;*/
}

.receivebox .receive .more {
    display: block;
    float: right;
    color: #47271c;
    /*margin-right:50px; */
    line-height: 35px;
}

.receivebox .dd-rece {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.receivebox .dd-rece .receleft {
    float: left;
    width: 30%;
}

.receivebox .dd-rece .receleft img,
.receivebox .dd-rece .receright img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:1200px) {
    .receivebox .dd-rece {
        height: 504px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .receivebox .dd-rece {
        height: 418px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .receivebox .dd-rece {
        height: 322px;
    }
}

.receivebox .dd-rece .receright {
    float: left;
    width: 70%;
    height: 100%;
}

.receivebox .dd-rece .receright img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.receivebox .receright .rece_01 {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.receivebox .receright .rece_01 span {
    position: absolute;
    width: 96%;
    padding: 15px 2%;
    display: block;
    bottom: 0px;
    background: rgba(255, 255, 255, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C80ffffff, endColorstr=#C80ffffff);
    color: #000;
    font-size: 16px;
}

.receivebox .receright .rece_02 {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.receivebox .receright .rece_02 span {
    position: absolute;
    width: 96%;
    padding: 15px 2%;
    display: block;
    bottom: 0px;
    background: rgba(255, 255, 255, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C80ffffff, endColorstr=#C80ffffff);
    color: #000;
    font-size: 16px;
}


/*橱柜列表*/

.ambrynav {
    /*height: 158px;*/
    border-top: 10px solid #fff;
    border-bottom: 10px solid #f7f7f7;
}

.a-ambrynav {
    /*padding: 10px 0;*/
    border-bottom: 1px solid #f7f7f7;
}

.a-ambrynav .sifting {
    /*height: 52px;*/
    line-height: 52px;
    margin: 0 auto;
    overflow: hidden;
}

.a-ambrynav .sifting .fund-type {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.a-ambrynav .sifting label {
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    font-size: 14px;
    color: #3c3c3c;
}

.a-ambrynav .sifting .fund-a,
.a-ambrynav .sifting .fund-b {
    padding-left: 74px;
    overflow: hidden;
}

.a-ambrynav .sifting .fund-a a {
    cursor: pointer;
    font-size: 14px;
    color: #444444;
    display: block;
    text-align: center;
    float: left;
    /*width: 60px;*/
    height: 30px;
    padding: 0 27px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.a-ambrynav .sifting .fund-a a.on {
    color: #fff;
    background: #573b2d;
    border-radius: 20px;
}

.ambrylist {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* 2021.5.13修改 添加 new 标识 start */
.ambrylist ul li {
    background-color: #efefef;
    float: left;
    border: 1px solid #dddddd;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.ambrylist ul li .product-new {
    position: absolute;
    width: 56px;
    height: 56px;
    top: -2px;
    left: -2px;
}
/* 2021.5.13修改 添加 new 标识 end */

.ambrylist ul li:hover {
    box-shadow: 0px 5px 20px #dddddd;
}

.ambrylist ul li a {
    display: block;
}

.ambrylist ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ambrylist .ambrytxt {
    padding: 15px 0;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    background-color: #fff;
}

.ambrylist .ambrytxt em {
    display: block;
    float: right;
    padding-right: 15px;
    background: url(../images/yan.png) no-repeat 0 center;
    text-align: right;
    padding-left: 24px;
    background-size: auto 20px;
}

.ambrylist .ambrytxt .collected {
    padding-left: 18px;
    background: url(../images/case/uncollect.jpg) no-repeat left center;
    background-size: auto 16px;
}

.ambrylist .ambrytxt .uncollect {
    cursor: pointer;
    padding-left: 18px;
    background: url(../images/case/collected.jpg) no-repeat left center;
    background-size: auto 16px;
}

.ambrylist .ambrytxt span {
    display: block;
    float: left;
    font-size: 18px;
    color: #3c3c3c;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
}


/*@media (max-width: 1024px){
	.ambrylist ul li{margin-right: 6px;margin-left: 6px;}

}

@media (max-width: 768px){
	.ambrynav{padding-left: 10px;}

}*/


/*厨房电器*/


/*.kitchennav .a-ambrynav .sifting .fund-a{width: 93%;}*/

.kitchennav .a-ambrynav {
    padding: 10px 0;
}

.kitchennav .a-ambrynav .sifting label {
    display: block;
    float: left;
    width: 74px;
    text-align: right;
}

.kitchennav .a-ambrynav .sifting .fen_02 {
    /*height: 10px;*/
}

.kitchennav .a-ambrynav-02 {
    border-bottom: 0px;
}

.kitchenlist ul li a {
    display: block;
}

.kitchenlist ul li img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.type_box .fund-type {
    display: none;
}

.scene img {
    display: block;
    width: 100%;
    margin: 20px 0;
}


/*分享*/

.share {
    float: right;
    /*padding-top: 1.5%;*/
}

.share .bds_more {
    background: url(../images/share.png) no-repeat;
    /*width: 100%;*/
    height: 19px;
    padding: 3px 0 0 25px;
    color: #909090;
    background-position: left center;
    background-size: auto 18px;
}

.bdshare_popup_box {
    /*left: 774.75px !important;*/
    display: none !important;
}

.share .bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    margin-right: 0px;
}


/*产品中心详情页*/

.prodisplay {
    margin: 30px auto 60px;
}

.picFocus {
    /*margin:0 auto; */
    /*width:467px;*/
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 39%;
    padding-top: 5px;
    overflow: hidden;
    float: right;
}

.picFocus .hd ul {
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    width: 22%;
    float: left;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 5px;
    overflow: hidden;
}

.picFocus .hd ul li img {
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
    display: block;
}

.picFocus .hd ul li.on {
    border-color: #7f584b;
}

.picFocus .bd {
    float: left;
    width: 59%;
    overflow: hidden;
    background-color: #f7f7f7;
}

.picFocus .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picFocus .bd li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.picFocus .bd .tempWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.picFocus .bd .tempWrap ul {
    height: 100%;
    overflow: hidden;
}

.picFocus .bd li {
    height: 100%;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
    .picFocus .bd {
        height: 580px;
    }
    .picFocus .hd ul li {
        height: 86px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .picFocus .bd {
        height: 470px;
    }
    .picFocus .hd ul li {
        height: 70px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .picFocus .bd {
        height: 350px;
    }
    .picFocus .hd ul li {
        height: 60px;
    }
}

.picFocus .pictxt {
    width: 39%;
    float: right;
}

.picFocus .pictxt h2 {
    font-size: 24px;
    color: #000000;
    display: inline-block;
    padding-right: 20px;
}

.picFocus .pictxt em {
    display: inline-block;
    color: #aaaaaa;
    margin-top: 10px;
}

.picFocus .pictxt span,
.picFocus .pictxt p {
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    padding: 0;
    line-height: 1.4;
    overflow: hidden;
}

.proswitch {
    background: url(../images/probg.jpg) repeat-x top;
}


/*.proswitch .uu{background: #f6f6f6;min-height: 57px;}*/

.CompanyLeft {
    margin: 0 auto;
}

.CompanyLeft .comul {
    /*width: 730px;*/
}

.CompanyLeft .comul li {
    float: left;
    padding: 20px 73px 19px 73px;
    font-size: 14px;
    cursor: pointer;
    color: #3c3c3c;
    /*border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;*/
}

.CompanyLeft .comul li.on {
    font-size: 14px;
    color: #573b2d;
    background: #fff;
    border-top: 2px solid #573b2d;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-weight: bold;
}

.CompanyLeft .pp-tab-c {
    display: none;
}

.pp-tab-c img {
    display: block;
    width: 100%;
}

.CompanyLeft .pp-top {
    margin-top: 18px;
}

.CompanyLeft .pp-top>p {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 20px;
    padding-left: 15px;
    background: url(../images/shutiao.png) left center no-repeat;
}

.CompanyLeft .pp-top ul {
    margin-bottom: 25px;
}

.CompanyLeft .pp-top ul li {
    float: left;
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 8px;
    width: 25%;
}

.CompanyLeft .pp-tab-img {
    margin-top: 30px;
}

.CompanyLeft .pp-popups img {
    display: block;
    padding: 0;
    margin: auto;
    border: 0;
    width: 100%;
}

.CompanyLeft .pp-tab-img img {
    display: block;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.CompanyLeft .pp-tab-img img+br,
.CompanyLeft .pp-popups img+br {
    display: none;
}

.CompanyLeft .pp-tab-img p {
    margin: 0;
    padding: 0;
}

.CompanyLeft .pp-tab-img p img {
    display: block;
    width: 100%;
}

.CompanyLeft .pp-popups {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.CompanyLeft .pp-popups .pop-up {
    position: absolute;
    background: url(../images/anniu.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.CompanyLeft .pp-popups .pop-up-01 {
    top: 27%;
    left: 58%;
}

.CompanyLeft .pp-popups .pop_01 {
    position: relative;
    width: 30px;
    height: 30px;
}

.CompanyLeft .pp-popups .pop_01 .pop-txt {
    /*display:none;*/
    position: absolute;
    border: 1px solid #dddddd;
    background: #fff;
    /*left: 45px;bottom: -190px;*/
    padding: 8px;
    z-index: 99;
    width: 6.2rem;
    cursor: auto;
    opacity: 0;
}

.CompanyLeft .pp-popups .pop_01 .pop-txt p {
    font-size: 14px;
    color: #3c3c3c;
    padding: 4px 0;
    font-weight: bold;
}

.CompanyLeft .pp-popups .pop_01 .pop-txt span {
    display: block;
}

.CompanyLeft .pp-popups .pop_01 .pop-txt .details {
    background: #cc8d79;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 139px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 7px;
}

.CompanyLeft .pp-popups .pop_01 .pop-txt i {
    position: absolute;
    background: url(../images/mark.png) no-repeat;
    width: 14px;
    height: 20px;
    display: block;
}

.CompanyLeft .pp-popups .pop-up-04 .pop-txt {
    /*left: -90px;bottom: -340px;*/
}


/*.CompanyLeft .pp-popups .pop-up-04 .pop-txt i{background: url(../images/mark_01.png) no-repeat;width: 20px;height: 40px;}*/

.CompanyLeft .pp-popups .pop-up-02 {
    top: 52%;
    left: 20%;
}

.CompanyLeft .pp-popups .pop-up-03 {
    top: 37%;
    left: 57.5%;
}

.CompanyLeft .pp-popups .pop-up-04 {
    top: 90%;
    left: 90%;
}

@media (max-width: 768px) {
    /*.prodisplay{padding: 0px 10px;}*/
    /*.picFocus .bd img{width: 420px;height: 100%;}*/
    /*.picFocus .pictxt span{padding: 6px 0;}
	.picFocus .hd ul li{margin-right: 7px;}
	.picFocus{padding: 0 10px;}
	.CompanyLeft .comul{padding: 0 10px;}
	.FieldCon_box{padding: 0 10px;}*/
}


/*厨房电器详情页*/

.pp-tab-c .pp-top .video_box,
.pp-tab-c .pp-top .video_box video {
    display: block;
    width: 100%;
}

.allproduct {
    position: relative;
    overflow: hidden;
}

.allproduct img {
    display: block;
    width: 100%;
}

.allproduct .all_images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.allproduct .all_images img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.allproduct .all_clk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
}

.allproduct .all_clk .sub_nav1 {
    position: absolute;
    display: block;
    width: 12%;
    height: 87%;
    top: 3%;
    left: 9.6%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    moz-align-items: center;
    align-items: center;
    opacity: 1;
}

.allproduct .all_clk .sub_nav2 {
    position: absolute;
    display: block;
    width: 61%;
    height: 27%;
    top: 6%;
    left: 23%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    moz-align-items: center;
    align-items: center;
    margin-left: 6%;
}

.allproduct .all_clk .sub_nav3 {
    position: absolute;
    display: block;
    width: 57%;
    height: 23%;
    top: 35%;
    left: 25%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    moz-align-items: center;
    align-items: center;
    margin-left: 4%;
}

.allproduct .all_clk .sub_nav4 {
    position: absolute;
    display: block;
    width: 64.4%;
    height: 27%;
    top: 62%;
    left: 21.8%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    moz-align-items: center;
    align-items: center;
    margin-left: 7%;
}

.allproduct .all_clk a {
    color: #3d3d3d;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*学会收纳列表*/

.storage_list ul {
    margin: 30px auto;
    width: 100%;
    overflow: hidden;
}

.allBox {
    overflow: hidden;
}

.allBox h2 {
    float: left;
}

.allBox a {
    float: right;
    display: block;
    line-height: 35px;
    color: #47271c;
}

.storage_list ul .storage_photo {
    width: 70%;
    height: 260px;
    float: left;
}

.storage_list ul .storage_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storage_list ul .storage_txt {
    float: left;
    width: 26%;
    padding: 20px 2% 0;
}

.storage_list ul .storage_txt h3 {
    font-size: 16px;
    color: #000;
    line-height: 3
}

.storage_list ul .storage_txt p {
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    color: #909090;
}

.storage_list ul .storage_txt a {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #ffb097;
    border: 1px solid #cc8d79;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}


/*收纳详情*/

.storage_detail h1 {
    font-size: 30px;
    color: #000;
    margin: 30px auto 10px;
    text-align: center;
}

.storage_detail h6 {
    font-size: 14px;
    color: #909090;
    text-align: center;
    margin-bottom: 30px;
}

.storage_detail p {
    font-size: 14px;
    line-height: 2;
    color: #3c3c3c;
    margin: 20px auto;
    text-align: justify;
}

.storage_detail img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.cc-case {
    position: relative;
}

.cc-case .cc_title {
    margin-bottom: -77px;
    position: relative;
}

.pp-tab-c img {
    width: 100%;
}


/*一站配齐列表*/

.goods_banner {
    width: 100%;
    height: 370px;
    background: url(../images/product/goods_banner.jpg) center no-repeat;
    background-size: cover;
}

.goods_box {
    position: relative;
    margin-top: 50px;
}

.goods_box .left {
    width: 19%;
    overflow: hidden;
    float: left
}

.goods_box .left li {
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
}

.goods_box .left li .goods_icon {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.goods_box .left li .goods_icon img {
    display: block;
    margin-top: 0;
    width: 100%;
}

.goods_box .left li p {
    font-size: 14px;
    color: #909090;
    text-align: center;
    padding-top: 10px;
}


/*分类筛选*/

.goods_box .left .cur_goods {
    box-shadow: 0 0 10px #eee;
}

.goods_box .left .cur_goods:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #573b2d;
}

.goods_box .left .cur_goods .goods_icon img {
    margin-top: -44px;
}

.goods_box .left .cur_goods p {
    color: #573b2d;
}


/*右侧列表*/

.goods_box .right {
    float: right;
    width: 79%;
}

.goods_box .right li {
    overflow: hidden;
    display: none;
}

.goods_box .right li:first-child {
    display: block;
}

.goods_box .right li .goods_pt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.goods_box .right li .goods_pt img {
    display: block;
    width: 100%;
}

.goods_box .right li .goods_cot {
    overflow: hidden;
}

.goods_box .right li .goods_cot .product_list {
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.goods_box .right li .goods_cot a:nth-child(3n) .product_list {
    margin-right: 0;
}

.goods_box .right li .goods_cot .product_list .goods_product {
    width: 100%;
    overflow: hidden;
}

.goods_box .right li .goods_cot .product_list .goods_product img {
    display: block;
    width: 100%;
}

.goods_box .right li .goods_cot .product_list p {
    padding: 0 10px;
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    color: #646464;
    overflow: hidden;
}


/*厨品汇*/


/*必要清单*/

.kitchencon h2 span {
    font-size: 16px;
    color: #909090;
    padding-left: 10px;
}

.necessary_box img {
    display: block;
    width: 100%;
}

.necessary_box ul {
    width: 100%;
    overflow: hidden;
}

.necessary_box ul li {
    width: 32.3%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 1.55%;
    float: left;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.necessary_box ul li:nth-child(3),
.necessary_box ul li:nth-child(6) {
    margin-right: 0;
}


/*一站配齐*/

.readiness_list {
    overflow: hidden;
}

.readiness_list ul {
    margin: 10px 0;
    overflow: hidden;
}

.readiness_list ul li {
    width: 19.2%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.readiness_list ul .bg {
    border: none;
}

.readiness_list ul li:last-child {
    margin-right: 0;
}

@media screen and (min-width:1200px) {
    .readiness_list ul .goods_photo {
        height: 226px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .readiness_list ul .goods_photo {
        height: 187px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .readiness_list ul .goods_photo {
        height: 142px;
    }
}

.readiness_list ul .bg .goods_photo {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.readiness_list ul li .goods_photo img {
    display: block;
    width: 100%;
}

.readiness_list ul .bg .goods_photo img {
    width: 76px;
    display: block;
}

.readiness_list ul .goods_photo h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.64rem;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

.readiness_list ul .goods_title {
    height: 68px;
    overflow: hidden;
    padding: 0 12px;
}

.readiness_list ul .goods_more {
    text-align: right;
    overflow: hidden;
}

.readiness_list ul .goods_more p {
    display: block;
    color: white;
    padding-top: 36px;
    font-size: 14px;
}

.readiness_list ul .goods_title h5 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 1.4;
    padding-top: 6px;
}

.readiness_list ul .goods_title h4 {
    font-size: 22px;
    color: red;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2px;
}

.readiness_list ul .goods_title h4 span {
    display: inline-block;
    font-size: 12px;
    color: #909090;
    text-decoration: line-through;
    margin-left: 10px;
}

.readiness_list .goods_list01 .bg {
    background-color: #92838c;
}

.readiness_list .goods_list02 .bg {
    background-color: #988c88;
}

.readiness_list .goods_list03 .bg {
    background-color: #c2a392;
}

.readiness_list .goods_list04 .bg {
    background-color: #f3d0b3;
}

.readiness_list .goods_list05 .bg {
    background-color: #ffb5ab;
}

.readiness_list .goods_list06 .bg {
    background-color: #a0d0cb;
}

.readiness_list .goods_list07 .bg {
    background-color: #92a8ca;
}

.readiness_list .goods_list08 .bg {
    background-color: #d6dbab;
}

.readiness_list .goods_list09 .bg {
    background-color: #ccce97;
}

.readiness_list .goods_list10 .bg {
    background-color: #607724;
}

.readiness_list .goods_list11 .bg {
    background-color: #49735e;
}


/*厨房说*/

.allcase_wrap {
    overflow: hidden;
}

.allcase_wrap .left {
    float: left;
    width: 35%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
    overflow: hidden;
}

.allcase_wrap .right {
    width: 65%;
    float: right;
    overflow: hidden;
}

.allcase_wrap img {
    display: block;
    width: 100%;
}

.allcase_wrap .right .top {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
    height: 50%;
    overflow: hidden;
}

.allcase_wrap .right .bottom {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
    .allcase_wrap {
        height: 700px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .allcase_wrap {
        height: 580px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .allcase_wrap {
        height: 448px;
    }
}


/*厨房说列表页*/

.story_style ul {
    padding: 0.4rem;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.story_style ul:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.story_style ul .story_photo {
    width: 35%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    background: url(../images/default_logo.png) center no-repeat;
    background-size: auto 40%;
    background-color: #f7f7f7;
}

.story_style ul .story_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:1200px) {
    .story_style ul .story_photo {
        height: 210px;
    }
    .story_style ul .story_txt p {
        height: 110px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .story_style ul .story_photo {
        height: 176px;
    }
    .story_style ul .story_txt p {
        height: 76px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .story_style ul .story_photo {
        height: 136px;
    }
    .story_style ul .story_txt p {
        height: 36px;
    }
}

.story_style ul .story_txt {
    width: 63%;
    overflow: hidden;
    float: right;
}

.story_style ul .story_txt .txt_title {
    height: 30px;
    font-size: 24px;
    line-height: 1;
    color: #573b2d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.story_style ul .story_txt .time {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
    color: #909090;
}

.story_style ul .story_txt p {
    overflow: hidden;
    font-size: 12px;
    color: #646464;
    line-height: 1.5;
}

.story_style ul .story_txt span {
    display: block;
    width: 128px;
    height: 38px;
    border: 1px solid #cc8d7b;
    background-color: #feb099;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
}

.story_type_2,
.story_type_3 {
    display: none;
}


/*厨品汇侧边栏*/

.store_code {
    padding: 0 10px 10px;
    border: 1px solid #47271c;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -90px;
    z-index: 10;
    background-color: #fff;
}

.store_code p {
    font-size: 12px;
    color: #909090;
    text-align: center;
    line-height: 1.6;
    padding: 5px 0;
}

.store_code .code_box {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.store_code .code_box img {
    display: block;
    width: 100%;
}


/*无结果*/

.empty_box p {
    font-size: 18px;
    color: #646464;
    text-align: center;
    margin: 180px auto;
    padding-left: 150px;
    width: 400px;
    background: url(../images/find/find_empty.jpg) left center no-repeat;
    text-align: left;
    font-size: 24px;
    color: #b3b3b3;
    line-height: 1.4;
    padding-top: 22px;
    padding-bottom: 22px;
}

.empty_box p a {
    text-decoration: underline;
    color: #74635b;
    cursor: pointer;
}


/* 2019-11-04 */

.ambrylist .ambrytxt span {
    overflow: hidden;
    height: 30px;
    max-width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content {
    display: flex;
    flex-wrap: wrap;
}

.ambrylist ul li {
    display: flex;
    flex-flow: column;
}

.ambrylist ul li a {
    flex: 1;
}