@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: 100%;
        padding: 0 1%;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 2%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .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: 12px;
        color: #adadad;
    }
    .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;
        align-items: center;
        margin-top: 2%;
        flex-wrap: wrap;
    }
    .ser_bot_bos {
        width: 32%;
        margin-bottom: 2%;
    }
    .ser_bot_bos .ser_bot_cc{
        background-color: #efefef;
        width: 100%;
        padding: 1% 0;
    }
    .ser_bot_cc span{
        padding: 2% 0 2% 4%;
        display: block;
    }
    .ser_bot_img {
        overflow: hidden;
    }
    .ser_bot_img img{
        cursor: pointer;
        transition: all 1s linear;
    }
    .ser_bot_bos .ser_bot_img:hover img{
        transform: scale(1.2);
    }
}
/*移动端*/
@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: 100%;
    }
    .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: 2.8rem;
        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;
    }
    .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;
        align-items: center;
        margin-top: 2%;
        flex-wrap: wrap;
    }
    .ser_bot_bos {
        width: 3.58rem;
        margin-bottom: 0.2rem;
    }
    .ser_bot_bos .ser_bot_cc{
        background-color: #efefef;
        width: 100%;
    }
    .ser_bot_cc span{
        padding: 0.08rem 0 0.08rem 0.2rem;
        display: block;
        font-size: 0.24rem;
    }
    .ser_bot_img {
        overflow: hidden;
    }
    .ser_bot_img img{
        cursor: pointer;
        transition: all 1s linear;
    }
    .ser_bot_bos .ser_bot_img:hover img{
        transform: scale(1.2);
    }
}