
/* 产品优势 */
.intell-call-advantage{
    width: 100%;
    height: 456px;
    background-image: linear-gradient(180deg, #EFF6FF 0%, #F6F8FB 100%);
}
.intell-content{
    width:90%;
    height:30%;
}
/* 特效小图片 */
.intell-content-img{
    width: 118px;
    height: 66px;
    transition: all 0.5s;
}
/* 特效大图片 */
/* .intell-content-big-img{
    width: 130px;
    height: 66px;
    transition: all 0.5s;
} */
.intell-content-child-title{
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 23px;
}
.intell-content-child-describe{
    width:225px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

/* 产品核心功能 */
.product-intell-make{
    width: 100%;
    height:auto;
    background-image: url(../img/intellCenterBg.png);
    background-size: cover;
    overflow: hidden;
}
.product-intell-content{
    width: 80%;
    height: auto;
}
.product-intell-content-child{
    width: 30%;
    height:206px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right:20px;
    margin-bottom: 21px;
}
.product-intell-shadow-add{
    box-shadow:0px 3px 8px 0px #afadad;
}
.product-child-left{
    width: 20%;
}
.product-child-right{
    width: 70%;
    height: 80%;
    margin-top:60px;
}
.product-make-child-describe{
    margin-top: 12px;
    /* margin-bottom: 30px; */
    font-size: 14px;
    color: #333333;
}
/* 适用场景 */
.intell-call-sence{
    width: 100%;
    height: auto;
    background-color:#FFFFFF;
}

.intell-call-scene-content{
    width: 80%;
    margin-bottom: 80px;
    margin-top: 20px;
}
.intell-call-scene-content-child{
    width: 30%;
    height: 155px;
    margin-bottom:16px;
    border-radius: 5px;
}
.intell-call-scene-title{
    margin-bottom: 12px;
}
.intell-call-sence-border{
    width: 80%;
    height: 80%;
    margin-top:33px;
    margin-left: 33px;
}
.intell-call-scene-make{
    font-size: 14px;
    color: #333333;
}
/* 产品版本 */
.intell-edition{
    width: 100%;
    height: 635px;
    background-image: linear-gradient(180deg, #EFF6FF 0%, #F6F8FB 100%);
    overflow: hidden;

}
.itell-edition-left{
    width: 588px;
    height: 353px;
    background: url("../img/call-质检.png");
    background-size: cover;
    margin-right: 32px;
    transition: all 0.25s;
}
.itell-edition-left:hover{
    transform:translateY(20px);
    transition: all 1s;
}
.itell-edition-right{
    width: 588px;
    height: 353px;
    background: url("../img/call-回话.png");
    background-size: cover;
}
.itell-edition-right:hover{
    transform:translateY(20px);
    transition: all 1s;
}