﻿@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", -apple-system, BlinkMacSystemFont, sans-serif !important;
    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;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    }
}

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;
} */

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;
    border: solid 1px #999;
    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-inner1 {
    width: 85vw;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner {
    width: 85vw;
    max-width: 1200px;
    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-inner1,
    .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.3rem !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: #00a26a;
}

.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("/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: 18px;
    font-size: .9em;
    width: 76%;
    width: 72.225%;
}

.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("/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("/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;
    }
}


/* 主体区域 */

.main-box {
    min-height: 400px;
    min-height: 20em;
    padding: 2.5em 0 6em 0;
}

.p-main .main-box {
    background-color: #f5f5f5;
}

@media (max-width: 991.98px) {
    .main-box {
        /* margin-top: 1.4rem; */
        padding: .6rem 0 1.2rem 0;
        min-height: 300px;
        min-height: 3rem;
    }
}


/* 头部开始 */

.header {
    width: 100%;
    height: 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 {
    width: 13.5em;
    height: 2.5em;
    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: 8em;
    height: 1.5em;
    display: block;
    border-radius: 0.75em;
    position: relative;
    padding: 0 1.65em 0 1em;
    margin-right: 0.9em;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 0 .8em 0 1.15em;
    margin-right: 0em;
}

.head-sch .inpt {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.7em;
    line-height: 2.35em;
    color: #888;
    border: none;
    background-color: #fff;
    padding-left: 1.7em;
}

.head-sch .inpt::-webkit-input-placeholder {
    color: #888;
}

.head-sch .btn-sch {
    width: .9em;
    height: .9em;
    display: block;
    background: url("/img/images/icon_search.svg") no-repeat center center;
    position: absolute;
    left: .9em;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}

.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;
    margin: 0 1em;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-link a:first-child {
    margin-left: 0;
}

.head-link a:last-child {
    margin-right: 2.14em;
}

.head-link a img {
    width: auto;
    height: 18px;
    margin-right: .7142em;
}

.head-link a span {
    color: #000;
}

.head-link a:first-child span {
    color: #00a26a;
}


/* .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);
    margin: 0 -1.38em;
    font-size: 18px;
    font-size: 0.9em;
}

.head-navlist>li {
    position: relative;
    padding: 0 1.38em;
}

/* .head-navlist>li:last-child {
    padding-right: 0;
} */


/* .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(/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: .4em;
    position: relative;
}


/* 栏目当前样式 */

.head-navlist .activeX::before {
    content: "";
    display: none;
    /* 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;
} */


/* PC端栏目中间栅格线条 */


/* .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: .9em;
    line-height: 2.875em;
    padding: 1.25em 0;
    display: none;
    position: absolute;
    /* left: -0.75em; */
    left: 0em;
    top: 98.6%;
    z-index: 120;
    box-shadow: 0px 2px 6px 0px rgba(8, 31, 70, 0.3);
    border-radius: 0px 0px 8px 8px;
    color: #0054a3;
}

/* @media (max-width:1480px) {
    .head-navlist .subnav-box {
        min-width: 120%;
        left: -11%;
        top: 98.6%;
    }
    .head-navlist .navitem::before {
        left: -11%;
    }
    .head-navlist>li.active::before {
        width: 120%;
        opacity: 1;
    }
} */

.head-navlist .subnav-box li a {
    text-align: center;
}

.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.4rem;
        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("/img/images/head-menu.svg") no-repeat center center;
    background-size: contain;
}

.head-menu_close {
    width: 0.98rem;
    height: 100%;
    display: none;
    background: url("/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.32rem;
    line-height: 0.9rem;
    color: #282828;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.appnav-lv1box .lv1list a {
    float: left;
    min-width: 40%;
}

.appnav-lv1box .lv1list .arrow {
    width: 30%;
    height: 100%;
    display: block;
    background: url("/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: .15rem 0.3rem 0.4rem .3rem;
    margin: 0 .3rem;
    width: 5.58rem;
    width: 92%;
    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("/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("/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 2.5em;
    } */
    .head-login {
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 991.98px) {
    .header {
        height: 1.4rem;
    }
    .head-place {
        width: 100%;
        height: 1.4rem;
        display: block;
        /* position: fixed; */
        left: 0;
        top: 0;
    }
    .head-logo img {
        height: 0.6rem;
        width: 3.9rem;
    }
}


/* 移动端导航栏 结束*/


/* 返回顶部 开始 */

.back-top {
    font-size: 14px;
    font-size: .7em;
    color: #00a26a !important;
    line-height: 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #e5edea;
    padding: 1.357em 0;
    font-weight: bold;
}

.back-top .bi {
    width: 1.07em;
    height: 1em;
    margin-right: 0.714em;
    color: #00a26a;
}

.back-place {
    height: 2px;
    background-color: #fff;
}

@media (min-width:1000px) {
    .back-top {}
}


/* 返回顶部 结束 */


/* 页脚 开始 */

.footer {
    padding-bottom: 1.75em;
    background-color: #e5edea;
}


/* .footer .footer-end {
    background-color: #e5edea;
} */

.footer .footer-link {
    text-align: center;
    font-size: 16px;
    font-size: .8em;
    line-height: 1.857em;
    display: flex;
    display: -webkit-flex;
    padding: 2.4285em 0;
    border-bottom: 1px solid #fff;
}

.footer .footer-link .item {
    width: 16.66%;
}

.footer .footer-link .item:last-child {
    /* width: 23.5%; */
}

@media (min-width:1000px) {
    .footer .footer-link .item a:hover {
        color: #00a26a;
    }
}

.footer .footer-t1 {
    width: 100%;
    height: 100%;
    padding: 1.55em 0 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer .footer-t1 .doc {
    font-size: 14px;
    font-size: .7em;
    line-height: 2.2857em;
    color: #333;
}

.footer .footer-t1 .record {
    display: flex;
    display: -webkit-flex;
}

.footer .footer-t1 .foot-beian {
    margin-right: 1.5em;
}

.footer .footer-t1 .foot-zgwb a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.footer .footer-t1 .foot-zgwb a img {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.footer .footer-code {
    display: flex;
    display: -webkit-flex;
    /* width: 4em;
    height: 4em; */
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */
}

.footer .footer-code .tousu p {
    font-size: 18px;
    font-size: .9em;
    color: #333;
    margin-bottom: 1.1em;
}

.footer .footer-code .num {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 30px;
    font-size: 1.5em;
    line-height: 1;
}

.footer .footer-code .num img {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
}

.footer .footer-code img {
    /* width: 100%;
    height: 100%; */
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */
}

.footer .foot-ewm {
    width: 4em;
    height: 4em;
    margin-left: 7em;
}

.footer .footer-code .foot-wx {
    display: flex;
    display: -webkit-flex;
    margin-left: 1em;
}

.footer .footer-code .foot-wx .imgs {
    width: 102px;
    margin: 0 auto 10px;
}

.footer .footer-code .foot-wx .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .footer-code .foot-wx li {
    padding: 0 0.95em;
}

.footer .footer-code .foot-wx .tit {
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}


/* 手机端页脚 开始 */

@media (max-width:991.98px) {
    .back-top {
        font-size: .26rem;
        line-height: .26rem;
        padding: .4rem 0 .43rem;
    }
    .back-top .bi {
        width: .24rem;
        height: .25rem;
    }
    .footer .footer-link {
		display: none;
        width: 100%;
        font-size: .26rem;
        line-height: .52rem;
        letter-spacing: .03rem;
        color: #333;
        flex-wrap: wrap;
        padding: 0.5rem 0.3rem .5rem;
    }
    .footer .footer-link .item {
        width: 100% !important;
        border: 1px solid #d8d8d8;
        padding: 0.1rem .3rem;
        margin-bottom: .3rem;
    }
    .footer .footer-link .item:last-child {
        margin-bottom: 0;
    }
    .footer .footer-link .item a {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .footer .footer-link .bi {
        width: .25rem;
        height: .17rem;
        color: #333;
    }
    .footer .footer-t1 {
        flex-direction: column-reverse;
        padding: .5rem 0 0;
    }
    .footer .footer-t1 .doc {
        font-size: .26rem;
        line-height: .52rem;
        text-align: center;
    }
    .footer .footer-code {
        width: 100%;
        height: 100%;
        /* box-shadow: 0rem .01rem .02rem 0rem rgba(169, 178, 188, 0.4);
        border: 1px solid #dcdcdc; */
        margin-bottom: .42rem;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .footer .footer-code .tousu {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .footer .footer-code .tousu p {
        font-size: .28rem;
    }
    .footer .footer-code .num {
        width: 100%;
        height: 100%;
        font-size: .42rem;
        text-align: center;
        justify-content: center;
    }
    .footer .footer-code .foot-ewm {
        margin-top: .36rem;
        width: 1.54rem;
        height: 1.54rem;
    }
    .footer .foot-ewm {
        margin-left: 0;
    }
    .footer .footer-t1 .record {
        display: block;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .footer .footer-t1 .foot-beian {
        margin-right: 0rem;
        white-space: normal;
    }
    .footer .foot-zgwb a {
        white-space: normal;
        justify-content: center;
    }
    .footer .footer-code .num img {
        width: .64rem;
        height: .64rem;
        margin-right: .3rem;
    }
    .footer .footer-code .foot-wx {
        margin-top: .5rem;
        margin-left: 0;
    }
}


/* 公共翻页 开始*/

.global-paging {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}



.global-paging .num {
    padding: 0 1em;
    display: flex;
    display: -webkit-flex;
}

.global-paging .num a {
    padding: .5em;
    font-size: 16px;
   font-size: .8em;
    margin: 0 5px;
    color: #00a26a;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.global-paging .num a:first-child {
    margin-left: 0;
}

.global-paging .num a:last-child {
    margin-right: 0;
}

.global-paging .ctrl {
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.global-paging .ctrl img {
    width: .5em;
    height: .7em;
}

.global-paging .num .active {
    color: #fff;
    border-radius: 2px;
    background-color: #c8c8c8;
}

.global-paging .disabled {
    cursor: default;
    opacity: 0.3;
}

.global-paging .sum{
    font-size: 16px;
   font-size: .8em;
   color: #7a7676;
   margin:0 1em;
}

/* .global-paging .sum span{
    font-weight: bold;
} */

.global-paging .addpage1{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.global-paging .addpage2{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.global-paging .jump-page{
    font-size: 16px;
   font-size: .8em;
   color: #7a7676;
   display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.global-paging .jump-page input{
    width: 3em;
    height: 1.5em;
    padding: .3em;
    color: #7a7676;
    text-align: center;
    border: 1px solid #7a7676;
}

.jump-page-button{
    margin-left: .5em;
    padding: .2em .5em;
    font-size: 1em;
    color: #7a7676;
    border: 1px solid #7a7676;
}

/* 翻页结束 */


/* 第一套结束 */


/* 第二套开始 */

.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){
    .global-paging {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .global-paging .ctrl img{
        width: 0.3rem !important;
        height: 0.3rem !important;
    }
    .global-paging .addpage1{
        margin-bottom: .3rem;
    }
    .global-paging .sum{
        margin-left: 0;
    }
}

@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 {
        margin-top: 2.43rem;
    } */
    .global-paging .ctrl {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .global-paging .num {
        padding: 0 .4rem;
    }
    .global-paging .num a {
        font-size: .28rem;
        padding: .13rem;
    }
    .global-paging .ctrl img {
        width: 100%;
        height: 100%;
    }
    .global-paging span {
        font-size: 0.28rem;
        color: #009b4c;
    }
}


/* 公共翻页 结束*/

.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;
}


/* PC端三级导航 */

.layout-row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

@media (max-width:991.98px) {
    .layout-row {
        margin-top: .6rem;
    }
}

.aside-navbox {
    width: 12em;
    min-height: 25.5em;
    margin-right: 2.5em;
    background-image: linear-gradient(0deg, #00a26a 0%, rgba(38, 182, 117, 0.5) 50%, #4bca80 99%), linear-gradient( #00a26a, #00a26a);
    background-blend-mode: normal, normal;
    box-shadow: 0px 14px 114px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 2em 0 0 1.5em;
    /* position: relative; */
}


/* .aside-navbox .imgs.web {
    position: absolute;
    bottom: 0;
    left: 3.25em;
    width: 8.25em;
    height: 8.25em;
} */

.aside-navbox .nav-dm {
    width: 8.25em;
    height: 8.25em;
    margin-left: 1.75em;
}

.aside-tit {
    font-size: 22px;
    font-size: 1.1em;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.27em;
}

.aside-navbox .navitem {
    margin-bottom: 1.2em;
}

.aside-navlist .active {
    position: relative;
}

.aside-navlist h2.lv2 {
    padding-bottom: .5em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.);
    position: relative;
}

.aside-navlist .in h2.lv2 {
    /* padding-bottom: .5em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
    position: relative;
}

.aside-navlist .in .lv3box {
    padding-top: .5em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.aside-navlist .lv2 {
    width: 100%;
    position: relative;
    padding-right: 1.5em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.aside-navlist .lv2 .arrow {
    width: 18px;
    height: 18px;
    background-image: url(/img/images/nav-mr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.aside-navlist .active .lv2 .arrow {
    background-image: url(/img/images/nav-hd-act.svg);
}

.aside-navlist .lv2 .arrow .bi {
    width: .5em;
    height: .3em;
    color: #00a26a;
}

.aside-navlist .active .lv2 a {
    color: #009b4c;
}


/* .aside-navlist>li.active .lv2 .arrow {
    display: block;
} */

.aside-navlist .navitem .lv2 a {
    font-size: 16px;
    font-size: .8em;
    line-height: 1em;
    color: #fff;
    width: 100%;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.aside-navlist .active .lv2 a::before {
    display: none;
}

.aside-navlist .lv3box {
    display: none;
}

.aside-navlist .active .lv3box {
    display: block;
}

.aside-navlist .lv3box .lv3list li a {
    font-size: 14px;
    font-size: .7em;
    line-height: 1em;
    color: #fff;
}

.aside-navlist .lv3box .lv3list li.activeX {
    background-color: #fff;
    border-radius: 16px 0px 0px 16px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 1.5em;
}

.aside-navlist .lv3box .lv3list li.activeX a {
    color: #00a26a;
    line-height: 2.2857em;
}

.aside-navlist .lv3box .lv3list li.activeX .arrow {
    width: 18px;
    height: 18px;
    background-image: url(/img/images/nav-bd.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.aside-navlist .lv3box .lv3list li {
    padding-left: 0.95em;
    margin: .5em 0;
    position: relative;
}


/* 四级导航 开始 */

.navlv4 {
    margin-top: 1.75em;
}

.navlv4-swiper {
    overflow-x: hidden;
    position: relative;
}

.navlv4-swiper ul {
    /* border-bottom: 1px solid #eaeaea; */
}

.navlv4-swiper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #eaeaea;
}

.navlv4-swiper li {
    width: auto;
    max-width: 8em;
}

.navlv4-swiper .active {
    border-bottom: 2px solid #00a26a;
}

.navlv4-swiper .tit {
    font-size: 16px;
    font-size: .8em;
    line-height: 2.5em;
    color: #666;
}

.navlv4-swiper .active .tit {
    color: #00a26a;
}

.layout-aside .active1 h2.lv2 {
    color: #00a26a;
    background-color: #ffffff;
    border-radius: 16px 0px 0px 16px;
    padding: .4em 1.5em .4em 20px;
}

.layout-aside .active1 h2.lv2 a {
    color: #00a26a;
}

.layout-aside .active1 h2.lv2 .arrow {
    background-image: url(/img/images/nav-bd.png);
}

@media (max-width:991.98px) {
    .navlv4 {
        margin-top: .4rem;
    }
    .navlv4-swiper li {
        width: auto;
        max-width: none;
    }
    .navlv4-swiper .tit {
        font-size: .28rem;
        line-height: .28rem;
        padding-bottom: .22rem;
        color: #666;
    }
}


/* 四级导航 结束 */


/* 背景 开始 */

.p-intord .main-box {
    background-color: #f7f7f5;
    position: relative;
}

.intordimgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.intordimgs.web {
    height: 21.75em;
}

.intordimgs.app {
    height: 5.3rem;
}


/* 背景 结束 */

.layout-content {
    width: 75.8333%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
    background-color: #fff;
    border-radius: 30px;
    padding: .9em 0em 4em;
    padding: .9em 0em 1.5em;
    position: relative;
}

.p-bhjj .layout-content {
    min-height: 59.25em;
}

@media (max-width:991.98px) {
    .layout-content {
        width: 100%;
    }
    .p-bhjj .layout-content {
        min-height: 25.5rem;
    }
}


/* 面包屑导航 开始 */

.crumbs {
    position: relative;
    padding: 0 3em 1em;
    border-bottom: 1px solid #eaeaea;
}

.crumbs a {
    font-size: 14px;
    font-size: .7em;
    color: #999;
    margin: 0 1.3em;
    position: relative;
}

.crumbs a::after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: -1.785em;
    width: 7px;
    height: 7px;
    /* background-image: url(/img/images/icon.svg#chevron-right.svg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-100%);
}

.crumbs a:first-child {
    margin-left: 0;
}

.crumbs a:last-child {
    margin-right: 0;
}

.crumbs a:last-child::after {
    display: none;
}

.crumbs a:last-child:hover {
    cursor: default;
}


/* 面包屑导航 结束 */

.layout-contentbox {
    /* height: 30em; */
    padding: 1.3em 3em 0;
    position: relative;
    /* overflow-y: scroll; */
}

/* .layout-contentbox::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    margin-right: 20px;
    padding-right: 20px;
}

.layout-contentbox::-webkit-scrollbar-track {
    width: 5px;
    border-radius: 5px;
    margin-right: 20px;
    padding-right: 20px;
}

.layout-contentbox::-webkit-scrollbar-track-piece {
    width: 5px;
    border-radius: 5px;
    margin-right: 20px;
    padding-right: 20px;
    background-color: #F1F1F1;
}

.layout-contentbox::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 5px;
    margin-right: 20px;
    padding-right: 20px;
    background-color: #00a26a;
} */

.layout-contentbox .add_bgk {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22em;
    background: no-repeat center;
    background-size: cover;
    border-radius: 30px;
}
/*  */
/* .layout-contentbox::-webkit-scrollbar {
    width: 4px;    
}
.layout-contentbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    background: #00a26a;
}
.layout-contentbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

} */

.layout-head {}

.n-heading {
    font-size: 36px;
    font-size: 1.8em;
    line-height: 1.66em;
    color: #00a26a;
}

.data-timer {
    font-size: 14px;
    font-size: .7em;
    line-height: 1;
    color: #333;
    margin: 2em 0 1.4285em;
}

@media (max-width: 991.98px) {
    .layout-content {
        min-height: 10rem;
        padding: .4rem .3rem 1rem;
    }
    .p-notice .layout-content {
        padding-top: .8rem;
    }
    .layout-contentbox {
        padding: 0;
    }
    .n-heading {
        font-size: .48rem;
        line-height: .88rem;
    }
    .data-timer {
        font-size: .24rem;
        line-height: .24rem;
        margin: .38rem 0 .2rem;
    }
    .read-num {
        font-size: .24rem !important;
        line-height: .24rem !important;
    }
}


/* 详情页 开始 */

.intord-doc-box {
    padding: 2.5em 0 3em;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    z-index: 2;
}

.introd-doc {
    font-size: 16px;
    font-size: .8em;
    line-height: 2.25em;
}

.introd-doc img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.introd-doc p {
    /* margin-bottom: 1.25em; */
    text-indent: 0em;
}

.introd-doc p:last-child {
    margin-bottom: 0;
}

.introd-doc td {
    border: 1px solid #333;
}

.introd-doc a {
    color: #00a26a;
}

.introd-doc h1,
.introd-doc h2,
.introd-doc h3,
.introd-doc h4,
.introd-doc h5 {
    font-size: 18px;
    font-size: 1.125em;
    margin-top: 1.75em;
    margin-bottom: 1.25em;
    color: #00a26a;
    font-weight: bold;
}


/* 文件下载 开始 */

.wjdown {
    font-size: 16px;
    font-size: .8em;
    color: #00a26a;
    margin-top: 1.875em;
}

.wjdown a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.wjdown .bi {
    width: .9em;
    height: .8em;
    color: #00a26a;
    margin-left: .6em;
}


/* 文件下载 结束 */


/* 返回列表 开始 */

.back-list {
    font-size: 16px;
    font-size: .8em;
    color: #00a26a;
    margin-top: 2.5em;
    z-index: 2;
    position: relative;
}

.back-list a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.back-list .bi {
    width: .8em;
    height: .8em;
    color: #00a26a;
    margin-right: .5em;
}


/* 返回列表 结束 */

@media (max-width:991.98px) {
    .intord-doc-box {
        padding: .46rem 0 .6rem;
    }
    .introd-doc {
        font-size: .3rem;
        line-height: .58rem;
    }
    .introd-doc h1,
    .introd-doc h2,
    .introd-doc h3,
    .introd-doc h4,
    .introd-doc h5 {
        margin-bottom: .0rem;
    }
    .introd-doc p {
        margin-bottom: 0rem;
    }
    .wjdown {
        font-size: .3rem;
    }
    .back-list {
        font-size: .26rem;
        margin-top: .6rem;
        display: flex;
        align-items: center;
    }
    .back-list .bi {
        width: .22rem;
        height: .22rem;
        margin-right: .2rem;
    }
}


/* 详情页 结束 */


/* 辅助栏目 开始 */

.fzlm-box {
    width: 100%;
    padding: 1.3em 3em 0 2em;
    display: flex;
    display: -webkit-flex;
}

.fzlm-box .left {
    margin-right: 1.75em;
}

.fzlm-box .left img {
    width: 8.25em;
    height: 8.25em;
    margin-top: .51em;
}

.fzlm-box .right {
    width: 81.819%;
}

@media (max-width: 991.98px) {
    .fzlm-box .right {
        width: 100%;
    }
}


/* 辅助栏目 结束 */


/* 颜色值 开始*/

.green {
    background-color: #00a26a;
}

.orange {
    background-color: #ff9212;
}

.blue {
    background-color: #0075c2;
}

.wathet {
    background-color: #1b87cd;
}

.violet {
    background-color: #b860ab;
}

.blue-triangle {
    border: .5em solid transparent;
    border-top-color: #02619f;
}

.orange-triangle {
    border: .5em solid transparent;
    border-top-color: #c26900;
}


/* 颜色值 结束 */


/* 翻页效果 开始 */

@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;
    } */
}


/* 频道页公共 */

.public-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.public-banner .imgs {
    background: no-repeat center center;
    background-size: cover;
}

.public-banner .imgs.web {
    width: 100%;
    height: 17.5em;
}

.public-banner .bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.public-banner .tit {
    font-size: 42px;
    font-size: 2.1em;
    line-height: 1;
    color: #fff;
}

.public-banner .doc {
    font-size: 1em;
    line-height: 1;
    color: #fff;
    margin-top: 1.5em;
}

@media (max-width:991.98px) {
	.footer-link{
		display: none;
	}
    .public-banner .imgs.app {
        width: 100%;
        height: 3.6rem;
    }
    .public-banner .tit {
        font-size: .54rem;
        line-height: 1;
    }
    .public-banner .doc {
        font-size: .28rem;
        line-height: 1;
        margin-top: .3rem;
    }
}


/* 面包屑导航 开始 */

.public-crumbs {
    position: relative;
    padding: 0 3em 1em;
    margin-top: 1em;
}

.public-crumbs .global-inner {
    display: flex;
    display: -webkit-flex;
}

.public-crumbs a {
    font-size: 14px;
    font-size: .7em;
    color: #999;
    margin: 0 1.3em 0 calc(1.3em + 7px);
    position: relative;
    display: block;
}

.public-crumbs a::after {
    content: ">";
    display: block;
    position: absolute;
    top: -1px;
    right: -1.785em;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* transform: translateY(-100%); */
}

.public-crumbs a:first-child {
    margin-left: 0;
}

.public-crumbs a:last-child {
    margin-right: 0;
}

.public-crumbs a:last-child::after {
    display: none;
}

.public-crumbs a:last-child:hover {
    cursor: default;
}

.ggqy-headingbox {
    margin-bottom: 2.5em;
}

.ggqy-heading {
    font-size: 30px;
    font-size: 1.5em;
    line-height: 1;
    color: #333333;
    padding-bottom: calc(.66em + 6px);
    position: relative;
    font-weight: bold;
    text-align: center;
}

.ggqy-heading:after {
    content: "";
    display: block;
    width: 2em;
    height: 6px;
    background: #009b4c;
    position: absolute;
    bottom: 0;
    right: calc(50% - 1em);
    border-radius: 3px;
}

@media (max-width:991.98px) {
    .ggqy-headingbox {
        margin-bottom: .6rem;
    }
    .ggqy-heading {
        font-size: .48rem;
        padding-bottom: .26rem;
    }
    .ggqy-heading:after {
        width: .8rem;
        height: .06rem;
        right: calc(50% - .4rem)
    }
}


/* 面包屑导航 结束 */


/* 表单 开始 */


/*** 表单 ***/

.form-group {
    padding: 12px 0;
    margin-bottom: 0;
    font-size: .8em;
    line-height: 30px;
    position: relative;
    padding-right: 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.form-group .help-block {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 5px;
    position: absolute;
}

.form-group.has-error .help-block {
    color: red;
}

.form-group.is-block {
    display: block !important;
}

.form-group .flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.form-group .must {
    /* width: 1em; */
    display: block;
    color: #ff0000;
    font-style: normal;
    text-align: right;
    /* font-size: 1em; */
    line-height: 30px;
    position: absolute;
    right: 3%;
    top: 57%;
    transform: translateY(-50%);
    z-index: 10;
    right: -4%;
    top: 50%;
}

.form-group .unit {
    font-size: 1.05em;
    min-width: 1em;
    display: block;
    margin-left: 1em;
}

.control-label {
    font-size: 1em;
    line-height: 1em;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #333;
    font-weight: normal;
    margin: 0;
    margin-right: 12px;
}

.form-control {
    width: 100%;
    height: 50px;
    display: block;
    background: #fff;
    border: solid 1px #dcdcdc;
    position: relative;
    padding: 0 1.3em;
    font-size: 1.05em;
    line-height: 2em;
    color: #333;
    border-radius: 0;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
    background-color: #fff;
}

.form-control[readonly] {
    background-color: #fff;
}

textarea.form-control {
    height: 90px;
}

.form-group-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.frm-vcode .flex {
    width: 54%;
}

.frm-vcode .inpt {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
    position: relative;
}

.frm-vcode .vcode-imgs {
    width: 100px;
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    height: 30px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}

.frm-vcode .vcode-imgs img {
    width: 100%;
    height: 100%;
    display: block;
}

.frm-upload {
    padding-right: 0;
}

.frm-upload .row {
    font-size: 1em;
    line-height: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.frm-upload .btn-file {
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 0.6em;
}

.frm-upload .btn-file a {
    width: 110px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 30px;
    color: #000022;
    border: solid 1px #d2d2d2;
    background: url("/content/img/images/bg-2.jpg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
    border-radius: 2px;
}

.frm-upload .btn-file a::after {
    background: #00a546;
}

.frm-upload .btn-file input[type="file"] {
    width: 120px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
}

#btn12 {
    cursor: pointer;
    padding: 5px 10px;
    background: #FFF;
    color: #333;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    height: 35px;
    width: 120px;
    position: relative;
}

#btn-img {
    position: absolute;
    top: 12px;
    left: 17px;
    width: 12px;
    height: 12px;
}

#text1 {
    position: absolute;
    top: 6px;
    left: 46px;
    font-size: 14px;
    /* font-size: .7em; */
}

@media (max-width: 767.98px) {
    #text1 {
        top: 4px;
    }
}

.form-hrApply .form-group.frm-read span a {
    color: #00a26a;
    /* text-decoration: revert; */
}


/* #btn12::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/img/images/嘉善LOGO.svg);
} */


/* .frm-upload .btn-file input[type="file"]::after {
    content: '上传文件1';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 35px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    opacity: 1;
    background-color: #fff;
} */

.frm-upload .btn-file .must {
    top: 0;
}

.form-btnbox {
    margin-top: 15px;
    width: 100%;
    display: flex;
    -webkit-display: flex;
}

.form-btnbox a,
.form-btnbox button {
    width: 10.55em;
    height: 3.05em;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.75em;
    text-align: center;
    margin-right: .95em;
}

.form-btnbox a span,
.form-btnbox button span {
    font-size: 16px;
    /* font-size: 1.33em; */
}

.form-btnbox a:last-child,
.form-btnbox button:last-child {
    margin-right: 0;
}

.checklist {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.checklist li {
    margin-right: 2.22em;
}

.checklist li:last-child {
    margin-right: 0 !important;
}

.checklist .checklabel {
    cursor: pointer;
}

.checklist input[type="radio"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0.56em 0 0;
    border-radius: 100%;
    border: solid 1px #004f93;
    position: relative;
}

.checklist input[type="radio"]:checked::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background: #0075c2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.global-form {
    margin-top: 1.5em;
}

.global-form .row-item {
    padding: 0 1.5em;
}

.layout-h .form-group {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.layout-h .control-label {
    flex: 0 0 8em;
    -webkit-flex: 0 0 8em;
}

@media screen and (min-width: 1000px) {
    /* .frm-upload .btn-file:hover {
        border-color: #00a546;
        color: #fff;
    } */
    select.form-control {
        appearance: none;
        -webkit-appearance: none;
        background: url("/content/img/images/sel-down.png") no-repeat right 10px center #fff;
    }
}

@media screen and (max-width: 991.98px) {
    .global-form .row {
        margin: 0 -0.3rem;
    }
    .global-form .row-item {
        padding: 0 0.3rem;
    }
}

@media screen and (max-width: 767.98px) {
    .global-form {
        margin-top: 0.6rem;
    }
    .form-group {
        padding: 0.1rem 0.2rem 0.1rem 0;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .form-group .help-block {
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin: 0.1rem 0 0;
    }
    .form-group .unit {
        min-width: 2em;
        margin-left: 0.1rem;
    }
    .control-label {
        height: 0.6rem;
        line-height: 0.32rem;
        margin-right: 0.1rem;
        font-size: 0.28rem;
    }
    .form-control {
        max-width: 100% !important;
        height: 0.6rem;
        padding: 0 0.1rem;
        line-height: 0.58rem;
    }
    textarea.form-control {
        height: 3rem;
    }
    .frm-upload .row {
        display: block;
    }
    .frm-upload .btn-file a {
        width: 2.5rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    .frm-upload .tips {
        width: 100%;
        display: block;
        margin-top: 0.1rem;
        line-height: 0.48rem;
    }
    .frm-vcode .flex {
        width: 100%;
    }
    .frm-vcode .vcode-imgs {
        width: 1.5rem;
        flex: 0 0 1.5rem;
        -webkit-flex: 0 0 1.5rem;
        height: 0.6rem;
        margin-left: 0.3rem;
    }
    .form-btnbox {
        margin-top: 0.3rem !important;
    }
    .form-btnbox a,
    .form-btnbox button {
        width: 2.1rem;
        height: 0.6rem;
        line-height: 0.58rem;
        font-size: 0.28rem;
    }
    .checklist input[type="radio"] {
        width: 12px;
        height: 12px;
    }
    .checklist input[type="radio"]:checked::after {
        width: 5px;
        height: 5px;
    }
}

.btn-h.btn-green {
    background: #00a26a;
    border: solid 1px #00a26a;
    color: #fff;
}

.btn-h.btn-xgreen {
    border: solid 1px #23ac39;
    color: #23ac39;
}


/* 表单 结束 */

.form-hrApply .frm-read {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.form-hrApply .frm-read.form-group.has-error .help-block {
    margin-top: 0;
    margin-left: 0px;
    bottom: -5px;
    left: 0;
}

@media (max-width:991.98px) {
    .p-calc .form-btnbox {
        height: auto;
    }
    .p-calc .form-btnbox .flex {
        flex-wrap: nowrap;
    }
    .form-btnbox a span,
    .form-btnbox button span {
        font-size: .3rem;
    }
    .btn-h.btn-xgreen,
    .btn-h.btn-green {
        width: 1.4rem;
    }
    .calc-doc-box .form-group-cell {
        width: 135%;
        max-width: 135%;
    }
    .calc-doc-box .form-control {
        font-size: 0.22rem;
    }
}


/* 表单提交 开始 */

.p-hrdel .row .row-item:nth-child(1) {
    padding-right: 1.5em;
}

.p-hrdel .row .row-item:nth-child(2) {
    padding-left: 1.5em;
}

.p-hrdel .hrdel-doc-box {
    margin-top: 8px;
    margin-bottom: 8px;
}

.p-hrdel .form-hrApply .form-group {
    padding: 15px 0;
    margin-bottom: 0;
}


/* 表单提交 结束 */


/* 内容样式 */

.p-404 .header {
    box-shadow: 5px 0px 15px rgba(0, 0, 0, .1)
}

.gchan-infobox {
    width: 80%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gchan-infobox h4.cmp-title {
    margin: 2.2em 0 2em;
}

.gchan-infobox h1.cmp-title {
    color: #8e9396;
    margin: 1.7em 0;
}

.gchan-infobox .doc {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 2em;
    color: #6c6f71;
    margin-bottom: 1.5em;
}

.gchan-infobox .doc a[href] {
    color: #2a7288;
    position: relative;
}

h4.cmp-title {
    color: #00a26a;
    font-weight: 600;
}

h1.cmp-title>a,
h1.cmp-title>span {
    font-size: 48px;
    font-size: 2.4em;
    line-height: 1.25em;
}

h2.cmp-title {
    color: #2a7288;
}

h2.cmp-title>a,
h2.cmp-title>span {
    font-size: 36px;
    font-size: 1.8em;
    line-height: 1.25em;
}

.page-404 {
    padding: 4em 0 5em;
}

@media(max-width: 992px) {
    .gchan-infobox h4.cmp-title {
        font-size: .36rem
    }
    h1.cmp-title>a,
    h1.cmp-title>span {
        font-size: .48rem;
    }
    .gchan-infobox .doc {
        font-size: .28rem;
    }
    .ui-button-text span {
        font-size: .26rem;
    }
    .p-hrdel .row .row-item:nth-child(2) {
        padding-left: 0;
    }
    .p-hrdel .row .row-item:nth-child(1) {
        padding-right: 0;
    }
    .form-group .must {
        top: 57%;
        right: 0;
    }
}

.ui-button-text span {
    font-size: 1.03em;
}

.p-calc .form-btnbox .control-label {
    flex: 0 0 6.5em;
    -webkit-flex: 0 0 6.5em;
}

.pop-ts {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100VW;
    height: 100VH;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.pop-ts-close {
    position: absolute;
    top: -0em;
    right: -3em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
}

.pop-ts-close .bi {
    width: 0.7em;
    height: 0.7em;
    color: #fff;
}

.pop-ts .boxs {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40em;
    height: auto;
    padding: 2.5em 0;
    border-radius: 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pop-ts .boxs .tit {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    color: #1c87cd;
}

.pop-ts .boxs .imgs {
    position: relative;
    width: 29em;
    height: 35.5em;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-top: 1.2em;
}

.pop-ts .boxs .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 1560px) {
    .pop-ts .boxs .imgs {
        width: 29em;
        height: 29.5em;
    }
}

@media(max-width: 992px) {
    .pop-ts .boxs {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        padding: .3rem;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .pop-ts .boxs .imgs {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: .5rem;
    }
    .pop-ts .boxs .tit {
        font-size: .32rem;
        line-height: 1.5;
    }
    .pop-ts-close {
        position: absolute;
        top: -3em;
        right: -0em;
    }
}

@media(min-width: 992px) {
    .pop-ts-close:hover,
    .footer .footer-code .tousu p:hover {
        cursor: pointer;
    }
    .footer .footer-code .tousu p:hover {
        color: #00a26a;
    }
}


/* 简历阅读 */

.pop-ts1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100VW;
    height: 100VH;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.pop-ts1-close {
    position: absolute;
    top: -4em;
    right: 0em;
    width: 2.7em;
    height: 2.7em;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
}

.pop-ts1-close .bi {
    width: 0.85em;
    height: 0.85em;
    color: #fff;
}

.pop-ts1 .boxs {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.pop-ts1 .boxs .box-box {
    position: relative;
    padding: 2em 2em 3.5em;
    border-radius: 30px;
    background-color: #fff;
}

.pop-ts1 .boxs .tit {
    font-size: 2em;
    line-height: 1;
    text-align: center;
    margin-bottom: .5em;
}

.pop-ts1 .boxs .doc {
    font-size: .9em;
    line-height: 2;
    overflow-y: scroll;
    height: 34em;
}

.pop-ts1 .boxs .doc p {
    padding-right: 1em;
}


/* .pop-ts1 .boxs .doc::-webkit-scrollbar {
    padding-right: 10px;
} */

.pop-ts1 .boxs .button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(to right, rgba(255, 96, 52, 0.5), rgba(238, 10, 36, 0.5));
}

.button-all {
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    line-height: 2.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-stop .boxs .button-box {
    background: linear-gradient(to right, rgb(255, 96, 52), rgb(238, 10, 36));
}


/* .pop-ts1 .boxs .button-box .secon-box {
    
} */

@media(max-width: 992px) {
    .pop-ts1 .boxs {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .pop-ts1 .boxs .imgs {
        position: relative;
        width: 6rem;
        height: 4rem;
        margin: 0 auto;
    }
    .pop-ts1 .boxs .box-box {
        position: relative;
        padding: 1.5em 1em 3em;
        border-radius: 30px;
        background-color: #fff;
    }
    .pop-ts1 .boxs .tit {
        font-size: .4rem;
        line-height: .56rem;
        margin-bottom: .3rem;
    }
    .pop-ts1 .boxs .doc {
        height: 7rem;
        font-size: .26rem;
        line-height: 1.5;
    }
}

@media(min-width: 992px) {
    .pop-stop .boxs .button-box:hover,
    .pop-ts1-close:hover,
    .footer .footer-code .tousu p:hover {
        cursor: pointer !important;
    }
    .footer .footer-code .tousu p:hover {
        color: #00a26a;
    }
}