#page{
    width: 100%;
    overflow: hidden;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 16px;
    color: #747474;
}
:root{
    --c1:#0193DE;
    --c2:#79C4EA;
    --c3:#00A7C7;
    --c4:#747474;
}
.c0{
    color: #000;
}
.c1{
    color: var(--c1);
}
.bg1{
    background: var(--c1);
}
.c2{
    color: var(--c2);
}
.c3{
    color: var(--c3);
}
.c4{
    color: var(--c4);
}
.hc2:hover{
    transition: .3s;
    color: var(--c2) !important;
}
.cb{
    color: #fff;
}
.oh{
    overflow: hidden;
}
.ff2{
    font-family: "Nunito Sans";
}
.hc1:hover{
    transition: .3s;
    color: var(--c1) !important;
}
.hc2:hover{
    transition: .3s;
    color: var(--c2) !important;
}
.h100{
    height: 100%;
}
.a_s{align-items: flex-start;}
.a_e{align-items: flex-end;}

.j_e{
    justify-content: flex-end;
}
.tdu{
    text-decoration-line: underline;
}
.lh1{
    line-height: 1;
}
.lh11{
    line-height: 1.1;
}
.lh12{
    line-height: 1.2;
}
.lh13{
    line-height: 1.3;
}
.lh14{
    line-height: 1.4;
}
.lh15{
    line-height: 1.5;
}
.lh16{
    line-height: 1.6;
}
.lh17{
    line-height: 1.7;
}
.lh18{
    line-height: 1.8;
}
.lh19{
    line-height: 1.9;
}
.lh2{
    line-height: 2;
}
.lh25{
    line-height: 2.5;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs23{
    font-size: 23px;
}
.fs25{
    font-size: 25px;
}
.fs30{
    font-size: 30px;
}
.fs36{
    font-size: 36px;
}
.fs38{
    font-size: 38px;
}
.fs43{
    font-size: 43px;
}
.fs45{
    font-size: 45px;
}
.fs50{
    font-size: 50px;
}
.fs60{
    font-size: 60px;
}
.fs56{
    font-size: 56px;
}
.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;
}
.mw780{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.mw980{
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
.mw1138{
    width: 100%;
    max-width: 1138px;
    margin: 0 auto;
}
.mw1100{
    width: 100%;
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
}
.mw1380{
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
}
.mw1340{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.mw1500{
    width: 100%;
    max-width: 1520px;
    padding: 0 10px;
    margin: 0 auto;
}
.mw1640{
    width: 100%;
    max-width: 1660px;
    padding: 0 10px;
    margin: 0 auto;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p8{
    padding: 8px;
}
.p4{
    padding: 4px;
}
.pt5{
    padding-top: 5px;
}
.p16{
    padding: 16px;
}
.pl16{
    padding-left: 16px;
}
.pr16{
    padding-right: 16px;
}
.mr10{
    margin-right: 10px;
}
.p10{
    padding: 10px;
}
.pt48{
    padding-top: 48px;
}
.pt64{
    padding-top: 64px;
}
.pt96{
    padding-top: 96px;
}
.pl64{
    padding-left: 64px;
}
.pr64{
    padding-right: 64px;
}
.ptb16{
    padding-top: 16px;
    padding-bottom: 16px;
}
.plr16{
    padding-left: 16px;
    padding-right: 16px;
}
.pt16{
    padding-top: 16px;
}
.pt120{
    padding-top: 120px;
}
.pt150{
    padding-top: 150px;
}
.pt90{
    padding-top: 90px;
}
.pt70{
    padding-top: 70px;
}
.pt50{
    padding-top: 50px;
}
.pt40{
    padding-top: 40px;
}
.pt30{
    padding-top: 30px;
}
.pt20{
    padding-top: 20px;
}
.mt20{
    margin-top: 20px;
}
.pt10{
    padding-top: 10px;
}
.pt5{
    padding-top: 5px;
}
.ci100{
    position: relative;
}
.ci100.as1>img{
    aspect-ratio: 1;
}
.ci100>img{
    width: 100%;
    object-fit: contain;
}
.ci100>a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 2;
}
.nheader{
    background: #F8F8F8E0;
    top: 0;
    z-index: 10;
}
.header .inner .flex{
    padding: 0;
    height: 80px;
}
.header .inner .logo{
    width: 15%;
    height: 100%;
}
.header .inner .logo>a{
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    height: 100%;
}
.header .inner .logo>a>img{
    width: 64%;
    aspect-ratio: 1;
    object-fit: contain;
}
.header .inner nav{
    justify-content: center;
    width: 61%;
    margin: 0;
}
.header .inner nav>ul>li{
    margin-right: 0;
    padding: 0 15px;
}
.header .inner nav>ul>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #0193DE;
    font-family: "Nunito Sans";
    transition: .3s;
    display: flex;
    align-items: center;
    height: 80px;
}
.header .inner nav>ul>li>a i{
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
}
.header .inner nav>ul>li>a:hover,.header .inner nav>ul>li.active>a{
    color: #707070;
}
.nh_right{
    width: 15%;
}
.nh_right>a{
    font-family: "Josefin Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 12px 24px;
    background: #0193DE;
    border: 1px solid #0193DE;
    letter-spacing: 0.2em;
    color: #fff;
    border-radius: 3px;
    transition: .3s;
}
.nh_right>a:hover{
    background: none;
    color: #0193DE;
}
.header .inner nav>ul>li .nh_prol{
    width: 1000px;
    padding: 20px 20px 0 20px;
    transform: translateY(-10px);
    opacity: 0;
    top: 100%;
    position: absolute;
    visibility: hidden;
    left: 0;
    background: #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    transition: .3s;
}
.header .inner nav>ul>li:hover .nh_prol{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header .inner nav>ul>li .nh_prol>div{
    border-right: 1px solid #EDEDED;
    padding: 30px 0;
    width: 16.6%;
    font-size: #101010;
    text-align: center;
}
.header .inner nav>ul>li .nh_prol>div:nth-child(6n){
    border-right: 0;
}
.header .inner nav>ul>li .nh_prol>div:nth-child(n + 6){
    border-top: 1px solid #EDEDED;
}
.header .inner nav>ul>li .nh_prol>div>a>img{
    width: 60px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 23px;
}
.header .inner nav>ul>li .nh_prol>div .nhc_title{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}
.h_search{
    margin-left: 40px;
    position: relative;
}
.h_search:before{
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background: #E4E4E4;
    right: 0;
    top: calc(50% - 10px);
}
.h_search>a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_search>a>i{
    margin-left: 10px;
    font-size: 20px;
}
.h_search>a>i:hover{
    color: var(--c1);
}
.h_search_box{
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0 0px;
    top: calc(100% + 10px);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: none;
    z-index: 2;
}
.h_search.act .h_search_box{
    display: flex;
}
.h_search_f{
    /*padding: 6vh;*/
    width: 100%;
    background: #fff;
    position: relative;
}
.h_search_f>.h_search_t{
    margin-bottom: 10px;
}
.h_search_close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}
.h_search_f input,.h_search_f button{
    outline: none;
    vertical-align: middle;
}
.h_search_f form{
    width: 100%;
}
.h_search_f .search-ipt{
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #d2d2d2;
    padding-left: 20px;
}
.search-btn{
    background: var(--c2);
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    transition: .3s;
    cursor: pointer;
}
.search-btn:hover{
    background: var(--c1);
    /*color: #000;*/
}
.nbanner{
    position: relative;
}
.nbanner .swiper-slide{
    position: relative;
}
.nbanner .swiper-slide:before{
    content: '';
    background: linear-gradient(270deg, #000 0%, #020101D4 100%);
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}
.nbanner .swiper-slide img{
    width: 100%;
    min-height: 744px;
    height: 100vh;
    object-fit: cover;
}
.nbanner_ab{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: center;
    z-index: 5;
}
.adis{
    pointer-events: none;
}
.nbanner_b{
    margin-top: 80px;
    margin-bottom: 80px;
}
.nbanner_b_l,.nbanner_b_r{
    width: 50%;
}
.nbanner_b_l>div{
    margin-right: 1%;
}
.nbanner_b_r>div{
    margin-left: 20%;
    margin-right: 1%;
}
.nbanner_b_r_tb{
    padding-left: 32px;
    border-left: 5px solid var(--c1);
}
.nbanner_b_r_tc{
    padding-left: 37px;
}
.nbanner_b_r_von{
    width: 30%;
    padding-left: 37px;
}
.nbanner_b_r_von>a{
    width: 60px;
    height: 60px;
    position: relative;
}
.nbanner_b_r_von>a::after, .nbanner_b_r_von>a::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--c1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 var(--c1);
    box-shadow: 0 0 0 0 var(--c1);
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px var(--c1);
        box-shadow: 0 0 0 15px var(--c1);
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 var(--c1);
        box-shadow: 0 0 0 0 var(--c1);
        opacity: 0
    }
}
.nbanner_b_r_von>a::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.nbanner_b_r_von>a::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.nbanner_b_r_von>a img{
    width: 15px;
    height: 17px;
}
.nbanner_b_r_vt{
    width: 70%;
}
.nbanner_b_r_vt a{
    letter-spacing:0.2em;
}
.nbanner_b_r_vt a i{
    margin-left: 10px;
}
.ni_b1{
    width: 54%;
    position: relative;
    z-index: 6;
}
.ni_b1>.df{
    margin-top: -27%;
}
.ni_b1_b{
    width: 25%;
    border: 1px solid #79C4EA;
    padding: 32px 48px;
    background: #2296D17A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ni_b1_b>img{
    width: 40%;
    aspect-ratio: 1;
    object-fit: contain;
}
.cpb30 p,.cpb30 h2,.cpb30 h3,.cpb30 h4,.cpb30 h5,.cpb30 h6{
    margin-bottom: 30px;
}
.ni_b1_b_on{
    letter-spacing:.2em;
}
.ni_con{
    padding: 12px 24px;
    background: var(--c1);
    border: 1px solid var(--c1);
    border-radius: 3px;
    color: #fff;
    transition: .3s;
    letter-spacing:.2em;
}
.ni_con.bg3{
    background: var(--c3);
    border-color: var(--c3);
}
.ni_con:hover{
    background: none;
    color: var(--c1);
}
.ni_nbc{
    letter-spacing:.3em;
}
.ni_b2_l{
    width: 55.6%;
}
.ni_b2_r{
    width: 44.4%;
}
.ni_b2_l_tl{
    width: 25%;
}
.ni_b2_l_tr{
    width: 75%;
}
.ni_nbct{
    padding-left: 32px;
    border-left: 2px solid var(--c1);
}
.ni_b2_l_c{
    margin-left: calc(25% + 34px);
}
.ni_b2_l_on_s{
    width: calc(25% + 2px);
}
.ni_b2_l_on_l{
    width: 30%;
    padding-left: 32px;
}
.ni_b2_l_on_r{
    padding-left: 32px;
}
.ni_b2_r_sw .swiper-slide{
    width: calc(8.33% - 24px);
}
.ni_b6_sw .swiper-slide{
    width: 20%;
}
@media(max-width:1366px){
    .ni_b2_r_sw .swiper-slide{
        width: calc(16.66% - 12px);
    }
    .ni_b6_sw .swiper-slide{
        width: 33.3%;
    }
}
@media(max-width:768px){
    .ni_b2_r_sw .swiper-slide{
        width: calc(33.33% - 6px);
    }
    .ni_b6_sw .swiper-slide{
        width: 50%;
    }
}
.ni_b2_r_sw .swiper-slide img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.ni_b3_sw .swiper-slide img{
    aspect-ratio: 1 / 4;
    object-fit: contain;
}
.ni_b6_l>.ci100>img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.ni_nav_left,.ni_nav_right{
    position: absolute;
    top: calc(50% - 12.5px);
    height: 25px;
    width: 25px;
    cursor: pointer;
    padding: 4px;
    z-index: 1;
}
.ni_nav_left img,.ni_nav_right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ni_nav_left{
    left: 10px;
}
.ni_nav_right{
    right: 10px;
    transform: rotate(180deg);
}
.ni_page{
    height: 25px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ni_page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 6px;
    background: #000;
    opacity: .2;
}
.ni_page .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.bgcover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgcover_m{
    position: absolute;
    background-color: #0193DE;
    opacity: 0.6;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}
.bgcover_bm{
    position: absolute;
    background: #F8F8F8;
    opacity: 0.85;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}
.bgcover>.mw1340{
    position: relative;
    z-index: 2;
}
.ni_b4,.ni_b9{
    background: #f8f8f8;
}
.ni_b4_b{
    width: calc(25% - 15px);
    margin-right: 20px;
}
.ni_b4_tl {
    width: 50%;
    padding-left: 200px;
}
.ni_b4_tr{
    width: 50%;
}
.ni_b4_b>div{
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.ni_b4_b>div>img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.ni_b4_b:nth-child(4n){
    margin-right: 0;
    
}
.ni_b4_b .ni_b4_bt{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: var(--c1);
    transition: .3s;
    opacity: 0;
}
.ni_b4_b:hover .ni_b4_bt{
    opacity: 1;
}
.in_ap_imgbox{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.in_ap_imgbox.act{
    display: flex;
}
.in_ap_imgbox_m{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.in_ap_imgbox_content{
    width: 60%;
    max-height: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 20px 40px;
    z-index: 2;
    border-radius: 10px;
}
.in_ap_imgbox_close{
    color: #000;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    transition: .5s;
    line-height: 1;
}
.in_ap_imgbox_close:before{
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    top: calc(50% - 1px);
}
.in_ap_imgbox_close:after{
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #000;
    left: calc(50% - 1px);
    top: 0;
}
.in_ap_imgbox_close:hover{
    transform: rotate(135deg);
}
.in_ap_imgbox_content>.in_ap_imgbox_add>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.in_ap_imgbox_content>.in_ap_imgbox_add>iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.in_ap_imgbox_content>.in_ap_imgbox_add>video{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.ni_b5_b{
    width: 25%;
}
.ni_b6{
    background: #f8f8f8;
}
.ibsh{
    box-shadow: -50px 50px 0px 0px rgba(154.99999999999997, 206.99999999999997, 224, 0.21);
}
.ni_b6_l{
    width: 55.6%;
}
.ni_b6_r{
    width: 41.8%;
}
.ni_b6_tl{
    width: 50%;
}
.ni_b6_tl_c{
    margin: 0% -13% 0% 64%;
}
.ni_b6_r_li_l{
    padding-left: 34px;
    width: 28%;
}
.ni_b6_r_li_l>div{
    background: var(--c1);
    padding: 16px 16px 6px 16px;
}
.ni_b6_r_li_r{
    width: 72%;
}
.ni_b6_r_li_r>div{
    margin-left: 8%;
}
.ni_b6_sw .swiper-slide img{
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.ni_b7_b{
    width: 50%;
    padding: 48px;
    background: #2296D17A;
}
.ni_b7_b .ni_con:hover{
    color: #fff;
    border-color: #79C4EA;
}
.ni_b8_b{
    width: 25%;
}
.ni_b8_b img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.ni_b9_b{
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}
.ni_b9_b_l{
    width: 60%;
    padding: 64px;
}
.ni_b9_b_r{
    width: 40%;
    background-size: cover;
    background-position: center;
}
.ni_b9_b_rb{
    background: rgba(0,0,0,0.59);
    padding: 64px;
    height: 100%;
}
iframe.bsn{
    box-shadow: none;
}
.ni_b9_b_rli>p{
    width: 60px;
}
.ni_b9_b_rli>p>img{
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
}
.ni_b9_b_rli>div{
    width: calc(100% - 80px);
    margin-left: 20px;
}
.ni_b9_b_r_wa{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ni_b9_b_r_wa:hover{
    animation: .4s ni_an_wa linear;
}
.nfooter_l{
    width: 50%;
}
.nfooter_c,.nfooter_r{
    width: 25%;
}
.nfooter_l>a.logo{
    width: 100%;
    display: block;
    height: 125px;
}
.nfooter_l>a.logo>img{
    max-width: 62%;
    width: 100%;
    height: 125px;
    object-fit: contain;
}
.nfooter_l li img{
    width: 18px;
    height: 18px;
    margin-right: 15px;
    filter: invert(1);
}
.nfooter_x{
    width: 85px;
    background: #79C4EA;
    height: 1px;
}
.nf_copyright{
    background: var(--c1);
}
.side_right{
    top: 400px;
    position: fixed;
    right: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.side_right .fs16{
    font-size: 16px;
}
.side_right>a{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.side_right>a:hover{
    width: 64px;
}
.side_right>a.wp{
    background: #25d366;
}
.side_right>a.el{
    background: #0193de;
}
@keyframes ni_an_wa {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.nlang{
    width: 200px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    right: 10vw;
}
.nlang>.inner_lang{
    background: #000;
    border-radius: 8px 8px 0 0;
}
.nlang>.inner_lang>a{
    margin-top: 6px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
}
.nlang>.inner_lang:hover>a{
    opacity: 0;
}
.language.nlang .change-language-cont{
    width: 100%;
    top: auto;
    bottom: 0;
    max-height: 300px;
    left: 0;
    right: auto;
    background: #000;
    border-radius: 8px 8px 0 0;
    padding: 10px 12px;
}
.language.nlang .change-language-cont li{
    width: 100%;
}
.language.nlang .change-language-cont .lang-none{
    padding: 0;
}
.language.nlang .change-language-cont li{
    margin: 0;
}
.language.nlang .change-language-cont li a{
    color: #BDBDBD;
    padding: 10px 12px;
}
.language.nlang .change-language-cont li:hover a{
    color: #fff;
    background: #4F4F4F;
}
.c_banner>img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
}
.c_banner_t{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row-reverse;
    background: rgba(0,0,0,.47);
}
.c_banner_t_l{
    width: 54%;
    padding: 64px 16px 16px 80px;
    background: #2296D17A;
}
.c_banner_t_r{
    width: 46%;
    padding: 16px 16px 48px 264px;
}
.w25_100{
    width: 25%;
}
.w33_100{
    width: 33.3%;
}
.w50_100{
    width: 50%;
}
.w75_100{
    width: 75%;
}
.pl25_34{
    padding-left: calc(25% + 34px);
}
.pl23_34{
    padding-left: calc(23% + 34px);
}
#gotoTop.act{
    display: block;
}
@media(max-width:1400px){
    .mw1340{
        padding: 0 10px;
    }
    .header .inner nav{
        width: 70%;
    }
}
@media(max-width:1200px){
    .header .inner nav>ul>li>a{
        font-size: 14px;
    }
    .ni_b1{
        width: 80%;
    }
    .ni_b1>.df{
        margin-top: -10%;
    }
    .fs50,.fs60,.fs56{
        font-size: 36px;
    }
}
@media(min-width:991px){
    .baf{
        background-attachment: fixed;
    }
}
@media(max-width:990px){
    .d_n{
        display: none !important;
    }
    #page,.fs16,.fs15,.fs14{
        font-size: 12px;
    }
    .n_plr0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fs12{
        font-size: 10px;
    }
    .fs18,.fs17{
        font-size: 12px;
    }
    .fs20,.fs21,.fs19{
        font-size: 14px;
    }
    .fs23{
        font-size: 16px;
    }
    .fs45,.fs43,.fs25,.fs30,.fs36,.fs38{
        font-size: 18px;
    }
    .in_b3_sw_on:before{
        line-height: 21px;
    }
    .fs50,.fs60,.fs56{
        font-size: 22px;
    }
    .pt120,.pt150{
        padding-top: 30px;
    }
    .pt90,.pt70,.pt64,.pt50,.pt40{
        padding-top: 20px;
    }
    .pt30{
        padding-top: 15px;
    }
    .pt20{
        padding-top: 10px;
    }
    .mt20{
        margin-top: 10px;
    }
    .plr10{
        padding-left: 4px;
        padding-right: 4px;
    }
    .ptb10{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .pt10{
        padding-top: 4px;
    }
    .p10{
        padding: 4px;
    }
    .p8{
        padding: 4px;
    }
    .p4{
        padding: 2px;
    }
    .p16{
        padding: 6px;
    }
    .pl16{
        padding-left: 6px;
    }
    .pr16{
        padding-right: 6px;
    }
    .pt96{
        padding-top: 20px;
    }
    .pt48{
        padding-top: 18px;
    }
    .pl64{
        padding-left: 18px;
    }
    .pr64{
        padding-right: 18px;
    }
    .ptb16{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .plr16{
        padding-left: 6px;
        padding-right: 6px;
    }
    .pt16{
        padding-top: 6px;
    }
    .mr10{
        margin-right: 4px;
    }
    .nbanner .swiper-slide img{
        height: 600px;
        min-height: 600px;
    }
    .cpb30 p,.cpb30 h2,.cpb30 h3,.cpb30 h4,.cpb30 h5,.cpb30 h6{
        margin-bottom: 10px;
    }
    .ni_con{
        padding: 8px 16px;
    }
    .nbanner_b_r{
        width: 100%;
    }
    .ni_b2_l{
        width: 100%;
        margin-bottom: 10px;
    }
    .ni_b2_r{
        width: 100%;
    }
    .nbanner_b_r>div{
        margin: 0;
    }
    .ni_b1>.df{
        margin: 0;
    }
    .ni_b1,.ni_b1_b{
        width: 100%;
    }
    .ni_b2_l_tr{
        width: 100%;
    }
    .ni_b2_l_c{
        margin-left: 34px;
    }
    .ni_b2_l_on_l{
        width: auto;
    }
    .ni_b4_b{
        width: calc(50% - 10px);
    }
    .ni_b4_b:nth-child(2n){
        margin-right: 0;
    }
    .ni_b4_tr{
        width: 100%;
    }
    .in_ap_imgbox_content{
        width: 80%;
    }
    .ni_b5_b{
        width: 50%;
    }
    .ni_b6_l{
        width: 100%;
        margin-bottom: 20px;
    }
    .ni_b6_r{
        width: 100%;
        padding-top: 20px;
    }
    .ibsh{
        box-shadow: -20px 20px 0px 0px rgba(154.99999999999997, 206.99999999999997, 224, 0.21);
    }
    .ni_b8_b{
        width: 50%;
    }
    .ni_b9_b_r{
        width: 100%;
    }
    .ni_b9_b_l,.ni_b7_b{
        width: 100%;
        padding: 10px;
    }
    .ni_b9_b_rb{
        padding: 10px;
    }
    .nfooter_l{
        width: 100%;
    }
    .nfooter_c,.nfooter_r{
        width: 50%;
    }
    .c_banner_t_l{
        padding: 80px 10px 4px 10px;
    }
    .c_banner_t_r{
        padding: 4px 10px 4px 10px;
    }
    .c_banner_t_l,.c_banner_t_r{
        width: 100%;
    }
    .w25_100{
        width: 100%;
    }
    .w75_100,.w50_100,.w33_100{
        width: 100%;
    }
    .pl25_34,.pl23_34{
        padding-left: 34px;
    }
    .mw1138{
        padding: 0 10px;
    }
}
@media(max-width:600px){
    
}