.box2{
    background-color: #f5f8fd;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.box2>*{

}

.box2-le{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    margin:  0 auto;
    font-size: 0;
    /* height: 100vh; */
    text-align: left;
    z-index: 999;
}
.box2-le>div{
    margin-bottom: 40px;
    /* display: inline-block; */
}
.box2-le>div>:nth-child(1){
    font-size: 25px;
}
.box2-le>div>:nth-child(2){
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.box2-le>a{
    display: none;
    background-color: #3e96f9;
    color: #ffffff;
    padding: 15px 101px;
    font-size: 16px;
    border-radius: 20px;
}
.box2>img{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    z-index: 111;
    width: 38%;
}
.box2-ri{

}
@media (max-width: 760px) {
    .box2{
        width: 100%;
    }
    .box2>div{
        /*margin: 62px 0 0 0;*/
        display: block;
        width: 100%;
        text-align: center;

    }
    .box2 .box2-ri{
        display: none;
    }
    .box2-le>div{
        text-align: center;
        margin-bottom: 20px;
    }
    .box2-le>a{

    }
    .box2>img{
        display: none;
    }
}
