/*分类、轮播图、推荐商品*/
.home_nav{
    display: block;
    max-width: 1500px;
    min-width: 980px;
    height: 400px;
    margin: 30px auto;
    background-color: white;
    padding: 10px 0px;
}
.hn-left{
    display: inline-block;
    width: 18%;
    height: 100%;
    vertical-align: bottom;
}
.hn-left_title
{
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    background-color: white;
    margin-bottom: 15px;
}
.hn-left_body{
    display: block;
    padding: 0px 10px;
}
.hn-left_body ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hn-left_body ul li span:hover{
    color: rgb(255,131,45);
}
.hn-list{
    padding: 10px 10px;
    border-bottom: 2px solid #ededed;
    color: rgb(74, 74, 74);
}
.hn-list b {
    display: inline-block;
    height: 3px;
    width: 10px;
    background-color: #ededed;
    vertical-align: middle;
    margin-right: 4px;
}
.hn-list_sp{
    font-size: 16px;
}
.hn-list:hover{
    color: rgb(255,131,45);
}
.hn-list:hover b{
    background-color: rgb(255,131,45);
}
.hn-left_title img {
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.hn-middle{
    display: inline-block;
    width: 60%;
    height: 100%;
    vertical-align: bottom;
}
.carousel-inner{

}
.hn-right{
    display: inline-block;
    width: 22%;
    height: 100%;
    vertical-align: bottom;
    padding: 0px 10px;
    overflow: hidden;
}
.hnr-title{
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    background-color: rgb(255,131,45);
    color: white;
}
.hnr-item{
    display: block;
    height: 110px;
    /*border-bottom: 2px solid #ededed;*/
}
.hnr-item-left{
    height: 100%;
    width: 32%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 4px 0px;
}
.hnr-item-right{
    height: 100%;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 4px 0px;
}
.hnr-item-left img{
    width: 100px;
    height: 100px;
    border: 1px dashed rgb(255,131,45);
}
.hnr-item-right img{
    width: 100px;
    height: 100px;
    border: 1px dashed rgb(255,131,45);
}
/*common-title*/
.home_common_title{
    display: block;
    max-width: 1500px;
    min-width: 980px;
    height: 50px;
    margin: 30px auto 10px auto;
}
.common_title_l{
    padding: 0px 30px 0px 0px;
    font-size: 20px;
    height: 48px;
    line-height: 52px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    background-color: #f4f4f4;
    z-index: 200;
}
.common_title_r{
    display: inline-block;
    width: 100%;
    height: 30px;
    border-bottom: 4px solid #d8d8d8;
    z-index: 100;
}
/*common-item*/
.home_common_item {
    display: block;
    max-width: 1500px;
    min-width: 980px;
    height: 500px;
    margin: 10px auto;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 30%);
    background-color: white;
}
.common_item_left{
    display: inline-block;
    width: 20%;
    height: 100%;
    background: url(/home-assets/images/temp/5.jpg) no-repeat;
    background-size: 100% 100%!important;
    cursor: pointer;
    vertical-align: top;
}
.cil_cate{
    display: block;
    height: 180px;
    margin: 300px 10px 0px 10px;
    overflow: hidden;
}
.cil_cate span:hover{
    color: #ff832d;
}
.cil_cate ul{
    margin: 0;
    padding: 0;
}
.cil_cate ul li{
    cursor: pointer;
    font-size: 14px;
    width: 120px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_item_right{
    display: inline-block;
    width: 80%;
    height: 100%;
    overflow: hidden;
}
.common_item_right ul{
    margin: 0;
    padding: 0;
}
.common_item_right ul li{
    float: left;
    width: 25%;
    height: 250px;
    border: 2px solid #e7e7e7;
    border-left: none;
    overflow: hidden;
}
.cir_img{
    height: 180px;
    text-align: center;
}
.cir_pro_pic{
    width: 180px;
    height: 180px;
    transition: all 0.6s;
}
.cir_pro_pic:hover{
    transform: scale(1.1);
}
.cir_pro_name{
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 10px;
}
.cir_pro_price{
    text-align: center;

}
.price{
    font-size: 14px;
    color: #ff832d;
    font-weight: 600;
}
/*common-product*/
.home_common_product{
    display: block;
    max-width: 1500px;
    min-width: 980px;
    margin: 10px auto;
}
.common_item_product{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.common_item_product ul{
    margin: 0;
    padding: 0;
}
.common_item_product li{
    background-color: #fff;
    float: left;
    margin-right: 1.5%;
    height: 330px;
    padding: 0px;
    margin-bottom: 10px;
    width: 18.5%;
}
.common_item_product li:hover
{
    box-shadow: 4px 4px 5px #e7e7e7;
}
.cir_pro_img{
    height: 215px;
    text-align: center;
}
.cir_pro_pic_list{
    width: 215px;
    height: 215px;
    transition: all 0.6s;
    margin-top: 10px;
}
.cir_pro_pic_list:hover{
    transform: scale(1.1);
}
.cir_pro_item_name{
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 20px;
}
.cir_pro_sm{
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.carousel-control.left{
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}

