.solutions_main {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.solutions_mx1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutions_mx1_left {
    width: 48.75%;
}

.solutions_mx1_tit {
    font-family: Futura Std-Medium;
    font-size: 30px;
    color: #008CD6;
}

.solutions_mx1_tit2 {
    font-family: Futura Std-Medium;
    font-size: 50px;
    color: #008CD6;
}

.solutions_mx1_ul {
    width: 70%;
}

.solutions_mx1_desc {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.solutions_mx1_ul li {
    padding: 10px 0;
    font-family: Futura Std-Medium;
    font-size: 20px;
    color: #008CD6;
    border-bottom: 2px solid rgba(0, 140, 214, 0.2);
}


.solutions_mx1_right {
    width: 50%;
}

.solutions_mx1_right .imgBox {
    padding-bottom: 56.6%;
}

.solutions_mx2 {
    display: flex;
    margin: 70px 0;
    align-items: center;
    background: #F6F6F6;
    justify-content: space-between;
}

.solutions_mx2_left {
    width: 50%;
}

.solutions_mx2_left .imgBox {
    padding-bottom: 70.6%;
}

.solutions_mx2_right {
    width: 50%;
    padding: 20px 60px;
}

.solutions_mx2_title {
    position: relative;
    font-size: 45px;
    color: #008CD6;
    font-family: Futura Std-Medium;
}

.solutions_mx2_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 151px;
    height: 2px;
    background: #008CD6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.solutions_mx2_desc {
    line-height: 1.8em;
    margin-top: 20px;
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
}

.solutions_mx2_desc ul li {
    padding-left: 15px;
    position: relative;
}

.solutions_mx2_desc ul li::after {
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}

.solutions_mx_title {
    position: relative;
    font-size: 45px;
    color: #008CD6;
    font-family: Futura Std-Medium;
}

.solutions_mx_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 151px;
    height: 2px;
    background: #008CD6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rec_devices {
    margin-top: 70px;
    background-position: top left !important;
    padding-top: 5%;
    background-repeat: no-repeat !important;
}

.rec_devices_title {
    font-family: Futura Std-Medium;
    font-size: 45px;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}

.rec_devices_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 151px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rec_devices_main {
    display: flex;
    margin-top: 6%;
    align-items: flex-start;
    /* 确保顶部对齐 */
}

.rec_devices_left {
    width: 28.5%;
    position: relative;
}

.rec_devices_left .imgBox {
    padding-bottom: 124%;
    position: relative;
}

.rec_devices_left .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rec_devices_right {
    flex: 1;
    padding: 70px 20px 50px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
    /* 设置固定高度与左边一致 */
    height: 0;
    min-height: 100%;
}

.rec_devices_right_box {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 0 9%;
    /* 自定义滚动条样式 */
}



.rec_devices_right_div {
    width: 43%;
    display: block;
    margin-bottom: 30px;
}

.rec_devices_right_div .imgBox {
    padding-bottom: 100%;
    position: relative;
}

.rec_devices_right_div .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rec_devices_right_tit {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
    position: relative;
    color: #666666;
    line-height: 1.5em;
    height: calc(1.5em + 20px);
    overflow: hidden;
    margin-bottom: 20px;
}

.rec_devices_right_tit::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 138px;
    height: 2px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 0;
}

.rec_devices_right_div:hover .rec_devices_right_tit {
    color: #008CD6;
}

.rec_devices_right_div:hover .rec_devices_right_tit::after {
    background: #008CD6;
}

.rec_devices_right_div:nth-last-child(-n+2) {
    margin-bottom: 0;
}

@media only screen and (max-width:950px) {
    .lbannerMain{
        min-height: 420px;
    }
    .solutions_mx1{
        flex-wrap: wrap;
    }

    .solutions_mx1_left{
        width: 100%;
    }

    .solutions_mx1_right{
        width: 100%;
        margin-top: 30px;
    }

    .solutions_mx1_tit{
        font-size: 20px;
        line-height: 1.3;
    }

    .solutions_mx1_tit2,.solutions_mx2_title{
        margin: 10px 0;
        font-size: 30px;
        line-height: 1.3;
    }

    .solutions_mx1_ul{
        width: 100%;
    }

    .solutions_mx2{
        flex-wrap: wrap;
        margin: 50px 0;
    }

    .solutions_mx2_left{
        width: 100%;
    }
    .solutions_mx2_right{
        width: 100%;
        padding: 20px;
    }
    .solutions_mx_title,.rec_devices_title{
        font-size: 30px;
    }

    .rec_devices_main{
        flex-wrap: wrap;
    }

    .rec_devices_left{
        width: 100%;
    }

    .rec_devices_right{
        width: 100%;
        padding: 20px;
        height: auto !important;
    }

    .rec_devices_right_box{
        padding: 0;
        height: auto;
        max-height: 500px;
    }

    .rec_devices_right_tit{
        font-size: 16px;
    }

    .rec_devices_right_div{
        width: 100%;
    }

    .rec_devices_right_div:nth-last-child(-n+2){
        margin-bottom: 30px;
    }
}