@charset "UTF-8";
@font-face {
    font-family: "din-black";
    src: url("DIN-Black.otf") format("opentype");
}
@font-face {
    font-family: "din-bold";
    src: url("DIN-Bold.otf") format("opentype");
}
@font-face {
    font-family: "din-l";
    src: url("DIN-Light.otf") format("opentype");
}
@font-face {
    font-family: "din-m";
    src: url("DIN-Medium.otf") format("opentype");
}
body,
.wrapper {
    overflow-X: hidden;
}
body .search-header .search .action-logo {
    display: none;
}
.investigation {
    display: none !important;
}
.page-main .container .pagination{
    justify-content: center;
}

.container {
    *zoom: 1;
}
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.container {
    width: 72.917vw;
}
.page-main .container .container-1{
    display: none;
}

.row {
    margin-right: -0.7813rem;
    margin-left: -0.7813rem;
}

.col-szxjy {
    padding-left: 0.7813rem;
    padding-right: 0.7813rem;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Arial, 微软雅黑;
    background: #0d0c0d;
}
body.navShow {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #1059c4;
    border-radius: 5px;
}

.block-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------keyframes------*/
@-webkit-keyframes coil {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes coil {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@-webkit-keyframes coil-large {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@keyframes coil-large {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
.chevron {
    display: inline-block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #cccccc;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
@-webkit-keyframes moveBounce-zy {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0.5rem);
        transform: translateX(0.5rem);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes moveBounce-zy {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0.5rem);
        transform: translateX(0.5rem);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*分享*/
.social-share {
    /*二维码样式*/
}
.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.6s ease-out 0s;
    transition: background 0.6s ease-out 0s;
}


.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -64px;
    width: 160px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.share-xl .social-share a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: none;
}

.share-xl .social-share a.icon-wechat {
    background: url("/eportal/uiFramework/commonResource/image/2025022107522235090.png");
    background-size: contain;
}

.share-xl .social-share a.icon-weibo {
    background: url("/eportal/uiFramework/commonResource/image/2025022107520434746.png");
    background-size: contain;
}

.share-xl .social-share a.icon-google {
    background: url("comm-google.png");
    background-size: contain;
}

.share-xl .social-share a.icon-twitter {
    background: url("comm-twitter.png");
    background-size: contain;
}

.share-xl .social-share a.icon-facebook {
    background: url("comm-facebook.png");
    background-size: contain;
}

.share-xl .social-share a.icon-linkedin {
    background: url("comm-linkedin.png");
    background-size: contain;
}

.nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
}

/*nav*/
nav.navbar.bootsnav {
    min-height: 5.7292rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 999;
    padding: 1.9271vw 0;
    background: none;
    position: relative;
}
nav.navbar.bootsnav .container-fluid {
    padding-left: 4.1667rem;
    padding-right: 4.1667rem;
    position: relative;
}
nav.navbar.bootsnav .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
nav.navbar.bootsnav .nav-right-box {
    float: right;
    padding-top: 0.3646vw;
}
nav.navbar.bootsnav .navbar-brand {
    padding: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
    display: block;
    width: 19.7917rem;
}
nav.navbar.bootsnav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    float: left;
}
nav.navbar.bootsnav ul.nav {
    float: right;
}
nav.navbar.bootsnav ul.nav > li {
    margin-left: 2.6042rem;
    padding: 0;
}
nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-weight: bold;
    font-size: 1.0417rem;
    color: #FFFFFF;
    line-height: 2.0833rem;
    position: relative;
    padding: 0;
    text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
    background-image: linear-gradient(currentcolor, currentcolor);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0 0.1563vw;
    position: relative;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding-bottom: calc(5px + 0.3646vw);
}
nav.navbar.bootsnav ul.nav > li > a:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 0;
    bottom: -3px;
    height: 2px;
    background: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5S;
    transition: all 0.5S;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    background-color: transparent !important;
    color: #ffffff;
}
nav.navbar.bootsnav ul.nav > li > a:hover span,
nav.navbar.bootsnav ul.nav > li > a:focus span,
nav.navbar.bootsnav ul.nav > li.active > a:hover span,
nav.navbar.bootsnav ul.nav > li.active > a:focus span,
nav.navbar.bootsnav ul.nav > li.active > a span,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a span {
    background-size: 50% 0.1563vw;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
    width: 70%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
    font-weight: bold;
}
nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #0E0E0E;
}
nav.navbar.bootsnav.scroll::before {
    display: none;
}
nav.navbar.bootsnav.scroll ul.nav > li > a:hover,
nav.navbar.bootsnav.scroll ul.nav > li > a:focus,
nav.navbar.bootsnav.scroll ul.nav > li.active > a:hover,
nav.navbar.bootsnav.scroll ul.nav > li.active > a:focus,
nav.navbar.bootsnav.scroll ul.nav > li.active > a,
nav.navbar.bootsnav.scroll ul.nav > li.dropdown.on > a {
    color: #ffffff !important;
}

.header-other {
    position: relative;
    float: left;
    margin-left: 2.0833rem;
    top: -0.2083vw;
}
.header-other > li {
    float: left;
}

.search-trigger {
    width: 2.3833rem;
    height: 2.3833rem;
    border: 0;
    border-radius: 50%;
    background: url("/eportal/uiFramework/commonResource/image/2025022107544896938.png") no-repeat center center;
    background-size: 48%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search-trigger:hover {
    background-color: #166AE7;
}

.en-link {
    display: block;
    margin-left: 1.0417rem;
    width: 2.0833rem;
    height: 2.0833rem;
    border: 0.0521rem solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 0.8333rem;
    line-height: 1.9792rem;
    color: #FFF;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.en-link:hover {
    background: #014EC0;
    border: 0.0521rem solid #014EC0;
    color: #FFF;
}

.navbar .toggle {
    position: absolute;
    cursor: pointer;
    width: 3.8542rem;
    height: 3.8542rem;
    right: -6.25rem;
    top: -0.8333rem;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .toggle span {
    position: absolute;
    width: 1.875rem;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.navbar .toggle span::before, .navbar .toggle span::after {
    position: absolute;
    content: "";
    width: 1.5625rem;
    right: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.navbar .toggle span::before {
    top: -0.4167rem;
}
.navbar .toggle span::after {
    bottom: -0.4167rem;
}

/*search*/
.up-search-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.85);
    padding: 1.0417rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    z-index: -1;
}
.up-search-box .middle-cont {
    width: 100%;
}
.up-search-box .up-close {
    position: absolute;
    right: 4.1667rem;
    top: 2.8646rem;
    width: 1.6667rem;
    height: 1.6667rem;
    background: url("/eportal/uiFramework/commonResource/image/2025010208481951403.png") no-repeat center center;
    background-size: contain;
}
.up-search-box.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.search-box {
    background: transparent;
    border: 0.0521rem solid rgba(1, 78, 192, 0.6);
    border-radius: 1.5625rem;
    position: relative;
    max-width: 41.6667rem;
    margin-left: auto;
    margin-right: auto;
}
.search-box .s-inp {
    width: 100%;
    height: 3.125rem;
    line-height: 3.0208rem;
    font-size: 0.9375rem;
    padding-left: 1.6958rem;
    padding-right: 10.4167rem;
    color: #6d6d6d;
}
.search-box input::input-placeholder {
    color: rgba(156, 157, 175, 0.5);
}
.search-box input::-webkit-input-placeholder {
    color: rgba(156, 157, 175, 0.5);
}
.search-box input::-moz-placeholder {
    color: rgba(156, 157, 175, 0.5);
}
.search-box input::-moz-placeholder {
    color: rgba(156, 157, 175, 0.5);
}
.search-box input::-ms-input-placeholder {
    color: rgba(156, 157, 175, 0.5);
}
.search-box .s-btn {
    width: 7.2917rem;
    height: 3.125rem;
    background: #014EC0;
    border-radius: 1.5625rem;
    line-height: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
}
.search-box .s-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(20px + 0.1042vw);
    height: calc(20px + 0.2604vw);
    background: url(/eportal/uiFramework/commonResource/image/2025022107544896938.png) no-repeat center center;
    background-size: 100% 100%;
}

.main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    z-index: -99;
    background: url(/eportal/uiFramework/commonResource/image/2025010208462267540.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.main-nav.show-main-nav {
    opacity: 1;
    z-index: 9999;
    height: 100%;
}
.main-nav.show-main-nav .top-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-nav.show-main-nav .top-ch-title::before {
    width: 10.4167rem;
    -webkit-transition: width 0.6s 1s linear;
    transition: width 0.6s 1s linear;
}
.main-nav.show-main-nav .scroll .col-lg-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-nav .top-nav {
    padding: 2.0833rem 4.1667rem;
    margin-bottom: 1.0417vw;
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
    -webkit-transition: 0.8s 0.2s;
    transition: 0.8s 0.2s;
}
.main-nav .top-nav ul {
    margin-top: 0.7292rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-nav .top-nav ul li:first-child .nav-btn {
    margin-left: 0;
}
.main-nav .top-nav ul li:first-child .nav-btn::before {
    display: none;
}
.main-nav .top-nav-logo {
    float: left;
    width: 15.3646rem;
}
.main-nav .top-nav-logo img {
    width: 100%;
}
.main-nav .nav-btn {
    display: block;
    font-size: 0.7292rem;
    color: rgba(156, 157, 175, 0.8);
    line-height: 1.0417rem;
    margin-left: 2.2917rem;
    position: relative;
}
.main-nav .nav-btn::before {
    position: absolute;
    content: "";
    left: -1.1458rem;
    top: 0.2604rem;
    width: 0.0521rem;
    height: 0.625rem;
    background: #9C9DAF;
    opacity: 0.5;
}
.main-nav .nav-btn:hover {
    color: #FFF;
}
.main-nav .nav-search-btn {
    width: 0.8333rem;
    height: 0.9375rem;
    background: url(/eportal/uiFramework/commonResource/image/2025010208472251297.png) no-repeat center center;
    background-size: 100% 100% !important;
    margin-left: 2.0833rem;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-nav .nav-search-btn:hover {
    background: url(/eportal/uiFramework/commonResource/image/2025010305453132430.png) no-repeat center center;
}
.main-nav .nav-en-link {
    display: block;
    font-size: 0.8333rem;
    color: rgba(156, 157, 175, 0.8);
    line-height: 1.0417rem;
    margin-left: 1.5625rem;
}
.main-nav .nav-en-link:hover {
    color: #FFF;
}
.main-nav .nav-close-btn {
    width: 1.3021rem;
    height: 1.3021rem;
    background: url(/eportal/uiFramework/commonResource/image/2025010208481951403.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 3.125rem;
    cursor: pointer;
}
.main-nav .col-lg-2:nth-child(6n+1) {
    clear: left;
}
.main-nav .top-ch-title {
    display: block;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.1;
    padding-bottom: 0.8333vw;
    margin-bottom: 1.1458vw;
    position: relative;
}
.main-nav .top-ch-title::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.main-nav .top-ch-title:hover::before {
    background: #FFF;
}
.main-nav .ch-ej {
    margin-bottom: 3.125rem;
    font-size: 0;
}
.main-nav .ch-ej li {
    margin-bottom: 0.3125vw;
}
.main-nav .ch-ej li:last-child {
    margin-bottom: 0;
}
.main-nav .ch-ej li a {
    display: inline-block;
    font-size: 0.8333rem;
    color: rgba(176, 176, 191, 0.9);
}
.main-nav .ch-ej li a span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
    background-image: linear-gradient(currentcolor, currentcolor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    position: relative;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding-bottom: 3px;
    line-height: 1.5;
}
.main-nav .ch-ej li a:hover {
    color: #FFFFFF;
}
.main-nav .ch-ej li a:hover span {
    background-size: 100% 1px;
}
.main-nav .scroll {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 9.1667rem);
}
.main-nav .scroll::-webkit-scrollbar {
    width: 0;
}
.main-nav .scroll::-webkit-scrollbar-button {
    display: none;
}
.main-nav .scroll .col-lg-2 {
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
}
.main-nav .scroll .col-lg-2:nth-child(1) {
    transition: 0.8s 0.3s;
    -webkit-transition: 0.8s 0.3s;
    -moz-transition: 0.8s 0.3s;
    -ms-transition: 0.8s 0.3s;
    -o-transition: 0.8s 0.3s;
}
.main-nav .scroll .col-lg-2:nth-child(2) {
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}
.main-nav .scroll .col-lg-2:nth-child(3) {
    transition: 0.8s 0.5s;
    -webkit-transition: 0.8s 0.5s;
    -moz-transition: 0.8s 0.5s;
    -ms-transition: 0.8s 0.5s;
    -o-transition: 0.8s 0.5s;
}
.main-nav .scroll .col-lg-2:nth-child(4) {
    transition: 0.8s 0.6s;
    -webkit-transition: 0.8s 0.6s;
    -moz-transition: 0.8s 0.6s;
    -ms-transition: 0.8s 0.6s;
    -o-transition: 0.8s 0.6s;
}
.main-nav .scroll .col-lg-2:nth-child(5) {
    transition: 0.8s 0.7s;
    -webkit-transition: 0.8s 0.7s;
    -moz-transition: 0.8s 0.7s;
    -ms-transition: 0.8s 0.7s;
    -o-transition: 0.8s 0.7s;
}

@media (max-width: 1440px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 1.1111rem;
    }
}
@media (max-width: 1365px) {
    .row {
        margin-right: -1.0989rem;
        margin-left: -1.0989rem;
    }
    .col-szxjy {
        padding-left: 1.0989rem;
        padding-right: 1.0989rem;
    }
    /*nav*/
    nav.navbar.bootsnav .container-fluid {
        padding-left: 2.9304rem;
        padding-right: 2.9304rem;
    }
    .header-other {
        margin-left: 2.5304rem;
    }
    .en-link {
        margin-left: 1.4652rem;
        width: 2.9304rem;
        height: 2.9304rem;
        border: 0.0733rem solid rgba(255, 255, 255, 0.7);
        font-size: 1.1722rem;
        line-height: 2.7839rem;
    }
    .en-link:hover {
        border: 0.0733rem solid #014EC0;
    }
    .navbar .toggle {
        width: 5.4212rem;
        height: 5.4212rem;
        right: -8.7912rem;
        top: -1.1722rem;
    }
    .navbar .toggle span {
        width: 2.6374rem;
        height: 0.0733rem;
    }
    .navbar .toggle span::before, .navbar .toggle span::after {
        height: 0.0733rem;
        left: 0.4396rem;
        width: 2.1978rem;
    }
    .navbar .toggle span::before {
        top: -0.5861rem;
    }
    .navbar .toggle span::after {
        bottom: -0.5861rem;
    }
    /*search*/
    .up-search-box {
        padding: 1.4652rem;
    }
    .up-search-box .up-close {
        right: 5.8608rem;
        top: 4.0293rem;
        width: 2.3444rem;
        height: 2.3444rem;
    }
    .search-box {
        border: 0.0733rem solid rgba(1, 78, 192, 0.6);
        border-radius: 2.1978rem;
        max-width: 58.6081rem;
    }
    .search-box .s-inp {
        height: 4.3956rem;
        line-height: 4.249rem;
        font-size: 1.3187rem;
        padding-left: 3.3699rem;
        padding-right: 14.6521rem;
    }
    .search-box .s-btn {
        width: 10.2565rem;
        height: 4.3956rem;
        border-radius: 2.1978rem;
        line-height: 4.3956rem;
    }
    .search-box .s-btn::before {
        width: 1.6117rem;
        height: 1.7582rem;
    }
    .main-nav.show-main-nav .top-ch-title::before {
        width: 10.2564rem;
    }
    .main-nav .top-nav {
        padding: 2.0304rem 2.1978rem;
        -webkit-transform: translateY(1.4652rem);
        transform: translateY(1.4652rem);
    }
    .main-nav .top-nav ul {
        margin-top: 1.0256rem;
    }
    .main-nav .top-nav-logo {
        width: 21.6117rem;
    }
    .main-nav .nav-btn {
        font-size: 1.0256rem;
        line-height: 1.4652rem;
        margin-left: 3.2234rem;
    }
    .main-nav .nav-btn::before {
        left: -1.6117rem;
        top: 0.3663rem;
        width: 0.0733rem;
        height: 0.8791rem;
    }
    .main-nav .nav-search-btn {
        width: 1.1722rem;
        height: 1.3187rem;
        margin-left: 2.9304rem;
    }
    .main-nav .nav-en-link {
        font-size: 1.1722rem;
        line-height: 1.4652rem;
        margin-left: 2.1978rem;
    }
    .main-nav .nav-close-btn {
        width: 1.8315rem;
        height: 1.8315rem;
        margin-left: 4.3956rem;
    }
    .main-nav .top-ch-title {
        font-size: 1.4652rem;
        line-height: 2.1978rem;
        padding-bottom: 1.3187rem;
        margin-bottom: 1.4652rem;
    }
    .main-nav .top-ch-title::before {
        height: 0.1465rem;
    }
    .main-nav .ch-ej {
        margin-bottom: 2.9304rem;
    }
    .main-nav .ch-ej li {
        margin-bottom: 0.5861rem;
    }
    .main-nav .ch-ej li a {
        font-size: 1.0256rem;
        line-height: 1.4652rem;
    }
    .main-nav .scroll {
        height: calc(100vh - 11.6484rem);
    }
    .main-nav .scroll .col-lg-2 {
        -webkit-transform: translateY(1.4652rem);
        transform: translateY(1.4652rem);
    }
}
@media (max-width: 1199px) {
    .main-nav.show-main-nav .top-ch-title::before {
        width: 19.1827rem;
    }
    .main-nav .top-nav {
        padding: 3.3361rem 2.5021rem;
        margin-bottom: 2.0851rem;
        -webkit-transform: translateY(1.6681rem);
        transform: translateY(1.6681rem);
    }
    .main-nav .top-nav ul {
        margin-top: 1.1676rem;
    }
    .main-nav .top-nav-logo {
        width: 24.6038rem;
    }
    .main-nav .nav-btn {
        font-size: 1.1676rem;
        line-height: 1.6681rem;
        margin-left: 3.6697rem;
    }
    .main-nav .nav-btn::before {
        left: -1.8349rem;
        top: 0.417rem;
        width: 0.0834rem;
        height: 1.0008rem;
    }
    .main-nav .nav-search-btn {
        width: 1.3344rem;
        height: 1.5013rem;
        margin-left: 3.3361rem;
    }
    .main-nav .nav-en-link {
        font-size: 1.3344rem;
        line-height: 1.6681rem;
        margin-left: 2.5021rem;
    }
    .main-nav .nav-close-btn {
        width: 2.0851rem;
        height: 2.0851rem;
        margin-left: 5.0042rem;
    }
    .main-nav .col-lg-2:nth-child(6n+1) {
        clear: none;
    }
    .main-nav .col-lg-2:nth-child(3n+1) {
        clear: left;
    }
    .main-nav .top-ch-title {
        font-size: 1.8681rem;
        line-height: 2.5021rem;
        padding-bottom: 1.5013rem;
        margin-bottom: 1.6681rem;
    }
    .main-nav .top-ch-title::before {
        height: 0.1668rem;
    }
    .main-nav .ch-ej {
        margin-bottom: 3.3361rem;
    }
    .main-nav .ch-ej li {
        margin-bottom: 0.6672rem;
    }
    .main-nav .ch-ej li a {
        font-size: 1.5676rem;
        line-height: 2.2681rem;
    }
    .main-nav .scroll {
        height: calc(100vh - 13.2611rem);
    }
    .main-nav .scroll .col-lg-2 {
        -webkit-transform: translateY(1.6681rem);
        transform: translateY(1.6681rem);
    }
    .main-nav .scroll .col-lg-2:nth-child(11) {
        width: 36.66666667%;
    }
}
@media (max-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 1.4648rem;
    }
    nav.navbar.bootsnav .navbar-brand img {
        width: 25.1953vw;
    }
    nav.navbar.bootsnav .nav-right-box {
        padding-top: 0.7813vw;
    }
    .search-trigger {
        width: 3.125vw;
        height: 3.125vw;
    }
    .header-other {
        top: -0.5859vw;
    }
}
@media (max-width: 991px) {
    .row {
        margin-right: -1.9531rem;
        margin-left: -1.9531rem;
    }
    .col-szxjy {
        padding-left: 1.9531rem;
        padding-right: 1.9531rem;
    }
    /*nav*/
    nav.navbar.bootsnav {
        min-height: auto;
        padding: 2.6042rem 0;
    }
    nav.navbar.bootsnav .container-fluid {
        padding-left: 3.9063rem;
        padding-right: 3.9063rem;
    }
    nav.navbar.bootsnav .nav-right-box {
        padding-top: 1.9531rem;
    }
    nav.navbar.bootsnav .navbar-brand img {
        width: 39.4792rem;
    }
    nav.navbar.bootsnav ul.nav > li {
        margin-left: 3.9063rem;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 2.6042rem;
        line-height: 5.2083rem;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
        float: left;
    }
    .search-trigger {
        width: 4.878vw;
        height: 4.878vw;
    }
    .header-other {
        margin-left: 0;
        margin-right: 7.0732vw;
        top: -1.9512vw;
    }
    .en-link {
        margin-left: 2.6042rem;
        width: 5.2083rem;
        height: 5.2083rem;
        border: 0.1302rem solid rgba(255, 255, 255, 0.7);
        font-size: 2.0833rem;
        line-height: 4.9479rem;
    }
    .en-link:hover {
        border: 0.1302rem solid #014EC0;
    }
    .navbar .toggle {
        right: -7.439vw;
        top: -0.2439vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar .toggle span {
        height: 2px;
        width: 4.6875rem;
    }
    .navbar .toggle span::before, .navbar .toggle span::after {
        height: 2px;
        left: 0.7813rem;
        width: 3.9063rem;
    }
    .navbar .toggle span::before {
        top: -1.0417rem;
    }
    .navbar .toggle span::after {
        bottom: -1.0417rem;
    }
    /*search*/
    .up-search-box {
        padding: 2.6042rem;
    }
    .up-search-box .up-close {
        right: 6.5105rem;
        top: 7.1615rem;
        width: 4.1667rem;
        height: 4.1667rem;
    }
    .search-box {
        border: 0.1302rem solid rgba(1, 78, 192, 0.6);
        border-radius: 3.9063rem;
        max-width: 78.125rem;
    }
    .search-box .s-inp {
        height: 7.8125rem;
        line-height: 7.552rem;
        font-size: 2.3438rem;
        padding-left: 5.9895rem;
        padding-right: 26.0417rem;
    }
    .search-box .s-btn {
        width: 18.2292rem;
        height: 7.8125rem;
        border-radius: 3.9063rem;
        line-height: 7.8125rem;
    }
    .search-box .s-btn::before {
        width: 2.8646rem;
        height: 3.125rem;
    }
    .main-nav.show-main-nav .top-ch-title::before {
        width: 90%;
    }
    .main-nav .top-nav {
        padding: 2.6042rem 1.9531rem;
        margin-bottom: 3.2552rem;
        -webkit-transform: translateY(2.6042rem);
        transform: translateY(2.6042rem);
    }
    .main-nav .top-nav ul {
        margin-top: 0.7317vw;
    }
    .main-nav .top-nav-logo {
        width: 35.1563rem;
    }
    .main-nav .nav-btn {
        font-size: 1.8229rem;
        line-height: 2.6042rem;
        margin-left: 5.7292rem;
    }
    .main-nav .nav-btn::before {
        left: -2.8646rem;
        top: 0.651rem;
        width: 0.1302rem;
        height: 1.5625rem;
    }
    .main-nav .nav-search-btn {
        width: 2.0833rem;
        height: 2.3438rem;
        margin-left: 1.9531rem;
    }
    .main-nav .nav-en-link {
        font-size: 2.0833rem;
        line-height: 2.6042rem;
        margin-left: 1.9531rem;
    }
    .main-nav .nav-close-btn {
        width: 3.2552rem;
        height: 3.2552rem;
        margin-left: 3.2552rem;
    }
    .main-nav .top-ch-title {
        font-size: 2.6042rem;
        line-height: 3.9063rem;
        padding-bottom: 2.3438rem;
        margin-bottom: 2.6042rem;
    }
    .main-nav .top-ch-title::before {
        height: 0.2604rem;
    }
    .main-nav .ch-ej {
        margin-bottom: 5.2083rem;
    }
    .main-nav .ch-ej li {
        margin-bottom: 1.0417rem;
    }
    .main-nav .ch-ej li a {
        font-size: 1.8229rem;
        line-height: 2.6042rem;
    }
    .main-nav .scroll {
        height: calc(100vh - 14.8438rem);
    }
    .main-nav .scroll .col-lg-2 {
        -webkit-transform: translateY(2.6042rem);
        transform: translateY(2.6042rem);
    }
    .main-nav .scroll .col-lg-2:nth-child(11) .ch-ej {
        margin-bottom: 3.5625vw;
    }
}
@media (max-width: 767px) {
    .row {
        margin-right: -4rem;
        margin-left: -4rem;
    }
    .col-szxjy {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    /*nav*/
    nav.navbar.bootsnav {
        min-height: auto;
        padding: 5.3333rem 0;
    }
    nav.navbar.bootsnav .container-fluid {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    nav.navbar.bootsnav .nav-right-box {
        padding-top: 4rem;
    }
    nav.navbar.bootsnav .navbar-brand {
        position: absolute;
        top: 0;
        left: 5%;
    }
    nav.navbar.bootsnav .navbar-brand img {
        width: 51.2077vw;
    }
    nav.navbar.bootsnav ul.nav > li {
        margin-left: 8rem;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 5.3333rem;
        line-height: 10.6667rem;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
        float: left;
    }
    .search-trigger {
        width: 8.6957vw;
        height: 8.6957vw;
    }
    .header-other {
        margin-right: 10rem;
        top: -4.8309vw;
    }
    .en-link {
        margin-left: 2.6667rem;
        width: 8rem;
        height: 8rem;
        border: 0.2667rem solid rgba(255, 255, 255, 0.7);
        font-size: 3.2rem;
        line-height: 7.4667rem;
    }
    .en-link:hover {
        border: 0.2667rem solid #014EC0;
    }
    .navbar .toggle {
        right: -8.4541vw;
        top: 1.4493vw;
    }
    .navbar .toggle span {
        width: 6.9333rem;
    }
    .navbar .toggle span::before, .navbar .toggle span::after {
        left: 1.6rem;
        width: 5.3333rem;
    }
    .navbar .toggle span::before {
        top: -2.1333rem;
    }
    .navbar .toggle span::after {
        bottom: -2.1333rem;
    }
    /*search*/
    .up-search-box {
        padding: 5.3335rem;
    }
    .up-search-box .up-close {
        right: 5.3333rem;
        top: 5.3333rem;
        width: 8.5335rem;
        height: 8.5335rem;
    }
    .search-box {
        border: 0.2667rem solid rgba(1, 78, 192, 0.6);
        border-radius: 8rem;
        max-width: 95%;
    }
    .search-box .s-inp {
        height: 13.3333rem;
        line-height: 48;
        font-size: 4.2667rem;
        padding-left: 5.3333rem;
        padding-right: 32rem;
    }
    .search-box .s-btn {
        width: 24rem;
        height: 13.3333rem;
        border-radius: 8rem;
        line-height: 12.8rem;
    }
    .search-box .s-btn::before {
        width: 5.8667rem;
        height: 6.4rem;
    }
    .main-nav.show-main-nav .top-ch-title::before {
        width: 90%;
    }
    .main-nav .top-nav {
        padding: 3.3333rem 4rem;
        margin-bottom: 6.6667rem;
        -webkit-transform: translateY(5.3333rem);
        transform: translateY(5.3333rem);
    }
    .main-nav .top-nav ul {
        margin-top: 3.3333rem;
        float: right;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-nav .top-nav-logo {
        width: 57.2077vw;
        display: block;
    }
    .main-nav .nav-btn {
        font-size: 3.7333rem;
        line-height: 5.3333rem;
        margin-left: 5.3333rem;
    }
    .main-nav .nav-btn::before {
        left: -2.6667rem;
        top: 1.3333rem;
        width: 0.2667rem;
        height: 3.2rem;
    }
    .main-nav .nav-search-btn {
        width: 4.2667rem;
        height: 4.8rem;
        margin-left: 4rem;
    }
    .main-nav .nav-en-link {
        font-size: 4.2667rem;
        line-height: 5.3333rem;
        margin-left: 4rem;
    }
    .main-nav .nav-close-btn {
        width: 6.6667rem;
        height: 6.6667rem;
        margin-left: 6.6667rem;
    }
    .main-nav .col-lg-2:nth-child(3n+1) {
        clear: none;
    }
    .main-nav .col-lg-2:nth-child(2n+1) {
        clear: left;
    }
    .main-nav .top-ch-title {
        font-size: 5.3333rem;
        line-height: 8rem;
        padding-bottom: 4.8rem;
        margin-bottom: 5.3333rem;
    }
    .main-nav .top-ch-title::before {
        height: 0.5333rem;
    }
    .main-nav .ch-ej {
        margin-bottom: 10.6667rem;
    }
    .main-nav .ch-ej li {
        margin-bottom: 2.1333rem;
    }
    .main-nav .ch-ej li a {
        font-size: 3.7333rem;
        line-height: 5.3333rem;
    }
    .main-nav .scroll {
        height: calc(100vh - 44.2667rem);
    }
    .main-nav .scroll .col-lg-2 {
        -webkit-transform: translateY(5.3333rem);
        transform: translateY(5.3333rem);
    }
    .main-nav .scroll .col-lg-2:nth-child(11) {
        width: 100%;
    }
}
/*------BTN----*/
.btn01 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 0.7292rem;
    padding: 0.4167vw;
    line-height: 1.1;
    width: 7.8125vw;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.btn01:before {
    content: "";
    position: absolute;
    border: 1px solid #0d0c0d;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn01:hover {
    color: #ffffff;
}
.btn01:hover:after {
    opacity: 1;
}
.btn01:hover:before {
    border: 1px solid #eeeeee;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.btn01 i {
    margin-left: 0.4167vw;
    display: inline-block;
}
.btn01 i img {
    width: 0.6771vw;
    height: 0.6771vw;
}
.btn01:hover, .btn01:focus, .btn01:active {
    color: #ffffff;
}
.btn01:hover:before, .btn01:focus:before, .btn01:active:before {
    -webkit-animation-name: coil;
    animation-name: coil;
}

.btn-more3 {
    width: 150px;
    position: relative;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    color: #A1877A;
    border: #A1877A solid 1px;
}
.btn-more3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: #A1877A;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 22px;
}
.btn-more3:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn-more3:focus, .btn-more3:active, .btn-more3.active, .btn-more3:hover {
    color: #fff;
    background: #A1877A;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
    transition: all 0.5s ease;
}

.page-main .container {
    padding-left: 0;
    padding-right: 0;
}

.pagebox {
    width: 100%;
    display: block;
    padding: 2.6042vw 0 4.1667vw;
    min-height: calc(100vh - 828px);
    background: #ffffff;
}
.pagebox[data-v-no] {
    padding: 1.5625vw 0 8.3333vw;
}

.page-banner {
    position: relative;
    overflow: hidden;
    height: 21.875vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107575441832.jpg) no-repeat top center #001b30;
    background-size: cover;
    z-index: 0;
}
.page-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bread-item {
    background: transparent;
    margin-bottom: 0;
    font-size: calc(12px + 0.1563rem);
    border-radius: 0px;
    padding-top: calc(12px + 0.1563rem);
    position: relative;
    display: none;
}
.bread-item li {
    color: #999999;
}
.bread-item li a {
    color: #999999;
}
.bread-item li a:hover, .bread-item li a:last-child {
    color: #0848c3;
}
.bread-item li span:before {
    /*content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px;
  color: #999999;*/
}

@media (max-width: 1680px) {
    .page-main .pagebox .container {
        width: 80%;
    }
    .btn01 {
        font-size: 0.8333rem;
        padding: 0.4762vw;
        width: 8.9286vw;
    }
    .btn01 i {
        margin-left: 0.4762vw;
    }
    .btn01 i img {
        width: 0.7738vw;
        height: 0.7738vw;
    }
}
@media (max-width: 1366px) {
    .btn01 {
        font-size: 1.0249rem;
        padding: 0.5857vw;
        width: 10.981vw;
    }
    .btn01 i {
        margin-left: 0.5857vw;
    }
    .btn01 i img {
        width: 0.9517vw;
        height: 0.9517vw;
    }
}
@media (max-width: 1024px) {
    .container, .page-main .pagebox .container {
        width: 90%;
    }
    .pagebox[data-v-no] {
        padding-top: 2.5625vw;
    }
    .page-banner .columnname {
        font-size: 4.4922rem;
        bottom: 8.7891vw;
    }
    .btn01 {
        font-size: 1.3672rem;
        padding: 0.7813vw;
        width: 14.6484vw;
    }
    .btn01 i {
        margin-left: 0.9766vw;
    }
    .btn01 i img {
        width: 1.3672vw;
        height: 1.3672vw;
    }
}
@media (max-width: 991px) {
    .container {
        width: 93%;
    }
    .page-banner {
        height: 30.2439vw;
    }
    .page-banner .columnname {
        font-size: 5.6098rem;
    }
    .btn01 {
        font-size: 1.7073rem;
        padding: 0.9756vw;
        width: 18.2927vw;
    }
    .btn01 i {
        margin-left: 1.2195vw;
    }
    .btn01 i img {
        width: 1.7073vw;
        height: 1.7073vw;
    }
}
@media (max-width: 767px) {
    .container {
        width: 90%;
        padding: 0;
    }
    .pagebox {
        padding: 3vw 0 8vw;
    }
    .pagebox[data-v-no] {
        padding-top: 8.3721vw;
    }
    .page-banner {
        height: 40.8974vw;
    }
    .btn01 {
        font-size: 3.2558rem;
        padding: 2.3256vw;
        width: 34.8837vw;
    }
    .btn01 i {
        margin-left: 2.093vw;
    }
    .btn01 i img {
        width: 3.0233vw;
        height: 3.0233vw;
    }
}
.col-md-l, .col-md-r {
    position: relative;
    min-height: 1px;
    padding-right: 2.0833vw;
    padding-left: 2.0833vw;
}

.lnav .nav-row {
    margin-left: -2.0833vw;
    margin-right: -2.0833vw;
}
.lnav .col-md-l {
    width: 20.8333vw;
    float: left;
}
.lnav .col-md-r {
    overflow: hidden;
}

@media (max-width: 1366px) {
    .lnav .col-md-l {
        width: 22.694vw;
    }
}
@media (max-width: 1199px) {
    .lnav .col-md-l {
        width: 240px;
    }
    .lnav .nav-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-md-l, .col-md-r {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .lnav .col-md-l {
        display: none;
    }
}
/************************/
/*  Left Navigation   */
/************************/
.sidebar {
    overflow: hidden;
    margin-top: -7.9167vw;
}
.sidebar .titbox {
    padding: 1.25vw;
    height: 5.3125vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107541783919.jpg) no-repeat top left #0a34a2;
    background-size: cover;
}
.sidebar .titbox .title-en {
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 6px;
    opacity: 0.3;
    display: block;
    text-transform: uppercase;
}
.sidebar .titbox .title {
    margin-bottom: 0px;
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.3;
}

.contentWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.contentLeft {
    width: 100%;
    height: 100%;
    background-color: #f5f7ff;
    -ms-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
    -o-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
    -webkit-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
    box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
    position: relative;
    padding-bottom: 60px;
}
.contentLeft:after {
    position: absolute;
    content: "";
    width: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0848c3;
}
.contentLeft .spacing {
    height: 9px;
    border-left: #0848c3 solid 8px;
}

.contentRight {
    padding: 1.3rem 2rem;
    margin-left: 250px;
}

.deg90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.leftNavigation {
    margin: 0rem 0;
    position: relative;
    z-index: 1;
}
.leftNavigation li a {
    font-size: calc(14px + 0.2083rem);
    display: block;
    padding: 0.9896vw 2.8125vw 0.9896vw 2.6042vw;
    color: #3b4461;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
    border-left: #0848c3 solid 8px;
    position: relative;
}
.leftNavigation li a:after {
    content: "";
    position: absolute;
    left: 1.4583vw;
    top: 1.1458vw;
    width: 4px;
    height: calc(14px + 0.1042rem);
    background: #0848c3;
    border-radius: 0.2083vw;
    -webkit-border-radius: 0.2083vw;
    -moz-border-radius: 0.2083vw;
    -ms-border-radius: 0.2083vw;
    -o-border-radius: 0.2083vw;
}
.leftNavigation li a:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 0;
    background: #e5e9ed;
}
.leftNavigation li a .leftNavIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.8rem;
    padding: 0.8854vw 0;
    text-align: center;
    font-weight: 500;
    color: #a3a7b8;
    font-size: 1.0938rem;
}
.leftNavigation li a:hover {
    color: #0848c3;
    text-decoration: none;
    background-color: #ffffff;
    border-left: #008aff solid 8px;
    font-weight: 500;
}
.leftNavigation li a:hover .leftNavIcon {
    color: #0848c3;
}
.leftNavigation li:last-child a {
    border-bottom: 0;
}
.leftNavigation li ul {
    display: none;
    margin: 0;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li {
    border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a {
    font-size: 14px;
    display: block;
    padding: 8px 1rem 8px 64px !important;
    color: #73798f;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
    border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #9ca5c6;
    position: absolute;
    top: 16px;
    left: 48px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li ul li a:hover {
    color: #2a45a6;
    text-decoration: none;
    background: transparent;
    font-weight: 500;
}
.leftNavigation li ul li a:hover:after {
    background-color: #02449e;
}
.leftNavigation li ul li.active a {
    color: #2a45a6;
    text-decoration: none;
    font-weight: 500;
}
.leftNavigation li ul li.active a:after {
    background-color: #02449e;
    font-weight: 500;
}
.leftNavigation li ul li .level4 {
    border-top: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li {
    border-bottom: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li a {
    border-bottom: solid 0px #d0e9f3;
    font-size: 13px;
    color: #535353;
    margin-left: 30px;
    padding-left: 12px;
    background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {
    color: #006bb1;
}
.leftNavigation li ul li .level4 li:last-child {
    border-bottom: solid 0px #d0e9f3;
}
.leftNavigation li.active a .leftNavIcon {
    color: #0848c3;
}
.leftNavigation li.active > a {
    color: #0848c3;
    text-decoration: none;
    font-weight: 500;
    background-color: #ffffff;
    border-left: #008aff solid 8px;
}
.leftNavigation li.active ul {
    display: block;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #fff;
}
.leftNavigation .down-menu {
    display: none;
}
.leftNavigation .sub-menu.active .down-menu {
    display: block;
}

.leftNavigation, .leftNavigation li ul {
    list-style: none;
    padding: 0;
}

.leftNavigation li a, .leftNavigation li a .leftNavIcon {
    line-height: 130%;
}

.leftNavigation .down-menu a:hover, .leftNavigation .down-menu a.active {
    color: #0848c3;
}

.leftNavigation .down-menu a:hover:after, .leftNavigation .down-menu a.active:after {
    background-color: #0848c3;
}

@media (max-width: 1366px) {
    .sidebar {
        margin-top: -9.1508vw;
    }
    .sidebar .titbox {
        padding: 1.4641vw;
        height: 6.5886vw;
    }
    .sidebar .titbox .title {
        font-size: 1.4641rem;
    }
    .sidebar .titbox .title-en {
        font-size: 1.0981rem;
    }
    .leftNavigation li a {
        padding: 1.1713vw 2.9283vw;
    }
    .leftNavigation li a:after {
        top: 1.3177vw;
    }
    .leftNavigation li a .leftNavIcon {
        font-size: 1.4641rem;
        padding: 1.0249vw 0;
        right: 0.5857vw;
    }
}
@media (max-width: 1024px) {
    .sidebar {
        margin-top: -10.4492vw;
    }
    .sidebar .titbox {
        padding: 1.7578vw;
        height: 7.8125vw;
    }
    .sidebar .titbox .title {
        font-size: 1.7578rem;
    }
    .sidebar .titbox .title-en {
        font-size: 1.2695rem;
    }
    .leftNavigation li a {
        padding: 1.1713vw 2.9283vw;
    }
    .leftNavigation li a:after {
        top: 1.4648vw;
    }
    .leftNavigation li a .leftNavIcon {
        font-size: 1.8555rem;
        padding: 1.0742vw 0;
    }
}
.column_lm {
    border-bottom: #e1e2f0 solid 3px;
}

.column_l {
    width: auto;
    font-size: calc(21px + 0.4688rem);
    font-weight: 500;
    color: #333333;
    float: left;
    display: inline-block;
    padding: 8px 0 18px;
    line-height: 130%;
    position: relative;
}
.column_l:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    width: 36px;
    background: #0848c3;
}

.column_r {
    float: right;
}

@media (max-width: 1199px) {
    .column_lm[data-v-lang] .column_r {
        width: 100%;
        display: block;
    }
}
@media (max-width: 991px) {
    .column_r {
        width: 100%;
        display: block;
    }
    .breadcrumb {
        padding: 0 0 10px 0;
    }
}
@media (max-width: 767px) {
    .column_l {
        padding: 8px 0 15px;
    }
}
/************************/
/*  Footer   */
/************************/
footer {
    padding: 4.6875vw 1.0417vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107531754426.jpg) no-repeat top center #050d22;
    text-align: center;
}
footer .footlogo {
    display: block;
}
footer .footlogo img {
    width: calc(280px + 2.6042vw);
}
footer .footlogo h4 {
    font-size: calc(12px + 0.1563rem);
    line-height: 2;
    color: #b9babc;
    margin-top: calc(30px + 1.5625vw);
}
footer .footlogo h4 span {
    display: inline-block;
    margin: 0 10px;
}
footer .footlogo h4 a:hover {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 7.2464vw 0;
    }
}
/************************/
/*  Secondary Navigation   */
/************************/
.page-menu {
    overflow: hidden;
    background: #092042;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #092042), color-stop(80%, #0a0e16));
    background: linear-gradient(to right, #092042 10%, #0a0e16 80%);
    padding: 1.9792vw 0 0.1563vw 4.1667vw;
}
.page-menu li {
    float: left;
    font-weight: 700;
    position: relative;
    width: auto;
    height: auto;
    margin-right: 3.75vw;
}
.page-menu li:last-child {
    margin-right: 0;
}
.page-menu li span {
    position: relative;
    display: block;
    font-size: 1.0417vw;
    color: #ffffff;
    line-height: 1.1;
    padding-bottom: 1.9271vw;
    text-align: center;
}
.page-menu li span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.4583vw;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(page-nav-hover1.png) no-repeat center center;
    background-size: 101% 100%;
    opacity: 0;
}
.page-menu li.active span:after, .page-menu li:hover span:after {
    opacity: 1;
}
.page-menu li.active span, .page-menu li:hover span {
    color: #0061f2;
}

@media (max-width: 1680px) {
    .page-menu {
        padding: 2.2619vw 0 0.1786vw 4.7619vw;
    }
    .page-menu li {
        margin-right: 4.2857vw;
    }
    .page-menu li span {
        font-size: 1.1905rem;
        padding-bottom: 2.2024vw;
    }
    .page-menu li span:after {
        height: 1.6667vw;
    }
}
@media (max-width: 1366px) {
    .page-menu {
        padding: 2.7818vw 0 0.2196vw 5.8565vw;
    }
    .page-menu li {
        margin-right: 5.1245vw;
    }
    .page-menu li span {
        font-size: 1.4641rem;
        padding-bottom: 2.7086vw;
    }
    .page-menu li span:after {
        height: 2.0498vw;
    }
}
@media (max-width: 1024px) {
    .page-menu {
        padding: 3.125vw 0 0.2619vw 6.25vw;
    }
    .page-menu li {
        margin-right: 3.9063vw;
    }
    .page-menu li span {
        font-size: 1.6667rem;
        padding-bottom: 3.125vw;
    }
    .page-menu li span:after {
        height: 2.5vw;
    }
}
@media (max-width: 991px) {
    .page-menu {
        padding: 3.125vw 5% 0.2619vw;
    }
    .page-menu li {
        margin-right: 3.2927vw;
    }
    .page-menu li span {
        font-size: 2.0732rem;
    }
}
@media (max-width: 767px) {
    .page-menu {
        padding: 7.1795vw 5% 0.7692vw;
    }
    .page-menu li {
        margin-right: 6.6667vw;
    }
    .page-menu li span {
        font-size: 4.6154rem;
        padding-bottom: 6.9231vw;
    }
    .page-menu li span:after {
        height: 5.3846vw;
    }
}
.section-title {
    margin-bottom: 2.9167vw;
}
.section-title .m-title {
    line-height: 1;
}
.section-title .m-title span {
    font-size: 2.5vw;
    line-height: 1.1;
    margin: 0;
    position: relative;
    font-weight: 700;
    color: #1059c4;
    background-image: -webkit-linear-gradient(left, #024fc0 5%, #c5d8f5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title .s-title {
    line-height: 1;
    margin: 1.3542vw 0 0;
}
.section-title .s-title span {
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 500;
    color: #1059c4;
    background-image: -webkit-linear-gradient(left, #024fc0 5%, #c5d8f5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title .btn01 {
    float: right;
    font-size: 0.9375rem;
    padding: 0.7813vw 0;
    width: 6.7708vw;
    border-radius: 4.1667vw;
    border-color: #3C3D4B;
    letter-spacing: 4px;
}
.section-title .btn01:before {
    border-radius: 4.1667vw;
}
.section-title .btn01:hover {
    background-color: #014EC0;
    border-color: #014EC0;
}
.section-title .btn01:hover:before {
    border: 1px solid #1a76ff;
}
.section-title .btn01:hover:before, .section-title .btn01:focus:before, .section-title .btn01:active:before {
    -webkit-animation-name: coil-large;
    animation-name: coil-large;
}
.section-title[data-v-aed] {
    margin-bottom: 6.1458vw;
}

@media (max-width: 1680px) {
    .section-title {
        margin-bottom: 3.3333vw;
    }
    .section-title .m-title span {
        font-size: 2.8571vw;
    }
    .section-title .s-title {
        margin-top: 1.5476vw;
    }
    .section-title .s-title span {
        font-size: 2.8571vw;
    }
    .section-title .btn01 {
        font-size: 1.0714rem;
        padding: 0.8929vw 0;
        width: 7.7381vw;
    }
}
@media (max-width: 1366px) {
    .section-title {
        margin-bottom: 4.0996vw;
    }
    .section-title .m-title span {
        font-size: 3.3675rem;
    }
    .section-title .s-title {
        margin-top: 1.9034vw;
    }
    .section-title .s-title span {
        font-size: 3.3675rem;
    }
    .section-title .btn01 {
        font-size: 1.2445rem;
        padding: 1.0981vw 0;
        width: 9.5168vw;
    }
}
@media (max-width: 1024px) {
    .section-title {
        margin-bottom: 4.0996vw;
    }
    .section-title .m-title span {
        font-size: 3.9063rem;
    }
    .section-title .s-title {
        margin-top: 1.9034vw;
    }
    .section-title .s-title span {
        font-size: 3.5156rem;
    }
    .section-title .btn01 {
        font-size: 1.6602rem;
        padding: 1.4648vw 0;
        width: 12.6953vw;
    }
}
@media (max-width: 991px) {
    .section-title {
        margin-bottom: 4.2683vw;
    }
    .section-title .m-title span {
        font-size: 4.3902rem;
    }
    .section-title .s-title {
        margin-top: 2.0833vw;
    }
    .section-title .s-title span {
        font-size: 4.1463rem;
    }
}
@media (max-width: 767px) {
    .section-title {
        margin-bottom: 6.9767vw;
    }
    .section-title .m-title span {
        font-size: 7.6744rem;
        line-height: 1.3;
    }
    .section-title .s-title {
        margin-top: 2.5641vw;
    }
    .section-title .s-title span {
        font-size: 5.641rem;
    }
    .section-title .btn01 {
        font-size: 3.7209rem;
        padding: 3.2558vw 0;
        width: 30.2326vw;
        border-radius: 9.5349vw;
    }
    .section-title .btn01:before {
        border-radius: 9.5349vw;
    }
}
/************************/
/*  Article Overview   */
/************************/
.nrfont {
    line-height: 2;
    color: #333333;
    word-wrap: break-word;
    font-size: 0.8333rem;
}

.nrfont-dp {
    line-height: 2;
    color: #333333;
    word-wrap: break-word;
    font-size: 0.8854rem;
}

.xlmain {
    display: block;
    margin-top: calc(25px + 2.0833vw);
}
.xlmain hr {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.xlmain .wztitle {
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    padding: 0px 4%;
    margin-bottom: 1.5625vw;
    font-size: 1.3542rem;
    font-weight: 700;
}
.xlmain .basicinfo {
    border-bottom: #3D414F solid 1px;
    padding-bottom: 0.8333vw;
}
.xlmain .basicinfo .other-share {
    float: right;
}
.xlmain .basicinfo .qtinfo {
    color: #656776;
    margin: 0;
    font-size: 0.7292rem;
    line-height: 1.5625vw;
}
.xlmain .basicinfo .qtinfo a {
    color: #656776;
    text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
    color: #de0c0c;
    text-decoration: none;
}
.xlmain .basicinfo .qtinfo span {
    display: inline-block;
    margin-right: 1.0417vw;
}
.xlmain .basicinfo .qtinfo span:last-child {
    margin-right: 0;
}
.xlmain .basicinfo .share {
    float: right;
}
.xlmain .text {
    overflow: hidden;
    display: block;
    margin-top: calc(22px + 0.9375vw);
}
.xlmain .text p, .xlmain .text div {
    margin-bottom: 1.7708vw !important;
}
.xlmain .text p:last-child, .xlmain .text div:last-child {
    margin-bottom: 0 !important;
}
.xlmain .text img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.xlmain .text td {
    text-align: center;
}
.xlmain .textxl {
    margin-top: 1.8229vw;
    overflow: hidden;
    display: block;
}
.xlmain .textxl p, .xlmain .textxl div {
    margin-bottom: 1.0417vw !important;
}
.xlmain .textxl img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
    height: auto !important;
}
.xlmain .textxl video {
    border: #d9d9d9 solid 6px;
    border-radius: 5px;
    width: 76% !important;
    height: 100% !important;
    margin: 18px auto;
    display: block;
}
.xlmain .textxl table {
    margin: 0 0 15px 0;
}
.xlmain .textxl td {
    text-align: center;
}
.xlmain[data-v-jj] hr {
    margin: 8.3333vw 0;
}
.xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
    font-family: Arial, 微软雅黑 !important;
    word-wrap: break-word;
    font-size: 0.8333rem !important;
    color: #333333 !important;
    background: transparent !important;
}
.xlmain .nrfont strong, .xlmain .nrfont b, .xlmain .nrfont-dp strong, .xlmain .nrfont-dp b {
    color: #247cff !important;
}
.xlmain .cont-page {
    margin-top: 1.3542vw;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.3542vw;
    line-height: 1.4;
    color: #656775;
    font-size: 0.8333rem;
}
.xlmain .cont-page .a-page {
    margin-top: 0.7292vw;
}
.xlmain .cont-page .a-page a {
    color: #656775;
}
.xlmain .cont-page .a-page:hover {
    color: #ffffff;
}
.xlmain .cont-page .a-page:hover a {
    color: #ffffff;
}

.share-xl .social-share a {
    width: 1.25vw;
    height: 1.25vw;
}
.share-xl .social-share a.icon-wechat, .share-xl .social-share a.icon-weibo {
    background-size: cover;
}

.table-details table {
    width: 100% !important;
}
.table-details table thead > tr > th, .table-details table tbody > tr > th {
    color: #fff;
    font-size: 1.0417rem;
    padding: 1.5625vw 1.5625vw;
    background-color: #073172;
    vertical-align: middle;
    border: #0d0c0d solid 3px !important;
    text-align: center;
}
.table-details table tbody tr:first-child {
    background: #073172 !important;
}
.table-details table tbody tr:first-child td {
    text-align: center;
}
.table-details table tbody tr:nth-child(even) {
    background-color: rgba(1, 78, 192, 0.16);
}
.table-details table tbody tr:nth-child(odd) {
    background-color: rgba(1, 78, 192, 0.02);
}
.table-details table tbody tr:hover {
    background-color: #062a63;
}
.table-details table tbody tr td {
    font-size: 1.0417rem;
    color: #ffffff;
    border: #0d0c0d solid 3px !important;
    padding: 1.5625vw 1.5625vw !important;
    line-height: 1.4;
    vertical-align: middle;
    background: transparent !important;
}
.table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
    font-size: 1.0417rem !important;
    font-family: Arial, 微软雅黑 !important;
    color: #ffffff !important;
}
.table-details table tbody tr td strong > span {
    color: #ffffff !important;
}
.table-details table tbody tr td a {
    color: #ffffff;
}
.table-details table tbody tr td a:hover {
    color: #247cff;
}
.table-details div, .table-details .xlmain .textxl div, .table-details .xlmain .textxl table tbody tr td p {
    margin-bottom: 0 !important;
}

.wrap-appendix li {
    margin-bottom: calc(8px + 0.5vw);
    line-height: 1;
}
.wrap-appendix li a {
    font-size: calc(13px + 0.3rem);
    color: #B9BABD;
}
.wrap-appendix li a:hover {
    color: #eeeeee;
    text-decoration: underline;
}

@media (min-width: 767px) {
    .xlmain .textxl img {
        max-width: 66%;
    }
}
@media (max-width: 1680px) {
    .xlmain .nrfont, .xlmain .nrfont-dp {
        font-size: 1.1905rem;
    }
    .xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
        font-size: 1.1905rem !important;
    }
    .xlmain .wztitle {
        font-size: 1.9048rem;
    }
    .xlmain .basicinfo {
        padding-bottom: 0.9524vw;
    }
    .xlmain .basicinfo .qtinfo {
        font-size: 0.8333rem;
        line-height: 1.7857vw;
    }
    .xlmain .basicinfo .qtinfo span {
        margin-right: 1.1905vw;
    }
    .xlmain .cont-page {
        margin-top: 1.5476vw;
        padding-top: 1.5476vw;
        font-size: 0.9524rem;
    }
    .xlmain .cont-page .a-page {
        margin-top: 0.8333vw;
    }
    .share-xl .social-share a {
        width: 1.4286vw;
        height: 1.4286vw;
    }
    .social-share .icon-wechat .wechat-qrcode {
        left: -4.0476vw;
    }
    .table-details table thead > tr > th, .table-details table tbody > tr > th {
        font-size: 1.1905rem;
    }
    .table-details table tbody tr td {
        font-size: 1.1905rem;
    }
    .table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
        font-size: 1.1905rem !important;
    }
}
@media (max-width: 1366px) {
    .xlmain .nrfont, .xlmain .nrfont-dp {
        font-size: 1.3909rem;
    }
    .xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
        font-size: 1.3909rem !important;
    }
    .xlmain .wztitle {
        font-size: 2.3426rem;
    }
    .xlmain .basicinfo {
        padding-bottom: 1.0981vw;
    }
    .xlmain .basicinfo .qtinfo {
        font-size: 1.0249rem;
        line-height: 2.1962vw;
    }
    .xlmain .basicinfo .qtinfo span {
        margin-right: 1.4641vw;
    }
    .xlmain .text p, .xlmain .text div, .xlmain .textxl p, .xlmain .textxl div {
        margin-bottom: 2.1962vw !important;
    }
    .xlmain .cont-page {
        margin-top: 1.8302vw;
        padding-top: 1.8302vw;
        font-size: 1.1713rem;
    }
    .xlmain .cont-page .a-page {
        margin-top: 1.0249vw;
    }
    .share-xl .social-share a {
        width: 1.757vw;
        height: 1.757vw;
    }
    .social-share .icon-wechat .wechat-qrcode {
        left: -4.9048vw;
    }
    .table-details table thead > tr > th, .table-details table tbody > tr > th {
        font-size: 1.3909rem;
    }
    .table-details table tbody tr td {
        font-size: 1.3909rem;
    }
    .table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
        font-size: 1.3909rem !important;
    }
}
@media (max-width: 1199px) {
    .xlmain .textxl video {
        width: 80% !important;
    }
}
@media (max-width: 1024px) {
    .xlmain .nrfont, .xlmain .nrfont-dp {
        font-size: 1.6602rem;
    }
    .xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
        font-size: 1.6602rem !important;
    }
    .xlmain .wztitle {
        font-size: 2.7344rem;
    }
    .xlmain .basicinfo {
        padding-bottom: 0.9766vw;
    }
    .xlmain .basicinfo .qtinfo {
        font-size: 1.3672rem;
        line-height: 3.418vw;
    }
    .xlmain .basicinfo .qtinfo span {
        margin-right: 1.9531vw;
    }
    .xlmain .cont-page {
        margin-top: 2.3438vw;
        padding-top: 2.3438vw;
        font-size: 1.5625rem;
    }
    .xlmain .cont-page .a-page {
        margin-top: 1.3672vw;
    }
    .share-xl .social-share a {
        width: 2.3438vw;
        height: 2.3438vw;
    }
    .social-share .icon-wechat .wechat-qrcode {
        left: -6.543vw;
    }
    .table-details table thead > tr > th, .table-details table tbody > tr > th {
        font-size: 1.6602rem;
    }
    .table-details table tbody tr td {
        font-size: 1.6602rem;
    }
    .table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
        font-size: 1.6602rem !important;
    }
}
@media (max-width: 991px) {
    .xlmain .nrfont, .xlmain .nrfont-dp {
        font-size: 2.0732rem;
    }
    .xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
        font-size: 2.0732rem !important;
    }
    .xlmain .textxl img {
        max-width: 80%;
    }
    .xlmain .wztitle {
        font-size: 3.4146rem;
    }
    .xlmain .basicinfo {
        padding-bottom: 1.2195vw;
    }
    .xlmain .basicinfo .qtinfo {
        font-size: 1.7073rem;
        line-height: 4.6341vw;
    }
    .xlmain .basicinfo .qtinfo span {
        margin-right: 2.439vw;
    }
    .xlmain .cont-page {
        margin-top: 2.6829vw;
        padding-top: 2.6829vw;
        font-size: 1.9512rem;
    }
    .xlmain .cont-page .a-page {
        margin-top: 1.7073vw;
    }
    .share-xl .social-share a {
        width: 2.9268vw;
        height: 2.9268vw;
    }
    .social-share .icon-wechat .wechat-qrcode {
        left: -8.1707vw;
    }
    .table-details table thead > tr > th, .table-details table tbody > tr > th {
        font-size: 2.0732rem;
    }
    .table-details table tbody tr td {
        font-size: 2.0732rem;
    }
    .table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
        font-size: 2.0732rem !important;
    }
}
@media (max-width: 767px) {
    .xlmain .nrfont, .xlmain .nrfont-dp {
        font-size: 4.1026rem;
        line-height: 1.7;
    }
    .xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont b, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a, .xlmain .nrfont-dp b {
        font-size: 4.1026rem !important;
    }
    .xlmain .wztitle {
        font-size: 6.0465rem;
    }
    .xlmain .basicinfo {
        padding-bottom: 2.3256vw;
    }
    .xlmain .basicinfo .qtinfo {
        text-align: center;
        font-size: 3.7209rem;
    }
    .xlmain .basicinfo .qtinfo span {
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px;
    }
    .xlmain .textxl {
        margin-top: 8.3721vw;
    }
    .xlmain .textxl img {
        max-width: 100%;
    }
    .xlmain .textxl video {
        width: 100% !important;
    }
    .xlmain .text p, .xlmain .text div, .xlmain .textxl p, .xlmain .textxl div {
        margin-bottom: 5.1282vw !important;
    }
    .xlmain .cont-page {
        margin-top: 3.7209vw;
        padding-top: 3.7209vw;
        font-size: 3.7209rem;
    }
    .xlmain .cont-page .a-page {
        margin-top: 3.7209vw;
    }
    .table-details table {
        width: 800px !important;
    }
    .table-details table thead > tr > th, .table-details table tbody > tr > th {
        font-size: 4.1026rem;
        padding: 2.8625vw 1.5625vw;
    }
    .table-details table tbody tr td {
        font-size: 4.1026rem;
        padding: 2.8625vw 1.5625vw !important;
    }
    .table-details table tbody tr td p, .table-details table tbody tr td font, .table-details table tbody tr td span, .table-details table tbody tr td strong {
        font-size: 4.1026rem !important;
        color: #f1f1f1 !important;
    }
}
/************************/
/*  Page Turning  */
/************************/
.comp-pages {
    padding-top: 0;
}
.comp-pages .page-pc {
    text-align: center;
}
.comp-pages .page-pc ul li {
    display: inline-block;
    vertical-align: bottom;
}
.comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
    display: inline-block;
    height: 2.0833vw;
    min-width: 2.0833vw;
    line-height: 2.0833vw;
    border-radius: 3px;
    background: transparent;
    text-align: center;
    color: #666666;
    padding-left: 0.7813vw;
    padding-right: 0.7813vw;
    border: 1px solid #ededed;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 0.7292rem;
}
.comp-pages .page-pc span{
    display: none !important;
}
.comp-pages .page-pc a i, .comp-pages .page-pc span i {
    font-size: 1.25rem;
}
.comp-pages .page-pc a:hover, .comp-pages .page-pc span:hover, .comp-pages .page-pc a.active, .comp-pages .page-pc span.active {
    background: #0848c3;
    border: 1px solid #0848c3;
    color: #fff;
}
.comp-pages .page-pc span,.comp-pages .page-pc font {
    background: #0848c3;
    border: 1px solid #0848c3;
    color: #fff;
}
.comp-pages .page-phone {
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #0848c3;
    border: 1px solid #0848c3;
    display: none !important;
}
.comp-pages .page-phone:hover, .comp-pages .page-phone:active {
    color: #fff;
}

@media (max-width: 1680px) {
    .comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
        height: 2.381vw;
        min-width: 2.381vw;
        line-height: 2.381vw;
        font-size: 0.8333rem;
    }
    .comp-pages .page-pc a i, .comp-pages .page-pc span i {
        font-size: 1.2714rem;
    }
}
@media (max-width: 1440px) {
    .comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
        height: 2.7778vw;
        min-width: 2.7778vw;
        line-height: 2.7778vw;
        font-size: 0.9722rem;
    }
    .comp-pages .page-pc a i, .comp-pages .page-pc span i {
        font-size: 1.525rem;
    }
}
@media (max-width: 1366px) {
    .comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
        height: 2.9283vw;
        min-width: 2.9283vw;
        line-height: 2.9283vw;
        font-size: 1.0249rem;
    }
    .comp-pages .page-pc a i, .comp-pages .page-pc span i {
        font-size: 1.5445rem;
    }
}
@media (max-width: 1024px) {
    .comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
        height: 3.9063vw;
        min-width: 3.9063vw;
        line-height: 3.9063vw;
        font-size: 1.3672rem;
    }
    .comp-pages .page-pc a i, .comp-pages .page-pc span i {
        font-size: 1.9578rem;
    }
}
@media (max-width: 991px) {
    .comp-pages .page-pc a, .comp-pages .page-pc span, .comp-pages .page-pc font {
        height: 4.878vw;
        min-width: 4.878vw;
        line-height: 4.878vw;
        font-size: 1.7073rem;
    }
    .comp-pages .page-pc a i, .comp-pages .page-pc span i {
        font-size: 2.5951rem;
    }
}
@media (max-width: 767px) {
    .comp-pages .page-pc {
        display: none;
    }
    .comp-pages .page-phone {
        display: block !important;
    }
}
/*---------------------------------
  Back To Top Button CSS
-----------------------------------*/
.back-to-top {
    font-size: calc(16px + 0.4167rem);
    width: calc(30px + 1.0417rem);
    height: calc(30px + 1.0417rem);
    text-align: center;
    display: none;
    position: fixed;
    bottom: 5.2083vw;
    right: 2.0833vw;
    z-index: 999;
    border-radius: 5px;
    background: #0067ff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 0.8;
}
.back-to-top h4 {
    color: #fff;
    font-size: calc(12px + 0.1042rem);
    line-height: 1.1;
    margin-top: calc(5px + 0.2083rem);
}
.back-to-top.open {
    bottom: 2.0833vw;
}
.back-to-top i {
    color: #fff;
    line-height: 0.6;
}

@media (max-width: 767px) {
    .back-to-top {
        width: calc(40px + 1.0417rem);
        height: calc(40px + 1.0417rem);
        right: 2.3256vw;
    }
    .back-to-top h4 {
        margin-top: calc(8px + 0.2083rem);
    }
    .back-to-top.open {
        bottom: 18.1395vw;
    }
}
/************************/
/*  Homepage Slider */
/************************/
.scroll-btn {
    width: 22px;
    height: 34px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    bottom: calc(26px + 1.0417vw);
    left: calc(50% - 1.25rem);
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    z-index: 2;
}
.scroll-btn img {
    width: 100%;
    height: 100%;
}

.scroll-btn:hover, .scroll-btn:focus {
    color: #fff;
    text-decoration: none;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.index-title {
    text-align: center;
}
.index-title .title-cn {
    font-size: calc(26px + 1.0417rem);
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.index-title .title-cn:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 40px;
    height: 4px;
    background-color: #0848c3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-title .title-en {
    position: relative;
    margin-top: 0.5208vw;
    display: inline-block;
    font-family: Arial, serif;
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}

.home-page .nav-wrap {
    top: 0;
}

#fp-nav ul li:last-child {
    display: none;
}

.section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

#fullpage .section {
    padding: 0;
}

.index-box-01 {
    background-image: url(/eportal/uiFramework/commonResource/image/2025022107504946010.jpg);
}

.index-box-02 {
    background-image: url(/eportal/uiFramework/commonResource/image/2025022107511169487.jpg);
}

.index-box-03 {
    background-image: url(/eportal/uiFramework/commonResource/image/2025022107512960794.jpg);
}

.index-box-04 {
    background-image: url(/eportal/uiFramework/commonResource/image/2025022107514442248.jpg);
}

.index-box-05 {
    height: 26.0214vw !important;
    min-height: auto !important;
}
.index-box-05 .fp-tableCell {
    height: auto !important;
}

@media (min-width: 1000px) {
    body,
    html {
        width: 100%;
        height: 100%;
    }
    html,
    body,
    #fullpage {
        width: 100%;
        height: 100%;
    }
    #fullpage .section {
        width: 100%;
        min-height: 100vh;
        overflow-y: auto;
    }
}
@media (min-width: 1200px) {
    #fullpage .section {
        min-height: 100vh;
    }
    #fullpage .section > .page-main > .container {
        height: 100vh;
        min-height: 100vh;
        letter-spacing: -1.5em;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 0;
    }
    #fullpage .section > .page-main > .container:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    #fullpage .section > .page-main > .container > .main-cont {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        width: 100%;
        font-size: 0.8333333333vw;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    #fullpage .section > .page-main > .container > .main-cont {
        font-size: 1.23077rem;
    }
}
@media (min-width: 1200px) and (max-width: 991px) {
    #fullpage .section > .page-main > .container > .main-cont {
        font-size: 1.33333rem;
    }
}
@media (min-width: 1200px) and (max-width: 767px) {
    #fullpage .section > .page-main > .container > .main-cont {
        font-size: 1.33333rem;
    }
}
@media (max-width: 1024px) {
    .section {
        height: auto !important;
        min-height: auto !important;
    }
    .section .fp-tableCell {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
        height: auto !important;
    }
    .section:first-child .fp-tableCell {
        padding-top: 12rem !important;
    }
    .section:last-child .fp-tableCell {
        padding: 0 !important;
    }
    .scroll-btn {
        display: none;
    }
}
@media (max-width: 991px) {
    .section:first-child .fp-tableCell {
        padding-top: 16rem !important;
    }
}
@media (max-width: 767px) {
    .section .fp-tableCell {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .section:first-child .fp-tableCell {
        padding-top: 22rem !important;
    }
}
/************************/
/*  Home About   */
/************************/
.about .img-box {
    float: left;
    width: 35.625vw;
    height: 23.4896vw;
    position: relative;
}
.about .img-box::after {
    content: "";
    position: absolute;
    right: -1.5625vw;
    top: -1.5625vw;
    background: #032459;
    width: 14.0625vw;
    height: 9.375vw;
    z-index: 1;
}
.about .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.about .txt-box {
    overflow: hidden;
    padding-left: 4.1667vw;
}
.about .txt-box h2 {
    padding: 0 0 15px;
    font-size: calc(26px + 1.0417rem);
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
}
.about .txt-box h2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #0848c3;
}
.about .txt-box h4 {
    font-size: calc(12px + 0.1042rem);
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    text-transform: uppercase;
}
.about .txt-box h3 {
    font-size: 0.9375rem;
    line-height: 2;
    color: #eeeeee;
    margin-top: 1.875vw;
    overflow: hidden;
}
.about .txt-box .more {
    margin-top: 2.3958vw;
}
.about .txt-box .more .btn-more3 {
    background: transparent;
    border-color: #818d99;
    color: #ffffff;
    width: 6.25vw;
    line-height: 2.3958vw;
    font-size: 0.8333rem;
}
.about .txt-box .more .btn-more3:before {
    background: #0848c3;
}
.about .txt-box .more .btn-more3:focus, .about .txt-box .more .btn-more3:active, .about .txt-box .more .btn-more3.active, .about .txt-box .more .btn-more3:hover {
    background: #0848c3;
    border-color: #0848c3;
    color: #ffffff;
}

@media (max-width: 1680px) {
    .about .img-box {
        width: 40.7143vw;
        height: 26.8452vw;
    }
}
@media (max-width: 1440px) {
    .about .txt-box h3 {
        font-size: 1.0417rem;
        line-height: 1.8;
    }
    .about .txt-box .more {
        margin-top: 2.0833vw;
    }
    .about .txt-box .more .btn-more3 {
        font-size: 1.0417rem;
        width: 6.9444vw;
        line-height: 2.5vw;
    }
}
@media (max-width: 1024px) {
    .about .txt-box h3 {
        font-size: 1.4258rem;
        line-height: 1.6;
    }
    .about .txt-box .more {
        margin-top: 1.7578vw;
    }
    .about .txt-box .more .btn-more3 {
        font-size: 1.2695rem;
        width: 7.8125vw;
        line-height: 2.9297vw;
    }
    .about .img-box {
        width: 49.707vw;
        height: 32.9102vw;
    }
}
@media (max-width: 991px) {
    .about .txt-box {
        width: 100%;
        padding-left: 0;
    }
    .about .txt-box h2, .about .txt-box h4 {
        text-align: center;
    }
    .about .txt-box h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .about .txt-box h3 {
        font-size: 2.1951rem;
        line-height: 1.8;
    }
    .about .txt-box .more {
        margin-top: 4.3902vw;
        text-align: center;
    }
    .about .txt-box .more .btn-more3 {
        font-size: 1.9512rem;
        width: 19.5122vw;
        line-height: 5.6098vw;
    }
    .about .img-box {
        width: calc(100% - 3.6585vw);
        height: 59.1463vw;
        margin-bottom: 3.6585vw;
    }
    .about .img-box::after {
        right: -3.6585vw;
        top: -3.6585vw;
        width: 32.9268vw;
        height: 21.9512vw;
    }
}
@media (max-width: 767px) {
    .about .txt-box h3 {
        font-size: 3.6232rem;
    }
    .about .txt-box .more {
        margin-top: 7.2464vw;
    }
    .about .txt-box .more .btn-more3 {
        font-size: 3.3816rem;
        width: 24.1546vw;
        line-height: 9.6618vw;
    }
}
/************************/
/*  Research   */
/************************/
.research {
    padding: calc(30px + 1.0417vw) 0 0;
}
.research dd {
    float: left;
    width: 26%;
    padding-right: 1.5625vw;
    -webkit-transition: width ease-in-out 0.3s;
    transition: width ease-in-out 0.3s;
}
.research dd .inner {
    position: relative;
    overflow: hidden;
}
.research dd:last-child {
    margin-right: 0;
}
.research dd.active {
    width: 48%;
}
.research dd.active .txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease-in-out 0.5s 0.3s;
    transition: all ease-in-out 0.5s 0.3s;
}
.research dd.active .name ol {
    top: auto;
    bottom: 0;
}
.research dd.active .name ol em {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.research dd.active .name ol em a {
    font-size: calc(14px + 0.1042rem);
    line-height: 1.875vw;
    padding: 0;
}
.research dd.active .name ol em i {
    position: absolute;
    top: 0;
    width: calc(22px + 0.7292vw);
    height: calc(22px + 0.7292vw);
    -webkit-animation: moveBounce-zy 3s linear infinite;
    animation: moveBounce-zy 3s linear infinite;
    background: url(/eportal/uiFramework/commonResource/image/2025022107560624275.png) no-repeat center center;
    background-size: 100%;
    margin-left: 10px;
}
.research dd.active .name ol > a {
    font-size: calc(20px + 0.2083rem);
    float: left;
    padding-left: 2.7083vw;
    position: relative;
}
.research dd.active .name ol > a:after {
    content: "";
    position: absolute;
    left: 1.8229vw;
    top: 0.4125vw;
    width: 4px;
    height: calc(18px + 0.2083rem);
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.research dd .pic {
    display: block;
    height: 23.4896vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
}
.research dd .name {
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
    width: 100%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.research dd .name ol {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40% 0 1.875vw;
    width: 100%;
    color: #fff;
    text-align: center;
    background: url(/eportal/uiFramework/commonResource/image/2025022107551350281.png) repeat-x center bottom;
    background-size: 100% 100%;
}
.research dd .name ol em {
    display: none;
    font-size: calc(14px + 0.1042rem);
    font-style: normal;
    float: right;
    position: relative;
    width: 7.2917vw;
    text-align: left;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.research dd .name ol a {
    display: block;
    font-size: calc(18px + 0.1042rem);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.research dd .txt, .research dd .name {
    position: absolute;
}

@media (max-width: 1680px) {
    .research dd .name ol em {
        right: 0.5952vw;
    }
}
@media (max-width: 1536px) {
    .research dd.active .name ol em a {
        line-height: 2.2429vw;
    }
    .research dd .name ol em {
        right: 0.9766vw;
    }
}
@media (max-width: 1440px) {
    .research dd .name ol em {
        right: 1.8302vw;
    }
}
@media (max-width: 1024px) {
    .research dd .name ol em {
        right: 4.2969vw;
    }
    .research dd.active .name ol em a {
        line-height: 2.9297vw;
    }
    .research dd.active .name ol > a {
        padding-left: 3.125vw;
    }
}
@media (max-width: 991px) {
    .research dd .name ol a {
        font-size: 1.9512rem;
    }
    .research dd.active .name ol > a {
        font-size: 2.1951rem;
    }
    .research dd.active .name ol > a:after {
        height: 1.9512vw;
    }
    .research dd.active .name ol em a {
        line-height: 3.4146vw;
    }
    .research dd .name ol em {
        right: 6.0976vw;
    }
}
@media (max-width: 767px) {
    .research dd {
        width: 100% !important;
        padding: 0;
        margin-bottom: 20px;
    }
    .research dd .pic {
        height: auto;
        padding-bottom: 60%;
    }
    .research dd .name ol {
        padding-bottom: 3.8647vw;
    }
    .research dd .name ol a {
        font-size: 3.8647rem;
    }
    .research dd.active .name ol {
        padding-bottom: 3.8647vw;
    }
    .research dd.active .name ol > a {
        font-size: 4.3478rem;
        padding-left: 6.2802vw;
    }
    .research dd.active .name ol > a:after {
        height: 4.3478vw;
        left: 3.6232vw;
        top: 0.7246vw;
    }
    .research dd.active .name ol em {
        right: 2.8986vw;
    }
    .research dd.active .name ol em a {
        line-height: 6.0386vw;
    }
    .research dd .name ol em {
        width: 23.1884vw;
    }
}
/************************/
/*  Job   */
/************************/
.picbtn-url {
    padding: calc(30px + 1.0417vw) 0 0;
}
.picbtn-url .s-box {
    width: 12.0833vw;
    height: 14.0104vw;
    margin: 0 auto;
    background: url(/eportal/uiFramework/commonResource/image/2025022107554512096.png) no-repeat center center;
    background-size: cover;
    padding-top: 25%;
}
.picbtn-url .s-box img {
    height: 2.4479vw;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.picbtn-url h4 {
    font-size: calc(16px + 0.2083rem);
    color: #ffffff;
    line-height: 1.1;
    margin: calc(20px + 0.2083vw) 0 0;
    text-align: center;
}
.picbtn-url li:nth-child(even) {
    margin-top: calc(30px + 1.0417vw);
}
.picbtn-url li:hover .s-box img {
    -webkit-transition: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -ms-transition: rotateY(360deg);
    -o-transition: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.picbtn-url li:hover h4 {
    color: #5dc6ff;
}

@media (max-width: 1680px) {
    .picbtn-url .s-box {
        width: 13.8095vw;
        height: 16.0119vw;
        padding-top: 28%;
    }
    .picbtn-url .s-box img {
        height: 2.7976vw;
    }
}
@media (max-width: 1440px) {
    .picbtn-url .s-box {
        width: 15.2778vw;
        height: 17.7083vw;
        padding-top: 33%;
    }
    .picbtn-url .s-box img {
        height: 3.125vw;
    }
}
@media (max-width: 1024px) {
    .picbtn-url .s-box {
        width: 19.5313vw;
        height: 22.6563vw;
        padding-top: 33%;
    }
    .picbtn-url .s-box img {
        height: 3.9063vw;
    }
}
@media (max-width: 991px) {
    .picbtn-url h4 {
        font-size: 1.9512rem;
    }
}
@media (max-width: 767px) {
    .picbtn-url li {
        margin-bottom: 5.7971vw;
    }
    .picbtn-url li:nth-child(even) {
        margin-top: 0;
    }
    .picbtn-url .s-box {
        width: 43.4783vw;
        height: 50.4831vw;
    }
    .picbtn-url .s-box img {
        height: 10.8696vw;
    }
    .picbtn-url h4 {
        font-size: 3.8647rem;
    }
}
/************************/
/*  Leader  */
/************************/
.leader {
    padding-bottom: 10px;
}

.leader a {
    display: block;
    position: relative;
}

.leader li {
    margin-top: 50px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.leader li:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.leader .leader-box {
    padding: calc(20px + 0.5208vw);
    background: url(/eportal/uiFramework/commonResource/image/2025022107540154434.png) no-repeat center right;
    position: relative;
    overflow: hidden;
    -ms-box-shadow: 0 0 26px 0 rgba(22, 43, 129, 0.1);
    -o-box-shadow: 0 0 26px 0 rgba(22, 43, 129, 0.1);
    -webkit-box-shadow: 0 0 26px 0 rgba(22, 43, 129, 0.1);
    box-shadow: 0 0 26px 0 rgba(22, 43, 129, 0.1);
}

.leader .leader-box .img-box {
    float: left;
    width: 12.5vw;
    height: 17.2396vw;
    margin-right: 2.6042vw;
    position: relative;
}

.leader .leader-box .img-box:after {
    content: "";
    position: absolute;
    right: -0.5208vw;
    bottom: -0.5208vw;
    background: #cedaf3;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.leader li:hover .leader-box .img-box:after {
    background: #0848c3;
}

.leader .leader-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.leader .leader-box .txt-box {
    overflow: hidden;
    padding: calc(20px + 0.5208vw) 0;
}

.leader .leader-box .txt-box h2 {
    font-size: calc(24px + 0.5208rem);
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    color: #333333;
}

.leader .leader-box .txt-box h3 {
    font-size: calc(16px + 0.2083rem);
    line-height: 1;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    color: #333333;
}

.leader .leader-box .txt-box h3:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #0661C8;
}

.leader .leader-box .txt-box h5 {
    font-size: calc(14px + 0.1042rem);
    line-height: 1;
    margin-bottom: 24px;
    position: relative;
    color: #333333;
}

.leader .leader-box .txt-box h4 {
    font-size: calc(13px + 0.1042rem);
    color: #666666;
    line-height: 1.9;
}

@media (max-width: 991px) {
    .leader .leader-box .img-box {
        width: 21.9512vw;
        height: 30.2439vw;
        margin-right: 4.6341vw;
    }
    .leader .leader-box .img-box:after {
        right: -0.9756vw;
        bottom: -0.9756vw;
    }
}
@media (max-width: 767px) {
    .leader .leader-box {
        padding-top: 0;
    }
    .leader .leader-box .img-box {
        float: none;
        margin: 6.9767vw auto 9.3023vw;
        width: 46.5116vw;
        height: auto;
    }
    .leader .leader-box .img-box img {
        width: 100%;
        height: auto;
    }
    .leader .leader-box .img-box:after {
        right: -2.3256vw;
        bottom: -2.3256vw;
    }
    .leader .leader-box .txt-box {
        float: left;
        padding: 0;
    }
    .leader .leader-box .txt-box h2 {
        font-size: 6.9767rem;
    }
    .leader .leader-box .txt-box h3 {
        font-size: 4.186rem;
    }
    .leader .leader-box .txt-box h4, .leader .leader-box .txt-box h5 {
        font-size: 3.4884rem;
    }
}
/************************/
/*  Staff  */
/************************/
.pelist {
    position: relative;
    margin-top: 30px;
}
.pelist .col-md-3 {
    width: 20%;
    float: left;
}
.pelist li {
    margin-bottom: 1.5625vw;
}
.pelist .item {
    position: relative;
}
.pelist .item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 20px;
    bottom: 9px;
    background: #ffffff;
    z-index: 0;
    border-radius: 0 1.5625vw 0;
    -webkit-border-radius: 0 1.5625vw 0;
    -moz-border-radius: 0 1.5625vw 0;
    -ms-border-radius: 0 1.5625vw 0;
    -o-border-radius: 0 1.5625vw 0;
    -webkit-box-shadow: 0px 10px 16px 0px rgba(8, 72, 195, 0.1);
    -ms-box-shadow: 0px 10px 16px 0px rgba(8, 72, 195, 0.1);
    -o-box-shadow: 0px 10px 16px 0px rgba(8, 72, 195, 0.1);
    box-shadow: 0px 10px 16px 0px rgba(8, 72, 195, 0.1);
}
.pelist .item .img-box {
    height: 11.9792vw;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    border-radius: 0 1.5625vw 0 0;
    z-index: 1;
}
.pelist .item .img-box img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.pelist .item .txt-box {
    padding: 1.0417vw 0;
    margin-bottom: 0.7813vw;
}
.pelist .item .txt-box .lunb-title {
    font-size: calc(16px + 0.1042rem);
    line-height: 1;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.pelist .item .txt-box h4 {
    font-size: calc(12px + 0.1042rem);
    position: relative;
    z-index: 1;
    text-align: center;
    color: #999999;
    padding: 0 10px 0.7813vw;
    margin-bottom: 0.7813vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.pelist .item .txt-box h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #0848c3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pelist .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pelist .item:hover:after {
    background: #0848c3;
}
.pelist .item:hover .txt-box .lunb-title, .pelist .item:hover .txt-box h4 {
    color: #ffffff;
}
.pelist .item:hover .txt-box h4:after {
    background-color: #ffffff;
}

@media (max-width: 1680px) {
    .pelist .item .img-box {
        height: 13.4524vw;
    }
}
@media (max-width: 1440px) {
    .pelist .col-md-3 {
        width: 25%;
    }
    .pelist .item .img-box {
        height: 17.1528vw;
    }
}
@media (max-width: 1024px) {
    .pelist .item .txt-box {
        padding: 1.7578vw 0;
    }
}
@media (max-width: 991px) {
    .pelist li {
        margin-bottom: 2.9268vw;
    }
    .pelist .item .img-box {
        height: 25.7317vw;
    }
    .pelist .item .txt-box {
        padding: 2.1951vw 0;
    }
    .pelist .item .txt-box h4 {
        margin-bottom: 1.5854vw;
        padding-bottom: 1.5854vw;
    }
}
@media (max-width: 767px) {
    .pelist li {
        margin-bottom: 3.4884vw;
    }
    .pelist .col-md-3 {
        width: 50%;
    }
    .pelist .item .img-box {
        height: 54.8837vw;
        border-radius: 0 6.9767vw 0 0;
        -webkit-border-radius: 0 6.9767vw 0 0;
        -moz-border-radius: 0 6.9767vw 0 0;
        -ms-border-radius: 0 6.9767vw 0 0;
        -o-border-radius: 0 6.9767vw 0 0;
    }
    .pelist .item .txt-box {
        padding: 3.4884vw 0;
    }
    .pelist .item .txt-box .lunb-title {
        font-size: 3.9535rem;
    }
    .pelist .item .txt-box h4 {
        margin-bottom: 2.3256vw;
        padding-bottom: 2.3256vw;
        font-size: 3.2558rem;
    }
    .pelist .item:after {
        border-radius: 0 6.9767vw 0;
        -webkit-border-radius: 0 6.9767vw 0;
        -moz-border-radius: 0 6.9767vw 0;
        -ms-border-radius: 0 6.9767vw 0;
        -o-border-radius: 0 6.9767vw 0;
    }
}
.module {
    margin: 2.6042vw auto 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    background: url(/eportal/uiFramework/commonResource/image/2025022107572034987.png) no-repeat bottom center;
    background-size: 100%;
    border-top: #0848c3 solid 3px;
    -ms-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -o-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
}

.module-a {
    float: right;
    padding-bottom: 200em;
    margin-bottom: -200em;
}

.module-b, .module-c, .module-d {
    float: left;
    padding-bottom: 200em;
    margin-bottom: -200em;
}

.module-a {
    width: 25%;
}

.module-b {
    width: 75%;
}

.module-b .jbinfo {
    padding: 3.125vw 1.0417vw 2.0833vw 2.6042vw;
}

.ryname {
    position: relative;
}

.ryname_l {
    color: #333333;
    float: left;
    font-size: calc(24px + 0.5208rem);
    line-height: 1;
    padding: 0 0 26px;
    padding-right: 3px;
    position: relative;
}
.ryname_l :after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background: #0848c3;
}
.ryname_l span {
    font-size: calc(16px + 0.2083rem);
    margin-left: 15px;
}
.ryname_l span i {
    color: #666666;
    margin-right: 15px;
}

.rcphotobox {
    width: 100%;
    height: 15.1042vw;
    display: table;
    padding: 1.9792vw 2.0833vw 1.9792vw 1.0417vw;
    position: relative;
    z-index: 1;
}
.rcphotobox span {
    display: table-cell;
    vertical-align: middle;
}
.rcphotobox span img {
    max-height: 12.5vw;
    border: #efefef solid 0px;
}

.pepxl-txt {
    margin-top: 0.4167vw;
    font-size: calc(14px + 0.1042rem);
    line-height: 1.5;
}
.pepxl-txt li {
    margin-top: 1.0417vw;
}
.pepxl-txt span {
    color: #333333;
    font-weight: 700;
    font-size: calc(14px + 0.1042rem);
    float: left;
}
.pepxl-txt i {
    color: #0848c3;
    font-style: normal;
    font-weight: 500;
    word-break: break-all;
    margin-left: 1.0417vw;
}

.direction {
    margin-top: 2.3438vw;
    padding-bottom: 18px;
    position: relative;
}
.direction .tabnav .row {
    margin-left: -5px;
    margin-right: -5px;
}
.direction .tabnav .row > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
}
.direction .tabnav .col-sm-4 {
    width: auto;
}
.direction .tabnav li a {
    display: block;
    padding: 0.9896vw 2.0833vw;
    position: relative;
    background: #b9c4db;
    text-align: center;
    font-size: calc(14px + 0.2083rem);
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.direction .tabnav li a span {
    display: block;
}
.direction .tabnav li a:hover {
    color: #ffffff;
    opacity: 1;
    background: #0848c3;
}
.direction .tabnav li.active a {
    color: #ffffff;
    opacity: 1;
    background: #0848c3;
}
.direction .tabcont {
    background: #ffffff;
    padding: 2.6042vw;
    -ms-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -o-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.direction .item {
    display: none;
    font-size: calc(14px + 0.1042rem);
    line-height: 1.8;
}
.direction .item:first-child {
    display: block;
}
.direction .item p {
    margin-bottom: 0.7813vw;
    text-align: justify;
}
.direction .item p:last-child {
    margin-bottom: 0;
}
.direction .item::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2px;
}
.direction .item::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
}
.direction .item::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 2px;
}

@media (max-width: 1440px) {
    .rcphotobox span img {
        max-height: 14.5vw;
    }
}
@media screen and (max-width: 1199px) {
    .rcphotobox span img {
        max-height: 16.5vw;
    }
}
@media (max-width: 991px) {
    .module, .direction {
        margin-top: 4.5vw;
    }
    .rcphotobox span img {
        max-height: 19.5vw;
    }
    .direction .tabnav li a {
        padding: 1.5896vw 2.0833vw;
    }
}
@media screen and (max-width: 767px) {
    .module, .direction {
        margin-top: 5.814vw;
    }
    .module-a {
        width: 100%;
    }
    .module-b {
        width: 100%;
    }
    .module-b .jbinfo {
        padding: 5.814vw;
    }
    .rcphotobox {
        padding: 5.814vw;
    }
    .rcphotobox span img {
        max-height: 66.5vw;
    }
    .pepxl-txt {
        padding-top: 1.8605vw;
    }
    .pepxl-txt li {
        margin-top: 2.7907vw;
    }
    .pepxl-txt span, .pepxl-txt i {
        font-size: 3.7209rem;
    }
    .direction .tabcont {
        padding: 4.6512vw;
    }
    .direction .item {
        font-size: 3.4884rem;
    }
    .direction .tabnav li {
        margin-bottom: 1.8605vw;
    }
    .direction .tabnav li a {
        padding: 2.3256vw;
        font-size: 3.9535rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .direction .tabnav .col-sm-4 {
        width: 50%;
        float: left;
    }
}
.papersearch {
    background: #f7faff;
    margin-top: calc(25px + 1.3021vw);
    margin-bottom: calc(22px + 0.9375vw);
    padding: 10px;
    position: relative;
    overflow: hidden;
    height: 70px;
}
.papersearch .inputbox {
    width: calc(100% - 80px);
    height:50px;
    border: #e5e6e8 solid 1px;
    background: #ffffff;
    line-height: 48px;
    padding: 0 20px;
    font-size: calc(14px + 0.1042rem);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #888888;
    position: absolute;
    top: 10px;
    left: 10px;
}
.papersearch .submit {
    width: 50px;
    height: 50px;
    background: url(/eportal/uiFramework/commonResource/image/2025022107552751158.png) no-repeat center center #ffffff;
    background-size: 46%;
    border: #e5e6e8 solid 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.papersearch .submit:hover {
    background-color: #ddeaff;
    border-color: #ddeaff;
}
.papersearch input[type=text]::-webkit-input-placeholder {
    color: #888 !important;
    font-family: Arial;
}
.papersearch input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.paper {
    margin-bottom: calc(22px + 0.9375vw);
    position: relative;
}
.paper li {
    margin-bottom: 8px;
    font-size: calc(14px + 0.2083rem);
    color: #333333;
    padding: 1.1979vw 1.3542vw;
    background: #f7faff;
    border-left: #0848c3 solid 2px;
}

@media (max-width: 1024px) {
    .paper li {
        font-size: calc(16px + 0.2083rem);
        padding: 1.9531vw 2.3438vw;
    }
}
@media (max-width: 767px) {
    .papersearch .inputbox {
        font-size: 3.7209rem;
    }
    .paper li {
        font-size: 3.7209rem;
        padding: 3.7209rem 4.186rem;
    }
}
/************************/
/*  Image Text List  */
/************************/
.img-textlist,.table-box {
    margin-top: calc(25px + 1.3021vw);
    margin-bottom: 2.6042vw;
}
.img-textlist .list-module {
    position: relative;
    z-index: 0;
}
.img-textlist .list-module a {
    position: relative;
    padding: 1.5625vw;
    display: block;
    overflow: hidden;
    z-index: 2;
    background: #FFFFFF;
    -ms-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -o-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(56, 46, 47, 0.1);
}
.img-textlist .list-module .new-img {
    float: left;
    width: 17.0833vw;
    height: 11.3542vw;
    margin-right: 2.0833vw;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.img-textlist li a.new-box[data-img=""] .new-img {
    display: none;
}
.img-textlist .list-module .new-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.img-textlist .list-module .new-txt {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.img-textlist .list-module .new-txt .date {
    font-size: 1.25rem;
    color: #0848c3;
    line-height: 1.1;
    margin-right: 3.125vw;
}
.img-textlist .list-module .new-txt .date span {
    display: inline-block;
    font-size: 0.8333rem;
    margin-top: 0.625vw;
}
.img-textlist .list-module .new-txt h4 {
    position: relative;
    font-size: 1.0417rem;
    line-height: 1.4;
    margin-top: 0.3646vw;
    margin-bottom: 0.5208vw;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    z-index: 2;
}
.img-textlist .list-module .new-txt h5 {
    font-size: 0.7292vw;
    line-height: 1.6;
    margin-top: 0.625vw;
    color: #888888;
    overflow: hidden;
    max-height: 3.4896vw;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.img-textlist .list-module .new-txt .btzy {
    overflow: hidden;
    margin-bottom: 1.0417vw;
}
.img-textlist .list-module .new-txt .more {
    padding: 0.625vw 2.0833vw;
    font-size: 0.7292rem;
    line-height: 1;
    color: #ffffff;
    border-radius: 30px;
    display: inline-block;
    float: right;
    background: #0848c3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.img-textlist .list-module:hover a {
    background: url(/eportal/uiFramework/commonResource/image/2025022107564273990.jpg) no-repeat bottom right #0848c3;
    background-size: auto 100%;
}
.img-textlist .list-module:hover .new-img img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.img-textlist .list-module:hover .new-txt h4, .img-textlist .list-module:hover .new-txt .date {
    color: #ffffff;
}
.img-textlist .list-module:hover .new-txt h5 {
    color: #b9c3e8;
}
.img-textlist .list-module:hover .new-txt .more {
    color: #0848c3;
    background: #ffffff;
}
.img-textlist li {
    margin-bottom: 1.5625vw;
}

@media (max-width: 1680px) {
    .img-textlist,.table-box {
        margin-bottom: 2.9762vw;
    }
    .img-textlist .list-module a {
        padding: 1.7857vw;
    }
    .img-textlist .list-module .new-img {
        width: 19.5238vw;
        height: 12.9762vw;
        margin-right: 2.381vw;
    }
    .img-textlist .list-module .new-txt h4 {
        font-size: 1.1905rem;
        margin-top: 0.4167vw;
        margin-bottom: 0.5952vw;
    }
    .img-textlist .list-module .new-txt h5 {
        font-size: 0.8333vw;
        margin-top: 0.7143vw;
        max-height: 27.7976vw;
    }
    .img-textlist .list-module .new-txt .date {
        font-size: 1.4286rem;
    }
    .img-textlist .list-module .new-txt .date span {
        font-size: 0.9524rem;
        margin-top: 0.7143vw;
    }
    .img-textlist .list-module .new-txt .more {
        padding: 0.7143vw 2.381vw;
        font-size: 0.8333rem;
    }
    .img-textlist li {
        margin-bottom: 1.7857vw;
    }
}
@media (max-width: 1366px) {
    .img-textlist,.table-box {
        margin-bottom: 3.6603vw;
    }
    .img-textlist .list-module a {
        padding: 2.1962vw;
    }
    .img-textlist .list-module .new-img {
        width: 22.0351vw;
        height: 14.6413vw;
        margin-right: 2.9283vw;
    }
    .img-textlist .list-module .new-txt h4 {
        font-size: 1.3909rem;
        margin-top: 0.4392vw;
    }
    .img-textlist .list-module .new-txt h5 {
        font-size: 1.0294rem;
        margin-top: 0.8785vw;
        max-height: 4.9048vw;
    }
    .img-textlist .list-module .new-txt .date {
        font-size: 1.7647rem;
    }
    .img-textlist .list-module .new-txt .date span {
        font-size: 1.1765rem;
        margin-top: 0.7321vw;
    }
    .img-textlist .list-module .new-txt .more {
        padding: 0.8785vw 2.9283vw;
        font-size: 1.0249rem;
    }
}
@media (max-width: 1024px) {
    .img-textlist,.table-box {
        margin-bottom: 4.8828vw;
    }
    .img-textlist .list-module a {
        padding: 2.9297vw;
    }
    .img-textlist .list-module .new-img {
        width: 29.3945vw;
        height: 19.5313vw;
        margin-right: 3.5156vw;
    }
    .img-textlist .list-module .new-txt h4 {
        font-size: 1.7578rem;
        margin-top: 0.6836vw;
        margin-bottom: 0.9766vw;
    }
    .img-textlist .list-module .new-txt h5 {
        font-size: 1.3672rem;
        margin-top: 1.1719vw;
        max-height: 6.543vw;
    }
    .img-textlist .list-module .new-txt .date {
        font-size: 2.3438rem;
    }
    .img-textlist .list-module .new-txt .date span {
        font-size: 1.5625rem;
        margin-top: 0.9766vw;
    }
    .img-textlist .list-module .new-txt .btzy {
        margin-bottom: 1.9531vw;
    }
    .img-textlist .list-module .new-txt .more {
        padding: 0.9766vw 3.418vw;
        font-size: 1.3672rem;
    }
    .img-textlist li {
        margin-bottom: 2.9297vw;
    }
}
@media (max-width: 991px) {
    .img-textlist,.table-box {
        margin-bottom: 4.878vw;
    }
    .img-textlist .list-module a {
        padding: 3.1707vw;
    }
    .img-textlist .list-module .new-img {
        width: 31.7073vw;
        height: 21.0976vw;
        margin-right: 3.6585vw;
    }
    .img-textlist .list-module .new-txt h4 {
        font-size: 2.1951rem;
        margin-top: 0.7317vw;
        margin-bottom: 1.2195vw;
    }
    .img-textlist .list-module .new-txt h5 {
        font-size: 1.7073rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        margin-top: 1.4634vw;
        max-height: 5.4878vw;
    }
    .img-textlist .list-module .new-txt .date {
        font-size: 2.6829rem;
    }
    .img-textlist .list-module .new-txt .date span {
        font-size: 1.8293rem;
        margin-top: 1.2195vw;
    }
    .img-textlist .list-module .new-txt .more {
        padding: 1.0976vw 3.6585vw;
        font-size: 1.5854rem;
    }
    .img-textlist li {
        margin-bottom: 3.4146vw;
    }
}
@media (max-width: 767px) {
    .img-textlist,.table-box {
        margin-bottom: 6.0976vw;
    }
    .img-textlist .list-module a {
        padding: 3.7209vw;
    }
    .img-textlist .list-module .new-img {
        width: 100%;
        height: 54.8837vw;
        margin-left: 0;
        float: left;
        margin-bottom: 4.6512vw;
    }
    .img-textlist .list-module .new-txt {
        float: left;
    }
    .img-textlist .list-module .new-txt h4 {
        font-size: 4.186rem;
        margin-top: 0;
    }
    .img-textlist .list-module .new-txt h5 {
        font-size: 3.2558rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        margin-top: 2.7907vw;
        max-height: 15.5814vw;
    }
    .img-textlist .list-module .new-txt .date {
        font-size: 5.5814rem;
    }
    .img-textlist .list-module .new-txt .date span {
        font-size: 3.7209rem;
        margin-top: 1.3953vw;
    }
    .img-textlist .list-module .new-txt .btzy {
        margin-bottom: 4.6512vw;
    }
    .img-textlist .list-module .new-txt .more {
        padding: 2.3256vw 6.9767vw;
        font-size: 3.2558rem;
    }
    .img-textlist li {
        margin-bottom: 6.5116vw;
    }
}
.xlmain .wztitle {
    color: #333333;
}
.xlmain hr {
    border-color: #e2e2e2;
}
.xlmain .cont-page {
    border-color: #e2e2e2;
    color: #777777;
}
.xlmain .cont-page .a-page a {
    color: #777777;
}
.xlmain .cont-page .a-page:hover {
    color: #333333;
}
.xlmain .cont-page .a-page:hover a {
    color: #0848c3;
}
.xlmain .nrfont font, .xlmain .nrfont p, .xlmain .nrfont span, .xlmain .nrfont div, .xlmain .nrfont a, .xlmain .nrfont-dp font, .xlmain .nrfont-dp p, .xlmain .nrfont-dp span, .xlmain .nrfont-dp div, .xlmain .nrfont-dp a {
    color: #311f1f !important;
}
.xlmain .nrfont strong, .xlmain .nrfont-dp strong {
    color: #333333;
}
.xlmain .basicinfo {
    border-bottom: #e8e0e0 solid 1px;
}

.recruit {
    margin-top: 2.3438vw;
    position: relative;
}
.recruit .tabnav .row {
    margin-left: -5px;
    margin-right: -5px;
}
.recruit .tabnav .row > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
}
.recruit .tabnav .col-sm-4 {
    width: 20%;
    float: left;
}
.recruit .tabnav li a {
    display: block;
    padding: 0.7813vw 10px;
    position: relative;
    background: #b9c4db;
    text-align: center;
    font-size: calc(14px + 0.2083rem);
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.recruit .tabnav li a span {
    display: block;
    margin-top: 10px;
}
.recruit .tabnav li a:hover {
    color: #ffffff;
    opacity: 1;
    background: #0848c3;
}
.recruit .tabnav li.active a {
    color: #ffffff;
    opacity: 1;
    background: #0848c3;
}
.recruit .tabcont {
    background: #f7f9ff;
    padding: 2.6042vw;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
.recruit .item {
    display: none;
    font-size: calc(14px + 0.1042rem);
    line-height: 1.8;
}
.recruit .item:first-child {
    display: block;
}
.recruit .item p {
    margin-bottom: 0.7813vw;
    text-align: justify;
}
.recruit .item p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .recruit {
        margin-top: 4.5vw;
    }
    .recruit .tabnav li a {
        padding: 1.5896vw 2.0833vw;
    }
}
@media screen and (max-width: 767px) {
    .recruit {
        margin-top: 5.814vw;
    }
    .recruit .tabcont {
        padding: 4.6512vw;
    }
    .recruit .item {
        font-size: 3.4884rem;
    }
    .recruit .tabnav li {
        margin-bottom: 1.3953vw;
    }
    .recruit .tabnav li a {
        padding: 2.3256vw;
        font-size: 3.9535rem;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .recruit .tabnav li a span {
        display: inline-block;
        margin-top: 0;
    }
    .recruit .tabnav .col-sm-4 {
        width: 100%;
    }
}
.jobinfo {
    margin-top: calc(25px + 1.3021rem);
    position: relative;
    background: #f7f9ff;
    padding: 2.6042vw;
    font-size: calc(14px + 0.1042rem);
    line-height: 1.8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.jobinfo p {
    margin-bottom: calc(12px + 0.2604vw);
    text-align: justify;
}
.jobinfo p:last-child {
    margin-bottom: 0;
}
.jobinfo .infopart {
    margin-top: calc(25px + 1.0417vw);
    margin-bottom: calc(15px + 0.3646vw);
    background: #e7edf9;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #e7edf9), color-stop(80%, transparent));
    background: linear-gradient(to right, #e7edf9 10%, transparent 80%);
}
.jobinfo .infopart:nth-of-type(1) {
    margin-top: 0;
}
.jobinfo .infopart h4 {
    font-size: calc(15px + 0.1563rem);
    font-weight: 700;
    color: #0848c3;
    line-height: calc(24px + 0.5208vw);
    background: url(/eportal/uiFramework/commonResource/image/2025022107543351967.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: calc(52px + 0.7292vw);
}

@media (max-width: 767px) {
    .jobinfo {
        padding: 4.6512vw;
        font-size: 3.4884rem;
    }
    .jobinfo .infopart h4 {
        font-size: 3.9535rem;
        line-height: 7.907vw;
        padding-left: 15.3488vw;
    }
}
.submenu {
    margin-top: calc(25px + 1.3021rem);
}
.submenu li {
    margin: 0 5px 10px;
    list-style: none;
    display: inline-block;
}
.submenu li a {
    font-size: calc(16px + 0.1042rem);
    border: #0848c3 solid 1px;
    width: calc(200px + 4.1667vw);
    display: block;
    overflow: hidden;
    text-align: center;
    padding: calc(10px + 0.1563vw);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.submenu li a.active, .submenu li a:hover {
    background: #0848c3;
    border-color: #0848c3;
    color: #ffffff;
}

.table-box {
    overflow: hidden;
    overflow-x: auto;
    margin-top: calc(25px + 0.2604vw);
}
.table-box .min-table {
    min-width: 31.25vw;
}
.table-box .table {
    width: 100%;
    margin-bottom: 0;
}
.table-box .table .table-thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #0848c3;
}
.table-box .table .table-thead > li {
    float: left;
    font-weight: normal;
    font-size: calc(12px + 0.1042rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    padding: calc(10px + 0.1563rem) 10px;
    border-right: #ffffff solid 1px;
}
.table-box .table .table-thead > li:nth-child(1) {
    width: 11%;
}
.table-box .table .table-thead > li:nth-child(2) {
    width: 23%;
}
.table-box .table .table-thead > li:nth-child(3) {
    width: 37%;
}
.table-box .table .table-thead > li:nth-child(4) {
    width: 11%;
}
.table-box .table .table-thead > li:nth-child(5) {
    width: 18%;
}
.table-box .table .table-tbody > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #e5eeff;
}
.table-box .table .table-tbody > ul:nth-child(2n) {
    background: #f7faff;
}
.table-box .table .table-tbody > ul li {
    float: left;
    font-size: calc(12px + 0.1042rem);
    color: #333333;
    line-height: 1.4;
    padding: calc(10px + 0.1563rem) calc(10px + 0.4167vw);
    border-right: #ffffff solid 1px;
}
.table-box .table .table-tbody > ul li:nth-child(1) {
    width: 11%;
}
.table-box .table .table-tbody > ul li:nth-child(2) {
    width: 23%;
}
.table-box .table .table-tbody > ul li:nth-child(3) {
    width: 37%;
}
.table-box .table .table-tbody > ul li:nth-child(4) {
    width: 11%;
}
.table-box .table .table-tbody > ul li:nth-child(5) {
    width: 18%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(1) {
    width: 22%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(2) {
    width: 28%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(3) {
    width: 20%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(4) {
    width: 16%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(5) {
    width: 14%;
}
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(1) {
    width: 22%;
}
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(2) {
    width: 28%;
}
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(3) {
    width: 20%;
}
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(4) {
    width: 16%;
}
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(5) {
    width: 14%;
}

@media (max-width: 1366px) {
    .table-box .min-table {
        min-width: 43.9239vw;
    }
    .table-box .table .table-thead > li {
        font-size: calc(12px + 0.1464rem);
    }
    .table-box .table .table-tbody > ul li {
        font-size: calc(12px + 0.1464rem);
    }
}
@media (max-width: 1024px) {
    .table-box .min-table {
        min-width: 58.5938vw;
    }
    .table-box .table .table-thead > li {
        font-size: calc(12px + 0.1953rem);
    }
    .table-box .table .table-tbody > ul li {
        font-size: calc(12px + 0.1953rem);
    }
}
@media (max-width: 767px) {
    .submenu li a {
        width: auto;
        padding: 1.3953vw 3.4884vw;
    }
    .table-box {
        margin-top: 3.4884vw;
    }
    .table-box .min-table {
        min-width: 186.6667rem;
    }
    .table-box .table .table-thead > li {
        font-size: 3.7333rem;
        line-height: 6.4rem;
        padding: 2.6667rem 2.6667rem;
    }
    .table-box .table .table-tbody > ul li {
        font-size: 3.7333rem;
        line-height: 6.4rem;
        padding: 2.6667rem 2.6667rem;
    }
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    width: 5.2083rem !important;
    height: 5.2083rem !important;
    margin: 0 auto !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table tr {
    height: auto !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table td {
    width: auto !important;
}
b, strong {
    font-size: calc(16px + 0.1042rem);
    color: #333;
}


body .page-main .search-header {
    margin-bottom: 40px;
margin-top: 10px;

}
body .page-main .search-header .search-po {
    background: none;
}
body .page-main .search-header .search {
    padding: 0 !important;
}
body .page-main .search-header .search .wrapper-box {
    width: 100% !important;
}
body .page-main .search-header .search .wrapper-box .search-box-div {
    width: 100%;
}
body .page-main .search-header .search .wrapper-box .search-box-div > div:nth-child(1) {
    width: 100%;
}
body .page-main .search-header .search .wrapper-box .wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    background-color: transparent !important;
    border: 1px solid #166AE7;
}
body .page-main .search-header .search .wrapper-box .container-1-left {
    padding: 0;
    margin: 0;
}
body .page-main .search-header .search .container-1 {
    display: none;
}
body .search-header .search .action-logo {
    display: none;
}
body .page-main .search-header .search .wrapper .search-header-info {
    line-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
}
body .page-main .search-header .search .wrapper .group .view {
    background-color: #014EC0 !important;
}
body .page-main .search-header .search-footer-container {
    display: none;
}
body .page-main .search-tool {
    display: none;
}
body .page-main .content .container {
    padding: 0;
}

.search-text-several .mod .body .group-3 .summary-1 {
    color: #9C9DAF !important;
}
.search-text-several .mod .search-text-header .header .group .summary-1 {

}
.search-text-several .mod .body .group-3 .view .summary-3 {
    color: #9C9DAF !important;
}
.search-text-several .mod .body .group-3 {
    margin-left: 20px !important;
}
.search-text-several .mod {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .search-text-several .mod .search-text-header .header .group .summary-1 {
        width: 72rem !important;
    }
    .search-text-several .mod .body {
        display: block !important;
        overflow: hidden;
    }
    .search-text-several .mod .body .group-img {
        float: left;
        margin-right: 5.3333rem;
    }
    .search-text-several .mod .body .group-3 {
        overflow: hidden;
        width: auto !important;
        margin-left: 0px !important;
    }
}

@media (min-width: 1930px) {
  .social-share .icon-wechat .wechat-qrcode .qrcode table {
    width: 4.2083rem !important;
    height: 4.2083rem !important;
  }
}