.converged-product-app{
    padding: 90px 0;
    background: #FFFFFF;
}
.converged-product-app a{
    color: #0053B7;
}
.converged-product-app:before{
    display: table;
    content: "";
    clear: both;
}

.converged-product-app  .title-2{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    text-align: center;
    margin:13px 0 70px 0;
}
.converged-product-app .product-box{
    width: 100%;
}
.converged-product-app .product-box .product-item{
    width: 381px;
    height: 260px;
    background: #D8D8D8;
    margin-bottom: 28px;
    padding: 40px 24px;
    position: relative;
}
.converged-product-app .product-box .product-item .title{
    font-size: 18px;
}
.converged-product-app .product-box .product-item img{
    width: 100%;
}
.converged-product-app .product-item .text-show-pos{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 90;
    background: #0053B7;
    color: #FFFFFF;
    padding: 40px 24px;
    line-height: 1.75;
    opacity: 0;
    transition: all 0.6s;
}
.converged-product-app .product-item:hover .text-show-pos{
    opacity: 0.7;
    cursor: pointer;
}
.converged-product-app .product-item .text-show-pos .title{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
}
.converged-product-app .product-item .text-show-pos .title:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 90;
    left: 0;
    top: 44px;
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
}
.converged-product-app .product-item .text-show-pos .desc{
    padding-top: 14px;
}