@charset "UTF-8";

/*******/

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;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.3rem;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    }
}

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;
}

@media screen and (min-width: 992px) {
    .jishuanqi:hover {
        background-color: #fff8e9;
    }
    .icb:hover .footicis {
        display: block;
    }
    .icb:hover .footicno {
        display: none!important;
    }
    .icb:hover {
        background-color: #bea569;
    }
}

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: 86vw;
    max-width: 1280px;
    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: 1400px;
    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;
}

@media (max-width: 991.98px) {
    .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 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(/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: 25em;
    max-width: 100%;
    background: #fff8e9;
    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 3em;
}

.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;
    z-index: 9;
}

.modal-tips .icon {
    width: 165px;
    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) {
    .beian .right a:hover {
        opacity: .7;
    }
    .btn-h.btn-bwhite:hover {
        background-color: #fff;
        color: #333;
    }
    .btn-h.btn-bblack:hover {
        background-color: #5acda6;
        border-color: #5acda6;
        color: #fff;
    }
}


/* header */

.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: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - .5rem);
    background-color: #fff;
    border-top: solid 2px #5acda6;
    font-size: 1em;
    line-height: 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.head-navlist .subnav-box a {
    padding: 0 1rem;
}

.head-navlist .subnav-box li:hover a {
    background-color: #5acda6;
    color: #fff;
}

.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: 3.5rem 0 4.5rem;
}

.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;
}

.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;
}

@media screen and (max-width: 991.98px) {
    .footer {
        position: relative;
        z-index: 999
    }
    .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;
}

.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 */

.footer {
    width: 100%;
    position: relative;
}

.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;
    display: inline-block;
}

.beian .right span {
    vertical-align: 4px;
}

.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 {
    width: .8rem;
    height: .8rem;
    display: none;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    position: fixed;
    right: .4rem;
    bottom: .4rem;
    z-index: 200;
}

.btn-gotop .bi {
    width: .3rem;
    height: .3rem;
    display: block;
    color: #5acda6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (max-width: 991.98px) {
    .beian .right span {
        vertical-align: 10px;
    }
    .hrapply .main-box {
        z-index: 9 !important
    }
    .foot-botbox {
        padding: 0.6rem 0;
        display: block;
        font-size: .26rem;
        line-height: .48rem;
        text-align: center;
    }
    .foot-blink {
        justify-content: center;
        -webkit-justify-content: center;
        font-size: .28rem;
        margin-bottom: .45rem;
    }
    .foot-blink li {
        padding: 0 0.3rem;
        margin: 0;
    }
    .foot-bmid {
        display: block;
    }
    .foot-copy {
        margin: 0;
    }
    .foot-support {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .foot-jszc_swip {
        height: .48rem;
        text-align: center;
    }
}


}

/* 辅助 */
h2.s-heading {
    font-size: 2.5rem;
    line-height: 1em;
}
@media screen and (max-width: 991.98px) {
    h2.s-heading {
        font-size: .64rem;
    }
    
    .p-heading {
        font-size: .48rem;
        line-height: 1em;
        font-weight: bold;
    }
    
    .foot-wx.app {
        margin-top: .3rem;
        margin-bottom: .5rem;
    }
    
    .foot-wx.app .tit {
        margin-bottom: 0;
        margin-top: .3rem;
    }
}

/* 手机头部 */
@media(max-width:991.98px) {
    .header {
        position: fixed;
        left: 50%;
        top: 0;
        display: block;
        width: 100%;
        height: 1.2rem;
        transform: translateX(-50%);
        overflow: hidden;
        z-index: 9999;
    }
    
    .header .global-inner {
        display: table;
        padding-top: 0.22rem !important;
        overflow: hidden;
    }
    
    .header .logobox {
        float: left;
        width: 46.8%;
        height: 1.2rem;
        border: 1px solid #bea569;
        border-bottom: 0px;
    }
    
    .header .logo a {
        display: block;
        height: 0.66rem;
    }
    
    .header .logobox img {
        display: block;
        margin: .15rem auto 0;
    }
    
    .wapheadleft {
        width: 26.6%;
        height: .97rem;
        border: 1px solid #bea569;
        border-left: 0px;
        border-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .wapheadright {
        border: 1px solid #bea569;
        height: .97rem;
        border-left: 0px;
    }
    
    .wap-head {
        background-image: url(/img/images/wapxian.svg);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #fff8e9;
    }
    
    .wapheadright {
        width: 26.6%;
    }
    
    .lauwap {
        line-height: .97rem;
        margin-left: .35rem;
        color: #009999;
    }
    
    .hd-sch {
        float: right;
        width: 0.39rem;
        padding-top: 0.12rem;
    }
    
    .hd-sch a {
        display: block;
    }
    
    .hd-sch img {
        width: 100%;
        display: block;
    }
    
    .ph-nav-btn {
        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;
    }
    
    .ph-nav-pop svg {
        width: .25rem;
        height: .14rem;
        margin-top: .48rem;
        float: right;
        color: #000;
        transition: all .5s;
    }
    
    .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;
        height: 2px;
        background-color: #009999;
        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 {
        color: #fff;
        text-align: center;
        font-size: .32rem;
        margin-top: 1rem;
    }
    
    .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: #009999 !important;
    }
    
    .open .header .nav_btn span:after {
        background-color: #009999 !important;
    }
    
    .p-home .header .nav_btn span:after {
        background-color: #fff;
    }
    
    .open .logo1 {
        display: block !important;
    }
    
    .p-home.open .header .nav_btn span {
        background-color: transparent;
    }
    
    body.open .logo .logo2 {
        display: none !important;
    }
    
    .open .header .nav_btn span:before {
        background-color: #009999 !important;
    }
    
    .header .nav_btn span:before {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 2px;
        background-color: #009999;
        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: #009999;
        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: .97rem;
        /*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, .3);
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #fff8e9;
        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, .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: #014da1;
}
.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, .1);
}
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.lv1.on svg {
    transform: rotate(180deg);
}
.lv3.on svg {
    transform: rotate(180deg);
}
.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;
}
.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;
}
.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: #009999;
}
.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: .2rem;
}
.beian i {
    font-style: normal;
}
.padd-60 {
    padding: 0 3em;
}
.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img100 {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* pc头部 */
.headbox {
    background-image: url(/img/images/yellowline.svg);
    height: 77px;
    width: 100%;
    color: #009999;
    display: inline-block;
    margin-top: 1em;
    background-size: 100%!important;
    background-position: top!important;
    position: relative;
}
.headbox:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/img/images/yellowline2.svg);
    background-size: 100%!important;
    background-position: bottom!important;
    background-repeat: no-repeat;
}
.headtab {
    width: 16.65%;
    height: 50px;
    font-size: .8em;
    border: 1px solid #bea569;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
}
body {
    background-color: #fff8e9;
}
.svgbor svg {
    width: 14px;
    height: 14px;
    color: #009999;
}
.svgbor {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    border: 1px solid #009999;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
}
.headbox span {
    font-weight: bold;
}
.headnav .tit {
    font-size: .8em;
}
.headnav {
    width: 66.7%;
    height: 65px;
    border: 1px solid #bea569;
    margin-top: 13px;
    border-bottom: 0px;
}
.headnav ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    height: 100%;
    padding-left: 6%;
}
.headnav li {
    float: left;
    line-height: 64px;
}
.headnav li+li {
    margin-left: 4.1%;
}
.headnav li:nth-child(4) {
    margin-left: 17.4%;
}
.logo {
    position: absolute;
    left: 49%;
    top: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.headright svg {
    width: 22px;
    height: 23px;
}
.headright .item {
    width: 50%;
    text-align: center;
    border-top: 1px solid #bea569;
    border-bottom: 1px solid #bea569;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.activetab a {
    font-weight: bold;
}
.headright .item:nth-child(2) {
    border-left: 1px solid #bea569;
    border-right: 1px solid #bea569;
    font-size: .8em;
}
.headright .item:nth-child(3) {
    border-right: 1px solid #bea569;
    display: none;
}
.headright {
    width: 16.6%;
    height: 50px;
    margin-top: 13px;
}
.headbottom {
    height: 89px;
    position: absolute;
    width: 100%;
    left: 0;
    /*	padding: 0 3em;*/
    
    z-index: 99;
    margin-top: -14px;
    display: none;
}
.p-home .head2 {
    display: none;
}
.p-home .head22 {
    display: block;
}
.head22 {
    display: none;
}
.p-home .headbottom {
    background-color: transparent;
}
.bottombg {
    height: 100%;
    background-image: url(/img/images/downbg.svg);
    justify-content: center;
    font-size: .8em;
}
.p-home .bottombg {
    background-image: url(/img/images/bgwhite2.svg);
    background-size: cover;
}
.p-home .headbottom {
    height: 89px;
}
.bottombg .list+.list {
    margin-left: 5em;
}
.bottombg {
    padding-top: 17px;
    color: #666;
}
.headbottom a:hover {
    color: #009999;
}
.headnav .tit a:hover {
    opacity: .7;
}
.headsear svg {
    width: 22px;
    height: 23px;
    color: #383837;
}
.headsear input {
    width: 48em;
    background-color: transparent;
    margin-left: 15px;
}
.headsear {
    display: flex;
    align-items: center;
}
.close-bi2 {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* pc底部 */
.homefixed {
    position: fixed;
    right: 3em;
    bottom: 10%;
    z-index: 99;
    height: 9em;
    z-index: 9999;
}
.homefixed svg {
    width: 23px;
    height: 23px;
    color: #bfa76c;
}
.homefixed li {
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff8e9;
    box-shadow: 0px 5px 13px rgba(190, 165, 105, .7);
}
.homefixed li+li {
    margin-top: 15px;
    background-color: #fff8e9;
}
.homefixedox {
    width: 150px;
    display: none;
    height: 40px;
    color: #bfa76c;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 4em;
    font-size: .8em;
    border-radius: 8px;
    background-color: #fff8e9;
    box-shadow: 0px 5px 13px rgba(190, 165, 105, .7);
}
.homefixed li.btn-gotop2 {
    display: none;
}
body .footerbg {
    background-image: url(/img/images/footbg.jpg);
    height: 516px;
}
@media(max-width:1850px) {
    body .footerbg {
        background-size: 100% 100%;
        height: auto;
    }
}
.padd-72 {
    padding: 0 3.6em;
}
.foottel {
    color: #009999;
    font-size: .8em;
}
.footerbg p {
    color: #009999;
}
.footus {
    font-size: .9em;
    width: 100%;
}
.footerbg .footlogo {
    margin-bottom: 1em;
    display: block;
}
.footerbg li+li .footlogo {
    max-width: 40px;
}
.foottel {
    margin-top: 1.45em;
    line-height: 1.7;
}
.footerbg li {
    width: 33.3%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5em;
    position: relative;
}
.footerbg li::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 1px;
    height: 12em;
    top: -10px;
    display: none;
    background-color: #e5d7b6;
}
.footerbg li+li::after {
    display: block;
}
.jishuanqi svg {
    width: 17px;
    height: 10px;
    color: #009999;
    margin-left: 5.8em;
}
.jishuanqi a {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.jishuanqi span {
    color: #009999;
    font-weight: bold;
    font-size: .7em;
}
.jishuanqi {
    width: 12em;
    height: 2.75em;
    border: 1px solid #bea569;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-top: 1.5em;
}
.icb {
    width: 2.5em;
    height: 2.5em;
    border: 1px solid #bea569;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-top: 1.5em;
    cursor: pointer;
    position: relative;
}
.icb .footicis {
    display: none;
}
.icb img {
    width: 25px;
}
.icb+.icb {
    margin-left: 1em;
}
.p-home .logos {
    display: none;
}
.p-home .svgbor svg {
    color: #fff;
}
.p-home .svgbor {
    border-color: #fff;
}
.p-home .logo2 {
    display: block!important;
}
.p-home .logo1 {
    display: none!important;
}
.logo2 {
    display: none;
}
.p-home .whitelogo {
    display: block;
}
.whitelogo {
    display: none;
}
.codebox {
    position: absolute;
    left: -64%;
    bottom: 60px;
    display: none;
}
.codebox .tit {
    text-align: center;
    font-size: .7em;
    color: #fff;
    background-color: #bea569;
    padding: 5px 0;
}
.codebox img {
    width: 110px;
    position: relative;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #bea569;
}
.icb:nth-child(3) .codebox img {
    padding: 3px;
}
.codebox::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(136deg);
    background-color: #bea569;
    position: absolute;
    bottom: -4px;
    left: 48%;
}
.isclick.codebox {
    display: block
}
.beian {
    font-size: .7em;
    color: #009999;
    padding: 2.14em;
    border-top: 1px solid #bea569;
    /*	margin-top: 140px;*/
}
.footerbg .overflow- {
    padding-bottom: 140px;
}
.beian .left a {
    margin-left: 40px;
}
@media(max-width:1800px) {
    .wapfot {
        position: relative;
    }
    
    .beian {
        position: absolute;
        bottom: 24px;
        width: 100%;
        padding: 1.2em;
    }
}
.beian .left a:hover {
    opacity: .7;
}
.foot-jszc li {
    width: 100%;
}
.foot-jszc {
    height: 30px;
}
@media(max-width:1500px) {
    .headtab {
        width: 19%;
    }
    
    .headnav {
        width: 64.4%;
    }
}

/* 手机端底部 */
.footerbg .bgimg {
    display: none;
}
@media(max-width:992px) {
    .beian {
        position: initial;
    }
    
    .footerbg .bgimg {
        display: block;
    }
    
    .jishuanqi span {
        font-size: .26rem;
    }
    
    .p-home .wapheadleft {
        border-color: #fff;
    }
    
    .p-home .header .nav_btn span {
        background-color: #fff;
    }
    
    .footerbg .overflow- {
        padding-bottom: 0;
    }
    
    .wapfot {
        border: 1px solid #bea569;
    }
    
    .p-home .wap-search svg {
        color: #fff;
    }
    
    .p-home .header .nav_btn span:before {
        background-color: #fff;
    }
    
    .p-home .wapheadright {
        border-color: #fff;
    }
    
    .p-home .lauwap {
        color: #fff;
    }
    
    .p-home .header .logobox {
        border-color: #fff;
    }
    
    .icb+.icb>img {
        width: 21px;
    }
    
    .homefixed {
        right: 1em!important;
        z-index: 99999!important;
    }
    
    .beian {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    
    .footerbg li {
        width: 100%;
        margin-top: .7rem;
    }
    
    .hidden-lg-up .footlogo,
    .hidden-lg-up .footus {
        display: none;
    }
    
    .footerbg li:nth-child(3) .footlogo,
    .footerbg li:nth-child(3) .footus {
        display: none;
    }
    
    .footerbg .footlogo {
        margin: auto;
    }
    
    .footerbg p {
        text-align: center;
        font-size: .28rem;
    }
    
    .footerbg .padd-72 {
        padding: 0 .23rem;
    }
    
    .footerbg li:nth-child(2) {
        border-top: 1px solid #bea569;
        border-bottom: 1px solid #bea569;
        padding: .7rem 0;
    }
    
    .footerbg li+li::after {
        display: none!important;
    }
    
    .icb {
        margin-top: 0;
    }
    
    .jishuanqi {
        width: 5.5rem;
        height: .8rem;
        line-height: .8rem;
        justify-content: space-between;
        padding: 0 .4rem;
    }
    
    .jishuanqi svg {
        margin-left: 0;
        margin-top: .3rem;
    }
    
    .jishuanqi a {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .wapfoott {
        color: #009999;
        text-align: center;
        font-size: .3rem;
    }
    
    .beian .fl {
        float: none;
        text-align: center;
    }
    
    .beian .right {
        float: none;
        text-align: center;
    }
    
    .beian {
        margin-top: 0;
        font-size: .28rem;
        border: 0px;
    }
    
    .beian .left a {
        margin-left: 0;
        text-align: center;
        display: block;
        margin-top: .2rem;
        margin-bottom: .16rem;
    }
    
    .foot-jszc_swip {
        margin: auto;
        display: inline-block;
    }
    
    .footerbg {
        height: 10.44rem;
        background-image: none!important;
    }
    
    .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: .28rem;
        padding-left: 20px;
    }
    
    .codebox {
        position: absolute;
        left: -94%;
        bottom: 50px;
    }
}

/*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;
}
@media screen and (max-width: 991.98px) {
    .page-404 {
        width: 100%;
        font-size: .28rem;
        padding: 1rem 5vw;
    }
    
    .page-404 .t2 span {
        font-size: 2em;
    }
}

/*小点动画*/
.animline img {
    height: 120px;
    position: inherit!important;
    transform: translate(0);
    top: 0;
}
.animline+.animline {
    margin-left: 60px;
}
.animline {
    width: 5px;
    cursor: pointer;
}
.linebox_animate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.animline {
    position: relative;
}
.anyuan {
    width: 10px;
    height: 10px;
    border: 2px solid #009999;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: -3px;
    background: #fff8e9;
    transition: all .3s;
}
.linebox_animate2 .anyuan {
    bottom: 40%;
    left: -2px;
}
.animline.act .anyuan {
    bottom: 85px;
}
.linebox_animate2 .animline img {
    height: 45px;
    width: 2px;
    margin-top: 0!important;
}
.linebox_animate2 .animline+.animline {
    margin-left: 40px;
}
.home3 .linebox_animate2 {
    margin-top: 2em;
}
.linebox_animate2 {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
@keyframes productDotAniLine {
    0% {
        transform: translateY(0px);
    }
    
    10% {
        transform: translateY(-15px);
    }
    
    20% {
        transform: translateY(15px);
    }
    
    30% {
        transform: translateY(-15px);
    }
    
    40% {
        transform: translateY(15px);
    }
    
    50% {
        transform: translateY(-15px);
    }
    
    75% {
        transform: translateY(13px);
    }
    
    95% {
        transform: translateY(0px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@keyframes productDotAniLine2 {
    0% {
        transform: translateY(0px);
    }
    
    10% {
        transform: translateY(15px);
    }
    
    20% {
        transform: translateY(-15px);
    }
    
    30% {
        transform: translateY(15px);
    }
    
    40% {
        transform: translateY(-15px);
    }
    
    50% {
        transform: translateY(15px);
    }
    
    75% {
        transform: translateY(-3px);
    }
    
    95% {
        transform: translateY(0px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@keyframes productDotAniLine3 {
    0% {
        transform: translateY(0px);
    }
    
    10% {
        transform: translateY(-13px);
    }
    
    20% {
        transform: translateY(15px);
    }
    
    30% {
        transform: translateY(5px);
    }
    
    40% {
        transform: translateY(-10px);
    }
    
    50% {
        transform: translateY(-3px);
    }
    
    75% {
        transform: translateY(2px);
    }
    
    95% {
        transform: translateY(0px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@keyframes productDotAniLine4 {
    0% {
        transform: translateY(0px);
    }
    
    10% {
        transform: translateY(14px);
    }
    
    20% {
        transform: translateY(-10px);
    }
    
    30% {
        transform: translateY(10px);
    }
    
    40% {
        transform: translateY(3px);
    }
    
    50% {
        transform: translateY(-9px);
    }
    
    75% {
        transform: translateY(5px);
    }
    
    95% {
        transform: translateY(0px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@keyframes productDotAniLine5 {
    0% {
        transform: translateY(0px);
    }
    
    10% {
        transform: translateY(11px);
    }
    
    20% {
        transform: translateY(3px);
    }
    
    30% {
        transform: translateY(-6px);
    }
    
    40% {
        transform: translateY(9px);
    }
    
    50% {
        transform: translateY(-9px);
    }
    
    75% {
        transform: translateY(-3px);
    }
    
    95% {
        transform: translateY(0px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
.anyuan1 {
    animation: productDotAniLine 8s linear infinite;
    -moz-animation: productDotAniLine 8s linear infinite;
    -webkit-animation: productDotAniLine 8s linear infinite;
    -o-animation: productDotAniLine 8s linear infinite;
}
.anyuan2 {
    animation: productDotAniLine2 8s linear infinite;
    -moz-animation: productDotAniLine2 8s linear infinite;
    -webkit-animation: productDotAniLine2 8s linear infinite;
    -o-animation: productDotAniLine2 8s linear infinite;
}
.anyuan3 {
    animation: productDotAniLine3 8s linear infinite;
    -moz-animation: productDotAniLine3 8s linear infinite;
    -webkit-animation: productDotAniLine3 8s linear infinite;
    -o-animation: productDotAniLine3 8s linear infinite;
}
.anyuan4 {
    animation: productDotAniLine4 8s linear infinite;
    -moz-animation: productDotAniLine4 8s linear infinite;
    -webkit-animation: productDotAniLine4 8s linear infinite;
    -o-animation: productDotAniLine4 8s linear infinite;
}
.anyuan5 {
    animation: productDotAniLine5 8s linear infinite;
    -moz-animation: productDotAniLine5 8s linear infinite;
    -webkit-animation: productDotAniLine5 8s linear infinite;
    -o-animation: productDotAniLine5 8s linear infinite;
}
@media(max-width:992.98px) {
    .animline img {
        height: 75px;
    }
    
    .animline+.animline {
        margin-left: 40px;
    }
    
    .animline.act .anyuan {
        bottom: 51px;
    }
    
    .animline img {
        width: 2px!important;
    }
    
    .banner .overflow- {
        width: 100%;
    }
    
    .honor img {
        min-height: 0px!important;
    }
}
.p-calculator #contactfoot .form-control {
    margin-bottom: 10px;
}
.p-calculator #formfootbox .formh1 {
    margin-bottom: 20px;
}
.addcode .help-block {
    color: #f00;
    position: absolute;
    bottom: -60%;
}
.addcode .form-group-cell {
    overflow: inherit;
}