@charset "UTF-8";

/*******/

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



html {
    font-size: 20px;
}

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

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

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

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    html {
        font-size: 60px;
    }
}

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


/* 修改页面用 */

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

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: Arial;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.3rem;
    }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: Arial;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
    box-shadow: none;
}

input[type=radio],
input[type=checkbox],
input[type=text],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type=text]:focus,
input[type=text]:active {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button {
    -moz-appearance: none;
    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;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    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;
    -ms-flex-negative: 0;
    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%;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

.lg-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    padding: 0 3em;
}

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

.global-inner {
    width: 85vw;
    max-width: 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,
    .lg-inner,
    .md-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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-cell {
    width: 100%;
    max-width: 100%;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
    .block-lg-down {
        display: block !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/*** 无内容提示 ***/

.gnull-tips {
    width: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #999;
    text-align: center;
    min-height: 300px;
}

.nodata1 {
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 5em;
}

.nodata {
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.nodataText {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 1.625em;
    color: #666;
}


/***** 滚动条 *****/

.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;
    -o-transition: all 1.5s easeInOut;
    -moz-transition: all 1.5s easeInOut;
    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;
}

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

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header,
.modal-footer {
    position: relative;
    z-index: 1060;
}


/**** animate ***/

.animated {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.is-antd {
    -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    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;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
}

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

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

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

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

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

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

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

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

.fadeInUp2 {
    opacity: 0;
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-animation-name: fadeInUp2;
    -o-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-name: fadeInUp2;
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    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;
    -moz-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -moz-animation-name: fadeInUp3;
    -o-animation-name: fadeInUp3;
    animation-name: fadeInUp3;
    -webkit-animation-name: fadeInUp3;
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 4rem;
    height: 4rem;
    border: solid 2px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -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;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    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;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -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 {
    -o-background-size: cover;
    background-size: cover;
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.video-js.vjs-paused .vjs-big-play-button {
    display: block;
}

.video-js.vjs-has-started .vjs-control-bar {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 0.8rem;
        height: 0.8rem;
    }
    .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 0.24rem;
        height: 0.24rem;
    }
}


/*** modal-video ***/

.modal-video {
    background: #000016;
    z-index: 5000;
}

.modal-video .modal-close {
    width: 3em;
    height: 3em;
    position: absolute;
    right: 2.5em;
    top: 1.6em;
    margin: 0;
    border: none;
    background-color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: 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%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-video .modal-dialog {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: 20.25%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
    }
    .modal-video .modal-close {
        width: 0.8rem;
        height: 0.8rem;
        top: 0.3rem;
        right: 0.3rem;
        z-index: 1100;
    }
}


/* 表单 */

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

.form-group .must {
    color: #ff0000;
    margin-left: 8px;
    display: block;
    font-style: normal;
}

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

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

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

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

.form-group-cell {
    display: table-cell;
    vertical-align: middle;
}

.checkbox {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 2.125em;
}

.checkbox input[type=checkbox] {
    width: 0.875em;
    height: 0.875em;
    display: block;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    margin-right: 0.75em;
}

.checkbox input[type=checkbox]:checked {
    background: url("/content/img/images/check-white.svg") no-repeat center center #39b09c;
    -o-background-size: 0.625em;
    background-size: 0.625em;
    border-color: #39b09c;
}

#formTips {
    background-color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    padding: 0.5em 1em;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1020;
    border-radius: 0.5em;
}

#formTips .help-block {
    display: none;
    margin: 0;
    font-size: 0.8em;
    line-height: 2em;
    color: #fff;
}

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


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

.modal-tips .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}

.modal-tips .modal-content {
    width: 22.5em;
    max-width: 100%;
    background: #fff;
    border-radius: 0.4em;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    padding: 2.5em 2em 1.7em;
}

.modal-tips .modal-close {
    width: 2.5em;
    height: 2.3em;
    display: block;
    background: url("/content/img/images/x-black.svg") no-repeat center center;
    -o-background-size: 0.9em;
    background-size: 0.9em;
    margin: 0 auto 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-tips .icon {
    width: 3.2em;
    margin: 0 auto 1em;
    color: #39b09c;
}

.modal-tips .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.modal-tips .icon .bi {
    width: 3.2em;
    height: 3.2em;
    display: block;
}

.modal-tips .tit {
    font-size: 28px;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.modal-tips .word {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
}

.modal-tips .tool {
    margin-top: 1.4em;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: 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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: 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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 5;
}

.btn-h::after {
    content: "";
    display: block;
    width: 300%;
    padding-top: 300%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: inherit;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -o-transform-origin: center center !important;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    opacity: 0;
    border-radius: 100%;
    margin: -150% 0 0 -150%;
}

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

.btn-h .hover {
    display: none;
}

@media screen and (min-width: 1000px) {
    .btn-h:hover::after {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }
    .btn-h:hover .img {
        display: none;
    }
    .btn-h:hover .hover {
        display: block;
    }
}


/* 以上为公共样式，下面为正式开始 */

.main-box {
    min-height: 500px;
}

@media (max-width: 991.98px) {
    .main-box {
        min-height: 5rem !important;
    }
}

header {
    width: 100%;
    height: 5em;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
}

header .global-inner {
    z-index: 20;
}

header .head-logo {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

header .head-logo img {
    height: 2.4em;
    display: block;
}

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

header .header-box {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

header .head-right {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

header .head-navlist {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 3.65em;
}

header .head-navlist .navitem::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    display: block;
    background-color: #185aae;
    left: 20%;
    top: 77%;
    z-index: 1;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0 !important;
}

header .had-subnav {
    height: 100%;
    font-size: 0.9em;
    line-height: 1.55em;
    padding: 0 2.75em;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .had-subnav.cur {
    color: rgba(255, 255, 255, 0.5);
}

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: 90%;
    opacity: 1;
}

header .navlv1 {
    position: relative;
}

header .subnav-box {
    display: none;
    position: absolute;
    border-top: 4px solid #185aae;
    background-color: #fff;
    white-space: nowrap;
    font-size: 0.89em;
    line-height: 1.725em;
    padding: 1.5em 1.1em;
    text-align: left;
    left: -15%;
    left: 24%;
    top: 82%;
    min-width: 6.7em;
    z-index: 120;
    color: #999999;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

header .subnav-box li {
    padding: 0.4em 0;
}

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

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

header .had-subnav:nth-child(4) .subnav-box {
    min-width: 9.17602em;
}

header .head-search {
    width: 1em;
    height: 1em;
    margin-left: 1.5em;
}

header .head-search a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .head-search img {
    width: 100%;
    height: 100%;
}

header .head-right-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}

header .head-right-box .language a {
    cursor: context-menu;
}

header .head-search-1 {
    display: block;
}

header .head-search-2 {
    display: none;
}

header .head-search-3 {
    display: none;
}

.search-box {
    display: none;
    position: fixed;
    top: 4.5em;
    width: 100%;
    height: 7em;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid #333;
}

.search-box .global-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-box .item {
    width: 50%;
    height: 2em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #333;
}

.search-box input {
    width: 70%;
    font-size: 0.8em;
}

.search-box .box {
    width: 1.2em;
    height: 1.2em;
    margin-left: auto;
}

.search-box .box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .search-box {
        top: 1.2rem;
        height: 1.2rem;
    }
    .search-box .item {
        width: 80%;
    }
    .search-box input {
        font-size: 0.3rem;
    }
    .search-box .box {
        width: 0.3rem;
        height: 0.3rem;
    }
    .search-box .box img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    header {
        width: 100%;
        height: 1.2rem;
        background: none center center;
        -o-background-size: cover;
        background-size: cover;
    }
    header .global-inner {
        width: 100%;
        display: -webkit-flex;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .head-menu_open {
        width: 0.44rem;
        height: 0.36rem;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        background: no-repeat center center;
        -o-background-size: contain;
        background-size: contain;
        background-image: url(/img/static/head-open.svg);
    }
    .head-menu_open .nav-menu1-gg {
        width: 100%;
        height: 100%;
    }
    .head-menu_open .nav-menu2 {
        display: none;
    }
    .open.head-menu_open {
        background-image: url(/img/static/head-close.svg);
    }
    .head-search1 {
        width: 0.42rem;
        height: 0.42rem;
        background: none center center;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(/img/static/mob-head-search.svg);
    }
    header .head-search {
        margin-left: auto;
    }
    header .head-right {
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-justify-content: right;
    }
    header .language {
        margin: 0 0.47rem 0 0.37rem;
    }
}

.open .head-menu_open {
    -o-background-size: contain;
    background-size: contain;
}

.head-white header .had-subnav.cur {
    color: #185aae;
}

.head-white header {
    color: #333;
    background-color: #fff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white header .head-logo .logo1 {
    display: none;
}

.head-white header .head-logo .logo2 {
    display: block;
}

.head-white header .head-search-1 {
    display: none;
}

.head-white header .head-search-3 {
    display: block;
}

.head-white .head-menu_open {
    background-image: url(/img/static/head-open-h.svg);
}

.head-white .head-search1 {
    background-image: url(/img/static/mob-head-search-h.svg);
}

.head-white .open.head-menu_open {
    background-image: url(/img/static/head-close-h.svg);
    -o-background-size: contain !important;
    background-size: contain !important;
}

.head-white1 header {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white1 header .head-logo .logo1 {
    display: none;
}

.head-white1 header .head-logo .logo2 {
    display: block;
}

.head-white1 .head-menu_open {
    background-image: url(/img/static/head-open-h.svg);
}

.head-white1 .head-search1 {
    background-image: url(/img/static/mob-head-search-h.svg);
}

.head-white1 .open.head-menu_open {
    background-image: url(/img/static/head-close-h.svg);
}

.head-white1 .head-search-1 {
    display: none;
}

.head-white1 .head-search-2 {
    display: block;
}

.head-white1 .head-search-3 {
    display: none !important;
}

.head-white-s header {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-s header .head-logo .logo1 {
    display: none;
}

.head-white-s header .head-logo .logo2 {
    display: block;
}

.head-white-s .head-menu_open {
    background-image: url(/img/static/head-open-h.svg);
}

.head-white-s .head-search1 {
    background-image: url(/img/static/mob-head-search-h.svg);
}

.head-white-s .open.head-menu_open {
    background-image: url(/img/static/head-close-h.svg);
}

.head-white-c header {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-c header .head-logo .logo1 {
    display: none;
}

.head-white-c header .head-logo .logo2 {
    display: block;
}

.head-white-c .head-menu_open {
    background-image: url(/img/static/head-open-h.svg);
}

.head-white-c .head-search1 {
    background-image: url(/img/static/mob-head-search-h.svg);
}

.head-white-c .open.head-menu_open {
    background-image: url(/img/static/head-close-h.svg);
}

.head-white-c .head-search-1 {
    display: none;
}

.head-white-c .head-search-3 {
    display: block;
}

.head-white-imp header {
    color: #333;
    background-color: #fff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-imp header .head-logo .logo1 {
    display: none;
}

.head-white-imp header .head-logo .logo2 {
    display: block;
}

.head-white-imp header .head-search-1 {
    display: none;
}

.head-white-imp header .head-search-3 {
    display: block;
}

.head-white-imp .head-menu_open {
    background-image: url(/img/images/head-open-h.svg);
}

.head-white-imp .head-search1 {
    background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white-imp .open.head-menu_open {
    background-image: url(/img/images/head-close-h.svg);
}


/* 头部 结束 */

.footer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3em 0 1.3em 0;
    background-color: #e7e8ea;
}

.footer .global-inner {
    padding: 0 4em;
}

.footer .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.footer .foot-t1 {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 17px;
}

.footer .foot-t1 .link {
    width: 83.33%;
    max-width: 860px;
    color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer .foot-t1 .link ul {
    min-height: 12em;
}

.footer .foot-t1 .link ul:last-child .first-tit {
    margin-bottom: 1.6em;
}

.footer .foot-t1 .link ul:last-child .first-tit:hover {
    opacity: 0.5 !important;
}

.footer .foot-t1 .link ul li {
    margin-bottom: 0.4em;
}

.footer .foot-t1 .link ul .first-tit {
    font-size: 0.9em;
    margin-bottom: 1.15em;
    font-weight: bold;
}

.footer .foot-t1 .link ul li:first-child a {
    font-size: 0.8em;
    line-height: 1.875em;
    font-weight: bold;
    color: #fff;
}

.footer .foot-t1 .link ul li:first-child a:hover {
    opacity: 0.5 !important;
}

.footer .foot-t1 .link ul a {
    font-size: 0.8em;
    line-height: 1.75;
    color: #fff;
    opacity: 0.52;
}

.footer .foot-t1 .other-relation .title {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.55em;
}

.footer .foot-t1 .other-relation .relation-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.8em;
}
.footer .foot-t1 .other-relation .relation-item:nth-child(2) {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items:flex-start;
    margin-bottom: 0.8em;
}


@media (max-width: 991.98px){
    .footer .foot-t1 .other-relation .relation-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: block;
        text-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.8em;
    }
    .footer .foot-t1 .other-relation .relation-item:nth-child(2) {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: block;
        text-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items:flex-start;
        margin-bottom: 0.8em;
    }
}
.footer .foot-t1 .other-relation .relation-item span{
    font-size: .36rem !important;
    line-height: 0.7rem !important;
    font-weight: bold;
}
.footer .foot-t1 .other-relation .relation-item:nth-child(2) span{
    font-size: .36rem !important;
    line-height: 0.7rem !important;
    font-weight: bold;
}

.footer .foot-t1 .other-relation .relation-item .icon {
    display: block;
    color: #fff;
    margin-right: 10px;
}
.footer .foot-t1 .other-relation .relation-item:nth-child(2) .icon {
    display: block;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
}

.footer .foot-t1 .other-relation .relation-item .icon .bi {
    max-width: 16px;
    max-height: 16px;
    display: block;
}

.footer .foot-t1 .other-relation .relation-item .text {
    font-size: 0.8em;
    line-height: 1.6;
    width: 17.5rem;
    color: #fff;
}

.footer .foot-t2 {
    position: relative;
    margin-top: 1.3em;
    padding-top: 1.5em;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer .foot-t2::before {
    position: absolute;
    content: "";
    width: 300%;
    height: 2px;
    left: -50%;
    top: 0;
    background-color: #ffffff;
    opacity: 0.24;
}

.footer .foot-t2 .record {
    font-size: 0.8em;
    line-height: 1;
    color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.footer .foot-t2 .item {
    margin-right: 1.3em;
    opacity: 0.42;
}

.footer .foot-t2 .item:last-child {
    margin-right: 0;
}

.footer .foot-t2 .foot-beian {
    margin-right: 0.7em;
}

.footer .foot-t2 .foot-zjba {
    margin-right: 0.5em;
}

.footer .foot-t3 {
    margin-bottom: 3.2em;
    padding-right: 2.8em;
}

.footer .foot-t3 .foot-t3-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .foot-t3 .logo {
    max-width: 214px;
    height: 100%;
}

.footer .foot-t3 .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .foot-t3 .other .brother {
    position: relative;
    margin-bottom: 1.6em;
}

.footer .foot-t3 .other .brother .bd {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.footer .foot-t3 .other .brother .tit {
    font-size: 0.8em;
    line-height: 1.875em;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.footer .foot-t3 .other .brother .icon {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.9em;
}

.footer .foot-t3 .other .brother .icon .bi {
    width: 0.8em;
    height: 0.4em;
    color: #fff;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.footer .foot-t3 .other .wx {
    margin-right: 1.8em;
    margin-bottom: 0.75em;
}

.footer .foot-t3 .other .wx .tit {
    font-size: 0.7em;
    line-height: 1;
    color: #666;
    text-align: center;
    margin-bottom: 0.71em;
}

.footer .foot-t3 .other .wx .imgs {
    width: 5.6em;
    height: 5.6em;
    margin: 0 auto;
}

.footer .foot-t3 .other .wx .imgs img {
    width: 100%;
    height: 100%;
}

.footer .foot-t3 .other .icon1 {
    position: relative;
    margin-right: 1.4em;
}

.footer .foot-t3 .other .icon1 .imgs {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
}

.footer .foot-t3 .other .icon1 .image {
    position: relative;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.footer .foot-t3 .other .icon1 .image .box {
    width: 2em;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.footer .foot-t3 .other .icon1 .image:last-child .box {
    cursor: pointer;
}

.footer .foot-t3 .other .icon1 .image:nth-child(2) {
    margin: 0 1.2em;
}

.footer .foot-t3 .other .icon1 .bi {
    width: 1em;
    height: 0.8em;
    color: #fff;
}

.footer .foot-t3 .other .icon1 .item-pop {
    display: none;
    position: absolute;
    bottom: 3em;
    left: 50%;
    width: 7em;
    height: 7em;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer .foot-t3 .other .icon1 .item-pop .item-pop-box {
    position: relative;
}

.footer .foot-t3 .other .icon1 .item-pop .item-pop-box::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer .foot-t3 .other .icon1 .item-pop img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.foot-jszc_swip {
    font-size: 1em;
    height: 1em;
    overflow: hidden;
    display: block;
}

.foot-jszc_swip .swiper-slide {
    font-size: 0.7em;
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer {
        padding: 0.7rem 0 0.74rem;
        color: #666;
        background: transparent;
    }
    .footer .bgk {
        -o-background-size: cover;
        background-size: cover;
    }
    .footer .foot-t1 .other {
        width: 100%;
    }
    .footer .foot-t1 .other .brother {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }
    .footer .foot-t1 .other .brother .icon {
        margin-left: 0;
        margin-right: 3px;
    }
    .footer .foot-t1 .other .brother .bd {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer .foot-t1 .other .brother .tit {
        font-size: 0.32rem;
        line-height: 1;
        color: #666;
        font-weight: initial;
    }
    .footer .foot-t1 .other .brother .hd-box {
        width: 100%;
        right: 0;
        bottom: 170%;
    }
    .footer .foot-t1 .other .brother .hd-box .global-inner {
        padding: 0 !important;
    }
    .footer .foot-t1 .other .brother .hd-box .boxs {
        width: 100%;
        margin: 0 auto;
        padding: 18px 0.3rem;
        max-height: 3rem;
        border-radius: 5px;
    }
    .footer .foot-t1 .other .brother .hd-box .list {
        color: #333;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .footer .foot-t1 .other .brother .hd-box .item {
        font-size: 0.28rem;
        line-height: 2.5;
        padding: 0;
        white-space: normal;
        height: 0.7rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .footer .foot-t1 .other .wx {
        position: relative;
        margin-bottom: 0.5rem;
        padding: 0.6rem 0 0.6rem 0;
        margin-right: 0;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .footer .foot-t1 .other .wx .tit {
        font-size: 0.32rem;
        line-height: 1;
    }
    .footer .foot-t1 .other .wx .imgs {
        margin: initial;
    }
    .footer .foot-t1 .other .wx::before {
        position: absolute;
        content: "";
        top: 0;
        left: -0.4rem;
        width: 150%;
        height: 1px;
        background-color: #fff;
    }
    .footer .foot-t1 .other .wx::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: -0.4rem;
        width: 150%;
        height: 1px;
        background-color: #fff;
    }
    .footer .foot-t2 {
        display: block;
        margin-top: 0;
    }
    .footer .foot-t2 .record {
        font-size: 0.28rem;
        line-height: 0.48rem;
        display: block;
    }
    .foot-jszc_swip {
        margin-top: 0.1rem;
        font-size: 0.28rem;
    }
    .foot-jszc_swip .swiper-slide {
        font-size: 0.28rem;
    }
}

.footer .foot-t1 .other .brother:hover {
    cursor: pointer;
}

@media (min-width: 991.98px) {
    .footer .foot-t1 .other .brother .hd-box .item:hover {
        color: #0b573e;
    }
}

.xuanfan .icon .bi {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.backtop {
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #185aae;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.backtop .box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.backtop .bi {
    width: 1em;
    height: 0.5em;
    color: #185aae;
}

@media (min-width: 1000px) {
    .backtop:hover {
        border-radius: 50%;
        background-color: #185aae;
    }
    .backtop:hover .bi {
        color: #fff;
    }
}

.main-box {
    min-height: 500px;
}

.ph-nav-box {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    right: 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);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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 #e9edf1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-color: #f8f8f8;
    z-index: 10;
    -webkit-transition: all 0.5s linear;
    -o-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 {
    background-color: #f8f8f8;
    padding: 0.1rem 0 0.65rem;
}

.nav-main em {
    float: right;
    width: 30%;
    height: 0.6rem;
    width: 2.3rem;
    margin-top: 0.06rem;
    position: relative;
    float: right;
    width: 30%;
    height: 0.6rem;
    width: 2.3rem;
    margin-top: 0.06rem;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.nav-main em:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0.4rem;
    height: 0.25rem;
    background: no-repeat center center;
    background-image: url(/img/static/arrow-down.png);
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

.bgCode {
    padding: 0.14rem;
    background-color: #fff;
    display: inline-block;
}

.nav-main .on em:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.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;
    padding: 0.1rem 0;
    background-color: #fff;
    background-color: #f8f8f8;
}

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

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
}

.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
}

.nav-main .lv2::before,
.nav-main .lv3::before,
.nav-main .lv4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100% !important;
    height: 1px;
    background-color: #d4d4d4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-main .lv2::before {
    width: 80%;
}

.nav-main .lv2box .lv2:last-child::before {
    width: 87%;
}

.nav-main .lv2box .lv2:last-child {
    padding-bottom: 0.1rem;
}

.nav-main .lv2 {
    padding: 0 0.8rem 0 0rem;
    margin-left: 0.8rem;
    border-bottom: 0;
}

.nav-main .lv2::before {
    left: 0;
    width: 91.8% !important;
    width: 100% !important;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-main .lv2 a {
    float: left;
    display: block;
    font-size: 0.3rem;
    color: #333;
    min-width: 50%;
    padding: 0.25rem 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.whiteHead .header {
    border-bottom: 1px solid transparent;
}

.nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #262626;
    min-width: 50%;
    padding: 0.35rem 0 0.35rem 0rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

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


/* 	.nav-main .lv1.on a{
         color: #014da1;
       }
       .nav-main .lv2.on a{
         color: #014da1;
       }
       .nav-main .lv3.on a{
         color: #406cae;
       }
       .nav-main .lv4.on a{
         color: #406cae;
       } */


/*** main-box ***/

.foot-support {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot-support .title {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 0.8em;
    line-height: 1;
    color: #fff;
    opacity: 0.42;
    margin-bottom: 4px;
    margin-right: 0.5em;
}


.foot-jszc_swip {
    overflow: hidden;
    position: relative;
}

.foot-jszc_swip .swiper-slide {
    font-size: 0.8em;
    opacity: 0.42;
}

.footer .foot-t3 .other .icon1 .image:hover .item-pop {
    display: block;
}

.foot-jszc_swip .swiper-slide:hover a,
.item .foot-zjba,
.record .foot-beian:hover,
.footer .foot-t2 .foot-zjba:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.foot-jszc_swip .swiper-slide {
    opacity: 1;
    color: rgba(255, 255, 255, 0.42);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.foot-jszc_swip .swiper-slide:hover a {
    color: rgb(255, 255, 255);
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.foot-jszc_swip .swiper-slide a,
.foot-jszc_swip .swiper-slide:hover a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.pt33 {
    padding-top: 1.65em;
}

.pt33 .foot-qrd .foot-qrd-wrap {
    width: 5.9em;
    height: 5.65em;
}

.pt33 .foot-qrd .foot-qrd-wrap img {
    width: 100%;
    height: 100%;
}

.pt33 .foot-qrd p {
    width: 7.375em;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    padding-top: 0.75em;
}

@media (max-width: 991.98px) {
    .footer .foot-t3 {
        padding-right: 0;
        padding-bottom: 0.35rem;
        margin-bottom: 0.83rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    }
    .footer .foot-t3 .logo {
        max-width: 2.35rem;
        margin-right: auto;
    }
    .foot-t3-box {
        width: 100%;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mob-link {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }
    .mob-link .item {
        white-space: nowrap;
    }
    .mob-link .item:last-child {
        padding-left: 0.22rem;
        margin-left: 0.22rem;
        border-left: 1px solid rgba(255, 255, 255, 0.42);
    }
    .mob-link .item a {
        font-size: 0.28rem;
        color: #ffffff;
        opacity: 0.42;
    }
    .foot-t1 .other-relation {
        margin: 0 auto;
    }
    .foot-t1 .other-relation .title {
        text-align: center;
        font-size: 0.36rem !important;
        margin-bottom: 0.33rem !important;
    }
    .foot-t1 .other-relation .relation-item {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0.1rem;
    }
    .foot-t1 .other-relation .relation-item:last-child {
        margin-bottom: 0;
    }
    .foot-t1 .other-relation .relation-item .text {
        font-size: 0.28rem !important;
        line-height: 0.48rem !important;
        width: auto !important;
    }
    .foot-t1 .other-relation .relation-item:nth-child(2) .text {
        font-size: 0.28rem !important;
        line-height: 0.48rem !important;
        width: auto !important;
        margin: 0 .3rem .3rem;
    }
    .footer .foot-t3 .foot-t3-box {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0rem;
    }
    .footer .foot-qrd .foot-qrd-wrap img {
        width: 1.77rem;
        height: 1.71rem;
    }
    .footer .foot-qrd p {
        font-size: 0.28rem;
        color: #fff;
        text-align: center;
        padding-top: 0.22rem;
    }
    .footer .foot-t3.hidden-lg-up {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        margin-top: 0.32rem;
    }
    .footer .foot-t2 .item {
        margin-right: 0em;
        text-align: center;
    }
    .foot-support {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .foot-support .title {
        margin-bottom: -5px;
        font-size: 0.28rem;
    }
    .foot-jszc_swip .swiper-slide {
        font-size: inherit !important;
        text-align: center;
    }
    .footer .foot-t2::before {
        display: none;
    }
    .footer .foot-t2 {
        padding-top: 0.4rem;
        width: 86%;
    margin-left: auto;
    margin-right: auto;
    }
    .footer .foot-t3 .other .icon1 {
        margin-right: 0;
    }
    .footer .foot-t3 .other .icon1 .image {
        width: 0.7rem;
        height: 0.7rem;
        position: relative;
    }
    .footer .foot-t3 .other .icon1 .image::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        z-index: 1;
    }
    .footer .foot-t3 .other .icon1 .image .box {
        z-index: 2;
    }
    .footer .foot-t3 .other .icon1 .image:nth-child(2) {
        margin: 0 0.42rem;
    }
    header .language {
        font-size: 0.3rem;
    }
    .foot-t3 .other .icon1 .image .box {
        width: 100%;
        height: 100%;
    }
    .foot-t1 .other-relation .relation-item {
        margin-bottom: 0.09rem !important;
       
    }
}

@media (max-width: 991.98px) {
    .header .search-box {
        position: absolute;
        top: 0;
        left: 0%;
        border-top: 0;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -o-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        -moz-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .header .search-box .global-inner {
        -webkit-justify-content: inherit;
        -moz-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
    .header .search-box .item {
        width: 89.33%;
        height: 0.8rem;
        margin-right: auto;
        background-color: #f5f5f5;
        border-radius: 38px;
        border: solid 1px #e6e6e6;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .search-box .close1 {
        width: 0.34rem;
        height: 0.34rem;
    }
    .header .search-box .close1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .header .search-box .head-search-2 {
        display: block;
    }
    .header .search-box input {
        width: 85%;
        background: transparent;
        margin-left: auto;
    }
    .header .search-box .box {
        margin-left: 0.3rem;
    }
    .head-white-s .header .search-box {
        display: block;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        background: #fff;
        z-index: 99;
    }
}

@media (max-width: 730.98px) {
    .header .search-box input {
        width: 87%;
    }
}

@media (max-width: 410.98px) {
    .header .search-box input {
        width: 85%;
    }
}


/* 翻页 */

.global-paging {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4rem 0 0;
}

.global-paging .paging-ctrl {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 11rem;
    height: 3rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 60px rgba(192, 196, 204, 0.7);
    font-size: 0.9rem;
    line-height: 1em;
    color: #222222;
}

.global-paging .paging-ctrl .arrow {
    display: none;
}

.global-paging .paging-num {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 3rem;
    color: #677283;
    text-align: center;
}

.global-paging .paging-num a {
    width: 2.5rem;
    height: 3rem;
}

.global-paging .paging-num a.active {
    color: #0052b7;
}

.global-paging .paging-num .end {
    font-size: 0.8rem;
}

.global-paging .disabled {
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .global-paging .paging-ctrl:not(.disabled):hover {
        background: #0052b7;
        color: #fff;
    }
    .global-paging .paging-num a:hover {
        background: #0052b7;
        color: #fff !important;
    }
}

@media screen and (max-width: 991.98px) {
    .global-paging {
        margin: 0.8rem 0 0;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .global-paging .paging-ctrl {
        width: 2.6rem;
        height: -webkit-calc(0.78rem + 2px);
        height: -moz-calc(0.78rem + 2px);
        height: calc(0.78rem + 2px);
        font-size: 0.26rem;
        color: #6c757d;
        border: solid 1px #185aae;
        border-radius: 0.4rem;
        box-shadow: none;
        margin: 0 0.3rem;
    }
    .global-paging .paging-ctrl .arrow {
        width: 0.16rem;
        height: 0.3rem;
        display: block;
        position: relative;
        background: no-repeat center center;
        -o-background-size: contain;
        background-size: contain;
    }
    .global-paging .paging-ctrl.prev .arrow {
        background-image: url("/img/static/paging-left.svg");
        margin: 0 0.36rem 0 0;
    }
    .global-paging .paging-ctrl.next .arrow {
        background-image: url("/img/static/paging-right.svg");
        margin: 0 0 0 0.36rem;
    }
    .global-paging .paging-ctrl.disabled {
        opacity: 0.5;
    }
}

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

.hr-pop .error .icon {
    border: solid 1px red !important;
}

.hr-pop .error .icon .bi {
    color: red !important;
}

.hr-pop .boxs {
    position: relative;
    top: 50%;
    width: 30em;
    margin: 0 auto;
    text-align: center;
    padding: 4.5em 1em 4.25em;
    background-color: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.hr-pop .boxs .icon {
    width: 4em;
    height: 4em;
    margin: 0 auto;
    margin-bottom: 1.5em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #2370db;
}

.hr-pop .boxs .icon .bi {
    width: 1.8em;
    height: 1.5em;
    margin: 0 auto;
    color: #2370db;
}

.hr-pop .boxs .tit {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.6em;
}

.hr-pop .boxs .doc {
    font-size: 0.8em;
    line-height: 2;
    color: #333333;
}

.hr-pop .boxs .box {
    width: 10em;
    height: 2.5em;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1.6em;
    background-color: #2370db;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .hr-pop {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 501;
    }
    .hr-pop .error .icon {
        border: solid 1px red !important;
    }
    .hr-pop .error .icon .bi {
        color: red !important;
    }
    .hr-pop .boxs {
        position: relative;
        top: 50%;
        width: 86.66%;
        margin: 0 auto;
        text-align: center;
        padding: 1.24rem 1rem 1.25rem;
        background-color: #fff;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .hr-pop .boxs .icon {
        width: 4em;
        height: 4em;
        margin: 0 auto;
        margin-bottom: 1.5em;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: solid 1px #2370db;
    }
    .hr-pop .boxs .icon .bi {
        width: 1.8em;
        height: 1.5em;
        margin: 0 auto;
        color: #2370db;
    }
    .hr-pop .boxs .tit {
        font-size: 0.36rem;
        line-height: 0.56rem;
        margin-bottom: 0.17rem;
    }
    .hr-pop .boxs .doc {
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #333333;
    }
    .hr-pop .boxs .box {
        width: 2.44rem;
        height: 0.6rem;
        color: #fff;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        font-size: 0.28rem;
        margin-top: 0.47rem;
        background-color: #2370db;
        border-radius: 5px;
    }
}

.hr-pop.error .boxs .tit {
    white-space: nowrap;
}

.animbox-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}

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

.animbox {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}


/*设置各竖条的共有样式*/

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


/*设置动画延迟*/

.animbox> :nth-child(2),
.animbox> :nth-child(4) {
    -webkit-animation-delay: 0.25s !important;
    -moz-animation-delay: 0.25s !important;
    -o-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}

.animbox> :nth-child(1),
.animbox> :nth-child(5) {
    -webkit-animation-delay: 0.5s !important;
    -moz-animation-delay: 0.5s !important;
    -o-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}


/*定义动画*/

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

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

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

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


@media screen and (min-width: 991.98px) {
    .footer .foot-t1 .link ul:nth-last-child(2) a{
  
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: bold !important;
        color: #fff !important;
        opacity: 1 !important;
    }
}


/* 加载动画 */

.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%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popanimbox .animbox {
    background-color: #279fcf;
    left: 0;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    text-align: inherit;
    position: relative;
    -webkit-animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    -moz-animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    -o-animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translate(0);
}

.popanimbox .animbox-box1 {
    display: block;
    margin: 50px auto;
    width: 200px;
    text-align: center;
}

.popanimbox .animbox-box1 .animbox:nth-child(odd) {
    -webkit-animation-delay: 0.5s !important;
    -moz-animation-delay: 0.5s !important;
    -o-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.popanimbox .animbox-box1 .animbox:nth-child(even) {
    -webkit-animation-delay: 0.25s !important;
    -moz-animation-delay: 0.25s !important;
    -o-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}

.isnumphone p {
    display: inline;
    margin-right: 5px;
}

.isnumphone p:last-child {
    margin-right: 0;
}


/*定义动画*/

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

@media (min-width: 991.98px) {
    #addemail p {
        display: inline;
        margin-right: 10px;
    }
    #addemail p:last-child {
        margin-right: 0;
    }
    .footer .foot-t1 .link ul a:hover {
        opacity: 1;
    }
    header .subnav-box li:hover {
        color: #185aae;
    }
}

@media (min-width: 991.98px) and (max-width: 1500px) {
    .footer .foot-t1 .link {
        width: 60%;
    }
  
}



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

@media (max-width: 991.98px) {
    header .language {
        position: relative;
        padding-right: 0.45rem;
    }
    header .language::before {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 1px;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #141414;
        opacity: 0.37;
    }
    .footer .global-inner {
        padding: 0 0.3rem !important;
    }
    header .header-box {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.industry-menu {
    opacity: 0;
    position: fixed;
    top: 5em;
    left: 0;
    width: 100%;
    height: 9em;
    background: #fff;
    z-index: 99;
    z-index: -2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.industry-menu .industry-menu-box {
    height: 100%;
}

.industry-menu .industry-menu-list {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry-menu .industry-menu-item {
    position: relative;
    width: 7.9em;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry-menu .industry-menu-item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 3.3em;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.industry-menu .industry-menu-item:first-child::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 3.3em;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.industry-menu .industry-menu-item .box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.industry-menu .industry-menu-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.8em;
}

.industry-menu .industry-menu-icon img {
    width: 100%;
    height: 100%;
    max-height: 1.75em;
    -o-object-fit: contain;
    object-fit: contain;
}

.industry-menu .industry-menu-icon .img1 {
    display: block;
}

.industry-menu .industry-menu-icon .img2 {
    display: none;
}

.industry-menu .industry-menu-tit {
    font-size: 0.8em;
    width: 5rem;
    line-height: 1.2;
    text-align: center;
    color: #373f41;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .industry-menu .industry-menu-item {
        width: 9.17em;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .industry-menu .global-inner {
        width: 100%;
        max-width: none;
    }
    .industry-menu .industry-menu-item {
        width: 9.375em;
    }
    .industry-menu .industry-menu-item:last-child::before {
        display: none;
    }
    .industry-menu .industry-menu-item:first-child::after {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .industry-menu .industry-menu-item .box:hover {
        background-color: #185aae;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu .industry-menu-item .box:hover .img1 {
        display: none;
    }
    .industry-menu .industry-menu-item .box:hover .img2 {
        display: block;
    }
    .industry-menu .industry-menu-item .box:hover .industry-menu-tit {
        color: #fff;
    }
    .industry-menu-block .industry-menu {
        opacity: 1;
        z-index: 99;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 991.98px) {
    .p-data .modal.fade .modal-dialog,
    .p-industrydel .modal.fade .modal-dialog {
        scale: 0.9;
        -webkit-transform-origin: 0.01rem 0.2rem;
        -moz-transform-origin: 0.01rem 0.2rem;
        -ms-transform-origin: 0.01rem 0.2rem;
        -o-transform-origin: 0.01rem 0.2rem;
        transform-origin: 0.01rem 0.2rem;
    }
    .industry-menu-mob {
        /* 自定义下拉框 */
    }
    .industry-menu-mob .byted-select-wrapper {
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .industry-menu-mob .byted-select-wrapper.is-open {
        z-index: 50;
    }
    .industry-menu-mob .byted-select-wrapper.is-open .byted-select-arrow .bi {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .industry-menu-mob .byted-select {
        width: 100%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .industry-menu-mob .byted-select-input {
        font-size: 0.7rem;
        line-height: 2rem;
        height: -webkit-calc(2rem + 2px);
        height: -moz-calc(2rem + 2px);
        height: calc(2rem + 2px);
        border: solid 1px #cbcdd1;
        overflow: hidden;
        width: 100%;
        color: #333;
        background-color: #fff;
        padding: 0 2rem 0 1rem;
    }
    .industry-menu-mob .byted-select-arrow {
        position: absolute;
        right: 1rem;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 20;
        color: #333;
    }
    .industry-menu-mob .byted-select-arrow .bi {
        width: 12px;
        height: 12px;
        display: block;
    }
    .industry-menu-mob .byted-popover-wrapper {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        top: 99%;
        background-color: #fff;
        border: solid 1px #cbcdd1;
        z-index: 20;
        padding: 0.6rem 0 1.25rem;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
    }
    .industry-menu-mob .byted-option-list {
        font-size: 0.7rem;
        line-height: 1.2rem;
        color: #222;
    }
    .industry-menu-mob .byted-option-list li {
        padding: 0.3rem 1rem;
        cursor: pointer;
    }
}

@media screen and (max-width: 991.98px) and (min-width: 992px) {
    .industry-menu-mob .byted-select-wrapper.is-open .byted-popover-wrapper {
        border-top-color: #fff;
    }
    .industry-menu-mob .byted-option-list li:hover {
        color: #0376dc;
    }
}

@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
    .industry-menu-mob .byted-select-input {
        font-size: 0.28rem;
        height: 1rem;
        padding: 0 0.5rem 0 0.5rem;
        line-height: 1rem;
        border: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .industry-menu-mob .byted-select-arrow {
        right: 0.5rem;
    }
    .industry-menu-mob .byted-select-arrow .bi {
        width: 0.24rem;
        height: 0.24rem;
        color: #185aae;
    }
    .industry-menu-mob .byted-popover-wrapper {
        padding: 0.2rem 0.5rem 0.1rem 0.5rem;
        background-color: #fff !important;
        border-color: transparent;
    }
    .industry-menu-mob .byted-option-list {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .industry-menu-mob .byted-option-list li {
        padding: 0.15rem 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .industry-menu-mob .byted-option-list li:last-child {
        border-bottom: 0;
    }
    .industry-menu-mob .byted-option-list li:first-child {
        padding-top: 0.05rem;
    }
}

@media (max-width: 991.98px) {
    header {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu-mob {
        position: fixed;
        top: 1.2rem;
        left: 0;
        width: 100%;
        z-index: 50;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu-top header {
        -webkit-transform: translateY(-1.2rem);
        -moz-transform: translateY(-1.2rem);
        -ms-transform: translateY(-1.2rem);
        -o-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    .industry-menu-top .industry-menu-mob {
        -webkit-transform: translateY(-1.2rem);
        -moz-transform: translateY(-1.2rem);
        -ms-transform: translateY(-1.2rem);
        -o-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
}

.open-form .form-pop {
    display: block;
}

.video-js .vjs-big-play-button {
    display: none !important;
}

@media (min-width: 991.98px) {
    .pop-search {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        width: 21.5em;
        height: 2.1em;
        background-color: #ffffff;
        border-radius: 21px;
        border: 1px solid transparent;
    }
    .pop-search .pop-search-box {
        width: 100%;
        height: 100%;
        padding: 0.45em 1em 0.55em;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pop-search .pop-search-left {
        width: 80%;
    }
    .pop-search .pop-search-input {
        width: 100%;
        font-size: 0.7em;
        color: #141414;
    }
    .pop-search .pop-search-input::-webkit-input-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input:-moz-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input::-moz-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input:-ms-input-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input::placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-right {
        width: 1em;
        height: 0.95em;
        margin-bottom: 3px;
    }
    .pop-search .pop-search-right img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .head-white-s .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .head-white-s header {
        color: #fff;
        background: transparent;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0);
    }
    .head-white-s.head-white1 .header {
        background: #fff;
    }
    .head-white-s.head-white1 .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid transparent;
    }
    .head-white-s.head-white1 .gg-search,
    .head-white-s.head-white1 .language {
        display: none;
    }
    .head-white-s.head-white1 .header {
        color: #fff;
        background: transparent;
    }
    .head-white-s.head-white1 .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .head-white-s.head-white1 .gg-search,
    .head-white-s.head-white1 .language {
        display: none;
    }
    .head-white-s.head-white1.head-white .header {
        color: #333;
        background: #fff;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
    }
    .head-white-s.head-white1.head-white .pop-search {
        border: 1px solid #185aae;
    }
}

.swiper-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    padding-right: 0 !important;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

@media (min-width: 991.98px) {
    .head-white .industry-menu {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        border-top: 1px solid #eee;
        box-shadow: 0px 7px 14px -12px rgba(70, 70, 70, 0.35);
    }
}

.first-tit .first-tit-link {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: bold !important;
    color: #fff !important;
    opacity: 1 !important;
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
}


/* 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) {
    .hr-pop.error .boxs .tit{
        white-space: initial;
    }
    .page-404 {
        width: 100%;
        font-size: 0.28rem;
        padding: 1rem 5vw;
    }
    .page-404 .t2 span {
        font-size: 2em;
    }
}


/* 错误页 */

.m-error_container {
    width: 100%;
    text-align: center;
    padding: 5em 2em;
}

.m-error_container .imgs {
    max-width: 100%;
    display: block;
    margin: 0 auto 1.5em;
}

.m-error_title {
    font-size: 20px;
    line-height: 1.5em;
    color: #242424;
    margin-bottom: 1em;
    display: block;
}

.m-error_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
}

.m-error_description {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
    .page-404 .go-home:hover {
        background-color: #fff;
        color: #fe2c55;
    }
}

@media screen and (max-width: 767.98px) {
    .gnull-tips {
        font-size: 0.28rem;
        line-height: 1rem;
        min-height: 3rem;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1600px) {
    .footer .foot-t1 .link {
        width: 60%;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1200px) {
    .footer .foot-t1 .link {
        width: 65%;

    }
    .footer .global-inner{
        width: 90vw;
    }
    header .had-subnav{
        padding: 0 1.95em;
    }
}

@media screen and (min-width: 1231.98px) and (max-width: 1386px) {
    .footer .global-inner {
       padding:0;
    }
}


@media screen and (min-width: 991.98px) and (max-width: 1231px) {
    .footer .global-inner {
       padding:0;
    }
}







/* 增加分享功能 */
.addshare{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .addshare-left .foot-logo{
    width: 11.05em;
    height: 3em;
  
  } 
  .addshare-left .foot-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .addshare-right{
    margin-right: 3em;
  }
  .addshare-right .icon-item{
    display: flex;
  }
  .addshare-right .icon-item a{
    width: 2em;
    height: 2em;
    border-radius: 100%;
  
  }
  .addshare-right .icon-item a{
    margin-left: 0.9em;
    display: flex;
  }
  .addshare-right .icon-item a img{
    width: 100%;
    height: 100%;
    object-fit:scale-down;
    object-position: center;
    transition: all 0s;
  }
  

  .other-relation{
    width: 19.2em;
  }
  @media (max-width: 992px){
   
  }
  @media (min-width: 991.98px){
    .addshare-right .icon-item a:hover img.base{
        transform: scale(0);
      
      
      }
    .addshare-right .icon-item a img.hover{
        transform: scale(0);
      
      }
      .addshare-right .icon-item a:hover img.hover{
        transform: scale(1);
        width:100%;
        height: 100%;
      }
    .addshare-right .icon-item a {
      position: relative;
    }
    .addshare-right .icon-item a img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  @media (max-width: 991.98px){
    .addshare-right .icon-item a{
      width: 0.7rem;
      height: 0.7rem;
      margin:0 0.15rem;
    }
    .addshare-right{
      margin-right: 0;
    }
    
    .addshare{
      justify-content: center;
      padding-top: 0.14rem;
      padding-bottom: 0.46rem;
    }
  }

  header .head-right-box .language a{
    cursor: pointer;
}
header .head-right-box .language a:hover{
    color: #007bff;
}


  