@charset "UTF-8";
.p-relation .main-box {
    padding: 4em 0 0;
}

.prelation-list {
    margin: 3.5em 0 5em;
}

.prelation-list .item {
    padding: .5em 2em 2.80em 1.4rem;
    border-left: 1px solid #dedede;
}

.prelation-list .item:first-child .item-icon {
    margin-top: -2px;
}

.prelation-list .item-header {
    display: flex;
    align-items: center;
}

.prelation-list .item-icon {
    margin-right: 5px;
}

.prelation-list .item-icon img {
    display: block;
}

.prelation-list .item-tit {
    font-size: .8em;
    line-height: 1;
    color: #c2c2c2;
}

.prelation-list .item-doc {
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    color: #222;
    margin-top: .3em;
}

.prelation-message {
    padding: 5em 0 5.75em;
    background: #F3F7FB;
}

.prelation-message .public-header {
    margin-bottom: 1.7em;
}

.prelation-message .row {
    margin: 0 -.5em;
}

.prelation-message .row-item {
    padding: 0 .5em;
}

.prelation-message .row-item .control-label {
    display: flex;
    font-size: .9em;
    line-height: 1;
    color: #2f2f47;
}

.prelation-message .row-item .must {
    margin-left: 0;
}

.prelation-message .row-item .form-group {
    margin-bottom: 1.4em;
}

.prelation-message .row-item .form-control {
    width: 100%;
    height: 2.55em;
    margin-top: .6em;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

.prelation-message .row-item .form-group-cell {
    position: relative;
    display: block;
}

.prelation-message .row-item .vcode-imgs {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 3.6em;
    height: 1.5em;
}

.prelation-message .row-item .vcode-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prelation-message .row-item .form-btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prelation-message .row-item .btn {
    width: 9.75em;
    height: 3em;
    margin: 0 .85em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.85em;
}

.prelation-message .row-item .btn-reset {
    color: #222;
    background: #EFEFEF;
}

.prelation-message .row-item .btn-submit {
    color: #fff;
    background: #1365b3;
}

.prelation-message .voice-message .form-control {
    height: 10em;
}

.prelation-message .voice-message .form-group {
    margin-bottom: 2.5em;
}

.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 .boxs {
    position: relative;
    top: 50%;
    width: 35em;
    margin: 0 auto;
    padding: 4.5em 5.5em 4.25em;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

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

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

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

.hr-pop .boxs .doc {
    font-size: .7em;
    line-height: 1.857em;
    color: #666;
    margin-top: .857em;
}

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


/* 加载动画 */

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

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

.popanimbox .animbox {
    background-color: #279fcf;
    left: 0;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    text-align: inherit;
    position: relative;
    animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    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) {
    animation-delay: 0.5s !important;
}

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


/*定义动画*/

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

@media (max-width: 991.98px) {
    .prelation-list {
        margin: .6rem 0 .5rem;
    }
    .prelation-list .item {
        padding: .3rem 0rem 0.3rem;
        margin: .0 .3rem;
        border-left: none;
        border-bottom: 1px solid #dedede;
    }
    .prelation-list .item-icon {
        margin-right: 5px;
    }
    .prelation-list .item-tit {
        font-size: .28rem;
        line-height: 1;
    }
    .prelation-list .item-doc {
        font-size: .28rem;
        line-height: 1.5;
        margin-top: .2rem;
    }
    .prelation-message {
        padding: .8rem 0 1.5rem;
        background: #F3F7FB;
    }
    .prelation-message .public-header {
        margin-bottom: 1.7em;
    }
    .prelation-message .row {
        margin: 0 -.5em;
    }
    .prelation-message .row-item {
        padding: 0 .5em;
    }
    .prelation-message .row-item .control-label {
        display: flex;
        font-size: .9em;
        line-height: 1;
        color: #2f2f47;
    }
    .prelation-message .row-item .must {
        margin-left: 0;
    }
    .prelation-message .row-item .help-block {
        font-size: .26rem;
    }
    .prelation-message .row-item .form-group {
        margin-bottom: .5rem;
    }
    .prelation-message .row-item .form-control {
        width: 100%;
        height: .3rem;
        font-size: .26rem;
        margin-top: .2rem;
        padding-left: .2rem;
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #e5e5e5;
    }
    .prelation-message .row-item .form-group-cell {
        position: relative;
        display: block;
    }
    .prelation-message .row-item .vcode-imgs {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 3.6em;
        height: 1.5em;
    }
    .prelation-message .row-item .vcode-imgs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .prelation-message .row-item .form-btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .prelation-message .row-item .btn {
        width: 2.5rem;
        height: .8rem;
        margin: 0 .85em;
        font-size: .36rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1.85em;
    }
    .prelation-message .row-item .btn-reset {
        color: #222;
        background: #EFEFEF;
    }
    .prelation-message .row-item .btn-submit {
        color: #fff;
        background: #1365b3;
    }
    .prelation-message .voice-message .form-control {
        height: 2rem;
        padding-top: .1rem;
    }
    .prelation-message .voice-message .form-group {
        margin-bottom: 2.5em;
    }
    .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 .boxs {
        position: relative;
        top: 50%;
        width: 35em;
        margin: 0 auto;
        padding: 4.5em 5.5em 4.25em;
        background-color: #fff;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .hr-pop .boxs .close1 {
        position: absolute;
        right: .8em;
        top: .8em;
        width: .9em;
        height: .5em;
        color: #999;
        cursor: pointer;
    }
    .hr-pop .boxs .bi {
        display: block;
        width: .9em;
        height: .9em;
    }
    .hr-pop .boxs .tit {
        font-size: 1.2em;
        line-height: 1.5;
        text-align: center;
    }
    .hr-pop .boxs .doc {
        font-size: .7em;
        line-height: 1.857em;
        color: #666;
        margin-top: .857em;
    }
    .hr-pop .boxs .doc span {
        color: #094594;
    }
}

.news-content {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news-detail {
    width: 62.5%;
    max-width: 800px;
    overflow: hidden;
}

.news-tab {
    margin: 1.7em 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.news-recommend {
    width: 100%;
    max-width: none;
    margin-bottom: 1.7em;
}

.news-recommend .news-detail-images {
    position: relative;
    width: 100%;
    height: auto;
    padding: 57.75% 0 0 0;
    overflow: hidden;
}

.news-recommend .news-detail-images .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news-recommend .news-detail-bd {
    padding: .8em 0 0 0;
}

.news-recommend .news-detail-tit {
    font-size: 1.4em;
    line-height: 1;
    font-weight: bold;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news-recommend .news-detail-desc {
    margin-top: .8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.news-recommend .news-detail-time {
    font-size: .7em;
    line-height: 1;
}

.news-recommend .news-detail-type {
    font-size: .7em;
    line-height: 1;
    padding: .2em .8em;
    margin-left: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1365B3;
}

.news-tab-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.news-tab-list .news-tab-item {
    position: relative;
    padding: 0 2em;
    color: #484848;
    border-right: 1px solid #c7c7c7;
}

.news-tab-list .news-tab-item:last-child {
    border-right: none;
}

.news-tab-list .news-tab-item .box {
    display: block;
    font-size: .9em;
    line-height: 1;
    font-weight: bold;
}

.news-tab-list .news-tab-item::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 17px;
    background: #C7C7C7;
}

.news-tab-list .news-tab-item.all {
    color: #1365B3;
}

.news-detail-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.news-detail-list .news-detail-item {
    width: 49.375%;
    margin-bottom: 2.4em;
}

.news-detail-list .news-detail-item:nth-last-child(1),
.news-detail-list .news-detail-item:nth-last-child(2) {
    margin-bottom: 0;
}

.news-detail-list .news-detail-images {
    position: relative;
    width: 100%;
    height: auto;
    padding: 57.75% 0 0 0;
    overflow: hidden;
}

.news-detail-list .news-detail-images .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news-detail-list .news-detail-bd {
    padding: .8em 0 0 0;
}

.news-detail-list .news-detail-tit {
    height: 1em;
    font-size: .8em;
    line-height: 1;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news-detail-list .news-detail-desc {
    margin-top: .4em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.news-detail-list .news-detail-time {
    font-size: .7em;
    line-height: 1;
}

.news-detail-list .news-detail-type {
    font-size: .7em;
    line-height: 1;
    padding: .2em .8em;
    margin-left: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1365B3;
}

.news-report {
    width: 28.51%;
    max-width: 365px;
}

.news-report .news-report-title {
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: .5em;
}

.news-report .news-report-list .news-report-item {
    padding: 1.4em 0;
    border-bottom: 1px solid #CCCCCC;
}

.news-report .news-report-list .news-report-item:first-child {
    border-top: 1px solid #CCCCCC;
}

.news-report .news-report-list .news-report-type {
    width: 6.1em;
    padding: .2em .8em;
    color: #fff;
    font-size: .7em;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1365B3;
    margin-bottom: .71em;
}

.news-report .news-report-list .news-report-tit {
    font-size: .8em;
    line-height: 1.5;
    font-weight: bold;
    color: #222;
    margin-bottom: .625em;
}

.news-report .news-report-list .news-report-time {
    font-size: .7em;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .news-tab {
        margin: .8rem 0 .5rem;
    }
    .news-recommend {
        width: 100%;
        max-width: none;
        margin-bottom: 1.7em;
    }
    .news-recommend .news-detail-images {
        position: relative;
        width: 100%;
        height: auto;
        padding: 57.75% 0 0 0;
        overflow: hidden;
    }
    .news-recommend .news-detail-images .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .news-recommend .news-detail-bd {
        padding: .3rem 0 0 0;
    }
    .news-recommend .news-detail-tit {
        height: auto;
        font-size: .28rem;
        line-height: .48rem;
        color: #222;
        display: block;
        overflow: inherit;
    }
    .news-recommend .news-detail-desc {
        margin-top: .3rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .news-recommend .news-detail-time {
        font-size: .26rem;
        line-height: 1;
    }
    .news-recommend .news-detail-type {
        font-size: .28rem;
        line-height: 1;
        padding: .2em .8em;
        margin-left: 1em;
    }
    .news-tab-list {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
    .news-tab-list .news-tab-item {
        position: relative;
        padding: 0 .5rem;
        color: #484848;
    }
    .news-tab-list .news-tab-item .box {
        display: block;
        font-size: .32rem;
        line-height: 1;
        font-weight: bold;
    }
    .news-tab-list .news-tab-item::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 17px;
        background: #C7C7C7;
    }
    .news-tab-list .news-tab-item.all {
        color: #1365B3;
    }
    .news-detail {
        width: 100%;
        max-width: none;
        overflow: hidden;
    }
    .news-detail-list {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .news-detail-list .news-detail-item {
        width: 100%;
        margin-bottom: .6rem;
    }
    .news-detail-list .news-detail-item:nth-last-child(2) {
        margin-bottom: .6rem;
    }
    .news-detail-list .news-detail-item:nth-last-child(1) {
        margin-bottom: 0;
    }
    .news-detail-list .news-detail-images {
        position: relative;
        width: 100%;
        height: auto;
        padding: 57.75% 0 0 0;
        overflow: hidden;
    }
    .news-detail-list .news-detail-images .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .news-detail-list .news-detail-bd {
        padding: .3rem 0 0 0;
    }
    .news-detail-list .news-detail-tit {
        height: auto;
        font-size: .28rem;
        line-height: .48rem;
        color: #222;
        display: block;
        overflow: inherit;
    }
    .news-detail-list .news-detail-desc {
        margin-top: .3rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .news-detail-list .news-detail-time {
        font-size: .26rem;
        line-height: 1;
    }
    .news-detail-list .news-detail-type {
        display: none;
    }
}

.p-newdel .main-box {
    padding: 5.7em 0 7.7em;
}

.newsdel-header {
    padding: 0 0 1em;
    margin-top: -.35em;
    border-bottom: 1px solid #f0f0f0;
}

.newsdel-header .newsdel-header-tit {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: bold;
    color: #1365B3;
}

.newsdel-header .newsdel-header-time {
    font-size: .7em;
    line-height: 1;
    margin-top: 1em;
    color: #676767;
}

.newsdel-content {
    padding: 1.2em 0 0;
}

.newsdel-content h5,
.newsdel-content p {
    font-size: .8em;
    line-height: 1.625;
    color: #222;
    /* margin-bottom: 1.75em; */
}

.newsdel-content h5 {
    margin-bottom: 0;
    font-weight: bold;
}

.newsdel-content img {
    max-width: 100%;
    max-height: 100%;
    margin: 0em 0 .9em;
    margin: 1.75em 0;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 991.98px) {
    .p-newdel .main-box {
        padding: .6rem 0 1.2rem;
    }
    .newsdel-header {
        padding: 0 0 1em;
        margin-top: -.35em;
        border-bottom: 1px solid #f0f0f0;
    }
    .newsdel-header .newsdel-header-tit {
        font-size: .48rem;
        line-height: 1.5;
        font-weight: bold;
    }
    .newsdel-header .newsdel-header-time {
        font-size: .26rem;
        line-height: 1;
        margin-top: 1em;
    }
    .newsdel-content {
        padding: .4rem 0 0;
    }
    .newsdel-content h5,
    .newsdel-content p {
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .36rem;
    }
    .newsdel-content h5 {
        margin-bottom: 0;
        font-weight: bold;
    }
    .newsdel-content img {
        max-width: 100%;
        max-height: 100%;
        margin: 0em 0 .3rem;
    }
}

.p-productlist .main-box {
    padding: 3.35em 0 5.5em;
}

.p-productlist .global-paging {
    margin-top: 4em;
    justify-content: center;
}

.product-title {
    text-align: center;
    margin-bottom: 3.25em;
}

.product-title .tit {
    font-size: 1.6em;
    line-height: 1.5625em;
    font-weight: bold;
    color: #1365B3;
}

.product-title .doc {
    font-size: .8em;
    line-height: 1.5;
    color: #222;
    margin-top: 1.6em;
}

.product-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #1365B3;
    padding: 0 0 5.85rem;
}

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

.product-banner-title {
    margin-top: 2.9em;
}

.product-banner-title .product-banner-tit {
    font-size: 2.8em;
    line-height: 1.25;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.product-header-swiper {
    width: 100%;
    padding: 2.4em 0 0em;
}

.product-header-swiper .swiper-wrapper {
    justify-content: center;
}

.product-header-swiper .product-header-item {
    width: auto;
}

.product-header-swiper .product-header-item.active .product-header-tit {
    color: #1365B3;
    padding-bottom: 4px;
    border-bottom: 4px solid #1365B3;
}

.product-header-swiper .product-header-images {
    position: relative;
    width: auto;
    height: 5.5em;
    overflow: hidden;
}

.product-header-swiper .product-header-images .img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
}

.product-header-swiper .product-header-bd {
    padding: .6em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-header-swiper .product-header-tit {
    position: relative;
    width: max-content;
    font-size: .8em;
    line-height: 1.3em;
    color: #222222;
    white-space: nowrap;
}

.home-product {
    margin: 0;
    padding: 0 1.2rem;
}

.home-product .list {
    margin: -0.5em;
}

.home-product .list .item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .5em;
}

.home-product .list .box {
    position: relative;
    width: 100%;
    height: 30em;
    padding-top: 2.2em;
    display: block;
    overflow: hidden;
}

.home-product .list .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    z-index: -1;
}

.home-product .list .item-tit,
.home-product .list .item-doc {
    color: #222;
    text-align: center;
}

.home-product .list .item-tit {
    font-size: 1.6em;
    line-height: 1.875;
    font-weight: bold;
}

.home-product .list .item-doc {
    width: 29em;
    max-width: 100%;
    font-size: .8em;
    line-height: 1.5;
    margin: 2px auto 0;
}

.home-product .list .item-more {
    width: 8.57em;
    height: 2.2857em;
    margin: 0 auto;
    margin-top: 1.5em;
    font-size: .7em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 1.14em;
    color: #222;
}

.home-product .list .item-more .bi {
    display: block;
    width: .4285em;
    height: .7142em;
    color: #222;
    margin-left: 1.28em;
}


/* .prdtHeaderFixed .product-header-swiper {
  position: fixed;
  top: 3.5em;
  left: 50%;
  padding: 1.7em 0 2em;
  background: #f1f6fa;
  transform: translateX(-50%);
} */

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

.product-pop .product-pop-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74.21%;
    height: 57.5%;
    height: 27.5em;
    padding: 3.6em 3.6em 3em;
    transform: translate(-50%, -50%);
    background: #fff;
}

.product-pop .product-pop-title {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.25;
    color: #222;
    text-align: center;
    font-weight: bold;
}

.product-pop .close {
    position: absolute;
    top: 1.3em;
    right: 1.8em;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F72B7;
    opacity: 1;
    cursor: pointer;
}

.product-pop .close .bi {
    display: block;
    width: 40%;
    height: 40%;
    color: #fff;
}

.product-pop .product-pop-swiper {
    margin-top: 1.8em;
    overflow: hidden;
}

.product-pop .product-pop-swiper .product-pop-item-box {
    width: 99.5%;
    height: 17em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-pop .product-pop-swiper .image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-fit: contain;
}

.product-pop .product-pop-btn {
    position: absolute;
    top: 50%;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;
    z-index: 3;
}

.product-pop .product-pop-btn .bi {
    width: 7px;
    height: 13px;
    color: #A4A4A4;
    display: block;
}

.product-pop .swiper-button-disabled {
    display: none;
}

.product-pop .product-pop-next {
    right: 1em;
}

.product-pop .product-pop-prev {
    left: 1em;
}

@media screen and (min-width: 992px) {
    .product-header-item {
        margin: 0 3rem 0 0;
    }
    .product-header-item:last-child {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .p-productlist .main-box {
        padding: .8rem 0 1rem;
    }
    .p-productlist .global-paging {
        margin-top: .66rem;
        justify-content: center;
    }
    /* .prdtHeaderFixed .product-header-swiper {
    position: fixed;
    top: 1.2rem;
    padding: .4rem 0.3rem;
  } */
    .product-banner {
        position: relative;
        width: 100%;
        padding: 0.8rem 0;
    }
    .product-banner-title {
        margin-top: 0rem;
        padding-top: 0;
    }
    .product-banner-title .product-banner-tit {
        font-size: .56rem;
        line-height: .66rem;
    }
    .product-title {
        padding: 0 .3rem;
        margin-bottom: .4rem;
        text-align: center;
    }
    .product-title .tit {
        font-size: .46rem;
        line-height: .5rem;
        font-weight: 500;
    }
    .product-title .doc {
        font-size: .28rem;
        line-height: .38rem;
        margin-top: .23rem;
    }
    .product-header-swiper {
        width: 100%;
        padding: 1rem 0 0em;
    }
    .product-header-swiper .swiper-wrapper {
        justify-content: inherit;
    }
    .product-header-swiper .product-header-box {
        display: block;
        padding: 0 0.25rem;
    }
    .product-header-swiper .product-header-images {
        position: relative;
        width: 1.8rem;
        max-width: 100%;
        height: 1.7rem;
        overflow: hidden;
        margin: 0 auto;
    }
    .product-header-swiper .product-header-images img {
        object-fit: contain !important;
    }
    .product-header-swiper .product-header-bd {
        padding: .5em 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-header-swiper .product-header-tit {
        width: auto;
        font-size: .28rem;
        line-height: .38rem;
        border-bottom: 0 !important;
    }
    .home-product {
        margin: .3rem 0 1rem;
        padding: 0 0.3rem;
    }
    .home-product .list {
        margin: 0;
    }
    .home-product .list .item {
        position: relative;
        width: 100%;
        height: 8.1rem;
        overflow: hidden;
        padding: .0em;
        margin-bottom: .33rem;
    }
    .home-product .list .item:last-child {
        margin-bottom: 0;
    }
    .home-product .list .box {
        position: relative;
        width: 100%;
        height: 100%;
        padding: .45rem 0.5rem 0;
    }
    .home-product .list .item-tit {
        font-size: .46rem;
        line-height: .6rem;
    }
    .home-product .list .item-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .2rem;
    }
    .home-product .list .item-more {
        width: 2.25rem;
        height: .6rem;
        margin-top: .25rem;
        font-size: .26rem;
        border-radius: .3rem;
        border: 1px solid #484848;
        color: #484848;
    }
    .home-product .list .item-more .bi {
        width: .08rem;
        height: .14rem;
        margin-left: .3rem;
    }
    .product-pop {
        display: none;
        z-index: 20;
    }
    .product-pop .product-pop-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: 4.5rem;
        padding: .5rem .3rem .2rem;
    }
    .product-pop .product-pop-title {
        font-size: .42rem;
        line-height: 1.25;
    }
    .product-pop .close {
        position: absolute;
        top: .3rem;
        right: .3rem;
        width: .5rem;
        height: .5rem;
    }
    .product-pop .close .bi {
        display: block;
        width: 40%;
        height: 40%;
        color: #fff;
    }
    .product-pop .product-pop-swiper {
        margin-top: 1.8em;
        overflow: hidden;
    }
    .product-pop .product-pop-swiper .image {
        width: 80%;
        height: 70%;
    }
    .product-pop .product-pop-btn {
        position: absolute;
        top: 50%;
        width: 1.9em;
        height: 1.9em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #F2F2F2;
        cursor: pointer;
        z-index: 3;
    }
    .product-pop .product-pop-btn .bi {
        width: 7px;
        height: 13px;
        color: #A4A4A4;
        display: block;
    }
    .product-pop .swiper-button-disabled {
        display: none;
    }
    .product-pop .product-pop-next {
        right: .2rem;
    }
    .product-pop .product-pop-prev {
        left: .2rem;
    }
}

.p-solution .main-box {
    position: relative;
    padding: .7em 0 11.15em;
}

.p-solution .main-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 26.5em;
    background: #FBFBFD;
}

.p-solution .public-banner {
    height: 20em;
}

.p-solution .public-banner .imgs {
    padding: 20.83% 0 0;
}

.p-solution .navigation-bar {
    padding-top: 0em;
}

.p-solution .navigation-bar .navigation-list {
    margin: 0;
}

.psloution-soln {
    width: 1400px;
    margin: 0 auto;
    margin-top: 2.6em;
    padding-bottom: 4.6em;
}

.psloution-soln .psloution-soln-title {
    font-size: 2.8em;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
}

.psloution-soln-swiper {
    margin-top: 2.45em;
    overflow: hidden;
}

.psloution-soln-swiper .item-box {
    width: 100%;
    height: 100%;
    display: block;
}

.psloution-soln-swiper .item-image {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100% 0 0;
    overflow: hidden;
}

.psloution-soln-swiper .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.psloution-soln-swiper .item-bd {
    padding: 1em 0 0;
}

.psloution-soln-swiper .item-tit {
    width: max-content;
    font-size: .9em;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}

.psloution-soln-swiper .item-slide.active .item-tit {
    color: #1365B3;
    border-bottom: 4px solid #1365B3;
}

.psloution-qe {
    margin-top: 4em;
}

.psloution-qe-title {
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.psloution-qe-list {
    width: 63.63%;
    margin: 0 auto;
    margin-top: 2.1em;
}

.psloution-qe-list .psloution-qe-item:last-child .qe-swiper {
    padding: 0 4.6em 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.psloution-qe-list .qe-item {
    position: relative;
}

.psloution-qe-list .qe-item {
    position: relative;
    width: 100%;
    height: 24.75em;
    overflow: hidden;
}

.psloution-qe-list .qe-item .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: -2;
}

.psloution-qe-list .qe-item .masking {
    z-index: -1;
}

.psloution-qe-list .qe-item-bd {
    position: absolute;
    padding: 0 4.25em;
    color: #fff;
    left: 0;
    bottom: 2.5em;
}

.psloution-qe-list .qe-item-tit {
    position: relative;
    font-size: 1em;
    line-height: 1;
    padding-bottom: 1.25em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.psloution-qe-list .qe-item-tit .tit {
    position: relative;
    width: max-content;
    display: initial;
}

.psloution-qe-list .qe-item-tit .tit::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: calc(-1.25em + 2px);
    width: 100%;
    height: 1px;
    background: #fff;
}

.psloution-qe-list .qe-item-doc {
    height: 2.88em;
    font-size: .8em;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.psloution-qe-list .qe-item-more {
    width: 6em;
    height: 1.6em;
    margin-top: 1.75em;
    border-radius: 1.6em;
    border: 1px solid #fff;
}

.psloution-qe-list .qe-item-more .qe-item-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psloution-qe-list .qe-item-more .qe-item-more-tit {
    font-size: .8em;
    line-height: 1;
    white-space: nowrap;
}

.psloution-qe-list .qe-item-more .bi {
    width: 8px;
    height: 12px;
    display: block;
    margin-left: .5em;
}

.qe-swiper {
    position: relative;
    padding: 0 4.6em 2.9em;
    margin-top: 1.5em;
    margin-bottom: 3em;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.qe-swiper .qe-swiper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qe-swiper .qe-swiper-tit {
    height: 4.875em;
    font-size: .8em;
    line-height: 1.625;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.qe-swiper .qe-swiper-btn {
    position: absolute;
    top: 50%;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;
    z-index: 3;
}

.qe-swiper .qe-swiper-btn .bi {
    width: 7px;
    height: 13px;
    color: #A4A4A4;
    display: block;
}

.qe-swiper .swiper-button-disabled {
    display: none;
}

.qe-swiper .qe-swiper-btn-next {
    right: 0;
}

.qe-swiper .qe-swiper-btn-prev {
    left: 0;
}

.qe-swiper.swiper-no-swiping .swiper-slide:last-child {
    margin: 0 !important;
}

@media screen and (min-width: 992px) {
    .qe-swiper .qe-swiper-btn:not(.swiper-button-disabled):hover {
        background: #00adef;
    }
    .qe-swiper .qe-swiper-btn:not(.swiper-button-disabled):hover .bi {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .p-solution .main-box {
        padding: 1rem 0 .8rem;
    }
    .p-solution .main-box::before {
        display: none;
    }
    .p-solution .public-banner {
        height: 5.6rem;
    }
    .p-solution .public-banner .imgs {
        padding: 20.83% 0 0;
    }
    .psloution-soln {
        width: 100%;
        margin: 0 auto;
        margin-top: 0em;
        padding-bottom: .4rem;
    }
    .psloution-soln .psloution-soln-title {
        font-size: .56rem;
        line-height: .66rem;
    }
    .psloution-soln-swiper {
        margin-top: .3rem;
    }
    .psloution-soln-swiper .item-box {
        width: 100%;
        height: 100%;
        display: block;
    }
    .psloution-soln-swiper .item-image {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100% 0 0;
        overflow: hidden;
    }
    .psloution-soln-swiper .item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .psloution-soln-swiper .item-bd {
        padding: 1em 0 0;
    }
    .psloution-soln-swiper .item-tit {
        width: max-content;
        font-size: .26rem;
        line-height: .46rem;
        margin: 0 auto;
        color: #000;
        text-align: center;
        padding-bottom: 1px;
    }
    .psloution-soln-swiper .item-slide.active .item-tit {
        color: #1365B3;
        border-bottom: 3px solid #1365B3;
    }
    .psloution-qe {
        margin-top: .6rem;
    }
    .psloution-qe-title {
        font-size: .42rem;
        line-height: .52rem;
    }
    .psloution-qe-list {
        width: 100%;
        margin: 0 auto;
        margin-top: .4rem;
    }
    .psloution-qe-list .psloution-qe-item {
        margin-bottom: .6rem;
    }
    .psloution-qe-list .psloution-qe-item:last-child {
        margin-bottom: 0;
    }
    .psloution-qe-list .qe-item {
        position: relative;
        width: 100%;
        height: 4.4rem;
        overflow: hidden;
    }
    .psloution-qe-list .qe-item-bd {
        position: absolute;
        padding: 0 .3rem;
        color: #fff;
        left: 0;
        bottom: .3rem;
    }
    .psloution-qe-list .qe-item-tit {
        position: relative;
        font-size: .36rem;
        line-height: 1;
        padding-bottom: .2rem;
        margin-bottom: .3rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    }
    .psloution-qe-list .qe-item-tit .tit {
        position: relative;
        width: max-content;
        display: initial;
    }
    .psloution-qe-list .qe-item-tit .tit::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: calc(-.21rem);
        width: 100%;
        height: 1px;
        background: #fff;
    }
    .psloution-qe-list .qe-item-doc {
        height: .96rem;
        font-size: .28rem;
        line-height: .48rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .psloution-qe-list .qe-item-more {
        width: 2.1rem;
        height: .5rem;
        margin-top: .2rem;
        border-radius: 1.6em;
        border: 1px solid #fff;
    }
    .psloution-qe-list .qe-item-more .qe-item-more-tit {
        font-size: .26rem;
    }
    .psloution-qe-list .qe-item-more .bi {
        width: 6px;
        height: 10px;
        display: block;
        margin-left: .5em;
    }
}

.p-solutiondel .main-box {
    padding: 0;
}

.p-solutiondel .main-box::before {
    display: none;
}

.psolndel-system {
    margin-top: 5em;
}

.psolndel-system-title {
    font-size: 1.6em;
    line-height: 1.25;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.psolndel-system-list {
    margin: 2.3em -1em -2em;
    overflow: hidden;
}

.psolndel-system-list .item-system {
    padding: 0 1em;
    margin-bottom: 2em;
}

.psolndel-system-list .system-item-box {
    width: 100%;
    height: 100%;
    min-height: 12em;
    padding: 1.35em 3.25em 2em;
    display: block;
    border: 1px solid #D9D9D9;
}

.psolndel-system-list .item-system-image {
    height: 5.4em;
    margin: 0 auto;
    position: relative;
}

.psolndel-system-list .item-system-image .image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
    position: relative;
}

.psolndel-system-list .item-system-tit {
    font-size: .8em;
    line-height: 1.625em;
    color: #000;
    text-align: center;
    margin-top: .625em;
}

.psolndel-entity {
    position: relative;
    width: 100%;
    margin-top: 5em;
    background: #174B9E;
    overflow: hidden;
}

.psolndel-entity-bd {
    width: 61.32%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 5.1em 0 0;
}

.psolndel-entity-bd .psolndel-entity-tit {
    font-size: 1.6em;
    line-height: 1.34em;
}

.psolndel-entity-bd .psolndel-entity-doc {
    font-size: .8em;
    line-height: 1.625em;
    margin-top: 1.25em;
}

.psolndel-picture {
    margin: 2.75em 0 0;
    position: relative;
    height: 32.9em;
}

.psolndel-picture .image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
}

.canvas-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 69.22%;
    background: transparent;
}

.relevance {
    margin-top: 0em;
}

.relevance .relevance-product-tit {
    font-size: 1.6em;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #222;
}

.relevance-product-swiper {
    width: 100%;
    padding: 2.6em 0 0em;
}

.relevance-product-swiper .swiper-wrapper {
    justify-content: center;
}

.relevance-product-swiper .product-header-item {
    width: auto;
}

.relevance-product-swiper .product-header-item.active .product-header-tit {
    color: #1365B3;
    padding-bottom: 4px;
    border-bottom: 4px solid #1365B3;
}

.relevance-product-swiper .product-header-box {
    width: 100%;
    height: 100%;
    display: block;
}

.relevance-product-swiper .product-header-images {
    position: relative;
    width: 9.2em;
    height: 7.5em;
    margin: 0 auto;
    overflow: hidden;
}

.relevance-product-swiper .product-header-images .img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
}

.relevance-product-swiper .product-header-bd {
    padding: .9em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.relevance-product-swiper .product-header-tit {
    position: relative;
    width: max-content;
    font-size: 1em;
    line-height: 1.35em;
    color: #222222;
}

.relevance-product-swiper .relevance-product-pagination {
    bottom: -.7rem;
}

.relevance-product-swiper .relevance-product-pagination .swiper-pagination-bullet {
    background: #D3D3D3;
}

.relevance-product-swiper .relevance-product-pagination .swiper-pagination-bullet-active {
    background: #00ADEC;
}

@media (max-width: 991.98px) {
    .p-solutiondel .main-box {
        padding: .8rem 0 0;
    }
    .psolndel-system {
        margin-top: 0em;
    }
    .psolndel-system-title {
        font-size: .42rem;
        line-height: .52rem;
    }
    .psolndel-system-list {
        margin: 0 -.3rem;
        margin-top: .6rem;
    }
    .psolndel-system-list .item-system {
        padding: 0 .3rem;
        margin-bottom: .3rem;
    }
    .psolndel-system-list .item-system:last-child {
        margin-bottom: 0;
    }
    .psolndel-system-list .system-item-box {
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 0 .6rem .5rem;
        display: block;
        border: 1px solid #D9D9D9;
    }
    .psolndel-system-list .item-system-image {
        width: 6.25em;
        height: 6.25em;
        margin: 0 auto;
    }
    .psolndel-system-list .item-system-tit {
        font-size: .8em;
        line-height: 1.625;
        color: #000;
        text-align: center;
    }
    .psolndel-entity {
        position: relative;
        width: 100%;
        margin-top: 5em;
        margin-bottom: 0;
        background: #174B9E;
        padding: 1.03rem 0 2.2rem;
    }
    .psolndel-entity-bd {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        padding: 0;
    }
    .psolndel-entity-bd .psolndel-entity-tit {
        font-size: .42rem;
        line-height: .62rem;
    }
    .psolndel-entity-bd .psolndel-entity-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .43em;
    }
    .psolndel-picture {
        margin-top: 0.54rem;
        height: auto;
    }
    .canvas-box {
        position: absolute;
        left: 0;
        bottom: -3rem;
        width: 100%;
        height: 69.22%;
        background: transparent;
    }
    .relevance .relevance-product-tit {
        font-size: 1.6em;
        line-height: 1;
        text-align: center;
        font-weight: bold;
        color: #222;
    }
    .relevance-product-swiper {
        width: 100%;
        padding: 2.1em 0 0em;
        margin-top: 0em;
    }
    .relevance-product-swiper .swiper-wrapper {
        justify-content: flex-start;
    }
    .relevance-product-swiper.swiper-no-swiping .swiper-wrapper {
        justify-content: center;
    }
    .relevance-product-swiper .product-header-item {
        width: 6.5em;
    }
    .relevance-product-swiper .product-header-item.active .product-header-tit {
        color: #1365B3;
        padding-bottom: 4px;
        border-bottom: 4px solid #1365B3;
    }
    .relevance-product-swiper .product-header-box {
        width: 100%;
        height: 100%;
        display: block;
    }
    .relevance-product-swiper .product-header-images {
        position: relative;
        width: 6.5em;
        height: 5.3em;
        margin: 0 auto;
        overflow: hidden;
    }
    .relevance-product-swiper .product-header-images .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .relevance-product-swiper .product-header-bd {
        padding: .5em 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .relevance-product-swiper .product-header-tit {
        position: relative;
        width: max-content;
        font-size: .28rem;
        line-height: .48rem;
        color: #222222;
    }
    .relevance-product-swiper .relevance-product-pagination {
        bottom: -.7rem;
    }
    .relevance-product-swiper .relevance-product-pagination .swiper-pagination-bullet {
        background: #D3D3D3;
    }
    .relevance-product-swiper .relevance-product-pagination .swiper-pagination-bullet-active {
        background: #00ADEC;
    }
}

.p-service .main-box {
    padding-bottom: 0;
}

.pservice-response .pservice-response-tit {
    font-size: 1.6em;
    line-height: 1.25em;
    text-align: center;
    font-weight: bold;
    color: #222222;
}

.pservice-response .ser-resp-list {
    margin-top: 4.3em;
}

.pservice-response .ser-resp-list .ser-resp-item {
    padding: 0 3em 0 1em;
    border-left: 1px solid #b5b5b5;
}

.pservice-response .ser-resp-list .ser-resp-box {
    width: 100%;
    height: 100%;
    display: block;
}

.pservice-response .ser-resp-list .ser-resp-icon {
    position: relative;
    width: 3em;
    height: 3em;
    overflow: hidden;
}

.pservice-response .ser-resp-list .ser-resp-icon .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pservice-response .ser-resp-list .ser-resp-tit {
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: bold;
    color: #1365B3;
}

.pservice-response .ser-resp-list .ser-resp-doc {
    max-width: 21.25em;
    font-size: .8em;
    line-height: 1.875;
    color: #222222;
}

.site-server {
    position: relative;
    width: 100%;
    height: 48.5em;
    margin-top: 5em;
    padding-top: 5.25em;
}

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

.site-server .global-inner1 {
    padding: 0 9em;
}

.site-server .site-server-content {
    margin-top: 3.2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-server .map-china {
    position: relative;
    width: 53.75%;
}

.site-server .map-china img {
    width: 100%;
    display: block;
}

.site-server .map-china .icon-1 {
    display: none;
    position: absolute;
    right: 22%;
    bottom: 15.5%;
    width: 10px;
    height: 10px;
    background: red;
}

.site-server .site-server-title {
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.site-server .site-label {
    width: 25.25em;
    width: 36.07%;
    color: #fff;
    float: right;
}

.site-server .site-label .site-time {
    font-size: 2.8em;
    line-height: 1;
    font-weight: bold;
}

.site-server .site-label .site-doc {
    font-size: 1.2em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    margin: .916em 0 1em;
}

.site-server .site-label .site-desc {
    position: relative;
    font-size: 1.2em;
    line-height: 1.58;
    padding: 1.125em 0 0;
}

.site-server .site-label .site-desc::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 15.58em;
    height: 1px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .p-service .main-box {
        padding-bottom: 0;
    }
    .pservice-response .pservice-response-tit {
        font-size: .46rem;
        line-height: .56rem;
    }
    .pservice-response .ser-resp-list {
        margin-top: 4.3em;
    }
    .pservice-response .ser-resp-list .ser-resp-item {
        padding: 0 .65rem .7rem;
        border-left: 0;
        margin-bottom: .6rem;
        border-bottom: 1px solid #b5b5b5;
    }
    .pservice-response .ser-resp-list .ser-resp-item:last-child {
        margin-bottom: 0;
    }
    .pservice-response .ser-resp-list .ser-resp-box {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
    }
    .pservice-response .ser-resp-list .ser-resp-icon {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .pservice-response .ser-resp-list .ser-resp-icon .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .pservice-response .ser-resp-list .ser-resp-tit {
        font-size: .36rem;
        line-height: .56rem;
        margin-top: .2rem;
    }
    .pservice-response .ser-resp-list .ser-resp-doc {
        max-width: none;
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .1rem;
    }
    .site-server {
        position: relative;
        width: 100%;
        height: 13.2rem;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .site-server .bgk {
        background-size: cover;
    }
    .site-server .global-inner1 {
        padding: 0 9em;
    }
    .site-server .site-server-content {
        margin-top: 3.2em;
        display: block;
    }
    .site-server .map-china {
        position: relative;
        width: 100%;
    }
    .site-server .map-china .icon-1 {
        display: none;
        position: absolute;
        right: 22%;
        bottom: 15.5%;
        width: 10px;
        height: 10px;
        background: red;
    }
    .site-server .site-server-title {
        font-size: 1.6em;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .site-server .site-label {
        width: 100%;
        color: #fff;
        float: left;
        text-align: center;
        margin-top: .7rem;
    }
    .site-server .site-label .site-time {
        font-size: .56rem;
    }
    .site-server .site-label .site-doc {
        font-size: .28rem;
        line-height: 1;
        margin: .2rem 0 .4rem;
    }
    .site-server .site-label .site-desc {
        position: relative;
        font-size: .28rem;
        line-height: .48rem;
        padding: .5rem 0 0;
    }
    .site-server .site-label .site-desc::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }
}

.p-productdetails .main-box {
    padding-bottom: 0;
}

.prddel-content {
    margin-top: 4em;
    padding: 0 9em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prddel-content .prddel-content-swiper,
.prddel-content .prddel-content-box {
    width: 50%;
}

.prddel-content .prddel-content-title {
    width: 75%;
}

.prddel-content .prddel-content-tit {
    font-size: 2.8em;
    line-height: 1.3em;
    color: #222;
}

.prddel-content .prddel-specialty {
    color: #222;
}

.prddel-content .prddel-content-desc {
    font-size: .8em;
    line-height: 1.5em;
    color: #222;
    margin-top: 1em;
}

.prddel-content .prddel-specialty {
    margin-top: 1.9em;
}

.prddel-content .prddel-specialty-tit {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: .8em;
}

.prddel-content .prddel-specialty-list .prddel-specialty-item {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: .5em;
}

.prddel-content .prddel-specialty-list .prddel-specialty-item::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    background: no-repeat center center;
    background-image: url(/img/images/prodel.svg);
    background-size: cover;
    transform: translateY(-50%);
}

.prddel-content .prddel-specialty-list .prddel-specialty-box {
    font-size: .8em;
    line-height: 1.875;
}

.productdel-header-swiper-big {
    position: relative;
    overflow: hidden;
}

.productdel-header-swiper-big .product-header-item .product-header-images {
    width: 19em;
    height: 16em;
    margin: 0 auto;
}

.productdel-header-swiper-big .product-header-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.productdel-header-swiper-big .productdel-header-swiper-btn {
    position: absolute;
    top: 50%;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
    z-index: 3;
}

.productdel-header-swiper-big .productdel-header-swiper-btn .bi {
    width: 7px;
    height: 13px;
    color: #A4A4A4;
    display: block;
}

.productdel-header-swiper-big .swiper-button-disabled {
    display: none;
}

.productdel-header-swiper-big .productdel-header-swiper-big-next {
    right: 0;
}

.productdel-header-swiper-big .productdel-header-swiper-big-prev {
    left: 0;
}

.productdel-header-swiper-sm-box {
    padding: 0 4em;
    margin: 1em 0 -1em;
}

.productdel-header-swiper-sm {
    position: relative;
    overflow: hidden;
}

.productdel-header-swiper-sm .product-header-item {
    padding: 0 0 1em;
}

.productdel-header-swiper-sm .product-header-item .product-header-images {
    position: relative;
    width: 4.1em;
    height: 3.5em;
    margin: 0 auto;
}

.productdel-header-swiper-sm .product-header-item .product-header-images::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 5.5em;
    background: #1264B2;
}

.productdel-header-swiper-sm .product-header-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.productdel-header-swiper-sm .product-header-item.swiper-slide-thumb-active .product-header-images {
    position: relative;
}

.productdel-header-swiper-sm .product-header-item.swiper-slide-thumb-active .product-header-images::before {
    position: absolute;
    content: '';
    bottom: -1em;
    left: 50%;
    width: 5.5em;
    height: 4px;
    background: #1264B2;
    transform: translateX(-50%);
}

.product-parameter {
    margin-bottom: 5em;
}

.product-parameter-title {
    font-size: 1.6em;
    line-height: 1.34em;
    font-weight: bold;
    text-align: center;
    color: #222222;
    margin-bottom: 1.5rem;
}

.product-parameter-list {
    padding: 0;
    margin-top: 1.5em;
}

.product-parameter-tablebox {
    width: 100%;
    height: 100%;
}

.product-parameter-tablebox table {
    width: 100%;
    height: 100%;
    border: 0;
}

.product-parameter-tablebox table tr:nth-child(odd) {
    background: #F1F6FF;
}

.product-parameter-tablebox table tr:nth-child(even) {
    background: #fff;
}

.product-parameter-tablebox table tr td {
    font-size: .8em;
    line-height: 1.5;
    border: 0;
    padding: 0.35em 0;
    height: 3.5em;
}

.product-parameter-tablebox table tr td:nth-child(1) {
    width: 26%;
}

.product-parameter-tablebox table tr td:nth-child(2) {
    width: 24%;
}

.product-parameter-tablebox table tr td:nth-child(3) {
    width: 26%;
    padding-left: 7.5em;
}

.product-parameter-tablebox table tr td:nth-child(4) {
    width: 24%;
}

.product-parameter-tablebox table tr td:first-child {
    padding: 0 0 0 10em;
}

.product-parameter-tablebox table tr td:last-child {
    padding-right: 1.2em;
}

.product-parameter-tablebox table tr td:nth-child(1),
.product-parameter-tablebox table tr td:nth-child(3) {
    font-weight: bold;
}

.product-parameter-item {
    display: flex;
    align-items: center;
    padding-left: 5.85em;
}

.product-parameter-item:nth-child(odd) {
    background: #F1F6FF;
}

.product-parameter-item:nth-child(even) {
    background: #fff;
}

.product-parameter-item-item {
    width: 50%;
    padding: .8em 0;
    display: flex;
    align-items: center;
    margin-right: 8.75em;
}

.product-parameter-item-tit {
    width: 30%;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.5;
    color: #222222;
}

.product-parameter-item-doc {
    width: 70%;
    font-size: .8em;
    line-height: 1.5;
    color: #484848;
}

.product-presentation {
    margin-bottom: 5em;
}

.prd-del {
    padding: 5em 0em;
    background: url("/img/static/prdt-bg.jpg") no-repeat center center #f1f1f1;
    background-size: cover;
}

.prd-del .relevance-product-swiper {
    margin-top: 0;
}

.prd-del .relevance-product-swiper .product-header-item.active .product-header-tit {
    color: #222 !important;
    border-bottom: 0;
}

.product-presentation-box {
    position: relative;
    height: 40.5em;
    padding: 3em 3em 3em 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #1264B2;
}

.product-presentation-box {
    justify-content: space-between;
}

.presentation-nav-item {
    position: relative;
    color: #fff;
    padding: .4em 1em .4em 3.6em;
    cursor: pointer;
}

.presentation-nav-item.swiper-slide-thumb-active {
    color: #1264B2;
    background: #fff;
}

.presentation-nav-item.swiper-slide-thumb-active::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 2.8em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1264B2;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .p-productdetails .product-banner {
        min-height: 34.35em;
        padding: 0 0 4.2rem;
    }
    .presentation-nav .presentation-nav-swiper .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .presentation-nav-item {
        height: 2.1rem;
        display: flex;
        align-items: center;
    }
}

.presentation-nav {
    width: 20.70%;
}

.presentation-nav .presentation-nav-swiper {
    position: relative;
    overflow: hidden;
}

.presentation-nav .presentation-nav-swiper .presentation-nav-item .tit {
    font-size: .8em;
}

.presentation-content {
    width: 79.3%;
    overflow: hidden;
    background: #fff;
}

.presentation-content img {
    max-width: 100%;
    display: block;
    height: auto !important;
}

.presentation-content .presentation-content-swiper {
    position: relative;
    height: 31.75em;
    overflow: hidden;
    padding: 1.7em 0 1.7em 2em;
}

.presentation-content .presentation-content-swiper .swiper-scrollbar {
    background: rgba(153, 153, 153, 0.1);
}

.presentation-content .presentation-content-swiper .swiper-slide {
    height: auto;
}

.presentation-content .presentation-content-swiper h5 {
    font-size: 1.2em;
    line-height: 1.5;
    color: #1264B2;
}

.presentation-content .presentation-content-swiper p {
    font-size: 0.8em;
    line-height: 1.5;
    color: #222;
    margin-top: 1em;
}

.presentation-content .presentation-content-swiper table {
    margin: .5em 0;
    background: #fff;
}

.presentation-content .presentation-content-swiper table td {
    font-size: .8em;
    line-height: 1.5;
    padding: 1em .5em;
}

@media (max-width: 991.98px) {
    .p-productdetails .main-box {
        padding: 1.05rem 0 0;
    }
    .p-productdetails .product-banner {
        height: auto;
        padding: 0.6rem 0;
    }
    .prddel-content {
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .prddel-content .prddel-content-swiper,
    .prddel-content .prddel-content-box {
        width: 100%;
    }
    .prddel-content .prddel-content-swiper {
        margin-top: .6rem;
    }
    .prddel-content .prddel-content-title {
        width: 100%;
    }
    .prddel-content .prddel-content-tit {
        font-size: .56rem;
        line-height: .74rem;
        font-weight: bold;
    }
    .prddel-content .prddel-specialty {
        color: #222;
    }
    .prddel-content .prddel-content-desc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .36rem;
    }
    .prddel-content .prddel-specialty {
        margin-top: 0.7em;
    }
    .prddel-content .prddel-specialty-tit {
        font-size: .36rem;
        line-height: .48rem;
        font-weight: 500;
        margin-bottom: .4em;
    }
    .prddel-content .prddel-specialty-list {
        height: auto;
    }
    .prddel-content .prddel-specialty-list .prddel-specialty-item {
        position: relative;
        padding-left: 1.4em;
        margin-bottom: .5em;
    }
    .prddel-content .prddel-specialty-list .prddel-specialty-item::before {
        position: absolute;
        content: '';
        top: calc((0.48rem - 0.3rem) / 2);
        left: 0;
        width: .3rem;
        height: .3rem;
        background: no-repeat center center;
        background-image: url(/img/images/prodel.svg);
        background-size: contain;
        transform: none;
        -webkit-transform: none;
    }
    .prddel-content .prddel-specialty-list .prddel-specialty-box {
        font-size: .28rem;
        line-height: .48rem;
    }
    .productdel-header-swiper-big {
        position: relative;
        overflow: hidden;
    }
    .productdel-header-swiper-big .product-header-item .product-header-images {
        width: 3rem;
        height: 3rem;
    }
    .product-parameter {
        margin-bottom: 1rem;
    }
    .product-parameter-title {
        font-size: .46rem;
        line-height: .62rem;
        margin-bottom: .5rem;
    }
    .product-parameter-list {
        padding: 0;
        margin-top: 0;
    }
    .product-parameter-list .product-parameter-tablebox {
        width: 100%;
        height: 100%;
        overflow-x: scroll;
    }
    .product-parameter-list .product-parameter-tablebox table {
        width: 150%;
        height: 100%;
        border: 0;
    }
    .product-parameter-list .product-parameter-tablebox table tr:nth-child(odd) {
        background: #F1F6FF;
    }
    .product-parameter-list .product-parameter-tablebox table tr:nth-child(even) {
        background: #fff;
    }
    .product-parameter-list .product-parameter-tablebox table tr td {
        font-size: .28rem;
        line-height: .48rem;
        border: 0;
        padding: .3rem !important;
    }
    .product-parameter-list .product-parameter-tablebox table tr td:nth-child(1),
    .product-parameter-list .product-parameter-tablebox table tr td:nth-child(3) {
        width: 10%;
        white-space: nowrap;
    }
    .product-parameter-list .product-parameter-tablebox table tr td:nth-child(2),
    .product-parameter-list .product-parameter-tablebox table tr td:nth-child(4) {
        width: 40%;
    }
    .product-parameter-list .product-parameter-item {
        display: block;
        padding-left: 0rem;
    }
    .product-parameter-list .product-parameter-item:nth-child(odd) {
        background: #fff;
    }
    .product-parameter-list .product-parameter-item:nth-child(even) {
        background: #fff;
    }
    .product-parameter-list .product-parameter-item-item {
        width: 100%;
        padding: .3rem .4rem;
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .product-parameter-list .product-parameter-item-item:first-child {
        background: #F1F6FF;
    }
    .product-parameter-list .product-parameter-item-tit {
        width: 30%;
        font-size: .28rem;
        line-height: .48rem;
    }
    .product-parameter-list .product-parameter-item-doc {
        width: 70%;
        font-size: .28rem;
        line-height: .48rem;
    }
    .product-presentation {
        margin-bottom: 1rem;
    }
    .product-presentation-box {
        position: relative;
        height: auto;
        padding: .5rem .2em;
        display: block;
        background: #1264B2;
    }
    .product-presentation-box .presentation-nav-item {
        position: relative;
        color: #fff;
        padding: .4em 1em .4em 3.6em;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .product-presentation-box .presentation-nav-item.swiper-slide-thumb-active {
        color: #fff;
        background: transparent;
    }
    .product-presentation-box .presentation-nav-item.swiper-slide-thumb-active::before {
        display: none;
    }
    .product-presentation-box .presentation-nav-item.swiper-slide-thumb-active .tit {
        padding-bottom: .2rem;
        border-bottom: 2px solid #fff;
    }
    .product-presentation-box .presentation-nav-item .tit {
        font-size: .28rem;
    }
    .product-presentation-box .presentation-nav-item .product-nav-box .tit {
        width: max-content;
    }
    .presentation-nav {
        position: relative;
        width: 100%;
    }
    .presentation-nav .presentation-nav-swiper {
        position: relative;
        width: 70%;
        margin: 0 auto;
        padding: 0.2rem 0;
    }
    .presentation-nav .presentation-nav-swiper .presentation-nav-item {
        width: 50%;
        padding: 0;
    }
    .presentation-nav .presentation-nav-swiper .product-nav-box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .presentation-nav .presentation-nav-btn {
        position: absolute;
        top: 50%;
        width: 1.9em;
        height: 1.9em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.56);
        cursor: pointer;
        z-index: 3;
        transform: translateY(-50%);
    }
    .presentation-nav .presentation-nav-btn .bi {
        width: 7px;
        height: 13px;
        color: #A4A4A4;
        display: block;
    }
    .presentation-nav .swiper-button-disabled {
        display: none;
    }
    .presentation-nav .presentation-nav-next {
        right: 0.3rem;
    }
    .presentation-nav .presentation-nav-prev {
        left: 0.3rem;
    }
    .presentation-content {
        width: 100%;
        overflow: hidden;
        background: transparent;
        padding: 0 .3rem;
    }
    .presentation-content .presentation-content-swiper {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .presentation-content .presentation-content-swiper .presentation-content-item {
        height: auto;
    }
    .presentation-content .presentation-content-swiper h5 {
        font-size: 1.2em;
        line-height: 1.5;
        color: #1264B2;
    }
    .presentation-content .presentation-content-swiper p {
        font-size: 0.8em;
        line-height: 1.5;
        color: #fff;
        margin-top: 1em;
    }
    .prd-del {
        padding: 1rem 0 1.5rem;
        background: #f1f1f1;
    }
    .prd-del .relevance-product-swiper {
        margin-top: 0;
        overflow: hidden;
    }
}

.p-about .public-banner .banner-doc {
    font-size: .8em;
    line-height: 1.875;
    margin-top: 1em;
}

.p-about .main-box {
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .p-about .public-banner .bd {
        width: 86%;
    }
    .p-about .public-banner .banner-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .3rem;
    }
    .p-about .main-box {
        padding-bottom: 0;
    }
}

.pabout-aboutdes .aboutdes-box {
    width: 71.09%;
    text-align: center;
    margin: 0 auto;
}

.pabout-aboutdes .aboutdes-box .aboutdes-tit {
    font-size: 1.6em;
    line-height: 1.4375;
    font-weight: bold;
}

.pabout-aboutdes .aboutdes-box .aboutdes-doc {
    font-size: .8em;
    line-height: 1.75;
    color: #484848;
    margin-top: 3.2em;
}

.pabout-aboutdes .aboutdes-year {
    width: 47.65%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4em;
}

.pabout-aboutdes .aboutdes-year .aboutdes-year-list {
    display: flex;
    margin: 0 -8.25em;
}

.pabout-aboutdes .aboutdes-year .aboutdes-year-item {
    padding: 0 8.25em;
}

.pabout-aboutdes .aboutdes-year .aboutdes-year-item-tit {
    font-size: .8em;
    line-height: 1;
    margin-bottom: 3em;
}

.pabout-aboutdes .aboutdes-year .aboutdes-year-item-num {
    font-size: 3.25em;
    color: #000;
    font-weight: bold;
}

.pabout-aboutdes .aboutdes-bgk {
    position: relative;
    width: 100%;
    height: 24em;
    margin-top: 4.6em;
}

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

.pabout-aboutdes .aboutdes-bgk .aboutdes-bgk-tit-box {
    position: relative;
    padding: 3em 9.5em 0;
}

.pabout-aboutdes .aboutdes-bgk .aboutdes-bgk-tit {
    font-size: .8em;
    line-height: 1.875;
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    .pabout-aboutdes .aboutdes-box {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }
    .pabout-aboutdes .aboutdes-box .aboutdes-tit {
        font-size: .46rem;
        line-height: .72rem;
    }
    .pabout-aboutdes .aboutdes-box .aboutdes-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .58rem;
    }
    .pabout-aboutdes .aboutdes-year {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: .6rem;
    }
    .pabout-aboutdes .aboutdes-year .aboutdes-year-list {
        display: flex;
        justify-content: center;
        margin: 0 -1.8rem;
    }
    .pabout-aboutdes .aboutdes-year .aboutdes-year-item {
        padding: 0 1.8em;
    }
    .pabout-aboutdes .aboutdes-year .aboutdes-year-item-tit {
        font-size: .28rem;
        line-height: 1;
        margin-bottom: .5rem;
        color: #666;
    }
    .pabout-aboutdes .aboutdes-year .aboutdes-year-item-num {
        font-size: .65rem;
    }
    .pabout-aboutdes .aboutdes-bgk {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0.8rem;
    }
    .pabout-aboutdes .aboutdes-bgk .imgs {
        width: 100%;
        height: auto;
        position: relative;
    }
    .pabout-aboutdes .aboutdes-bgk .imgs img {
        width: 100%;
        display: block;
        position: relative;
    }
    .pabout-aboutdes .aboutdes-bgk .aboutdes-bgk-tit-box {
        position: relative;
        padding: .5rem 0 0;
    }
    .pabout-aboutdes .aboutdes-bgk .aboutdes-bgk-tit {
        font-size: .28rem;
        line-height: .48rem;
        color: #484848;
        text-align: left;
    }
}

.pabout-cul {
    margin-top: 5.5em;
}

.pabout-cul .aboutcul-box {
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
}

.pabout-cul .aboutcul-tit {
    font-size: 1.6em;
    color: #222222;
}

.pabout-cul .aboutcul-doc {
    font-size: .8em;
    line-height: 1.875;
    color: #484848;
    margin-top: 2.25em;
}

@media (max-width: 991.98px) {
    .pabout-cul {
        margin-top: 5.5em;
    }
    .pabout-cul .aboutcul-box {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .pabout-cul .aboutcul-tit {
        font-size: .46rem;
        line-height: .72rem;
        font-weight: bold;
        color: #222222;
    }
    .pabout-cul .aboutcul-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .3rem;
    }
}

.aboutcul-bgk {
    position: relative;
    width: 100%;
    height: 19.5em;
    padding: 3.35em 0 0;
    margin: 1.75em 0 0;
}

.aboutcul-bgk .imgs {
    position: absolute;
    top: 0;
    height: 100%;
}

.aboutcul-bgk .imgs-left {
    left: 0;
    width: 60.15%;
}

.aboutcul-bgk .imgs-right {
    right: 0;
    width: 39.85%;
}

.aboutcul-bgk .aboutcul-list {
    width: 45.31%;
    color: #fff;
}

.aboutcul-bgk .aboutcul-item {
    margin-bottom: 2.25em;
}

.aboutcul-bgk .aboutcul-item:last-child {
    margin-bottom: 0;
}

.aboutcul-bgk .aboutcul-list-tit {
    font-size: .8em;
    line-height: 1.875;
    font-weight: bold;
}

.aboutcul-bgk .aboutcul-list-doc {
    font-size: .8em;
    line-height: 1.875;
    margin-top: 1em;
}

@media (max-width: 991.98px) {
    .aboutcul-bgk {
        position: relative;
        width: 100%;
        height: 7.8rem;
        padding: 1.38rem 0 0;
        margin: .3rem 0 0;
    }
    .aboutcul-bgk .imgs {
        position: absolute;
        top: 0;
        height: 100%;
    }
    .aboutcul-bgk .imgs-left {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    .aboutcul-bgk .aboutcul-list {
        width: 100%;
        padding: 0 .5rem;
        color: #fff;
    }
    .aboutcul-bgk .aboutcul-item {
        margin-bottom: 2.25em;
    }
    .aboutcul-bgk .aboutcul-item:last-child {
        margin-bottom: 0;
    }
    .aboutcul-bgk .aboutcul-list-tit {
        font-size: .36rem;
        line-height: 1;
        font-weight: bold;
    }
    .aboutcul-bgk .aboutcul-list-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .2rem;
    }
}

.aboutcul-tab-swiper {
    margin-top: 5em;
}

.aboutcul-tab-swiper .item-box {
    position: relative;
    width: 100%;
    height: 27.75em;
    max-height: 27.75em;
    display: block;
}

.aboutcul-tab-swiper .item-box .bgk {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.aboutcul-tab-swiper .bgk-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D9E6F2;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.8, 0, 0.2, 1), transform 0.9s cubic-bezier(0.8, 0, 0.2, 1);
}

.aboutcul-tab-swiper .item-box-box {
    position: relative;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.aboutcul-tab-swiper .item-box-box .bgk {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.aboutcul-tab-swiper .item-icon {
    margin-bottom: 1.6em;
}

.aboutcul-tab-swiper .item-icon .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.aboutcul-tab-swiper .item-bd {
    position: relative;
    padding: 12.5em 2.1em 2.4em;
    color: #fff;
}

.aboutcul-tab-swiper .item-tit {
    font-size: 1.2em;
    line-height: 1.5;
}

.aboutcul-tab-swiper .item-doc {
    height: 1.875em;
    font-size: .8em;
    line-height: 1.875;
    margin-top: .625em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aboutcul-tab-swiper .item-more {
    position: absolute;
    bottom: 2.4em;
    left: 2.1em;
    width: 22px;
    height: 22px;
    margin-top: 3em;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 12;
    cursor: pointer;
    transition: border-color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition-delay: .5s;
}

.aboutcul-tab-swiper .item-more .item-more-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutcul-tab-swiper .item-more .item-more-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition-delay: .2s;
}

.aboutcul-tab-swiper .item-more .bi {
    width: 12px;
    height: 12px;
    color: #fff;
    z-index: 2;
}

.aboutcul-tab-swiper .item-more .open {
    position: relative;
    stroke: #fff;
    width: 10px;
    height: 10px;
    stroke-dasharray: 14;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition-delay: .5s;
    z-index: 1;
}

.aboutcul-tab-swiper .item-more .close1 {
    stroke: #000;
    position: absolute;
    width: 1.35417vw;
    height: 1.35417vw;
    width: 10px;
    height: 10px;
    stroke-dasharray: 28;
    stroke-dashoffset: 28;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition-delay: 0s;
    z-index: 1;
}

.aboutcul-tab-swiper .item-des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 2.5em 2.1em 2.4em;
    z-index: 8;
    opacity: 0;
    transform: translateY(8%);
    transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.aboutcul-tab-swiper .item-des .bgk {
    left: 0;
    top: 0;
}

.aboutcul-tab-swiper .item-des-tit {
    font-size: 1.2em;
    line-height: 1.5;
}

.aboutcul-tab-swiper .item-des-doc {
    font-size: .8em;
    line-height: 1.875;
}

.aboutcul-tab-swiper .item-slide.active .item-box-box {
    opacity: .7;
    transform: translateY(-5%) scale(0.95);
}

.aboutcul-tab-swiper .item-slide.active .bgk-end {
    opacity: .51;
    transform: translateY(-10%) scale(0.9);
}

.aboutcul-tab-swiper .item-slide.active .item-more {
    border-color: transparent;
    transition-delay: 0s;
}

.aboutcul-tab-swiper .item-slide.active .item-des {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.aboutcul-tab-swiper .item-slide.active .open {
    display: none;
    transition-delay: 0s;
}

.aboutcul-tab-swiper .item-slide.active .bi {
    transition-delay: .5s;
    transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.aboutcul-tab-swiper .item-slide.active .open {
    stroke-dashoffset: 14;
    transition-delay: 0s;
}

.aboutcul-tab-swiper .item-slide.active .close1 {
    width: 25px;
    height: 25px;
    stroke-dashoffset: 0;
    transition-delay: .5s;
}

.aboutcul-tab-swiper .item-slide.active .item-more {
    border: 0;
}

.aboutcul-tab-swiper .item-slide.active .item-more .item-more-box::before {
    transform: scale(1.6);
    transition-delay: .5s;
}

@media (max-width: 991.98px) {
    .aboutcul-tab .aboutcul-tab-swiper-pagination {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -.8rem;
    }
    .aboutcul-tab .aboutcul-tab-swiper-pagination .swiper-pagination-bullet {
        width: 0.2rem;
        height: 0.2rem;
        margin: 0 9px;
        background: #D3D3D3;
    }
    .aboutcul-tab .aboutcul-tab-swiper-pagination .swiper-pagination-bullet-active {
        background: #00ADEC;
    }
    .aboutcul-tab-swiper {
        position: relative;
        margin-top: 1rem;
    }
    .aboutcul-tab-swiper .item-box {
        position: relative;
        width: 100%;
        height: 7.48rem;
        max-height: 7.48rem;
        display: block;
    }
    .aboutcul-tab-swiper .item-box .bgk {
        position: absolute;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        z-index: -1;
    }
    .aboutcul-tab-swiper .item-box-box {
        position: relative;
        width: 100%;
        height: 100%;
        transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    }
    .aboutcul-tab-swiper .item-box-box .bgk {
        position: absolute;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        z-index: -1;
    }
    .aboutcul-tab-swiper .item-icon {
        width: 1rem;
        height: 1rem;
        margin-bottom: 1.6em;
    }
    .aboutcul-tab-swiper .item-bd {
        position: relative;
        padding: 3rem .5rem .4rem;
        color: #fff;
    }
    .aboutcul-tab-swiper .item-tit {
        font-size: .42rem;
        line-height: .56rem;
    }
    .aboutcul-tab-swiper .item-doc {
        height: 1rem;
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .2rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .aboutcul-tab-swiper .item-more {
        position: absolute;
        bottom: .8rem;
        left: .5rem;
        width: 22px;
        height: 22px;
        margin-top: 3em;
        border-radius: 50%;
        border: 1px solid #fff;
        z-index: 12;
        cursor: pointer;
        transition: border-color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
        transition-delay: .5s;
    }
    .aboutcul-tab-swiper .item-more .item-more-box {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aboutcul-tab-swiper .item-more .bi {
        width: 12px;
        height: 12px;
        color: #fff;
        z-index: 2;
    }
    .aboutcul-tab-swiper .item-more .open {
        width: 10px;
        height: 10px;
    }
    .aboutcul-tab-swiper .item-des {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 1.2em 2.1em 2.4em;
        z-index: 8;
        opacity: 0;
        transform: translateY(8%);
        transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1), transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    }
    .aboutcul-tab-swiper .item-des .bgk {
        left: 0;
        top: 0;
    }
    .aboutcul-tab-swiper .item-des-tit {
        font-size: .36rem;
        line-height: .48rem;
    }
    .aboutcul-tab-swiper .item-des-doc {
        font-size: .28rem;
        line-height: .48rem;
    }
}

.pabout-history {
    width: 100%;
    margin-top: 6.5em;
    padding: 5.5em 0 5.75em;
    position: relative;
    background: url(/img/images/pabout-history-bgk.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.pabout-history .global-inner1 {
    padding: 0 9em;
}

.pabout-history .pabout-history-title {
    font-size: 1.6em;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.pabout-history .history-list {
    margin-top: 1.8em;
}

.pabout-history .history-list .history-item {
    position: relative;
    width: 50%;
    color: #fff;
    padding-bottom: 1.2em;
}

.pabout-history .history-list .history-item::before {
    position: absolute;
    content: '';
    top: 15px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: white;
}

.pabout-history .history-list .history-item::after {
    position: absolute;
    content: '';
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.pabout-history .history-list .history-item:first-child::before {
    top: 0 !important;
}

.pabout-history .history-list .history-item:first-child::after {
    width: 38px;
    height: 38px;
    top: -13px !important;
    left: -20px !important;
}

.pabout-history .history-list .history-item:nth-child(odd) {
    margin-left: 50%;
    padding-left: 2.5em;
    border-left: 2px solid rgba(255, 255, 255, 0.35);
}

.pabout-history .history-list .history-item:nth-child(odd)::before {
    left: -7px;
}

.pabout-history .history-list .history-item:nth-child(odd)::after {
    top: 10px;
    left: -12px;
}

.pabout-history .history-list .history-item:nth-child(even) {
    width: calc(50% + 2px);
    margin-right: 50%;
    padding-right: 2.5em;
    border-right: 2px solid rgba(255, 255, 255, 0.35);
}

.pabout-history .history-list .history-item:nth-child(even) .history-doc,
.pabout-history .history-list .history-item:nth-child(even) .history-year {
    text-align: right;
}

.pabout-history .history-list .history-item:nth-child(even)::before {
    right: -7px;
}

.pabout-history .history-list .history-item:nth-child(even)::after {
    top: 10px;
    right: -12px;
}

.pabout-history .history-list .history-item.is-hidden {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.pabout-history .history-list .history-year {
    position: relative;
    font-size: 2.4em;
    line-height: 1;
    font-weight: bold;
}

.pabout-history .history-list .history-doc {
    font-size: .8em;
    line-height: 1.875;
    margin-top: 1.25em;
}

.pabout-history .history-more {
    font-size: .8em;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 1.875em;
    display: flex;
    justify-content: center;
}

.pabout-history .history-more .history-more-box {
    position: relative;
    cursor: pointer;
    display: flex;
}

.pabout-history .history-more .history-more-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .pabout-history {
        width: 100%;
        margin-top: 6.5em;
        padding: 5.5em 0 5.75em;
        position: relative;
        background: url(/img/images/pabout-history-bgk.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .pabout-history .global-inner1 {
        padding: 0 9em;
    }
    .pabout-history .pabout-history-title {
        font-size: .46rem;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .pabout-history .history-list {
        margin-top: .5rem;
        padding-left: .5rem;
    }
    .pabout-history .history-list .history-item {
        position: relative;
        width: 100%;
        color: #fff;
        padding-bottom: .4rem;
        padding-left: .6rem !important;
    }
    .pabout-history .history-list .history-item::before {
        position: absolute;
        content: '';
        top: 15px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: white;
    }
    .pabout-history .history-list .history-item::after {
        position: absolute;
        content: '';
        top: 0;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
    }
    .pabout-history .history-list .history-item:first-child::before {
        top: 0 !important;
    }
    .pabout-history .history-list .history-item:first-child::after {
        width: 38px;
        height: 38px;
        top: -13px !important;
        left: -20px !important;
    }
    .pabout-history .history-list .history-item:nth-child(odd) {
        margin-left: 0;
        padding-left: 0;
        border-left: 2px solid rgba(255, 255, 255, 0.35);
    }
    .pabout-history .history-list .history-item:nth-child(odd)::before {
        left: -7px;
    }
    .pabout-history .history-list .history-item:nth-child(odd)::after {
        top: 10px;
        left: -12px;
    }
    .pabout-history .history-list .history-item:nth-child(even) {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-left: 2px solid rgba(255, 255, 255, 0.35);
        border-right: 0;
    }
    .pabout-history .history-list .history-item:nth-child(even) .history-doc,
    .pabout-history .history-list .history-item:nth-child(even) .history-year {
        text-align: left;
    }
    .pabout-history .history-list .history-item:nth-child(even)::before {
        left: -7px;
    }
    .pabout-history .history-list .history-item:nth-child(even)::after {
        top: 10px;
        left: -12px;
    }
    .pabout-history .history-list .history-year {
        position: relative;
        font-size: .5rem;
        line-height: 1;
    }
    .pabout-history .history-list .history-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .4rem;
    }
    .pabout-history .history-more {
        font-size: .28rem;
        line-height: 1;
        color: #fff;
        text-align: left;
        margin-top: .3rem;
        margin-left: 17%;
        justify-content: flex-start;
    }
}

.pabout-research {
    padding: 5.25em 0;
}

.pabout-research .pabout-research-title {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    color: #222;
    text-align: center;
    margin-bottom: 1.25em;
}

@media (max-width: 991.98px) {
    .pabout-research {
        padding: 1.3rem 0 .9rem;
    }
    .pabout-research .pabout-research-title {
        font-size: .46rem;
        margin-bottom: .4rem;
    }
}

.research-tab .research-tab-list {
    width: 62.5%;
    margin: 0 auto;
    display: flex;
}

.research-tab .research-tab-item {
    width: 25%;
}

.research-tab .research-tab-item.active {
    background: #1365B3;
}

.research-tab .research-tab-item.active .research-tab-box {
    color: #fff;
}

.research-tab .research-tab-box {
    width: 100%;
    height: 100%;
    font-size: .8em;
    line-height: 1;
    padding: 1em 0;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
}

.research-content {
    margin-top: 2.25em;
    overflow: hidden;
    border: 1px solid #DFDFDF;
}

.research-content .research-content-swiper {
    position: relative;
    overflow: hidden;
    display: none;
}

.research-content .research-content-swiper .item-swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}

.research-content .research-content-swiper:first-child {
    display: block;
}

.research-content .research-content-swiper .item-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.research-content .research-content-swiper .item-des {
    width: 50%;
    padding: 2.25em 4em 1.65em 4.25em;
}

.research-content .research-content-swiper .item-des .item-title {
    font-size: 1.2em;
    line-height: 1;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.6em;
}

.research-content .research-content-swiper .item-des-box {
    height: 24em;
}

.research-content .research-content-swiper .item-des-item {
    margin-top: 1.2em;
}

.research-content .research-content-swiper .item-des-item:first-child {
    margin-top: 0;
}

.research-content .research-content-swiper .item-des-item .docx {
    display: flex;
    align-items: flex-start;
}

.research-content .research-content-swiper .item-des-item .item-icon {
    position: relative;
    width: 5.85em;
    height: 2em;
    overflow: hidden;
}

.research-content .research-content-swiper .item-des-item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.research-content .research-content-swiper .item-des-item .item-bd {
    padding-left: 1em;
}

.research-content .research-content-swiper .item-des-item .item-tit {
    font-size: .8em;
    line-height: 1.875;
    font-weight: bold;
    color: #222;
}

.research-content .research-content-swiper .item-des-item .item-doc {
    font-size: .8em;
    line-height: 1.875;
    color: #484848;
    margin-top: .5em;
}

.research-content .research-content-swiper .item-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.research-content .research-content-swiper .item-img .research-content-img-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.research-content .research-content-swiper .item-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.research-content .research-content-swiper .research-content-swiper-btn {
    position: absolute;
    top: 50%;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.research-content .research-content-swiper .research-content-swiper-btn .bi {
    width: 7px;
    height: 13px;
}

.research-content .research-content-swiper .research-content-swiper-btn-next {
    right: 20px;
}

.research-content .research-content-swiper .research-content-swiper-btn-prev {
    left: 20px;
}

.research-content .research-content-swiper .swiper-button-disabled {
    display: none;
}

@media (max-width: 991.98px) {
    .research-tab .research-tab-list {
        width: 100%;
    }
    .research-tab .research-tab-box {
        font-size: .28rem;
        padding: 1em 0;
    }
    .research-content {
        margin-top: .2rem;
        border: 0;
    }
    .research-content .research-content-swiper:first-child {
        display: block;
    }
    .research-content .research-content-swiper .item-box {
        width: 100%;
        flex-direction: column-reverse;
    }
    .research-content .research-content-swiper .item-des {
        width: 100%;
        padding: .4rem 0 0;
    }
    .research-content .research-content-swiper .item-des .item-title {
        font-size: 0.36rem;
        line-height: 0.48rem;
        color: #222;
        font-weight: bold;
        margin-bottom: 0.36rem;
    }
    .research-content .research-content-swiper .item-des-box {
        height: auto;
    }
    .research-content .research-content-swiper .item-des-item {
        margin: 0 0 0.48rem;
    }
    .research-content .research-content-swiper .item-des-item:last-child {
        margin-bottom: 0;
    }
    .research-content .research-content-swiper .item-des-item .item-icon {
        width: 0.56rem;
        height: 0.56rem;
        flex: none;
    }
    .research-content .research-content-swiper .item-des-item .item-bd {
        padding-left: .22rem;
    }
    .research-content .research-content-swiper .item-des-item .item-tit {
        font-size: .28rem;
        line-height: 1em;
        margin-bottom: .2rem;
        font-weight: 500;
    }
    .research-content .research-content-swiper .item-des-item .item-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin: 0;
    }
    .research-content .research-content-swiper .item-img {
        width: 100%;
        height: 3.53rem;
        overflow: hidden;
    }
    .research-content .research-content-swiper .research-content-swiper-btn {
        position: absolute;
        top: 50%;
        width: 0.6rem;
        height: 0.6rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .research-content .research-content-swiper .research-content-swiper-btn .bi {
        width: 7px;
        height: 13px;
    }
    .research-content .research-content-swiper .research-content-swiper-btn-next {
        right: .15rem;
    }
    .research-content .research-content-swiper .research-content-swiper-btn-prev {
        left: .15rem;
    }
    .research-content .research-content-swiper .research-content-swiper-btn-prev .bi {
        color: #222;
    }
    .research-content .research-content-swiper .swiper-button-disabled {
        display: none !important;
    }
}

.pabout-honor {
    position: relative;
    width: 100%;
    height: 35.5em;
    padding-top: 5.5em;
}

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

.pabout-honor .pabout-honor-tit {
    font-size: 1.6em;
    line-height: 1;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.pabout-honor .honor-swiper {
    position: relative;
    margin-top: 1.6em;
    overflow: hidden;
}

.pabout-honor .honor-swiper .item-slide {
    cursor: pointer;
}

.pabout-honor .honor-swiper .image-box {
    width: 100%;
    height: 100%;
    display: block;
    border: 14px solid #fff;
}

.pabout-honor .honor-swiper .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pabout-honor .honor-swiper-pagination {
    width: 100%;
    margin-top: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pabout-honor .honor-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 9px;
    background: #D3D3D3;
}

.pabout-honor .honor-swiper-pagination .swiper-pagination-bullet-active {
    background: #00ADEC;
}

@media (max-width: 991.98px) {
    .pabout-honor {
        position: relative;
        width: 100%;
        height: 7rem;
        padding-top: 1rem;
    }
    .pabout-honor .bgk {
        position: absolute;
        width: 100%;
        height: 105%;
        top: 0;
        left: 0;
    }
    .pabout-honor .pabout-honor-tit {
        font-size: .46rem;
    }
    .pabout-honor .honor-swiper {
        position: relative;
        margin-top: 1.6em;
        overflow: hidden;
    }
    .pabout-honor .honor-swiper .image-box {
        width: 100%;
        height: 3.58rem;
        display: block;
        border: 4px solid #fff;
    }
    .pabout-honor .honor-swiper .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .pabout-honor .honor-swiper-pagination {
        width: 100%;
        margin-top: .3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pabout-honor .honor-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}


/* 搜索结果页 */

.p-search .main-box .global-inner {
    padding: 0 5em;
}

.p-search .global-paging {
    padding: 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.p-header1 {
    text-align: center;
}

.p-header1 a {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1;
}

.psch-top {
    margin: 2em 0 0.5em;
}

.psch-inpbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.psch-inpbox .inpt {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    height: calc(2.4rem + 2px);
    font-size: 0.9em;
    line-height: 2.4rem;
    color: #333;
    border: solid 1px #e5e5e5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
}

.psch-inpbox .btn-sch {
    width: 5rem;
    height: calc(2.4rem + 2px);
    line-height: 2.4rem;
    color: #fff;
    font-size: 0.9rem;
    border: solid 1px #0054a3;
    background: #0054a3;
    position: relative;
    z-index: 20;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.psch-tips {
    padding: 0 10px;
    font-size: 0.8em;
    line-height: 2.75em;
    color: #666666;
}

.psch-tips .keys {
    color: #0054a3;
}

.psch-top .navitem5-list {
    margin: 0.8em 0 0;
}

@media screen and (min-width: 992px) {
    .psch-box .global-inner {
        max-width: 1000px;
    }
    .psch-inpbox .btn-sch:hover {
        opacity: 0.8;
    }
    .psch-top .navitem5-list .tit {
        min-width: 7.5em;
        padding: 0 1.125em;
        line-height: 2.125em;
    }
}

@media screen and (max-width: 991.98px) {
    .psch-top {
        margin: 0.5rem 0 0.2rem;
    }
    .psch-inpbox .inpt {
        height: calc(0.86rem + 2px);
        line-height: 0.86rem;
        font-size: 0.3rem;
    }
    .psch-inpbox .btn-sch {
        width: 1.4rem;
        height: calc(0.86rem + 2px);
        line-height: 0.86rem;
        font-size: 0.3rem;
    }
    .psch-tips {
        padding: 0;
        font-size: 0.28rem;
        line-height: 0.48rem;
        margin-top: 0.1rem;
    }
    .psch-top .navitem5-list {
        margin-top: 0.5rem;
    }
    .psch-top .navitem5-list .tit {
        min-width: 1.8rem;
        line-height: 0.54rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.p-search {
    /* 新闻列表 */
}

.p-search .news-list {
    margin-top: 2rem;
    padding-top: 1em;
    border-top: 1px solid #dcdcdc;
}

.p-search .news-list .item {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0em;
    margin: 0 0;
    margin-bottom: .5em;
    position: relative;
    background-color: #fff;
}

.p-search .news-list .box {
    width: 100%;
    height: 100%;
}

.p-search .news-list .imgs {
    width: 100%;
    height: 13.7em;
    overflow: hidden;
}

.p-search .news-list .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-search .news-list .bd {
    padding: 1.1em 1.65em 2.2em;
}

.p-search .news-list .doc {
    height: 3em;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-search .news-list .time {
    font-size: .7em;
    line-height: 1em;
    color: #0970d9;
    margin-bottom: 1.05em;
}

.p-search .news-list .more {
    font-size: .8em;
    line-height: 1;
    margin-top: 2.375em;
    display: flex;
    align-items: center;
    color: #0970d9;
}

.p-search .news-list .more .bi {
    width: .8em;
    height: .65em;
    margin-left: 5px;
}

.p-search .news-box .p-header {
    margin-bottom: 1em;
}

.p-search .news-list {
    min-height: 300px;
}

.p-search .news-list li {
    border-bottom: dotted 1px #aaa;
    overflow: hidden;
    line-height: 3.9em;
}

.p-search .news-list .tit {
    float: left;
    font-size: 0.9em;
    max-width: 80%;
}

.p-search .news-list .tit a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-search .news-list .time {
    float: right;
    font-size: 0.8em;
    color: #666;
}

@media screen and (min-width: 992px) {
    .p-search .news-list li:hover .tit a,
    .p-search .news-list li:hover .time {
        color: #0054a3;
    }
}

@media screen and (max-width: 991.98px) {
    .p-search .news-box .p-header {
        margin-bottom: 0.2rem;
    }
    .p-search .news-list li {
        line-height: inherit;
        padding: 0.3rem 0;
        border-bottom-style: dashed;
    }
    .p-search .news-list .tit {
        width: 70%;
        max-width: none;
        float: none;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .p-search .news-list .time {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 4px;
        float: none;
    }
}


/* 五级导航 开始*/

.navitem5-list {
    overflow: hidden;
    margin-bottom: 1.1em;
}

.navitem5-list li {
    width: auto;
    max-width: 8em;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    margin-right: 1em;
}

.navitem5-list .active {
    color: #0054a3;
    border-radius: 0.9em;
    border: 1px solid #0054a3;
}

.navitem5-list .active .tit {
    color: #0054a3;
}

.navitem5-list li:last-child {
    margin-right: 0;
}

.navitem5-list .tit {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
    text-align: center;
    padding: 0.375em 1.75em 0.3125em 1.75em;
    white-space: nowrap;
}

@media (min-width: 1000px) {
    .navitem5-list li:hover {
        color: #0054a3;
        border: 1px solid #0054a3;
    }
    .navitem5-list li:hover .tit {
        color: #0054a3;
    }
}

@media (max-width: 991.98px) {
    .navitem5-list {
        margin-bottom: 0.5rem;
        overflow: visible;
    }
    .navitem5-list li {
        border-radius: 0.28rem;
        margin-right: 0.2rem;
        max-width: none;
    }
    .navitem5-list li:last-child {
        margin-right: 0;
    }
    .navitem5-list .active {
        border-radius: 0.28rem;
    }
    .navitem5-list .tit {
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666;
        text-align: center;
        padding: 0.15rem 0.36rem 0.15rem 0.35rem;
        white-space: nowrap;
    }
}


/* 五级导航 结束 */

.page-search {
    margin-bottom: 2em;
}

.page-search .page-search-box {
    position: relative;
    width: max-content;
}

.page-search .inputa {
    width: 25.7em;
    height: 3em;
    padding: 1em 0 1em 1.6em;
    margin-left: 0;
    transition: .5s;
    border-radius: 2em;
    font-size: .7em;
    color: #333;
    border: 1px solid #999;
}

.page-search .inputa::placeholder {
    color: #999;
}

.page-search img {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 1.6em;
    height: .9em;
    cursor: pointer;
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .p-search .news-list {
        margin-top: .5rem;
        padding-top: 0;
        border-top: 0;
    }
    .p-search .news-list .item {
        width: 100%;
        max-width: none;
        margin: 0 !important;
        margin-bottom: 0.5rem !important;
        position: relative;
        background-color: #fff;
    }
    .p-search .news-list .item:last-child {
        margin-bottom: 0rem !important;
    }
    .p-search .news-list .item::after {
        display: none;
    }
    .p-search .news-list .imgs {
        width: 100%;
        height: 4.14rem;
        height: 4rem;
        overflow: hidden;
    }
    .p-search .news-list .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .p-search .news-list .bd {
        padding: .5rem .3rem;
    }
    .p-search .news-list .time {
        font-size: .28rem;
        line-height: .36rem;
        color: #0970d9;
        margin-bottom: .32rem;
    }
    .p-search .news-list .doc {
        font-size: .34rem;
        line-height: .5rem;
        color: #333;
    }
    .p-search .news-list .more {
        font-size: .28rem;
        line-height: .28rem;
        margin-top: .43rem;
        display: flex;
        align-items: center;
        color: #0970d9;
    }
    .p-search .news-list .more .bi {
        width: .34rem;
        margin-left: .2rem;
    }
}

@media (min-width: 991.98px) {
    .p-productdetails .navigation-bar,
    .p-productlist .navigation-bar {
        margin-top: 1.5em;
    }
    .p-productdetails .main-box {
        padding-top: 5.3em;
    }
    .p-service .public-banner .banner-tit {
        position: relative;
    }
    .p-service .public-banner .banner-tit::before {
        position: absolute;
        content: '';
        height: 3px;
        width: 60px;
        bottom: -0.6em;
        left: 50%;
        background: #fff;
        transform: translateX(-50%);
    }
}

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

.img-pop .img-pop-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.img-pop .close {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.img-pop .close img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    cursor: pointer;
}

.img-pop .img-pop-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 70%;
    transform: translate(-50%, -50%);
}

.img-pop .global-inner2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

@media (max-width: 991.98px) {
    .img-pop .close {
        width: .8rem;
        height: .8rem;
        top: .3rem;
        right: .3rem;
    }
}

@media (min-width: 991.98px) {
    .home-product .list .item {
        cursor: default !important;
    }
    .psloution-qe-list .qe-item-more:hover {
        background: #fff;
        transition: .3s;
    }
    .news-recommend:hover .news-detail-tit,
    .news-report .news-report-list .news-report-item:hover .news-report-tit,
    .news-detail-list .news-detail-item:hover .news-detail-tit,
    .psloution-qe-list .qe-item-more:hover {
        color: #0054a3;
    }
    .home-product .list .item-more:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.05);
    }
    .news-recommend .news-detail-images:hover .img,
    .news-detail-list .news-detail-item:hover .img,
    .relevance-product-swiper .product-header-item:hover .img {
        transform: scale(1.05);
        transition: .3s;
    }
    .relevance-product-swiper .product-header-item:hover .product-header-tit {
        color: #1264B2 !important;
    }
    .prd-del .relevance-product-swiper .product-header-item.active:hover .product-header-tit {
        color: #1264B2 !important;
    }
    .news-recommend .news-detail-images .img,
    .news-detail-list .news-detail-item .img,
    .relevance-product-swiper .product-header-item .img {
        transition: .3s;
    }
}

.feature {
    position: absolute;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 2;
}

.pulse {
    width: .3em;
    height: .3em;
    margin: 0 auto;
    margin-top: 0.3em;
    background: #fff;
    background: #fff;
    border-radius: 50%;
}

.pulse1,
.pulse2 {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    left: -25%;
    top: -25%;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    box-shadow: 1px 1px 15px #fff;
}

.pulse1 {
    animation: warn1 1.5s linear;
    animation-iteration-count: infinite;
}

.pulse2 {
    animation: warn2 1.5s linear;
    animation-iteration-count: infinite;
}

@keyframes warn1 {
    0% {
        transform: scale(1);
        opacity: 0.01;
    }
    25% {
        transform: scale(1.2);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.07;
    }
    75% {
        transform: scale(1.6);
        opacity: 0.03;
    }
    100% {
        transform: scale(1.8);
        opacity: 0.01;
    }
}

@keyframes warn2 {
    0% {
        transform: scale(0.8);
        opacity: 0.01;
    }
    25% {
        transform: scale(0.8);
        opacity: 0.13;
    }
    50% {
        transform: scale(1);
        opacity: 0.1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0.07;
    }
    100% {
        transform: scale(1.4);
        opacity: 0.01;
    }
}

.psloution-soln-swiper .item-box {
    overflow: hidden;
}

@media (min-width:991.98px) {
    .psloution-soln-swiper .item-box:hover img {
        transform: scale(1.05);
        transition: .3s;
    }
    .psloution-soln-swiper .item-box img {
        transition: .3s;
    }
    .psloution-soln-swiper .item-box:hover .item-tit {
        color: #1365B3;
    }
}

@media (max-width: 991.98px) {
    .p-slou .public-banner {
        height: 5.6rem;
    }
    .pabout-history .history-list .history-item:nth-child(odd)::after,
    .pabout-history .history-list .history-item:nth-child(even)::after {
        top: 1px;
    }
    .pabout-history .history-list .history-item:nth-child(odd)::before,
    .pabout-history .history-list .history-item:nth-child(even)::before {
        top: 6px;
    }
}