@media screen and (min-width: 1200px) and (max-width: 2100px) {
    .service .service_box{
        padding: 2% 1%;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    .service_box .service_left{
        background-color: #8f918e;
        padding: 3% 2% 6%;
        width: 24%;
    }
    .service_li .ser_blue{
        color: #9ec1e0;
    }
    .service_left a{
        color: #fff;
        font-size: 14px;
    }
    .service_left .service_li div{
        padding: 4% 0;
    }
    .service_right .service_img{
        display: flex;
        justify-content: space-between;
    }
    .service_box .service_right{
        width: 73%;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ser_s .ser_blue{
        border-bottom: 1px solid #000;
    }
    .ser_blue i{
        color: #00!important;
    }
    .ser_s .ser_bri span{
        font-size: 12px;
        color: #000;
    }
    .ser_bri a i{
        color: #000;
    }
    .service_bor .ser_b{
        font-size: 28px;
        font-weight: bold;
        margin-right: 1%;
    }
    .service_bor .ser_s{
        font-size: 18px;
        display: flex;
        width: 26%;
        justify-content: space-around;
    }
    .service_img .ser_img2{
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .service_right .ser_bot{
        display: flex;
        justify-content: space-between;
    }
    .ser_bot .ser_bot_le{
        width: 36%;
    }
    .ser_bot .ser_bot_le h1{
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 8%;
    }
    .ser_bot .ser_bot_le p{
        font-size: 9px;
        text-indent: 2em;
    }
    .ser_bot .ser_bot_ri{
        width: 62%;
    }
    .ser_bot .ser_bot_ri img{
        width: 100%;
    }
}
/*移动端*/
@media screen and (max-width: 1100px){
    .service .service_box{
        padding: 0 1%;
        display: flex;
        justify-content: space-between;
    }
    .service{
        padding: 1rem 0 0.1rem;
    }
    .service_box .service_left{
        background-color: #8f918e;
        padding: 0.2rem;
        width: 2.2rem;
    }
    .service_li .ser_blue{
        color: #9ec1e0;
    }
    .service_left a{
        color: #fff;
        font-size: 0.22rem;
    }
    .service_left .service_li div{
        padding: 0.14rem 0;
    }
    .service_box .service_right{
        width: 5rem;
        overflow: auto;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
        display: flex;
        justify-content: space-between;
    }
    .service_bor .ser_b{
        font-size: 0.4rem;
        font-weight: bold;
        margin-right: 0.2rem;
    }
    .service_bor .ser_s{
        font-size: 0.22rem;
        display: flex;
        width: 3.2rem;
        justify-content: space-around;
    }
    .service_bor .ser_s{
        font-size: 0.22rem;
    }
    .ser_s .ser_blue{
        border-bottom: 1px solid #98b8d4;
    }
    .ser_blue span{
        color: #98b8d4!important;
    }
    .ser_blue i{
        color: #98b8d4!important;
    }
    .ser_s .ser_bri span{
        font-size: 0.2rem;
        color: #adadad;
    }
    .service_img .ser_img2{
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .service_right .ser_bot{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .ser_bot .ser_bot_le{
    }
    .ser_bot .ser_bot_le h1{
        font-size: 0.32rem;
        font-weight: bold;
        padding: 0.2rem 0;
    }
    .ser_bot .ser_bot_le p{
        font-size: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .ser_bot .ser_bot_ri{
    }
    .ser_bot .ser_bot_ri img{
        width: 100%;
    }
    .demo {
        overflow-x: scroll;
    }
}