.ny_banner {
    width: 100%;
    margin-top: 5.625rem;
}
.ny_banner img{
    width: 100%;
}

.ny_menu{
    height: 4.125rem;
    border-bottom: 2px solid #ededed;
    margin: .9375rem 0 0;
}
.ny_menu .center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_menu ul{
    display: flex;
}
.ny_menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.125rem;
    margin-right: 6.25rem;
}
.ny_menu ul li a{
    font-size: 1.5rem;
    color: #666666;
}
.ny_menu ul li.on{
    border-bottom: 3px solid #000266;
}
.ny_menu ul li.on a{
    color: #000266;
}
.ny_menu .lj{
    font-size: 1.25rem;
    line-height: 1;
    color: #666666;
}
.ny_menu .lj .iconfont{
    font-size: 1.25rem;
}
.ny_menu .lj a{
    color: #666666;
}
.ny_menu .lj a:hover{
    color: #000266;
}


.service .tit{
    text-align: center;
    padding: 6.9444% 0;    /* 100px */
}
.service .tit h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.service .tit p{
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000266;
}

.service .box1{
    background: #ffffff;
    overflow: hidden;
}
.service .box1 .list{
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 5.2083%;
}
/*.service .box1 .list li{*/
/*    position: relative;*/
/*    aspect-ratio: 440/660;*/
/*    overflow: hidden;*/
/*}*/
/*.service .box1 .list li img{*/
/*    width: 100%;*/
/*    transition: 0.3s;*/
/*}*/
/*.service .box1 .list li .con{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(../images/service_10.png) no-repeat center bottom;*/
/*    background-size: contain;*/
/*    padding: 22.7272% 6.8181%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    color: #ffffff;*/
/*    transition: 0.3s;*/
/*}*/
/*.service .box1 .list li .con h3{*/
/*    font-size: 1.5rem;*/
/*    line-height: 2.5rem;*/
/*    text-shadow: 0 3px 3px #000000;*/
/*}*/
/*.service .box1 .list li .con p{*/
/*    font-size: 1rem;*/
/*    line-height: 1.5rem;*/
/*    margin-top: .9375rem;*/
/*    display: none;*/
/*}*/
/*.service .box1 .list li:hover .img img{*/
/*    transform: scale(1.2);*/
/*}*/
/*.service .box1 .list li:hover .con{*/
/*    background: none;*/
/*    justify-content: center;*/
/*}*/
/*.service .box1 .list li:hover .con p{*/
/*    display: block;*/
/*}*/
.service .box1 .list li{
    padding: 3.4722%;/* padding: 50px; */
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .box1 .list li .con{
    width: 45.5223%;/* width: 610px; */
}
.service .box1 .list li .con h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000266;
    margin-bottom: 2.5rem;
}
.service .box1 .list li .con  p{
    font-size: 1.125rem;
    line-height: 2.375rem;
}
.service .box1 .list li .img{
    width: 47.0149%;/* width: 630px; */
    /*aspect-ratio: 440/550;*/
    overflow: hidden;
}
.service .box1 .list li:nth-child(2n){
    flex-direction: row-reverse;
}


.service .box2{
    background: #fbfbfb;
    overflow: hidden;
}
.service .box2 .list{
    margin-bottom: 5.2083%;    /* 100px */
}
.service .box2 .list li{
    padding: 3.4722%;/* padding: 50px; */
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .box2 .list li .con{
    width: 45.5223%;/* width: 610px; */
}
.service .box2 .list li .con h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000266;
    margin-bottom: 2.5rem;
}
.service .box2 .list li .con  p{
    font-size: 1.125rem;
    line-height: 2.375rem;
}
.service .box2 .list li .img{
    width: 47.0149%;/* width: 630px; */
    aspect-ratio: 630/420;
    overflow: hidden;
}
.service .box2 .list li:nth-child(2n){
    flex-direction: row-reverse;
}


@media (max-width: 1360px) {
    .ny_menu ul li{
        margin-right: 1.875rem;
    }
}

@media (max-width: 768px) {
    .ny_menu{
        margin: 0;
    }
    .ny_menu ul{
        width: 100%;
        justify-content: space-between;
    }
    .ny_menu ul li{
        margin-right: 0;
    }
    .ny_menu ul li a{
        font-size: 1.125rem;
    }
    .ny_menu .lj{
        display: none;
    }

    .service .box1 .list li{
        width: 32%;
    }
    .service .box1 .list li .con{
        padding: 6.8181%;
    }
    .service .box1 .list li .con h3{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .service .box1 .list li .con p{
        font-size: .75rem;
    }

    .service .box2 .list li{
        flex-direction: column-reverse;
    }
    .service .box2 .list li .img{
        width: 100%;
    }
    .service .box2 .list li .con{
        width: 100%;
    }
    .service .box2 .list li .con h3{
        margin: .9375rem 0 .625rem;
    }
    .service .box2 .list li:nth-child(2n){
        flex-direction: column-reverse;
    }

}







