/* banner */
.shop_banner{
    height: 400px;
}
.shop_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 热门商品 */
.shop_hot{
    width: 1200px;
    /*font-family: Microsoft YaHei;*/
    position: relative;
    padding-top: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.shop_hot .shop_hot_tit{
    font-size: 20px;
    color:#DA251D;
    padding-bottom: 15px;
}
.shop_hot_list{
    border: 1px solid #cdcccc;
    border-top: 2px solid #DA251D;
    box-sizing: border-box;
}
.shop_hot_list .swiper-container{
    padding: 19px;
    background: #fff;
}
.shop_hot_list .shop_hot_bg{
    width: 100%;
    height: 270px;
    border: 1px solid #cdcccc;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.shop_hot_list .shop_hot_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop_hot_list .shop_hot_bg p{
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,40%),rgba(0,0,0,0));
    bottom: -100%;
    left: 0;
    color:#fff;
    font-size: 14px;
    padding: 0 12px;
    padding-top: 145px;
    height: 177px;
    transition: all .3s ease;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.shop_hot_list .shop_hot_bg:hover p{
    bottom: 0;
}
/* 商品列表 */
.bigmenu_box{
    overflow: hidden;
}
.yilou {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
    margin-top: 40px;
}
.yilou_a {
    line-height: 34px;
    height: 34px;
    padding-bottom: 10px;
}
.yilou_left {
    float: left;
    font-size: 20px;
}
.yilou_left span{ font-size:36px; color:#DA251D;}
.yilou_right{ float:right;}
.yilou_right a{ color:#DA251D; font-size:16px;}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
    border-top: 1px solid #333333;
    padding: 20px 0;
}
.ul_li_top_pro{
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 20px;
    background: #fff;
    padding-bottom: 10px;
    border: 1px solid #DDD;
    box-sizing: border-box;
}
.ul_li_top_pro:nth-child(5n){
    margin-right: 0;
}
.ul_li_top_pro .ul_li_top_bg{
    width: 100%;
    height: 223px;
    border-bottom: 1px solid #DDD;
}
.ul_li_top_pro .ul_li_top_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul_li_top_pro h1{
    font-size: 14px;
    font-weight: bold;
    color: #323232;
    padding: 10px 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ul_li_top_pro p{
    /* text-align: center; */
    padding-top: 5px;
    font-size: 16px;
    color:#BD1B1B;
    padding: 0 10px;
    box-sizing: box-sizing;
}
.ul_li_top_pro p span{
    font-size: 18px;
}

.main_pathbox {
    width: 1190px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
}
.main_pathbox_first {
    width: auto;
    overflow: hidden;
    float: left;
    line-height: 68px;
    margin-right: 5px;
    padding: 0 6px;
}
.main_pathbox_arrow {
    float: left;
    font-family: SimSun;
    font-style: normal;
    line-height: 68px;
    margin-right: 5px;
}