.product_box{
    /*width: 1200px;*/
    
    /*margin-left: 359px;*/
    
    
}
.product_tabs_h{
    /*height: 40px;*/
    margin:63px auto;
}
.product_tabs_h li{
    margin-right: 80px;  
font-size: 20px;
font-family: Arial;
font-weight: 400;
color: #333333;border-bottom: 3px solid #fff;padding-bottom: 10px;cursor: default;
}
.product_tabs_h li:nth-child(1){
    margin-left: 25px;
}

.product_tabs_h li:hover,.product_tabs_h li.on{
    color: #fc6900;
    border-bottom: 3px solid #fc6900;
}

.product_tabs_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.product_tabs_item{
    display: flex;
    flex-direction: column;
    width: 232px;
    height: 280px;
    margin-bottom: 40px;

}
.product_tabs_item img{
    border: 1px dotted #aaa;
}
.product_tabs_item span{ 
font-size: 14px;
font-family: Arial;
font-weight: 400;
color: #333333;
margin-top: 10px;
}
.product_tabs_footer{
    width: 560px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    
}
.product_tabs_footer li{
   
font-size: 18px;
font-family: Arial;
font-weight: 400;
color: #333333;
line-height: 30px;
margin-right: 30px;
}
li.square{
width: 68px;
height: 30px;
background: #FFFFFF;
border: 1px solid #8D8D8D;
}
.hotProd{
    height: 340px;
}
.hotProd_h{
    height: 33px;
    margin-top: 103px;
    margin-bottom: 20px;
}
.hotProd_h_l{
    
font-size: 24px;
font-family: Arial;
font-weight: 400;
color: #333333;
}
.hotProd_content{
    display: flex;
    justify-content: space-around;
}
.hotProd_content_item{
    width: 205px;
    height: 250px;
}
.hotProd_content_item span{
font-size: 14px;
font-family: Arial;
font-weight: 400;
color: #333333;
}
.product_tabs_h li:hover,.product_tabs_h li.on{
    color: #fc6900;
    border-bottom: 3px solid #fc6900;
}
