/*.width1300:not(.header):not(.footer-list){*/
/*    width:1000px;*/
/*}*/
.tel-robot-function{
    position:relative;
}
.tel-robot-function-item:nth-child(2n){

    flex-direction:row-reverse;
}
.tel-robot-function-item:nth-child(2n):after{
    position:absolute;
    left:0;
    top:350px;
    z-index:-1;
    content:'';
    background:#f4f4f5;
    width:100%;
    height:350px;
}
.tel-robot-function-item{
    display:flex;
    padding:50px 30px;
    height:350px;
}
.tel-robot-function-item:nth-child(2n) .left-function-content{
    margin-right:0;
    margin-left:20px;
}
.left-function-content{
    width:40%;
    flex-grow:1;
    margin-right:20px;
}
.left-function-content-title{
    position:relative;
    line-height:1.3;
    padding-bottom:10px;
    margin-bottom:20px;
    font-size:24px;
}
.left-function-content-title:after{
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:2px;
    content:'';
    background:#0551bf;
}
.left-function-content-text{
    font-size:14px;
    line-height:18px;
    color:#555;
}
.right-function-img{
    width:40%;
    height:240px;
    /*background:#fff;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.23);
    padding:10px;*/
}
.right-function-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.robot-advantage{
    display:flex;
    flex-wrap:wrap;
    /*max-width:1000px;*/
    margin:0 auto;
}
.robot-advantage li{
    width:calc(100% / 3);
    padding:20px;
}
.robot-advantage li .advantage-icon{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 7px 7px 9px 0 rgba(32,33,39,.31);
    border-radius:50px;
    text-align:center;
    line-height:80px;
    margin:0 auto;
    font-size:32px;
    color:#0551bf;
}
.robot-advantage li .advantage-name{
    position:relative;
    font-size:16px;
    line-height:2;
    margin:10px 0;
    text-align:center;
}
.robot-advantage li .advantage-name:after{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    width:50px;
    height:2px;
    content:'';
    background:#0551bf;
}
.robot-advantage li p{
    line-height:1.6;
    font-size:14px;
    /*max-width:200px;*/
    margin:0 auto;
}

.align-center{
    text-align:center;
}

.bgf4{
    background:#f4f4f5;
}
.vs-part{
    padding-bottom:50px;
}
.vs-sub b{
    margin:0 30px;
    font-size:24px;
    color:#0551bf;
}
.robotVsTelemarketing{
    border:1px solid #0551bf;
    /*width:1000px;*/
}
.robotVsTelemarketing li{
    display:flex;
    align-items: center;
}
.robotVsTelemarketing li:not(:last-child){
    border-bottom:1px solid #0551bf;
}
.robotVsTelemarketing li .vs-center{
    width:90px;
    text-align:center;
}
.robotVsTelemarketing li .vs-center .vs-icon{
    width:30px;
    margin:0 auto;
}
.robotVsTelemarketing li p.vsCrib{
    width: calc((100% - 90px)/2);
    padding: 30px 50px;
    display: inline-block;
}


@media screen and (max-width: 1000px){
    .width1300:not(.header):not(.footer-list){
        width:98%;
    }
    .left-function-content{
        overflow: auto;
    }
    .left-function-content-title{
        font-size: 20px;
    }
    .left-function-content-text{
        font-size:13px;
    }
    .tel-robot-function-item{
        padding:10px;
    }
    .robot-advantage li{
        width:100%;
    }
    .part-title .sub-title{ /*vs太长，字改小*/
        font-size: 13px;
        line-height: 1.3;
    }
    .vs-sub b {
        margin: 0 5px;
        font-size: 16px;
    }
    .robotVsTelemarketing li{
        flex-direction: column;
    }
    .robotVsTelemarketing li p.vsCrib {
        width: 100%;
        padding: 20px 10px;
        text-align: center;
    }
}