.contentBox{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.time{
    width:100%;
    display: flex;
    justify-content: center;
    margin-bottom:50px;
}
.timeBox{
    width:60%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.timeBox p{
    color:#63ae30;
    font-size:20px;
}
.contentBox .left{
    width:40%;
}
.contentBox .left .leftBox{
    width:100%;
    margin-bottom:50px;
}
.contentBox .left .leftBox img{
    width:100%;
    height:300px;
    margin-bottom:30px;
}
.contentBox .left .leftBox h6{
    width:100%;
    font-size:16px;
}
.contentBox .left .leftBox p{
    width:100%;
    color:rgba(74,123,180);
    font-size:16px;
}
.contentBox .right{
    width:55%;
}
.contentBox .right .right_head{
    width:100%;
}
.right_head h3{
    color:#63ae30;
    margin-bottom:20px;
}
.right_head p{
    font-size:16px;
    margin-bottom:50px;
}
.rightBox h3{
    color:#63ae30;
    margin-bottom:30px;
}
.ulBox{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.ulBox:last-child{
    margin-bottom:0;
}
.ulBox ul{
    width:33%;
}
.ulBox ul li:nth-child(1){
    font-size:18px;
    font-weight:bold;
    line-height:1.5;
}
.ulBox ul li{
    font-size:16px;
    margin-bottom:10px;
}
.content_footer ul{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.content_footer ul li{
    width:22%;
    height:300px;
    padding:50px 30px;
    position: relative;
    box-sizing: border-box;
}
.content_footer ul li:hover{
    transition: all 0.3s;
    cursor:pointer;
    transform: scale(1.1) translateZ(0);

}
.content_footer ul li p{
    width:100%;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    margin-bottom:30px;
    text-align: center;
}
.footerLogo{
    width:100%;
}
.moreLogo{
    position:absolute;
    right:30px;
    bottom:50px;
}
.content_footer ul li:nth-child(2n-1){
    background:#63ae30;
}
.content_footer ul li:nth-child(2n){
    background:#2460a6;
}
@media(max-width:768px){
    .solutionWarpper{
        padding: 40px 5%;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.2)
    }
    .comment_title.line{
        margin-bottom:20px !important
    }
    .time{
        margin-bottom:25px;
    }
    .contentBox{
        width:100%;
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .detailBanner{
        margin-top:53px;
    }
    .contentBox .left{
        width:100%;
        float: left;
    }
    .contentBox .left .leftBox{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom:30px;
    }
    .contentBox .left .leftBox img{
        margin-bottom:15px;
    }
    .leftBox h3{
        width:100%;
        font-size:18px;
    }
    #h3{
        margin-bottom:10px !important;
    }
    .contentBox .right{
        width:100%;
        float: left;
    }
    .contentBox .right .rightBox{
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .rightBox h3{
        width:100%;
        margin-bottom:15px;
    }
    .right_head p{
        margin-bottom:25px;
    }
    .comment_title.line::before{
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: -webkit-linear-gradient(to right,#eaf4e3 0,#63ae30 20%, #63ae30 80%,#eaf4e3 100%);
        background: -o-linear-gradient(to right,#eaf4e3 0,#63ae30 20%, #63ae30 80%,#eaf4e3 100%);
        background: -moz-linear-gradient(to right,#eaf4e3 0,#63ae30 20%, #63ae30 80%,#eaf4e3 100%);
        background: linear-gradient(to right,#eaf4e3 0,#63ae30 20%, #63ae30 80%,#eaf4e3 100%);
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }
    .ulBox{
        margin-bottom:25px;
    }
    .timeBox{
        width:80%;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .timeBox p{
        color:#63ae30;
        font-size:14px;
    }
    .content_footer ul {
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .content_footer ul li{
        width:100%;
    }
}