.header{position:fixed;top:0;left:0;right:0;z-index:999;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;

    background-color: rgba(255, 255, 255, .2);
    
}
.top_main{height:.9rem;display:flex;align-items:center;justify-content:space-between;border-bottom: 1px solid rgba(255,255,255,0.2);}
.top_main .logo img{height:.4rem;}
.top_main .img1{display:block;}
.top_main .img2{display:none;}
.top_main .left{padding-right:.5rem;}
.top_main .right{display:flex;align-items:center;}
.nav_list{display:flex;align-items:center;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.nav_list .nav_item{margin:0 .25rem;position:relative;}
.nav_list .nav_item.cur .cpt::before{content:'';display:block;background-color:#53c3f1;position:absolute;left:0;top:0;width:100%;height:.04rem;border-radius:0 0 .04rem .04rem;-webkit-border-radius:0 0 .04rem .04rem;-moz-border-radius:0 0 .04rem .04rem;-ms-border-radius:0 0 .04rem .04rem;-o-border-radius:0 0 .04rem .04rem;}
.nav_list .nav_item.cur .cpt{color: #53c3f1 !important;}

.nav_list .cpt{color:#ffffff;line-height:.9rem;position:relative;display:inline-block;}
/* nav_more.svg */
.nav_box{position:absolute;top:100%;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);min-width:1.9rem;display:none;}
.plist{padding:.1rem .25rem;background-color:#fff;border-radius:.16rem;-webkit-border-radius:.16rem;-moz-border-radius:.16rem;-ms-border-radius:.16rem;-o-border-radius:.16rem;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.plist .pitem{padding:.1rem 0;}
.plist .pitem .pcpt{display:block;
    text-align: center;
    /* padding-right:.21rem; */
    /* background-image:url(../images/nav_more.svg); */
    background-repeat:no-repeat;background-position:center right;color:#7f8896;background-size:contain;}
.plist .pitem .pcpt:hover{
    /* background-image:url(../images/nav_more_active.svg.png); */
    color:#53c3f1;}
.top_search{margin-left:.2rem;cursor:pointer;position:relative;}
.top_search .icon{width:.4rem;height:.4rem;border:.01rem solid rgba(255,255,255,.2);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-image:url(../images/icon01.svg);background-size:.17rem;background-repeat:no-repeat;background-position:center;}
.searchbox{display:flex;align-items:center;justify-content:center;position:absolute;right:120%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);background-color:#fff;box-shadow:0 0 .15rem rgba(0,0,0,.1);min-width:2.5rem;height:.4rem;padding:0 .15rem;display:none;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;}
.top_search .searchbox input{color:#333;width:100%;}
.top_search .searchbox .btn{width:.4rem;height:.4rem;background-image:url(../images/icon01_active.svg);background-repeat:no-repeat;background-position:center;}
.header.search_header .searchbox{display:flex;}
.header.search_header .nav_list{transform:translateY(-1rem);-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-o-transform:translateY(-1rem);}
.langs{color:#fff;height:.4rem;border:.01rem solid rgba(255,255,255,.2);border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;padding:.08rem .15rem;display: flex;align-items: center;}
.langs .lang_icon{background-image: url(../images/icon02.svg);width: .2rem;height: .2rem;background-size: contain;}
.langs .lang{color:#fff;}
.langs span{margin-left:.1rem; cursor: pointer;}
.header.white .plist{border-radius:0 0 .16rem .16rem;-webkit-border-radius:0 0 .16rem .16rem;-moz-border-radius:0 0 .16rem .16rem;-ms-border-radius:0 0 .16rem .16rem;-o-border-radius:0 0 .16rem .16rem;}
.header.white{background-color:#ffffff;    box-shadow: 0 0 .25rem .1rem rgba(0, 0, 0, .03);}
.header.white .top_main{ border-bottom: unset;}
.header.white .logo .img1{display:none;}
.header.white .logo .img2{display:block;}
.header.white .nav_item .cpt{color:#333;}
.header.white .langs{border-color:#333;}
.header.white .langs .lang{color:#333;}
.header.white .langs .lang_icon{background-image: url(../images/icon02_active.svg);}
.banner{position:relative;}
.banner .imgbox{padding-bottom:50.4%;position:relative;}
.banner .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.banner .text_main{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);width:100%;}
.banner .text_box{width:100%;max-width:5.15rem;}
.banner .tit{color:#fff;display:flex;align-items:center;transform:translate(0,-.8rem);-webkit-transform:translate(0,-.8rem);-moz-transform:translate(0,-.8rem);-ms-transform:translate(0,-.8rem);-o-transform:translate(0,-.8rem);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.banner .tit span{color:#fff;padding:.02rem .1rem;background-color:#53c3f1;border-radius:.15rem;-webkit-border-radius:.15rem;-moz-border-radius:.15rem;-ms-border-radius:.15rem;-o-border-radius:.15rem;margin-left:.05rem;}
.banner .ctit{color:#fff;line-height:1.5;margin-top:.1rem;transform:translate(0,.8rem);-webkit-transform:translate(0,.8rem);-moz-transform:translate(0,.8rem);-ms-transform:translate(0,.8rem);-o-transform:translate(0,.8rem);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.banner .desc{color:#fff;margin-top:.1rem;line-height:1.5;
    /* color:rgba(255,255,255,.25); */
    transform:translate(0,8rem);-webkit-transform:translate(0,8rem);-moz-transform:translate(0,8rem);-ms-transform:translate(0,8rem);-o-transform:translate(0,8rem);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.banner .swiper-slide-active .tit,.banner .swiper-slide-active .ctit,.banner .swiper-slide-active .desc{transform:unset;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;}
.banner .banner_other{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);right:calc((100% - 1600px)/2);display:flex;align-items:center;z-index:2;}
.banner_other .swiper_nums{display:flex;align-items:flex-end;margin-right:.4rem;}
.banner_other .swiper_nums i{color:#fff;margin:0 .1rem;line-height:1;}
.banner_other .num1{color:#ffffff;line-height:.8;}
.banner_other .num2{color:rgba(255,255,255,.6);line-height:1;}
.banner_other .swiper_btn{width:.75rem;height:.55rem;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.5;cursor:pointer;}
.banner_other .swiper_btn.next{background-image:url(../images/banner_next.svg);}
.banner_other .swiper_btn.prev{background-image:url(../images/banner_prev.svg);margin-top:.05rem;}
.banner_other .swiper_btn:hover{opacity:1;}
.banner .banner_pagination{position:absolute;bottom:.5rem;width:100%;}
.banner .banner_pagination .swiper-pagination-bullet{margin:0;width:.5rem;height:.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;position:relative;opacity:1;background-color:transparent;border:.02rem solid transparent;}
.banner .banner_pagination .swiper-pagination-bullet::before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:.12rem;height:.12rem;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:.16rem;height:.16rem;}
.banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#fff;border-top:rgba(255,255,255,.2);transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.indextwo_main{background-image:url(../images/indextwo_bg.jpg);background-repeat:no-repeat;background-size:cover;position:relative;}
.indextwo_main .iconimg{display:block;position:absolute;left:-7%;bottom:1%;background-image:url(../images/indextwo_main_icon01.png);background-repeat:no-repeat;width:3.3rem;height:2.3rem;background-size:contain;}
.index01{padding:1.4rem 0 0;}
.index02{padding:1.2rem 0;}
.hbox1,.hbox2{display:flex;}
.hbox1 .left,.hbox2 .left{width:1.2rem;}
.hbox1 .right,.hbox2 .right{width:calc(100% - 1.2rem);}
.hbox1 .text_box{width:100%;max-width:6.2rem;position:relative;z-index:2;}
.hbox1 .desc{color:#7f8896;line-height:1.7;margin-top:.5rem;max-height: 1.7rem;overflow-y: auto;}
.hbox1 .base_btn{margin-top:.7rem;}
.hbox1_main{position:relative;}
.hbox1_main .imgbox{position:absolute;right:0;top:0;width:37.5%;}
.hbox1_main .imgbox img{width:100%;}
.hbox1_main .list1{padding:1.5rem 0 .3rem;}
.indextwo_main .hbox1_zhou{display:block;padding-bottom:6%;background-image:url(../images/zhou.png);background-repeat:no-repeat;background-size:contain;}
.list1{display:flex;justify-content:space-between;align-items:center;}
.list1 .item{text-align:center;}
.list1 .tit{position:relative;line-height:.8;display:inline-block;}
.list1 .tit.cur{}
.list1 .year{color:#002c75;font-size:.9rem;display:inline-block;font-family:'barlow-semibold';}
.list1 .bt{position:absolute;right:0;top:0;font-size:.48rem;color:#002c75;line-height:.8;}
.list1 .ctit{color:#7f8896;line-height:1.3;margin-top:.15rem;}
.hbox2 .text_box{display:flex;justify-content:space-between;align-items:center;}
.hbox2 .list2{margin-top:1.7rem;}
.list2{display:flex;}
.list2 .item{width:32%;padding:.7rem .5rem .5rem;position:relative;}
.list2 .item_box{position:relative;z-index:2;}
.list2 .item:not(:nth-child(3n+1)){margin-left:2%;}
.list2 .i_top{display:flex;align-items:flex-end;}
.list2 .tit{color:#002c75;white-space: nowrap;}
.list2 .text_box1 {
    margin-right: .1rem;
}
.list2 .ctit{margin-top:.2rem;color:rgba(0,44,117,.6);}
.list2 .icon{margin-left:.2rem;height: 1.4rem;transition: 0.5s}
.list2 .text_box{padding-bottom:.3rem;}
.list2 .desc{color:#7f8896;line-height:1.66;margin-top:.25rem;}
.list2 .list2_box{margin-top:.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;}
.list2 .list2_box{padding-right:1rem;}
.list2 .list2_btn{color:#53c3f1;line-height:1.66;}
.list2 .list2_btn1{position:absolute;right:0;bottom:0;opacity:0;}
.list2 .item::before{content:'';display:block;position:absolute;background-image:url(../images/list2_bg.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;height:107%;z-index:0;top:0;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0); opacity: 0; transition: 0.5s}
.list2 .item:hover::before{opacity: 1}
.list2 .item:hover .list2_btn1{opacity:1;}
.list2 .item:hover .icon{transform: translateX(-20px)}
.index03{padding:.7rem 0 .7rem;}
.hbox3{display:flex;}
.hbox3 .left{width:1.2rem;}
.hbox3 .right{width:calc(100% - 1.2rem);}
.hbox3 .list3{margin-top:1rem;}
.hbox3 .hbox3_more{text-align:center;padding-top:.6rem;}
.list3 .capto.bg{background-color:#eff3f8;}
.list3 .capto{display:flex;align-items:center;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;}
.list3 .capto .lab{padding:.08rem .1rem;text-align:center;}
.list3 .capto.bg .lab{color:#434c5a;}
.list3 .t1 .span{padding:0 .05rem;}
.list3 .t1:nth-child(1){min-width:1.8rem;width:1.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(2){min-width:1.8rem;width:1.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(3){min-width:1.8rem;width:1.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(4){min-width:1.8rem;width:1.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(5){flex:1;}
.obs{background-color:#e8e9eb;padding:0 .08rem;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;display:flex; min-height: .51rem;}
.obs .ob{color:#fff;width:22.75%;margin-top:.08rem;margin-bottom:.08rem;border-radius:.17rem;-webkit-border-radius:.17rem;-moz-border-radius:.17rem;-ms-border-radius:.17rem;-o-border-radius:.17rem;text-align:center;line-height:.35rem;padding:0 .1rem;}
.obs .ob:not(:nth-child(4n+1)){margin-left:3%;}
.obs .ob:nth-child(1){background-color:#61bafc;}
.obs .ob:nth-child(2){background-color:#5cd9f3;}
.obs .ob:nth-child(3){background-color:#4fdfc6;}
.obs .ob:nth-child(4){background-color:#4fdede;}
.list3 .pitem{display:flex;align-items:center;padding:.1rem 0;cursor: pointer; position: relative; z-index: 2}
.list3 .pitem .t1{text-align:center;}
.list3 .pitem:nth-child(3) .tit::before,
.list3 .pitem:nth-child(4) .tit::before{content: '';position: absolute;width: .3rem;height: .3rem;background: url(../images/icon-hex.svg)no-repeat center;background-size: .24rem auto;top: 50%;left: -.5rem;transform: translateY(-50%);}
.list3 .pitem .span{color:#002c75;background-color:#e5f6fd;border-radius:.21rem;-webkit-border-radius:.21rem;-moz-border-radius:.21rem;-ms-border-radius:.21rem;-o-border-radius:.21rem;line-height:.4rem;position:relative;margin:.08rem 0;}
.list3 .pitem .span::before{content:'';display:block;position:absolute;right:100%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);background-color:#e8e9eb;height:.01rem;width:.1rem;}
.list3 .pitem .span::after{content:'';display:block;position:absolute;left:100%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);background-color:#e8e9eb;height:.01rem;width:.2rem;}
.list3 .pitem .t1.ocur{position:relative;}
.list3 .pitem .t1.ocur::before{content:'';display:block;width:.01rem;background-color:#e8e9eb;position:absolute;left:-.1rem;top:0.28rem;bottom:0.28rem;}
.list3 .pitem .t1.ocur::after{content:'';display:block;width:.01rem;background-color:#e8e9eb;position:absolute;right:-.2rem;top:0.28rem;bottom:0.28rem;}
.list3 .pitem:after{position: absolute;left: 0;top: 0;background:#eff3f8;content:"";width:100%;height:100%;opacity: 0;transition: all 0.3s; z-index: -1}
.list3 .pitem:hover:after{opacity: 1;}
.move_bar .bar::before{content:'';display:block;position:absolute;right:100%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);background-color:#e8e9eb;height:.01rem;width:.1rem;}
.move_bar.kcur::before{content:'';display:block;width:.01rem;background-color:#e8e9eb;position:absolute;left:-.1rem;top:0.22rem;bottom:0.22rem;}
.move_bar{position:relative;}
.move_bar .bar{padding:.08rem;background-color:#e8e9eb;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;margin:.1rem 0;position:relative;z-index:2;position:relative;}
.move_bar .bar span{display:block;height:.3rem;border-radius:.21rem;-webkit-border-radius:.21rem;-moz-border-radius:.21rem;-ms-border-radius:.21rem;-o-border-radius:.21rem;width:0;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;}
.move_bar .bar.ch span{background-color:#53c3f1;}
.move_bar .bar.usa span{background-color:#002c75;}
.hbox3 .list3_tishi{margin-top:.75rem;}
.hbox3 .list3_tishi .tishi .tit1{padding-left: .3rem;background: url(../images/icon-hex.svg)no-repeat center left;background-size: .24rem auto;margin-bottom: .1rem}
.hbox3 .list3_tishi .tishi .tit2{padding-left: .3rem;background: url(../images/icon-hex.svg)no-repeat center left;background-size: .24rem auto;}
.list3_tishi{display:flex;align-items:center;color:#7f8896;}
.list3_tishi .lal{margin-left:.1rem;align-items:center;display:flex;}
.list3_tishi span{width:.3rem;height:.2rem;display:inline-block;margin-left:.1rem;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;}
.list3_tishi .ch span{background-color:#53c3f1;}
.list3_tishi .usa span{background-color:#002c75;}
.index04{padding:1.4rem 0;background-repeat:no-repeat;background-size:cover;position:relative;}
.index04 .iconimg{display:block;position:absolute;right:-5%;top:-19%;background-image:url(../images/index4_icon01.png);background-repeat:no-repeat;width:14%;height:37%;opacity:.6;background-size:contain;}
.hbox4{display:flex;}
.hbox4 .left{width:1.2rem;}
.hbox4 .right{width:calc(100% - 1.2rem);}
.hbox4_main{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem;}
.hbox4_main .hbox4_l{width:35%;}
.hbox4_main .hbox4_r{width:55%;}
.hbox4_swiper{padding-bottom:1.4rem;position:relative;}
.hbox4_swiper .tit{color:#002c75;}
.hbox4_swiper .desc{color:#7f8896;line-height:1.66;margin-top:.3rem;}
.hbox4_swiper .swiper_box{position:absolute;bottom:0;left:0;display:flex;align-items:center;}
.hbox4_swiper .swiper_box .swiper_btn.next{margin-left:.2rem;}
.clist1 .citem{display:flex;align-items:center;transition: all .5s;}
.clist1 .imgbox{width:36%; padding-bottom: 24%; border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem; position: relative; overflow: hidden}
.clist1 .text_b{flex:1;padding-left:.5rem;}
.clist1 .imgbox img{width:100%;height:100%;position: absolute; object-fit: cover; -o-object-fit: cover; transition: 0.5s}
.clist1 .citem:not(:first-child){margin-top:.8rem;}
.clist1 .tit1{color:#002c75;line-height:1.5;}
.clist1 .desc{color:#7f8896;line-height:1.66;margin-top:.3rem;}
.clist1 .citem:hover .imgbox img{transform: scale(1.2)}
.clist1 .citem:hover{transform: translate(0,-.15rem);}
.footer{padding:1.2rem 0 0;position:relative;}
.footer_main{display:flex;flex-wrap:wrap;}
.footer_main .left{flex:1;margin-right:2%;}
.footer_main .center{color: #fff;line-height: .3rem;}
.footer_main .right{width:20%;min-width:3.2rem;display: none}
.footer_main .footer_navs{padding-top:.3rem;}
.footer_main .flogo img{height:.4rem;}
.footer_navs{display:flex;align-items:center;flex-wrap:wrap;}
.footer_navs .footer_nav{margin-right:.5rem;margin-top:.1rem;}
.footer_navs .fcpt{color:#fff;}
.footer_main .tel{color:#ffffff;line-height:1.3;letter-spacing:.02rem;white-space:nowrap;
text-align: right;}
.footer_main .links{margin-top:.2rem;}
.links{display:flex;align-items:center;justify-content:flex-end;}
.links .link{width:.46rem;height:.46rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border:.01rem solid rgba(255,255,255,.4);margin-left:.12rem;position:relative;}
.links .link>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-height:40%;opacity:.4;}
.links .wx_img{position:absolute;bottom:120%;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);width:1.2rem;height:1.2rem;padding:.1rem;background-color:#fff;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;display:none;}
.links .wx_img img{width:100%;height:100%;}
.links .link:hover{border-color:#fff;}
.links .link:hover>img{opacity:1;}
.links .link:hover .wx_img{display:block;}
.copyright{display:flex;flex-wrap:wrap;padding:.3rem 0;border-top:.01rem solid rgba(255,255,255,.4);justify-content:space-between;margin-top:1rem;}
.copyright .copy,.copyright .copy *{color:rgba(255,255,255,.5);line-height:1.3;margin:.1rem 0;}
.copyright .copy a:hover{color:#fff;}
.flinks{display:flex;align-items:center;}
.flinks a{margin:0 .2rem;position:relative;color:rgba(255,255,255,.4);}
.flinks a:last-child{margin-right:0;}
.flinks a + a::before{content:'';display:block;position:absolute;left:-.2rem;width:.04rem;height:.04rem;background-color:rgba(255,255,255,.4);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.flinks a:hover{color:#fff;}
.open_menu{width:.3rem;height:.2rem;position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);right:.15rem;display:none;cursor:pointer;z-index:10;}
.open_menu i{position:absolute;width:100%;height:1px;background:#fff;left:0;top:.1rem;margin-top:-.02rem;transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;}
.open_menu i:nth-child(1){margin-top:-.1rem;}
.open_menu i:nth-child(3){margin-top:.06rem;}
.open_menu.cur i:nth-child(2){display:none;}
.open_menu.cur i:nth-child(3){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);margin:0;}
.open_menu.cur i:nth-child(1){transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);margin:0;}
.header.white .open_menu i{background-color:#000;}
.profile01{padding:.8rem 0;}
.profile_main{background-image:url(../images/profile01_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.profile01 .profile_img{display:block;padding-bottom:6%;background-image:url(../images/zhou1.png);background-repeat:no-repeat;background-size:contain;}
.hbox5 .hbox2_main{margin-top:.5rem;}
.hbox2_main{display:flex;flex-wrap:wrap;justify-content:space-between;}
.hbox2_main .left{width:50%;}
.hbox2_main .editor{color:#7f8896;line-height:1.88;}
.hbox2_main .right{width:42.8%;}
.hbox2_main .imgbox{border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;overflow:hidden;box-shadow:0 0 .2rem rgba(0,44,117,.1);}
.hbox5 .list1{margin-top:.7rem;padding-bottom:.3rem;}
.hbox5 .list1 .item{width:auto;}
.hbox6 .imgbox{border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;box-shadow:0 0 .2rem rgba(0,44,117,.1);overflow:hidden;margin-top:1rem;}
.hbox6 .editor{color:#7f8896;line-height:1.88;margin-top:.9rem;}
.profile02{padding:1.6rem 0;background-image:url(../images/profile02_bg.jpg);background-repeat:no-repeat;background-size:cover;background-repeat:no-repeat;display: none}
.hbox7 .list4{margin-top:.6rem;}
.list4{display:flex;flex-wrap:wrap;}
.list4 .item{padding:.4rem .6rem;width:48.5%;position:relative;}
.list4 .item:not(:nth-child(2n+1)){margin-left:3%;}
.list4 .text_box{padding:.4rem 0;border-bottom:.01rem solid #f0f0f0;position:relative;}
.list4 .tit{color:#002c75;}
.list4 .cdesc{color:#002c75;line-height:1.875;margin-top:.2rem;}
.ul1{counter-reset:item 0;position:relative;}
.ul1 .li{display:flex;align-items:flex-start;padding:.4rem 0;}
.ul1 .li:hover .num{background-color:#002c75;}
.ul1 .li:hover .li_text{color:#002c75;}
.ul1 .li:not(:last-child){border-bottom:.01rem solid #f0f0f0;}
.ul1 .num{position:relative;min-width:.48rem;height:.22rem;background-color:#53c3f1;border-radius:.11rem;-webkit-border-radius:.11rem;-moz-border-radius:.11rem;-ms-border-radius:.11rem;-o-border-radius:.11rem;margin-top:.05rem;}
.ul1 .num::before{counter-increment:item;/* 每个列表项增加计数器值，但减去 1 */
 content:"0" counter(item);position:absolute;left:50%;top:50%;color:#fff;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);font-family:'barlow-semibold';}
.ul1 .li_text{margin-left:.2rem;color:#7f8896;line-height:1.88;min-height:.68rem;}
.list4 .list4_btn1{position:absolute;right:3%;bottom:2%;}
.list4_btn1{width:.7rem;height:.7rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#53c3f1;}
.list4_btn1 img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-height:40%;}
.list4 .item::before{content:'';display:block;position:absolute;background-image:url(../images/list4_itembg.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;height:104%;z-index:0;top:0;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.develop_main{background-image:url(../images/develop_main_bg.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden;}
.hbox8{padding:1.35rem 0;}
.hbox8 .title{text-align:center;color:#002c75;line-height:1.33;}
.hbox8 .editor{color:#7f8896;line-height:1.88;margin-top:.5rem;}
.hbox8 .hbox8_main{margin-top:.7rem;}
.hbox8_small{position:relative;}
.hbox8_small .swiper_btn{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%); z-index: 10;}
.hbox8_small .swiper_btn.prev{left:-8%;}
.hbox8_small .swiper_btn.next{right:-8%;}
.hbox8_small .item{display:flex;align-items:center;position:relative;padding:.4rem 0;justify-content:space-between;}
.hbox8_small .num{position:absolute;top:0;left:.7rem;font-size:3.4rem;color:rgba(3,45,116,.03);font-weight:700;line-height:.75;}
.hbox8_small .item .left{width:48%;position:relative;z-index:2;}
.hbox8_small .item .right{width:44.5%;position:relative;z-index:2;}
.hbox8_small .item .right .imgbox{border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;box-shadow:0 0 .2rem rgba(0,44,117,.1);overflow:hidden;padding-bottom: 62%;position: relative}
.hbox8_small .item .right .imgbox img{position: absolute;width: 100%;height: 100%;object-fit: cover}
.hbox8_small .tit{color:#032d74;border-bottom:.06rem solid #53c3f1;line-height:.75;font-size:1.2rem;display:inline-block;font-weight:700;}
.hbox8_small .ctit{color:#032d74;line-height:1.2;margin-top:.3rem;}
.hbox8_small .ctit p:not(:last-child){margin-bottom: .15rem;}
.hbox8_big{position:relative;}
.hbox8_big::before{content:'';display:block;position:absolute;right:100%;bottom:-.15rem;background-image:url(../images/team_icon03.png);background-repeat:no-repeat;padding-bottom:.25rem;width:16%;background-size:contain;background-position:center right;}
.hbox8_big::after{content:'';display:block;position:absolute;left:100%;bottom:-.15rem;background-image:url(../images/team_icon03.png);background-repeat:no-repeat;padding-bottom:.25rem;width:16%;background-size:contain;background-position:center left;}
.hbox8_big .swiper-slide{height:auto;}
.hbox8_big .item{text-align:center;display:flex;align-items:flex-end;height:100%;cursor:pointer;height:.7rem;}
.hbox8_big .num{color:#7f8896;line-height:1;padding-bottom:.25rem;background-image:url(../images/team_icon01.png);background-repeat:no-repeat;background-position:center bottom;width:100%;background-size:contain;}
.hbox8_big .swiper-slide-thumb-active .num{padding-bottom:.45rem;background-image:url(../images/team_icon02.png);font-size:.24rem;color:#032d74;font-weight:700;}
.honor01{background-image:url(../images/honor01_bg.jpg);background-repeat:no-repeat;background-size:cover;padding:1.3rem 0;}
.hbox9 .title{text-align:center;}
.hbox9 .hbox9_swiper{margin-top:.7rem;position:relative;}
.hbox9_swiper .swiper-slide{display:flex;align-items:flex-end;height:auto;position:relative;padding-bottom:1rem;}
.hbox9_swiper .item{background-image:url(../images/hbox9_swiper_bg.png);background-repeat:no-repeat;background-size:100% 100%;padding:6%;box-shadow:0 .2rem .3rem rgba(0,0,0,.1);border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;display:inline-block;}
.hbox9_swiper .imgbox{position:relative;display:inline-block;}
.hbox9_swiper .item_tit{color:#7f8896;text-align:center;display:none;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);width:100%;padding:0 .15rem;}
.hbox9_swiper .swiper-slide-active .item_tit{display:block;}
.hbox9_swiper .swiper_box{position:absolute;bottom:0;width:6rem;display:flex;align-items:center;justify-content:space-between;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);z-index:2;}
.swiper-pointer-events{touch-action:pan-y;}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper,.swiper-3d .swiper-container{perspective:1400px;}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}
.hbox9_swiper .swiper-slide{transform:translate3d(13%,3%,-110px) rotateY(-27deg) scale(.85);-webkit-transform:translate3d(13%,3%,-110px) rotateY(-27deg) scale(.85);-moz-transform:translate3d(13%,3%,-110px) rotateY(-27deg) scale(.85);-ms-transform:translate3d(13%,3%,-110px) rotateY(-27deg) scale(.85);-o-transform:translate3d(13%,3%,-110px) rotateY(-27deg) scale(.85);}
.hbox9_swiper .swiper-slide-prev.swiper-slide{transform:translate3d(-10%,4%,-110px) rotateX(0deg) rotateY(-20deg) scale(.9) !important;-webkit-transform:translate3d(-10%,4%,-110px) rotateX(0deg) rotateY(-20deg) scale(.9) !important;-moz-transform:translate3d(-10%,4%,-110px) rotateX(0deg) rotateY(-20deg) scale(.9) !important;-ms-transform:translate3d(-10%,4%,-110px) rotateX(0deg) rotateY(-20deg) scale(.9) !important;-o-transform:translate3d(-10%,4%,-110px) rotateX(0deg) rotateY(-20deg) scale(.9) !important;}
.hbox9_swiper .swiper-slide.swiper-slide-active{transform:unset !important;-webkit-transform:unset !important;-moz-transform:unset !important;-ms-transform:unset !important;-o-transform:unset !important;}
.hbox9_swiper .swiper-slide-next.swiper-slide{transform:translate3d(10%,4%,-110px) rotateX(0deg) rotateY(20deg) scale(.9) !important;-webkit-transform:translate3d(10%,4%,-110px) rotateX(0deg) rotateY(20deg) scale(.9) !important;-moz-transform:translate3d(10%,4%,-110px) rotateX(0deg) rotateY(20deg) scale(.9) !important;-ms-transform:translate3d(10%,4%,-110px) rotateX(0deg) rotateY(20deg) scale(.9) !important;-o-transform:translate3d(10%,4%,-110px) rotateX(0deg) rotateY(20deg) scale(.9) !important;}
.hbox9_swiper .swiper-slide-next.swiper-slide + .swiper-slide{transform:translate3d(-13%,3%,-110px) rotateY(27deg) scale(.85) !important;-webkit-transform:translate3d(-13%,3%,-110px) rotateY(27deg) scale(.85) !important;-moz-transform:translate3d(-13%,3%,-110px) rotateY(27deg) scale(.85) !important;-ms-transform:translate3d(-13%,3%,-110px) rotateY(27deg) scale(.85) !important;-o-transform:translate3d(-13%,3%,-110px) rotateY(27deg) scale(.85) !important;}
.duty_main{background-image:url(../images/duty_main_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.duty01{padding:1.3rem 0;}
.hbox10 .title{text-align:center;color:#002c75;line-height:1.3;}
.list5 .item{display:flex;align-items:center;margin-top:.8rem;flex-wrap:wrap;}
.list5 .imgbox{border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;
    width:42%;}
.list5 .text_box{width:58%;}
.list5 .item:nth-child(2n){flex-direction:row-reverse;}
.list5 .item:nth-child(2n) .text_box{padding-right:.7rem;}
.list5 .item:nth-child(2n+1) .text_box{padding-left:.7rem;}
.list5 .icon img{height:.7rem;}
.list5 .txt{margin-top:.3rem;}
.list5 .tit{color:#002c75;line-height:1.3;}
.list5 .ctit{color:#002c75;line-height:1.875;margin-top:.15rem;}
.list5 .editor{color:#7f8896;line-height:1.66;margin-top:.3rem;
    /* max-height:1.8rem; */
    padding-right:.4rem;}
.product01{padding:1.3rem 0;position: relative}
.product01::before{content: '';position: absolute;width: 100%;height: 100%;z-index: -1; background-image:url(../images/product01_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.hbox11 .list3_tishi{margin-top:.4rem;}
.hbox11 .list3_tishi .tishi .tit1{padding-left: .3rem;background: url(../images/icon-hex.svg)no-repeat center left;background-size: .24rem auto;margin-bottom: .1rem}
.hbox11 .list3_tishi .tishi .tit2{padding-left: .3rem;background: url(../images/icon-hex.svg)no-repeat center left;background-size: .24rem auto;}
.promsg .content{width:100%;}
.hbox12{position:relative;padding:.45rem 0.8rem;}
.hbox12::before{content:'';display:block;position:absolute;background-image:url(../images/hbox12_bg.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;z-index:0;top:0;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.hbox12 .i_top{display:flex;justify-content:space-between;padding:.2rem 0;position:relative;z-index:2;align-items:center;}
.hbox12 .list6{position:relative;z-index:2;padding:.2rem 0;border-bottom:.01rem solid #e8e9eb;border-top:.01rem solid #e8e9eb;}
.hbox12 .hbox12_main{position:relative;z-index:2;padding:.2rem 0;width:100%;max-width:6.4rem;}
.hbox12 .hbox12_main .hbox12_main_tit{
    color: rgba(0,44,117,.6);
    padding-bottom: .15rem;
}
.hbox12 .editor_box{padding:.2rem 0;}
.hbox12 .editor{color:#7f8896;line-height:1.66;position:relative;z-index:2;max-height:3rem;}
.hbox12_main .move_bar .bar::before{display:none;}
.hbox12 .i_tit{margin:.1rem 0;color:#002c75;}
.lables1{display:flex;}
.lables1 .lable{margin-left:.1rem;margin-top:.1rem;margin-bottom:.1rem;color:#53c3f1;padding:0 .2rem;line-height:.4rem;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;border:.01rem solid #53c3f1;cursor:pointer;}
.lables1 .lable.cur{background-color:#53c3f1;color:#fff;}
.list6{display:flex;align-items:center;}
.list6 .item:nth-child(1){width:51%;}
.list6 .item:nth-child(2){width:15%;}
.list6 .item:nth-child(3){width:30%;}
.list6 .item:not(:first-child){margin-left:2%;}
.list6 .lable{color:rgba(0,44,117,.6);line-height:1.8;}
.list6 .lable_tit{color:#002c75;line-height:1.5;margin-top:.15rem;}
.field01{padding:1.3rem 0;}
.hbox13{display:flex;flex-wrap:wrap;}
.hbox13 .left{width:30.5%;position:relative;
    /* background-image:url(../images/hbox13_img.png);
    background-position:bottom left;
    background-size:contain;background-repeat:no-repeat; */
}
@keyframes topbot {
    0%{
        transform: translate(0,-10px);
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
}
    50%{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
}
    100%{
        transform: translate(0,-10px);
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
}
}
.hbox13 .left i{
    position: absolute;
    display: block;
    width: 3.9rem;
    height: 3.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}
/* .hbox13.cur .left{background-image:url(../images/hbox13_img01.png);} */
.hbox13.cur .left i{
    width: 4.5rem;
    height: 3.4rem;
}
.hbox13 .right{width:68.5%;margin-left:1%;}
.hbox13 .title{color:#002c75;line-height:1.3;}
.hbox13 .editor{color:#7f8896;line-height:1.8;}
.hbox13 .imgbox{margin-top:.6rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;overflow:hidden;}
.hbox13 .imgbox img{
    transition: all .5s;
}
.hbox13 .imgbox:hover img{
    transform: scale(1.1);
}
.platform01{padding-top:1.3rem;background-image:url(../images/platform01_bg01.jpg);background-repeat:no-repeat;background-size:cover;}
.hbox14 .title{text-align:center;color:#fff;line-height:1.3;}
.hbox14 .hbox14_main{margin-top:.7rem;position:relative;margin-bottom:-1.6rem;}
.hbox14_main{background-color:#fff;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;box-shadow:0 0 .15rem rgba(0,0,0,.1);padding:4.3% 5.7%;display:flex;align-items:center;box-shadow:0 0 .15rem rgba(0,0,0,.1);}
.hbox14_main .left{width:77%;padding-right:5%;}
.hbox14_main .right{width:23%;}
.hbox14_main .editor{color:#7f8896;line-height:1.8;margin-top:.3rem;}
.platform_tit{color:#002c75;display:inline-block;position:relative;}
.platform_tit i{font-style:inherit;position:absolute;left:100%;top:0;color:#53c3f1;}
.platform02{padding:2.6rem 0 .5rem;background-image:url(../images/platform02_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.hbox15 .txt{text-align:center;}
.hbox15 .desc{color:#7f8896;line-height:1.88;margin-top:.2rem;}
.list7 .item{display:flex;margin-top:10%;align-items:flex-end;background-color:#fff;padding:.6rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;box-shadow:0 0 .15rem rgba(0,0,0,.1);}
.list7 .left{width:28.5%;position:relative;}
.list7 .left .imgbox{width:100%;position:absolute;bottom:0;left:0;right:0;height:auto;overflow:hidden;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;}
.list7 .left .imgbox img{width:100%;}
.list7 .right{flex:1;}
.list7 .text_box{padding-top:.4rem;}
.list7 .icon {display: none;}
.list7 .icon img{height:.7rem;}
.list7 .tit{color:#002c75;line-height:1.2;}
.list7 .ctit{color:rgba(0,44,117,.6);line-height:1.2;margin-top:.15rem;}
.list7 .editor{color:#7f8896;line-height:1.8;margin-top:.35rem;padding-right:.3rem;}
.list7 .item:nth-child(2n){flex-direction:row-reverse;}
.list7 .item:nth-child(2n+1) .right{padding-left:5%;}
.list7 .item:nth-child(2n) .right{padding-right:5%;}
.news_main{background-image:url(../images/news_main_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.news01{padding:1.3rem 0 .4rem;}
.hbox16_swiper{position:relative;}
.hbox16_swiper .item{display:flex;}
.hbox16_swiper .left{width:50%;}
.hbox16_swiper .left .imgbox img{width:100%;}
.hbox16_swiper .right{width:50%;padding-left:1.2rem;padding-bottom:.6rem;padding-top:.3rem;}
.hbox16_swiper .text_box{position:relative;height:100%;}
.hbox16_swiper .imgbox{border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;}
.hbox16_swiper .imgbox img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.hbox16_swiper .time{color:#7f8896;line-height:1.3;}
.hbox16_swiper .tit{color:#002c75;line-height:1.27;margin-top:.15rem;height:.9rem;overflow: hidden}
.hbox16_swiper .desc{color:#7f8896;line-height:1.66;margin-top:.4rem;height:.9rem;overflow: hidden}
.hbox16_swiper .hbox16_swiper_more{display:flex;align-items:center;color:#53c3f1;padding-right:1.45rem;position:absolute;bottom:0;width:100%;}
.hbox16_swiper .hbox16_swiper_more::after{content:'';display:block;flex:1;height:.01rem;background-color:#e8e9eb;margin-left:.2rem;}
.hbox16_swiper .swiper_box{width:1.45rem;display:flex;align-items:center;justify-content:space-between;position:absolute;right:0;bottom:.45rem;z-index:10;}
.hbox16_swiper .item:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);}
.news01 .list8{margin-top:.6rem;}
.list8 .item{display:flex;padding:.4rem 0;}
.list8 .left{width:25.8%;}
.list8 .imgbox{overflow:hidden;border-radius:.15rem;-webkit-border-radius:.15rem;-moz-border-radius:.15rem;-ms-border-radius:.15rem;-o-border-radius:.15rem;width:100%;}
.list8 .imgbox img{width:100%;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.list8 .right{width:69.2%;margin-left:5%;position:relative;display:flex;align-items:center;padding-bottom:2%;}
.list8 .right::before{content:'';display:block;position:absolute;width:100%;background-color:#e8e9eb;height:.01rem;bottom:0;}
.list8 .right::after{content:'';display:block;position:absolute;width:0;background-color:#53c3f1;height:.01rem;bottom:0;left:0;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.list8 .time{color:#7f8896;line-height:1.3;}
.list8 .tit{color:#002c75;line-height:1.42;margin-top:.2rem;}
.list8 .desc{color:#7f8896;line-height:1.66;margin-top:.2rem;}
.list8 .item:hover .right::after{width:100%;}
.list8 .item:hover .imgbox img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);}
.news02{padding:1rem 0 1.4rem;}
.news02 .list9{padding-bottom:.9rem;}
.list9 .item{display:flex;align-items:center;padding:.4rem 0;border-bottom:.01rem solid #e8e9eb;position:relative;}
.list9 .left{flex:1;}
.list9 .right{margin-left:.1rem;white-space:nowrap;}
.list9 .tit{color:#002c75;line-height:1.66;}
.list9 .time{color:#7f8896;line-height:1.66;}
.list9 .item::before{content:'';display:block;width:0;position:absolute;bottom:-.01rem;left:0;height:.01rem;background-color:#53c3f1;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;}
.list9 .item:hover::before{width:100%;}
.newsinfo_main{background-image:url(../images/newsinfo_main_bg.jpg);background-repeat:no-repeat;background-size:cover;}
.newsinfo01{padding:1.3rem 0;}
.hbox17 .hbox17_top{padding-bottom:.6rem;border-bottom:.01rem solid #e8e9eb;}
.hbox17 .hbox17_top h2{color:#002c75;line-height:1.3;}
.hbox17 .hbox17_top .time{color:#7f8896;line-height:1.66;margin-top:.2rem;}
.hbox17 .editor{padding:.4rem 0;border-top:.01rem solid #e8e9eb;border-bottom:.01rem solid #e8e9eb;color:#777;line-height:1.66;}
.hbox17 .editor img{border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;}
.go_links{display:flex;flex-wrap:wrap;justify-content:space-between;padding:.2rem 0;}
.go_links .left,.go_links .right{padding:.1rem 0;}
.go_links .go_link a{color:#7f8896;line-height:1.875;position:relative;}
.go_links .go_link a:hover{color:#002c75;border-bottom:.01rem solid #cdd2df;}
.hbox17 .hbox17_more{text-align:center;padding-top:.4rem;}
.bare01{padding:1rem 0;background-color:#f4f7fa;}
.tabs1{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;}
.tabs1 .tab{padding:.15rem .4rem;background-color:#fff;border-radius:.31rem;-webkit-border-radius:.31rem;-moz-border-radius:.31rem;-ms-border-radius:.31rem;-o-border-radius:.31rem;color:#7f8896;margin:.1rem .1rem;cursor:pointer;}
.tabs1 .tab.cur{color:#fff;background-color:#53c3f1;}
.bare01 .bare01_main{margin-top:.7rem;}
.bare01_swiper{position:relative;}
.bare01_swiper .swiper-slide{height:auto;}
.bare01_swiper .swiper_btn{top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);position:absolute;z-index:10;}
.bare01_swiper .swiper_btn.prev{left:-8%;}
.bare01_swiper .swiper_btn.next{right:-8%;}
.bare01_swiper .item{padding:.7rem .3rem 2.8rem;background-image:url(../images/bare01_swiper_bg.jpg);background-size:cover;background-repeat:no-repeat;display:block;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;overflow:hidden;height:100%;position:relative;}
.bare01_swiper .tit{color:#002c75;line-height:1.2;}
.bare01_swiper .time{color:#7f8896;line-height:1.875;margin-top:.1rem;}
.bare01_swiper .btn_box{text-align:right;position:absolute;bottom:.3rem;left:0;right:0;padding:0 .3rem;}
.bare01_swiper_btn{display:inline-block;padding-right:.3rem;background-image:url(../images/pdf_icon.png);background-repeat:no-repeat;background-position:center right;color:#53c3f1;line-height:1.66;background-size:contain;}
.bare01_swiper .item:hover{background-image:url(../images/bare01_swiper_bg_active.jpg);}
.bare01_swiper .item:hover .tit,.bare01_swiper .item:hover .time{color:#fff;}
.hbox18 .tishi{color:#7f8896;line-height:1.66;}
.hbox18 .filter{margin-top:.15rem;}
.filter{display:flex;justify-content:space-between;height:.8rem;flex-wrap:wrap;}
.filter .left{width:72.8%;display:flex;align-items:center;margin:.1rem 0;}
.filter .right{margin:.1rem 0;}
.time_picker{height:100%;background-color:#fff;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;overflow:hidden;padding:0 .3rem;}
.time_picker>div{border:none;height:100%;align-items:center;width:100%;}
.time_picker .el-date-editor .el-range-separator{display:flex;align-items:center;justify-content:center;color:#002c75;}
.time_picker .el-date-editor .el-range__icon{color:#002c75;}
.filter .time_picker{width:50%;}
.filter .search01{margin-left:.3rem;flex:1;}
.filter .year_box{height:100%;}
.search01{display:flex;height:100%;background-color:#fff;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;overflow:hidden;}
.search01 .input{flex:1;margin-right:.2rem;display:flex;align-items:center;padding:0 .3rem;}
.search01 .input input{width:100%;}
.search01 .input_btn{background-color:#53c3f1;padding:0 .335rem;color:#fff;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.search01 .input_btn span{position:relative;padding-right:.25rem;background-image:url(../images/search_btn01.png);background-position:center right;background-repeat:no-repeat;}
.year_box{display:flex;}
.year_box .year_tit{color:#7f8896;line-height:1.66;margin-right:.1rem;display:flex;align-items:center;}
.year_box .select{background-color:#53c3f1;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;max-width:1.5rem;padding:0 .2rem;display:flex;align-items:center;}
.year_box .select .el-input__inner{background-color:transparent;border:none;color:#fff;}
.year_box .select .el-input__inner::placeholder{color:#fff;}
.year_box .select .el-select .el-input .el-select__caret{color:#fff;}
.hbox18_txt{display:flex;align-items:center;border-top:.01rem solid #e8e9eb;justify-content:space-between;margin-top:.8rem;}
.hbox18_txt .all_cut{color:#7f8896;line-height:1.3;}
.labs1{display:flex;align-items:center;}
.labs1 .lab{color:#7f8896;padding:.2rem 0;position:relative;margin-right:.4rem;cursor:pointer;}
.labs1 .lab.cur::before{content:'';display:block;position:absolute;top:-.01rem;width:100%;height:.06rem;background-color:#53c3f1;}
.labs1 .lab.cur{color:#002c75;}
.hbox18 .list10{padding-bottom:1rem;}
.list10 .item{display:flex;padding:.35rem 0;border-bottom:.01rem solid #e8e9eb;align-items:center;}
.list10 .txt{flex:1;display:flex;align-items:center;}
.list10 .time{color:#7f8896;line-height:1.66;white-space:nowrap;}
.list10 .tit{color:#002c75;line-height:1.66;margin-left:.8rem;flex:1;}
.list10 .bare01_swiper_btn{white-space:nowrap;margin-left:.1rem;}
.govern01{padding:1.3rem 0;background-color:#f4f7fa;}
.hbox19 .title{text-align:center;color:#002c75;line-height:1.33;}
.hbox19 .hbox19_swiper{margin-top:.75rem;}
.hbox19_swiper{position:relative;}
.hbox19_swiper .swiper-slide{padding:.1rem;}
.hbox19_swiper .swiper_btn{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);z-index:10;}
.hbox19_swiper .swiper_btn.prev{left:-8%;}
.hbox19_swiper .swiper_btn.next{right:-8%;}
.hbox19_swiper .time{color:#7f8896;line-height:1.66;}
.hbox19_swiper .tit{color:#002c75;line-height:1.66;margin-top:.15rem;}
.hbox19_swiper .item{border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;overflow:hidden;background-image:url(../images/hbox19_swiper_bg.jpg);box-shadow:0 0 .15rem rgba(0,0,0,.1);display:block;padding:.6rem .4rem;}
.hbox19_swiper .hbox19_btn{margin-top:.7rem;}
.hbox19_btn{display:inline-block;padding-left:.35rem;background-image:url(../images/hbox19_btn.png);background-repeat:no-repeat;background-position:center left;background-size:contain;color:#002c75;}
.hbox19_swiper .item:hover{box-shadow:0 0 .15rem rgba(0,0,0,.15);}
.stock01{padding:1.45rem 0;}
.hbox20 .title{text-align:center;color:#002c75;line-height:1.3;}
.hbox20 .hbox20_main{margin-top:.7rem;}
.hbox20_main{background-repeat:no-repeat;background-size:cover;padding:1rem .95rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;}
.hbox20_main .hbox20_content{width:100%;max-width:600px;}
.hbox20_main .text_box{display:flex;align-items:flex-end;}
.hbox20_main .tit{color:#ffffff;line-height:1.3;}
.hbox20_main .price{color:#fff;line-height:.8;font-size:.9rem;margin-top:.15rem;}
.hbox20_main .right{margin-left:1rem;}
.hbox20_main .dlft{color:#fff;position:relative;padding-left:.2rem;}
.hbox20_main .dlft.cur::before{transform:translate(0,-50%) rotate(180deg);-webkit-transform:translate(0,-50%) rotate(180deg);-moz-transform:translate(0,-50%) rotate(180deg);-ms-transform:translate(0,-50%) rotate(180deg);-o-transform:translate(0,-50%) rotate(180deg);}
.hbox20_main .dlft::before{content:'';display:block;position:absolute;left:0;top:50%;background-image:url(../images/hbox20_img01.png);width:.12rem;height:.14rem;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.hbox20_main .tishi{color:#fff;padding-left:.26rem;background-image:url(../images/hbox20_img02.png);background-repeat:no-repeat;background-position:left 0 top .02rem;margin-top:.3rem;background-size:.17rem;}
.hbox20_main .stocks{margin-top:.3rem;}
.stocks{display:flex;padding:.3rem 0;border-bottom:.01px solid #fff;justify-content:space-between;}
.stocks .stock:not(:first-child){padding-left:2%;}
.stocks .pt{color:rgba(255,255,255,.5);}
.stocks .pb{color:#fff;margin-top:.15rem;}
.contact01{padding:1.4rem 0;}
.hbox21 .title{text-align:center;color:#002c75;}
.hbox21 .hbox21_main{margin-top:.7rem;}
.hbox21_main{display:flex;justify-content:space-between;}
.hbox21_main .left{width:71%;}
.hbox21_main .left .imgbox{width:100%;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;overflow:hidden;height:100%;}
.hbox21_main .left .imgbox img{width:100%;height:100%;object-fit:cover;}
.hbox21_main .right{width:22%;}
.list11{display:flex;flex-direction:column;height:100%;}
.list11 .item{margin-bottom: .2rem;}
.list11 .item:last-child{margin-bottom: 0;}
.list11 .icon img{height:.4rem;}
.list11 .tit{color:#7f8896;line-height:1.3;margin-top:.15rem;}
.list11 .cdesc{color:#002c75;line-height:1.8;margin-top:.1rem;}
.culture01{padding:1.4rem 0;background-image:url(../images/culture01_bg.jpg);background-repeat:no-repeat;}
.hbox22 .title{text-align:center;color:#002c75;line-height:1.3;}
.hbox22 .hbox22_main{margin-top:.8rem;}
.hbox22_main{display:flex;flex-wrap:wrap;}
.hbox22_main .left{width:50%;}
.hbox22_main .left .imgbox{width:100%;height:100%;overflow:hidden;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;}
.hbox22_main .left .imgbox img{width:100%;height:100%;object-fit:cover;}
.hbox22_main .right{width:50%;padding-left:1rem;}
.list12{display:flex;flex-direction:column;height:100%;}
.list12 .item{display:flex;align-items:center;height:20%;border-bottom:.01rem solid #e8e9eb;padding:3% 0;align-items:center;}
.list12 .icon{width:.5rem;height:.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#53c3f1;overflow:hidden;position:relative;}
.list12 .icon img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-height:40%;}
.list12 .item_tit{margin-left:.2rem;color:#002c75;}
.hbox23{margin-top:1.3rem;}
.hbox23 .title{text-align:center;color:#002c75;line-height:1.3;}
.hbox23 .item{position:relative;margin-top:.4rem;}
.hbox23 .imgbox{border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;}
.hbox23 .imgbox img{width:100%;}
.hbox23 .txt{position:absolute;right:-.4rem;bottom:-.4rem;background-color:#53c3f1;color:#fff;padding:.7rem;line-height:1.5;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;width:30%;}
.hbox23 .txt::before{content:'';display:block;width:100%;height:100%;background-image:linear-gradient(to bottom right,transparent 70%,#fff );position:absolute;right:0;bottom:0;}
.career01{padding:1.4rem 0;background-color:#f4f7fa;}
.hbox24_top{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.hbox24_top .title{color:#002c75;line-height:1.5;margin:.1rem 0;}
.hbox24_top .search_box{height:.6rem;max-width:500px;flex:1;}
.hbox24_top .search01 .input_btn span{padding-right:.2rem;height: 100%;}
.hbox24 .select_bars{margin-top:.7rem;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;box-shadow:0 0 .15rem rgba(0,0,0,.1);padding:.2rem .5rem;}
.select_bar{padding:.15rem 0;display:flex;}
.select_bar .select_tit{color:#002c75;line-height:1.6;white-space:nowrap;padding:.1rem .1rem;}
.select_bar .lables2{margin-left:.25rem;}
.lables2{display:flex;flex-wrap:wrap;}
.lables2 .lable{margin:.1rem 0;color:#7f8896;padding:.1rem .1rem;min-width:1.1rem;text-align:center;border:.01rem solid #e9eaec;margin-right:.15rem;border-radius:.22rem;-webkit-border-radius:.22rem;-moz-border-radius:.22rem;-ms-border-radius:.22rem;-o-border-radius:.22rem;cursor:pointer;}
.lables2 .lable.cur{background-color:#53c3f1;border-color:#53c3f1;color:#fff;}
.hbox24 .list13{margin-bottom:.9rem;margin-top:.4rem;}
.list13{border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;overflow:hidden;background-color:#fff;}
.list13 .item{display:flex;width:100%;justify-content:space-between;}
.list13 .lb{padding:.3rem .1rem;}
.list13 .item .lb{color:#fff;}
.list13 .lb:nth-child(1){width:28%;}
.list13 .lb:nth-child(2){width:20%;}
.list13 .lb:nth-child(3){width:18%;}
.list13 .lb:nth-child(4){width:18%;}
.list13 .lb:nth-child(5){width:12%;}
.list13 .item1.colorg{background-color:#002c75;padding:0 1rem;}
.list13 .i_top{display:flex;width:100%;justify-content:space-between;padding:0 1rem;cursor:pointer;align-items:center;flex-wrap:wrap;}
.list13 .i_top .lb{color:#7f8896;}
.list13 .i_txt{height:0;overflow:hidden;}
.list13 .item1.itemsingle .i_top{border-bottom:.02rem solid #f4f7fa;}
.list13 .item1.itemsingle:nth-child(2n+1){background-color:#fafbfd;}
.list13 .item1.cur .i_txt{height:auto;padding:.75rem 1rem;}
.list13 .sect_tit{color:#002c75;line-height:1.3;}
.list13 .editor{margin-top:.25rem;color:#7f8896;line-height:1.88;}
.list13 .section{margin-bottom:.6rem;}
.list13 .section.tj{display: none;}
.list13_btn{color:#7f8896;padding-right:.2rem;position:relative;width:fit-content;}
.list13_btn::before{content:'';display:block;position:absolute;right:0;top:50%;background-image:url(../images/list13_icon01.svg);transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);width:.12rem;height:.11rem;background-size:contain;}
.list13 .item1.cur .i_top .lb:nth-child(1){color:#53c3f1;}
.list13 .item1.cur .list13_btn{color:#53c3f1;}
.list13 .item1.cur .list13_btn::before{background-image:url(../images/list13_icon01_active.svg);transform:translate(0,-50%) rotate(90deg);-webkit-transform:translate(0,-50%) rotate(90deg);-moz-transform:translate(0,-50%) rotate(90deg);-ms-transform:translate(0,-50%) rotate(90deg);-o-transform:translate(0,-50%) rotate(90deg);}
.career_msg{display:none;}
.career_msg.cur{display:block;}
.career_msg .content{background-image:url(../images/tc_bg.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;max-width:900px;margin:0 auto;padding:1rem 2rem;}
.hbox25 .title{text-align:center;color:#002c75;line-height:1.3;}
.hbox25 .form_list{margin-top:.55rem;}
.form_list .item{padding:.25rem 0;border-bottom:.01rem solid #e8e9eb;display:flex;align-items:center;}
.form_list .lable{color:#002c75;}
.form_list .lable i{color:#53c3f1;display:inline-block;margin-left:.1rem;font-style:initial;}
.form_list .input{flex:1;margin-left:.2rem;}
.form_list .input input{width:100%;}
.form_list .item.file{justify-content:space-between;}
.file_box{display:flex;align-items:center;justify-content:flex-end;}
.file_box .file_tit{color:#002c75;padding:0 .2rem;border-right:.01rem solid #e8e9eb;}
.file_box .file_btn{position:relative;margin-left:.2rem;}
.file_box .file_btn input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;}
.file_box .file_txt{cursor:pointer;}
.hbox25 .form_btn{margin-top:.4rem;}
.contact02{background-repeat:no-repeat;background-size:cover;padding:1.4rem 0;}
.hbox26 .title{text-align:center;color:#002c75;line-height:1.5;}
.hbox26 .list14{margin-top:.7rem;box-shadow:0 .1rem .2rem rgba(0,0,0,.05);}
.list14{display:flex;flex-wrap:wrap;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;background-color:#fff;}
.list14 .item{width:25%;padding:.8rem .9rem;text-align:center;position:relative;}
.list14 .item + .item::before{content:'';display:block;position:absolute;left:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);width:.01rem;height:50%;background-color:#e8e9eb;}
.list14 .icon img{height:.75rem;}
.list14 .tit{color:#002c75;line-height:1.3;margin-top:.45rem;}
.list14 .desc{color:#7f8896;line-height:1.88;}
.contact02 .hbox27{margin-top:1.2rem;}
.hbox27{display:flex;flex-wrap:wrap;justify-content:space-between;}
.hbox27 .tit{color:#002c75;line-height:1.3;}
.hbox27 .lops{margin-top:.7rem;}
.lops .lop{margin-bottom:.35rem;}
.lops .lop_t{color:#7f8896;line-height:1.5;}
.lops .lop_d{color:#002c75;line-height:1.7;margin-top:.1rem;}
.lops .lop_d p:not(:last-child){padding-bottom: .15rem}
.hbox27 .left{width:41%;}
.hbox27 .right{width:50%;}
.form2{position:relative;padding:.9rem .8rem;}
.form2::before{content:'';display:block;width:100%;height:106%;background-image:url(../images/form2_bg.png);background-size:100% 100%;position:absolute;left:0;top:0;}
.form2 .form2_tit{text-align:center;color:#002c75;position:relative;}
.form2 .form_list2{margin-top:.4rem;}
.form_list2{display:flex;flex-wrap:wrap;position:relative;}
.form_list2 .item{display:flex;align-items:center;padding:.2rem 0;border-bottom:.01rem solid #e8e9eb;}
.form_list2 .input{margin-left:.1rem;}
.form_list2 .input input{width:100%;}
.form_list2 .lable{color:#002c75;white-space:nowrap;}
.form_list2 .lable i{color:#53c3f1;font-style:initial;margin-left:.1rem;}
.form_list2 .item.w50{width:48%;}
.form_list2 .item.w100{width:100%;}
.form_list2 .item.margin-l{margin-left:4%;}
.form2 .form2_box{margin-top:.4rem;position:relative;}
.form2_box{display:flex;align-items:center;justify-content:space-between;}
.form2_box .form2_btn{background-color:#53c3f1;min-width:2rem;line-height:.6rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;text-align:center;color:#fff;cursor:pointer;}
.form2_box .appr_d{display:flex;align-items:center;justify-content:flex-end;}
.form2_box .appr_d.pcur .act{
    background-color: #53c3f1;
    border-color: #53c3f1;
    position: relative;
}
.form2_box .appr_d.pcur .act::before{
    content: '';
    display: block;
    position: absolute;
    top: 0.03rem;
    border-top: .02rem solid #fff;
    border-right: .02rem solid #fff;
    right: .03rem;
    width: .1rem;
    height: .06rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.form2_box .act{width:.2rem;height:.2rem;border:.01rem solid #e8e9eb;}
.form2_box .appr_tit{color:#7f8896;margin-left:.1rem;}
.form2_box .appr_tit:hover{color:#002c75;}
.single01{padding:1.4rem 0;}
.single01 .title{text-align:center;color:#002c75;}
.single01 .editor{margin-top:.7rem;line-height:1.875;}
.site01{padding:1.4rem 0;}
.site01 .list25{display:flex;flex-wrap:wrap;}
.site01 .item{width:20%;margin-bottom:2%;}
.site01 .item .ctit{position:relative;padding-bottom:.2rem;}
.site01 .item .ctit a{color:#333;}
.site01 .item .clist25 .citem{margin-top:.25rem;}
.site01 .item .citem a{color:#555;}
.site01 .item .ctit::before{content:'';display:block;position:absolute;left:0;bottom:0;width:.25rem;height:.02rem;background-color:#001520;}
.site01 .item .citem a:hover{color:#53c3f1;}
/* 起始 */
@media (max-width:1600px){
.hbox8_small{padding: 0 6em;}
.hbox8_small .swiper_btn.prev{left:0;}
.hbox8_small .swiper_btn.next{right:0;}
}
@media (max-width:1459px){.list7 .left{width:25%;}
}
@media (max-width:1280px){.top_main .logo img{height:.3rem;}
.top_main{height:.8rem;}
.footer{padding:.8rem 0 0;}
.copyright{padding:.15rem 0;margin-top:.5rem;}
.index01{padding:.8rem 0 0;}
.index02{padding:.8rem 0;}
.index04{padding:.8rem 0;}
.index03{padding:.8rem 0;}
.hbox8{padding:.8rem 0;}
.honor01{padding:.8rem 0;}
.duty01{padding:.8rem 0;}
.product01{padding:.8rem 0;}
.product01::before{opacity: .5}
.field01{padding:.8rem 0;}
.news02{padding:.8rem 0;}
.stock01{padding:.8rem 0;}
.contact01{padding:.8rem 0;}
.culture01{padding:.8rem 0;}
.contact02{padding:.8rem 0;}
.hbox20 .hbox20_main{margin-top:.5rem;}
.newsinfo01{padding:.8rem 0;}
.platform01{padding-top:.8rem;}
.list5 .item{margin-top:.8rem;}
.site01{padding:.8rem 0;}
.single01 .editor{margin-top:.4rem;}
.bare01{padding:.8rem 0;}
.govern01{padding:.8rem 0;}
.single01{padding:.8rem 0;}
.hbox2 .list2{margin-top:1rem;}
.list2 .item{padding:.4rem .3rem .2rem;}
.list2 .list2_box{margin-top:.2rem;}
.conbox{overflow-x: auto; padding-bottom: .05rem;padding-left: .5rem}
.conbox::-webkit-scrollbar{width:100%;  height:4px;}
.conbox::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius:4px;}
.conbox::-webkit-scrollbar-thumb{ background: #53c3f1; border-radius:4px;}
.conbox::-webkit-scrollbar-thumb:hover{background: #53c3f1;}
.conbox::-webkit-scrollbar-corner{background:#53c3f1;}
/* .conboxs{width:150%;} */
.hbox3 .list3{margin-top:.5rem;}
.profile01,.profile02{padding:.8rem 0;}
.hbox5 .list1,.hbox6 .imgbox,.hbox6 .editor{margin-top:.8rem;}
.ul1 .li{padding:.2rem 0;}
.list4 .text_box{padding:.2rem 0;}
.hbox16_swiper .right{padding-left:.8rem;}
.news01{padding:.8rem 0 .4rem;}
.list9 .item{padding:.25rem 0;}
.tabs1 .tab{padding:.1rem .2rem;}
.bare01 .bare01_main{margin-top:.4rem;}
.bare01_swiper .swiper_btn.prev{left:0;}
.bare01_swiper .swiper_btn.next{right:0;}
.hbox19_swiper .swiper_btn.prev{left:0;}
.hbox19_swiper .swiper_btn.next{right:0;}
.filter{height:.45rem;}
.hbox18 .list10{padding-bottom:.8rem;}
.hbox19 .hbox19_swiper{margin-top:.45rem;}
.hbox20_main{padding:.6rem;}
.list11 .icon img{height:.3rem;}
.hbox21 .hbox21_main{margin-top:.4rem;}
.hbox22_main .right{padding-left:.5rem;}
.hbox22 .hbox22_main,.hbox23 .item{margin-top:.4rem;}
.hbox23{margin-top:.8rem;}
.hbox23 .txt{right:2%;bottom:2%;}
.career01{padding:.8rem 0;}
.hbox24 .select_bars{margin-top:.4rem;}
.list13 .item1.colorg,.list13 .item1.itemsingle .i_top{padding:0 .5rem;}
.list13 .item1.cur .i_txt{padding:.5rem .5rem;}
.hbox24 .select_bars{padding:.1rem .25rem;}
.hbox24_top .search_box{height:.5rem;}
.hbox24 .list13{margin-bottom:.4rem;margin-top:.2rem;}
.hbox26 .list14{margin-top:.4rem;}
.list14 .icon img{height:.55rem;}
.list14 .tit{margin-top:.25rem;}
.contact02 .hbox27{margin-top:1rem;}
}
@media (max-width:1024px){
.top_main{height:.7rem;}
.nav_main{display:none;}
.top_main{padding-right:.4rem;}
.open_menu{display:block;}
.nav_list{position:absolute;top:100%;display:block;width:100%;left:0;right:0;padding:0 .2rem;background-color:#fff;}
.nav_list .nav_item.pcur::before{content:'';display:block;position:absolute;top:.25rem;border-top:1px solid #555555;border-right:1px solid #555555;right:.18rem;width:.06rem;height:.06rem;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.nav_list .nav_item.ocur::before{transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);}
.nav_list .cpt{color:#333 !important;line-height:.4rem;padding:.15rem 0;}
.nav_box{position:static;transform:unset;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;}
.nav_list .nav_item{margin-right:0;border-bottom:1px solid #eee;}
.langs .lang{padding:.04rem .1rem;}
.top_search .icon{width:.3rem;background-size:.12rem;height:.3rem;}
.banner .banner_pagination .swiper-pagination-bullet{width:.3rem;height:.3rem;margin:0 .1rem;}
.banner .banner_pagination .swiper-pagination-bullet::before{width:.1rem;height:.1rem;}
.banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:.12rem;height:.12rem;}
.banner .banner_pagination{bottom:.1rem;}
.footer{padding-top:.4rem;}
.footer_navs .footer_nav{margin-right:.5rem;}
.footer_main .flogo img{height:.3rem;}
.list1 .year{font-size:.5rem;}
.hbox1_main .list1{padding:1.2rem 0 .3rem;}
.index01{padding:.4rem 0 0;}
.list2 .icon{opacity: .5}
.bare01{padding:.4rem 0;}
.index02{padding:.4rem 0;}
.index04{padding:.4rem 0;}
.index03{padding:.4rem 0;}
.news02{padding:.4rem 0;}
.stock01{padding:.4rem 0;}
.contact01{padding:.4rem 0;}
.single01{padding:.4rem 0;}
.culture01{padding:.4rem 0;}
.hbox20 .hbox20_main{margin-top:.3rem;}
.newsinfo01{padding:.4rem 0;}
.govern01{padding:.4rem 0;}
.news02 .list9{padding-bottom:.4rem;}
.hbox8{padding:.4rem 0;}
.platform01{padding-top:.4rem;}
.honor01{padding:.4rem 0;}
.product01{padding:.4rem 0;}
.field01{padding:.4rem 0;}
.hbox2 .list2{margin-top:.4rem;}
.duty01{padding:.4rem 0;}
.site01{padding:.4rem 0;}
.list5 .item{margin-top:.4rem;}
.career01{padding:.4rem 0;}
.hbox24 .select_bars{margin-top:.25rem;}
.list2 .list2_box{padding-right:0;}
.list2 .desc{margin-top:.1rem;}
.hbox4_swiper{padding-bottom:.8rem;}
.clist1 .tit1{font-size:.2rem;}
.clist1 .desc{margin-top:.1rem;font-size:.15rem;}
.clist1 .text_b{padding-left:.2rem;}
.clist1 .citem:not(:first-child){margin-top:.25rem;}
.profile01,.profile02{padding:.4rem 0;}
.hbox5 .list1,.hbox6 .imgbox,.hbox6 .editor{margin-top:.4rem;}
.list4 .item{padding:.2rem .4rem;}
.ul1 .li{padding:.15rem 0;}
.list4_btn1{width:.4rem;height:.4rem;}
.hbox8_small .tit{font-size:.8rem;}
.hbox8_small .num{font-size:1.5rem;left: .5rem}
.hbox8 .hbox8_main{margin-top:.4rem;}
.hbox8 .editor{margin-top:.3rem;}
.list5 .item:nth-child(2n+1) .text_box{padding-left:.4rem;}
.list5 .item:nth-child(2n) .text_box{padding-right:.4rem;}
.list5 .icon img{height:.45rem;}
.list5 .txt{margin-top:.3rem;}
.list5 .editor{margin-top:.2rem;}
.single01 .editor{margin-top:.2rem;}
.hbox12{padding:.4rem;}
.hbox13{display:block;}
.hbox13 .left{width:100%; padding-top: 2rem;}
.hbox13 .right{width:100%;margin-left:0; margin-top: .2rem;}
.hbox13 .imgbox{margin-top:.4rem;}
.list7 .icon img{height:.5rem;}
.list7 .item{margin-top:.5rem;padding:.3rem;}
.list7 .text_box{padding-top:.2rem;}
.list7 .editor{margin-top:.2rem;}
.list7 .left .imgbox{position:static;}
.hbox14_main .editor{margin-top:.2rem;}
.hbox14 .hbox14_main{margin-top:.5rem;}
.hbox16_swiper .desc{margin-top:.2rem;}
.list8 .item{padding:.2rem 0;}
.hbox16_swiper .right{padding-left:.4rem;padding-bottom:.25rem;padding-top:.1rem;}
.hbox16_swiper .swiper_box{bottom:.15rem;width:1rem;}
.hbox16_swiper .hbox16_swiper_more{padding-right:1rem;}
.hbox16_swiper .tit{height:0.64rem;}
.news01{padding:.4rem 0 .4rem;}
.hbox17 .hbox17_top{padding-bottom:.4rem;}
.go_links{padding:.1rem 0;}
.hbox17 .hbox17_more{padding-top:.2rem;}
.bare01 .bare01_main{margin-top:.3rem;}
.bare01_swiper .item{padding:.5rem .3rem 1.3rem;}
.filter{height:.4rem;}
.hbox18_txt{margin-top:.4rem;}
.list10 .tit{margin-left:.4rem;}
.hbox18 .list10{padding-bottom:.4rem;}
.list10 .item{padding:.2rem 0;}
.hbox19_swiper .item{padding:.3rem .25rem;}
.hbox19_swiper .hbox19_btn{margin-top:.45rem;}
.hbox19 .hbox19_swiper{margin-top:.25rem;}
.hbox20_main{padding:.4rem;}
.stocks{padding:.15rem 0;margin-top:.15rem;}
.hbox20_main .price{font-size:.7rem;}
.hbox22 .hbox22_main,.hbox23 .item{margin-top:.25rem;}
.hbox23{margin-top:.25rem;}
.hbox23 .txt{padding:.4rem;}
.list12 .icon{width:.35rem;height:.35rem;}
.list13 .item1.colorg,.list13 .item1.itemsingle .i_top{padding:0 .25rem;}
.list13 .item1.cur .i_txt{padding:.5rem .25rem;}
.list13 .lb{padding:.2rem .1rem;}
.list13 .section{margin-bottom:.4rem;}
.form2{padding:.5rem .4rem .8rem;}
.form_list2 .item{padding:.1rem 0;}
.form2_box .form2_btn{min-width:1.5rem;line-height:.4rem;}
.form2 .form2_box{margin-top:.2rem;}
.form2 .form_list2{margin-top:.2rem;}
.lops .lop{margin-bottom:.2rem;}
.hbox27 .lops{margin-top:.3rem;}
.list14 .item{padding:.5rem .2rem;}
.contact02{padding:.4rem 0;}
.contact02 .hbox27{margin-top:.8rem;}
.hbox8_small{padding: 0 4em;}
.conboxs {width: 150%;}
.list3 .t1:nth-child(1){min-width:0.8rem;width:0.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(2){min-width:0.8rem;width:0.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(3){min-width:0.8rem;width:0.8rem;margin-right:.3rem;}
.list3 .t1:nth-child(4){min-width:0.8rem;width:0.8rem;margin-right:.3rem;}
.list3 .pitem .span {
    font-size: .15rem;
}
}
@media (max-width:900px){.filter{height:auto;}
.filter .left,.filter .right{width:100%;}
.year_box .select{max-width:2rem;}
.filter .left{flex-wrap:wrap;}
.filter .time_picker{width:100%;height:.8rem;}
.filter .search01{flex:unset;width:100%;margin-left:0;margin-top:.1rem;height:.6rem;}
.filter .right{margin-top:.1rem;}
.search01 .input_btn span{background-size:.2rem;}
.filter .year_box{justify-content:flex-end;height:.6rem;}
/* .conboxs{width:200%;} */
}
@media (max-width:768px){.banner .imgbox{padding-bottom:320px;}
.nav_list .nav_item.cur .cpt::before{top:unset;bottom:0;}
.hbox1_main .list1{padding:.4rem 0 .2rem;}
.list2 .item{padding:.1rem .3rem .1rem;}
.hbox4_main{flex-wrap:wrap;}
.hbox4_main .hbox4_l{width:100%;}
.hbox4_main .hbox4_r{width:100%;margin-top:.3rem;}
.move_bar .bar span{height:.2rem;}
.hbox5 .list1,.hbox6 .imgbox,.hbox6 .editor{margin-top:.25rem;}
.hbox5 .hbox2_main{margin-top:.25rem;}
.hbox9_swiper .swiper-slide{padding-bottom:.8rem;}
.hbox9_swiper .item_tit{font-size:.18rem;}
.hbox9 .hbox9_swiper{margin-top:.3rem;}
.hbox16_swiper .left{width:100%;}
.hbox16_swiper .item{flex-wrap:wrap;}
.hbox16_swiper .right{width:100%;padding:.15rem 0;}
.hbox16_swiper .tit{height:auto;}
.hbox16_swiper .text_box{padding-bottom:.4rem;}
.hbox16_swiper .swiper_box{bottom:.1rem;}
.news01 .list8{margin-top:.25rem;}
.list8 .item{flex-wrap:wrap;}
.list8 .left{width:100%;}
.list8 .right{width:100%;margin:.15rem 0 0;}
.hbox16_swiper .desc{height:auto;}
.list9 .item{flex-wrap:wrap;padding:.15rem 0;}
.list9 .left{flex:unset;width:100%;}
.list9 .right{width:100%;margin-left:0;text-align:right;}
.hbox17 .hbox17_top{padding-bottom:.2rem;}
.hbox17 .hbox17_top .time{margin-top:.1rem;}
.hbox17 .editor{padding:.2rem 0;}
.bare01_swiper_btn{background-size:.24rem;}
.hbox20_main .tishi{background-position:left 0 top .1rem;}
.hbox21_main .left{width:100%;}
.hbox21_main .right{width:100%;}
.hbox21_main{flex-wrap:wrap;}
.list11{flex-direction:unset;flex-wrap:wrap;}
.list11 .item{margin-top:.3rem;width:100%;}
/* .list11 .item:not(:nth-child(2n+1)){margin-left:2%;} */
.hbox23 .txt{padding:.15rem;font-size:.18rem;}
.lables2 .lable{min-width:.8rem;padding:.05rem .05rem;}
.career_msg .content{padding:.5rem 1.2rem;}
.hbox25 .form_list{margin-top:.2rem;}
.hbox26 .list14{margin-top:.2rem;}
.list14 .item{padding:.25rem .2rem;}
.list14 .icon img{height:.3rem;}
.contact02 .hbox27{margin-top:.4rem;}
.site01 .list25{flex-wrap:wrap;}
.site01 .item .ctit{display:inline-block;}
.site01 .list25 .item{width:33.33%;margin-bottom:.15rem;}
/* .conboxs{width: 250%;} */
.obs .ob {
    font-size: .12rem;
    padding: 0 .05rem;
}
}
@media (max-width:640px){.footer_main .left{width:100%;flex:unset;margin-right:0;}
.footer_main .right{width:100%;margin-top:.2rem;}
.links{justify-content:center;}
.footer_main .tel{text-align:center;}
.footer_navs{justify-content:center;}
.footer_navs .footer_nav{margin-right:.1rem;}
.footer_main .flogo{text-align:center;}
.flinks{justify-content:center;width:100%;}
.flinks a{margin:0 .2rem !important;}
.copyright{margin-top:.2rem;}
.copyright .copy,.copyright .copy *{text-align:center;}
.hbox1 .desc{margin-top:.3rem;}
.hbox1 .base_btn{margin-top:.3rem;}
.list2 .item{width:100%;padding:.3rem .5rem;}
.list2{flex-wrap:wrap;}
.list2 .item:not(:nth-child(3n+1)){margin-left:0;}
.list2 .list2_btn1{right:.3rem;bottom:.1rem;}
.list3{width:100%;}
.list3 .capto.bg{margin-bottom: .5rem;}
.list3 .t1{/* width:49% !important; */margin:.05rem 0;}
/* 
.list3 .capto{flex-wrap:wrap;width:100%;padding:.1rem 0;}
.list3 .t1:not(:nth-child(2n+1)){margin-left:2%;}
.list3 .t1:nth-child(1){margin-right:0;}
.list3 .t1:nth-child(2){margin-right:0;}
.list3 .t1:nth-child(3){margin-right:0;}
.list3 .t1:nth-child(4){margin-right:0;}
.list3 .pitem .span::before,.list3 .pitem .span::after,.move_bar.kcur::before,.move_bar .bar::before{display:none;}
 */
 .list3 .t1:nth-child(1){min-width:.5rem;width:1rem;margin-right:.1rem;}
.list3 .t1:nth-child(2){min-width:.5rem;margin-right:.1rem;}
.list3 .t1:nth-child(3){min-width:.5rem;width:.5rem;margin-right:.1rem;}
.list3 .t1:nth-child(4){min-width:.5rem;width:.5rem;margin-right:.1rem;}

.obs .ob{        font-size: .13rem;
    padding: 0 .01rem;}
.list3 .pitem{padding:0;}
.hbox3 .list3_tishi{margin-top:.35rem;}
.hbox3 .hbox3_more{padding-top:.3rem;}
/* .list3 .pitem{flex-wrap:wrap;} */
.list3 .capto.bg .t1 {
    /* margin: 0; */
    font-size: .14rem;
}
.list3 .pitem .span{
    line-height: 1.5;
    padding: 5px;
}
.list3 .obs{margin-top:-0.5rem;}
.hbox3 .left,.hbox1 .left,.hbox2 .left{width:.6rem;}
.hbox3 .right,.hbox1 .right,.hbox2 .right{width:calc(100% - .6rem);}
.hbox1_main .imgbox{display:none;}
.hbox2_main .left{width:100%;}
.hbox2_main .right{width:100%;margin-top:.15rem;}
.list4 .item{width:100%;margin-bottom:.2rem;}
.list4 .item:not(:nth-child(2n+1)){margin-left:0;}
.hbox7 .list4{margin-top:.2rem;}
.ul1 .num{margin-top:.09rem;}
.ul1 .num::before{font-size:.2rem;}
.list4_btn1{width:0.55rem;height:.55rem;}
.hbox8_big::before{bottom:-.09rem;}
.hbox8_small .item{flex-wrap:wrap;}
.hbox8_small .item .left{width:100%;}
.hbox8_small .item .right{width:100%;margin-top:.2rem;}
.list5 .imgbox{width:100%;}
.list5 .text_box{padding:.2rem !important;width:100%;}
.list5 .item:nth-child(2n){flex-direction:row;}
.promsg .content .inner{padding:0;}
.hbox12{padding:.2rem .2rem .8rem;}
.hbox12 .editor{max-height:2rem;}
.hbox12 .i_top{padding:.15rem 0;}
.hbox14_main .left{width:100%;padding-right:0;}
.hbox14 .hbox14_main{flex-wrap:wrap;}
.hbox14_main .right{width:50%;margin:.2rem auto 0;}
.platform02{padding:2rem 0 .4rem;}
.list7 .item{flex-wrap:wrap;}
.list7 .left{width:100%;}
.list7 .right{padding:.15rem 0 0 !important;}
.list7 .editor{max-height:unset;}
.list7 .left .imgbox{position:static;height:4.5rem;}
.hbox22_main .left{width:100%;}
.hbox22_main .right{width:100%;padding:.25rem 0 0;}
.hbox24_top{flex-wrap:wrap;}
.hbox24_top .search_box{width:100%;flex:unset;margin-top:.15rem;}
.select_bar{flex-wrap:wrap;}
.select_bar .select_tit{width:100%;}
.select_bar .lables2{width:100%;margin:.15rem 0 0;}
.list13 .item{flex-wrap:wrap;}
.list13 .section.tj{display:flex; flex-wrap: wrap;}
.list13 .section.tj span{padding: .05rem .1rem; background: #f8f8f8; border-radius: .05rem; margin: .1rem 0; margin-right: .2rem;}
.list13 .lb:nth-child(1){width:70%;}
.list13 .lb:nth-child(2),
.list13 .lb:nth-child(3),
.list13 .lb:nth-child(4){display: none;}
.list13 .lb:nth-child(5){width:30%;}
.career_msg .content{padding:.5rem .8rem;}
.file_box .file_tit{max-width:2.2rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;}
.list14 .item{width:50%;}
.list14 .item:nth-child(2n+1):before{display:none;}
.hbox27 .left{width:100%;}
.hbox27 .right{width:100%;margin-top:.2rem;}
.site01 .list25 .item{width:50%;}
.hbox13 .left i{
    width: 2.9rem;
    height: 2.1rem;
    display: none;
}
.hbox13.cur .left i {
    width: 3.5rem;
    height: 2.4rem;
    display: none;
}
.hbox13 .left{
    padding-top: 0;
}
}

body.cur{
    overflow: hidden;
}

.home_hbox2_main{display: block;}
.home_hbox2_main .left{width: 100%;}

.hbox11none .list3 .t1:nth-child(5) {
    
}

.hbox11none .list3 .t1:nth-child(4) {
    
}
