.n_serve{
    padding-top: 1rem;
}
.n_serve hr{
    width: 0.49rem;
    height: 0.05rem;
    background: #0F4988;
    margin: 0.13rem auto 0.52rem;
}
.n_serve_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.56rem;
    color: #0F4988;
    text-align: center;
}
.n_serve_dec{
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 46px;
    margin-top: 0.58rem;
    text-align: center;
}
.n_serve2{
    margin-top: 0.9rem;
}
.n_serve2_l{
    background: url("/img/serve2.png") no-repeat;
    flex: 0 0 50%;
    height: 8.1rem;
    justify-content: center;
    position: relative;
}
.n_serve2_l_c{
    padding: 0.7rem 0.5rem 1rem 0.56rem;
    background: rgba(255,255,255,0.8);
    max-width: 7.3rem;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    
}
.n_serve2_l_c h3{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.32rem;
    color: #111111;
    text-align: center;
}
.n_serve2_l_c hr{
    width: 33px;
    height: 5px;
    background: #007CD6;
    border-radius: 3px;
    margin: auto;
    margin-top: 0.12rem;
    margin-bottom: 0.28rem;
}
.dot{

}
.dot_li{
    padding-top: 0.26rem;
    align-items: flex-start !important;
}
.dot_li div{
    width: 0.09rem;
    height: 0.09rem;
    background: #007CD6;
    border-radius: 50%;
    flex: 0 0 0.09rem;
    margin-top: 0.06rem;
}
.dot_li p{
    font-family: Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #111111;
    margin-left: 0.12rem;
    text-align: left;
}
.n_serve2_r{
    background: url("/img/serve3.png") no-repeat;
    flex: 0 0 50%;
    height: 8.1rem;
    position: relative;
    justify-content: center;
}


.n_serve2_l::after{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    opacity: 1;
}
.n_serve2_l:hover::after{
    opacity: 0;
}
.n_serve2_l:hover .n_serve2_r_c{
    opacity: 0;
}
.n_serve2_l:hover .n_serve2_l_c {
    display: block;
}
.n_serve2_r_c{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
}
.n_serve2_r_c img{
    width: 1.7rem;
    height: 0.93rem;
    /*margin: auto;*/
    display: block;
}
.n_serve2_r_c hr{
    width: 0.37rem;
    height: 0.06rem;
    background: #007CD6;
    border-radius: 3px;
    margin: 0.45rem auto 0.28rem;
    border: none;
}
.n_serve2_r_c h3{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.bottom{
    width: 100%;
    height: 0.17rem;
    background: #007CD6;
}

@media(max-width: 1024px){
    .n_serve{
        padding-top: 0.5rem;
    }
    .n_serve_tit{
        font-size: 0.45rem;
    }
    .n_serve_dec{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .n_serve2{
        flex-wrap: wrap;
    }
    .n_serve2_l{
        width: 100%;
        flex: auto;
        height: auto;
    }
    .n_serve2_l_c h3{
        font-size: 0.4rem;
    }
    .dot_li p{
        font-size: 0.24rem;
    }
    .dot_li p{
        line-height: 0.35rem;
    }
    .n_serve2_l_c{
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }
    .n_serve2_l::after,
    .n_serve2_r_c{
       display: none;
    }
    .n_serve2_l_c{
        max-width: 100%;
    }
    
}