.soluBox .li {
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.soluBox .li:nth-child(2n) {
	margin-right: 0;
}

.soluCon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.soluBox .li:hover .soluCon {
	animation: drowDawn .6s;
}

@keyframes drowDawn {
	0% {
		top: 50%
	}

	50% {
		top: 40%
	}

	100% {
		top: 50%
	}
}

.soluBox .li:hover .soluHide {
	display: block !important
}

.mBtn {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #DA2735;
	margin: auto;
	border-radius: 3px;
}

.mLh25{
	line-height: 25px;
}
    .soluBox .li{
        width: 100%;
    }
    .imgAfter:after{
        position: absolute;
        background: #F0F0F0;
        left: 40px;
        right: 0;
        bottom: -20px;
        top: 20px;
        margin: auto;
        content: '';
        z-index: -1;
    }
    
    .our_solution .li{
        /*margin-right: 20px;*/
    }
    .our_solution .li:last-child{
        margin-right: 0;
    }
    .our_solution .li:hover img{
        transition: all .3s;
        transform: scale(1.08);
    }
    .our_solution .li a{
        color: #fff !important;
    }
    .our_solution .li .data{
        position:absolute; bottom: 60px;left: 30px;right: 30px;margin: auto;
    }
    .our_solution .li .title{
        font-size: 26px;
    }
    .new_solu_title{
        font-size: 40px;
    }
    
@media (min-width: 768px) {
    .imgAfter{
        width:630px;
        top: -20px;z-index: 1
    }
    .our_solution .li{
        /*flex: 1;*/
    }
    .myLeft{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -80px;
        width: 60px;
        height: 60px;
        background:#fff;
        background-image: url('../images/left_nor.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .myLeft:hover{
        background:#fff;
        background-image: url('../images/left_act.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .myRight{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -80px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background:#fff;
        background-image: url('../images/right_nor.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 2;
    }
    .myRight:hover{
        background:#fff;
        background-image: url('../images/right_act.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
@media (max-width: 768px) {
    .imgAfter{
        width:100%;
        top: 0px;z-index: 1
    }
    .our_solution{
        flex-wrap: wrap;
    }
    .our_solution .li{
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .our_solution .li:nth-child(2n){
        margin-right: 0;
    }
    .our_solution .li .title{
        font-size: 24px;
    }
}