.cxBanner {

    margin-top: 80px;
}

.cxBanner img {
    display: block;
}
.CxText{
    margin-top: -74px;
}


 


.scenario {
    background: #fff;
    padding-bottom: 100px;

}

.scenario .scenario_con {
    width: 1200px;
    margin: 0 auto;
    /* box-shadow: 0px 2px 10px 0px rgba(24, 24, 24, 0.16); */
    display: flex;
    justify-content: space-between;

}

.scenario .scenario_con .scenario_item {
    width: 262px;
    padding: 50px 24px;
    text-align: center;
    position: relative;
    /* box-shadow: 0px 5px 40px 0px rgba(24, 24, 24, 0.16); */
    cursor: pointer;
}

.scenario .scenario_con .scenario_item .scenario_name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 18px;

}

.scenario_remark {
    line-height: 34px;
}

.scenario .scenario_con .scenario_item .scenario_item_info {
    position: absolute;
    left: 0px;
    top: -55px;
    width: 289px;
    height: 340px;
    background: #3A72FF;
    padding: 0 50px;
    padding-top: 65px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s
}

.scenario .scenario_con .scenario_item .scenario_item_info .scenario_title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 30px
}

.scenario .scenario_con .scenario_item .scenario_item_info .scenario_remark {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 20px
}

.scenario .scenario_con .scenario_item:hover {
    box-shadow: 0px 5px 40px 0px rgba(24, 24, 24, 0.16);
}

.scenario .scenario_con .scenario_img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.scenario .scenario_con>div:nth-child(1) .scenario_img {
    background: url(../../img/xing/yyinicon1.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:nth-child(2) .scenario_img {
    background: url(../../img/xing/yyinicon2.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:nth-child(3) .scenario_img {
    background: url(../../img/xing/yyinicon3.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:nth-child(4) .scenario_img {
    background: url(../../img/xing/yyinicon4.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:hover:nth-child(1) .scenario_img {
    background: url(../../img/xing/yyinicon1H.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:hover:nth-child(2) .scenario_img {
    background: url(../../img/xing/yyinicon2H.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:hover:nth-child(3) .scenario_img {
    background: url(../../img/xing/yyinicon3H.png) no-repeat left top;
    background-size: 80px 80px;
}

.scenario .scenario_con>div:hover:nth-child(4) .scenario_img {
    background: url(../../img/xing/yyinicon4H.png) no-repeat left top;
    background-size: 80px 80px;
}






.character{
    height: 1005px;
    background-color: #fbfdfe;
    background: url(../../img/xing/scenario3.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.character_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.character_con .character_item {
    padding: 20px;
    width: 580px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.character_con .character_item>div{
    margin-left: 10px;
}

.character_con .character_item .character_title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.character_con .character_item .character_remark {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 14px
}

.character_con .character_item:hover {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2)
}

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




@media screen and (max-width: 768px){
    .CxText {
        width: calc(100% - 20px);
        position: initial;
        margin: 10px;
        padding: 10px;
        margin-top: 20px;
    }
    .CxText p {
        font-size: 15px;
        line-height: 30px;
    }
    .scenario .scenario_con{
        width: 100%;
        display: inherit;
    }
    .scenario .scenario_con .scenario_item{
        box-shadow: 0px 5px 40px 0px rgba(24, 24, 24, 0.16);
        margin: 0 auto 30px;
        width: 80%;
    }
    .scenario{
        padding: 0;
    }
    .character_con{
        width: calc(100% - 20px);
        margin: 0 10px 20px;
        display: inherit;

    }
    .character_con .character_item{
        width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    height: inherit;
    }
}