.home{
    cursor: pointer;
}
.ProductBoss ul{
    list-style: none;overflow: hidden;
}
.ProductBoss #Productnavs{
    width: 400px;height: 40px;text-align: center;line-height: 40px;padding-left: 20px;
}
.ProductBoss #Productcontent li{
    color:#FEFFFF;
    font-size:14px;
}
.ProductBoss #Productnavs li{
    width: 25%;height: 40px;float: left;
    border-bottom: none;
    color:#333;
    background: #fff;
    cursor: pointer;
}
.ProductBoss  #Productnavs li.active{
    border-top:1px solid  #2D57D1FF;
    color:#2D57D1FF;
}
.ProductBoss #Productcontent{
    width: 100%;height: 800px;position: relative;border-top: none;padding:0px;
}
.ProductBoss #Productcontent li{width: 100%;height: 100%;position: absolute;display: none;overflow: hidden;text-overflow: ellipsis}
.productApp:hover .iconDetail{
    display: block;
}
.productApp{
    position: relative;
    width:280px;
    height: 299px; 
    box-shadow:3px 3px 25px rgba(0,0,0,0.1);   
}
.iconDetail{
    position: absolute;
    top:0px;
    left: 0px;
}