@charset "UTF-8";

/*******/

@font-face {
    font-family: "HARMONYOS Bold";
    src: url("/content/fonts/HarmonyOSSansSC-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "HARMONYOS Medium";
    src: url("/content/fonts/HarmonyOSSansSC-Medium.woff2");
    font-display: swap;
}

.pingfangfont{
    font-family: "-apple-system,BlinkMacSystemFont,sans-serif";
}

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1660px) and (min-width: 1250px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    html {
        font-size: 17px;
    }
}

@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;
    }
}

/* 修改页面用  */


 @media screen and (max-width: 750px) {
    html {
        font-size: 13.3333333vw;
    }
}  

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "微软雅黑", "Microsoft YaHei";
    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: "华文细黑", "STHeiti Light [STXihei]";
    }
}

div,
span,
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'],
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;
}

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;
}

.xxl-inner {
    width: 90vw;
    max-width: 1700px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.xxl-inner:before,
.xxl-inner:after {
    content: '';
    display: table;
    clear: both;
}

.xl-inner {
    width: 85vw;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.xll-inner {
    width: 90vw;
    max-width: 1550px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.xl-inner:before,
.xl-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 86vw;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner {
    width: 81vw;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.big-inner {
    width: 94vw;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.addniTranX{
    transition: all 0.5s;
    transform: translateY(0px);
}
.addniTranX:hover{
    transform: translateY(-20px);
}



@media (max-width: 991.98px) {
    .sm-inner,
    .global-inner,
    .xl-inner,
    .xxl-inner,
    .xll-inner,
    .big-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.5rem !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;
}

@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: 5px;
    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: #424c5f;
}

.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;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    position: absolute;
    padding: 0 !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.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: .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 fadeInLeft3 {
    0% {
        color: #732d2b;
        transform: translate3d(30vw, 0, 0);
        -webkit-transform: translate3d(30vw, 0, 0);
    }
    to {
        color: #edf1f4;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInLeft3 {
    0% {
        color: #732d2b;
        -webkit-transform: translate3d(30vw, 0, 0);
    }
    to {
        color: #edf1f4;
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInLeft3 {
    transform: translate3d(30vw, 0, 0);
    -webkit-transform: translate3d(30vw, 0, 0);
    animation-name: fadeInLeft3;
    -webkit-animation-name: fadeInLeft3;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
        -webkit-transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInRight3 {
    0% {
        color: #987f58;
        transform: translate3d(-30vw, 0, 0);
        -webkit-transform: translate3d(-30vw, 0, 0);
    }
    to {
        color: #edf1f4;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInRight3 {
    0% {
        color: #987f58;
        -webkit-transform: translate3d(-30vw, 0, 0);
    }
    to {
        color: #edf1f4;
        opacity: 1;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInLeft2 {
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    animation-name: fadeInLeft2;
    -webkit-animation-name: fadeInLeft2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInRight3 {
    transform: translate3d(-30vw, 0, 0);
    -webkit-transform: translate3d(-30vw, 0, 0);
    animation-name: fadeInRight3;
    -webkit-animation-name: fadeInRight3;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInRight2 {
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    animation-name: fadeInRight2;
    -webkit-animation-name: fadeInRight2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInUp2 {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 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, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 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: 4.2rem;
    height: 4.2rem;
    border: solid 1px #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;
    border: none;
    background: url(/content/img/images/video-play.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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: .8rem;
        height: .8rem;
        top: .3rem;
        right: .3rem;
        z-index: 1100;
    }
}


/* 表单 */

.form-group {
    width: 100%;
    position: relative;
    z-index: 5;
}

.form-group.has-error .help-block {
    color: #e00909;
}

.form-group.has-error .form-control {
    border-color: #e09090;
}

.form-group.has-success .form-control {
    border-color: #1e7fea;
}

.help-block {
    font-size: 12px;
    font-size: .6rem;
    line-height: 1.5em;
    margin-top: .5em;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    display: block;
    border: solid 1px #424c5f;
    border-radius: 4px;
}

.checkbox input[type="checkbox"]:checked {
    background: url("/content/img/images/check-lg.svg") no-repeat center center #5acda6;
    background-size: 0.75em;
    border-color: #5acda6;
}

@media screen and (max-width: 991.98px) {
    .help-block {
        font-size: .24rem;
        line-height: .4rem;
        margin: 0;
    }
}


/*** 表单提示弹窗 ***/

.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-white.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;
}

.modal-tips .icon img {
    width: 100%;
    max-width: 100%;
    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;
}

.btn-h .bi {
    display: block;
    position: relative;
    z-index: 5;
}

.btn-h.btn-bwhite {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-h.btn-bblack {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

@media screen and (min-width: 1000px) {
    .btn-h.btn-bwhite:hover {
        background-color: #fff;
        color: #333;
    }
    .btn-h.btn-bblack:hover {
        background-color: #5acda6;
        border-color: #5acda6;
        color: #fff;
    }
}


/* header */

.homenead img {
    width: 100%;
}

.headtab .active .tit {
    position: relative;
}

.headtab .active .tit::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0964b5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.head-navlist {
    height: 4rem;
    display: flex;
    display: -webkit-flex;
    position: relative;
}

.head-navlist.fl {
    width: 40%;
    max-width: 480px;
}

.head-navlist.fr {
    width: 26%;
    max-width: 310px;
}

.head-navlist>li {
    flex: 1;
    -webkit-flex: 1;
    display: block;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.head-navlist>li.current:not(.active) .navlv1 a {
    border-bottom-color: #5acda6;
}

.head-navlist a {
    display: block;
}

.head-navlist .navlv1 {
    font-size: 1em;
    line-height: 1.6rem;
    position: relative;
    padding: 1.2rem 0 1.1rem;
}

.head-navlist .navlv1 a {
    border-bottom: solid 2px transparent;
}

.head-navlist .subnav-box {
    width: auto;
    min-width: 33.375em;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - .0rem);
    border-top: solid 2px #245cd3;
    font-size: 1em;
    line-height: 2.5rem;
    padding: .6em 1.8em 3.9em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(45deg, #fdfeff 0%, #fcfdff 50%, #fafbff 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 0px 16px 0px rgba(110, 128, 155, 0.35);
    border: solid 1px #d9e7fa;
    border-radius: 16px;
}

.head-navlist .subnav-box .subnav-box-tit {
    text-align: left;
    margin-bottom: .4em;
    color: #333;
    font-size: .88em;
    line-height: 1;
    padding: 1em 0 .6em;
}

.head-navlist .subnav-box .lv2list {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin: -1.1em 0;
    margin-top: -11px;
}


/* .head-navlist .subnav-box .lv2list ul {
    width: 50%;
} */

.head-navlist .subnav-box .lv2list ul:last-child {
    position: relative;
    padding-left: 2.5em;
}

.head-navlist .subnav-box .lv2list ul:last-child::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 90%;
    background-color: #d6deea;
    transform: translateY(-50%);
}

.head-navlist .subnav-box .lv2list li {
    /* width: 46%;
    width: 50%; */
    padding: .8em 0;
}

.head-navlist .subnav-box .lv2list .navlv2 {
    display: flex;
    align-items: center;
}

.head-navlist .subnav-box .lv2list .navlv2 img {
    width: 1.875em;
    height: 1.5625em;
    height: 1.875em;
    margin-top: 2px;
}

.head-navlist .subnav-box a {
    padding: 0 .75rem;
    padding-right: 0;
    text-align: left;
    font-weight: bold;
}

.head-navlist .subnav-box li:hover a {
    color: #245cd3;
}

.head-tool {
    float: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 -0.8rem;
}

.head-tool .tool {
    height: 100%;
    padding: 0 0.8rem;
    position: relative;
    color: #5acda6;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.head-tool .tool::after {
    content: '';
    display: block;
    width: 1px;
    height: .6rem;
    background-color: #5acda6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.head-tool .tool:last-child::after {
    display: none;
}

.head-lang {
    position: relative;
}

.head-lang .icon {
    width: .4rem;
    height: .4rem;
    display: block;
    position: relative;
}

.head-lang .icon .bi {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.head-lang .en {
    font-size: 1em;
}

.head-sch_open {
    width: .9rem;
    height: .9rem;
    display: block;
    position: relative;
}

.head-sch_open .bi {
    width: 100%;
    height: 100%;
    display: block;
}

.head-sch_close {
    width: .9rem;
    height: .9rem;
    display: none;
    position: relative;
}

.head-sch_close .bi {
    width: .7rem;
    height: .7rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.head-menu {
    width: 1.04rem;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

.head-menu_open {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 0.3rem;
    position: absolute;
    left: 0;
    top: 0;
}

.head-menu_open .line {
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #000;
    position: relative;
}

.head-menu_open .line::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(-0.12rem - 3px);
}

.head-menu_open .line::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: calc(-0.12rem - 3px);
}

.head-menu_close {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #5acda6;
    position: absolute;
    left: 0;
    top: 0;
}

.head-menu_close .bi {
    width: .32rem;
    height: .32rem;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-schbox {
    overflow: hidden;
}

.modal-schbox .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4.5em 0 0;
}

.modal-schbox .modal-content {
    width: 85vw;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 1rem 0 1rem;
}

.modal-schbox .inptbox {
    width: 100%;
    padding: 0 2.2rem 0 0;
    position: relative;
    border-bottom: solid 2px #333;
}

.modal-schbox .inptbox .inpt {
    width: 100%;
    height: 3.2rem;
    display: block;
    border: none;
    font-size: 1.2rem;
    line-height: 3.2rem;
    color: #333;
}

#modalSchBox .modal-dialog {
    top: 45%;
}

.modal-schbox .inptbox .btn-sch {
    width: 2.2rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    color: #333;
}

.modal-schbox .inptbox .btn-sch .bi {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal-schbox .hotwords {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-top: 2.75rem;
    line-height: 1.5rem;
}

.modal-schbox .hotwords .tit {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.modal-schbox .hotwords .words {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: .8rem;
    color: #666;
}

.modal-schbox .hotwords .words li {
    padding: 0 2rem;
    position: relative;
}

.modal-schbox .hotwords .words li::after {
    content: '';
    display: block;
    width: 2px;
    height: 0.6rem;
    background-color: #5acda6;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal-schbox .hotwords .words li:last-child::after {
    display: none;
}

.modal-schbox .hotwords .words a {
    display: block;
}

.modal-schbox .quicklink {
    padding: 0 0.4rem;
}

.modal-schbox .quicklink .tit {
    padding: 0.4rem 0;
    font-size: .3rem;
    line-height: 1em;
    color: #666;
    border-bottom: solid 1px #dddddd;
    margin-bottom: .2rem;
}

.modal-schbox .quicklink .link {
    font-size: .3rem;
    line-height: .48rem;
    color: #333;
    padding: 0 0 0 0.3rem;
}

.modal-schbox .quicklink .link li {
    margin-bottom: .42rem;
}

.modal-schbox .quicklink .link li:last-child {
    margin-bottom: 0;
}

.modal-schbox .quicklink .link a {
    display: block;
}

.modal-tips .icon .bi {
    width: 3.2em;
    height: 3.2rem;
    color: #5acda6;
}

.modal-appnav {
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
}

.modal-appnav .modal-dialog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.2rem 0 0;
}

.mdnav-list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mdnav-list>li {
    border-bottom: solid 1px #ddd;
}

.mdnav-list>li.had-subnav .navlv1 .arrow {
    display: block;
}

.mdnav-list>li.active .navlv1 {
    color: #5acda6;
}

.mdnav-list>li.active .navlv1 .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mdnav-list>li.active .navlv1 .arrow .bi {
    right: unset;
    left: 0.4rem;
}

.mdnav-list a {
    display: block;
    min-width: 40%;
}

.mdnav-list .navlv1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0.4rem;
    height: 1.28rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: .34rem;
    line-height: 1.28rem;
    color: #333;
}

.mdnav-list .navlv1 .arrow {
    display: none;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.mdnav-list .navlv1 .arrow .bi {
    width: .3rem;
    height: .3rem;
    display: block;
    color: #222;
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mdnav-list .subnav-box {
    width: 100%;
    padding: 0 0.4rem 0.3rem 0.6rem;
    font-size: .3rem;
    line-height: .9rem;
    color: #333;
    display: none;
}

body.open-appnav .header {
    z-index: 999999999;
}

body.open-appnav .head-menu_open {
    display: none;
}

body.open-appnav .head-menu_close {
    display: block;
}

body.open-schbox .header {
    z-index: 2000;
}

body.open-schbox .head-sch_open {
    display: none;
}

body.open-schbox .head-sch_close {
    display: block;
}

.head-place {
    height: 3.5em;
}

@media screen and (max-width: 991.98px) {
    .footer {
        position: relative;
        z-index: 9999;
    }
    .header {
        height: 1.2rem;
        line-height: 1.2rem;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999999;
    }
    .head-place {
        height: 1rem;
    }
    .head-logo {
        width: 1.88rem;
    }
    .head-logo a {
        padding: .2rem 0 0;
    }
    .head-tool {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        z-index: 30;
    }
    .head-tool .tool {
        padding: 0 0.3rem;
    }
    .head-tool .tool::after {
        display: none;
    }
    .head-tool .tool .bi {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .head-tool .head-schbox {
        width: 1rem;
        margin-top: 0 !important;
    }
    .head-sch_open {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .head-sch_open .bi {
        width: .4rem;
        height: .4rem;
    }
    .head-sch_close {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #5acda6;
        color: #fff;
    }
    .head-sch_close .bi {
        width: .32rem;
        height: .32rem;
    }
    .modal-schbox .modal-dialog {
        padding: 1.5rem 0.3rem 0;
    }
    .modal-schbox .modal-content {
        width: 100%;
        max-width: none;
        padding: 0 0 0;
    }
    .modal-schbox .global-inner {
        padding: 0 !important;
    }
    .modal-schbox .inptbox {
        padding: 0 1.2rem 0 0;
    }
    .modal-schbox .inptbox .inpt {
        height: 1.46rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        padding: 0.33rem 0 0.33rem 0.4rem;
    }
    .modal-schbox .inptbox .btn-sch {
        width: 1.2rem;
    }
    .modal-schbox .inptbox .btn-sch .bi {
        width: 0.4rem;
        height: 0.4rem;
        display: block;
        position: absolute;
        left: 50%;
        right: unset;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}


/* 主体区域 */

.main-box {
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 10;
    padding: 2.5em 0 0;
}

.inside-topbox {
    width: 100%;
    position: relative;
    z-index: 20;
}

.inside-banner {
    width: 100%;
    height: 24rem;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inside-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: center center;
    -webkit-object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.inside-tpbody {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.inside-lv1 {
    width: 100%;
    height: 15.5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.inside-tpbot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.inside-crumb {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: -1.85rem;
    font-size: .7rem;
    line-height: 1.5rem;
    color: #fff;
}

.inside-crumb a {
    display: block;
}

.inside-crumb a::after {
    content: '>';
    color: #fff !important;
    margin: 0 0.5rem;
}

.inside-crumb a:last-child::after {
    display: none;
}

.inside-webnav {
    width: 100%;
    background-color: #fff;
    min-height: 3rem;
    display: block;
    overflow: hidden;
}

.inside-navlist {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin: 2.5rem 0 3rem;
}

.inside-navlist li {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    border: solid 1px #ddd;
    border-right: none;
    position: relative;
}

.inside-navlist li:last-child {
    border-right: solid 1px #ddd;
}

.inside-navlist li.current::after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: #5acda6;
    border: solid 1px #5acda6;
}

.inside-navlist li.current a {
    color: #fff;
}

.inside-navlist a {
    display: block;
    font-size: .9rem;
    line-height: 3.4rem;
    color: #666;
    position: relative;
    z-index: 5;
}

.inside-appnav {
    position: relative;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
    margin: 0 0.3rem;
}

.inside-appnav .hd {
    width: 100%;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    color: #5acda6;
    font-size: .28rem;
    line-height: 1rem;
    padding: 0 0.4rem;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.inside-appnav .hd .arrow {
    width: .28rem;
    height: .28rem;
    display: block;
    position: relative;
}

.inside-appnav .hd .arrow .bi {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.inside-appnav .dropbox {
    width: 100%;
    background: #fff;
    padding: 0 0.4rem;
    font-size: .28rem;
    line-height: 1rem;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    border-top: solid 1px #ddd;
    box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
    z-index: 10;
    display: none;
}

.inside-appnav .dropbox li {
    border-bottom: solid 1px #ddd;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.inside-appnav .dropbox li:last-child {
    border-bottom: none;
}

.inside-appnav .dropbox li.current {
    color: #5acda6;
    background: url("/content/img/images/check-green.svg") no-repeat right center;
    background-size: 0.26rem;
}

.inside-appnav .dropbox a {
    display: block;
}

.inside-appnav.is-open .hd .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    body.inside-notnav .inside-lv1 {
        height: 21rem;
    }
}

@media screen and (max-width: 991.98px) {
    .inside-topbox .xxl-inner {
        padding: 0 !important;
    }
    .inside-banner {
        height: 4.8rem;
    }
    .inside-lv1 {
        height: 100%;
    }
    body.inside-notnav .main-box {
        padding: 1.2rem 0;
    }
}


/* footer */

.foot-topbox {
    width: 100%;
    padding: 3rem 0 2.6rem;
    border-bottom: solid 1px #dcdcdc;
}

.foot-navlist {
    width: 1050px;
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.foot-navlist .navlv1 {
    font-size: .8rem;
    line-height: 1em;
    color: #333;
    font-weight: bold;
    margin-bottom: 1em;
}

.foot-navlist .lv2list {
    font-size: .7rem;
    line-height: 2em;
    color: #666;
}

.foot-navlist .lv2list a {
    display: block;
}

.foot-navlist .gzwed .bd {
    margin-top: 1.25rem;
    display: flex;
    display: -webkit-flex;
}

.foot-navlist .gzwed .wxbox {
    position: relative;
    cursor: pointer;
}

.foot-navlist .gzwed .wxbox .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-radius: 100%;
    border: solid 1px #5acda6;
    color: #5acda6;
}

.foot-navlist .gzwed .wxbox .icon .bi {
    width: .9rem;
    height: .9rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.foot-navlist .gzwed .wxbox .dropbox {
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none;
}

.foot-navlist .gzwed .wxbox .dropbox::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}

.foot-navlist .gzwed .wxbox .dropbox::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: .05;
    z-index: 1;
}

.foot-navlist .gzwed .wxbox .dropbox .box {
    width: 7.5em;
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.foot-navlist .gzwed .wxbox .dropbox img {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

.foot-navlist .gzwed .wxbox:hover .dropbox {
    display: block;
}

.foot-botbox {
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: .7rem;
    line-height: 1.5rem;
    color: #999;
}

.foot-blink {
    color: #333;
    display: flex;
    display: -webkit-flex;
}

.foot-blink li {
    margin-right: 1.5rem;
    position: relative;
}

.foot-blink li:last-child {
    margin-right: 0;
}

.wechat-qrcode {
    width: 200px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 20px);
    box-shadow: 0px 2px 10px #aaa;
    display: none;
    z-index: 9999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-bottom: 10px;
}

.wechat-qrcode.is-open {
    display: block;
}

.wechat-qrcode h4 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    text-align: center;
}

.wechat-qrcode p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1;
}

.wechat-qrcode .qrcode img {
    margin: 20px auto;
    display: block;
    width: 135px;
    height: 135px;
}

.wechat-qrcode .closeCode {
    position: absolute;
    right: 3px;
    top: 2px;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.foot-bmid {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-copy {
    margin-right: 1.2rem;
}

.foot-support {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-jszc_swip {
    height: 1.5em;
    overflow: hidden;
    position: relative;
    max-width: 11em;
    white-space: nowrap;
    text-align: right;
}

.foot-jszc .swiper-slide {
    line-height: 21px;
}

.foot-wx.app {
    margin-top: .88rem;
}

.foot-wx.app .tit {
    font-size: .28rem;
    line-height: 1em;
    color: #333;
    margin-bottom: .4rem;
}

.foot-wx.app .ewm {
    display: block;
    margin: 0 auto;
    position: relative;
}

.foot-wx.app .ewm img {
    width: 2.4rem;
    max-width: 100%;
    display: block;
}

.foot-wx.app .ewm .flex {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
}

.foot-wx.app .ewm img+img {
    margin-left: .3rem;
}

.btn-gotop {
    display: none;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    right: .4rem;
    bottom: .4rem;
    z-index: 200;
}

@media (min-width: 992px) {
    .gotop:hover {
        background-color: #601a18;
    }
    .beian a:hover>img {
        opacity: .7;
    }
}


/* 手机头部 */

@media (max-width: 991.98px) {
    .header {
        position: fixed;
        left: 50%;
        top: 0;
        background-color: #fff;
        display: block;
        width: 100%;
        height: 1.2rem;
        transform: translateX(-50%);
        overflow: hidden;
        z-index: 999;
        display: flex;
        align-items: center;
    }
    .header .global-inner {
        display: table;
        padding-top: 0.22rem !important;
        overflow: hidden;
    }
    .p-message .hidden-lg-up  .global-inner{
        border-bottom: 1px solid #eee;
    } 
    .header .logo {
        float: left;
    }
    .header .logo a {
        display: block;
        height: 0.66rem;
    }
    .header .logo img {
        display: block;
        width: 1.97rem !important;
        margin-top: .15rem;
        width: auto;
    }
    .hd-sch {
        float: right;
        width: 0.39rem;
        padding-top: 0.12rem;
    }
    .hd-sch a {
        display: block;
    }
    .hd-sch img {
        width: 100%;
        display: block;
    }
    .open .header {
        background-color: #fff;
    }
    .open .waplau {
        color: #333;
    }
    .open .wap-search svg {
        color: #333;
    }
    .ph-nav-btn {
        float: right;
        margin-left: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 0.17rem;
        position: relative;
        padding-left: .23rem;
        margin-left: .24rem;
        border-left: 1px solid #fff;
    }
    .ph-nav-btn::after {
        position: absolute;
        display: block;
        content: '';
    }
    .nav-main ul li svg {
        width: .25rem;
        height: .14rem;
        margin-top: .48rem;
        float: right;
        color: #000;
        transition: all .5s;
    }
    .nav-main ul li:hover svg {
      color: #fff;
    }
    .ph-nav-pop.on svg{
      color: #fff;
    }
    .ph-nav-pop .lv3 svg {
        margin-top: .25rem;
    }
    .header .nav_btn {
        cursor: pointer;
        height: 0.32rem;
        width: 0.51rem;
        position: relative;
        z-index: 2;
    }
    .header .nav_btn span {
        display: inline-block;
        width: 0.51rem;
        width: 0.51rem;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: 0.14rem;
        left: 0px;
        -webkit-transition: background-color 0.1s ease-out 0s;
        -moz-transition: background-color 0.1s ease-out 0s;
        -o-transition: background-color 0.1s ease-out 0s;
        -ms-transition: background-color 0.1s ease-out 0s;
        transition: background-color 0.1s ease-out 0s;
    }
    .lv4box {
        margin-left: .4rem;
    }
    .waplau {
        display: none;
        float: right;
        color: #fff;
        line-height: 1;
        margin-top: .2rem;
    }
    .daili-wap {
        width: 100%;
        line-height: .95rem;
        color: #ffffff;
        text-align: center;
        background-color: #fe2c55;
        border-radius: 35px;
        font-size: .32rem;
    }
    .header .nav_btn.open span {
        background-color: transparent;
        z-index: 9;
    }
    .paddingwap {
        padding: 0 .36rem;
        margin-top: .6rem;
    }
    .open .header .nav_btn span:before {
        background-color: #fff !important;
        background-color: #333 !important;
    }
    .open .header .nav_btn span:after {
        background-color: #fff !important;
        background-color: #333 !important;
    }
    .footpos {
        font-size: .26rem;
    }
    .open .header .nav_btn span:after {
        background-color: #333 !important;
    }
    .footer .top span {
        font-size: .28rem;
    }
    .wapfootlogo img {
        width: 2.35rem;
    }
    .open .logo1 {
        display: block !important;
    }
    body.open .logo .logo2 {
        display: none !important;
    }
    .open .header .nav_btn span:before {
        background-color: #333 !important;
    }
    .header .nav_btn span:before {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: -0.14rem;
        right: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .nav_btn.open span:before {
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(45deg);
        top: 0px;
        -moz-transform: rotate(45deg);
        top: 0px;
        -o-transform: rotate(45deg);
        top: 0px;
        -ms-transform: rotate(45deg);
        top: 0px;
        transform: rotate(45deg);
        top: 0px;
    }
    .header .nav_btn span:after {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: 0.14rem;
        left: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .nav_btn.open span:after {
        width: .51rem;
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(-45deg);
        top: 0px;
        -moz-transform: rotate(-45deg);
        top: 0px;
        -o-transform: rotate(-45deg);
        top: 0px;
        -ms-transform: rotate(-45deg);
        top: 0px;
        transform: rotate(-45deg);
        top: 0px;
    }
    .ph-nav-box {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 1.2rem;
        /*background: rgba(0,0,0,.3);*/
        opacity: 0;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition: all 0.3s ease-in-out;
        z-index: 99999999;
    }
    .ph-nav-box.on {
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
    .ph-nav-box .ph-nav-pop {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #fafafa;
        z-index: 10;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding-bottom: 1.1rem;
    }
    .nav-main {
        height: 100%;
        overflow: hidden;
    }
    .nav-main ul {
        padding: 0rem 0.5rem 0;
    }
    .nav-main em {
        float: right;
        width: 30%;
        margin-top: 0.06rem;
        position: relative;
    }
    .nav-main em:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        width: 22px;
        height: 2px;
        background-color: #ccc;
        transition: all .3s;
        z-index: 10;
        display: none;
    }
    .bgCode {
        padding: .14rem;
        background-color: #fff;
        display: inline-block;
    }
    .wapfooter {
        background-color: #061630;
        color: #fff;
        padding: .8rem 0;
    }
    .waptab {
        flex-wrap: wrap;
        margin: 0 -.4rem;
        width: 100%;
    }
    .waptab .item {
        padding: 0 .4rem;
        border-right: 1px solid #fff;
        font-weight: bold;
        margin-bottom: .45rem;
    }
    .waptab .item:nth-child(2) {
        border-right: 0px solid #fff;
    }
    .waptab .item:last-child {
        border-right: 0px solid #fff;
    }
    .wapfooter .icbox {
        width: .7rem;
        height: .7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }
    .wapfooter .icbox img {
        width: .24rem;
    }
    .wapfooter .icbox+.icbox {
        margin-left: .4rem;
    }
    .waoline {
        width: 100%;
        height: 1px;
        background-color: #384559;
        margin-top: .8rem;
    }
    .waptel .flex {
        justify-content: space-between;
        margin-top: .38rem;
    }
    .waptel .item+.item {
        margin-left: .4rem;
    }
    .waptel .item {
        width: 50%;
        background-color: #0057b8;
        line-height: .8rem;
        text-align: center;
        color: #fff;
        border-radius: 35px;
    }
    .waptel h1 {
        margin-top: .4rem;
    }
    .waptel {
        margin-top: .4rem;
    }
    .width100 {
        width: 100% !important;
    }
    .wapbeian {
        padding: .85rem .3rem 0;
        border-top: 1px solid #384559;
        margin-top: .8rem;
        font-size: .26rem;
        line-height: .36rem;
        opacity: .5;
    }
}

@media screen and (max-width: 450px) {
    .nav-main em:before {
        width: 14px;
    }
    .nav-main em:after {
        right: 6px;
        margin-top: -7px;
        height: 14px;
        display: none;
    }
}

.nav-main .on em:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-main .on em:after {
    display: none;
}

.nav-main .lv4pop .lv1 em,
.nav-main .lv4pop .lv2 em,
.nav-main .lv4pop .lv3 em,
.nav-main .lv3pop .lv1 em,
.nav-main .lv3pop .lv2 em,
.nav-main .lv2pop .lv1 em {
    display: block;
}

.nav-main .lv2box,
.nav-main .lv3box,
.nav-main .lv4box {
    display: none;
}

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lv1.on svg {
    transform: rotate(180deg);
}
.lv1.on svg{
  color: #fff;
}

.lv3.on svg {
    transform: rotate(180deg);
}
.lv3.on svg{
  color: #fff;
}


.nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.35rem 0 0.35rem;
    transition: all .3s;
    width: 50%;
}

.lv2box {
    margin-left: .3rem;
}

.nav-main .lv2 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.35rem 0 0.35rem 0;
    transition: all .3s;
    width: 100%;
}

.lv2.on svg {
    transform: rotate(180deg);
}

.nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.15rem 0 0.15rem 0rem;
    transition: all .3s;
}

.lv3box {
    margin-left: .3rem;
}

.nav-main .lv4 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
    min-width: 50%;
    padding: 0.22rem 0 0.22rem 0rem;
}

.wap-language {
    margin-top: .2rem;
}

.wap-language svg {
    width: .22rem;
    height: .12rem;
    color: #00468e;
}

.wap-search svg {
    width: .35rem;
    height: .35rem;
    color: #fff;
}

.wap-head .logo2 {
    display: none !important;
}

.wap-search {
    margin-left: .25rem;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin-top: .07rem;
    display: none;
}

@media (max-width: 991.98px) {
    .foottop .left {
        display: none;
    }
    .foot-nav {
        display: none;
    }
    .flsmwap {
        font-size: .28rem;
        padding-top: .6rem;
    }
    .beianwap .right img {
        width: .4rem;
    }
    .beianwap .right a+a {
        margin-left: .3rem;
    }
    .beianwap .right {
        margin-top: .5rem;
    }
    .wapan {
        font-size: .28rem;
    }
    .wapan p {
        margin-bottom: .25rem;
    }
    .wapan {
        margin-top: .8rem;
    }
    .footer {
        padding-bottom: .4rem;
    }
    .foottop {
        font-size: .28rem;
    }
    .waplink .tit {
        width: 3.2rem;
        height: .8rem;
        line-height: .8rem;
        border-radius: 35px;
        border-color: 1px solid #666666;
        border: 1px solid #d1d1d1;
        font-size: .28rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .77rem auto 0;
    }
    .waplink svg {
        width: .22rem;
        height: .12rem;
        margin-left: .2rem;
    }
    .waplink {
        position: relative;
    }
    .waplinkB {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        top: 50px;
        display: none;
    }
    .waplinkB a {
        display: block;
        line-height: 2.3;
        padding-left: 10px;
    }
    .searcen {
        width: 90%;
    }
    .searcen a {
        top: .25rem;
        right: 0;
        position: absolute;
    }
    .searcen svg {
        width: 20px;
        height: 20px;
    }
    .searcen {
        background-color: #fff;
        height: 3em;
        margin: auto;
        position: relative;
    }
    .searcen input {
        height: 100%;
        width: 60%;
        vertical-align: 1.7em;
        font-size: .8em;
        padding-left: 20px;
    }
}


/* 头部 */

.heads2 {
    height: 100px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    padding: 0 50px;
    transition: all .3s;
    top: 0;
    color: #fff;
}

.head2block .heads2 {
    top: 0;
}

.heads2 .headslogo {
    padding-top: 1.3em;
}

.headcen1 {
    width: 26px;
    height: 4px;
    background-color: #fff;
    float: right;
}

.headcen2 {
    width: 20px;
    height: 4px;
    background-color: #fff;
    margin-top: 8px;
    float: right;
}

.headtabs li {
    float: left;
    position: relative;
}

.search img {
    width: 20px;
}

.headtabs li+li {
    margin-left: 2.9em;
}

.headtabs .tit {
    font-size: .9em;
    line-height: 100px;
}

.headcen {
    margin-top: 42px;
    width: 40px;
    cursor: pointer;
}

.headcen:hover .headcen1 {
    background: #732d2b !important;
}

.headcen:hover .headcen2 {
    background: #732d2b !important;
}

.search {
    font-size: .9em;
    margin-left: 1em;
    padding-left: 1.1em;
    margin-right: .8em;
    margin-top: 39px;
    border-left: 1px solid #fff;
}

.headbtoo {
    position: absolute;
    background-color: #d8cfc6;
    top: 100px;
    left: -40px;
    width: 160px;
    padding: 10px 0;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    display: none;
}

#mainbox {
    min-height: 400px;
}

.search svg {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
}

.scic svg {
    width: 20px;
    height: 20px;
}

.scic {
    float: left;
    margin-top: 1.6em;
    cursor: pointer;
    padding: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.footclick {
    cursor: pointer;
}

.inscen {
    max-width: 1140px;
    width: 70%;
    margin: 4.5em auto 0;
    position: relative;
}

.insclose svg {
    width: 24px;
    height: 24px;
    color: #b7b7b7;
    cursor: pointer;
}

.insnav li a {
    position: relative;
    padding: 3px 10px 3px 7px;
}

.insnav li a::after {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #7b2b29;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s;
}

.institution {
    position: fixed;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-bottom: 9.5em;
    bottom: -100vh;
    z-index: 999999999;
    transition: all .3s;
}

.insclose {
    position: absolute;
    right: 0;
    top: 0;
}

.insh1 {
    text-align: center;
    font-size: 1.6em;
    margin-top: 3.28em;
}

.insnav li {
    width: 18%;
    float: left;
    font-size: .8em;
    margin-bottom: 1.87em;
    color: #666666;
}

.insnav {
    margin-top: 3em;
    padding-top: 20px;
}

.footblock .institution {
    bottom: 0;
}

.homebg {
    position: fixed;
    right: -10em;
    top: -10em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .8s;
    z-index: 999999999;
}

.menublock .homebg {
    transform: scale(66);
    -webkit-transform: scale(66);
}

.indextab {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    background-color: transparent;
    display: none;
}

.indextab {
    background-position: right -80px;
}

.tablogo {
    text-align: center;
    height: 50px;
}

.tablogo img {
    opacity: 0;
    transition: all 0.4s 1s;
    -webkit-transition: all 0.4s 1s;
}

.indextab .tabbox li:first-child {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2.29em;
}

#modalSchBox {
    z-index: 99999999;
}

.scic svg:hover {
    color: #732d2b !important;
}

.indextab .tabbox li:hover {
    color: #732d2b;
}

.indextab .tabbox li {
    transform: translateX(-150px);
    transition: all 0.4s 1s;
}

.indextab .tabbox ul li+li {
    font-size: .8em;
    margin-bottom: 25px;
}

.indextab .tabbox {
    display: flex;
    display: -webkit-flex;
    padding-left: 4.5em;
    margin-top: 4.5em;
}

.indextab .tabbox ul {
    width: 10.5em;
    overflow: hidden;
}

.indextab .bottom {
    color: #666;
    margin-top: 30px;
    font-size: 14px;
    display: none;
}

.indextab .bottom .list {
    margin-bottom: 20px;
}

.indextab .tabbox ul li a:hover {
    color: #732d2b;
}

.tabclose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    transition: all .4s 1s;
}

.tabclose svg {
    width: 22px;
    height: 22px;
    color: #b7b7b7;
}

.menublock .indextab {
    background-image: url(/img/static/headbg.png);
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 6em;
    transition: all 1s;
}

.menublock .tablogo img {
    opacity: 1;
}

.menublock .indextab .tabbox li {
    transform: translateX(0);
}

.menublock .tabclose {
    opacity: 1;
}

.insnav li:nth-child(5n) {
    width: 295px;
}

body.whiteHead .logo-2 {
    display: none;
}

body.whiteHead .logo-1 {
    display: block;
}

body.whiteHead .search svg,
body.whiteHead .search,
body.whiteHead .scic svg {
    color: #fff;
}

body.whiteHead .search {
    border-color: #fff;
}

body.whiteHead .headcen1,
body.whiteHead .headcen2 {
    background-color: #fff;
}

.gotop {
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    background-color: #732d2b;
    position: fixed;
    right: 3.25em;
    bottom: 1.5em;
    z-index: 9999;
    display: none;
    cursor: pointer;
    transition: all .3s;
}

@media (max-width: 991.98px) {
    .footpos {
        font-size: .26rem;
    }
    .open .header .nav_btn span:after {
        background-color: #333 !important;
    }
    .footer .top span {
        font-size: .28rem;
    }
    .footpos {
        display: flex;
        display: -webkit-flex;
    }
    .footpos span {
        line-height: .33rem;
    }
    .footpos .box {
        float: none;
    }
    .footpos.overflow {
        display: block;
    }
    .footpos .box+.box {
        margin-top: .25rem;
    }
    .footpos .box::after {
        display: none;
    }
    .wapflex {
        display: flex;
        flex-direction: column-reverse;
    }
    .footlink a {
        font-size: .26rem;
        color: #666666;
    }
    .codeimg {
        display: block;
        margin: auto;
        float: none;
        margin-top: .6rem;
    }
    .footlink {
        text-align: center;
        margin-top: .6rem;
    }
    .beian {
        font-size: .26rem;
    }
    .waplinks {
        margin-top: .5rem;
        padding-top: .7rem;
        border-top: 1px solid #e0e0e0;
    }
    .beian i {
        display: block;
        text-align: center;
    }
    .waplinks a+a {
        margin-left: .3rem;
        padding-left: .3rem;
        font-size: .26rem;
        position: relative;
    }
    .waplinks a+a::after {
        position: absolute;
        display: block;
        width: 1px;
        height: .2rem;
        background-color: #222222;
        content: '';
        left: 0;
        top: 2px;
    }
    .beian i+i {
        margin-top: .1rem;
    }
    .beian i+i img {
        display: none;
    }
}

.pagebtn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #7b2b29;
    font-size: .8em;
    color: #fff;
    border-radius: 4px;
    margin: 3.5em auto 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pagebtn a {
    display: block;
}

@media (min-width: 992px) {
    .indextab .tabbox ul li:hover {
        color: #601a18;
    }
    .insnav li a:hover::after {
        width: 100%;
    }
    .insnav li a:hover {
        color: #fff;
    }
    .pagebtn:hover {
        background-color: #601a18;
    }
    .insclose svg:hover {
        color: #7b2b29;
    }
    .tabclose svg:hover {
        color: #7b2b29;
    }
}


/* 头部 */

header {
    z-index: 5;
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-color: #fff;
}

header .head-logo {
    width: 6.5%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

header .head-logo img {
    width: 6.25em;
    height: 1.25em;
    display: block;
}

header .head-logo .logo2 {
    display: none;
}

header .header-box {
    width: 100%;
    height: 4em;
    color: #333;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

header .head-right {
    width: 93.5%;
    height: 100%;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

header .head-navlist {
    height: 100%;
    margin-right: auto;
    margin: 0 -1.09375em;
    margin-left: 3.7em;
    margin-right: auto;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
}

header .head-navlist .navitem.had-subnav::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    display: block;
    background-color: #00adef;
    left: -10%;
    top: 96%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

header .navitem {
    height: 100%;
    font-size: .8em;
    line-height: 1.55em;
    padding: 0 1.09375em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navitem.activeitem a::after {
    position: absolute;
    content: '';
    bottom: 1.5em;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #245cb3;
}

header .navitem:nth-child(2).activeitem .navlv1 a {
    border-bottom: 2px solid #245cb3;
}

header .navitem:nth-child(2)::after {
    display: none;
    position: absolute;
    content: '';
    bottom: -1px;
    left: 32%;
    width: 10px;
    height: 5px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 8px solid #fafcff;
    z-index: 10;
}

header .navitem:nth-child(2).active {
    display: flex;
}

header .navitem:nth-child(2).active::after {
    display: block;
}

header .had-subnav.activeD ::after {
    position: absolute;
    content: '';
    bottom: -112%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

header .head-navlist .navitem.active::before {
    width: 120%;
    opacity: 1;
}

header .navlv1 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

header .bi {
    display: block;
    width: 11px;
    height: 6px;
    margin-left: 4px;
}

header .subnav-box {
    display: none;
    position: absolute;
    min-width: 10.1015em;
    min-width: 7.7em;
    width: 120%;
    background-color: #fff;
    white-space: nowrap;
    font-size: .88em;
    line-height: 1.725em;
    padding: 1.5em 0;
    text-align: center;
    left: -10%;
    top: 130%;
    z-index: 120;
    color: #0b573e;
    border: 1px solid #fff;
    box-shadow: 0px 0px 16px 0px rgba(110, 128, 155, 0.35);
    opacity: 0;
    transition: .3s ease-out;
    z-index: -1;
}

header .subnav-box li {
    color: #222;
    padding: .5625em 0;
}

header .subnav-box li:first-child {
    padding-top: 0;
}

header .subnav-box li:last-child {
    padding-bottom: 0;
}

header .subnav-box .navlv2 a {
    position: relative;
}

header .subnav-box .navlv2 a::before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #00adef;
    transition: .3s;
    -webkit-transition: .3s;
}

header .navitem.active .subnav-box {
    top: 100%;
    opacity: 1;
    transition: .3s ease-out;
    z-index: 3;
}
header .headerRight{
    display: flex;
}
header .headerRight a {
    font-size: .8em;
    padding: 0 1.56em;
    line-height: 5em;
    height: 5em;
    display: inline-block;
}

header .headerRight a+a {
    padding: 0 1.75em;
    background-color: #2370db;
    color: #fff;
}

.head-navlist .navitem.had-subnav::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    display: block;
    background-color: transparent !important;
    left: -10%;
    top: 96%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.navitem {
    height: 100%;
    font-size: .8em;
    line-height: 1.55em;
    padding: 0 1.875em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.had-subnav.activeD ::after {
    position: absolute;
    content: '';
    bottom: -112%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.head-navlist .navitem.active::before {
    width: 120%;
    opacity: 1;
}

.navlv1 {
    position: relative;
}

.subnav-box {
    display: none;
    position: absolute;
    min-width: 10.1015em;
    min-width: 7.7em;
    width: 120%;
    background-color: #fff;
    white-space: nowrap;
    font-size: .88em;
    line-height: 1.725em;
    padding: 1.5em 0;
    text-align: center;
    left: -10%;
    top: 130%;
    z-index: 120;
    color: #0b573e;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition: .3s ease-out;
    z-index: -1;
}

.subnav-box li {
    color: #222;
    padding: .5625em 0;
}

.subnav-box li:first-child {
    padding-top: 0;
}

.subnav-box li:last-child {
    padding-bottom: 0;
}

.subnav-box .navlv2 a {
    position: relative;
    line-height: 1;
    font-size: 1.13em;
}

.subnav-box .navlv2 a::before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #00adef;
    transition: .3s;
    -webkit-transition: .3s;
}

.navitem.active .subnav-box {
    top: 100%;
    opacity: 1;
    transition: .3s ease-out;
    z-index: 3;
}

.footertab>ul li {
    float: left;
}

.footertab>ul {
    width: 260px;
}

.footertab ul li {
    font-size: .8em;
    width: 50%;
    margin-bottom: 15px;
    line-height: 1.55;
    color: #9b9ea0;
}

.footertab ul li:nth-child(1) {
    width: 100%;
    font-size: .7em;
}

.footertab ul li+li {
    font-size: .7em;
}

.footer {
    background-color: #252525;
}

.footer .ul-item {
    width: 100%;
    width: 12.7em;
}

.footer .ul-item:nth-child(2) {
    padding-left: 3.6em;
}

.footer .ul-item .fl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: inherit;
}

.footer .ul-item .fl li {
    width: 50%;
    white-space: nowrap;
}

.footer .ul-item .first-item {
    margin-bottom: 1.2em;
}

.footer .ul-item .first-item a {
    font-size: .8em;
    line-height: 1.25;
}

.footertab ul {
    overflow: hidden;
}

.footer .sm-inner {
    overflow: hidden;
}

.footer {
    color: #fff;
    padding: 2.5em 0 1em;
}

.footertab ul+ul li {
    float: none;
    font-size: .8em;
}

.footertab ul+ul li+li {
    font-size: .7em;
    margin-bottom: 15px;
}

.footertab {
    position: relative;
    width: 46%;
    width: 44.53%;
    display: flex;
    display: -webkit-flex;
}

.footertab::before {
    position: absolute;
    content: '';
    top: 0%;
    right: 0;
    width: 1px;
    height: 8.75em;
    background-color: #4a5054;
}

.footer .rightbox .txt {
    font-size: .7em;
    color: #d7d8d9;
}

.footer .rightbox {
    width: 55.47%;
    padding-left: 2em;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: flex;
    float: inherit;
    flex-wrap: nowrap;
}

.footer .rightbox div {
    float: inherit;
}

.footer .rightbox img {
    width: 5.75em;
    height: 5.75em;
}

.footer .tel {
    font-size: 1.3em;
    margin-top: 15px;
}

.footer .email {
    font-size: .7em;
    color: #d7d8d9;
    line-height: 1.5;
    margin-top: 25px;
    display: flex;
}

.footer .email span {
    color: #999999;
    min-width: 2.25em;
    white-space: nowrap;
}

.footer .pos {
    font-size: .7em;
    color: #d7d8d9;
    line-height: 1.5;
    margin-top: 25px;
    display: flex;
}

.footer .pos span {
    color: #999999;
    min-width: 2.25em;
    white-space: nowrap;
}

.codetext {
    font-size: .7em;
    color: #d7d8d9;
    margin-bottom: 1.42em;
    text-align: center;
}

.footcode2 {
    margin-right: -5.9em;
}

.footcode-box {
    display: flex;
    align-items: center;
}

.footcode-box .footcode2 {
    margin-right: .9em;
}

.overflow {
    overflow: hidden;
}

.beian .link {
    font-size: .7em;
    color: #9b9ea0;
    width: 100%;
}

.beian .link a:nth-child(1) {
    margin-left: 1.25em;
}

.beian a+a {
    margin-left: 1.5em;
}

.beiannum {
    font-size: .6em;
    color: #999;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beiannum .foot-jszc .swiper-slide a{
    margin-left:0;
}
.beiannum  .foot-support{
    margin-left: 13px;
}
.beiannum .foot-jszc .swiper-slide{
    line-height:17px;
    text-align: left;
}
.beiannum span.link-text{
    margin-right: 3px;
    width: 1.45rem;
}
.beiannum .link-a{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.beiannum  .foot-jszc_swip{
    max-width: 18em;
}

.beiannum a {
    margin-left: .2rem;
}

.beian {
    justify-content: center;
    margin-top: 1.25em;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    text-align: center;
    padding-top: 1em;
    border-top: 1px solid #4a5054;
}

@media (min-width: 992px) {
 
    .beiannum.hidden-lg-up{
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }
    .footertab ul li a:hover {
        color: #fff;
    }
    .footer a:hover {
        color: #fff;
    }
}

.fixed-nav {
    display: block;
    position: fixed;
    bottom: 50%;
    right: 1em;
    width: 3.5em;
    z-index: 200;
    transform: translateY(50%);
    padding-top: 159px;
}

.fixed-nav .fixed-nav-list {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
    
}

.fixed-nav .fixed-nav-item {
    position: relative;
    text-align: center;
}

.fixed-nav .fixed-nav-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 2px;
    background: rgba(230, 230, 230, 0.5);
    transform: translateX(-50%);
}

.fixed-nav .fixed-nav-item.image .pop-item {
    padding: .2em !important;
}

.fixed-nav .fixed-nav-item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.7em 0 1em;
}

.fixed-nav .fixed-nav-item:last-child {
    border-bottom: 0;
}

.fixed-nav .fixed-nav-item .icon {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0 auto 6px;
    overflow: hidden;
}

.fixed-nav .fixed-nav-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.fixed-nav .fixed-nav-item .icon img:first-child {
    display: block;
}

.fixed-nav .fixed-nav-item .tit {
    font-size: .7em;
    line-height: 1;
    color: #333;
    white-space: nowrap;
}

.fixed-nav .fixed-nav-item .pop-item {
    display: none;
    position: absolute;
    top: 50%;
    right: calc(3.8em + 10px);
    padding: .8em;
    background: #fff;
    border-radius: 8px;
    box-shadow: -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.fixed-nav .fixed-nav-item .pop-item .pop-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.fixed-nav .fixed-nav-item .pop-item .pop-box::before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(-.8em - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
}

.fixed-nav .fixed-nav-item .pop-item .pop-box .pop-tit {
    font-size: .8em;
    line-height: 1;
    font-weight: bold;
    color: #3370cc;
    white-space: nowrap;
}

.fixed-nav .fixed-nav-item .pop-item .pop-box .pop-img {
    position: relative;
    width: 5em;
    height: 5em;
    overflow: hidden;
}

.fixed-nav .fixed-nav-item .pop-item .pop-box .pop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fixed-nav .fixed-nav-item .pop-item .tit {
    font-size: .8em;
    line-height: 1.25;
}

.fixed-nav .top {
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

.fixed-nav .top a {
    display: block;
    padding: .8em 0 1em;
}

.fixed-nav .top .icon {
    position: relative;
    width: .5em;
    height: .5em;
    margin: 0 auto 11px;
    overflow: hidden;
}

.fixed-nav .top .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.fixed-nav .top .icon img:first-child {
    display: block;
}

.fixed-nav .top .tit {
    font-size: .7em;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 992px) {
  .foot-jszc .swiper-slide{
    text-align: left;
  }
  .foot-jszc .swiper-slide{
    line-height: 0.40rem;
  }
  .beiannum .foot-jszc .swiper-slide{
    line-height:0.42rem;
    text-align: left;
}
  .footcode-box{
    display: flex;
    justify-content: center;
    padding-top: 0.62rem;
    padding-bottom: 0.27rem;
    
  }
  .codetext{
    font-size: 0.28rem;
    color: #d7d8d9;
    padding-top: 0.2rem;
  }

  .footcode-box .footcode2 img,.footcode-box .footcode1 img{
    width: 100%;
    object-fit: contain;
  }

  .footer{
    padding-top: 0.92rem;
  }
    .footer .rightbox {
        width: 100%;
        padding-left: 0;
    }
    .footer .rightbox div {
        width: 100%;
    }
    .footer .email{
      margin-top: 0.3rem;
    }
  
    .footer .rightbox .txt {
        font-size: .28rem;
        line-height: 1;
        color: #999;
        margin-top: 0rem;
      
    }
    .footer .rightbox .pos p{
      margin-top: 0;
    }
    .footer .rightbox .tel {
        font-size: .44rem;
        font-weight: bold;
        border-bottom: 1px solid #4a5054;
        width: 5.24rem;
        padding-bottom: 0.39rem;
        margin-top: 0.22rem;
    }
    .footer .rightbox .email {
        font-size: .28rem;
        margin-bottom: 0rem;
    }
    .footer .rightbox .pos {
        font-size: .27rem;
        margin-top: 0.01rem;
    }
    .footer .rightbox img {
        width: 2.5rem;
        height: 2.54rem;
        margin: 0 auto;
        display: block;
        margin-bottom: .2rem;
        margin-top: .96rem;
    }
    .footer .rightbox .codetext {
        font-size: .28rem;
        text-align: center;
    }
    .footer .footcode {
        width: 100%;
        float: inherit;
    }
    .footcode-box .footcode2,.footcode-box .footcode1{
      width: 2.17rem;
      display: flex;
      flex-direction: column;
      margin:0 0.25rem;
    }
    .footer .beian .link {
        font-size: .28rem;
        text-align: left;
        color: #999;
        display: flex;
    }
    .footer .beian .link a:nth-child(1) {
        margin-left: 0em;
    }
    .footer .beian a+a {
        margin-left: .05rem;
    }
    .footer .beiannum {
        font-size: .28rem;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      
    }
    .footer .beian{
        padding-top: 0.07rem;
        margin-top: 0.12rem;
        justify-content: flex-start;
    }
    .footer .beian .link a{
        font-size: 0.28rem;
        color: #999;
        flex-shrink: 0;
     margin-bottom: 0.24rem;
     margin-right: 0.05rem;
      
    }
    .beiannum.hidden-lg-up{
        margin-top: 0.35rem;
    }
    .foot-support{
        padding-top: 0.06rem;
        color: #696969;
    }
    .beiannum-left {
      display: flex;
      width: 100%;
      color: #696969;
      padding-top: 0.12rem;
      padding-bottom: 0.11rem;
    }

}

.fixed-nav .top .tit:hover {
    color: #3370cc !important;
}

.fixed-nav-item:hover .icon img:first-child {
    display: none;
}

.fixed-nav-item:hover .icon img:last-child {
    display: block;
}

.fixed-nav-item:hover .tit {
    color: #3370cc !important;
}

.fixed-nav-item:hover .pop-item {
    display: block !important;
}

@media (max-width: 992px) {
    .fixed-nav {
        position: fixed;
        bottom: 10em;
        bottom:11em;
        right: .5rem;
        width: 1.1rem;
        z-index: 9999;
        display: none;
    }
    .fixed-nav .fixed-nav-item {
        position: relative;
        text-align: center;
    }
    .fixed-nav .fixed-nav-item.image .pop-item {
        padding: .2em !important;
    }
    .fixed-nav .fixed-nav-item a {
        padding: .26rem 0 .37rem;
    }
    .fixed-nav .fixed-nav-item .icon {
        position: relative;
        width: .35rem;
        height: .35rem;
        margin: 0 auto 6px;
        overflow: hidden;
    }
    .fixed-nav .fixed-nav-item .tit {
        font-size: .22rem;
    }
    .fixed-nav .fixed-nav-item .pop-item {
        display: none;
        position: absolute;
        top: 50%;
        right: calc(3.8em + 10px);
        padding: .8em;
        background: #fff;
        border-radius: 8px;
        box-shadow: -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
        transform: translateY(-50%);
    }
    .fixed-nav .fixed-nav-item .pop-item .pop-box {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .fixed-nav .fixed-nav-item .pop-item .pop-box::before {
        position: absolute;
        content: '';
        top: 50%;
        right: calc(-.8em - 8px);
        width: 0;
        height: 0;
        border-left: 8px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        transform: translateY(-50%);
    }
    .fixed-nav .fixed-nav-item .pop-item .pop-box .pop-tit {
        font-size: .22rem;
        color: #3370cc;
    }
    .fixed-nav .fixed-nav-item .pop-item .pop-box .pop-img {
        position: relative;
        width: 1.36rem;
        height: 1.36rem;
    }
    .fixed-nav .fixed-nav-item .pop-item .tit {
        font-size: .8em;
        line-height: 1.25;
    }
    .fixed-nav .top {
        margin-top: 8px;
        background: #fff;
        border-radius: 8px;
        box-shadow: -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
        width: 4.6em;
    }
    .fixed-nav .top a {
        display: block;
        padding: .8em 0 1em;
    }
    .fixed-nav .top .icon {
        position: relative;
        width: .5em;
        height: .5em;
        margin: 0 auto 11px;
        overflow: hidden;
    }
    .fixed-nav .top .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }
    .fixed-nav .top .icon img:first-child {
        display: block;
    }
    .fixed-nav .top .tit {
        font-size: .7em;
        line-height: 1;
        color: #333;
        text-align: center;
        white-space: nowrap;
    }
}

.public-finance {
    position: relative;
    width: 100%;
    height: 12.5em;
    overflow: hidden;
}

.public-finance .bgk {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.public-finance .public-finance-tit {
    font-size: 1.4em;
    line-height: 1.21;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 1.7em;
}

.public-finance .public-finance-input {
    position: relative;
    width: 56.25%;
    height: 2.5em;
    margin: 1.4em auto 1.5em;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.public-finance .num {
    width: 12.5%;
    font-size: .8em;
    padding-left: 1.9em;
    color: #666;
}

.public-finance input {
    width: 65.277%;
    font-size: .8em;
    padding-left: 1em;
    border-left: 1px solid #dadada;
}

.public-finance .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 22.22%;
    height: 100%;
    font-size: .8em;
    line-height: 1;
    white-space: nowrap;
    background-color: #2370db;
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 6px;
}

.public-finance .submit a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.public-finance .public-finance-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -1.5em;
}

.public-finance .public-finance-list .public-finance-item {
    padding: 0 1.5em;
}

.public-finance .public-finance-list .box {
    position: relative;
    font-size: .7em;
    line-height: 1;
    color: #fff;
}

.public-finance .public-finance-list .box::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -1em;
    width: .8em;
    height: .8em;
    color: #fff;
    transform: translateY(-50%);
    background: no-repeat center;
    background-size: cover;
    background-image: url(/img/static/duigou.svg);
}

.public-finance .public-finance-tip {
    position: absolute;
    bottom: -43%;
    left: 0;
    color: #fff;
    font-size: .6em;
}

@media (max-width: 991.98px) {
    .public-finance {
        position: relative;
        height: 5rem;
    }
    .public-finance .public-finance-tit {
        font-size: .4rem;
        line-height: 1;
        padding-top: 1.18rem;
    }
    .public-finance .public-finance-input {
        position: relative;
        width: 100%;
        height: .76rem;
        margin: .38rem auto .35rem;
    }
    .public-finance .num {
        width: 14.44%;
        font-size: .28rem;
        padding-left: .23rem;
        color: #2370db;
    }
    .public-finance input {
        width: 56.25%;
        font-size: .28rem;
        padding-left: .22rem;
    }
    .public-finance .submit {
        position: absolute;
        width: 27.69%;
        font-size: .8em;
    }
    .public-finance .submit span{
      font-size: 0.26rem;
    }
    .public-finance .public-finance-list {
        margin: 0.08rem -.7rem;
        margin: 0;
        flex-wrap: wrap;
        padding-left: 0.3rem;
    }
    .public-finance .public-finance-list .public-finance-item {
        width: 2.66rem;
        padding: 0.08rem .7rem;
        padding: 0;
        white-space: nowrap;
        margin-bottom: 0.15rem;
    }
    .public-finance .public-finance-list .public-finance-item:nth-child(2n+1){
      width: 3.5rem;
    }
    .public-finance .public-finance-list .box {
        font-size: .24rem;
    }
    .public-finance .public-finance-list .box::before {
        top: 50%;
        left: -1.2em;
    }
}

.hr-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 501;
}

.hr-pop .boxs {
    position: relative;
    top: 50%;
    width: 30em;
    margin: 0 auto;
 
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    padding-bottom: 3em;
    border-radius: 5px;


}
.hr-pop .boxs .goprev{
    width: 12.5em;
    height: 3.125em;
    font-size: 0.8em;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 3.125em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-top: 2em;
}


.hr-pop .boxs .close1 {
    position: absolute;
    right: .8em;
    top: .8em;
    width: .9em;
    height: .5em;
    color: #999;
    cursor: pointer;
}

.hr-pop .boxs .bi {
    display: block;
    width: .9em;
    height: .9em;
}

.hr-pop .boxs .tit {
    font-size: 1.3em;
    line-height: 1.5;
    text-align: center;
}

.hr-pop .boxs .doc {
    font-size: .8em;
    line-height: 1.857em;
    color: #333;
    margin-top: 0.4em;
}

.hr-pop .boxs .doc span {
    color: #094594;
}

@media (max-width: 991.98px) {
    .fixed-nav .fixed-nav-list{
        display: none;
    }
    .hr-pop {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(140, 140, 140, 0.45);
        z-index: 9999;
    }
    .hr-pop .boxs {
        position: relative;
        top: 50%;
        width: 80%;
        min-height: 5rem;
        margin: 0 auto;
        padding: .8rem .4rem;
        background-color: #fff;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .hr-pop.eror .boxs{
        min-height:auto;
    }
    .hr-pop .boxs .close1 {
        position: absolute;
        right: .2rem;
        top: .2rem;
        width: .3rem;
        height: .3rem;
    }
    .hr-pop .boxs .bi {
        width: .3rem;
        height: .3rem;
        color: #333;
    }
    .hr-pop .boxs .tit {
        font-size: .36rem;
        line-height: .46rem;
        margin-top: 0.2rem;
    }
    .hr-pop .boxs .doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .1rem;
    }
}


/* 加载动画 */

.popanimbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 600;
}

.popanimbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animbox-box {
    margin: 50px auto;
    width: 200px;
    text-align: center;
}

.animbox {
    background-color: #279fcf;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.animbox-box .animbox:nth-child(even) {
    animation-delay: 0.25s !important;
}

.animbox-box .animbox:nth-child(odd) {
    animation-delay: 0.5s !important;
}

.type .title {
    white-space: nowrap !important;
}


/*定义动画*/

@keyframes anim {
    0% {
        transform: scaley(1);
    }
    80% {
        transform: scaley(0.3);
    }
    90% {
        transform: scaley(1);
    }
}

.temp-topbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
  
}
@media screen and (max-width:991px){
    .temp-topbox {
    
        top:0.11rem;
      
    } 
}


.temp-topbox .t-body {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    text-align: center;
}

.temp-topbox .global-inner {
    height: auto;
}

.temp-topbox .t-heading {
    font-size: 2.1rem;
    line-height: 1em;
    color: #000;
}

.temp-mainbox {
    width: 100%;
    padding: 3rem 0 6rem;
}

@media screen and (max-width: 991.98px) {
    .temp-topbox .t-body {
        height: 1.6rem;
    }
    .temp-topbox .t-heading {
        font-size: .48rem;
    }
    .temp-mainbox {
        padding: .8rem 0 1.2rem;
    }
}


/* 隐私条款 */

.p-user .main-box {
    padding-top: 0;
}

.privacy-doc {
    font-size: .8rem;
    line-height: 1.875em;
    color: #333;
    min-height: 300px;
}

.privacy-doc p {
    text-indent: 2em;
}

.privacy-doc img {
    max-width: 100%;
    height: auto !important;
}

.privacy-doc h1,
.privacy-doc h2,
.privacy-doc h3,
.privacy-doc h4,
.privacy-doc h5,
.privacy-doc h6 {
    line-height: 1.6em;
    font-weight: bold;
    color: #222;
    margin: .68em 0;
}

.privacy-doc h1 {
    font-size: 1.5em;
}

.privacy-doc h2 {
    font-size: 1.375em;
}

.privacy-doc h3 {
    font-size: 1.25em;
}

.privacy-doc h4 {
    font-size: 1em;
    line-height: inherit;
    margin: 0.625em 0 0;
}

.privacy-doc h5 {
    font-size: .875em;
    line-height: inherit;
    margin-bottom: 0;
}

.privacy-doc h6 {
    font-size: .75em;
    line-height: inherit;
    margin-bottom: 0;
}

.privacy-doc ul {
    padding-left: 1.25em;
}

.privacy-doc ul>li {
    position: relative;
    padding-left: 10px;
}

.privacy-doc ul>li::before {
    content: '•';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.privacy-doc a[href] {
    color: #094594;
}

@media screen and (max-width: 991.98px) {
    .privacy-doc {
        font-size: .28rem;
        line-height: 1.5;
    }
    p {
        font-size: .28rem;
        line-height: 1.5;
        margin: 0.3rem 0;
    }
    .privacy-doc h1 {
        font-size: .5rem;
    }
    .privacy-doc h2 {
        font-size: .44rem;
    }
    .privacy-doc h3 {
        font-size: .4rem;
    }
    .privacy-doc h4 {
        font-size: .36rem;
        line-height: inherit;
        margin: 0.625em 0 0;
    }
    .privacy-doc h5 {
        font-size: .32em;
        line-height: inherit;
        margin-bottom: 0;
    }
    .privacy-doc h6 {
        font-size: .3rem;
        line-height: inherit;
        margin-bottom: 0;
    }
    .privacy-doc ul {
        padding-left: 1em;
    }
}

header .navitem:nth-child(2).activeitem a::after {
    display: none;
}

header .navitem.activeitem .bi {
    color: #3370cc;
}

.advertising-pop {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

.advertising-pop .advertising-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.advertising-pop .close {
    position: absolute;
    bottom: -20%;
    left: 50%;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateX(-50%);
    opacity: 1;
}

.advertising-pop .close .bi {
    width: .8em;
    height: .8em;
    color: #fff;
}

.advertising-pop .img-box {
    position: relative;
}

.advertising-pop .img {
    position: absolute;
    top: 43%;
    left: 50%;
    max-width: 20em;
    max-height: 30em;
    transform: translate(-50%, -50%);
}

.advertising-pop .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advertising-fixed {
    display: none;
    position: fixed;
    top: 50%;
    left: .5em;
    width: 8em;
    height: 5em;
    z-index: 200;
    transform: translateY(-50%);
}

.advertising-fixed .advertising-fixed-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.advertising-fixed .close {
    position: absolute;
    top: .15em;
    right: .15em;
    width: .6em;
    height: .6em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    opacity: 1;
}

.advertising-fixed .close .bi {
    width: .4em;
    height: .4em;
    color: #000;
}

.advertising-fixed .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.advertising-fixed .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991.98px) {
    .advertising-pop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 200;
    }
    .advertising-pop .advertising-box {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .advertising-pop .close {
        position: absolute;
        bottom: -35%;
        left: 50%;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        border: 3px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transform: translateX(-50%);
        opacity: 1;
    }
    .advertising-pop .close .bi {
        width: .3rem;
        height: .3rem;
        color: #fff;
    }
    .advertising-pop .img-box {
        position: relative;
    }
    .advertising-pop .img {
        position: absolute;
        top: 43%;
        left: 50%;
        max-width: 20em;
        max-height: 30em;
        transform: translate(-50%, -50%);
    }
    .advertising-pop .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .advertising-fixed {
        display: none;
        position: fixed;
        top: 50%;
        left: .5em;
        width: 8em;
        height: 5em;
        z-index: 200;
        transform: translateY(-50%);
    }
    .advertising-fixed .advertising-fixed-box {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .advertising-fixed .close {
        position: absolute;
        top: 0.1rem;
        right: 0.1rem;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        border: 2px solid #333;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
    }
    .advertising-fixed .close .bi {
        width: .25rem;
        height: .25rem;
        color: #333;
    }
    .advertising-fixed .img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .advertising-fixed .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-down header {
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 991.98px) {
    .head-navlist .subnav-box .lv2list li:hover {
        color: #3370cc;
    }
}

.fixed-nav .fixed-nav-item.image .pop-item .pop-box::before {
    right: -13%;
}

@media (max-width: 991.98px) {
    .public-finance-list .box::before {
        position: absolute;
        content: '';
        top: 50%;
        left: -1em;
        width: .24rem;
        height: .24rem;
        color: #fff;
        transform: translateY(-50%);
        background: no-repeat center;
        background-size: cover;
        background-image: url(/img/static/duigou.svg);
    }
}


/* .head-navlist .subnav-box {
    opacity: 1;
    display: block !important;
} */

.head-navlist .subnav-box .doc {
    width: max-content;
    font-size: .8em;
    line-height: 24px;
    color: #9297a1;
    display: block;
}

.head-navlist .subnav-box .lv2list .item-item:first-child ul {
    position: relative;
    padding-left: 0em;
    border: 0;
}

.head-navlist .subnav-box .lv2list .item-item:first-child ul::before {
    display: none;
}


/* hover效果 开始 */

.head-navlist .subnav-box .lv2list li:hover .navlv2 img {
    transform: translateY(-5px);
    transition: .3s;
}

.head-navlist .subnav-box .lv2list li .navlv2 img {
    transition: .3s;
}

.head-navlist .subnav-box .lv2list li {
    transition: .3s;
    cursor: pointer;
}

.footer .rightbox div a:hover,
.footer .ul-item .first-item:hover {
    opacity: .5;
    transition: .3s;
}

.footer .rightbox div a,
.footer .ul-item .first-item {
    transition: .3s;
}


/*  */

.public-finance .submit:hover,
.product-banner .product-banner-more:hover,
.product-content-list .more-del .more .box:hover,
.case-content-list .case-content-item .case-content-box .case-more a:hover,
.product-content-list .more-del .solu .box:hover,
header .headerRight a+a:hover,
.home-banner .scheme:hover {
    background-color: #0a59c9;
    background: #0a59c9;
  
}

.product-content-list .more-del .more .box:hover {
    color: #fff;
}

.pdf-more .pdf-more-button:hover {
    background: #0a59c9;
    transition: .0s;
}

.pdf-more .pdf-more-button:hover {
    color: #fff;
    transition: .0s;
}

.pdf-more .pdf-more-button,
.pdf-more .pdf-more-button {
    transition: .0s;
}

.pdf-more .pdf-more-button a {
    transition: 0s;
}



.gts-develop .list .item:hover {
    transform: translateY(-10px);
    transition: .3s;
}


/* .case-choose .case-choose-swiper .box, */

.gts-develop .list .item,
.pdf-more .pdf-more-button,
.pay-taxes-swiper .swiper-slide,
.tax-gts .item .tit-box .tit,
.invoice-choose-swiper .box .image .tit,
.tax-gts .item .tit-box img,
.business-difficulty-swiper .box .tit,
.business-difficulty-swiper .box,

/* .invoice-choose-swiper .box .image, */

.product-choose-swiper .box,
.solution-content-box .solu-content .item,
.solution-content-box .solu-content .item:hover,
.solution-content-box .solu-content .item,
.gts-develop .list .item:hover {
    transition: .3s;
}

.solution-content-box .solu-content .item4:hover,
.solution-content-box .solu-content .item1:hover {
    transform: translate(50%, -10px) !important;
}

.solution-content-box .solu-content .item8:hover,
.solution-content-box .solu-content .item5:hover {
    transform: translate(-50%, -10px) !important;
}

.solution-content-box .solu-content .item2:hover,
.solution-content-box .solu-content .item6:hover,
.solution-content-box .solu-content .item7:hover,
.solution-content-box .solu-content .item3:hover {
    transform: translateY(-10px);
}


/* .case-choose .case-choose-swiper .box:hover, */


/* .solution-content-box .solu-content:hover, */


/* .tax-gts .item .box .image:hover, */


.tax-gts .item .tit-box:hover img,
.business-difficulty-swiper .box:hover{
    transform: translateY(-10px);
    transition: .3s;
}




header .headerRight a,
header .navitem .navlv1 a {
    transition: .0s;
}

.invoice-choose-swiper .box:hover .tit,
header .headerRight a:first-child:hover,
header .navitem:hover .navlv1 a {
    color: #2370db;
    transition: .0s;
}


/* .invoice-choose-swiper .box:hover .image {
    transform: translateX(-10px);
    transition: .3s;
} */

.tax-record-swiper .swiper-slide:hover,
.pain-point-content .item:hover {
    transform: translateY(-5px);
    transition: .3s;
}

.tax-record-swiper .box:hover {
    box-shadow: 0 18px 43px rgba(60, 100, 136, .3);
}

.solution-content-box .solu-content,

/* .tax-gts .item .box .image, */

.tax-record-swiper .swiper-slide,
.pain-point-content .item {
    transition: .3s;
}

.solution-content-box .solu-content .more {
    transform: 0s;
}

.solution-content-box .solu-content .more:hover {
    background-image: linear-gradient(132deg, #ff6633 0%, #e77149 100%)
}

.solution-content-box .circle-center-outerring:hover {}

.solution-content-box .circle-center-outerring:hover .feature-box {
    opacity: 1;
    transition: .3s;
    /* display: block; */
}


/* hover效果 结束 */


/* 404 */

.page-404 {
    width: 700px;
    margin: 0 auto;
    padding: 5em 0;
}

.page-404 .t1 {
    margin: 2.2em 0 2em;
}

.page-404 .t1 span {
    font-size: 1em;
    line-height: 1.25em;
}

.page-404 .t2 {
    color: #8e9396;
    margin: 1.7em 0;
}

.page-404 .t2 span {
    font-size: 2.4em;
    line-height: 1.25em;
}

.page-404 .doc {
    font-size: 0.9em;
    line-height: 2em;
    color: #6c6f71;
    margin-bottom: 1.5em;
}
.hr-pop .boxs .successimg{
    padding-top: 3em;
    margin-bottom: 1.15em;

}


@media screen and (min-width: 991.98px) {
    header .navitem:hover .navlv1 a,
        .tax-gts .item .tit-box:hover .tit,
        .invoice-choose-swiper .box:hover .image .tit,
        .business-difficulty-swiper .box:hover .tit {
            color: #2370db;
            transition: .3s;
        }
    .pay-taxes-swiper .swiper-slide:hover{
        transform: translateY(-10px);
        transition: .3s;
    }
}


@media screen and (max-width: 991.98px) {

    .form-btnbox{
        margin-top: 0.37rem;
        width: 80vw;
    }
    .hr-pop .boxs .successimg{
        margin-top:0.5rem;
    }
    .hr-pop .boxs .successimg{
        margin-bottom: 0.5em;
    }
    .page-404 {
        width: 100%;
        font-size: .28rem;
        padding: 1rem 5vw;
    }
    .page-404 .t2 span {
        font-size: 2em;
    }
    .tax-record-swiper .swiper-slide:hover,
    .pain-point-content .item:hover {
        transform: translateY(0px) !important;
        transition: .3s;
    }
    .business-difficulty-swiper .box:hover{
        transform: translateY(0px) !important;
    }

}
/* 增加上下浮动效果 */
.addupdown{
    animation: addupdown 3s linear infinite;
    -webkit-animation: addupdown 3s linear infinite;
}

.addupdown2{
    animation: addupdown2 3s linear infinite;
    -webkit-animation: addupdown2 3s linear infinite;
}



@keyframes addupdown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}


@keyframes addupdown2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


/* 增加按钮 效果*/

.addbtn:after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background:  #fff;
}

.addbtn:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}


.addbtn{
  position: relative;

  color: #fff !important;
  border:1px solid #2370db !important;
  background: #2370db !important;
  box-sizing: border-box;

overflow: hidden;
text-align: center;

cursor: pointer;


}




.addbtn:hover{
  color: #2370db !important;
  background: #fff !important;
  /* transition-delay: .3s!important; */
  opacity: 1;
}


.addbtn span{
    position: relative;
    z-index: 5;
}


/* er */
.addbtnd:after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: -150px 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background:  #fff;
  }
  
  .addbtnd:hover:after {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 1;
  }
  
  
  .addbtnd{
    position: relative;
  
    color: #fff !important;

    background:#ff6633;
    box-sizing: border-box;
  
  overflow: hidden;
  text-align: center;
  
  cursor: pointer;
  
  
  }
  
  
  
  
  .addbtnd:hover{
    color: #ff6633 !important;
    background: #fff !important;
    /* transition-delay: .3s!important; */
    opacity: 1;
  }
  
  
  .addbtnd span{
      position: relative;
      z-index: 5;
  }
  
/* er */
/* 增加按钮 效果02*/

/* 
.addbtnd:after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background:  #fff;
}

.addbtnd:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}


.addbtnd{
  position: relative;

  color: #fff !important;
 
  background:#ff6633;
  box-sizing: border-box;

overflow: hidden;
text-align: center;

}
.addbtnd:hover{
  color: #ff6633 !important;
  background: #fff !important;
} */
  



/* san */
.addtbn:after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: -150px 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background:  #2370db;
  }
  
  .addtbn:hover:after {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 1;
  }
  
  
  .addtbn{
   
    border:1px solid #2370db !important;
  
    position: relative;
  
    color: #2370db !important;

    background: #ffff !important;
    box-sizing: border-box;
  
  overflow: hidden;
  text-align: center;
  
  cursor: pointer;
  
  
  }
  .pdf-more-button .addtbn:hover{
    color: #fff !important;
    background: #2370db;
  }
  
  
  
  
  .addtbn:hover{
   
   
    color: #fff !important;
    background: #2370db !important;
    /* transition-delay: .3s!important; */
    opacity: 1;
  }
  
  
  .addtbn span{
      position: relative;
      z-index: 5;
  }
  
/* san */

/* 
.addtbn:after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background:  #2370db;
}

.addtbn:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}


.addtbn{
  position: relative;

  color: #2370db !important;
  border:1px solid #2370db !important;
  background: #ffff !important;
  box-sizing: border-box;

overflow: hidden;
text-align: center;
transition: all .5s !important;
cursor: pointer;

}
.addtbn:hover{
  color: #fff !important;
  background: #2370db !important;
} */








/* 左右动画 */
.tranXAniL{
    animation: tranXAniL 1s infinite;
    -moz-animation: tranXAniL 1s infinite;
    -webkit-animation: tranXAniL 1s infinite;
}

.tranXAniR{
    animation: tranXAniR 1s infinite;
    -moz-animation: tranXAniR 1s infinite;
    -webkit-animation: tranXAniR 1s infinite;
}

@keyframes tranXAniL {
    0% {
       transform: translateX(-5px);
       opacity: 0.8;
    }

    50% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(-5px);
        opacity: 0.8;
    }
}

@keyframes tranXAniR {
    0% {
       transform: translateX(5px);
       opacity: 0.8;
    }

    50% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(5px);
        opacity: 0.8;
    }
}


/* 适配顶部导航栏 */
@media screen and (max-width: 1301px) {
    .sm-inner{
        width: 84vw;
    }
}


@media (max-width: 991.98px) {
    .nav-main ul{
        padding: 0;
    }
    .nav-main ul li{
        padding: 0rem 0.5rem 0;
    }
  .nav-main ul li:hover{
    background: rgba(0, 0, 0, 0.02);
    color: #333;
  }
  .nav-main ul li:hover a{
    color: #333;
  }
  .nav-main ul li:hover a{
    color: #333;
  }
  .nav-main ul li:hover  em{
    color: #333;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .nav-main .ph-nav-pop ul li:hover svg{
    color: #fff !important;
  }
  .nav-main ul li:hover svg{
    color: #000 !important;
  }

}

.pdf-more-button.addtbn:hover{
    border:1px solid #fff !important;
}


@media (max-width: 992px) {
    .beiannum-year{
        margin-right: 0.15rem;
    }
    .footcode-box{
        padding-bottom: 0.17rem !important;
    }
    .footer .rightbox {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }
    .beiannum .foot-support{
      margin-left: 0;
      padding-bottom: 0.11rem;
    }
    .footer{
      padding-bottom: 0.57rem;
    }
    .footer .rightbox .tel{
        font-size: .44rem;
        font-weight: bold;
        border-bottom: 1px solid #4a5054;
        padding-bottom: 0.45rem;
        width: 84%;
    }
    .footer .rightbox .pos{
        display: flex;

    }
    .footer .rightbox .pos p{
        margin:0;
    }
}

.foot-support{
    display: flex;
    align-items: center;
  }
  .foot-support .tit{
    flex: none;
  }
  .foot-jszc_swip{
    height: 1.5em;
    overflow: hidden;
    position: relative;
  }
  @media (max-width: 991.98px) and (min-width: 460px) {
    .public-finance .public-finance-list{
        justify-content: flex-start;
    }
    .public-finance .public-finance-list .public-finance-item:nth-child(2n+1){
        width: 43%;
    }
  }

  #modalCopyLink {
    display: block;
    white-space: nowrap;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 3px;
    font-size: .8em;
    padding: .5em 1.25em;
  }


