.na1_l{
    width: 44.4%;
}
.na1_l video{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.na1_r{
    width: 55.6%;
}
.na_bg1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.na_bg2{
    background-size: 100% 100%;
}
.na_bg3>.bgcover_bm{
    opacity: .68;
}
.nsv1_l{
    width: 52.348%;
}
.nsv1_r{
    width: 47.652%;
}
.nsv1_r_l{
    width: 28%;
}
.nsv1_r_l_n{
    margin-left: 28%;
    background: var(--c1);
    padding: 16px 16px 6px 16px;
}
.nsv1_r_r{
    width: 72%;
}
.nsv1_r_r_n{
    margin-left: 8%;
}
.nsv2_l{
    width: 44.4%;
}
.nsv2_r{
    width: 55.6%;
}
.nsv3_t{
    transition: .3s;
    border-bottom: 1px solid var(--c1);
    cursor: pointer;
}
.nsv3_t i{
    margin-left: 10px;
}
.nsv3_b.act .nsv3_t{
    color: #fff;
    background: var(--c1);
}
.nsv3_b.act .nsv3_t i{
    transform: rotate(180deg);
}
.nsv3_c{
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: .5s;
}
.nsv3_b.act .nsv3_c{
    opacity: 1;
    max-height: 500px;
}
.nv_b{
    background: #f8f8f8;
}
.nv_l{
    width: 61.5%;
}
.nv_l iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.nv_r{
    width: 38.5%;
}
.nv_r_t{
    height: 55px;
    border-bottom: 1px solid #d5d8dc;
}
.nv_r_l{
    height: 380px;
    overflow: auto;
}
.nv_r_l>div{
    padding: 6px 0;
    cursor: pointer;
}
.nv_r_l>div.act{
    background: #f1f2f3;
}
.nv_r_l>div .c1{
    flex: 1;
}
.nv_r_l>div.act .c1{
    color: #556068;
}
.nv_r_l .ci100{
    width: 75px;
}
.nv_r_l .ci100:before{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    background-image: url(img/nv_play.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.nv_r_l .ci100>img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.pl256{
    padding-left: 256px;
}
.pl288{
    padding-left: 288px;
}
.ndo_b1{
    border: 1px solid #0193DE;
    margin-bottom: 20px;
}
.ndo_b1 .ni_con{
    width: 100%;
    padding-top: 15px;
}
.nct1_l{
    width: 55.6%;
}
.nct1_r{
    width: 44.4%;
}
.nct1_l_l{
    width: 23%;
}
.nct1_l_r{
    width: 77%;
}
.nct1_on>div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c1);
    margin-right: 12px;
    transition: .3s;
}
.nct1_on>div>img{
    width: 20px;
    aspect-ratio: 1;
    object-fit: contain;
}
.nct1_on:hover>div{
    background: var(--c2);
}
.nct1_on>p{
    width: calc(100% - 52px);
    color: var(--c1);
    transition: .3s;
}
.nct1_on:hover>p{
    color: var(--c2);
}
.nct2_b{
    background: #fff;
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    transition: .3s;
    padding: 40px 20px;
}
.nct2_b:hover{
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}
.nct2_b>.ci100{
    width: 98px;
    margin: 0 auto 38px;
    text-align: center;
}
.nct2_b>.ci100>img{
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 50%;
}
.nct_map iframe{
    aspect-ratio: 2;
    height: auto;
}
.nnew_list{
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: .3s;
    display: flex;
    flex-direction: column;
}
.nnew_list:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.nnew_list:nth-child(3n){
    margin-right: 0;
}
.nnew_list>.ci100:before{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}
.nnew_list>.ci100:hover:before{
    opacity: .5;
}
.nnew_tb{
    background: #fff;
    flex: 1;
}
.nnew_time{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eaeaea;
    background: #fff;
    color: #adadad;
}
.nnew_time span{
    margin: 0 5px;
}
.plr30{
    padding-left: 30px;
    padding-right: 30px;
}
.new_box{
    width: 70%;
    margin: 0 auto;
    padding: 0 15px;
}
.news_banner{
    margin-top: 60px;
    position: relative;
}
.news_banner_t{
    padding: 64px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #2296D17A;
    z-index: 2;
}
.news_banner>img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
}
.new_top>div{
    margin-right: 50px;
}
.new_top>div>img{
    width: 20px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 15px;
}
.new_c_l{
    width: 70%;
    max-width: calc(100% - 300px);
}
.new_c_r{
    width: 30%;
    min-width: 300px;
    position: sticky;
    top: 60px;
    padding: 32px;
}
.pro_banner{
    width: 100%;
}
.pro_banner_img{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
    width: 100%;
    min-height: 150px;
}
.pro_banner_tb{
    background: rgba(0,0,0,.5);
    height: 100%;
}
.pro_banner_tb>div{
    margin-top: 80px;
}
.pro_c_l{
    width: 75%;
}
.pro_c_r{
    width: 25%;
}
.pro_c_r_ifa_t{
    height: 420px;
}
.pro_c_r_ifa.po{
    position: fixed;
    top: 60px;
    z-index: 3;
}
.pro_c_list{
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 30px;
}
.pro_c_list:nth-child(3n){
    margin-right: 0;
}
.pro_c_list_on{
    padding: 13px 15px;
    background: #2f5aae;
    transition: .3s;
}
.pro_c_list>.ci100>img{
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}
.pro_c_list:hover>.ci100>img{
    opacity: .9;
}
.pro_c_list_on:hover{
    opacity: .9;
}
.single_ds h2,.single_ds h2 *,.single_ds h3,.single_ds h3 *,.single_ds h4,.single_ds h4 *,.single_ds h5,.single_ds h5 *,.single_ds h6,.single_ds h6 *{
    color: var(--c1);
    font-family: "Josefin Sans";
}
.single_ds h2,.single_ds h2 *{
    font-size: 26px;
}
.single_ds h3,.single_ds h3 *{
    font-size: 22px;
}
.single_ds h4,.single_ds h4 *{
    font-size: 18px;
}
.single_ds h5,.single_ds h5 *{
    font-size: 16px;
}
.single_ds h6,.single_ds h6 *{
    font-size: 14px;
}
.pro_c_r_nav{
    background: #fff;
}
.pro_c_r_nav>li li.act>div{
    background: #f9f9f9;
}
.pro_c_r_nav>li>div{
    background: #0193DE;
}
.pro_c_r_nav>li a{
    padding: 15px 20px;
    width: calc(100% - 70px);
    flex: 1;
}
.pro_c_r_nav>li>ul>li>ul>li a{
    padding-left: 50px;
}
.pro_c_r_nav>li>div>a{
    padding: 20px;
}
.pro_c_r_nav>li i{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pro_c_r_nav>li li{
    display: none;
}
.pro_c_r_nav li.act>ul>li{
    display: block;
}
.pro_c_r_nav li.act>div>i{
    transform: rotate(180deg);
}
.pro_c_r_nav>li>div>i{
    background: rgba(0, 0, 0, 0.2);
}
.prods_banner{
    height: 450px;
    width: 100%;
    position: relative;
}
.prods_banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prods_banner_m{
    background-color: #02010161;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
.prods_banner_t{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
.prods_b{
    margin-top: 5vw;
}
.prods_b .main{
    width: 100%;
}
.prods_b .product-view,.prods_b .product-summary{
    width: 50%;
}
.prods_b .product-view{
    padding-right: 1.2vw;
}
.prods_b .product-summary{
    padding-right: .6vw;
}
.prods_b .product-image{
    border-color: #99999978;
    border-radius: 10px;
    margin-bottom: 10px;
}
.prods_b .product-view .image-additional li{
    width: 25%;
    padding: 5px 2.5px;
}
.prods_b .product-view .image-additional li a,.prods_b .product-view .image-additional{
    margin: 0;
}
.prods_b .product-view .swiper-button-white{
    display: none;
}
.prods_b .product-view .image-additional li>a{
    opacity: .5;
    border: 1px solid #99999978;
    border-radius: 5px;
    overflow: hidden;
}
.prods_b .product-view .image-additional .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.prods_b .product-view .image-additional li.current>a{
    opacity: 1;
}
.prods_on{
    padding: 12px 24px;
    border-radius: 30px;
    background: var(--c1);
    transition: .3s;
    border: 1px solid var(--c1);
}
.prods_on:hover{
    color: var(--c1);
    background: none;
}
.prods_hr{
    border-bottom: 1px solid #00000082;
}
.prods_bon{
    padding: 13px 15px;
    background: #79C4EA;
    border-radius: 20px;
}
.addic{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 36px;
    height: 36px;
    z-index: 2;
}
.addic>a{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.addic>a.dn{
    display: none;
}
.addic>a>img{
    display: none;
}
.addic>a:before{
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px;
}
.addic>a:after{
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px;
}
@media(max-width:1600px){
    .new_c_r{
        padding: 32px 10px;
    }
}
@media(max-width:1200px){
    .single_ds h2,.single_ds h2 *{
        font-size: 24px !important;
    }
    .single_ds h3,.single_ds h3 *{
        font-size: 20px !important;
    }
}
@media(max-width:990px){
    .na1_l,.na1_r,.nsv1_l,.nsv1_r,.nsv2_l,.nsv2_r,.nv_l,.nv_r,.nct1_l,.nct1_r,.nct1_l_l,.nct1_l_r{
        width: 100%;
        margin-bottom: 10px;
    }
    .nnew_list{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .nct2_b{
        padding: 20px 10px;
    }
    .plr30{
        padding-left: 15px;
        padding-right: 15px;
    }
    .nnew_time{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .new_box{
        width: 100%;
        padding: 0 10px;
    }
    .new_top>div{
        margin-right: 20px;
    }
    .new_c_l,.pro_c_l{
        width: 100%;
        max-width: none;
    }
    .pro_c_list{
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }
    .pro_c_list:nth-child(3n){
        margin-right: 15px;
    }
    .pro_c_list:nth-child(2n){
        margin-right: 0;
    }
    .single_ds,.single_ds *{
        font-size: 12px !important;
    }
    .single_ds h2,.single_ds h2 *{
        font-size: 18px !important;
    }
    .single_ds h3,.single_ds h3 *{
        font-size: 16px !important;
    }
    .single_ds h4,.single_ds h4 *{
        font-size: 14px !important;
    }
    .single_ds h5,.single_ds h5 *,.single_ds h6,.single_ds h6 *{
        font-size: 12px !important;
    }
    .prods_b .product-view,.prods_b .product-summary{
        width: 100%;
        padding: 0;
    }
    /*.prods_b .product-view .image-additional li{*/
    /*    width: 100%;*/
    /*}*/
    .prods_b .product-view .swiper-button-white{
        display: block;
    }
    /*.prods_b .product-view .image-additional .swiper-wrapper{*/
    /*    flex-wrap: nowrap;*/
    /*}*/
}