.cxBanner {

    margin-top: 80px;
}

.cxBanner img {
    display: block;
}



/* 视频短信 */


.product {
    padding-bottom: 20px
}

.product_con {
    text-align: center
}

.product_con p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #606879;
    line-height: 30px;
    text-align: center
}

.scenario {
    background: url("../../img/xing/scenario9.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #edf3ff;
    
    color: #fff
}

.scenario h2.model_title {
    color: #fff;
    margin-bottom: 50px
}

.scenario .scenario_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px 0;
    background-color: rgba(255,255,255,.2);
}

.scenario .scenario_con .scenario_item {
    width: 270px;
    height: 280px;
    padding: 50px 30px;
    background-color: rgba(0,0,0,.2);
    margin-bottom: 26px;
    box-shadow: 0px 3px 16px 0px rgba(196, 198, 204, 0.6);
}
.scenario .scenario_con .scenario_item img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.scenario .scenario_con .scenario_item .scenario_title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 20px
}

.scenario .scenario_con .scenario_item .scenario_remark {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 18px;
}

.charact {
    background: #fff;
    padding-bottom: 0
}

.charact .charact_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.charact .charact_con .charact_item {
    width: 560px;
    height: 150px;
    background: #fff;
    padding-left: 230px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 70px;
    box-shadow: 0px 3px 16px 0px rgba(196, 198, 204, 0.6);
}

.charact .charact_con .charact_item img {
    position: absolute;
    top: -25px;
    left: -20px
}

.charact .charact_con .charact_item .charact_title {
    font-size: 20px;
    font-weight: 400;
    color: #3f88f9;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 10px;
}

.charact .charact_con .charact_item .charact_remark {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px
}

:root {
    --animate-delay: 0.1s !important
}

@media screen and (max-width: 768px){
    .CxText {
        width: calc(100% - 20px);
        position: initial;
        margin: 10px;
        padding: 10px;
    }
    .CxText p {
        font-size: 15px;
        line-height: 30px;
    }
    .charact{
        padding: 0;
    }
    .charact .charact_con{
        width: 100%;
        padding: 0;
    }
    .charact .charact_con .charact_item{
        margin: 0 20px 40px;
        width: 100%;
        padding-left: 140px;
        padding-right: 10px;
        height: auto;
        padding-bottom: 10px;
    }
    .charact .charact_con .charact_item img {
        position: absolute;
        top: -14px;
        left: -10px;
        width: 140px;

    }
    .charact .charact_con .charact_item .charact_title {
        font-size: 18px;
        font-weight: 400;
        color: #3f88f9;
        line-height: 30px;
        margin-top: 6px;
        padding-bottom: 5px;
        margin-bottom: 6px;
    }
    .scenario{
        padding: 0;
    }

    .scenario .scenario_con{
        padding: 10px;
        width: 100%;
    }
    .scenario .scenario_con .scenario_item{
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        padding: 20px 10px;
        height: 200px;
    }
    .scenario .scenario_con .scenario_item:nth-child(2n){
        margin: 0;
    }
    .scenario .scenario_con .scenario_item img{
        width: 36px;
        height: 36px;
    }
    .scenario .scenario_con .scenario_item .scenario_title{
        font-size: 18px;
        margin-top: 10px;
    }
    .scenario .scenario_con .scenario_item .scenario_remark{
        margin-top: 10px;
    }

}
