.c0{
    color: #000;
}
.cb{
    color: #fff;
}
.c1{
    color: #FF9E1B;
}
.c2{
    color: #333333;
}
.fs40{
    font-size: 40px;
}
.fs30{
    font-size: 30px;
}
.fs24{
    font-size: 24px;
}
.fs22,.fs22 li{
    font-size: 22px;
}
.fs20,.fs20 li{
    font-size: 20px;
}
.fs18,.fs18 li{
    font-size: 18px;
}
.fs16,.fs16 li{
    font-size: 16px;
}
.a_s{align-items: flex-start;}
.a_e{align-items: flex-end;}
.j_e{
    justify-content: flex-end;
}
.fd_rr{
    flex-direction: row-reverse;
}
.tdu{
    text-decoration-line: underline;
}
.lh1{
    line-height: 1;
}
.lh11{
    line-height: 1.1;
}
.lh12{
    line-height: 1.2;
}
.lh14{
    line-height: 1.4;
}
.lh16{
    line-height: 1.6;
}
.lh18{
    line-height: 1.8;
}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.w50_100{
    width: 50%;
}
.pt95{
    padding-top: 95px;
}
.ni100>img{
    width: 100%;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.npg_ic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.npg_ic>div{
    width: 7px;
    height: 7px;
    background: #FF9E1B;
    border-radius: 50%;
    margin-left: 8px;
}
.npg_ic>div:nth-child(1){
    margin-left: 0;
}
.npg_t{
    position: relative;
    padding-bottom: 15px;
}
.npg_t:before{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #FF8A00;
    left: 0;
    bottom: 0;
}
.nc_ul li{
    padding-bottom: 24px;
}
.nc_dul li{
    padding-bottom: 24px;
    padding-left: 15px;
    position: relative;
}
.nc_dul li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    border-radius: 50%;
    background: #ff9e1b;
    height: 5px;
}
.npc1_b>.npc1_bt{
    padding-left: 80px;
}
.npc1_b>.ni100>img{
    border-radius: 5px;
}
.npc1_b:nth-child(2n)>.npc1_bt{
    padding-left: 0;
    padding-right: 80px;
}
.npc1_b:nth-child(1)>.npc1_bt{
    padding: 60px 45px 60px 0;
    background: #F1F1F1;
    border-radius: 5px;
    position: relative;
}
.npc1_b:nth-child(1)>.npc1_bt:before{
    content: '';
    display: block;
    border-radius: 5px;
    left: -45px;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 55px;
    background: #F1F1F1;
}
.npc1_b:nth-child(1)>.npc1_bt>div{
    position: relative;
    z-index: 2;
}
.npc2_sw_m{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000066;
    opacity: 0;
    transition: .3s;
    z-index: 2;
    cursor: pointer;
}
.npc2_sw .swiper-slide:hover .npc2_sw_m{
    opacity: 1;
}
.npc_nav_left{
    margin-right: 30px;
}
.npc_nav_left>img,.npc_nav_right>img{
    cursor: pointer;
    width: 14px;
    height: 24px;
    object-fit: contain;
}
.npc_nav_right{
    margin-left: 30px;
}
.npc_page .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #838383;
    margin-left: 12px;
    border-radius: 0;
    opacity: 1;
}
.npc_page .swiper-pagination-bullet:nth-child(1){
    margin-left: 0;
}
.npc_page .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
    background: #FF8A00;
}
.npc3_b{
    width: calc(16.6% - 17px);
    margin-right: 20px;
}
.npc3_b:nth-child(6n){
    margin-right: 0;
}
.npc3_bt{
    padding: 15px 0;
    transition: .3s;
    background: #D5D5D5;
}
.npc3_b>img{
    cursor: pointer;
}
.npc3_b:hover .npc3_bt{
    color: #fff;
    background: #FF8A00;
}
.npc4_b{
    width: calc(33.3% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.npc4_b>img{
    transition: .2s;
}
.npc4_b:hover>img{
    transform: scale(1.1);
}
.npc4_b:nth-child(3n){
    margin-right: 0;
}
.npc5_b>.npc5_bt{
    padding-left: 80px;
}
.npc5_b>.ni100>img{
    border-radius: 5px;
}
.npc5_b:nth-child(2n)>.npc5_bt{
    padding-left: 0;
    padding-right: 80px;
}
.npc6_b>.npc6_bt{
    padding-right: 80px;
}
.npc6_b>.ni100>img{
    border-radius: 5px;
}
.npc6_b:nth-child(2n)>.npc6_bt{
    padding-right: 0;
    padding-left: 80px;
}
.npc6_b_tl{
    width: 180px;
    margin-right: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FF9E1B;
}
.npc6_b_tr{
    width: calc(100% - 220px);
}
.npo1_b>.ni100>img{
    height: 100%;
    object-fit: cover;
}
.npo1_b>.npo1_bt{
    padding: 10px;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #F1F1F1;
}
.npo1_b:nth-child(2n)>.npo1_bt{
    padding-left: 0;
    padding-right: 80px;
}
.npo1_on>a{
    padding: 15px 30px;
    transition: .3s;
    background: #FF8A00;
    border: 1px solid #FF8A00;
}
.npo1_on>a>i{
    margin-left: 20px;
    font-size: 20px;
}
.npo1_on>a:hover{
    background: #fff;
    color: #FF8A00;
}
.npo2_b{
    width: calc(33.3% - 14px);
    margin-right: 20px;
    transition: .3s;
    border-bottom: 13px solid #fff;
    border-radius: 0px 0px 5px 5px;
}
.npo2_b:hover{
    box-shadow: 0 0 10px #00000033;
    border-color: #FF9E1B;
}
.npo2_b:hover{
    
}
.npo2_b:nth-child(3n){
    margin-right: 0;
}
.npo2_bt{
    padding: 20px 30px;
}
.npo2_ml{
    padding-right: 80px;
}
.npo2_ml>div{
    padding: 40px 0;
    border-bottom: 1px solid #D5D5D5;
}
.npo2_ml>div:nth-last-child(1){
    border-bottom: 0;
}
.npo2_ml_i{
    width: 76px;
    margin-right: 30px;
}
.npo2_ml_t{
    width: calc(100% - 106px);
}
.npo3{
    background: #F5F5F5;
}
.npo3_b{
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #D5D5D5;
    padding: 35px 30px;
    cursor: pointer;
}
.inh11{
    overflow: hidden;
}
.inh11>img{
    transition: .3s;
}
.inh11:hover>img{
    transform: scale(1.1);
}
.npo3_b:hover{
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.1);
}
.npo3_b:nth-child(4n){
    margin-right: 0;
}
.npo3_b>img{
    width: 7.3vw;
    height: 5.7vw;
    object-fit: contain;
    margin-right: 2.08vw;
}
.npo5_b>.npo5_bt{
    padding-right: 80px;
}
.npo5_b>.ni100>img{
    border-radius: 5px;
}
.npo5_b:nth-child(2n)>.npo5_bt{
    padding-right: 0;
    padding-left: 80px;
}
.npo6_b{
    margin-top: 45px;
    padding-right: 5.2vw;
    padding-left: 45px;
    position: relative;
}
.npo6_b:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url(img/nic3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.npo6_b:nth-child(2n){
    padding-left: 100px;
}
.npo6_b:nth-child(2n):before{
    left: 55px;
}
.npo6_b:nth-child(1),.npo6_b:nth-child(2){
    margin-top: 0;
}
.npo6{
    background-size: 100% 100%;
}
@media(max-width:1600px){
    .npo3_b>img{
        width: 4vw;
        height: 3vw;
        object-fit: contain;
        margin-right: 2.08vw;
    }
    .npo3_b>.fs30{
        font-size: 24px;
    }
}
@media(max-width:1200px){
    .npc3_b{
        width: calc(25% - 15px);
        margin-bottom: 20px;
    }
    .npc3_b:nth-child(6n){
        margin-right: 20px;
    }
    .npc3_b:nth-child(4n){
        margin-right: 0;
    }
    .npc4_b{
        width: calc(50% - 10px);
    }
    .npc4_b:nth-child(3n){
        margin-right: 20px;
    }
    .npc4_b:nth-child(2n){
        margin-right: 0;
    }
    .npo3_b{
        width: calc(33.3% - 14px);
    }
    .npo3_b:nth-child(4n){
        margin-right: 20px;
    }
    .npo3_b:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:990px){
    .fs40{
        font-size: 20px;
    }
    .fs30{
        font-size: 18px;
    }
    .fs24{
        font-size: 16px;
    }
    .fs22{
        font-size: 14px;
    }
    .fs20{
        font-size: 14px;
    }
    .fs18{
        font-size: 12px;
    }
    .fs16{
        font-size: 12px;
    }
    .nc_ul li{
        padding-bottom: 8px;
    }
    .nc_dul li{
        padding-bottom: 8px;
        position: relative;
    }
    .w50_100{
        width: 100%;
        margin-bottom: 20px;
    }
    .w50_100:nth-last-child(1){
        margin-bottom: 0;
    }
    .pt95{
        padding-top: 30px;
    }
    .npc1_b>.npc1_bt,
    .npc1_b:nth-child(2n)>.npc1_bt,
    .npc5_b>.npc5_bt,
    .npc5_b:nth-child(2n)>.npc5_bt,
    .npc6_b>.npc6_bt,
    .npc6_b:nth-child(2n)>.npc6_bt,
    .npo5_b>.npo5_bt,
    .npo5_b:nth-child(2n)>.npo5_bt{
        padding: 0;
    }
    .npc1_b:nth-child(1)>.npc1_bt{
        padding: 10px;
    }
    .npc1_b:nth-child(1)>.npc1_bt:before{
        display: none;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .npc3_b{
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .npc3_b:nth-child(6n){
        margin-right: 0;
    }
    .npc3_b:nth-child(2n){
        margin-right: 0;
    }
    .npc4_b{
        width: 100%;
        margin-right: 0;
    }
    .npc4_b:nth-child(3n){
        margin-right: 0;
    }
    .npc6_b_tl{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .npc6_b_tr{
        width: 100%;
    }
    .npo1_b>.npo1_bt,
    .npo1_b:nth-child(2n)>.npo1_bt{
        padding: 10px;
    }
    .npo1_b>.w50_100{
        margin-bottom: 0;
    }
    .npo1_on>a{
        padding: 10px 15px;
    }
    .npo1_on>a>i{
        margin-left: 10px;
        font-size: 16px;
    }
    .npo2_b{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .npo2_bt{
        padding: 10px;
    }
    .npo2_ml{
        padding-right: 0;
    }
    .npo2_ml>div{
        padding: 20px 0;
    }
    .npo3_b{
        width: calc(50% - 10px);
        padding: 20px;
    }
    .npo3_b:nth-child(3n){
        margin-right: 20px;
    }
    .npo3_b:nth-child(2n){
        margin-right: 0;
    }
    .npo3_b>img{
        width: 60px;
        height: 40px;
    }
    .npo3_b>.fs30{
        font-size: 16px;
    }
    .npg_t{
        padding-bottom: 10px;
    }
    .npc_nav_left>img, .npc_nav_right>img{
        width: 10px;
        height: 18px;
    }
    .nc_dul li,.nc_ul li{
        font-size: 12px;
    }
    .npo6_b{
        padding-right: 10px;
        padding-left: 26px;
        margin-top: 0;
    }
    .npo6_b:before{
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
    }
    .npo6_b:nth-child(2n){
        padding-left: 26px;
    }
    .npo6_b:nth-child(2n):before{
        left: 0;
    }
    .npo6 {
        background-size: auto 100%;
        background-position: center;
    }
}
@media(max-width:600px){
    .npo3_b>.fs30{
        font-size: 14px;
    }
    .npo3_b>img{
        width: 40px;
        height: 30px;
    }
    .npo3_b{
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px;
    }
    .npo3_b:nth-child(3n){
        margin-right: 10px;
    }
    .npo3_b:nth-child(2n){
        margin-right: 0;
    }
}