.container{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:20px 10px;
}
.product_menu{
    width:280px;
    height:auto;
    overflow: hidden;
    float: left;
}
.product_menu_item{
    margin-bottom:20px;
}
.product_menu_item:last-child{
    margin-bottom:0;
}
.product_menu_title{
    width:100%;
    height:40px;
    background: #e1410f;
}
.product_menu_title img{
    padding-left:6px;
}
.product_menu_title span{
    font-size: 16px;
    color:#fff;
    padding-left:10px;
}
.product_menu_ul{
    width:99.6%;
    height:auto;
    overflow: hidden;
    border:1px solid #eee;
    border-top:none;
}
.product_menu_li{
    display: block;
    margin:0 7px;
    min-height:49px;
    border-bottom:1px dashed #eee;
}
.product_menu_li{
    font-size: 14px;
    color:#333;
    line-height: 49px;
}
.product_menu_li span{
    padding-left:10px;
}
.product_menu_li.active{
    color:#e1410f;
}
.product_menu_li:last-child{
    border-bottom:none;
}
.product_menu_li_con{
    width:87%;
}
.product_menu_li_label{
    font-size: 12px;
    color:#333;
    line-height: normal;
}
.product_menu_li_text{
    width:79%;
    font-size: 12px;
    color:#333;
    line-height: normal;
}
.product_menu_li.flex{
    display: flex;
}
.product_list{
    width:900px;
    float: right;
}
.product_curr{
    width:100%;
    height:43px;
    border-bottom:1px solid #eee;
}
.product_curr a{
    font-size: 14px;
    color:#333;
    padding-left:6px;
}
.product_ul{
    width:100%;
    padding-top:20px;
}
.product_li{
    width:270px;
    height:auto;
    overflow:hidden;
    padding:10px;
    background: #f8f8f8;
    border:1px solid #eee;
    display: block;
    margin-right:12px;
    margin-bottom:21px;
}
.product_li:nth-of-type(3n){
    margin-right:0;
}
.product_li_img{
    width:268px;
    height:228px;
    border:1px solid #eee!important;
    background: #fff;
    position: relative;
}
.dowebok{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.product_li_img img{
    width:100%;
    height:100%;
}
.product_li_text{
    width:100%;
    font-size: 14px;
    color:#333;
    padding-top:20px;
    padding-bottom:10px;
    background: url("../images/jt01.png")no-repeat right 20px;
}
.product_li:hover{
    background: #e1410f;
    border-color:#fff;
    box-shadow: 0 0 8px 4px rgba(255,65,15,0.2);
}
.product_li:hover .product_li_text{
    color:#fff;
    background: url("../images/jt02.png")no-repeat right 20px;
}

.layui-layer-imguide,.layui-layer-imgbar{
    display: block!important;
}