@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    src: url(/content/fonts/HarmonyOS_Sans_Medium.ttf);
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1660px) and (min-width: 1250px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1249.98px) and (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 13.3333333vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "Microsoft YaHei", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.3rem;
    }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
    box-shadow: none;
}

input[type="radio"],
input[type="checkbox"],
input[type="text"],
textarea {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none; */
    margin-right: 5px;
}

input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}


/* @media screen and (min-width: 992px) {
    a[href]:hover {
        color: #39b09c;
    }
} */

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

table {
    border: solid 1px #e5e5e5;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e5e5e5;
    word-break: break-all;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

h5 {
    font-weight: normal;
}

.lg-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    padding: 0 3em;
}

.global-inner:before,
.global-inner:after {
    content: "";
    display: table;
    clear: both;
}

.global-inner {
    width: 85vw;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1200px) {
    .header .global-inner {
        width: 960px;
    }
    .footer .foot-logo {
        width: 12%;
    }
}

@media screen and (max-width: 1100px) {
    /* .footer .global-inner {
        width: 960px;
    } */
}

@media (max-width: 991.98px) {
    .global-inner,
    .lg-inner,
    .md-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.5rem !important;
        margin: 0 auto;
    }
    .foot-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.3rem !important;
        margin: 0 auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    display: inline-block;
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bot-0 {
    padding-bottom: 0 !important;
}

.t-center {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
    .block-lg-down {
        display: block !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/*** 无内容提示 ***/

.gnull-tips {
    width: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #999;
    text-align: center;
    min-height: 300px;
}

.nodata1 {
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 5em;
}

.nodata {
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.nodataText {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 1.625em;
    color: #666;
}


/* 404 */

.page-404 {
    padding: 5em 0;
}

.page-404 .row {
    justify-content: center;
    -webkit-justify-content: center;
}

.page-404 img {
    max-width: 100%;
    display: block;
    margin: 0 auto 3.2em;
}

.page-404 .title {
    font-size: 20px;
    line-height: 1.5em;
    color: #242424;
    margin-bottom: 1em;
}

.page-404 .doc {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
    display: flex;
    display: -webkit-flex;
}

.page-404 .doc h5 {
    white-space: nowrap;
    width: 6.5em;
    flex: 0 0 6.5em;
    -webkit-flex: 0 0 6.5em;
}

.page-404 .tool {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.page-404 .go-home {
    width: 8.75em;
    height: calc(3.125em + 2px);
    display: block;
    border-radius: 1.65em;
    background: #009b4c;
    border: solid 1px #009b4c;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 3.125em;
    margin-top: 2.125em;
}


/* 错误页 */

.m-error_container {
    width: 100%;
    text-align: center;
    padding: 5em 2em;
}

.m-error_container .imgs {
    max-width: 100%;
    display: block;
    margin: 0 auto 1.5em;
}

.m-error_title {
    font-size: 20px;
    line-height: 1.5em;
    color: #242424;
    margin-bottom: 1em;
    display: block;
}

.m-error_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
}

.m-error_description {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
    .page-404 .go-home:hover {
        background-color: #fff;
        color: #fe2c55;
    }
}

@media screen and (max-width: 767.98px) {
    .gnull-tips {
        font-size: 0.28rem;
        line-height: 1rem;
        min-height: 3rem;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 3px;
    opacity: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #009b4c;
}

.scrollbox,
.scrollbox2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
    .scrollbox {
        overflow-y: auto !important;
    }
    .scrollbox2 {
        overflow-x: auto !important;
    }
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header,
.modal-footer {
    position: relative;
    z-index: 1060;
}


/**** animate ***/

.animated {
    animation-delay: 0.1s;
}

.is-antd {
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-antd.is-active {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInUp2 {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    animation-name: fadeInUp2;
    -webkit-animation-name: fadeInUp2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    animation-name: fadeInUp3;
    -webkit-animation-name: fadeInUp3;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 4rem;
    height: 4rem;
    border: solid 2px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 22, 0.3);
    border-radius: 100%;
    z-index: 50;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-button>.vjs-icon-placeholder:before {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.video-js.vjs-paused .vjs-big-play-button {
    display: block;
}

.video-js.vjs-has-started .vjs-control-bar {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 0.8rem;
        height: 0.8rem;
    }
    .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 0.24rem;
        height: 0.24rem;
    }
}


/*** modal-video ***/

.modal-video {
    background: #000016;
    z-index: 5000;
}

.modal-video .modal-close {
    width: 3em;
    height: 3em;
    position: absolute;
    right: 2.5em;
    top: 1.6em;
    margin: 0;
    border: none;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.modal-video .modal-close .bi {
    width: 1em;
    height: 1em;
    display: block;
    color: #b8bfcc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
}

.modal-video .modal-content {
    width: 960px;
    max-width: 86vw;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.modal-video .video-box {
    width: 100%;
    /* padding-top: 56.25%; */
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
    }
    .modal-video .modal-close {
        width: 0.8rem;
        height: 0.8rem;
        top: 0.3rem;
        right: 0.3rem;
        z-index: 1100;
    }
}


/* 表单 */

.form-group {
    width: 100%;
    position: relative;
    z-index: 5;
}

.form-group .must {
    color: #ff0000;
    margin-left: 8px;
    display: block;
    font-style: normal;
}

.form-group.has-error .help-block {
    color: #ff0000;
}

.form-group.has-error .form-control {
    border-color: #ff0000;
}

.help-block {
    font-size: 12px;
    font-size: 0.6rem;
    line-height: 1.5em;
    margin-top: 0.5em;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-group-cell {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: .8em;
    width: 76%;
}

.checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 2.125em;
}

.checkbox input[type="checkbox"] {
    width: 0.875em;
    height: 0.875em;
    display: block;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    margin-right: 0.75em;
}

.checkbox input[type="checkbox"]:checked {
    background: url("/content/img/images/check-white.svg") no-repeat center center #39b09c;
    background-size: 0.625em;
    border-color: #39b09c;
}

#formTips {
    background-color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    padding: 0.5em 1em;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1020;
    border-radius: 0.5em;
}

#formTips .help-block {
    display: none;
    margin: 0;
    font-size: 0.8em;
    line-height: 2em;
    color: #fff;
}

@media screen and (max-width: 991.98px) {
    .help-block {
        font-size: 0.24rem;
        line-height: .4rem;
        margin: 0;
    }
    .checkbox {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
}


/*** 表单提示弹窗 ***/

.modal-tips .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}

.modal-tips .modal-content {
    width: 22.5em;
    max-width: 100%;
    background: #fff;
    border-radius: 0.4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    padding: 2.5em 2em 1.7em;
}

.modal-tips .modal-close {
    width: 2.5em;
    height: 2.3em;
    display: block;
    background: url("/content/img/images/x-black.svg") no-repeat center center;
    background-size: 0.9em;
    margin: 0 auto 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-tips .icon {
    width: 3.2em;
    margin: 0 auto 1em;
    color: #39b09c;
}

.modal-tips .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.modal-tips .icon .bi {
    width: 3.2em;
    height: 3.2em;
    display: block;
}

.modal-tips .tit {
    font-size: 28px;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.modal-tips .word {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
}

.modal-tips .tool {
    margin-top: 1.4em;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.modal-tips .btn-sure {
    width: 8.6em;
    height: 2.57em;
    font-size: 14px;
    font-size: 0.7em;
    line-height: 2.42em;
    display: block;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 767.98px) {
    .modal-tips .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-tips .word {
        font-size: 1em;
    }
    .modal-tips .btn-sure {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.58rem;
        font-size: 0.24rem;
    }
}


/*** 鼠标经过 ****/

.btn-h {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.btn-h a,
.btn-h span {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 5;
    height: 100%;
}

.btn-h::after {
    content: "";
    display: block;
    width: 300%;
    padding-top: 300%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: inherit;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    opacity: 0;
    border-radius: 100%;
    margin: -150% 0 0 -150%;
}

.btn-h .bi {
    display: block;
    position: relative;
    z-index: 5;
}

.btn-h .hover {
    display: none;
}

@media screen and (min-width: 1000px) {
    .btn-h:hover::after {
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }
    .btn-h:hover .img {
        display: none;
    }
    .btn-h:hover .hover {
        display: block;
    }
}


/* 头部开始 */

.header {
    width: 100%;
    height: 5.5em;
    display: block;
    background: #fff;
    position: relative;
    z-index: 100;
    line-height: 5.5em;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    border-bottom: solid 1px #f7f7f7;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.head-place {
    height: 5.5em;
    display: none;
}

.head-logo {
    float: left;
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    /* padding-top: 1em;
    padding-top: 20px; */
}

.head-logo img {
    height: 3.45em;
    display: block;
}

.head-fr {
    float: right;
    padding: 0.65em 0 0;
    height: 100%;
}

.head-t1 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    line-height: 0;
    margin-bottom: 0.35em;
}

.head-sch {
    width: 10em;
    height: 1.6em;
    display: block;
    border-radius: 0.8em;
    /* border: solid 1px #ccc; */
    position: relative;
    padding: 0 1.65em 0 1.15em;
    margin-right: 0.9em;
    background-color: #f7f7f7;
    position: relative;
    padding: 0 1.65em 0 1.15em;
    margin-right: 0.9em;
}

.head-sch .inpt {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.7em;
    line-height: 2em;
    color: #333;
    border: none;
    background-color: #f7f7f7;
}

.head-sch .inpt::-webkit-input-placeholder {
    color: #ccc;
}

.head-sch .btn-sch {
    width: 3em;
    height: 100%;
    display: block;
    background: url("/content/Img/images/icon-sch.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.head-link {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    font-size: 0.7em;
    color: #666;
}

.head-link a {
    display: block;
    padding: 0 1em;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-link a:first-child {
    padding-left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-link a:last-child {
    padding-left: 0.714em;
    padding-right: 0;
}


/* .head-link a:nth-child(2) img {
    padding-right: 2px;
} */

.head-link a:last-child img {
    padding-right: 4px;
}

.head-link a span {
    font-size: 20px;
    color: #009b4c;
    font-style: italic;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-left: 6px;
}

.head-link a img {
    /* width: 1.29em; */
    max-width: 18px;
    vertical-align: baseline;
}

.head-link a:first-child img {
    width: 124px;
    height: 17px;
}


/* 头部右边底部开始 */

.head-t2 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    line-height: 2.2em;
}

.head-navlist {
    display: flex;
    display: -webkit-flex;
    margin: 0 calc(-2.5em + 14px);
    font-size: 18px;
    font-size: 0.9em;
}

.head-navlist>li {
    position: relative;
    padding: 0 1.5em;
}


/* .head-navlist>li.active .navlv1::after {
    width: 100%;
    opacity: 1;
} */

.head-navlist>li.active::before {
    width: 108%;
    opacity: 1;
}

.head-navlist a {
    display: block;
}

.head-navlist a:after {
    content: "";
    display: block;
    background-image: url(/content/Img/images/head-sj.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 7px;
    height: 6px;
    right: -14px;
    top: 37.5%;
    transform: translateY(-37.5%);
    -webkit-transform: translateY(-37.5%);
}

.head-navlist .navlv2 a:after {
    display: none;
}

.head-navlist .navlv1 {
    padding-bottom: 1em;
    position: relative;
}

.head-navlist .activeX::before {
    content: "";
    display: block;
    /* width: 3.9375em; */
    width: 100%;
    height: 3px;
    background: #009b4c;
    position: absolute;
    right: 0;
    bottom: 0.6875rem;
}


/* .head-navlist .activeW::before {
    content: "";
    display: block;
    width: 3.9375em;
    height: 3px;
    background: #009b4c;
    position: absolute;
    right: 0;
    bottom: 0.6875rem;
} */


/* .head-navlist>li.active .activeW {
    display: none;
} */

.head-navlist .navitem:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.125em;
    background: #d9d9d9;
    position: absolute;
    right: -0.3125em;
    top: 37.5%;
    transform: translateY(-37.5%);
    -webkit-transform: translateY(-37.5%);
}

.head-navlist .navitem::before {
    content: "";
    width: 0;
    height: 4px;
    display: block;
    background: #00a546;
    position: absolute;
    left: 0;
    bottom: -1px;
    /* bottom: 1px; */
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.head-navlist .navitem:last-child::after {
    display: none;
}

.head-navlist .subnav-box {
    min-width: 11.2em;
    min-width: 108%;
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    /* font-size: 0.8em; */
    line-height: 2.875em;
    padding: 1.25em 0;
    display: none;
    position: absolute;
    /* left: -0.75em; */
    left: 0em;
    top: 100%;
    z-index: 120;
    box-shadow: 0px 2px 6px 0px rgba(8, 31, 70, 0.3);
    border-radius: 0px 0px 8px 8px;
    /* color: #0054a3;*/
}

.activeW {
    font-weight: bold;
}

.head-navlist .subnav-box li a {
    text-align: center;
}

.head-navlist .subnav-box li a:hover {
    color: #0054a3;
}

.head-navlist .subnav-box li:hover {
    background-color: #f2f2f2;
}

.head-navlist .navlv2 {
    text-align: center;
}


/* 移动端头部 */

@media screen and (max-width: 991.98px) {
    .header {
        height: 1.2rem;
        position: fixed;
        left: 0;
        top: 0;
    }
    .head-place {
        height: 1.2rem;
        display: block;
    }
    .head-logo img {
        height: 0.75rem;
    }
}

.head-menu_open {
    width: 0.46rem;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 20;
    cursor: pointer;
    background: url("/content/Img/images/head-menu.png") no-repeat center center;
    background-size: contain;
}

.head-menu_close {
    width: 0.98rem;
    height: 100%;
    display: none;
    background: url("/content/Img/images/close.png") no-repeat center center;
    background-size: 0.38rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}


/* 移动端导航栏 开始*/

.modal-appnav {
    background: #fff;
    overflow: hidden;
}

.modal-appnav .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-top: 1.4rem;
}

.modal-appnav .modal-content {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.appnav-lv1box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.appnav-lv1box .lv1list {
    padding: 0.25rem 0;
    border-bottom: solid 1px #e5e5e5;
}

.appnav-lv1box .lv1list li {
    width: 100%;
    padding: 0 0.3rem;
    position: relative;
    font-size: 0.3rem;
    line-height: 0.8rem;
    color: #282828;
    overflow: hidden;
}

.appnav-lv1box .lv1list a {
    float: left;
    min-width: 40%;
}

.appnav-lv1box .lv1list .arrow {
    width: 30%;
    height: 100%;
    display: block;
    background: url("/content/Img/images/arrow-right3.png") no-repeat right 0.3rem center;
    background-size: 0.14rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.appnav-lv1box .lv1list li:first-child .arrow {
    display: none;
}

.appnav-lv1box .schbox {
    margin: 0.4rem 0.3rem;
    width: 5.58rem;
    position: relative;
}

.appnav-lv1box .schbox .inpt {
    width: 100%;
    height: 0.8rem;
    display: block;
    border: solid 1px #ccc;
    border-radius: 0.4rem;
    background: #fff;
    padding: 0.1rem 1rem 0.1rem 0.38rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #333;
}

.appnav-lv1box .schbox .btn-sch {
    width: 1rem;
    height: 100%;
    display: block;
    background: url("/content/Img/images/icon-sch.png") no-repeat center center;
    background-size: 0.32rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.appnav-sbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 110%;
    top: 0;
    z-index: 1100;
    opacity: 0;
}

.appnav-pane {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    padding-top: 0.83rem;
    position: relative;
}

.appnav-pane.active {
    display: block;
}

.appnav-head {
    width: 100%;
    padding: 0 0.3rem;
    height: 0.83rem;
    border-bottom: solid 1px #e5e5e5;
    line-height: 0.82rem;
    font-size: 0.28rem;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1110;
}

.appnav-head a {
    float: left;
    min-width: 40%;
}

.appnav-head .arrow {
    width: 0.14rem;
    height: 0.82rem;
    float: left;
    background: url("/content/img/images/arrow-left3.png") no-repeat center center;
    background-size: contain;
    margin-right: 0.2rem;
}

.appnav-lv2box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.appnav-lv2box .lv2list {
    padding: 0.3rem;
}

.appnav-lv2box .lv2list>li {
    margin-bottom: 0.1rem;
}

.appnav-lv2box .lv2list>li.had-subnav .lv2 a {
    border-bottom-color: #e5e5e5;
}

.appnav-lv2box .lv2list .lv2 {
    font-size: 0.28rem;
    line-height: 0.68rem;
    overflow: hidden;
}

.appnav-lv2box .lv2list .lv2 a {
    float: left;
    position: relative;
    border-bottom: solid 1px transparent;
}

.appnav-lv2box .lv3list {
    font-size: 0.26rem;
    line-height: 0.54rem;
    padding: 0.14rem 0 0.06rem;
}

.appnav-lv2box .lv3list li {
    overflow: hidden;
}

.appnav-lv2box .lv3list a {
    float: left;
    min-width: 30%;
    padding-left: 0.4rem;
    position: relative;
}

.appnav-lv2box .lv3list a::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0.13rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

body.open-appnav .header {
    z-index: 2000;
}

body.open-appnav .head-menu_close {
    display: block;
}

body.open-appnav .head-menu_open {
    display: none;
}

@media screen and (max-width: 1200px) {
    .head-navlist {
        margin: 0 -1em;
    }
    .head-navlist>li {
        padding: 0 1.5em;
    }
    .head-login {
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 991.98px) {
    .header {
        height: 1.4rem;
        position: fixed;
        left: 0;
        top: 0;
    }
    .head-place {
        height: 1.4rem;
        display: block;
    }
    .head-logo img {
        height: 0.8rem;
    }
}


/* 移动端导航栏 结束*/


/* 页脚 开始 */

.footer {
    padding: 4em 0;
}

.footer {
    background-color: #fafafa;
}

@media (max-width: 992px) {
    .footer {
        padding: 1rem 0 1.2rem 0;
    }
}

.footer .foot-logo {
    width: 30%;
    max-width: 14.3em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 5px;
}

.footer .foot-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .foot-navbox {
    width: 70%;
    max-width: 44.5em;
}

.footer .foot-t1 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-bottom: 1.65em;
}

.foot-t1 .foot-link {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    font-size: 16px;
    font-size: 0.8em;
    color: #808080;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #d9d9d9;
    flex: 1;
}

@media (min-width: 1000px) {
    .foot-t1 .foot-link .navitem:hover a {
        color: #009b4c !important;
    }
}

.foot-t1 .foot-link .navitem {
    position: relative;
    /* padding: 0 3.5625em; */
    line-height: 1.6875em;
    flex: 1;
    text-align: center;
}

.foot-t1 .foot-link .navitem:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.6875em;
    background: #d9d9d9;
    position: absolute;
    right: 0em;
    top: 0;
}

.foot-t1 .foot-link li:last-child::after {
    display: none;
}

.foot-copy {
    font-size: 16px;
    font-size: 0.8em;
    color: #808080;
}

.foot-t2 a {
    font-size: 16px;
    font-size: 0.8em;
    color: #808080;
}

.foot-t2 .record {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 0.75em;
}

.foot-t2 .record a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-t2 .record img {
    padding-left: 0.65em;
    padding-right: 0.15em;
}

.foot-t2 .record .ipv6 {
    padding-left: .65em;
}

.foot-t2 .record .ipv6:hover a {
    cursor: default;
}

.foot-t2 .icon {
    display: flex;
    display: -webkit-flex;
    /* align-items: center; */
}

.foot-t2 .icon .sm-icon {
    width: 1.5em;
    height: 1.2em;
    object-fit: scale-down;
}

.foot-t2 .icon .sm-icon-box {
    width: 2.5em;
    height: 2.5em;
    background-color: #d5d9df;
    display: block;
    line-height: 2.5em;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.foot-t2 .icon .sm-icon-box:last-child {
    margin-left: 0.8em;
    margin-right: 1em;
}

.foot-t2 .icon .sm-icon-box:hover {
    background-color: #009b4c;
}

.foot-t2 .icon .sm-icon-box {
    position: relative;
}

.foot-t2 .foot-code {
    display: none;
    box-shadow: 0px 1px 8px 0px rgba(1, 1, 1, 0.1);
    position: absolute;
    bottom: 108%;
    left: 50%;
    padding: 0.8em;
    background-color: #fff;
    transform: translateX(-25%);
    -webkit-transform: translateX(-50%);
    border-radius: .5em;
}

.foot-t2 .foot-code-box {
    display: flex;
    display: -webkit-flex;
}

.foot-t2 .foot-code-box .doc {
    font-size: 14px;
    font-size: .7em;
    line-height: 1em;
    color: #666;
    text-align: center;
    white-space: normal;
    margin-top: .875em;
}

.foot-t2 .foot-code img {
    width: 9.3em;
}

.foot-t2 .sm-icon-box:first-child .foot-code .item:last-child {
    margin-left: 1.15em;
}

.foot-t2 .foot-code::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.4em solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.8em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 5;
}

.foot-t2 .icon .sm-icon-box:hover {
    cursor: pointer;
}

.foot-t2 .icon .sm-icon-box:hover .foot-code {
    display: block;
}


/* 页脚弹窗 */

.foot-t1 .foot-pop {
    display: none;
    position: absolute;
    min-width: 11.25em;
    max-height: 8.75em;
    line-height: 1.25em;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.3125em;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    left: 0;
    bottom: 3em;
    overflow: hidden;
}

.foot-t1 .footlv2 {
    padding: 0.40625em 0;
}

.foot-t1 .footlv2:first-child {
    padding-top: 0;
}

.foot-t1 .footlv2:last-child {
    padding-bottom: 0;
}

.is-act {
    display: block;
}

.foot-t1 .is-act {
    display: block;
}


/* 手机端页脚 开始 */

.footer .mob-foot-logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 3.87rem;
    margin: 0 auto;
    margin-bottom: 0.65rem;
}

.footer .mob-foot-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .mob-foot-txt {
    text-align: center;
}

.footer .mob-foot-txt p {
    border-bottom: 1px dashed #e5e5e5;
}

.footer .mob-foot-txt p:last-child {
    border-bottom: 0;
}

.footer .mob-foot-txt a {
    font-size: 0.3rem;
    line-height: 0.9rem;
    color: #666666;
}

.footer .mob-foot-code {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
}

.footer .mob-code-img {
    padding: 0.21rem 0.21rem 0.16rem 0.21rem;
    background-color: #fff;
    margin-top: 0.5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.footer .mob-code-img:nth-child(2) {
    margin: 0 .2rem;
    margin-top: .5rem;
}


/* .footer .mob-code-img:last-child {
    padding: 0.11rem 0.14rem 0.16rem 0.15rem;
} */

.footer .mob-code-img img {
    width: 1.5rem;
    margin-bottom: 0.2rem;
}

.footer .mob-code-img p {
    font-size: 0.26rem;
    text-align: center;
    color: #999999;
    white-space: nowrap;
}

.footer .mob-link .mob-link-container {
    width: 4rem;
    padding: 0 0.52rem 0 0.45rem;
    margin: 0 auto;
    margin-bottom: 0.33rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #999999;
    border: solid 1px #d1d1d1;
    z-index: 5;
    position: relative;
}

.footer .mob-link img {
    width: 0.22rem;
    height: 0.11rem;
}

.footer .mob-pop {
    display: none;
    position: absolute;
    width: 4rem;
    left: 0;
    bottom: 1.55rem;
    padding: 0.48rem 0.45rem 1.28rem 0.45rem;
    max-height: 4.4rem;
    border-radius: 0.4rem;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.isdog {
    transform: rotate(180deg);
}

.footer .isdog {
    transform: rotate(180deg);
}

.isacta {
    display: block !important;
}

.footer .isacta {
    border-bottom: 0;
}

.footer .mob-link .isacta {
    display: block !important;
}

.footer .mob-pop ul li a {
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.footer .mob-beian p {
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #999999;
}


/* 手机端页脚 结束 */


/* 公共翻页 开始*/

.global-paging {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* margin-top: 60px; */
    padding-top: 3em;
    /* border-top: 1px solid #eee; */
}


/* .introd-border {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
} */

.global-paging .num.web {
    padding: 0 30px;
}

.global-paging .num.web a {
    padding: 0 20px;
    color: #666;
}

.global-paging .num.web a:first-child {
    padding-left: 0;
}

.global-paging .num.web a:last-child {
    padding-left: 15px;
    padding-right: 0;
}

.global-paging .ctrl {
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    color: #555555;
    margin: 0 1px;
    border: 1px solid #e6e6e6;
}

.global-paging .bi {
    width: 100%;
    height: 12px;
    display: block;
}

.global-paging .active {
    color: #009b4c;
}

.global-paging .disabled {
    cursor: default;
    opacity: 0.3;
}


/* 第一套结束 */


/* 第二套开始 */

.gdet-paging {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 1.5em;
    border-top: 1px solid #eee;
}

.gdet-paging .ctrl {
    width: 6.5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    color: #555555;
    margin: 0 1px;
    border: 1px solid #e6e6e6;
    padding-left: 1em;
    padding-right: 1.1em;
}

.gdet-paging .bi {
    width: 8px;
    height: 14px;
    display: block;
    color: #009b4c;
}

.gdet-paging .ctrl span {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 2.625em;
    color: #009b4c;
}

.gdet-paging .active {
    color: #009b4c;
}

.gdet-paging .disabled {
    cursor: default;
    opacity: 0.3;
}

@media (min-width: 991.98px) {
    .gdet-paging .ctrl:hover {
        background-color: #009b4c;
    }
    .gdet-paging .ctrl:hover span {
        color: #fff;
    }
    .gdet-paging .ctrl:hover .bi {
        color: #fff;
    }
    .gdet-paging .disabled:hover {
        cursor: pointer;
        background-color: #fff;
    }
    .gdet-paging .disabled:hover span,
    .gdet-paging .disabled:hover .bi {
        color: #009b4c;
    }
}

@media (max-width: 991.98px) {
    .gdet-paging {
        padding-top: 0.8rem;
        overflow: hidden;
    }
    .gdet-paging .ctrl {
        width: 2rem;
        padding: 0.19rem 0.3rem;
    }
    .gdet-paging .bi {
        width: 0.12rem;
        height: 0.2rem;
    }
    .gdet-paging .ctrl span {
        font-size: 0.28rem;
        line-height: 0.48;
    }
}


/* 第二套结束 */


/* 手机端左右翻页 */

@media (max-width: 991.98px) {
    .global-paging {
        display: block;
        padding-top: 0.8rem;
        overflow: hidden;
    }
    .global-paging .ctrl {
        width: 2rem;
        background-color: #ffffff;
        border-radius: 2px;
        border: solid 1px #e5e5e5;
        padding: 0.18rem 0.3rem 0.18rem 0.32rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .global-paging .ctrl:first-child {
        float: left;
    }
    .global-paging .ctrl:last-child {
        float: right;
    }
    .global-paging .bi {
        width: 0.12rem;
        height: 0.2rem;
        display: block;
        color: #009b4c;
    }
    .global-paging span {
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #009b4c;
    }
}


/* 内页统计导航 开始 */

.inside-navbox {
    width: 100%;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    /* background: #0075c2; */
    position: relative;
    color: #000;
    line-height: 1rem;
    z-index: 90;
    padding: 0 0.5rem 0 0.5rem;
    box-shadow: 0px 1px 4px 0px rgba(1, 1, 1, 0.08);
}

.inside-navbox .global-inner {
    display: flex;
    display: -webkit-flex;
    padding-left: 0 !important;
    margin-left: -0.5rem;
}

.inside-navbox .go-home {
    height: 100%;
    display: block;
    position: absolute;
    /* left: -0.5rem; */
    left: 0em;
    top: 0;
    padding-left: 0;
    z-index: 95;
}

.inside-navbox .go-home::before {
    content: "";
    display: block;
    width: 1px;
    height: 0.38rem;
    background: #333;
    /* background: red; */
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.inside-navbox .go-home a {
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0.5rem;
    margin-right: 0.1rem;
}

.inside-navbox .go-home .bi {
    width: 0.33rem;
    height: 0.36rem;
    display: block;
    color: #000;
}

.inside-navbox .samehd-box {
    display: flex;
    display: -webkit-flex;
    padding-left: 0.9rem;
}

.inside-navbox .samehd {
    width: 3.1rem;
    max-width: 100%;
    height: 100%;
    /* position: relative; */
}

.inside-navbox .samehd:last-child {
    width: 2.7rem;
}

.p-calc-box .inside-navbox .samehd:last-child {
    width: 3.3rem;
}

.p-calc-box .inside-navbox .samehd-all a {
    width: auto;
}

.inside-navbox .samehd-all {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0rem 0 0.4rem;
}

.inside-navbox .samehd:first-child .samehd-all::before {
    content: "";
    display: block;
    width: 1px;
    height: 0.38rem;
    background: #333;
    /* background: red; */
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* .inside-navbox .samehd:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 0.38rem;
    background: #333;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */

.inside-navbox .samehd-all a {
    display: block;
    white-space: nowrap;
    font-size: 0.30rem;
    /* min-width: 1.2rem; */
    padding-right: 0.2rem;
}

.inside-navbox .samehd:nth-child(2) .samehd-all a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 1.5rem;
    text-overflow: ellipsis;
}


/* .inside-navbox .samehd:last-child a {
    min-width: 1.2rem;
} */

.inside-navbox .samehd .arrow {
    width: 0.25rem;
    height: 0.15rem;
    display: block;
    display: -webkit-box;
    background: url("/content/img/images/arrow-down2.png") no-repeat center center;
    background-size: contain;
    /* position: absolute; */
    /* right: 1rem; */
    /* top: 0; */
}


/* .inside-navbox .samehd2 .arrow {
    right: 1.5rem;
} */

.inside-navbox .samebd {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 100%;
    padding: 0.2rem 0.3rem;
    text-align: center;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    display: none;
    box-shadow: 0px 5px 10px 0px rgba(1, 1, 1, 0.2);
    border-radius: 0px 0px 8px 8px;
}

.inside-navbox .lvlist {
    margin: 0 -0.2rem -0.2rem;
    overflow: hidden;
}

.inside-navbox .lvlist li {
    min-width: 50%;
    float: left;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}


/* .inside-navbox .lvlist li.active {
    display: none;
} */

.inside-navbox .lvlist a {
    display: block;
    font-size: 0.26rem;
    line-height: 0.48rem;
    padding: 0.1rem 0;
}

.inside-navbox .samebd .lvlist .active {
    color: #009b4c;
}

.samehd-box .samehd.open-subnav .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.samehd-box .samehd .samebd {
    display: none;
}


/* 内页统计导航 结束 */


/* 公共翻页 结束*/


/* 主体区域 */

.main-box {
    min-height: 400px;
    min-height: 20em;
    padding: 3em 0 4em 0;
}

@media (max-width: 991.98px) {
    .main-box {
        padding: 1rem 0 1.2rem 0;
        min-height: 300px;
        min-height: 3rem;
    }
}


/* 公共标题 */

.ggqy-headingbox {
    margin-bottom: 2em;
}

.ggqy-heading {
    font-size: 32px;
    font-size: 1.6em;
    color: #333333;
    text-align: center;
    line-height: 1em;
    position: relative;
    padding-bottom: calc(0.5em + 3px);
}

.ggqy-heading a {
    display: block;
}

.ggqy-heading:after {
    content: "";
    display: block;
    width: 1.875em;
    height: 3px;
    background: #009b4c;
    position: absolute;
    bottom: 0;
    right: calc(50% - 0.9375em);
}

@media (max-width: 991.98px) {
    .ggqy-headingbox {
        margin-bottom: 0.5rem;
    }
    .ggqy-heading {
        font-size: 0.4rem;
        line-height: 1em;
        padding-bottom: 0.24rem;
        font-weight: normal;
    }
}


/* 频道页公共样式 开始 */


/* 页脚开始 */


/* 页脚结束 */

.lv1tit {
    font-weight: bold;
    font-size: 2.7em;
    line-height: 1.22em;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.inside-heading {
    font-size: 22px;
    font-size: 1.1em;
    line-height: 1.09em;
    color: #333;
}

.inside-headings {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1.33em;
    color: #333;
    white-space: nowrap;
}

.layout-row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.aside-navbox {
    border-left: 1px solid #e6e6e6;
    font-size: 16px;
    font-size: 0.8em;
    line-height: 2.5em;
    min-width: 230px;
}

.aside-navbox .navitem {
    padding-left: 1.25em;
}

.aside-navlist .active {
    position: relative;
}

.aside-navlist .navitem.had-subnav:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 2;
}

.aside-navlist .navitem.had-subnav:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: -1px;
    z-index: 2;
}

.aside-navlist .active::before {
    content: "";
    display: block;
    width: 3px;
    height: 22px;
    background-color: #009b4c;
    position: absolute;
    top: 7%;
    top: 10px;
    left: -2px;
    z-index: 3;
}


/* .aside-navlist .active .lv2 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: -19px;
    width: 7px;
    height: 6px;
    background-image: url(/content/Img/images/head-sj.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
}

*/

.aside-navlist .lv2 {
    position: relative;
}

.aside-navlist .lv2 .arrow {
    display: none;
    top: 45%;
    right: -12px;
    width: 7px;
    height: 6px;
    background-image: url(/content/Img/images/head-sj.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
}

.aside-navlist .active .lv2 a {
    color: #009b4c;
}


/* .aside-navlist>li.active .lv2 .arrow {
    display: block;
} */

.aside-navlist .navitem .lv2 a {
    line-height: 2.25em;
    position: relative;
}

.aside-navlist .navitem .lv2 a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    /* left: -1.40625em; */
    left: calc(-1.25em - 3px);
}

.aside-navlist .active .lv2 a::before {
    display: none;
}

.aside-navlist .lv3box {
    display: none;
}

.aside-navlist .active .lv3box {
    display: block;
}

.aside-navlist .lv3box .lv3list {
    border-left: 1px solid #e6e6e6;
}

.aside-navlist .lv3box .lv3list li a {
    line-height: 2.25em;
}

.aside-navlist .lv3box .lv3list li.activeX a {
    color: #009b4c;
}

.aside-navlist .lv3box .lv3list li {
    padding-left: 0.875em;
    position: relative;
}

.aside-navlist .lv3box .lv3list li::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
}

.aside-navlist .lv3box .lv3list li:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 1px);
    left: -1px;
    /* padding-bottom: 10px; */
}

.layout-content {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.layout-head {
    padding-bottom: 1em;
}

.p-page-down .layout-head {
    padding-bottom: 0em;
}

.p-layout .layout-head {
    padding-bottom: 1em;
}

.p-layout .navitem5-list {
    margin-bottom: 1.6em;
}

@media (max-width: 991.98px) {
    .layout-head {
        padding-bottom: 0.5rem;
    }
}

.n-heading {
    font-size: 24px;
    font-size: 1.2em;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .n-heading {
        line-height: 0.5rem;
    }
}


/* banner图 */

.inside-banbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    .inside-banbox {
        margin-top: 1.4rem;
    }
}

.inside-banbox .imgs.web {
    height: 20em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .inside-banbox .imgs.app {
        height: 3.6rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.inside-banbox .bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 43.5%;
    transform: translateY(-43.5%);
    -webkit-transform: translateY(-43.5%);
}

.hadnt-insideNav .inside-banbox .bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .inside-banbox .bd {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .lv1tit {
        font-size: 0.56rem;
        line-height: 0.24rem;
        letter-spacing: 0px;
        color: #ffffff;
    }
}

.inside-navweb {
    width: 100%;
    height: 4em;
    /* background-color: #fff; */
    z-index: 5;
    position: relative;
    margin-top: -2em;
}

.inside-navweb .nav-space {
    width: calc(1280px + (100vw - 1280px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
    background-image: url(/content/Img/images/ins-ban-bgk.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    box-shadow: 0px 1px 4px 0px rgba(1, 1, 1, 0.08);
}

@media (max-width: 1505px) {
    .inside-navweb .nav-space {
        width: calc(85vw + 7.5vw);
    }
}

.inside-navweb .global-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    /* padding-bottom: 4em; */
}

.inside-navweb .navtitle {
    padding-right: 2em;
    position: relative;
}

.inside-navweb .navtitle::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #cccccc;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.inside-navweb .samebd .lv2list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webklit-align-items: center;
    padding-left: 1.85em;
}

.inside-navweb .samebd .lv2list li {
    padding: 0 1.25em;
}

.p-bhfm .inside-navweb .samebd .lv2list li {
    padding: 0 1.1em;
}

.inside-navweb .samebd .lv2list .active .inside-headings {
    color: #009b4c;
}

.inside-navweb .samebd .lv2list li:first-child {
    padding-left: 0;
}

.inside-navweb .samebd .lv2list li:last-child {
    padding-right: 0;
}

@media (min-width: 991.98px) {
    .inside-navweb .samebd .lv2list li .inside-headings:hover {
        color: #009b4c;
    }
}


/* 四级导航开始 */

.navlv4-box {}

.navlv4-box .navlv4-list {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #f2f2f2;
}

.navlv4-box li {
    margin-right: 0.6rem;
}

.navlv4-box li:last-child {
    margin-right: 0rem;
}

.navlv4-box .tit {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #333;
    padding-bottom: 0.12rem;
}

.navlv4-box .navlv4.active .tit {
    color: #009b4c;
    border-bottom: 2px solid #009b4c;
}


/* 五级导航 开始*/

.navitem5-list {
    overflow: hidden;
    margin-bottom: 1.1em;
}

.calc-main-box .navitem5-list .swiper-wrapper {
    justify-content: center;
}

.calc-main-box .navitem5-list li {
    padding: .2em 0;
}

.navitem5-list li {
    width: auto;
    max-width: 8em;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    margin-right: 1em;
}

.navitem5-list .active {
    color: #0054a3;
    border-radius: 0.9em;
    border: 1px solid #0054a3;
}

.navitem5-list .active .tit {
    color: #0054a3;
}

.navitem5-list li:last-child {
    margin-right: 0;
}

.navitem5-list .tit {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
    text-align: center;
    padding: 0.375em 1.75em 0.3125em 1.4em;
    white-space: nowrap;
}

@media (min-width: 1000px) {
    .navitem5-list li:nth-child(5) .tit {
        padding: 0.375em 1em 0.3125em 1em;
    }
}

.p-search .navitem5-list li:nth-child(5) .tit {
    padding: 0 1.125em;
}

@media (min-width: 1000px) {
    .navitem5-list li:hover {
        color: #0054a3;
        border: 1px solid #0054a3;
    }
    .navitem5-list li:hover .tit {
        color: #0054a3;
    }
}

@media (max-width: 991.98px) {
    .navitem5-list {
        margin-bottom: 0.5rem;
        overflow: visible;
    }
    .navitem5-list li {
        border-radius: 0.28rem;
        margin-right: 0.2rem;
        max-width: none;
    }
    .navitem5-list li:last-child {
        margin-right: 0;
    }
    .navitem5-list .active {
        border-radius: 0.28rem;
    }
    .navitem5-list .tit {
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666;
        text-align: center;
        padding: 0.15rem 0.36rem 0.15rem 0.35rem;
        white-space: nowrap;
    }
}


/* 五级导航 结束 */


/* 频道页公共 开始 */

.ggqy-list {
    width: 100%;
    height: 100%;
    text-align: center;
    /* margin: 0 5em; */
    padding: 0 2.75em;
}

.ggqy-list li {
    max-width: 210px;
    width: 16.66%;
    float: left;
    min-height: 4.5em;
    padding: 1.5em 0 2.6065em 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ggqy-list .tit {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1.33em;
    color: #333;
}

.ggqy-list .icon {
    width: 100%;
    padding-bottom: 0.7039em;
}

.ggqy-list .icon img {
    width: 3em;
    height: 3em;
    margin: 0 auto;
}

.ggqy-list .box {
    text-align: center;
}

@media (max-width: 991.91px) {
    .ggqy-list {
        margin: 0;
        padding: 0;
    }
    .ggqy-list li {
        width: 33.33%;
        /* min-height: 1.5rem; */
        height: 3rem;
        padding: 0.7rem 0.05rem 0.7rem 0.05rem;
    }
    .ggqy-list li:nth-child(1),
    .ggqy-list li:nth-child(2),
    .ggqy-list li:nth-child(3) {
        padding-bottom: 0.7rem;
    }
    .ggqy-list li:nth-child(4),
    .ggqy-list li:nth-child(5),
    .ggqy-list li:nth-child(6) {
        padding-top: 0.1rem;
    }
    .ggqy-list .icon {
        padding-bottom: 0.32rem;
    }
    .ggqy-list .tit {
        font-size: 0.3rem;
        line-height: 0.36rem;
        font-weight: normal;
    }
}

.ggqyB .item {
    max-width: 640px;
    padding: 4em 5.5em 0 0;
    position: relative;
    z-index: 5;
}

@media (min-width: 991.98px) {
    .ggqyB .item.fr {
        width: 31em;
    }
    .ggqyB .item.fl {
        width: 28.5em;
    }
}

.ggqyB li:last-child .item {
    padding: 4em 0 0 3.1em;
}


/* @media (min-width: 991.98px) {
    .ggqyB .item {
        width: 50vw;
    }
} */

.ggqy-headingB {
    font-size: 32px;
    font-size: 1.6em;
    color: #333333;
    text-align: left;
    padding-bottom: 0.55em;
    border-bottom: 1px solid #7e7e7e;
}

.gsectB-doc .doc {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.75em;
    padding-top: 0.775em;
}

.gsectB-doc .item-link-box {
    padding-top: 1.4725em;
    /* padding-top: 2.75em; */
}

.gsectB-doc .item-link {
    /* margin-top: 1.5em; */
    margin-bottom: 0.9em;
    position: relative;
}

.gsectB-doc .item-bi {
    position: absolute;
    top: 36%;
    left: 0px;
    width: 0.5em;
    height: 1.8em;
    overflow: hidden;
    display: flex;
}

@media (max-width: 1660px) {
    .gsectB-doc .item-bi {
        top: 30%;
    }
}

@media (max-width: 991.98px) {
    .gsectB-doc .item-bi {
        position: absolute;
        top: 0.17rem;
        left: 0px;
        width: 0.11rem;
        height: 0.19rem;
        overflow: hidden;
        display: flex;
    }
}

.gsectB-doc .bi1 {
    position: absolute;
    top: 0;
    left: 0;
}

.gsectB-doc .bi2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-101%);
}


/* .gsectB-doc .item-bi::before {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 8px;
    top: 0;
    left: 0;
    background: url(/content/Img/images/arrow-right3.png) 0 no-repeat;
} */

.gsectB-doc .item-link svg {
    width: 5px;
    height: 8px;
    color: #009b4c;
}

.gsectB-doc .item-link span:last-child {
    margin-left: 10px;
}

.gsectB-doc .item-link:last-child {
    margin-top: 0;
}

.gsectB-doc .item-link span:last-child {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1.55em;
    color: #009b4c;
    margin-left: 20px;
    /* border-bottom: 1px solid #009b4c; */
    background: linear-gradient(#009b4c, #009b4c) 100% 100%/100% 1px no-repeat;
}

@media (max-width: 991.98px) {
    .gsectB-doc .item-link span {
        font-size: initial !important;
    }
    .gsectB-doc .item-link span:last-child {
        margin-left: 0.3rem;
    }
}

@media (min-width: 991.98px) {
    .gsectB-doc .item-link a:hover span:last-child {
        animation: linelink 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
    .gsectB-doc .item-link a:hover .bi1 {
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        opacity: 0;
        transform: translateX(101%);
    }
    .gsectB-doc .item-link a:hover .bi2 {
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
        transform: translateX(0);
    }
}

@keyframes linelink {
    0% {
        background-size: 100% 1px;
        background-position: 100% 100%;
    }
    50% {
        background-size: 0 1px;
        background-position: 100% 100%;
    }
    51% {
        background-size: 0 1px;
        background-position: 0 100%;
    }
    to {
        background-size: 100% 1px;
        background-position: 0 100%;
    }
}

@keyframes nav-fixed {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.gsect-8 li {
    padding: 0 !important;
}

.gsect-8 .imgs.web {
    height: 19.4em;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.gsect-8 .imgs.app {
    height: 7.5rem;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.ggqyBifid .doc {
    color: #000;
}

.ggqyBifid .more {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.75em;
    /* max-width: 160px; */
    border: 1px solid #009b4c;
    /* opacity: 0.8; */
    color: #009b4c;
    padding: 0.78em 1.25em 0.78em 0.9375em;
}

.ggqyBifid .more-svg {
    width: 5px;
    height: 8px;
    color: #009b4c;
    margin-left: 3.375em;
    margin-bottom: 4px;
}

@media (max-width: 991.98px) {
    .ggqy-headingB {
        font-size: 0.4rem;
        line-height: 0.4rem;
        font-weight: normal;
    }
    .gsectB-doc .doc {
        font-size: 0.28rem;
        line-height: 0.48rem;
        padding-top: 0.1rem;
    }
    .gsectB-doc .item-link-box {
        display: flex;
        padding-top: 0.7rem;
    }
    .ggqyB .item {
        padding: 0.83rem 0.5rem 0 0.5rem !important;
    }
    .gsectB-doc .item-link:first-child {
        padding-right: 1.35rem;
        margin-bottom: 0;
    }
    .ggqyBifid .item {
        float: unset;
        text-align: center;
        margin: 0 auto;
        /* padding: 0 !important; */
    }
    .p-gjye-index .gscet-12 ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .p-gjye-index .ggqyBifid .item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ggqyBifid .ggqy-headingB {
        text-align: center;
    }
    .ggqyBifid .item-link-box {
        justify-content: center;
        -webkit-justify-coutent: center;
    }
    .ggqyBifid .more {
        width: 2.6rem;
        height: 0.72rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
        border-radius: 0.36rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

.gscet-10 {
    padding-top: 3em;
}


/* 频道页公共样式 结束 */


/* 翻页效果 开始 */

@media (min-width: 991.98px) {
    .global-paging .ctrl:hover {
        background-color: #009b4c;
        border: 1px solid #009b4c;
    }
    .global-paging .ctrl:hover .bi {
        color: #fff;
    }
    .p-page-down .global-paging .ctrl:hover span {
        background-color: #009b4c;
        border: 1px solid #009b4c;
    }
    .global-paging .num.web a:hover {
        color: #009b4c;
    }
}


/* 内页动画 */


/* 辅助栏目 */

@media (max-width: 991.98px) {
    .p-fuzhu .gscet-17 {
        margin-top: 0;
    }
}

#SpanHit {
    font-style: normal;
    font-family: "Microsoft YaHei", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}


/* 地图 */

.BMap_Marker.BMap_noprint {
    width: 30px !important;
    height: 30px !important;
}