/* 产品功能 */
.ai-product{
    width: 100%;
    height: auto;
    background: url("../img/bg.jpg");
    background-size:cover;
    overflow: hidden;
}
.ai-product-content{
    width:1205px;
    height:auto;
    margin-bottom: 100px;
}

.ai-product-children{
    width:590px;
    height:145px;
    margin-bottom:20px;
}

.ai-children-border{
    width: 434px;
    height: auto;
    margin-left:30px;
    margin-top: 20px;
}

.ai-num{
    margin-bottom: 11px;
    font-size: 18px;
    color: #333333;
}
.ai-title{
    font-size:14px;
    font-weight: bold;
    margin-bottom: 9px;
}
.ai-describe{
    font-size: 14px;
    color: #666666;
    width:100%;
}
/* 适用场景 */
.scene{
    width: 100%;
    height: 646px;
    background:#fff;
}
.scene-content{
    /* width: 1200px; */
    width: 100%;
    margin-top:70px;
}
.scene-border{
    width: 265px;
}

.scene-border-two{
    width: 250px;
}
.set-scene-color{
    font-size: 16px;
    color: #333333;
    width: auto;
    height:40px;
}
.add-scene{
    border-bottom: 1px solid #2472FE;
}
.set-line{
    width: 1440px;
    height: 1px;
    background: #EBEAEA;
    border-radius: 1px;
}

.scene-content-trans{
    width:1200px;
    height: 370px;
    margin-top:19px;
    overflow: hidden;
}

/* 专属机器人 */
.personal-process{
    width: 100%;
    height: auto;
    background: #F4F2F2;
}
.personnal-process-block{
    width: 90%;
    height: auto;
   
}
.personal-icon{
    width:110px;
    height:110px;
    overflow: hidden;
}
.personal-sign{
    color: #666666;
    font-size: 16px;
}
.arrow{
    width: 42px;
    height: 28px;
    margin-top:35px;
}
.arrowBig{
    height: 110px;
    width: 110px;
    overflow: hidden;
    margin-left:40px;
}
