@media screen and (min-width: 1200px) and (max-width: 2400px) {
    .service .service_box{
        padding: 2% 1%;
        display: flex;
        background: #fff;
        justify-content: space-between;
    }
    .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{
        margin-top: 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service_box .service_right{
        width: 73%;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 2%;
        display: flex;
        align-items: flex-end;
    }
    .service_bor .ser_b{
        font-size: 28px;
        font-weight: bold;
        margin-right: 1%;
    }
    .service_img .ser_img_box .se_none{
        opacity: 0;
        display: none;
        transition: all 1s linear;
    }
    .service_img .ser_img_box{
        width: 48%;
        margin-bottom: 4%;
        position: relative;
    }
    .ser_img_box .serimg{
        width: 100%;
        min-height: 206px;
    }
    .serimg img{
        width: 100%;
        min-height: 206px;
    }
    .ser_img_box .ser_bot{
        padding: 4% 4%;
        min-height: 80px;
        background-color: #efefef;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .ser_img_hundred .ser_bot{
        padding: 2% 2%;
    }
    .ser_bot .ser_bot_box{
        display: flex;
    }
    .ser_bot_box {
        font-size: 12px;
    }
    .se_none p{
        color: #fff;
        margin-top: 2%;
        font-size: 22px;
    }
    .ser_bot_box i{
        color: #333;
        font-weight: 600;
    }
    .se_ccc {
        opacity: 0;
        transition: all 1s linear;
        background-color: #333333;
    }
    .se_bla {
        opacity: 0;
        transition: all 1s linear;
        background-color: #333333;
        min-height: 206px;
        display: contents;
    }
    .service_img .ser_img_hundred {
        width: 100%!important;
    }
    .service_img .ser_img_box:hover>.se_bla{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 68%;
        opacity: .8;
        cursor:pointer;
        transform: scale(1);
        transition: all 0.4s linear;
    }
    .service_img .ser_img_box:hover>.se_ccc{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 73%;
        opacity: .8;
    }
    .service_img .ser_img_box:hover>.se_none{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 1;
        cursor:pointer;
        transform: scale(1);
        transition: all 0.4s linear;
    }
}
/*移动端*/
@media screen and (max-width: 1200px){
    .service .service_box{
        padding: 2% 1%;
        display: flex;
        justify-content: space-between;
    }
    .service{
        padding-top: 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;
        font-size: 0.22rem;
    }
    .service_left .service_li div{
        padding: 0.14rem 0;
    }
    .service_right .service_img{
        display: flex;
        flex-direction: column;
    }
    .service_box .service_right{
        width: 5rem;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
        display: flex;
        align-items: flex-end;
    }
    .service_bor .ser_b{
        font-size: 0.4rem;
        font-weight: bold;
        margin-right: 0.2rem;
    }
    .service_img .ser_img_box .se_none{
        display: none;
    }
    .service_img .ser_img_box{
        margin-bottom: 4%;
        position: relative;
    }
    .ser_img_box .serimg{
        width: 100%;
        max-height: 300px;
    }
    .serimg img{
        width: 100%;
        max-height: 206px;
    }
    .ser_img_box .ser_bot{
        padding: 6% 4%;
        min-height: 80px;
        background-color: #efefef;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    .ser_bot .ser_bot_box{
        display: flex;
    }
    .ser_bot_box {
        font-size: 0.24rem;
    }
    .se_none p{
        color: #fff;
        margin-top: 2%;
        font-size: 22px;
    }
    .ser_bot_box i{
        color: #333;
        font-weight: 600;
    }
    .se_ccc {
        display: none;
        background-color: #333333;
    }
    .se_bla {
        display: none;
        background-color: #333333;
    }
    .service_img .ser_img_hundred {
        width: 100%!important;
    }
}