*{font-family:'Poppins-Regular','PingFang SC','Microsoft YaHei',sans-serif;}
body.page-loading{overflow:hidden;}
#loadingPage{position:fixed;width:100%;height:100vh;overflow:hidden;z-index:99999;transition:all 1s ease;}
#loadingPage #homeContent{position:relative;width:100%;height:100%;}
#loadingPage #homeContent video{display:block;width:100%;height:100%;object-fit:cover;}
#loadingPage #homeContent .txt{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;}
#loadingPage #homeContent::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.2;z-index:1;}
#loadingPage #homeContent .txt h3{font-family:'Alimama';font-style:italic;font-size:2.5rem;color:#fff;margin-top:2.5rem;margin-bottom:7.5rem;}
#loadingPage #homeContent .txt button{padding:1.1875rem 4.125rem;display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;border-radius:5rem;color:#0166B3;background-color:#fff;font-size:1.125rem;}
#loadingPage #homeContent .txt button .iconfont{font-size:1.25rem;transition:all .5s ease;}
#loadingPage #homeContent .txt button:hover .iconfont{transform:rotate(45deg);}
#loadingPage.loading-close{transform:translateY(-100%);}
#pc_header{position:sticky;top:0;background-color:#fff;z-index:999;width:100%;transition:all .5s ease;}
#pc_header .box{display:flex;align-items:center;justify-content:space-between;}
#pc_header .box .right{display:flex;align-items:center;justify-content:flex-end;gap:2.375rem;}
#pc_header .box .right ul{display:flex;align-items:center;justify-content:flex-end;gap:3.125rem;}
#pc_header .box .right ul li>a{position:relative;display:block;padding:2.5rem 0;font-size:1.125rem;font-weight:bold;color:#333;transition:all .5s ease;}
#pc_header.index.xg .box .right ul li>a:hover,#pc_header .box .right ul li>a:hover{ color:#0166B3}
#pc_header .box .right ul li:hover>a,#pc_header .box .right ul li.on>a{color:#0166B3;}
#pc_header .box .right ul li.on>a::before,#pc_header .box .right ul li:hover>a::before{opacity:1;visibility:visible;}
#pc_header .box .right ul li{position:relative;}
#pc_header .box .right ul li .ej_box{position:absolute;left:50%;top:100%;transform:translateX(-50%);white-space:nowrap;min-width:100%;width:auto;opacity:0;visibility:hidden;transition:all .5s ease;}
#pc_header .box .right ul li .ej_box a{display:block;padding:.75rem 1.25rem;font-size:1rem;font-weight:bold;color:#333;text-align:center;background-color:#fff;transition:all .5s ease;}
#pc_header .box .right ul li .ej_box a:hover{background-color:#0166B3;color:#fff;}
#pc_header .box .right ul li:hover .ej_box{opacity:1;visibility:visible;}
#pc_header .box .right .lang a{display:flex;align-items:center;font-size:1.125rem;color:#333;transition:all .5s ease;gap:.75rem;}
#pc_header .box .right .lang a .iconfont{font-size:1.5rem;color:#0166B3;}
#pc_header.index{position:fixed;top:0;background-color:transparent;}
#pc_header.index .txt{filter:invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%);transition:all .5s ease;}
#pc_header.index .box .right ul li>a{color:#fff;}
#pc_header.index .box .right .lang a{color: #fff;}
#pc_header.index .box .right .lang a .iconfont{color: #fff;}
#pc_header.index.xg{background-color:#fff;}
#pc_header.index.xg .txt{filter:none;}
#pc_header.index.xg .box .right ul li>a{color:#333;}
#pc_header.index.xg .box .right .lang a{color: #333;}
#pc_header.index.xg .box .right .lang a .iconfont{color:#0166B3;}
.s_more{text-align:center;margin-top:3.75rem;}
.s_more a{display:inline-flex;align-items:center;justify-content:center;gap:1.125rem;}
.s_more a .iconfont{width:3.4375rem;height:3.4375rem;display:flex;align-items:center;justify-content:center;background-color:#0166B3;border-radius:50%;font-size:1.5rem;color:#fff;transition:all .5s ease;}
.s_more a:hover .iconfont{background-color:#47abfe;}
.s_more a font{display:block;font-size:.9375rem;color:#0166B3;border-bottom:1px solid #0166B3;transition:all .5s ease;}
#banner{width:100%;position:relative;overflow:hidden;}
#banner .swiper{width:100%;}
#banner img{display:block;width:100%;object-fit:cover;}
#banner .hz{position:absolute;z-index:3;color:#fff;top:50%;left:0;transform:translateY(-50%);}
#banner .hz .top{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;overflow:hidden;margin-bottom:1.875rem;transform:skewX(-5deg);}
#banner .hz h2{font-family:'Alimama';padding:1rem 1.875rem;background-color:#0166B3;font-size:3.75rem;}
#banner .hz h2:nth-child(2){background-color:#47abfe;}
#banner .hz h3{font-family:'Alimama';font-size:2.5rem;margin-bottom:1.25rem;transform:skewX(-5deg);}
#banner .hz p{font-size:1rem;opacity:.6;font-family:'Alimama';transform:skewX(-5deg);}
#banner .hz .more{margin-top:5rem;padding:1.1875rem 4.125rem;display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;border-radius:5rem;color:#fff;background-color:#0166B3;font-size:1.125rem;transition:all .5s ease;}
#banner .hz .more .iconfont{font-size:1.25rem;transition:all .5s ease;}
#banner .hz .more:hover{background-color:#47abfe;}
#banner .hz .more:hover .iconfont{transform:rotate(45deg);}
#banner .hz2{position:absolute;right:0;bottom:4.625rem;z-index:3;}
#banner .hz1{position:absolute;top:50%;right:0;z-index:3;transform:translateY(-50%);}
#banner .hz1 .pagination{width:auto;display:flex;flex-direction:column;gap:2rem;}
#banner .hz1 .pagination span{position:relative;width:3.125rem;height:3.125rem;background-color:transparent;opacity:1;border-radius:50%;}
#banner .hz1 .pagination span::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background-color:#fff;transition:all .5s ease;}
#banner .hz1 .pagination .swiper-pagination-bullet-active{border-color:rgba(255,255,255,.3);}
#banner .hz1 .pagination .swiper-pagination-bullet-active::before,#banner .hz1 .pagination .swiper-pagination-bullet-active::after{background-color:#47abfe;opacity:1 !important;}

.s_cpzx .hz{display:flex;align-items:center;justify-content:space-between;}
.s_cpzx .hz .left{width:100%;max-width:31.25rem;flex-shrink:0;background-color:#f6f6f7;clip-path:polygon(0 0,100% 0,100% 90%,calc(100% - 4.375rem) 100%,0 100%);padding:9.25rem 5.875rem;margin-left: -10rem;}
.s_cpzx .hz .left .li{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.875rem 0;}
.s_cpzx .hz .left .li::before,.s_cpzx .hz .left .li::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:rgba(0,0,0,.15);z-index:1;transition:all .5s ease;}
.s_cpzx .hz .left .li::before{width:0;background-color:#0166B3;}
.s_cpzx .hz .left .li.on::before,.s_cpzx .hz .left .li:hover::before{width:100%;}
.s_cpzx .hz .left .li:first-child{padding-top:0;}
.s_cpzx .hz .left .li a{display:block;font-size:1.125rem;color:#5a5b5d;transition:color .5s ease;}
.s_cpzx .hz .left .li.on a,.s_cpzx .hz .left .li:hover a{font-weight:bold;color:#0166B3;}
.s_cpzx .hz .left .li .iconfont{width:1.375rem;height:1.375rem;background-color:#0166B3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;opacity:0;visibility:hidden;transition:all .5s ease;}
.s_cpzx .hz .left .li.on .iconfont,.s_cpzx .hz .left .li:hover .iconfont{opacity:1;visibility:visible;}
.s_cpzx .hz .right{position:relative;width:100%;max-width:72.8125rem;}
.s_cpzx .hz .right::before{content:'';position:absolute;left:50%;top:0;transform:translateX(-50%);z-index:1;background:url(../images/s_cpzx_text.png) top no-repeat;background-size:contain;width:65.4375rem;height:10.75rem;}
.s_cpzx .hz .right .s_cpzx_con{display:none;position:relative;z-index:2;padding-top:8.75rem;}
.s_cpzx .hz .right .scpzx a{display:block;}
.s_cpzx .hz .right .scpzx a .img{width:100%;height:18.75rem;display:flex;align-items:flex-end;justify-content:center;}
.s_cpzx .hz .right .scpzx a .img img{width:100%;height:100%;max-width:90%;max-height:100%;margin:0 auto;object-fit:contain;object-position:bottom;}
.s_cpzx .hz .right .scpzx a .txt{padding-top:3rem;}
.s_cpzx .hz .right .scpzx a .txt h3{font-size:1.375rem;color:#333;margin-bottom:1.875rem;}
.s_cpzx .hz .right .scpzx a .txt p{font-size:1rem;line-height:1.75;font-weight:300;color:#6b6969;margin-bottom:3.75rem;}
.s_cpzx .hz .right .scpzx a .txt .iconfont{width:3.4375rem;height:3.4375rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #c6c6c6;font-size:1.5rem;color:#333;transition:all .5s ease;}
.s_cpzx .hz .right .scpzx a:hover .txt .iconfont{background-color:#0166B3;border-color:#0166B3;color:#fff;}
.s_gywm{position:relative;padding:7.5rem 0;}
.s_gywm::after{content:'';position:absolute;right:0;top:7.75rem;background:url(../images/s_gywm_bg.png) right no-repeat;background-size:contain;width:100%;height:46.25rem;z-index:1;}
.s_gywm .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6.25rem;position:relative;padding-top:5rem;z-index:2;}
.s_gywm .s_more{text-align:left;}
.s_gywm .top .left{position:relative;width:100%;max-width:49.375rem;height:41.25rem;flex-shrink:0;}
.s_gywm .top .left .img{position:relative;display:block;border-bottom-right-radius:1.875rem;border-top-left-radius:1.875rem;overflow:hidden;}

.s_gywm .top .right{width:100%;max-width:43.75rem;}
.s_gywm .top .right .ar_article{font-size:1.125rem;color:#3a3939;}
.s_gywm .hz{position:relative;z-index:2;}
.s_gywm .hz h3{font-size:2.5rem;font-weight:bold;color:#000;margin-bottom:1.875rem;}
.s_gywm .hz h4{font-size:1.25rem;line-height: 1.5;}
.s_gywm .hz .line{width:100%;height:1px;background-color:#333;opacity:.15;margin:3.5rem 0 4.375rem;}
.s_gywm .hz .sz_box{display:flex;align-items:flex-start;justify-content:space-between;}
.s_gywm .hz .sz_box .sz p{font-family:'Poppins-SemiBold';font-size:4.5rem;color:transparent;background:linear-gradient(to right,#0166B3 20%,#87D4F6);background-clip:text;margin-bottom:1rem;    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}
.s_gywm .hz .sz_box .sz .ii{display:flex;align-items:center;gap:.625rem;}
.s_gywm .hz .sz_box .sz .ii .ico{width:2.375rem;height:2.375rem;flex-shrink:0;}
.s_gywm .hz .sz_box .sz .ii .ico img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}
.s_gywm .hz .sz_box .sz .ii h6{font-size:1.125rem;color:#171717;}
.s_hzhb{background:url(../images/s_hzhb_bg.jpg) bottom no-repeat !important;background-size:cover !important;padding:7.5rem 0 3.75rem !important;}
.s_hzhb .n_title h2,.s_hzhb .n_title h4{color:#fff;}
.s_hzhb .n_title h4{opacity:.6;}
.s_hzhb .pagination span,.s_hzhb .pagination span::before{background-color:transparent !important;border:1px solid #fff !important;}
.s_hzhb .pagination .swiper-pagination-bullet-active::before{background-color:#fff !important;}
.s_xwzx{padding:8.75rem 0 5.625rem;}
.s_xwzx .n_title{text-align:center;}
.s_xwzx .hz{display:grid;grid-template-columns:1fr .65fr;gap:1.875rem;position:relative;}

.s_xwzx .hz .left{display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem;position:relative;z-index:2;}
.s_xwzx .hz .left .box{display:block;border-radius:.9375rem;overflow:hidden;clip-path:polygon(9% 0%,100% 0%,100% 90%,calc(100% - 2.375rem) 100%,calc(-100% - -5rem) 100%);}
.s_xwzx .hz .left .box .img{width:100%;height:20rem;}
.s_xwzx .hz .left .box .img img{ height:20rem; margin:auto;}
.s_xwzx .hz .left .box .txt{color:#313131;background-color:#eef0f2;padding:2.5rem;transition:all .5s ease;}
.s_xwzx .hz .left .box .txt h3{font-size:1.25rem;line-height:1.5;min-height:3.75rem;margin-bottom:1.875rem;}
.s_xwzx .hz .left .box .txt .ms{font-size:.9375rem;line-height:1.5;opacity:.8;margin-bottom:3.125rem;}
.s_xwzx .hz .left .box .txt .ii{display:flex;align-items:center;justify-content:space-between;}
.s_xwzx .hz .left .box .txt .ii .time{font-family:'Poppins-Light';font-size:1.0625rem;}
.s_xwzx .hz .left .box .txt .ii .iconfont{font-size:1.25rem;}
.s_xwzx .hz .left .box:hover .txt{background-color:#0166B3;color:#fff;}
.s_xwzx .hz .right{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.875rem;position: relative;z-index: 2;}
.s_xwzx .hz .right .li{display:flex;align-items:center;justify-content:space-between;border-radius:.9375rem;border-bottom-left-radius:0;overflow:hidden;color:#313131;background-color:#eef0f2;max-height:10.25rem;transition:all .5s ease; width:100%}
.s_xwzx .hz .right .li .img{width:100%;max-width:16.875rem;height:100%;flex-shrink:0;}
.s_xwzx .hz .right .li .img img{height:16rem; margin:auto;}
.s_xwzx .hz .right .li .txt{padding:2.375rem;width:100%}
.s_xwzx .hz .right .li .txt h3{font-size:1.125rem;line-height:1.5;font-weight:bold;margin-bottom:1.5rem;}
.s_xwzx .hz .right .li .txt .time{font-family:'Poppins-Light';font-size:1.0625rem;}
.s_xwzx .hz .right .li:hover{background-color:#0166B3;color:#fff;}
.s_fwkh{position:relative;padding:5rem 0 5.625rem;overflow:hidden;}
.s_fwkh .n_title{margin-bottom:0;}
.s_fwkh::before{content:'';position:absolute;left:0;top:0;width:100%;height:1px;background-color:#333;opacity:.15;}
.s_fwkh .hz{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;}
.s_fwkh .hz .left{width:100%;max-width:37.5rem;flex-shrink:0;}
.s_fwkh .hz .right{width:100%;max-width:51.5625rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;position:relative;}
.s_fwkh .hz .right::before{content:'';position:absolute;right:0;bottom:0;background:url(../images/s_fwkh_text.png) bottom right no-repeat;background-size:contain;z-index:1;width:57.0625rem;height:10.75rem;transform:translate(38%,62%);}
.s_fwkh .hz .right .ico{width:3rem;height:3rem;margin-bottom:1.875rem;}
.s_fwkh .hz .right .ico img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}
.s_fwkh .hz .right h3{font-size:1.625rem;font-weight:bold;color:#000;margin-bottom:1.5rem;}
.s_fwkh .hz .right p{font-size:1rem;line-height:1.5;color:#000;opacity:.6;}
.s_fwkh .hz .right .li{position:relative;display:block;max-width:13.125rem;z-index:3;transition:all .5s ease;}
.s_fwkh .hz .right .li:hover{transform:translateY(-1rem);}
#n_banner{height:38.4375rem;position:relative;overflow:hidden;}
#n_banner::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background:url(../images/n_banner_bg.png) bottom no-repeat;background-size:cover;z-index:1;}
#n_banner .hz{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;z-index:2;color:#fff;}
#n_banner .hz .box h2{font-family:'Alimama';font-style:italic;font-size:2.625rem;margin-bottom:1.5rem; font-weight:bold}
#n_banner .hz .box p{font-family:'Alimama';font-style:italic;font-size:1.125rem;opacity:.6;}
#n_banner .hz .box .a{display:flex;align-items:center;gap:.875rem;margin-top:4.375rem;font-size:1rem;}
#n_banner .hz .box .a .iconfont{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;border-radius:50%;background-color:#47abfe;}
#n_banner .n_nav{position:absolute;left:0;bottom:0;width:100%;z-index:2;color:#fff;border-top:1px solid rgba(255,255,255,.3);background-color:rgba(255,255,255,.1);}
#n_banner .n_nav ul{display:flex;align-items:center;gap:2.875rem;font-size:1.125rem;color:#93c4eb;}
#n_banner .n_nav ul a{position:relative;display:block;padding:2.125rem 0;transition:all .5s ease;}
#n_banner .n_nav ul a::after{content:'/';font-size:.875rem;color:#93c4eb;position:absolute;top:50%;right:0%;transform:translateY(-50%)translateX(420%);}
#n_banner .n_nav ul li:last-child a::after{display:none;}
#n_banner .n_nav ul .on a,#n_banner .n_nav ul li:hover a{color:#fff;}
.n_page{padding:7.5rem 0 9.375rem;background:url(../images/n_bg.jpg) top no-repeat #fff;background-size:100%;}
.n_title{margin-bottom:4.375rem;}
.n_title h2{position:relative;display:inline-block;font-size:2.625rem;font-weight:bold;color:#333;}
.n_title h4{margin-top:2rem;font-size:1.25rem;line-height:1.75;color:#000;opacity:.55;}
.n_title h2::before{content:'';position:absolute;top:0;right:0;transform:translate(200%,-50%) scaleX(-1);width:1.25rem;height:1.3125rem;}
.n_title p{font-size:1rem;font-weight:300;color:#212121;margin-top:1.5rem;line-height:1.5;}
.pagination{margin-top:3.75rem;width:auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;}
.pagination span{position:relative;width:2.125rem;height:1.625rem;border-radius:.875rem;border:1px solid transparent;background-color:transparent;opacity:1;}
.pagination span::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.5rem;height:.5rem;background-color:#c8c8c8;border-radius:50%;transition:all .5s ease;}
.pagination .swiper-pagination-bullet-active{border-color:#47abfe;}
.pagination .swiper-pagination-bullet-active::before{background-color:#47abfe;}
.pages .box{display:flex;align-items:center;justify-content:center;margin-top:6.875rem;gap:.625rem;}
.pages .box a{display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;color:#464c52;width:3.125rem;height:3.125rem;border:1px solid #d7d7d7;transition:all .5s ease;}
.pages .box a.on,.pages .box a:hover,.page-num-current{background-color:#0166B3;border-color:#0166B3;color:#fff!important;}
.pages .box a .iconfont{font-size:.875rem;}
.n_gywm{background:url(../images/n_bg.jpg) top no-repeat;background-size:cover;padding:6.875rem 0 7.5rem;}
.n_gywm .top{display:flex;align-items:flex-start;justify-content:space-between;gap:4.375rem;margin-bottom:7.125rem;}
.n_gywm .top .n_title{margin-bottom:2rem;}
.n_gywm .top .n_title h2::before{left:0;right:auto;transform:translate(0%,-200%) scaleX(-1);}
.n_gywm .top .yw{font-family:'Poppins-Medium';font-size:1.125rem;line-height:1.625rem;color:#000;text-transform:uppercase;opacity:.2;margin-bottom:2rem;}
.n_gywm .top .right{width:100%;max-width:46.25rem;flex-shrink:0;border-radius:.9375rem;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);}
.n_gywm .sz_box{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6.25rem;}
.n_gywm .sz_box .line{width:1px;height:5.4375rem;background-color:#e1e1e2;}
.n_gywm .sz_box .line:last-child{display:none;}
.n_gywm .sz_box .sz p{font-family:'Poppins-SemiBold';font-size:4.5rem;color:transparent;background:linear-gradient(to right,#0166B3 20%,#87D4F6);background-clip:text;margin-bottom:1rem;-webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;}
.n_gywm .sz_box .sz .ii{display:flex;align-items:center;gap:.625rem;}
.n_gywm .sz_box .sz .ii .ico{width:2.375rem;height:2.375rem;flex-shrink:0;}
.n_gywm .sz_box .sz .ii .ico img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}
.n_gywm .sz_box .sz .ii h6{font-size:1.125rem;color:#171717;}
.n_ldjy{background:url(../images/n_ldjy_bg.jpg) bottom no-repeat;background-size:cover;padding:7.375rem 0 8.4375rem;}
.n_ldjy .n_title{text-align:center;}
.n_ldjy .n_title h2{color:#fff;}
.n_ldjy .hz{display:grid;grid-template-columns:.62fr 1fr;gap:2.5rem;height:61.5625rem;}
.n_ldjy .hz .left{width:100%;height:100%;border-bottom-left-radius:5rem;border-top-right-radius:5rem;overflow:hidden;}
.n_ldjy .hz .right{background-color:#fff;padding:3.75rem 3.75rem 2.5rem;border-top-left-radius:5rem;border-bottom-right-radius:5rem;width:100%;height:100%;}
.n_ldjy .hz .ibox{max-height:calc(61.5625rem - 7.5rem);overflow:hidden;overflow-y:auto;padding-right:1.25rem;}
.n_ldjy .hz .ibox .li{display:flex;align-items:flex-start;justify-content:space-between;gap:3.125rem;margin-bottom:5rem;}
.n_ldjy .hz .ibox .li:last-child{margin-bottom:0;}
.n_ldjy .hz .ibox .li .img{width:9.875rem;height:9.875rem;border-radius:50%;flex-shrink:0;}
.n_ldjy .hz .ibox .li .txt{width:100%;}
.n_ldjy .hz .ibox .li .txt h3{font-size:1.375rem;font-weight:400;color:#373941;margin-bottom:1.25rem;}
.n_ldjy .hz .ibox .li .txt h3 span{display:inline-block;margin-left:.625rem;font-size:1rem;font-weight:300;color:#3a3939;}
.n_ldjy .hz .ibox .li .txt .ar_article{font-size:1rem;line-height:1.875rem;color:#333;}
.n_ldjy .hz .ibox .li:nth-child(even){flex-direction:row-reverse;}
.n_ldjy .hz .ibox .li:nth-child(even) h3{text-align: right;}
.n_zzjg{background:url(../images/n_zzjg_bg.jpg) bottom no-repeat;background-size:cover;padding:7.5rem 0 8.75rem;}
.n_zzjg .n_title{text-align:center;}
.n_shzr{padding:6.25rem 0;background:url(../images/n_bg.jpg) top no-repeat;background-size:cover;}
.n_shzr .n_title{text-align:center;}
.n_shzr #nshzr{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4.125rem;}
.n_shzr #nshzr li{cursor:pointer;padding:.9375rem 2.5rem;border-radius:5rem;border:2px solid #ced8e2;font-size:1.125rem;font-weight:300;color:#535353;transition:all .5s ease;}
.n_shzr #nshzr li.on,.n_shzr #nshzr li:hover{background-color:#0166B3;border-color:#0166B3;color:#fff;}
.n_shzr .n_shzr_con{display: none;}
.n_shzr .nshzr a{position:relative;display:block;border:1px solid #ced8e2;border-radius:.9375rem;overflow:hidden;}
.n_shzr .nshzr a::before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:-100%;background:url(../images/n_cplb_bg.png) right no-repeat;background-size:cover;width:100%;height:100%;z-index:1;transition:all .5s ease;}
.n_shzr .nshzr a:hover::before{right:-1%;}
.n_shzr .nshzr a .img{width:100%;height:18.125rem;border-radius:.9375rem;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);}
.n_shzr .nshzr a .img,.n_shzr .nshzr a .txt{position:relative;z-index:2;}
.n_shzr .nshzr a .txt{padding:2rem;}
.n_shzr .nshzr a .txt .time{font-size:1.0625rem;color:#030305;margin-bottom:1.5rem;}
.n_shzr .nshzr a .txt h3{font-size:1.375rem;line-height:1.5;min-height:4.125rem;color:#030305;margin-bottom:1.5rem;}
.n_shzr .nshzr a .txt p{font-size:1rem;font-weight:300;line-height:1.75;color:#030305;opacity:.5;margin-bottom:3rem;}
.n_shzr .nshzr a .txt .more{display:inline-block;position:relative;font-size:.9375rem;color:#0166B3;}
.n_shzr .nshzr a .txt .more::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#0166B3;}
.n_shzr .scrollbar{position:relative;width:100%;height:3.75rem;margin-top:5rem;}
.n_shzr .scrollbar::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);background-color:#e4e7e8;width:100%;height:1px;z-index:1;}
.n_shzr .swiper-scrollbar-drag{cursor:pointer;width:3.375rem !important;height:3.375rem;border-radius:50%;background-color:#90c529;z-index:2;display:flex;align-items:center;justify-content:center;}
.n_shzr .swiper-scrollbar-drag::before,.n_shzr .swiper-scrollbar-drag::after{content:'';font-family:"iconfont" !important;font-size:16px;color:#fff;}
.n_shzr .swiper-scrollbar-drag::before{content:'\e61c';}
.n_shzr .swiper-scrollbar-drag::after{content:'\e63b';}
.n_ryzz{background:url(../images/ryzz_bg.jpg);padding:7.5rem 0 6.875rem;}
.n_ryzz .n_title{text-align:center;}
.n_ryzz .n_title h2{color:#333;}
.n_ryzz .hz{position:relative;}
.n_ryzz .hz .jt{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:3.75rem;height:3.75rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;transition:all .5s ease;}
.n_ryzz .hz .jt:hover{background-color:#0166B3;color:#fff;}
.n_ryzz .hz .jt .iconfont{font-size:1.25rem;}
.n_ryzz .hz .prev{left:-5.75rem;}
.n_ryzz .hz .next{right:-5.75rem;}
.n_ryzz .hz .nzzry{border-radius:.9375rem;overflow:hidden;}
.n_ryzz .hz .nzzry .swiper-slide{display:grid;grid-template-columns:repeat(1,1fr);gap:2.5rem;}
.n_ryzz .hz .nzzry a{display:block;position:relative;border-radius:.9375rem;overflow:hidden;width:100%;height:22.5rem;background:url(../images/n_zzry_bg.jpg) bottom no-repeat;}
.n_ryzz .hz .nzzry a .img{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;}
.n_ryzz .hz .nzzry a .img img{width:100%;height:100%;max-width:100%;max-height:76%;padding-top:5%;object-fit:contain;}
.n_ryzz .hz .nzzry a p{position:absolute;left:0;bottom:0;padding:1.5625rem;font-size:1.125rem;color:#fff;text-align:center;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));z-index:2;}
.n_xwlb .n_title{text-align:center;}
.n_xwlb .hz{background-color:#fff;padding:3.75rem 3.75rem 5.625rem;border-radius:.9375rem;}
.n_xwlb .hz ul{display:grid;grid-template-columns:repeat(3,1fr);gap:3.125rem;}
.n_xwlb .hz ul li a{position:relative;display:block;border:1px solid #ced8e2;border-radius:.9375rem;overflow:hidden;}
.n_xwlb .hz ul li a::before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:-100%;background:url(../images/n_cplb_bg.png) right no-repeat;background-size:cover;width:100%;height:100%;z-index:1;transition:all .5s ease;}
.n_xwlb .hz ul li:hover a::before{right:-1%;}
.n_xwlb .hz ul li a .img{width:100%;height:18.125rem;border-radius:.9375rem;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);}
.n_xwlb .hz ul li a .img img{ height:18rem; margin:auto}
.n_xwlb .hz ul li a .img,.n_xwlb .hz ul li a .txt{position:relative;z-index:2;}
.n_xwlb .hz ul li a .txt{padding:2rem;}
.n_xwlb .hz ul li a .txt .time{font-size:1.0625rem;color:#030305;margin-bottom:1.5rem;}
.n_xwlb .hz ul li a .txt h3{font-size:1.375rem;line-height:1.5;min-height:4.125rem;color:#030305;margin-bottom:1.5rem;}
.n_xwlb .hz ul li a .txt p{font-size:1rem;font-weight:300;line-height:1.75;color:#030305;opacity:.5;margin-bottom:3rem;}
.n_xwlb .hz ul li a .txt .more{display:inline-block;position:relative;font-size:.9375rem;color:#0166B3;}
.n_xwlb .hz ul li a .txt .more::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#0166B3;}
.n_xwxq{padding-top:5.625rem;}
.n_xwxq .top{margin-bottom:3.75rem;}
.n_xwxq .top h2{font-size:2.25rem;font-weight:bold;color:#000;margin-bottom:2.5rem;line-height: 1.5;}
.n_xwxq .top .box{display:flex;align-items:center;justify-content:space-between;}
.n_xwxq .top .box .ll{display:flex;align-items:center;gap:3.125rem;font-size:1rem;color:#000;font-weight: 300;}
.n_xwxq .top .box .ll p span{font-family:'Poppins-Light';}
.n_xwxq .top .box a{display:flex;align-items:center;gap:.625rem;flex-shrink:0;font-size:1rem;color:#000;}
.n_xwxq .top .box a .iconfont{width:1.5625rem;height:1.5625rem;background-color:#91c529;font-size:1rem;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;transition:all .5s ease;}
.n_xwxq .top .box a:hover .iconfont{transform:rotate(45deg);}
.n_xwxq .flex{display:flex;align-items:flex-start;justify-content:space-between;gap:5rem;}
.n_xwxq .flex .ll{width:100%;max-width:9.375rem;flex-shrink:0;position:sticky;top:7rem;}
.n_xwxq .flex .ll h6{font-size:1rem;color:#000;margin-bottom:1rem;}
.n_xwxq .flex .ll .share{margin-bottom:5rem;}
.n_xwxq .flex .ll .share .social-share{display:flex;gap:.625rem;flex-direction: row-reverse;justify-content: flex-end;}
.n_xwxq .share a{position:relative;width:3.125rem;height:3.125rem;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center;transition:all .5s ease;color:#000;}
.n_xwxq .share .icon-wechat .wechat-qrcode{position:absolute;top:110%;left:50%;transform:translateX(-50%);background-color:#fff;border-radius:.3125rem;font-size:.875rem;color:rgba(0,0,0,.6);white-space:nowrap;padding:1rem;box-shadow:0 0 .625rem .4375rem rgba(56,74,94,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;line-height:1.5;opacity:0;visibility:hidden;transition:all .5s ease;}
.n_xwxq .share a::before{font-size:1.5rem;}
.n_xwxq .share .icon-wechat:hover .wechat-qrcode{opacity:1;visibility:visible;}
.n_xwxq .share .icon-wechat::before{content:'\e602';font-family:"iconfont" !important;}
.n_xwxq .flex .ll .ewm .img{width:100%;height:100%;border:1px solid #e8e6e6;}
.n_xwxq .share a:hover{background-color:#0166B3;border-color:#0166B3;color:#fff;}
.n_xwxq .share a:hover::before{color:#fff;}
.n_xwxq .flex .ar_article{width:100%;padding-bottom:6.875rem;}
.n_xwxq .share .icon-wanquanfuzhi::before{font-size:1.25rem;}
.n_xwlb,.n_cplb{background:url(../images/n_bg.jpg) center no-repeat;background-size:cover;padding:5.625rem 0 3.75rem;}
.n_cplb .hz{background-color:#fff;padding:3.75rem 3.75rem 5.625rem;border-radius:.9375rem;}
.n_cplb .n_title{text-align:center;}
.n_cplb .hz ul{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}
.n_cplb .hz ul li a{position:relative;display:block;background-color:#f9f9f9;padding:2.5rem 1.875rem;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);border-radius:.9375rem;overflow:hidden;}
.n_cplb .hz ul li a::before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:-100%;background:url(../images/n_cplb_bg.png) right no-repeat;background-size:cover;width:100%;height:100%;z-index:1;transition:all .5s ease;}
.n_cplb .hz ul li:hover a::before{right:0;}
.n_cplb .hz ul li a .img,.n_cplb .hz ul li a .txt{position:relative;z-index:2;}
.n_cplb .hz ul li a .img{width:100%;height:15rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;}
.n_cplb .hz ul li a .img img{width:100%;height:100%;max-width:95%;max-height:95%;object-fit:contain;}
.n_cplb .hz ul li a h3{font-size:1.125rem;color:#333;margin-bottom:1.5rem;}
.n_cplb .hz ul li a p{font-size:.875rem;line-height:1.5;color:#6b6969;margin-bottom:1.875rem;}
.n_cplb .hz ul li a .more{width:2.75rem;height:2.75rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;transition:all .5s ease;}
.n_cplb .hz ul li a .more .iconfont{font-size:1.25rem;}
.n_cpxq .top{background:url(../images/n_cpxq_top_bg.jpg) center no-repeat;background-size:cover;padding:11.25rem 0 6.25rem;}
.n_cpxq .top .hz{display:flex;align-items:center;justify-content:space-between;gap:2rem;}
.n_cpxq .top .hz .left{position:relative;width:100%;max-width:43.4375rem;flex-shrink:0;}
.n_cpxq .top .hz .left .jt{position:absolute;cursor:pointer;top:35%;transform:translateY(-50%);z-index:2;}
.n_cpxq .top .hz .left .jt .iconfont{font-size:2rem;color:#c3c6c8;}
.n_cpxq .top .hz .left .prev{left:0;}
.n_cpxq .top .hz .left .next{right:0;}
.n_cpxq .top .hz .left .img{position:relative;width:100%;height:28.125rem;display:flex;align-items:flex-start;justify-content:center;}
.n_cpxq .top .hz .left .img img{width:100%;height:100%;max-width:90%;max-height:90%;object-fit:contain;position:relative;z-index:2;}
.n_cpxq .top .hz .left .img::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);background:url(../images/n_cpxq_bg.png) bottom no-repeat;background-size:contain;width:100%;height:9rem;z-index:1;}
.n_cpxq .top .pagination{gap:.5rem;margin-top:0;}
.n_cpxq .top .pagination span,.n_cpxq .top .pagination span::before{width:.5rem;height:.5rem;background-color:#0166B3;opacity:.3;}
.n_cpxq .top .pagination .swiper-pagination-bullet-active,.n_cpxq .top .pagination .swiper-pagination-bullet-active::before{opacity:1;}
.n_cpxq .top .right{width:100%;max-width:50rem}
.n_cpxq .top h3{font-size:2.5rem;font-weight:bold;color:#333;}
.n_cpxq .top .line{width:100%;height:1px;background-color:#c3c6c8;opacity:.6;margin:3.125rem 0;}
.n_cpxq .top h4{font-size:1.5rem;font-weight:bold;line-height:1.5;color:#333;margin-bottom:2.5rem;}
.n_cpxq .top .a{margin-top:3.75rem;display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 3.5rem;font-size:1.125rem;gap:1.25rem;color:#fff;background-color:#0166B3;border-radius:5rem;transition:all .5s ease;}
.n_cpxq .top .a:hover{background-color:#47abfe;}
.n_cpxq .hz1{padding:6.25rem 0 0;}
.n_cpxq .hz1 .n_title{margin-bottom:3.75rem;}
.n_cpxq .hz1 .ibox{padding-bottom:5.625rem;margin-bottom:5.625rem;border-bottom:1px solid rgba(0,0,0,.15);}
.n_cpxq .hz1 .ibox:last-child{margin-bottom:0;}
.n_cpxq .hz1 .tbox{display:flex;flex-direction:column;gap:2.25rem;background-color:#fff;border-radius:.9375rem;overflow:hidden;padding:1.875rem;max-width:67.5rem;margin:0 auto;box-shadow:-0.3125rem -0.3125rem 2.625rem 0 rgba(29,50,149,0.06);}
.n_xgcp{padding:7.8125rem 0;}
.n_xgcp .hz{position:relative;}
.n_xgcp .hz .jt{cursor:pointer;position:absolute;top:35%;transform:translateY(-50%);z-index:2;width:3.75rem;height:3.75rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;transition:all .5s ease;}
.n_xgcp .hz .jt:hover{background-color:#47abfe;color:#fff;}
.n_xgcp .hz .jt .iconfont{font-size:1.25rem;}
.n_xgcp .hz .prev{left:-5.75rem;}
.n_xgcp .hz .next{right:-5.75rem;}
.n_xgcp .hz .li a{position:relative;display:block;background-color:#f9f9f9;padding:2.5rem 1.875rem;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);border-radius:.9375rem;overflow:hidden;}
.n_xgcp .hz .li a::before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:-100%;background:url(../images/n_cplb_bg.png) right no-repeat;background-size:cover;width:100%;height:100%;z-index:1;transition:all .5s ease;}
.n_xgcp .hz .li:hover a::before{right:0;}
.n_xgcp .hz .li a .img,.n_xgcp .hz .li a .txt{position:relative;z-index:2;}
.n_xgcp .hz .li a .img{width:100%;height:15rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;}
.n_xgcp .hz .li a .img img{width:100%;height:100%;max-width:70%;max-height:70%;object-fit:contain;}
.n_xgcp .hz .li a h3{font-size:1.125rem;color:#333;margin-bottom:1.5rem;}
.n_xgcp .hz .li a p{font-size:.875rem;line-height:1.5;color:#6b6969;margin-bottom:1.875rem;}
.n_xgcp .hz .li a .more{width:2.75rem;height:2.75rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;transition:all .5s ease;}
.n_xgcp .hz .li a .more .iconfont{font-size:1.25rem;}
.n_fzlc{background:url(../images/n_fzlc_bg.jpg) bottom no-repeat;background-size:cover;padding:11.875rem 0;}
.n_fzlc .n_title{text-align:center;}
.n_fzlc .n_title h2{color:#fff;}
.n_fzlc .hz{position:relative;}
.n_fzlc .hz .jt{cursor:pointer;position:absolute;top:35%;transform:translateY(-50%);z-index:2;width:3.75rem;height:3.75rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;transition:all .5s ease;}
.n_fzlc .hz .jt:hover{background-color:#47abfe;color:#fff;}
.n_fzlc .hz .jt .iconfont{font-size:1.25rem;}
.n_fzlc .hz .prev{left:0;}
.n_fzlc .hz .next{right:0;}
.n_fzlc .nfzlc1 .top{display:flex;align-items:center;justify-content:center;gap:4.375rem;}
.n_fzlc .nfzlc1 .year{font-family:'Poppins-Bold';font-size:15.4375rem;color:#fff;}
.n_fzlc .nfzlc1 .img{width:100%;max-width:28.125rem;height:19.6875rem;border-radius:.9375rem;overflow:hidden;}
.n_fzlc .nfzlc1 .ar_article{font-size:1.25rem;line-height:1.5;text-align:center;color:#fff;margin-top:2.5rem;}
.n_fzlc .hz2{position:relative;margin-top:5rem;}
.n_fzlc .hz2::before{content:'';position:absolute;left:0;top:1.25rem;width:100%;height:1px;background-color:#fff;opacity:.3;}
.n_fzlc .nfzlc2 .swiper-slide{cursor:pointer;width:14.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.n_fzlc .nfzlc2 .d{position:relative;width:2.5rem;height:2.5rem;margin-bottom:1.875rem;}
.n_fzlc .nfzlc2 .d::before,.n_fzlc .nfzlc2 .d::after{content:'';position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background-color:#fff;opacity:.3;border-radius:50%;z-index:2;transition:all .5s ease;}
.n_fzlc .nfzlc2 .d::before{width:.5rem;height:.5rem;opacity:1;z-index:3;}
.n_fzlc .nfzlc2 .d::after{opacity:0;}
.n_fzlc .nfzlc2 .swiper-slide-thumb-active .d::after{opacity:.3;}
.n_fzlc .nfzlc2 .swiper-slide-thumb-active .d::before{background-color:#0166B3;}
.n_fzlc .nfzlc2 .year{font-family:'Poppins-Medium';font-size:1.25rem;color:#fff;}
@keyframes breathe{0%{opacity:0.1;transform:translate(-50%,-50%) scale(.9);}50%{opacity:.4;transform:translate(-50%,-50%) scale(1.05);}100%{opacity:0.1;transform:translate(-50%,-50%) scale(.9);}}
.n_wbfw{background:url(../images/n_bg.jpg) bottom no-repeat;background-size:cover;padding:6.6875rem 0 9.375rem;}
.n_wbfw .n_title{text-align:center;}
.n_wbfw .hz1 .ar_article{margin-bottom:5rem;}
.n_wbfw .hz1 .swiper{border-bottom-left-radius:1.25rem;border-top-right-radius:1.25rem;overflow:hidden;}
.n_wbfw .hz1 .swiper-slide{width:100%;height:25rem;background:url(../images/n_ysfw_bg.jpg) center no-repeat;background-size:cover;padding:3.125rem 2.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;}
.n_wbfw .hz1 .swiper-slide h6{font-family:'Poppins-SemiBold';font-size:.875rem;color:#3a3939;opacity:.5;text-transform:uppercase;}
.n_wbfw .hz1 .swiper-slide .ico{position:relative;width:4.375rem;height:4.375rem;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.n_wbfw .hz1 .swiper-slide .ico img{display:block;max-width:2.25rem;object-fit:contain;position:relative;z-index:3;}
.n_wbfw .hz1 .swiper-slide .ico::before,.n_wbfw .hz1 .swiper-slide .ico::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;width:100%;height:100%;background:linear-gradient(to right,#036fc2,#0084e9);transition:all .5s ease;}
.n_wbfw .hz1 .swiper-slide:nth-child(2) .ico::before{background:linear-gradient(to right,#f28933,#ffa200);z-index:2;}
.n_wbfw .hz1 .swiper-slide .txt h3{font-size:1.6875rem;font-weight:bold;color:#3a3939;margin-bottom:1rem;}
.n_wbfw .hz1 .swiper-slide .txt p{font-size:1rem;line-height:1.5;color:#3a3939;opacity:.6;}
.n_wbfw .hz2{padding:10rem 0 13.125rem;}
.n_wbfw .hz2 .ar_article{margin-bottom:8.375rem;}
.n_wbfw .hz2 .nfwkh{position:relative;width:44.375rem;height:44.375rem;margin:0 auto;display: flex;align-items: center;justify-content: center;}
.n_wbfw .hz2 .nfwkh::before,.n_wbfw .hz2 .nfwkh::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:linear-gradient(to right,#0166B3,#47abfe);z-index:2;border-radius:50%;}
.n_wbfw .hz2 .nfwkh::after{z-index:1;width:100%;height:100%;opacity:.1;animation:breathe 5s ease-in-out infinite;}
.n_wbfw .hz2 .nfwkh .nfwkh_c{display:none;position:relative;z-index:3;color:#fff;}
.n_wbfw .hz2 .nfwkh .nfwkh_c .txt{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:70%;margin:0 auto;}
.n_wbfw .hz2 .nfwkh .nfwkh_c .txt .ico{max-width:5.6875rem;max-height:5.6875rem;margin-bottom:3.125rem;}
.n_wbfw .hz2 .nfwkh .nfwkh_c .txt .ico img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}
.n_wbfw .hz2 .nfwkh .nfwkh_c .txt h3{font-size:2.625rem;font-weight:bold;text-align:center;margin-bottom:2.8125rem;}
.n_wbfw .hz2 .nfwkh .nfwkh_c .txt p{font-size:1.25rem;line-height:1.5;opacity:.8;}
.n_wbfw .hz2 .nfwkh .li{cursor:pointer;position:absolute;z-index:2;}
.n_wbfw .hz2 .nfwkh .li .tt{position:relative;}
.n_wbfw .hz2 .nfwkh .li h4{font-size:1.375rem;text-align:center;color:#000;}
.n_wbfw .hz2 .nfwkh .li .d{position:absolute;width:1.75rem;height:1.75rem;}
.n_wbfw .hz2 .nfwkh .li .d::before,.n_wbfw .hz2 .nfwkh .li .d::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.75rem;height:1.75rem;background-color:#fff;border-radius:50%;z-index:1;transition:all .5s ease;}
.n_wbfw .hz2 .nfwkh .li .d::before{width:.5rem;height:.5rem;background-color:#0166B3;z-index:2;}
.n_wbfw .hz2 .nfwkh .li.on h4{font-weight:bold;color:#519d52;}
.n_wbfw .hz2 .nfwkh .li.on .d::after{background-color:#519d52;}
.n_wbfw .hz2 .nfwkh .li:nth-child(1) .d{left:50%;top:calc(100% + 1.875rem);transform:translateX(-50%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(2) .d{left:-1.875rem;top:50%;transform:translateY(-50%) translateX(-100%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(3) .d{left:-1.875rem;top:50%;transform:translateY(-50%) translateX(-100%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(4) .d{left:50%;bottom:calc(100% + 1.875rem);transform:translateX(-50%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(5) .d{left:50%;bottom:calc(100% + 1.875rem);transform:translateX(-50%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(6) .d{right:-1.875rem;top:50%;transform:translateY(-50%) translateX(100%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(7) .d{right:-1.875rem;top:50%;transform:translateY(-50%) translateX(100%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(1){top:-9.5%;left:50%;transform:translateX(-50%);}
.n_wbfw .hz2 .nfwkh .li:nth-child(2){top:18%;right:-8%;}
.n_wbfw .hz2 .nfwkh .li:nth-child(3){top:54%;right:-18%;}
.n_wbfw .hz2 .nfwkh .li:nth-child(4){top:91%;right:11%;}
.n_wbfw .hz2 .nfwkh .li:nth-child(5){top:91%;left:11%;}
.n_wbfw .hz2 .nfwkh .li:nth-child(6){top:54%;left:-12%;}
.n_wbfw .hz2 .nfwkh .li:nth-child(7){top:18%;left:-8%;}
.n_wbfw .hz3 .ar_article{margin-bottom:4.375rem;}
.n_wbfw .hz3 .ibox .swiper-slide{display:flex;justify-content:center;align-items:center;gap:0 2rem;flex-wrap:wrap;}
.n_wbfw .hz3 .ibox .img{width:12%;height:14rem;background-color:#fff;display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);box-shadow:.5413rem -0.3125rem .625rem 0 rgba(29,50,149,0.06);margin-top:-2rem;}
.n_wbfw .hz3 .ibox .img img{width:100%;height:100%;max-width:80%;max-height:80%;object-fit:contain;}
.n_wbfw .hz3 .ibox .img:nth-child(8){margin-left:calc(11.5rem / 2);}
.n_wbfw .hz3 .ibox .img:nth-child(13){margin-right:calc(11.5rem / 2);}
.n_wbfw .hz3 .ibox .img:nth-child(1),.n_wbfw .hz3 .ibox .img:nth-child(2),.n_wbfw .hz3 .ibox .img:nth-child(3),.n_wbfw .hz3 .ibox .img:nth-child(4),.n_wbfw .hz3 .ibox .img:nth-child(5),.n_wbfw .hz3 .ibox .img:nth-child(6),.n_wbfw .hz3 .ibox .img:nth-child(7){margin-top:0;}
.n_wbfw .hz3 .pagination{gap:.25rem;}
.n_wbfw .hz3 .pagination span,.n_wbfw .hz3 .pagination span::before{width:.5rem;height:.5rem;background-color:#0166B3;opacity:.3;}
.n_wbfw .hz3 .pagination .swiper-pagination-bullet-active,.n_wbfw .hz3 .pagination .swiper-pagination-bullet-active::before{opacity:1;}
.n_spzq{background:url(../images/n_bg.jpg) top no-repeat;background-size:cover;padding:6.625rem 0 6.25rem;}
.n_spzq .n_title{text-align:center;}
.n_spzq .hz{background-color:#fff;padding:3.75rem 3.75rem 5.625rem;border-radius:.9375rem;}
.n_spzq .hz ul{display:grid;grid-template-columns:repeat(3,1fr);gap:3.75rem;}
.n_spzq .hz ul li a{display:block;border-radius:.9375rem;overflow:hidden;}
.n_spzq .hz ul .img{width:100%;height:18.75rem;clip-path:polygon(0% 0%,calc(100% - 2.375rem) 0,100% 15%,100% 100%,0 100%);}
.n_spzq .hz ul .txt{display:flex;align-items:center;justify-content:space-between;padding:1.875rem;background-color:#f6f6f8;transition:all .5s ease;}
.n_spzq .hz ul .txt h3{font-size:1.375rem;line-height:2.0625rem;color:#212121;transition:all .5s ease;}
.n_spzq .hz ul .txt .iconfont{width:2.5rem;height:2.5rem;background-color:#47abfe;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;padding-left:2px;transition:all .5s ease;}
.n_spzq .hz ul li:hover .txt .iconfont{background-color:#0166B3;}
.n_wxsq{padding:5.625rem 0 7.9375rem;}
.n_wxsq .hz{display:flex;align-items:center;justify-content:space-between;}
.n_wxsq .hz .right{width:100%;max-width:32.5rem;flex-shrink:0;border-radius:.9375rem;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 88%,calc(100% - 4.375rem) 100%,0 100%);}
.n_wxsq .hz .left{width:100%;max-width:63.75rem;}
.n_wxsq .hz .left form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;}
.n_wxsq .hz .left form .i1{grid-column:span 2;}
.n_wxsq .hz .left form .inp{display:flex;align-items:flex-start;gap:2.5rem;border-radius:.625rem;border:1px solid rgba(0,0,0,.1);padding:1.5rem 2.25rem;}
.n_wxsq .hz .left form .inp h6{width:4.0625rem;font-size:1rem;color:#444;flex-shrink:0;}
.n_wxsq .hz .left form .inp input,.n_wxsq .hz .left form .inp textarea{width:100%;font-size:.875rem;font-weight:300;color:#000;}
.n_wxsq .hz .left form .inp textarea{min-height:12.1875rem;}
.n_wxsq .hz .left form .inp{position:relative;}
.n_wxsq .hz .left form .code-img{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);z-index:2;}
.n_wxsq .hz .left form button{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.25rem;background-color:#0166B3;border-radius:5rem;font-size:1.125rem;color:#fff;max-width:14.0625rem;transition:all .5s ease;}
.n_wxsq .hz .left form button .iconfont{font-size:1.25rem;}
.n_wxsq .hz .left form button:hover{background-color:#47abfe;}
.n_rcln{background:url(../images/n_rcln_bg.jpg) top no-repeat;background-size:cover;padding:6.6875rem 0 6.875rem;}
.n_rcln .n_title{text-align:center;}
.n_rcln .hz1{margin-bottom:9.375rem;}
.n_rcln .hz1 .swiper{overflow:visible;width:100%;max-width:60rem;margin:0 auto;margin-top:3.75rem;}
.n_rcln .hz1 .swiper-slide{width:100%;height:100%;position:relative;border-radius:.9375rem;overflow:hidden;}
.n_rcln .hz1 .swiper-slide::before{content:'';position:absolute;width:100%;height:100%;background-color:#fff;opacity:.4;z-index:2;transition:all .5s ease;}
.n_rcln .hz1 .swiper-slide .txt{position:absolute;left:3.125rem;bottom:3.125rem;z-index:3;opacity:0;visibility:hidden;background:linear-gradient(132deg,#0166B3,#47abfe);padding:2.5rem;border-radius:.9375rem;width:100%;max-width:23.75rem;color:#fff;transition:all .5s ease;}
.n_rcln .hz1 .swiper-slide-active::before{opacity:0;}
.n_rcln .hz1 .swiper-slide-active .txt{opacity:1;visibility:visible;}
.n_rcln .hz1 .swiper-slide .txt h3{font-size:1.625rem;margin-bottom:1.875rem;}
.n_rcln .hz1 .swiper-slide .txt .ar_article{font-size:.9375rem;font-weight:300;line-height:1.875rem;color:#fff;margin-bottom:2.5rem;}
.n_rcln .hz1 .swiper-slide .txt .ico{max-width:2.8125rem;}
.n_rcln .hz2 .ibox{margin-top:3.75rem;position:relative;}
.n_rcln .hz2 .ibox .jt{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:3.4375rem;height:3.4375rem;border-radius:50%;border:1px solid #c6c6c6;display:flex;align-items:center;justify-content:center;color:#1f1f1f;transition:all .5s ease;}
.n_rcln .hz2 .ibox .jt:hover{background-color:#0166B3;border-color:#0166B3;color:#fff;}
.n_rcln .hz2 .ibox .jt .iconfont{font-size:1.5rem;}
.n_rcln .hz2 .ibox .prev{left:-5.75rem;}
.n_rcln .hz2 .ibox .next{right:-5.75rem;}
.n_rcln .hz2 .swiper-slide{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;}
.n_rcln .hz2 .swiper-slide .img:first-child{grid-column:span 2;grid-row:span 2;}
.n_rcln .hz2 .swiper-slide .img,.n_rcln .hz2 .swiper{border-radius:.9375rem;overflow:hidden;}
.n_jrwm{padding:6.875rem 0;}
.n_jrwm .hz{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;}
.n_jrwm .hz .ll{width:100%;max-width:30.625rem;flex-shrink:0;position:sticky;top:7rem;}
.n_jrwm .hz .ll .img{margin-bottom:2.125rem;border-bottom-right-radius: 1.25rem;border-top-left-radius: 1.25rem;}
.n_jrwm .hz .ll .tel{display:flex;align-items:center;gap:.625rem;margin-bottom:2.1875rem;}
.n_jrwm .hz .ll .tel .iconfont{width:2.125rem;height:2.125rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#fff;background-color:#47abfe;}
.n_jrwm .hz .ll .tel font{font-family:'Poppins-Medium';font-size:1.75rem;color:#47abfe;transform:translateY(2px);}
.n_jrwm .hz .ll .txt p{font-size:1rem;line-height:1.75rem;color:#6b6b6b;}
.n_jrwm .hz .ll .txt p span{font-weight:bold;color:#0166B3;}
.n_jrwm .hz .rr{width:100%;max-width:63.125rem;}
.n_jrwm .hz .rr dl{margin-bottom:1.125rem;border-radius: .625rem;border:1px solid #ebebeb;}
.n_jrwm .hz .rr dl:last-child{margin-bottom:0;}
.n_jrwm .hz .rr dt{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.875rem;transition:all .5s ease;}
.n_jrwm .hz .rr dt h2{font-size:1.125rem;font-weight:bold;color:#3f3f3f;width:100%;max-width:30%;flex-shrink:0;}
.n_jrwm .hz .rr dt p{font-size:.875rem;color:#979797;}
.n_jrwm .hz .rr dt p{width:100%;}
.n_jrwm .hz .rr dt .zk{width:1.75rem;height:1.75rem;flex-shrink:0;position:relative;border-radius:50%;}
.n_jrwm .hz .rr dt .zk::before,.n_jrwm .hz .rr dt .zk::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:#ced0d2;transition:all .5s ease;}
.n_jrwm .hz .rr dt .zk::before{width:100%;height:2px;}
.n_jrwm .hz .rr dt .zk::after{width:2px;height:100%;}
.n_jrwm .hz .rr .on dt .zk::after{height:0;}
.n_jrwm .hz .rr dd{display:none;padding:1.875rem;border-top:1px solid #ebebeb;}
.n_jrwm .hz .rr dd .ff .ar_article{width:100%;}
.n_jrwm .hz .rr dd .ff .sq{width:100%;max-width:25.3125rem;flex-shrink:0;}
.n_jrwm .hz .rr dd .ar_article{font-size:.875rem;line-height:1.75rem;color:#6f6f6f;}
.n_jrwm .hz .rr dd .ar_article h4{font-size:.875rem;font-weight:bold;line-height:1.75rem;color:#414141;}
.n_jrwm .hz .rr dd .more{margin-top:3.125rem;display:inline-block;padding:1rem 2.5rem;background-color:#0166B3;font-size:1rem;color:#fff;border-radius:5rem;transition:all .5s ease;}
.n_jrwm .hz .rr dd .more:hover{background-color:#47abfe;}
.n_lxfs{background:url(../images/n_lxfs_bg.jpg) center no-repeat;background-size:cover;padding:6.625rem 0 9.625rem;}
.n_lxfs .n_title{text-align:center;}
.n_lxfs .hz{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;}
.n_lxfs .hz .right{border-radius:.625rem;border:1px solid #e4e6ed;overflow:hidden;width: 100%;max-width: 52.5rem;}
.n_lxfs .hz .left{display:grid;grid-template-columns:repeat(2,1fr);gap:4.375rem 0;}
.n_lxfs .hz .left .tel{position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;}
.n_lxfs .hz .left .iconfont{position:relative;width:7.625rem;height:7.625rem;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0,87,176,.1);margin-bottom:2.25rem;transition:all .5s ease;}
.n_lxfs .hz .left .iconfont::after{content:'';position:absolute;width:5.75rem;height:5.75rem;background-color:#0166B3;z-index:1;border-radius:50%;transition:all .5s ease;}
.n_lxfs .hz .left .iconfont::before{z-index:2;}
.n_lxfs .hz .left h4{font-size:1.125rem;font-weight:bold;color:#1f1f1f;margin-bottom:1rem;}
.n_lxfs .hz .left p{font-size:1rem;color:#1f1f1f;line-height: 1.5;}
.n_lxfs .hz .left .tel:hover .iconfont{background-color:rgba(85,179,255,.2);}
.n_lxfs .hz .left .tel:hover .iconfont::after{background-color:#47abfe;}
.n_lxfs .hz .left .tel .ewm{position:absolute;top:0;left:50%;transform:translateX(-50%);background-color:#fff;width:8.125rem;height:8.125rem;opacity:0;visibility:hidden;transition:all .5s ease;z-index: 222;}
.n_lxfs .hz .left .tel .ewm img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}
.n_lxfs .hz .left .tel:hover .ewm{opacity:1;visibility:visible;}
.n_zxly{background:url(../images/ly.jpg) center no-repeat;background-size:cover;padding:6.5rem 0 5.5625rem;}
.n_zxly .n_title{text-align:center;}
.n_zxly .n_title h2{color:#fff;}
.n_zxly .hz{width:100%;max-width:50.3125rem;background-color:#fff;border-radius:.9375rem;margin:0 auto;padding:3.5rem 6.25rem;}
.n_zxly .hz .inp{position:relative;display:flex;align-items:flex-start;gap:2rem;margin-bottom:1.75rem;}
.n_zxly .hz .inp:last-child{margin-bottom:0;}
.n_zxly .hz .inp h6{width:100%;max-width:4.6875rem;flex-shrink:0;font-size:1.125rem;color:#313131;margin-top:1.125rem;}
.n_zxly .hz .inp input,.n_zxly .hz .inp textarea{width:100%;padding:.75rem 1.25rem;border-radius:.625rem;border:1px solid #d2d8de;font-size:1rem;line-height:1.875rem;color:#7f7f7f;}
.n_zxly .hz .inp textarea{min-height:14.6875rem;}
.n_zxly .hz .inp .code-img{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);z-index:2;}
.n_zxly .hz button{display:flex;align-items:center;justify-content:center;padding:1.125rem 1.5rem;font-size:1.0625rem;gap:1.25rem;color:#fff;background-color:#0166B3;border-radius:5rem;width:100%;max-width:13.1875rem;transition:all .5s ease;}
.n_zxly .hz button:hover{background-color:#47abfe;}
footer{background:url(../images/footer_bg.jpg) center no-repeat;background-size:cover;padding:6.25rem 0 2.3125rem;}
footer .top{display:flex;align-items:center;justify-content:space-between;padding-bottom:3.125rem;margin-bottom:3.125rem;border-bottom:1px solid #d5d7d8;}
footer .top .right{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;}
footer .top .right .tel{display:flex;align-items:center;gap:1rem;}
footer .top .right .tel .iconfont{font-size:1.75rem;color:#0166B3;flex-shrink:0;}
footer .top .right .tel h4{font-size:1.25rem;color:#000;}
footer .top .right .tel p{font-size:1.125rem;color:#000;}
footer .hz .left{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;}
footer .hz .left dt{font-size:1.125rem;font-weight:bold;color:#333;margin-bottom:2.375rem;}
footer .hz{display:flex;align-items:flex-start;justify-content:space-between;}
footer .hz .left{width:100%;max-width:71.25rem;}
footer .hz .left dd{font-size:.9375rem;color:rgba(51,51,51,.7);margin-bottom:1.25rem;transition:all .5s ease;}
footer .hz .left dd:last-child{margin-bottom:0;}
footer .hz .left dd:hover{color:#0166B3;}
footer .hz .right{width:100%;max-width:16.5625rem;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:.625rem;}
footer .hz .right .ewm{padding-right:1.875rem;font-size:1rem;color:#4f4e4e;text-align:center;}
footer .hz .right .ewm img{display:block;width:6.25rem;height:6.25rem;background-color:#fff;padding:.5rem;margin-bottom:1.25rem;}
footer .hz .right .ico{display:flex;align-items:center;justify-content:center;width:3.5625rem;height:3.5625rem;border-radius:50%;background-color:#fff;color:#b1b4b9;flex-shrink:0;margin-top:-15%;transition:all .5s ease;}
footer .hz .right .ico .iconfont{font-size:1.5rem;}
footer .hz .right .ico:hover{background-color:#0166B3;color:#fff;}
footer .copy{border-top:1px solid #d5d7d8;padding-top:2.3125rem;margin-top:3.125rem;font-size:.875rem;line-height:1.5;text-align:center;color:rgba(15,15,15,.5);}
footer .copy a{transition:all .5s ease;}
footer .copy a:hover{color:#0166B3;}