*{padding:0;margin:0;text-decoration:none;font-family:"Microsoft Yahei","Arial","sans-serif","SimHei","SimSun"!important;}
img{border:none;max-width:100%;vertical-align:middle;}
a,img{-webkit-touch-callout:none;}
img[alt]{color:#fff;font-size:0em;}
li{list-style:none;}
textarea{resize:none;}
button,a,input,textarea{outline:none;overflow:visible;-webkit-tap-highlight-color:rgba(255,255,255,0);}
.clearfix:after{content:".";font-size:0em;display:block;height:0;visibility:hidden;clear:both;}
.clearfix{zoom:100%;}
.ub{display:-webkit-flex;display:flex;}
.uf{flex:1 1 0;}
.txtToPointer{display:block;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.guodu{-o-transition:all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}

html{-webkit-text-size-adjust: none;}
body{-webkit-overflow-scrolling: touch;}
html,body{overflow-x:hidden;}
body{max-width:1920px;margin:0 auto;}

.fl{float:left;}
.fr{float:right;}
.maxWidth{width:19rem;margin:0 auto;}

.ui-sortable{border:none!important;box-shadow:0 0 1px #ccc inset;}
.eps-portlet-header{position:relative;}
.eps-portlet-header .eps-shadow{left:10px!important;top:10px!important;}




/*公共头部*/
.header{position:absolute;left:0;top:0;z-index:800;width:100%;background-image:-ms-linear-gradient(rgba(0,0,0,0.3) 50%,transparent);background-image:-webkit-linear-gradient(rgba(0,0,0,0.3) 50%,transparent);background-image:linear-gradient(rgba(0,0,0,0.3) 50%,transparent);}
.header .top{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0.25rem 0;}
.header .top .left,
.header .top .right,
.header .top .right a{font-size:0.2rem;color:#fff;}
.header .top .right{display:flex;flex-wrap:wrap;align-items:center;}
.header .top .right .liP{margin-left:0.2rem;}
.header .top .right .liP:first-child{margin-left:0;}

.header .top .right .txt a{padding: 0.1rem 0.15rem;border-radius: 0.4rem;background: rgba(0,0,0,.3);color: #fff;display:inline-block;}


.header .bottom .backgroundCol{display:flex;flex-wrap:wrap;align-items:center;background:#fff;padding: 0 0.25rem;border-radius: 0.08rem;position:relative;}
.header .bottom .backgroundCol h1{flex:0 0 5.5rem;}
.header .bottom .backgroundCol h1 a,
.header .bottom .backgroundCol h1 a img{display:block;width:100%;}
.header .bottom .backgroundCol .nav{flex:1;display:flex;flex-wrap:wrap;align-items:center;padding-left:1.4rem;}
.header .bottom .backgroundCol .nav .navTop{display:none;background:#183996;padding:15px 20px;cursor:pointer;}


.header .bottom .backgroundCol .nav .ul_one{display:flex;flex-wrap:wrap;}
.header .bottom .backgroundCol .nav .ul_one .li_one{position:relative;z-index:50;}
.header .bottom .backgroundCol .nav .ul_one .slideDown{opacity: 0;visibility: hidden;width: 2.4rem;position: absolute;left: -0.5rem;top:1.3rem;z-index: 50;padding: 0.125rem 0;transition: all 0.5s linear 0s;}
.header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg{background: #fff;padding:0.2rem 0;box-shadow: 0px 16px 20px -13px rgba(0,0,0,.3);border-radius: 0.025rem;}
.header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg .item a{display: block;font-size: 0.24rem;color: #333;line-height:0.56rem;text-align: center;}
.header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg .item a:hover{background:#0e1eb6;color:#fff;}
.header .bottom .backgroundCol .nav .ul_one .li_one:hover .slideDown{opacity:1;visibility:visible;top:1.12rem;}
.header .bottom .backgroundCol .nav .ul_one{flex:1;}
.header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p a{display:block;text-align:center;line-height:1.125rem;font-size:0.25rem;color:#070b2d;padding:0 0.26rem;}
.header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p .arrow{display:none;}
.header .bottom .backgroundCol .nav .sousuoBtn{width:1rem;}
.header .bottom .backgroundCol .nav .sousuoBtn a,
.header .bottom .backgroundCol .nav .sousuoBtn a img{display:block;width:100%;}
.header .bottom .backgroundCol .lineBox{width:100%;position:absolute;bottom:0.15rem;right:0;}
.header .bottom .backgroundCol .lineBox .lineMove{margin-left:7.14rem;}
.header .bottom .backgroundCol .lineBox .lineMove span{display:block;position:relative;text-align:center;}
.header .bottom .backgroundCol .lineBox .lineMove span img{width: 0.625rem;margin:0 auto;}
.header .spMenu{display:none;}

.websiteLoading{display:none;}
.websiteLoading .websiteLoadingOut{position:fixed;width:100%;height:100%;background:rgba(255,255,255,0.3);left:0;top:0;z-index:9999;display:flex;align-items:center;justify-content:center;}
.websiteLoading .box .icon{text-align:center;}
.websiteLoading .box .txt{font-size:12px;color:#8a8a8a;margin-top:5px;}
.websiteLoading .box .icon svg{
    animation:rotate 2s linear infinite;
    transform-origin:center center;
}
.websiteLoading .box .icon svg circle{
    stroke-dasharray:1,200;
    stroke-dashoffset:0;
    animation:dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap:round
}

@keyframes rotate{
    to {
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}

@keyframes dash{
    0% {
        stroke-dasharray:1,200;
        stroke-dashoffset:0
    }
    50% {
        stroke-dasharray:89,200;
        stroke-dashoffset:-35
    }
    to {
        stroke-dasharray:89,200;
        stroke-dashoffset:-124
    }
}

@keyframes color{
    0%,
    to {
        stroke:#d62d20
    }
    40% {
        stroke:#0057e7
    }
    66% {
        stroke:#008744
    }
    80%,
    90% {
        stroke:#ffa700
    }
}

/*确认退出*/
.ivu-poptip-rel{position:relative;width:100%;}
.ivu-poptip-rel .ivu-poptip-popper{width:4rem;display:none;position:fixed;left:50%;top:50%;transform: translate(-50%,-50%);visibility: visible;font-size: 12px;z-index: 1060;color:#333;}
.ivu-poptip-rel .ivu-poptip-inner{background-color: #fff;background-clip: padding-box;border-radius: 4px;box-shadow: 0 1px 6px rgba(0,0,0,.2);padding: 0.4rem}
.ivu-poptip-rel .ivu-poptip-body{margin-bottom: 0.4rem;text-align: center;}
.ivu-poptip-rel .ivu-poptip-footer{text-align: center;}
.ivu-poptip-rel .ivu-poptip-footer .ivu-btn-text{color:#495060;background-color:transparent;border-color:transparent;cursor:pointer;padding:2px 7px;font-size:0.2rem;border-radius:3px;}
.ivu-poptip-rel .ivu-poptip-footer .ivu-btn-primary{color:#fff;background-color:#2d8cf0;margin-left:4px;display:inline-block;margin-bottom: 0;font-weight:400;text-align:center;vertical-align:middle;border: 1px solid transparent;cursor: pointer;padding:3px 7px;font-size:0.2rem;border-radius:3px;}
.ivu-poptip-rel .ivu-icon{font-size:0.2rem;font-style:normal;width:16px;height:16px;text-align:center;line-height:16px;border-radius:50%;background:#f90;color:#fff;display: inline-block;margin-right:6px;}
.ivu-poptip-body-message{font-size: 0.2rem;}


/*二级banner*/
.erji{position:relative;}
.erji .erji_banner{position:relative;}
.erji .erji_banner .erji_banner_img{text-align:center;overflow:hidden;width:100%;}
.erji .erji_banner .erji_banner_img img{display:block;width:100%;min-height:6rem;object-fit:cover;animation: zoomIn ease-out 5s;}
@keyframes zoomIn {
    from {
        opacity: 0.9;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    50% {
        opacity: 1;
    }
}

.erji .erji_banner .erji_banner_title{position:absolute;left:0;bottom:50%;margin-bottom:-1.8rem;width:100%;z-index:30;}
.erji .erji_banner .erji_banner_title .line{width:1.25rem;}
.erji .erji_banner .erji_banner_title h2{font-size: 0.675rem;color:#fff;font-weight:normal;margin:0.35rem 0;}
.erji .erji_banner .erji_banner_title .english{font-size: 0.375rem;color:#fff;}
.erji .erji_banner .blackTitle h2,
.erji .erji_banner .blackTitle .english{color:#333333;}

.erji .erji_banner .bg{position:absolute;left:0;bottom:0;width:100%;z-index:1;}
.erji .erji_banner .bg img{display:block;width:100%;}

/*面包屑导航*/
.mbx{padding:0.375rem 0;}
.mbx,
.mbx *{font-size:0.225rem;color:#565863;}

/*新闻列表0725*/
.newsPicList .newsList{}
.newsPicList .newsList li{ padding:.4rem 0; border-bottom:1px solid #e8eaf2;}
.newsPicList .newsList a,
.newsPicList .newsList a span{ display:block;}
.newsPicList .newsList a span{ float:left;}
.newsPicList .newsList .datexw{background:#f7f8fa; margin-right:.5rem; padding:.25rem 0; width:1.325rem;}
.newsPicList .newsList .datexw em,
.newsPicList .newsList .datexw i{ font-style:normal; display:block; text-align:center; line-height:140%;}
.newsPicList .newsList .datexw em{ color:#a4a4a4; font-size:.45rem; font-weight: bold;}
.newsPicList .newsList .datexw i{ color:#c7cad3; font-size:.2rem;}
.newsPicList .newsList .titlexw,
.newsPicList .newsList .summaryxw{width:80%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.newsPicList .newsList .titlexw{ color:#070b2d; font-size:.25rem;font-weight: bold; line-height:200%;margin-top:.2rem;}
.newsPicList .newsList .summaryxw{color:#9597a0; font-size:.2rem;line-height:200%;}


/*通用分页*/
.fenye{display:flex;flex-wrap:wrap;justify-content:center;margin:0.75rem 0;}
.fenye .fenCenter{display:flex;flex-wrap:wrap;align-items:center;}
.fenye .fenCenter .pageFirst {margin-right:0.25rem;}
.fenye .fenCenter .pageFirst span{font-size:0.225rem;color:#333;}
.fenye .fenCenter .pageFirst span b{font-weight:normal;margin:0 5px;}
.fenye .fenCenter .pageWrap{font-size:0em;display:flex;flex-wrap:wrap;align-items:center;}
.fenye .fenCenter .pageWrap a,
.fenye .fenCenter .fenTal font{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0.05rem 0.2rem;height:0.35rem;line-height:0.35rem;margin:0 2px 0 0;background-color:#fff;color:#333;font-size:0.225rem;border: 1px solid #e2e2e2;}
.fenye .fenCenter .fenTal{display:inline-block;}
.fenye .fenCenter .fenTal span{display:none!important;width:0!important;}
.fenye .fenCenter .fenTal font{background:#1d3993;color:#fff;}
.fenye .fenCenter .jumpPage{margin-left:0.125rem;font-size:0.225rem;display:flex;flex-wrap:wrap;align-items:center;}
.fenye .fenCenter .jumpPage span{font-size:0.225rem;color:#333;}
.fenye .fenCenter .jumpPage .easysite-page-text{width: 0.5‬rem;margin: 0 0.125rem;padding: 0.1rem 0;text-align: center;height: 0.375‬rem;line-height: 0.375‬rem;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;border: 1px solid #e2e2e2;}
.fenye .fenCenter .jumpPage .easysite-jump-btn{border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;padding: 0.1rem 0.125rem;border: 1px solid #e2e2e2;cursor:pointer;margin-left:0.125rem;}
.fenye .fenCenter .pageWrap .mobile{display:none;font-size:0.225rem;color:#333;padding: 0 15px;}







/*公共底部*/
.backTop{opacity:0;visibility:hidden;width:0.6rem;height:0.6rem;position:fixed;right:0.65rem;bottom:4.375rem;z-index:900;cursor:pointer;-o-transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}
.backTop.col{opacity:1;visibility:visible;}

.foot{background:#fff;}
.foot .footUp{padding:0.6rem 0;background:url(/uiFramework/commonResource/image/2025121013401739207.png) no-repeat bottom center;background-size:100% auto;}
.foot .footUp .maxWidth{display:flex;flex-wrap:wrap;justify-content:space-between;}
.foot .footUp .left .logo{width: 5.75rem;}
.foot .footUp .left .left_down{display:flex;flex-wrap:wrap;justify-content:space-between;}
.foot .footUp .left .left_down .item::before{display:block;content:'';width:20px;height:2px;/*background:#0e1eb6;*/margin:10px 0;}
.foot .footUp .left .left_down .item h2 a{color:#070b2d;font-weight:600;font-size:0.25rem;}
.foot .footUp .left .left_down .item .ul li{margin-top:0.2rem;position: relative;top:0;transition:all 0.2s ease-out 0s;}
.foot .footUp .left .left_down .item .ul li a{font-size:0.225rem;color:#565863;}
.foot .footUp .left{flex:0 0 60%;}
.foot .footUp .left .link{font-size:0em;margin-top:0.8rem;}
.foot .footUp .left .link a{display:inline-block;padding:0 0.25rem;text-align:center;font-size:0.2rem;color:#565863;border-left:1px solid #85868a;line-height:0.24rem;}
.foot .footUp .left .link a:first-child{border-left:none;padding-left:0;}
.foot .footUp .right{flex:0 0 3.8rem;}
.foot .footUp .right .up{display:flex;flex-wrap:wrap;justify-content:space-between;}
.foot .footUp .right .up .item{flex:0 0 40%;}
.foot .footUp .right .up .hide{display:none;}
.foot .footUp .right .up .item span{display:block;text-align:center;}
.foot .footUp .right .up .item .txt{font-size:0.225rem;color:#565863;margin-top:0.125rem;}
.foot .footUp .right .down .txt{font-size:0.225rem;color:#565863;margin-top:0.25rem;}
.foot .footUp .right .down .txt a{font-size:0.225rem;color:#565863;}
.foot .footUp .right .down .txtAdress{text-indent:3em;}
.foot .footDown{background:#e6e7eb;padding:0.3rem 0;}
.foot .footDown .up{display:flex;flex-wrap:wrap;justify-content: center;}
.foot .footDown .up .txt a,
.foot .footDown .up .txt{font-size:0.225rem;color:#565863;}
.foot .footDown .up .txt img{width:0.25rem;height:0.25rem;vertical-align:middle;margin-right:0.05rem;}
.foot .footDown .up .txt:nth-of-type(2){margin:0 0.25rem;}
.foot .footDown .down{margin-top:0.2rem;}
.foot .footDown .down .txt{text-align:center;font-size:0.225rem;color:#565863;}
.foot .footUp .left .left_down .item .ul li:hover{top:-0.043rem;}
.foot .footUp .left .left_down .item .ul li:hover a{color: #1d3994;font-weight:500;}
.foot .footUp .left .left_down .item .ul li:active{top: 0rem;transition: all 2s;}
.foot .footUp .right .down{margin:0.2rem 0;margin-left:0.1rem;}

.foot .right{position: relative;}
.foot .right .up .new_pic{position: absolute;top:0.2rem;left: -1.4rem;}
.foot .right img{width: 1.3rem;}
.foot .footUp .right .down .new_txt{position: absolute;top:2.2rem;left: -1.4rem;}
.foot .right .new_pic2{position: absolute;top:3rem;left: -1.6rem;}
.foot .right .new_pic3{margin-top: 0.9rem;margin-left: auto;}


.foot .bottom{background:#1e3994;padding:0.3rem 0;}
.foot .bottom .Up{text-align:left;font-size:0em;}
.foot .bottom .Up .txt{float:none;display:inline-block;}
.foot .bottom .txt a,
.foot .bottom .txt{font-size:0.18rem;color:#fff;line-height:0.4rem;}
.foot .bottom .name{margin-right:0.25rem;}
.foot .bottom .txt a img{margin-right:0.1rem;width:0.2rem;height:0.2rem;margin-top:-0.01rem;}
.foot .bottom .filings{margin-right:0.25rem;font-size:0em;}
.foot .bottom .filings a:first-child{margin-right:0.25rem;}
.foot .bottom .filings a i{margin-right:0.15rem;}
.foot .bottom .customer{margin-right:0.25rem;}
.foot .bottom .safe{font-size:0em;width:100%;text-align:left;margin-top:8px;}
.foot .bottom .safe span{display:inline-block;margin-right:0.225rem;vertical-align:middle;font-size:0.18rem;color:#fff;}
.foot .bottom .safe .tu1{width:1.125rem;}
.foot .bottom .safe .tu2{width:0.825rem;}
.foot .bottom .safe .tu3{width:0.95rem;}
.foot .bottom .safe .text{margin-right:0;}


@media only screen and (max-width:768px){
    /*确认退出*/
    .ivu-poptip-body-message{font-size: 12px;}
    .ivu-poptip-rel .ivu-poptip-footer .ivu-btn-text{font-size: 12px;}
    .ivu-poptip-rel .ivu-poptip-footer .ivu-btn-primary{font-size: 12px;}
    .ivu-poptip-rel .ivu-icon{font-size: 12px;}

    .foot .right .up .new_pic{position:static;}
    .foot .right img{width: auto;}
    .foot .footUp .right .down .new_txt{position:static;}



    .maxWidth{width:auto;margin:0 18px;}
    .header .bottom .backgroundCol .lineBox,
    .header .bottom .backgroundCol .nav{display:none;}
    .header .bottom .backgroundCol{padding:12px 16px;border-radius:4px;}
    .header .bottom .backgroundCol h1{flex:0 0 240px;}
    .header .top{padding:10px 0;}
    .header .top .left,
    .header .top .right,
    .header .top .right a{font-size:12px;}
    .header .bottom .backgroundCol{justify-content:space-between;}
    .header .spMenu{display:block;cursor:pointer;}



    .header .bottom .backgroundCol::before{content:'';display:none;width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,.3);z-index:0;}
    .header .bottom .backgroundCol.on::before{display:block;}
    .header .bottom .backgroundCol .nav .sousuoBtn{display:none;}
    .header .bottom .backgroundCol{position:static;}
    .header .bottom .backgroundCol .nav{display:block;width:80%;position:absolute;right:-100%;top:0;padding-left:0;min-height:100vh;padding-bottom:20px;background:#f5f5f5;z-index:5;transition:all 0.5s ease-out 0s;}
    .header .bottom .backgroundCol.on .nav{right:0;}
    .header .bottom .backgroundCol .nav .ul_one{display:block;}
    .header .bottom .backgroundCol .nav .ul_one .li_one{margin-top:3px;}
    .header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p a{font-size:16px;line-height:40px;text-align:left;padding:0;}
    .header .bottom .backgroundCol .nav .ul_one .slideDown{opacity:1;visibility:visible;width:auto;display:none;overflow:hidden;margin-top: 3px;border-bottom:1px solid #ddd;transition: none;}
    .header .bottom .backgroundCol .nav .ul_one .slideDown,
    .header .bottom .backgroundCol .nav .ul_one .li_one:hover .slideDown{top:0;position:static;background:#fff;}
    .header .bottom .backgroundCol .nav .ul_one .slideDown,
    .header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg{padding:0;}
    .header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg{border-radius:0;box-shadow:0 0 0 transparent;}
    .header .bottom .backgroundCol .nav .ul_one .slideDown .slideDownBg .item a{text-align:left;padding:0 20px;font-size:14px;line-height:40px;}
    .header .bottom .backgroundCol .nav .navTop{display:block;}
    .header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p{background:#fff;border-bottom: 1px solid #ddd;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 20px;align-items:center;}
    .header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p .arrow{display:block;height:40px;text-align:right;line-height:40px;display:flex;align-items:center;justify-content: flex-end;}
    .header .bottom .backgroundCol .nav .ul_one .li_one .li_one_p .arrow svg{transition:all 0.5s ease-out 0s;}
    .header .bottom .backgroundCol .nav .ul_one .spCol .li_one_p .arrow svg{transform: rotate(-90deg);}



    .fenye{margin:20px 0;}
    .fenye .fenCenter .fenTal,
    .fenye .fenCenter .jumpPage{display:none;}
    .fenye .fenCenter .pageWrap .mobile{display:inline-block;}

    .mbx{padding:15px 0;}
    .mbx, .mbx *{font-size:14px;}

    .erji .erji_banner .erji_banner_img img{height:65vw;}
    .erji .erji_banner .erji_banner_title h2{font-size:26px;margin:10px 0;}
    .erji .erji_banner .erji_banner_title .english{font-size:14px;}
    .erji .erji_banner .erji_banner_title{margin-bottom:-68px;}
    .erji .erji_banner .erji_banner_title .line{width:65px;}



    .foot .footUp{padding:20px 0;}
    .foot .footUp .left .link{margin-top:20px;}
    .foot .footUp .left .link a{font-size:12px;}

    .foot .footUp .left .logo{width:65%;}

    .foot .footUp .right .up{margin:10px 0 20px;justify-content:space-between;}
    .foot .footUp .right .zhewm{display:none;}
    .foot .footUp .right .down{text-align:left;margin:0;margin-top:0.25rem;}
    .foot .footUp .left{flex:0 0 100%;}
    .foot .footUp .left .left_down{display:none;}


    .foot .footUp .right{flex:0 0 100%;}
    .foot .footUp .right .down .txt{margin-top:10px;font-size:14px;}
    .foot .footUp .right .down .txt a{font-size:14px;}
    .foot .footUp .right .up .hide{display:block;}
    .foot .footUp .right .up .item .txt{font-size:14px;margin-top:10px;}
    .foot .footDown{padding:20px 0;}
    .foot .footDown .up .txt a,
    .foot .footDown .up .txt,
    .foot .footDown .down .txt{font-size:14px;line-height:26px;}
    .foot .footDown .up .txt img{width:14px;height:14px;}

    .backTop{width:35px;height:35px;}

    .fenye .fenCenter .pageWrap a,
    .fenye .fenCenter .fenTal font{font-size:14px;padding: 2px 10px;height:20px;line-height:20px;}
    .fenye .fenCenter .pageWrap .mobile{font-size:14px;}


}