@charset "UTF-8";

/* oyt start*/


/* 产品列表 */

.ptlist-topbox {
    margin-bottom: 3rem;
}

.ptlist-topbox-lvtit {
    font-size: 2.1rem;
    line-height: 1em;
    margin-bottom: 2rem;
}

.ptlist-filtrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 20;
}

.ptlist-search-wap {
    flex: 0 0 21%;
    max-width: 260px;
    position: relative;
    padding: 0 0 .4rem;
    border-bottom: solid 1px #666;
}

.ptlist-search {
    width: 100%;
    position: relative;
}

.ptlist-search-inpt {
    width: 100%;
    height: 2em;
    display: block;
    font-size: .8rem;
    line-height: 2em;
    color: inherit;
    padding: 0 2rem 0 .5rem;
}

.ptlist-search-ico {
    width: 2rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 20;
    color: #666;
}

.ptlist-search-ico .bi {
    width: 1rem;
    height: 1rem;
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ptlist-filtwap {
    display: flex;
    margin: 0 -0.4rem;
}

.ptfilt-item {
    flex: none;
    padding: 0 0.4rem;
}

.ptfilt-item .byted-select-wrapper {
    width: 10em;
}

.ptfilt-item .byted-select-wrapper.is-open .byted-select-arrow::before {
    display: none;
}

.ptfilt-item .byted-select-input {
    border-color: #999;
    padding: 0 2.3rem 0 0.75rem;
    color: #094594;
    font-weight: bold;
    line-height: 2.3rem;
    height: calc(2.3rem + 2px);
    font-size: .9rem;
}

.ptfilt-item .byted-select-arrow {
    right: .8rem;
    width: .8rem;
    height: .8rem;
}

.ptfilt-item .byted-select-arrow::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #094594;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ptfilt-item .byted-select-arrow::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #094594;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ptfilt-item.is-disabled {
    pointer-events: none;
    opacity: .5;
}

.ptfilt-result-wap {
    margin: 1rem 0 0;
    overflow: hidden;
}

.ptfilt-result {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4rem;
}

.ptfilt-result-item {
    padding: 0.4rem;
}

.ptfilt-result-item .box {
    display: block;
    white-space: nowrap;
    padding: 0 2.7rem 0 0.8rem;
    position: relative;
    background: #e3e3e3;
    line-height: 1.8rem;
    font-size: .7rem;
    color: #222;
}

.ptfilt-result-item .item-del {
    width: 2.7rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    color: #666;
    cursor: pointer;
}

.ptfilt-result-item .item-del .bi {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ptfilt-result-item.is-disabled .item-del {
    pointer-events: none;
}

.prdt-list {
    margin: -0.5rem;
    min-height: 14.25rem;
}

.prdt-list .item {
    padding: 0.5rem;
}

.prdt-list .box {
    width: 100%;
    height: 14.25rem;
    display: block;
    background: #fafafa;
    padding: 1.2em;
    text-align: center;
}

.prdt-list .item-imgs {
    width: 8.75rem;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding-bottom: .5em;
    mix-blend-mode: multiply;
}

.prdt-list .imgs {
    width: 100%;
    padding: 100% 0 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin: 0 auto;
}

.prdt-list .imgs img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center center;
}

.prdt-list .item-tit {
    font-size: .8rem;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.solswip .swiper-slide a,
.solswip .swiper-slide p,
.solswip .swiper-slide img {
    transition: .3s;
}

@media screen and (min-width: 992px) {
    .ptlist-search-ico:hover {
        color: #222;
    }
    .solswip .swiper-slide:hover a,
    .prdt-list .box:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    /* .solswip .swiper-slide:hover img, */
    .prdt-list .box:hover .imgs {
        width: 110%;
        padding: 110% 0 0;
        transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
    }
    .solswip .swiper-slide:hover p,
    .prdt-list .box:hover .item-tit {
        padding-bottom: 10px;
        /* text-decoration: underline; */
    }
    .solswip .swiper-slide:hover img {
        transform: scale(1.1);
        transition: .3s;
        -webkit-transition: .3s;
    }
    .solswip .swiper-slide:hover p {
        padding-top: 10px;
        transition: .3s;
        -webkit-transition: .3s;
    }
}

@media screen and (max-width: 991.98px) {
    .ptlist-topbox {
        margin-bottom: .6rem;
    }
    .ptlist-topbox-lvtit {
        font-size: .48rem;
        margin: 0.3rem 0 0.55rem;
    }
    .ptlist-filtrow {
        display: block;
    }
    .ptlist-search-wap {
        flex: none;
        max-width: none;
        width: 100%;
        padding: 0;
        margin: 0 0 0.6rem;
    }
    .ptlist-search-inpt {
        height: .74rem;
        line-height: .74rem;
        font-size: .28rem;
        padding: 0 1rem 0 .2rem;
    }
    .ptlist-search-ico {
        width: 1rem;
    }
    .ptlist-search-ico .bi {
        width: .32rem;
        height: .32rem;
        right: .2rem;
    }
    .ptlist-filtwap {
        display: block;
        margin: 0;
    }
    .ptfilt-item {
        padding: 0;
        margin: 0 0 .3rem;
    }
    .ptfilt-item:last-child {
        margin: 0;
    }
    .ptfilt-item .byted-select-wrapper {
        width: 100%;
    }
    .ptfilt-item .byted-select-input {
        font-size: .3rem;
        line-height: .66rem;
        height: calc(.66rem + 2px);
        padding: 0 0.9rem 0 .2rem;
    }
    .ptfilt-item .byted-select-arrow {
        width: .22rem;
        height: .22rem;
        right: .2rem;
    }
    .ptfilt-result-wap {
        margin: .3rem 0 0;
    }
    .ptfilt-result {
        margin: -0.1rem;
    }
    .ptfilt-result-item {
        padding: .1rem;
    }
    .ptfilt-result-item .box {
        padding: 0 .58rem 0 .18rem;
        font-size: .26rem;
        line-height: .6rem;
    }
    .ptfilt-result-item .item-del {
        width: .58rem;
    }
    .ptfilt-result-item .item-del .bi {
        right: .2rem;
    }
    .prdt-list {
        min-height: 6.5rem;
        margin: -0.15rem;
    }
    .prdt-list .item {
        padding: 0.15rem;
    }
    .prdt-list .box {
        height: 6.5rem;
        padding: .55rem;
    }
    .prdt-list .item-imgs {
        width: 3.9rem;
        padding-bottom: 0rem;
    }
    .prdt-list .item-tit {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .06rem;
        max-height: 1rem;
    }
}


/* 用量计算器 */

.pcalc-lv1box {
    width: 100%;
    margin-bottom: 2rem;
}

.pcalc-lv1box .lvtit {
    font-size: 2.1rem;
    line-height: 1em;
}

.pcalc-lv2box {
    width: 100%;
    position: relative;
}

.pcalc-lv2box.web {
    display: flex;
    overflow: hidden;
}

.pcalc-lv2box.web a {
    /* height: 2.6rem; */
    padding: 0.4em 0.7em;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    line-height: 1.625em;
    background: #f2f2f2;
    border-right: solid 1px #fff;
}

.pcalc-lv2box.web a:last-child {
    border-right: none;
}

.pcalc-lv2box.web a:hover {
    font-weight: bold;
}

.pcalc-lv2box.web a.current {
    background: #fdd001;
    font-weight: bold;
}

.pcalc-lv2box.app .byted-select-input {
    background: #fdd001;
    padding: 0 1rem 0 0.4rem;
    font-weight: bold;
    font-size: .32rem;
    line-height: .8rem;
    height: .8rem;
    border: none;
    color: #222;
}

.pcalc-lv2box.app .byted-select-arrow {
    right: .4rem;
    color: #666;
}

.pcalc-lv2box.app .byted-select-arrow .bi {
    width: .28rem;
    height: .28rem;
}

.pcalc-lv2box.app .byted-popover-wrapper {
    border: solid 1px #fdd001;
    background: #fff;
}

.pcalc-lv2box.app .byted-option-list {
    font-size: .3rem;
}

.pcalc-lv2box.app .byted-option-list li {
    padding: 0.1rem 0.4rem;
}

.pcalc-lv2box.app .byted-option-list li.current {
    display: none;
}

.form-calc-wrap {
    width: 100%;
    position: relative;
    border: solid 1px #fdd001;
    padding: 2.25rem 3rem;
}

.form-calc-wrap .tab-content {
    margin-top: 2rem;
}

.form-calc-wrap .form-group {
    display: flex;
    font-size: .6rem;
    margin-bottom: 1rem;
}

.form-calc-wrap .control-label {
    flex: 1;
    padding: 0 1rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 1em;
    line-height: 1.5em;
}

.form-calc-wrap .form-group-cell {
    flex: 0 0 55%;
    max-width: 510px;
    padding: 0 1rem;
    color: #333;
}

.form-calc-wrap .form-control {
    width: 100%;
    height: calc(1.7rem + 2px);
    line-height: 1.7rem;
    font-size: 1em;
    color: inherit;
    padding: 0 1rem;
    border: solid 1px #cbcdd1;
}

.form-calc-wrap .form-btnbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1rem 1.1rem;
    position: relative;
    border-top: solid 1px transparent;
    margin-top: 1.5rem;
}

.form-calc-wrap .form-btnbox::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url("/img/static/calc-line.jpg") repeat-x center center;
    position: absolute;
    left: 0;
    top: -1px;
}

.form-calc-wrap .btn-submit {
    width: 11.5rem;
    height: calc(2.1rem + 2px);
}

.form-calc-wrap .row {
    margin: 0 -5px;
}

.form-calc-wrap .row-item {
    padding: 0 5px;
}

.form-calc-tab {
    display: flex;
    margin: 0 -5px;
}

.form-calc-tab li {
    padding: 0 5px;
    flex: 1;
}

.form-calc-tab li.active a {
    border-color: #cbcdd1;
    font-weight: bold;
}

.form-calc-tab a {
    display: block;
    width: 100%;
    height: calc(2.1rem + 2px);
    height: auto;
    line-height: 1.5rem;
    padding: 0.3rem;
    text-align: center;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    cursor: pointer;
}

.form-calc-result {
    width: 100%;
    display: flex;
    padding: 0 1rem;
    font-size: .7rem;
    line-height: 1.5rem;
}

.form-calc-result .hd {
    flex: none;
    white-space: nowrap;
    margin-right: 1em;
}

.form-calc-result .bd {
    flex: 1;
}

.pcalc-result-list {
    width: 100%;
}

.pcalc-result-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pcalc-result-list .word {
    color: #094594;
}

.pcalc-remarks {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1.1rem;
    font-size: .7rem;
    line-height: 2em;
    color: #666;
}

.pcalc-remarks .doc {
    padding: 0 2rem 0 0;
}

.pcalc-remarks h4,
.pcalc-remarks h5 {
    font-size: 1em;
    margin-bottom: 4px;
}

.pcalc-remarks .red {
    color: #f00202;
}

.pcalc-remarks li {
    display: flex;
}

.pcalc-remarks li .num {
    white-space: nowrap;
    flex: none;
    padding: 0 0 0 0.5em;
}

.pcalc-remarks li .p {
    flex: 1;
}

.pcalc-remarks .tab-pane {
    display: none;
}

.pcalc-remarks .tab-pane.active {
    display: block;
}

@media screen and (max-width: 991.98px) {
    .pcalc-lv1box {
        margin-bottom: .5rem;
    }
    .pcalc-lv1box .lvtit {
        font-size: .48rem;
    }
    .form-calc-wrap {
        padding: .5rem .4rem .7rem;
    }
    .form-calc-wrap .form-group {
        display: block;
        font-size: .28rem;
        margin-bottom: .22rem;
    }
    .form-calc-wrap .control-label {
        display: block;
        line-height: .4rem;
        padding: 0;
        margin-bottom: .24rem;
    }
    .form-calc-wrap .form-group-cell {
        max-width: none;
        flex: none;
        display: block;
        padding: 0;
    }
    .form-calc-wrap .form-control {
        height: calc(.66rem + 2px);
        line-height: .66rem;
        padding: 0 0.4rem;
    }
    .form-calc-wrap .tab-content {
        margin-top: .45rem;
    }
    .form-calc-wrap .tab-content .control-label {
        margin-bottom: .14rem;
    }
    .form-calc-wrap .form-btnbox {
        margin-top: .5rem;
        padding: .3rem 0 .4rem;
    }
    .form-calc-wrap .btn-submit {
        width: 100%;
        height: calc(.68rem + 2px);
        font-size: .28rem;
        padding: 0;
        border-radius: 0;
    }
    .form-calc-tab {
        display: block;
        margin: 0;
    }
    .form-calc-tab li {
        width: 100%;
        margin: 0 0 .2rem;
        padding: 0;
    }
    .form-calc-tab li:last-child {
        margin: 0;
    }
    .form-calc-tab a {
        height: calc(.66rem + 2px);
        line-height: .66rem;
        height: auto;
    }
    .form-calc-result {
        padding: 0;
        font-size: .28rem;
        line-height: .48rem;
        display: block;
    }
    .form-calc-result .hd {
        margin: 0;
    }
    .pcalc-remarks {
        margin: .3rem 0 0;
        font-size: .28rem;
        line-height: .48rem;
    }
    .pcalc-remarks .doc {
        padding: 0;
    }
    .pcalc-remarks li {
        margin-bottom: .1rem;
    }
}


/* oyt end*/


/* wzq start*/

.case-logobox {
    width: 10em;
    height: 4em;
    display: block;
    margin: auto;
    position: relative;
}

.case-logobox img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    object-fit: scale-down;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.caselogo .list {
    float: left;
    width: 20%;
    margin-bottom: 3em;
}

.caselogo .text {
    font-size: .8em;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}

.caselogo {
    margin-bottom: -3em;
}

.p-traffic .caselogo {
    margin-top: 2em;
}

.caseh1 {
    font-size: 2.1em;
    text-align: center;
    position: relative;
}

.caseh1::after {
    width: 60px;
    height: 4px;
    background-color: #094594;
    content: '';
    display: block;
    margin: 20px auto 0;
}

.caseswip .swiper-wrapper {
    justify-content: center;
}

.caseswip .swiper-slide {
    position: relative;
    width: auto;
    font-size: .7em;
    line-height: 1.25;
    color: #666666;
    padding: 0 .7em;
    max-width: 10em;
}

.caseswip .swiper-slide::before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: .0625em;
    height: .8em;
    background-color: #222;
}

.caseswip .swiper-slide:last-child::before {
    display: none;
}

@media (min-width:991.98px) and (max-width:1140px) {
    .caseswip .swiper-slide {
        padding: 0 .5em;
        max-width: 7em;
    }
}


/* .caseswip .swiper-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
} */

.caseswip {
    position: relative;
    width: 100%;
    margin-top: 2em;
    padding: 0.3em 0;
}

.caseswip .active {
    color: #094594;
}

.buildbox .time {
    font-size: .7em;
    color: #666;
}

.buildbox .textbox {
    margin-top: 1.5em;
}

.buildbox .builtit {
    font-size: 1.1em;
    line-height: 1.33;
    margin-top: 10px;
}

.buildbox .text {
    font-size: .8em;
    line-height: 1.87em;
    color: #666;
    margin-top: 1.25em;
}

.buildbox ul {
    width: 33.3%;
    padding: 0 15px;
    float: left;
}

.buildbox {
    margin: 0 -15px;
}

.position_box {
    display: inline-block;
    padding: 0 12px;
    background-color: #fdd001;
    font-size: .7em;
    line-height: 1.3em;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.4em 0.55em;
}

.buildbox li {
    position: relative;
}

.buildbox ul li+li {
    margin-top: 4em;
}

.buildbox {
    margin-top: 2.5em;
}

.buildbox img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    min-height: 200px;
}

.casemore_box {
    width: 145px;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    background-color: #fdd001;
    margin: auto;
    border: 1px solid #e7be0c;
}

.casemore {
    padding: 4em 0 1em;
    position: relative;
    margin-top: -3em;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 1));
}

.build2box {
    margin-bottom: 1em;
}

.casemore_box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    color: #0850b0;
    font-weight: bold;
}

.build2box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    margin-top: 3.25em;
}

.build2box .item {
    width: 16.6%;
    margin-bottom: 2.5em;
}

.build2box .item img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 3.25em;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

.build2 {
    margin-top: 5em;
}

.build2 .item+.item+.item+.item+.item+.item+.item+.item+.item+.item+.item+.item {
    display: none;
}

.p-casedet .caseh1::after {
    background-color: #fdd001;
}

.casedet .left {
    width: 44%;
    float: left;
}

.casedettext {
    font-size: .8em;
    line-height: 1.87em;
}

.decorate {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin-top: .75em;
    margin-bottom: 1.5em;
}

.decorate p {
    padding-left: 30px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.decorate p::after {
    width: 24px;
    height: 24px;
    display: block;
    content: '';
    top: 2px;
    position: absolute;
    left: 0;
    background-image: url(/img/static/duigou.svg);
}

.casedetic img {
    width: 50px;
    height: 54px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.casedetic li {
    width: 20%;
    float: left;
    text-align: center;
}

.casedetic_tit {
    font-size: .8em;
    font-weight: bold;
    margin-top: 1.87em;
}

.casedetic .text {
    font-size: .8em;
    line-height: 1.5;
    color: #666666;
    margin-top: 13px;
}

.casedetic {
    margin-top: 3em;
}

.casedet {
    margin-top: 2.5em;
}

.casedet .right {
    width: 56%;
    padding-left: 2.5em;
    padding-right: 2.75em;
}

.casedet .left img {
    width: 100%;
}

.casedet {
    background-color: #fafafa;
    padding: 3em 0 6em;
}

.p-casedet .temp-mainbox {
    padding-bottom: 0;
}

@media(max-width:991.98px) {
    .p-traffic-buildfeat .inside-banbox .b-heading {
        font-size: .5rem;
    }
    .b-desc.app {
        display: none;
    }
    .p-hrList .b-desc.app {
        display: block;
    }
    .p-traffic-buildfeat .temp-mainbox {
        padding-top: 0;
    }
    .p-casedet .temp-mainbox {
        padding-top: 1rem;
    }
    .casedetic li {
        width: 50%;
    }
    .casedet {
        padding-bottom: 1.15rem !important;
    }
    .casedettext {
        margin-top: .75rem;
    }
    .decorate {
        margin-bottom: .5rem;
    }
    .casedettext {
        font-size: .28rem;
    }
    .casedettext strong {
        font-size: .3rem;
    }
    .casedet .right {
        padding: 0;
        width: 100%;
        float: none;
    }
    .casedet .left {
        width: 100%;
        float: none;
    }
    .casedet {
        margin-top: 1rem;
        padding: 0;
    }
    .casedetic {
        margin-top: .85rem;
    }
    .casedetic .overflow-hidden {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkitflex-wrap: wrap;
    }
    .casedetic li+li+li {
        margin-top: .7rem;
    }
    .casedetic .text {
        font-size: .28rem;
        margin-top: .1rem;
    }
    .casedetic_tit {
        font-size: .28rem;
        margin-top: .25rem;
    }
    .caseh1 {
        font-size: .48rem;
    }
    .position_box {
        font-size: .28rem;
    }
    .buildbox ul {
        width: 100%;
    }
    .buildbox .time {
        display: none;
    }
    .buildbox ul li+li {
        margin-top: .65rem;
    }
    .casemore_box {
        height: .8rem;
        line-height: .2rem;
    }
    .build2 {
        margin-top: 1.2rem;
    }
    .build2box .item img {
        max-height: .55rem;
    }
    .build2box .item {
        width: 33.3%;
        margin-bottom: .5rem;
    }
    .p-build .ppartner-home {
        margin-top: .5rem;
    }
    .buildbox {
        margin-top: .5rem;
    }
    .build2box {
        margin-top: .6rem;
        margin-bottom: .3rem;
    }
    .casemore {
        background-color: transparent;
        margin-top: .7rem;
        padding: 0;
    }
    .casemore_box a {
        font-size: .28rem;
    }
    .buildbox ul+ul {
        margin-top: .65rem;
    }
    .buildbox .builtit {
        font-size: .36rem;
    }
    .buildbox .text {
        display: none;
    }
    .buildbox .textbox {
        margin-top: .25rem;
    }
    .ppartner-home .choose .boxs {
        position: relative;
        width: 4.6rem;
        height: .7rem;
        margin: 0 auto;
        background-color: #f7f7f7;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .ppartner-home .choose .boxs .top {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .ppartner-home .choose .boxs .top .tit {
        font-size: .28rem;
        line-height: 1;
        color: #004098;
    }
    .ppartner-home .choose .boxs .top .bi {
        width: 20px;
        height: 10px;
        color: #094594;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .ppartner-home .choose .boxs .pop {
        display: none;
        position: absolute;
        bottom: 0;
        top: .7rem;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .ppartner-home .choose .boxs .pop .list {
        display: block;
        padding: .5rem .6rem;
        background-color: #e5e5e5;
    }
    .ppartner-home .choose .boxs .pop .item {
        margin-bottom: .4rem;
        color: #fff;
    }
    .ppartner-home .choose .boxs .pop .item .boxes {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .28rem;
        color: #333;
    }
    .ppartner-home .choose .boxs .pop .item:last-child {
        margin-bottom: 0;
    }
    .caselogo .text {
        display: none;
    }
    .caselogo .list {
        width: 33.3%;
    }
    .case-logobox {
        width: 1.35rem;
        width: 100%;
        height: 1rem;
    }
    .p-traffic .caselogo {
        margin-top: .93rem;
    }
    .caselogo .list {
        margin-bottom: .7em;
    }
    .caselogo {
        margin-bottom: -.8rem;
    }
    .pop-open .ppartner-home .choose .boxs .pop {
        display: block;
    }
    .pop-open .bi {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
}


/* 解决方案 */

.pnews-list .text {
    font-size: .8em;
    line-height: 1.7;
    color: #666;
    margin-top: 10px;
    height: 3.4em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.p-soiutionbuild .pnews-list .item .tit {
    /* white-space: nowrap; */
    /* height: auto; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pnews-list .item .tit {
    height: auto;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sol1-box {
    margin-bottom: 2.2em;
}

.souh1 {
    font-size: 2.1em;
    text-align: center;
}

.souh6 {
    font-size: .8em;
    color: #666;
    line-height: 1.66;
    text-align: center;
    margin-top: 1em;
}

.pcase-prj .list .item {
    width: 33.3%!important;
    padding: 0 10px;
    height: 24em;
}

.pub-tit .tit {
    font-weight: 400;
}

.pcase-prj .list {
    margin-left: -10px;
    margin-left: -10px;
}

.sol3 .pub-tit {
    position: relative;
    padding-bottom: 0.9em;
}

.sol3 .pub-tit .tit {
    font-weight: normal;
    font-size: 2.4em;
    line-height: 1.2857;
    color: #222;
    text-align: center;
}

.sol3 .pub-tit::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 3em;
    height: 0.15em;
    background-color: #095494;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.solswip a {
    width: 100%;
    height: 14rem;
    display: block;
    background-color: #fafafa;
    padding: 2.25em 0 3.25em;
    padding: 2.15em 1.2em 3.3em;
    overflow: hidden;
}

.solswip p {
    font-size: .8em;
    line-height: 1.5;
    text-align: center;
    /* margin-top: 1.25em; */
    max-height: 3.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.solswip img {
    display: block;
    width: 8.75em;
    height: 6.75em;
    max-width: 100%;
    margin: auto;
    margin-bottom: .5em;
    object-fit: contain;
    object-position: center center;
}

.solswip {
    margin: -1em 0;
    margin-top: 2.5em;
}

.solswip .swiper-slide {
    padding: 1em 0;
}

.sol3 {
    margin-top: 5.75em;
}

.leftis {
    display: none;
}

.rightis {
    display: none;
}

.solbtn img {
    width: 15px;
}

.solbtn {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
}

.solbtn1 {
    left: -4em;
}

.solbtn1 img {
    max-width: none;
    width: .75em;
    height: 1.2em;
    object-fit: contain;
}

.solbtn2 {
    right: -4em;
}

.solswipbox {
    display: none;
    position: relative;
}

.p-soiutionbuild .solswipbox,
.solswipbox.active {
    display: block;
    position: relative;
}

.solbtn.swiper-button-disabled {
    /* display: none !important; */
    display: none !important;
}

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

.soidet h2 {
    font-size: 2.62em;
    margin-bottom: 20px;
    line-height: 1.1904;
}

.soidet {
    font-size: .8em;
    line-height: 1.875;
}

.soidet1 p {
    display: inline-block;
    margin-bottom: 1em;
}

.soidet1 p:last-child {
    margin-bottom: 0em;
}

.soidet1 strong {
    margin: 15px 0;
    margin: 0px 0;
}

.soidet2 p {
    margin-bottom: .6rem;
}

.soidet2 p:last-child {
    margin-bottom: 0;
}

.soidet img {
    max-width: 100%;
    margin-top: 2.18em;
}

.soidet {
    margin-bottom: 4.3em;
}

.soidet p strong {
    display: inline-block;
    /* margin-bottom: -2em; */
}

.soidet li {
    list-style: disc;
}

.soidet ul {
    padding-left: 1.5em;
    margin-top: 1.25em;
}

.type-swiper1 li {
    list-style: none;
}

.soiswip .swiper-slide {
    width: auto;
    cursor: pointer;
}

.soiswip .active {
    font-weight: bold;
    position: relative;
}

.soiswip .active::after {
    position: absolute;
    content: '';
    bottom: -0.9em;
    left: 50%;
    width: 2.5em;
    height: 0.4em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/slide-active.svg);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.soiswip {
    padding-bottom: 1em;
}


/* .solswipbox_tab .solswipbox+.solswipbox {
    display: none;
} */

.solswipbox_tab img {
    margin-top: 0;
}

.p-soiutiondet .prj-tit {
    font-size: 2.1em;
}

.p-soiutiondet .pprj-down {
    padding-top: 3em;
    border-top: 1px solid #e6e6e6;
}

.p-soiutionbuild .pnews-list .list {
    margin-bottom: -.75em;
}

.soidet3 {
    font-size: 1em;
}

@media(max-width:992px) {
    .solbtn1 img {
        width: 15px;
        height: 100%;
    }
    .soidet1 p {
        margin-bottom: .3rem;
    }
    .sol1-box {
        margin-bottom: .6rem;
    }
    .p-soiutiondet .global-inner {
        padding: 0 !important;
    }
    .p-soiutiondet .b-desc.app {
        display: none;
    }
    .p-soiutiondet .soidet3 .public-pull,
    .p-soiutiondet .soidet3 h2,
    .soidet1,
    .soidet2,
    .pprj-down {
        padding: 0 .5rem !important;
    }
}

@media(min-width:992px) {
    .solbtn1:hover .leftno {
        display: none;
    }
    .solbtn1:hover .leftis {
        display: inline-block;
    }
    .solbtn2:hover .rightno {
        display: none;
    }
    .solbtn2:hover .rightis {
        display: inline-block;
    }
    .caseswip .swiper-slide:hover {
        color: #094594;
    }
    .casemore_box:hover {
        background-color: rgba(253, 208, 1, .5);
    }
}


/* 首页引用 开始 */

.pcase-prj {
    margin-top: 5.5em;
}

.pcase-prj .pub-tit {
    position: relative;
    font-weight: normal;
    margin-bottom: 2.5em;
    padding-bottom: 0.9em;
}

.pcase-prj .pub-tit .tit {
    font-weight: normal;
    font-size: 2.4em;
    line-height: 1.2857;
    color: #222;
    text-align: center;
}

.pcase-prj .pub-tit::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 3em;
    height: 0.15em;
    background-color: #095494;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.pcase-prj .list {
    margin-bottom: 3em;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pcase-prj .list .item {
    height: 16.5em;
    height: 100%;
    margin-bottom: 1em;
}

.pcase-prj .list .item:nth-child(1) {
    width: 41.66%;
}

.pcase-prj .list .item:nth-child(3),
.pcase-prj .list .item:nth-child(2) {
    width: 27.5%;
}

.pcase-prj .list .item:nth-child(6),
.pcase-prj .list .item:nth-child(5),
.pcase-prj .list .item:nth-child(4) {
    width: 32.08%;
    height: 24em;
    margin-bottom: 0;
}

.pcase-prj .list .item:nth-child(6) .image,
.pcase-prj .list .item:nth-child(5) .image,
.pcase-prj .list .item:nth-child(4) .image {
    height: 24em;
}

.pcase-prj .list .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
}

.pcase-prj .list .type {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: auto;
    padding: 0.4em 0.55em;
    z-index: 3;
    background-color: #fdd001;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical; */
}

.pcase-prj .list .title {
    text-align: left;
    font-size: .7em;
    line-height: 1.25;
    color: #333;
    white-space: normal !important;
}

.pcase-prj .list .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.pcase-prj .list .imgs .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.pcase-prj .list .imgs .image-m {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 3;
}

.pcase-prj .list .tit {
    position: absolute;
    left: .9em;
    bottom: 1em;
    font-size: 1.1em;
    line-height: 1;
    color: #fff;
    z-index: 3;
}

.pcase-prj .more-more {
    width: 7.25em;
    height: 2.7em;
    margin: 0 auto;
    background-color: #fdd001;
    border: 1px solid #d3af15;
}

.pcase-prj .more-more .box {
    width: 100%;
    height: 100%;
    font-size: .8em;
    font-weight: bold;
    color: #0850b0;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
    .pcase-prj {
        margin-top: .7rem;
    }
    .pcase-prj .pub-tit {
        margin-bottom: .6rem;
    }
    .pcase-prj .pub-tit .tit {
        font-size: .48rem;
        font-weight: normal;
        line-height: .68rem;
    }
    .pcase-prj .pcase-prj-banner {
        position: relative;
        margin-bottom: 1.15rem;
        overflow: hidden;
    }
    .pcase-prj .item-slide {
        height: 4.3rem;
        margin-bottom: 0em;
    }
    .pcase-prj .item-slide .box {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .pcase-prj .item-slide .type {
        position: absolute;
        top: 0;
        left: 0;
        padding: .14rem .23rem;
        z-index: 3;
        background-color: #fdd001;
    }
    .pcase-prj .item-slide .title {
        text-align: center;
        font-size: .28rem;
        line-height: 1;
        color: #333;
    }
    .pcase-prj .item-slide .imgs {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .pcase-prj .item-slide .imgs .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
    }
    .pcase-prj .item-slide .imgs .image-m {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 3;
    }
    .pcase-prj .item-slide .tit {
        position: absolute;
        left: .2rem;
        bottom: .3rem;
        font-size: .36rem;
        line-height: 1;
        color: #fff;
        z-index: 3;
    }
    .pcase-prj .pcase-prj-banner-pagination {
        bottom: -.54rem;
    }
    .pcase-prj .swiper-pagination-bullet {
        width: .14rem;
        height: .14rem;
        border-radius: 0;
    }
}


/* 首页引用 结束 */

.sol2 .pub-tit {
    margin-bottom: 2em;
}

.sol2 .list {
    margin-bottom: 2em;
}

@media(max-width:991.98px) {
    .sol2 .pub-tit {
        margin-bottom: .56rem;
    }
    .sol2 .list {
        margin-bottom: 0em;
    }
    .sol3 .pub-tit {
        position: relative;
        padding-bottom: 0.26rem;
    }
    .sol3 .pub-tit .tit {
        font-weight: normal;
        font-size: .48rem;
        line-height: .68rem;
        color: #222;
        text-align: center;
    }
    .sol3 .pub-tit::before {
        width: 0.6rem;
        height: 0.04rem;
    }
    .pcase-prj .pub-tit {
        position: relative;
        padding-bottom: 0.26rem;
    }
    .pcase-prj .pub-tit .tit {
        font-weight: normal;
        font-size: .48rem;
        line-height: .68rem;
        color: #222;
        text-align: center;
    }
    .pcase-prj .pub-tit::before {
        width: 0.6rem;
        height: 0.04rem;
    }
    .soidet h2 {
        font-size: .48rem;
        line-height: .65rem;
    }
    .p-soiutiondet .public-pull .pull-down .byted-select-wrapper {
        width: 100%;
    }
    .p-soiutiondet .public-pull .pull-down {
        display: block;
    }
    .soidet {
        font-size: .28rem;
    }
    .p-soiutionbuild .pnews-list .list {
        margin-bottom: 0;
    }
    .soidet ul {
        margin: 0;
        padding: 0;
    }
    .byted-option-list li {
        list-style: none;
    }
    .solswip {
        margin-top: .55rem;
    }
    .solswip a {
        height: 5rem;
        padding: .3rem 0 1.15rem;
        /* padding-top: 0; */
    }
    .solswip img {
        width: 3.75rem;
        height: 100%;
        height: 90%;
        height: 2.36rem;
        margin-bottom: 0.2rem;
    }
    .solswipbox {
        padding: 0 .75rem;
        padding: 0rem;
    }
    .solbtn2 {
        right: .7rem;
    }
    .p-soiutiondet .prj-tit {
        font-size: .48rem;
    }
    .soidet {
        margin-bottom: .7rem;
    }
    .p-soiutiondet .pprj-down {
        padding-top: .8rem !important;
    }
    .soidet img {
        margin-top: .3rem;
    }
    .solbtn1 {
        left: .7rem;
    }
    .solbtn {
        top: 50%;
    }
    .souh1 {
        font-size: .48rem;
    }
    .solswip p {
        font-size: .28rem;
        padding: 0 0.4rem;
    }
    .pcase-prj .list {
        margin-bottom: 0;
    }
    .sol3 {
        margin-top: 1.2rem;
    }
    .pcase-prj .list .item {
        width: 100%!important;
        margin-bottom: .6rem;
    }
    .pcase-prj .list .type {
        padding: .12rem .3rem;
    }
    .pcase-prj .global-inner {
        padding: 0!important;
    }
    .pcase-prj .list .title {
        font-size: .28rem;
    }
    .pcase-prj .list .tit {
        font-size: .36rem;
    }
    .pcase-prj .list .item {
        height: 8.1rem;
        height: 100%;
    }
    .pcase-prj .more-more {
        width: 2.2rem;
        height: .8rem;
    }
    .pcase-prj .more-more .box {
        font-size: .28rem;
    }
    .pnews-list .text {
        font-size: .28rem;
        margin-top: .1rem;
    }
    .souh6 {
        font-size: .28rem;
        margin-top: .35rem;
    }
    .pnews-list .item .tit {
        display: block;
    }
}


/* wzq end*/


/* zst start */

.public-pull .pull-down {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.public-pull .pull-down .box {
    margin-right: 1.6em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.public-pull .pull-down .box:last-child {
    margin-right: 0;
}

.public-pull .pull-down .tit {
    font-size: .7em;
    line-height: 1;
    color: #999;
}

.public-pull .pull-down .byted-select-wrapper {
    width: 10em;
    height: 2.1em;
}

.public-pull .pull-down .byted-select-input {
    height: 2.8em;
    line-height: 2.8em;
}

@media (max-width: 991.98px) {
    .public-pull .pull-down .box {
        margin-right: 0;
        margin-bottom: .5rem;
    }
    .public-pull .pull-down .box:last-child {
        margin-bottom: 0;
    }
    .public-pull .pull-down .tit {
        font-size: .28rem;
        line-height: 1;
    }
    .public-pull .pull-down .byted-select-wrapper {
        width: 4rem;
        height: .68rem;
    }
    .public-pull .pull-down .byted-select-input {
        height: .68rem;
        line-height: .68rem;
    }
}

.pnews-list {
    margin-top: 2em;
}

.pnews-list .list {
    margin: 0 -.75em;
}

.pnews-list .item {
    margin-bottom: 1.5em;
}

.pnews-list .item .imgs {
    position: relative;
    width: 100%;
    height: 12.5em;
    overflow: hidden;
}

.pnews-list .item .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pnews-list .item .imgs .image-m {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pnews-list .item .bd {
    padding: 1.3em 1em 1.5em;
    background-color: #f7f7f7;
}

.pnews-list .item .tit {
    height: 2.72em;
    font-size: 1.1em;
    line-height: 1.36;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pnews-list .item .time {
    font-size: .7em;
    line-height: 1;
    color: #666;
    margin-top: .85em;
}

.pnews-list .item .more {
    margin-top: 2.5em;
}

.pnews-list .item .more .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pnews-list .item .more .title {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #0850b0;
}

.pnews-list .item .more .imges {
    width: 1.8em;
    height: 1.8em;
    margin-left: 0.7em;
    background-color: #fdd001;
    border: 1px solid #d3af16;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pnews-list .item .more .imges .images {
    width: 0.5em;
    height: 0.65em;
}

.pnews-list .item:last-child(1),
.pnews-list .item:last-child(2),
.pnews-list .item:last-child(3) {
    margin-bottom: 0;
}

.pnews-list .more-more {
    margin-top: 3em;
}

.p-soiutionbuild .pnews-list {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .pnews-list {
        margin-top: .7rem;
    }
    .pnews-list .list {
        margin: 0;
    }
    .pnews-list .item {
        margin-bottom: .5rem;
        padding: 0;
    }
    .pnews-list .item .imgs {
        position: relative;
        width: 100%;
        height: 4.25rem;
        overflow: hidden;
    }
    .pnews-list .item .bd {
        padding: .27rem .35rem .5rem;
    }
    .pnews-list .item .tit {
        height: 1.02rem;
        font-size: .36rem;
        line-height: .56rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .pnews-list .item .time {
        font-size: .28rem;
        line-height: 1;
        color: #666;
        margin-top: .28rem;
    }
    .pnews-list .item .more {
        margin-top: .6rem;
    }
    .pnews-list .item .more .title {
        font-size: .28rem;
    }
    .pnews-list .item .more .imges {
        width: .6rem;
        height: .6rem;
        margin-left: .77rem;
    }
    .pnews-list .item .more .imges .images {
        width: .18rem;
        height: .23rem;
    }
    .pnews-list .item:last-child(2),
    .pnews-list .item:last-child(3) {
        margin-bottom: 0.5rem;
    }
    .pnews-list .item:last-child {
        margin-bottom: 0;
    }
    .pnews-list .more-more {
        margin-top: .8rem;
    }
}

.p-exhList .pexh-list {
    padding-top: 4.5em;
}

.p-exhList .pexh-list .list {
    margin: -4.5em 0;
}

.p-exhList .pexh-list .item {
    margin-bottom: 4.5em;
}

.p-exhList .pexh-list .item .box {
    position: relative;
}

.p-exhList .pexh-list .item .type {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em 1.3em;
    z-index: 2;
    background-color: #fdd001;
}

.p-exhList .pexh-list .item .type .title {
    text-align: center;
    font-size: .7em;
    line-height: 1;
    color: #333;
}

.p-exhList .pexh-list .item .imgs {
    height: 12em;
}

.p-exhList .pexh-list .item .bd {
    padding: 1.3em 0 0;
    background-color: #fff;
}

.p-exhList .pexh-list .item .tit {
    height: auto;
}

.p-exhList .pexh-list .item .docx {
    color: #666;
    margin-top: .8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.p-exhList .pexh-list .item .docx .place {
    margin-right: .7em;
}

.p-exhList .pexh-list .item .docx .place .bi {
    width: .7em;
    height: .8em;
    margin-right: 4px;
}

.p-exhList .pexh-list .item .docx .time {
    margin-top: 0;
    font-size: 1em;
}

.p-exhList .pexh-list .item .docx .time .bi {
    width: .7em;
    height: .7em;
    margin-right: 4px;
}

.p-exhList .pexh-list .item .docx .place,
.p-exhList .pexh-list .item .docx .time {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.p-exhList .pexh-list .item .docx .place .city,
.p-exhList .pexh-list .item .docx .place .num,
.p-exhList .pexh-list .item .docx .time .city,
.p-exhList .pexh-list .item .docx .time .num {
    font-size: .7em;
}

@media (max-width: 991.98px) {
    .p-exhList .pexh-list {
        padding-top: .8rem;
    }
    .p-exhList .pexh-list .list {
        margin: -.8rem 0;
    }
    .p-exhList .pexh-list .item {
        margin-bottom: .8rem;
    }
    .p-exhList .pexh-list .item .box {
        position: relative;
    }
    .p-exhList .pexh-list .item .type {
        position: absolute;
        top: 0;
        left: 0;
        padding: .13rem .43rem;
    }
    .p-exhList .pexh-list .item .type .title {
        font-size: .28rem;
    }
    .p-exhList .pexh-list .item .imgs {
        height: 4.15rem;
    }
    .p-exhList .pexh-list .item .bd {
        padding: .4rem 0 0;
    }
    .p-exhList .pexh-list .item .tit {
        height: auto;
    }
    .p-exhList .pexh-list .item .docx {
        color: #666;
        margin-top: .25rem;
    }
    .p-exhList .pexh-list .item .docx .place {
        margin-right: .3rem;
    }
    .p-exhList .pexh-list .item .docx .place .bi {
        width: .27rem;
        height: .27rem;
        margin-right: .08rem;
    }
    .p-exhList .pexh-list .item .docx .time {
        margin-top: 0;
        font-size: 1em;
    }
    .p-exhList .pexh-list .item .docx .time .bi {
        width: .28rem;
        height: .28rem;
        margin-right: .08rem;
    }
    .p-exhList .pexh-list .item .docx .place .city,
    .p-exhList .pexh-list .item .docx .place .num,
    .p-exhList .pexh-list .item .docx .time .city,
    .p-exhList .pexh-list .item .docx .time .num {
        font-size: .28rem;
    }
}

.pindustry-list .list {
    margin-top: 1em;
}

.pindustry-list .list .item {
    border-bottom: 1px solid #dfe1e6;
}

.pindustry-list .list .box {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.7em 1em 1.35em;
}

.pindustry-list .list .time {
    font-size: .7em;
    line-height: 1;
    color: #666;
}

.pindustry-list .list .end {
    margin-top: 3px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pindustry-list .list .tit {
    width: 80%;
    font-size: .9em;
    line-height: 2;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pindustry-list .list .more {
    width: 1.8em;
    height: 1.8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #b8b8b8;
    background-color: #fff;
}

.pindustry-list .list .more .image {
    width: .35em;
    height: .55em;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .pindustry-list .list {
        margin-top: .24rem;
    }
    .pindustry-list .list .item {
        border-bottom: 1px solid #dfe1e6;
    }
    .pindustry-list .list .box {
        padding: .58rem 0em .72rem;
    }
    .pindustry-list .list .time {
        font-size: .28rem;
        line-height: 1;
    }
    .pindustry-list .list .end {
        margin-top: .23rem;
    }
    .pindustry-list .list .tit {
        width: 100%;
        font-size: .36rem;
        line-height: .52rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.pnewsdetail .headline {
    padding-bottom: 2.25em;
    border-bottom: 1px solid #bebebe;
}

.pnewsdetail .headline .top .tit {
    width: 80.83%;
    font-size: 2.1em;
    line-height: 1.238;
    color: #222;
}

.pnewsdetail .headline .end {
    margin-top: 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pnewsdetail .headline .end .left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #666;
}

.pnewsdetail .headline .end .left .docx {
    color: #666;
    margin-top: .8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.pnewsdetail .headline .end .left .docx .place {
    margin-right: .7em;
}

.pnewsdetail .headline .end .left .docx .place .bi {
    width: 0.7em;
    height: 0.8em;
    margin-right: 4px;
}

.pnewsdetail .headline .end .left .docx .time {
    margin-top: 0;
    font-size: 1em;
}

.pnewsdetail .headline .end .left .docx .time .bi {
    width: .7em;
    height: .7em;
    margin-right: 4px;
}

.pnewsdetail .headline .end .left .docx .place,
.pnewsdetail .headline .end .left .docx .time {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.pnewsdetail .headline .end .left .docx .place .city,
.pnewsdetail .headline .end .left .docx .place .num,
.pnewsdetail .headline .end .left .docx .time .city,
.pnewsdetail .headline .end .left .docx .time .num {
    font-size: .7em;
}

.pnewsdetail .headline .end .time {
    font-size: .8em;
    line-height: 1;
}

.pnewsdetail .headline .end .right .list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 -.75em;
}

.pnewsdetail .headline .end .right .list .item {
    position: relative;
    padding: 0 .75em;
}

.pnewsdetail .headline .end .right .list .wb .bi {
    width: 1.5em;
    height: 1.3em;
}

.pnewsdetail .headline .end .right .list .in .bi {
    width: 1.3em;
    height: 1.3em;
}

.pnewsdetail .headline .end .right .list .wx .bi {
    width: 1.7em;
    height: 1.4em;
}

.pnewsdetail .headline .end .right .list .bi {
    color: #999;
    display: block;
}

.pnewsdetail .headline .end .pop {
    display: none;
    position: absolute;
    top: 2.2em;
    left: 50%;
    transform: translateX(-50%);
    width: 10em;
    padding: .2em;
    /* height: 12em; */
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
    background-color: #ffffff;
    z-index: 501;
}

.pnewsdetail .headline .end .pop .boxes {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
}

.pnewsdetail .headline .end .pop .close1 {
    position: absolute;
    top: .28em;
    right: .3em;
    cursor: pointer;
}

.pnewsdetail .headline .end .pop .close1 img {
    color: #000;
    display: block;
    width: 10px;
    height: 10px;
}

.pnewsdetail .headline .end .pop .share-tit {
    padding: .35em 0;
    background-color: #f7f7f7;
}

.pnewsdetail .headline .end .pop .share-tit .title {
    font-size: .6em;
    line-height: 1;
    color: #333;
}

.pnewsdetail .headline .end .pop .share-img {
    width: 6.75em;
    height: 6.75em;
    display: block;
    margin: .5em auto .4em;
    overflow: hidden;
}

.pnewsdetail .headline .end .pop .share-img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.pnewsdetail .headline .end .pop .share-img .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pnewsdetail .headline .end .pop .doc {
    font-size: .6em;
    line-height: 1.833;
    color: #333;
}

.pnewsdetail .compiler .editor1 {
    padding-top: 1.8em;
}

.pnewsdetail .compiler .editor1 p {
    font-size: .8em !important;
    line-height: 2.4 !important;
    /* line-height: 1.875; */
    color: #666;
    /* margin-bottom: 1.75em; */
    display: block;
}

.p-newsDetail.weChat .compiler .editor1 p {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.pnewsdetail .compiler .editor1 img {
    /* width: 48em; */
    height: 100%;
    max-width: 48em;
    margin: 1.6em auto;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

.pnewsdetail .compiler .editor1 .file-icon {
    display: none !important;
    width: 1em;
    max-width: 1em;
    max-height: 1em;
    height: 1em;
    margin: 0;
    object-fit: contain;
    display: inline-block;
    margin-right: .5em !important;
    padding-bottom: 2px !important;
}

.pnewsdetail .compiler .editor1 p a {
    position: relative;
    padding-left: 1.3em;
    font-size: 1em !important;
    display: inline-block;
    color: #004098;
    margin-bottom: .5em;
}

.pnewsdetail .compiler .editor1 p a:last-child {
    margin-bottom: 0;
}

.pnewsdetail .compiler .editor1 p a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    background: no-repeat center;
    background-image: url(/img/static/fujian.svg);
    background-size: contain;
    transform: translateY(-50%);
}

.share-pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 3.8rem;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    z-index: 500;
}

.share-pop .boxs {
    text-align: center;
    padding: .4rem .2rem .3rem;
}

.share-pop .imgs {
    position: relative;
    width: .7rem;
    height: .7rem;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.share-pop .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-pop .bd {
    margin: .4rem 0 0rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #ccc;
}

.share-pop .bd .tit {
    font-size: .32rem;
    line-height: 1;
    color: #333;
}

.share-pop .bd .unit {
    font-size: .26rem;
    line-height: 1;
    color: #666;
    margin-top: .2rem;
}

.share-pop .know {
    padding-top: .3rem;
    font-size: .26rem;
    line-height: 1;
    color: #004098;
}

@media (min-width: 991.98px) and (max-width: 1400px) {
    .pnewsdetail .headline .end .pop {
        height: 13.5em;
    }
}

@media (max-width: 991.98px) {
    .pnewsdetail .headline {
        padding-bottom: .7rem;
    }
    .pnewsdetail .headline .top .tit {
        width: 100%;
        font-size: .48rem;
        line-height: .6rem;
    }
    .pnewsdetail .headline .end {
        margin-top: .48rem;
    }
    .pnewsdetail .headline .end .time {
        font-size: .28rem;
    }
    .pnewsdetail .headline .end .left .docx {
        color: #666;
        margin-top: .0rem;
    }
    .pnewsdetail .headline .end .left .docx .place {
        margin-right: .3rem;
    }
    .pnewsdetail .headline .end .left .docx .place .bi {
        /* width: .23rem;
        height: .28rem; */
        width: 0.28rem;
        height: 0.28rem;
        margin-right: .08rem;
    }
    .pnewsdetail .headline .end .left .docx .time {
        margin-top: 0;
        font-size: 1em;
    }
    .pnewsdetail .headline .end .left .docx .time .bi {
        width: .28rem;
        height: .28rem;
        margin-right: .08rem;
    }
    .pnewsdetail .headline .end .left .docx .place .city,
    .pnewsdetail .headline .end .left .docx .place .num,
    .pnewsdetail .headline .end .left .docx .time .city,
    .pnewsdetail .headline .end .left .docx .time .num {
        font-size: .28rem;
    }
    .pnewsdetail .headline .end .right .list {
        margin: 0 -.225rem;
    }
    .pnewsdetail .headline .end .right .list .item {
        height: .5rem;
        padding: 0 .225rem;
    }
    .pnewsdetail .headline .end .right .list .bi {
        display: block;
    }
    .pnewsdetail .headline .end .right .list .wb .bi {
        width: .47rem;
        height: .4rem;
    }
    .pnewsdetail .headline .end .right .list .in .bi {
        width: .37rem;
        height: .37rem;
    }
    .pnewsdetail .headline .end .right .list .wx .bi {
        width: .5rem;
        height: .4rem;
    }
    .pnewsdetail .compiler .editor1 {
        padding-top: .5rem;
    }
    .pnewsdetail .compiler .editor1 p {
        font-size: .28rem !important;
        line-height: .5rem !important;
        margin-bottom: .25rem;
    }
    .pnewsdetail .compiler .editor1 img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: .48rem auto;
    }
    .pnewsdetail .compiler .editor1 .file-icon {
        width: .32rem;
        height: .32rem;
        margin: 0;
        object-fit: contain;
        display: inline-block;
        margin-right: .5em !important;
        padding-bottom: 2px !important;
    }
    .pnewsdetail .compiler .editor1 p a {
        font-size: .28rem !important;
        display: inline-block;
    }
}

.pchannel .item {
    margin-bottom: 4em;
}

.pchannel .item .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pchannel .item .right {
    width: 46.66%;
}

.pchannel .item .right .tit {
    position: relative;
    font-size: 1.6em;
    line-height: 1.25;
    color: #222;
    padding-bottom: .625em;
}

.pchannel .item .right .tit::before {
    position: absolute;
    content: '';
    left: 00%;
    bottom: 0;
    width: 2.09em;
    height: 0.55em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/big-yellow.svg);
}

.pchannel .item .right .doc {
    font-size: .8em;
    line-height: 1.625em;
    margin-top: .8125em;
    color: #666;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    /* overflow: hidden; */
    -webkit-box-orient: vertical;
}

.pchannel .item .right .doc p {
    margin-bottom: .875em;
}

.pchannel .item .right .doc p:last-child {
    margin-bottom: 0;
}

.pchannel .item .right .item-tit:nth-child(2) {
    margin-top: 2.75em;
}

.pchannel .item .left {
    width: 46.66%;
}

.pchannel .item .left .imgs {
    position: relative;
    width: 100%;
    height: 20em;
    overflow: hidden;
}

.pchannel .item .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pchannel .item:nth-child(odd) .box {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

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

.pchannel .totality {
    text-align: center;
    margin-bottom: 3.5em;
}

.pchannel .totality .tit {
    position: relative;
    font-size: 2.1em;
    line-height: 1;
    color: #333;
    padding-bottom: .809em;
}

.pchannel .totality .tit::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0em;
    width: 2.857em;
    height: 0.476em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/big-yellow.svg);
}

.pchannel .totality .doc {
    font-size: .9em;
    line-height: 2;
    color: #222;
    margin-top: .83em;
}

.pchannel .describe {
    position: relative;
    margin-top: 2em;
    padding: 5em 5.5em 6.75em;
}

.pchannel .describe .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pchannel .describe .title {
    position: relative;
    font-size: 1.1em;
    line-height: 1.818em;
    text-align: center;
    color: #333;
}

.pchannel .describe .title::before {
    position: absolute;
    content: '';
    top: -1.818em;
    left: -1.818em;
    width: 2.18em;
    height: 1.818em;
    background: no-repeat center;
    background-image: url(/img/static/yinhao.png);
    background-size: contain;
}

@media (max-width: 991.98px) {
    .pchannel .item {
        margin-bottom: .9rem;
    }
    .pchannel .item .box {
        display: block;
    }
    .pchannel .item .right {
        width: 100%;
    }
    .pchannel .item .right .tit {
        position: relative;
        font-size: .46rem;
        line-height: .46rem;
        padding-bottom: .24rem;
    }
    .pchannel .item .right .tit::before {
        position: absolute;
        content: '';
        left: 00%;
        bottom: -.1rem;
        width: 1.2rem;
        height: 0.25rem;
        background: no-repeat center;
        background-size: contain;
        background-image: url(/img/static/big-yellow.svg);
    }
    .pchannel .item .right .doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .28rem;
        display: -webkit-box;
        /* -webkit-line-clamp: 4; */
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .pchannel .item .right .item-tit:nth-child(2) {
        margin-top: .45rem;
    }
    .pchannel .item .left {
        width: 100%;
        margin-bottom: .55rem;
    }
    .pchannel .item .left .imgs {
        position: relative;
        width: 100%;
        height: 4.7em;
        height: 100%;
        overflow: hidden;
    }
    .pchannel .item:last-child {
        margin-bottom: 0;
    }
    /* 新增 */
    .pchannel .totality {
        text-align: center;
        margin-bottom: .7rem;
    }
    .pchannel .totality .tit {
        position: relative;
        font-size: .6rem;
        line-height: 1;
        color: #333;
        padding-bottom: .4rem;
    }
    .pchannel .totality .tit::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -0em;
        width: 1.4rem;
        height: 0.25rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: no-repeat center;
        background-size: contain;
        background-image: url(/img/static/big-yellow.svg);
    }
    .pchannel .totality .doc {
        font-size: .28rem;
        line-height: .48rem;
        color: #222;
        margin-top: .83em;
    }
    .pchannel .describe {
        margin-top: .5rem;
        padding: .6rem .3rem .7rem;
        background-color: #f7f7f7;
    }
    .pchannel .describe .title {
        position: relative;
        font-size: .28rem;
        line-height: .48rem;
        text-align: center;
        color: #333;
    }
    .pchannel .describe .title::before {
        position: absolute;
        content: '';
        top: -.3rem;
        left: -.2rem;
        width: .3rem;
        height: .3rem;
        background: no-repeat center;
        background-image: url(/img/static/yinhao.png);
        background-size: contain;
    }
}

.phrList .tab-box table {
    width: 100%;
    border: 0;
}

.phrList .tab-box thead {
    height: 4em;
    background-color: #fdd001;
    text-align: center;
}

.phrList .tab-box thead th {
    width: 18%;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.5;
    color: #222;
    border: 0;
}

.phrList .tab-box thead th:first-child {
    text-align: left;
    padding-left: 4.375em;
}

.phrList .tab-box thead th:nth-child(1) {
    width: 32.08%;
}

.phrList .tab-box thead th:nth-child(3),
.phrList .tab-box thead th:nth-child(5) {
    width: 21%;
}

.phrList .tab-box .tr_title {
    border-bottom: 1px solid #d7dada;
    cursor: pointer;
}

.phrList .tab-box .tr_title .icon {
    width: .9em;
    height: .9em;
    object-fit: contain;
    margin-right: 1em;
}

.phrList .tab-box .tr_title tr {
    border-bottom: 1px solid #d7dadd;
}

.phrList .tab-box .tr_title td {
    padding: 1.125em 0;
    border: 0;
    font-size: .8em;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.phrList .tab-box .tr_title td:first-child {
    padding-left: 1.5em;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.phrList .tab-box .tr_title td:first-child .tit .unit {
    font-size: .875em;
    color: #666;
}

.phrList .tab-box .tr_title .icon2,
.phrList .tab-box .tr_title .icon1 {
    width: 13px;
    height: 10px;
    margin: 0 auto;
    object-fit: contain;
}

.phrList .tab-box .tr_title .icon2 {
    display: none;
}

.phrList .tab-box .tr_title.on {
    border-bottom: 0;
}

.phrList .tab-box .tr_title.on .icon1 {
    display: none;
}

.phrList .tab-box .tr_title.on .icon2 {
    display: block;
}

.phrList .tab-box .tr_title.on td {
    color: #0850b0;
}

.phrList .tab-box .tr_title.on td .unit {
    color: #0850b0 !important;
}

.phrList .tab-box .tr_content {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}

.phrList .tab-box .tr_content td {
    padding: 1.6em 3.5em 3em;
    border: 0;
}

.phrList .tab-box .tr_content .editor h5 {
    font-size: .8em;
    font-weight: bold;
    line-height: 2;
    color: #222;
    margin-top: .875em;
}

.phrList .tab-box .tr_content .editor h5:first-child {
    margin-top: 0;
}

.phrList .tab-box .tr_content .editor p {
    font-size: .8em;
    line-height: 2;
    color: #4d4d4d;
}

.phrList .tab-box .tr_content .editor p:last-child {
    padding-bottom: 0em;
}

.phrList .tab-box .tr_content .editor p:nth-last-child(2) {
    padding-top: 1em;
}

.phrList .tab-box .tr_content .editor p span {
    color: #0850b0;
}

.phrList .tab-box .tr_content .list {
    margin-top: 1.6em;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.phrList .tab-box .tr_content .list .item {
    font-size: .7em;
    color: #222;
    font-weight: bold;
    margin-right: .5em;
    background-color: #e0e0e0;
    border: solid 1px #dbdbdb;
}

.phrList .tab-box .tr_content .list .item .box {
    width: 100%;
    height: 100%;
    padding: 1.2857em 3.3571em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.phrList .tab-box .tr_content .list .item:first-child {
    border: 0;
    color: #fff;
    background-color: #0850b0;
}

.phrList .tab-box .tr_content .list .item:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .phrList .tab-box table {
        width: 100%;
        border: 0;
    }
    .phrList .tab-box thead {
        height: .9rem;
        background-color: #fdd001;
        text-align: center;
    }
    .phrList .tab-box thead th {
        width: 30%;
        font-size: .28rem;
        font-weight: bold;
        line-height: .4rem;
        color: #222;
        border: 0;
    }
    .phrList .tab-box thead th:first-child {
        width: 70%;
        text-align: left;
        padding-left: .4rem;
    }
    .phrList .tab-box .tr_title {
        border-bottom: 1px solid #d7dada;
    }
    .phrList .tab-box .tr_title tr {
        border-bottom: 1px solid #d7dadd;
    }
    .phrList .tab-box .tr_title td {
        padding: 1.125em 0;
        border: 0;
        font-size: .28rem;
        line-height: .4rem;
        text-align: center;
    }
    .phrList .tab-box .tr_title td:first-child {
        padding-left: .4rem;
    }
    .phrList .tab-box .tr_title td:first-child .tit .unit {
        font-size: .875em;
    }
    .phrList .tab-box .tr_title .icon2,
    .phrList .tab-box .tr_title .icon1 {
        width: .24rem;
        height: .18rem;
    }
    .phrList .tab-box .tr_content {
        width: 100%;
        height: 100%;
    }
    .phrList .tab-box .tr_content td {
        padding: .57rem .4rem 1rem;
        border: 0;
    }
    .phrList .tab-box .tr_content .editor h5 {
        font-size: .28rem;
        font-weight: bold;
        line-height: .48rem;
        margin-top: .4rem;
    }
    .phrList .tab-box .tr_content .editor h5:first-child {
        margin-top: 0;
    }
    .phrList .tab-box .tr_content .editor p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .phrList .tab-box .tr_content .editor p span {
        color: #0850b0;
    }
    .phrList .tab-box .tr_content .list {
        margin-top: .74em;
        display: flex;
        display: -webkit-flex;
        padding: 0 10%;
        /* justify-content: center;
        -webkit-justify-content: center; */
        margin: -.1rem;
        margin-top: .6rem;
    }
    .phrList .tab-box .tr_content .list .item {
        width: 2.2rem;
        height: .8rem;
        font-size: .28rem;
        color: #222;
        font-weight: bold;
        margin-right: .2rem;
        margin-bottom: .2rem;
        padding: .1rem;
        background-color: #e0e0e0;
        border: solid 1px #dbdbdb;
    }
    .phrList .tab-box .tr_content .list .item .box {
        width: 100%;
        height: 100%;
        padding: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .phrList .tab-box .tr_content .list .item:first-child {
        border: 0;
        color: #fff;
        background-color: #0850b0;
    }
    /* .phrList .tab-box .tr_content .list .item:nth-child(3) {
        margin-right: .2rem;
    }
    .phrList .tab-box .tr_content .list .item:nth-child(2),
    .phrList .tab-box .tr_content .list .item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    } */
}

.phrresume .boxs {
    padding: 0 2em;
}

.phrresume .headline {
    padding: 0 1em 1.15em;
    border-bottom: 1px solid #cbcdd1;
}

.phrresume .headline .tit {
    font-size: 2em;
    line-height: 1;
    color: #222;
}

.phrresume .headline .doc {
    font-size: .8em;
    line-height: 1.625;
    color: #666;
    margin-top: 1em;
}

.phrresume .headline .doc span {
    color: #094594;
}

.phrresume .hrApply {
    padding: 0 2.2em;
    margin-top: 1.5em;
}

.phrresume .hrApply-tit {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 15px;
    margin-bottom: 1.5em;
}

.phrresume .hrApply-tit .tit-tit {
    font-size: .9em;
    flex-wrap: nowrap;
    color: #094594;
}

.phrresume .hrApply .form-control {
    padding: .715em 1em;
    border: 1px solid #cdcdd1;
}

.phrresume .hrApply .control-label {
    padding-left: 10px;
}

.phrresume .hrApply .form-group {
    margin-bottom: 35px;
}

.phrresume .hrApply .form-group .must {
    position: absolute;
    width: auto;
    height: auto;
    right: auto;
    left: 0;
    top: -5px;
}

.phrresume .hrApply .form-group .form-group-cell {
    height: auto;
}

.phrresume .hrApply .census .form-group-cell {
    /* height: 3em; */
    display: flex;
    align-items: center;
}

.phrresume .hrApply .census .distpicker-choose {
    width: 100%;
    display: flex;
}

.phrresume .hrApply .census .form-group-cell select {
    width: 49%;
    padding: .75em;
    line-height: 1.3;
    padding-right: 4em;
    border: 1px solid #cdcdd1;
}

.phrresume .hrApply .census .form-group-cell .city {
    margin-left: 2%;
}

.phrresume .hrApply .form-group.has-error .form-control {
    border: 1px solid #f4464f;
}

.phrresume .hrApply .row-item.col-12 .form-group-cell {
    height: 120px;
}

.phrresume .hrApply .row-item.col-12 .form-group-cell textarea {
    height: 100%;
    display: block;
}

.phrresume .hrApply .row-item .company {
    padding-left: 0;
}

.phrresume .hrApply select::-ms-expand {
    display: none;
}

.phrresume .hrApply select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/img/static/down-grey-sm.svg) no-repeat scroll 94.28% center transparent;
}

.phrresume .hrApply .hr-upload-con {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    bottom: -56%;
    left: 0px;
    z-index: 1;
}

.phrresume .hrApply .hr-uploading .tit {
    margin-bottom: 10px;
    padding-left: 10px;
}

.phrresume .hrApply .hr-uploading .box .show {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.phrresume .hrApply .hr-uploading .btn-file {
    position: relative;
    width: 110px;
    height: 44px;
    margin-right: 10px;
    background-color: #fafafa;
    border: 1px solid #cdcdd1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.phrresume .hrApply .hr-uploading .btn-file::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #999;
    transform: translate(-50%, -50%);
}

.phrresume .hrApply .hr-uploading .btn-file::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #999;
    transform: translate(-50%, -50%);
}

.phrresume .hrApply .hr-uploading .btn-file img,
.phrresume .hrApply .hr-uploading .btn-file .bi {
    width: 12px;
    height: 12px;
    display: none;
}

.phrresume .hrApply .vcode-imgs {
    display: block;
    margin-left: 10px;
    overflow: hidden;
}

.phrresume .hrApply .vcode-imgs img {
    width: 10.28em;
    height: 3em;
}

.phrresume .hrApply .inpt {
    width: 34.66%;
}

.phrresume .hrApply .form-btnbox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.phrresume .hrApply .form-btnbox .btn {
    width: 140px;
    height: 48px;
    border-radius: 0px;
    display: flex;
    margin-right: 12px;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fdd001;
}

.phrresume .hrApply .form-btnbox .btn span {
    font-size: .8em;
    color: #094594;
}

.phrresume .hrApply .form-btnbox .btn:last-child {
    margin-right: 0;
}

.phrresume .hrApply .form-btnbox .btn-reset {
    background-color: #707376;
}

.phrresume .hrApply .form-btnbox .btn-reset span {
    color: #fff;
}

.phrresume .hrApply .btn-submit1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.phrresume .hrApply input[type='radio'],
.phrresume .hrApply input[type='checkbox'],
.phrresume .hrApply textarea {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    display: block;
    margin-right: 5px;
}

@media (max-width:991.98px) {
    .phrresume .hrApply input[type='radio'],
    .phrresume .hrApply input[type='checkbox'],
    .phrresume .hrApply textarea {
        display: block;
    }
}

.phrresume .hrApply .privacy {
    color: #0850b0;
}

.phrresume .hrApply #applySelf,
.phrresume .hrApply #applyExperience {
    padding: 15px 20px;
}

.phrresume .hrApply .item-fill {
    display: none;
}

.phrresume .hrApply .item-fill .form-group {
    margin-bottom: 15px;
}

.phrresume .hrApply .item-fill .form-group-cell {
    margin-top: -1.1em;
    padding-bottom: 1.5em;
}

.phrresume .hrApply .item-fill .item {
    position: relative;
    padding-left: 1.714em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #094594;
    margin-bottom: 16px;
}

.phrresume .hrApply .item-fill .item::before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    width: 1em;
    height: 1em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/hxz.png);
}

.phrresume .hrApply .item-fill .close1 {
    width: 9px;
    height: 9px;
    margin-left: 30px;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/close.svg);
}

.phrresume .hrApply .item-fill .item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .phrresume .boxs {
        padding: 0em;
    }
    .phrresume .headline {
        padding: 0 0rem .3rem;
    }
    .phrresume .headline .tit {
        font-size: .48rem;
    }
    .phrresume .headline .doc {
        font-size: .28em;
        line-height: .48rem;
        margin-top: .22rem;
    }
    .phrresume .hrApply {
        padding: 0 0em;
        margin-top: .54rem;
    }
    .phrresume .hrApply-tit {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        padding-left: 0px;
        margin-bottom: .6rem;
    }
    .phrresume .hrApply-tit .tit-tit {
        font-size: .36rem;
        flex-wrap: wrap;
    }
    .phrresume .hrApply .vcode-imgs img {
        width: 2rem;
        height: 100%;
    }
    .phrresume .hrApply .form-control {
        padding: .15rem .2rem;
    }
    .phrresume .hrApply .control-label {
        padding-left: .22rem;
    }
    .phrresume .hrApply .row-item {
        padding: 0;
    }
    .phrresume .hrApply .form-group {
        margin-bottom: .4rem;
    }
    .phrresume .hrApply .form-group .must {
        position: absolute;
        width: auto;
        height: auto;
        right: auto;
        left: 0;
        top: -5px;
    }
    .phrresume .hrApply .form-group.has-error {
        margin-bottom: .5rem;
    }
    .phrresume .hrApply .row-item.col-12 .form-group-cell {
        height: 2.6rem;
    }
    .phrresume .hrApply select::-ms-expand {
        display: none;
    }
    .phrresume .hrApply select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/img/static/down-grey-sm.svg) no-repeat scroll 94.28% center transparent;
    }
    .phrresume .hrApply .hr-upload-con {
        position: absolute;
        width: 100%;
        height: 44px;
        opacity: 0;
        z-index: 1;
    }
    .phrresume .hrApply .hr-uploading .tit {
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .phrresume .hrApply .hr-uploading .btn-file {
        width: 110px;
        height: 44px;
        background-color: #fafafa;
        border: 1px solid #cdcdd1;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .phrresume .hrApply .vcode-imgs {
        display: block;
        width: 37.34%;
        height: .7rem;
        padding-left: .2rem;
        margin-left: 0;
    }
    .phrresume .hrApply .inpt {
        width: 62.66%;
    }
    .phrresume .hrApply .form-btnbox {
        display: flex;
        display: -webkit-flex;
    }
    .phrresume .hrApply .form-btnbox .btn {
        width: 2.2rem;
        height: .8rem;
        margin-right: .3rem;
        display: block !important;
        padding: 0;
    }
    .phrresume .hrApply .form-btnbox .btn span {
        font-size: .28rem;
    }
    .phrresume .hrApply .frm-vcode {
        margin-top: .3rem;
    }
    .phrresume .hrApply .frm-vcode .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .phrresume .hrApply .item-fill {
        display: none;
        margin-top: .3rem;
    }
    .phrresume .hrApply .item-fill .form-group {
        margin-bottom: 15px;
    }
    .phrresume .hrApply .item-fill .form-group-cell {
        margin-top: -1.1em;
        padding-bottom: 1.5em;
    }
    .phrresume .hrApply .item-fill .item {
        position: relative;
        padding-left: .5rem;
        margin-bottom: .26rem;
    }
    .phrresume .hrApply .item-fill .item::before {
        position: absolute;
        content: '';
        top: 0%;
        left: 0;
        width: .3rem;
        height: .28rem;
    }
    .phrresume .hrApply .item-fill .close1 {
        width: .16rem;
        height: .16rem;
        margin-left: auto;
    }
}

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

.hr-pop .boxs {
    position: relative;
    top: 50%;
    width: 35em;
    min-height: 14em;
    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;
}

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

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

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

.p-protection .phrresume .headline .doc span {
    font-weight: bold;
}

.p-prjDetail .prj-tit {
    font-size: 2.1em;
    line-height: 1;
    color: #222;
}

.pprj-detail {
    padding-bottom: 3.75em;
    border-bottom: 1px solid #e6e6e6;
}

.pprj-detail .boxs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pprj-detail .left {
    width: 30.4166%;
}

.pprj-detail .left .item {
    position: relative;
}

.pprj-detail .left .detail-swiper1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pprj-detail .left .detail-swiper1 .imgs {
    position: relative;
    width: 100%;
    height: 17em;
    overflow: hidden;
}

.pprj-detail .left .detail-swiper1 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pprj-detail .left .detail-swiper2 {
    display: none;
    position: relative;
    width: 85%;
    overflow: hidden;
    padding-bottom: .5em;
    margin-top: 1.8em;
}

.pprj-detail .left .detail-swiper2 .item-slide {
    position: relative;
}

.pprj-detail .left .detail-swiper2 .imgs {
    position: relative;
    width: 100%;
    height: 3.25em;
    overflow: hidden;
}

.pprj-detail .left .detail-swiper2 .imgs .image {
    width: 100%;
    height: 3.25em;
    object-fit: contain;
}

.pprj-detail .left .detail-swiper2 .imgs .videoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pprj-detail .left .detail-swiper2 .swiper-slide-active::after {
    position: absolute;
    content: '';
    bottom: -.5em;
    left: 50%;
    width: 2.5em;
    height: .4em;
    background: no-repeat center;
    background-image: url(/img/static/slide-active.svg);
    background-size: contain;
    transform: translateX(-50%);
}

.pprj-detail .left .swiper-button-next::after,
.pprj-detail .left .swiper-button-prev::after {
    content: '';
}

.pprj-detail .left .detail-swiper2-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: .75em;
    height: 1.5em;
    opacity: 1;
    display: block;
    z-index: 2;
}

.pprj-detail .left .swiper-button-disabled {
    display: none;
}

.pprj-detail .left .image {
    width: .75em;
    height: 1.5em;
    color: #fdd001;
    display: block;
}

.pprj-detail .right {
    width: 67.5%;
}

.pprj-detail .right .tit {
    font-size: 2.6em;
    line-height: 1;
    color: #222;
}

.pprj-detail .right .doc {
    margin-top: 1.6em;
}

.pprj-detail .right .doc p {
    font-size: .8em;
    line-height: 1.75;
    color: #222;
    margin-bottom: .375em;
}

.pprj-detail .right .doc p:last-child {
    margin-bottom: 0;
}

.pprj-detail .right .specific {
    margin-top: 2.5em;
}

.pprj-detail .right .specific h5 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.18;
    color: #222;
    margin-bottom: .909em;
}

.pprj-detail .right .specific p {
    position: relative;
    font-size: .8em;
    line-height: 1.625;
    color: #222;
    padding-left: 2.125em;
    margin-bottom: .875em;
}

.pprj-detail .right .specific p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0.05em;
    width: 1.5em;
    height: 1.5em;
    background: no-repeat center;
    background-image: url(/img/static/yes.svg);
}

.pprj-detail .right .specific p:last-child {
    margin-bottom: 0;
}

.pprj-parameter {
    margin-top: 4em;
    padding-bottom: 4.2em;
    border-bottom: 1px solid #e6e6e6;
}

.pprj-parameter .prj-tit {
    margin-bottom: 1.190em;
}

.pprj-parameter .tit-box {
    width: 100%;
    height: 100%;
    padding: 1em 0;
    margin-top: 2em;
    background-color: #fdd001;
}

.pprj-parameter .tit-box .tit {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    color: #094594;
    text-align: center;
}

.pprj-parameter .ediot-table1 table {
    width: 100%;
    color: #222;
}

.pprj-parameter .ediot-table1 table th {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.44;
    padding: .77em 0;
    background-color: #f7f7f7;
    border: 0;
}

.pprj-parameter .ediot-table1 table th:first-child {
    padding-left: 30px;
}

.pprj-parameter .ediot-table1 table tr td {
    font-size: .8em;
    line-height: 1.625em;
    padding: .75em 0;
    border: 0;
}

.pprj-parameter .ediot-table1 table tr td:first-child {
    padding-left: 30px;
}

.pprj-parameter .ediot-table1 table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.pprj-parameter .ediot-table1 table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.pprj-parameter .no-thead tr:nth-child(odd) {
    background-color: #f7f7f7 !important;
}

.pprj-parameter .no-thead tr:nth-child(even) {
    background-color: #fff !important;
}

.pprj-parameter .unit {
    font-size: .8em;
    line-height: 1.625;
    color: #666;
    margin-top: .875em;
}

.pprj-safety {
    margin-top: 3em;
    padding-bottom: 3.75em;
    border-bottom: 1px solid #e6e6e6;
}

.pprj-safety .list {
    margin-top: 1.5em;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pprj-safety .item {
    width: 50%;
    max-width: 50%;
}

.pprj-safety .tit {
    position: relative;
    font-size: .8em;
    line-height: 2.25;
    color: #333;
    padding: 0 1.125em;
}

.pprj-safety .tit::before {
    position: absolute;
    content: '';
    left: 0;
    top: .85em;
    width: 13px;
    height: 10px;
    background: no-repeat center;
    background-image: url(/img/static/right-yellow.svg);
}

.pprj-color {
    margin-top: 3em;
    padding-bottom: 3.6em;
    border-bottom: 1px solid #e6e6e6;
}

.pprj-color .doc {
    margin-top: 1.6em;
}

.pprj-color .doc p {
    font-size: .8em;
    line-height: 1.625em;
    color: #222;
}

.pprj-valid {
    margin-top: 3em;
    padding-bottom: 3.6em;
    border-bottom: 1px solid #e6e6e6;
}

.pprj-valid .doc {
    margin-top: 1.6em;
}

.pprj-valid .doc p {
    font-size: .8em;
    line-height: 1.625em;
    color: #222;
}

.pprj-down {
    margin-top: 3em;
}

.pprj-down .list {
    margin: 2em -15px 0;
}

.pprj-down .list .box {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.7em 2em 1.65em;
    background-color: #f7f7f7;
}

.pprj-down .list .tit {
    font-size: .8em;
    font-weight: bold;
    line-height: 1.625;
    color: #222;
}

.pprj-down .list .doc {
    height: 3.25em;
    font-size: .8em;
    line-height: 1.625;
    color: #222;
    margin-top: .625em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pprj-down .list .down {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #094594;
    margin-top: 1.8em;
}

.pprj-down .list .down .bi {
    width: 20px;
    height: 13px;
}

@media (max-width: 991.98px) {
    .p-prjDetail .prj-tit {
        font-size: .36rem;
        font-weight: bold;
        line-height: 1;
    }
    .pprj-detail {
        padding-bottom: .7rem;
    }
    .pprj-detail .boxs {
        display: block;
    }
    .pprj-detail .left {
        width: 100%;
    }
    .pprj-detail .left .item {
        position: relative;
    }
    .pprj-detail .left .detail-swiper1 {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pprj-detail .left .detail-swiper1 .imgs {
        position: relative;
        width: 100%;
        height: 6.5rem;
        overflow: hidden;
    }
    .pprj-detail .left .detail-swiper2 {
        position: relative;
        width: 85%;
        overflow: hidden;
        padding-bottom: .6rem;
        margin-top: 1rem;
    }
    .pprj-detail .left .detail-swiper2 .item-slide {
        position: relative;
    }
    .pprj-detail .left .detail-swiper2 .imgs {
        position: relative;
        width: 100%;
        height: 1.23rem;
        overflow: hidden;
    }
    .pprj-detail .left .detail-swiper2 .imgs .image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pprj-detail .left .detail-swiper2 .swiper-slide-active::after {
        position: absolute;
        content: '';
        bottom: -.09rem;
        left: 50%;
        width: 100%;
        height: .15rem;
        background: no-repeat center;
        background-image: url(/img/static/slide-active.svg);
        background-size: contain;
        transform: translateX(-50%);
    }
    .pprj-detail .left .swiper-button-next::after,
    .pprj-detail .left .swiper-button-prev::after {
        content: '';
    }
    .pprj-detail .left .detail-swiper2-next {
        position: absolute;
        top: 50%;
        right: 0;
        width: .75em;
        height: 1.5em;
        opacity: 1;
        display: block;
        z-index: 2;
    }
    .pprj-detail .left .image {
        width: .75em;
        height: 1.5em;
        color: #fdd001;
        display: block;
    }
    .pprj-detail .right {
        width: 100%;
    }
    .pprj-detail .right .tit {
        font-size: .52rem;
        line-height: .72rem;
    }
    .pprj-detail .right .doc {
        margin-top: .27rem;
    }
    .pprj-detail .right .doc p {
        font-size: .28rem;
        line-height: .48r;
        margin-bottom: .375em;
    }
    .pprj-detail .right .doc p:last-child {
        margin-bottom: 0;
    }
    .pprj-detail .right .specific {
        margin-top: .6rem;
    }
    .pprj-detail .right .specific h5 {
        font-size: .36rem;
        line-height: 1;
        margin-bottom: .3rem;
    }
    .pprj-detail .right .specific p {
        position: relative;
        font-size: .28rem;
        line-height: .48rem;
        padding-left: .54rem;
        margin-bottom: .12rem;
    }
    .pprj-detail .right .specific p::before {
        width: .4rem;
        height: .4rem;
    }
    .pprj-detail .right .specific p:last-child {
        margin-bottom: 0;
    }
    .pprj-parameter {
        margin-top: .8rem;
        padding-bottom: .6rem;
    }
    .pprj-parameter .tit-box {
        width: 200%;
        height: 100%;
        padding: .34rem 0 .37rem;
        margin-top: .48rem;
        background-color: #fdd001;
    }
    .pprj-parameter .tit-box .tit {
        font-size: .36rem;
    }
    .pprj-parameter .ediot-table1 {
        width: 110%;
        overflow-x: scroll;
    }
    .pprj-parameter .ediot-table1 table {
        width: 200%;
        color: #222;
    }
    .pprj-parameter .ediot-table1 table th {
        font-size: .32rem;
        line-height: .42rem;
        padding: .16rem 0;
    }
    .pprj-parameter .ediot-table1 table th:first-child {
        padding-left: .5rem;
    }
    .pprj-parameter .ediot-table1 table tr td {
        font-size: .28rem;
        line-height: .48rem;
        padding: .16rem 0;
    }
    .pprj-parameter .ediot-table1 table tr td:first-child {
        padding-left: .5rem;
    }
    .pprj-parameter .unit {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .28rem;
    }
    .pprj-safety {
        margin-top: .8rem;
        padding-bottom: .6rem;
    }
    .pprj-safety .list {
        margin-top: .46rem;
        display: block;
    }
    .pprj-safety .item {
        width: 100%;
        max-width: none;
        margin-bottom: .1rem;
    }
    .pprj-safety .item:last-child {
        margin-bottom: 0;
    }
    .pprj-safety .tit {
        position: relative;
        font-size: .28rem;
        line-height: .48rem;
        color: #333;
        padding: 0 1.125em;
    }
    .pprj-safety .tit::before {
        position: absolute;
        content: '';
        left: 0;
        top: .1rem;
        width: .19rem;
        height: .25rem;
        background: no-repeat center;
        background-image: url(/img/static/right-yellow.svg);
    }
    .pprj-color {
        margin-top: .8rem;
        padding-bottom: .65rem;
    }
    .pprj-color .doc {
        margin-top: .36rem;
    }
    .pprj-color .doc p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pprj-valid {
        margin-top: .8rem;
        padding-bottom: .65rem;
    }
    .pprj-valid .doc {
        margin-top: .36rem;
    }
    .pprj-valid .doc p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pprj-down {
        margin-top: .8rem;
        padding-bottom: .6rem;
    }
    .pprj-down .list {
        margin: .48rem -15px 0;
    }
    .pprj-down .list .item {
        margin-bottom: .4rem;
    }
    .pprj-down .list .item:last-child {
        margin-bottom: 0;
    }
    .pprj-down .list .box {
        padding: .6rem .3rem .6rem;
    }
    .pprj-down .list .tit {
        font-size: .32rem;
        font-weight: bold;
        line-height: 1.625;
    }
    .pprj-down .list .doc {
        height: .96rem;
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .32rem;
    }
    .pprj-down .list .down {
        font-size: .28rem;
        font-weight: bold;
        margin-top: .56rem;
    }
    .pprj-down .list .down .bi {
        width: 20px;
        height: 13px;
    }
}

.type-swiper {
    margin-bottom: .5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e6e6e6;
}

.type-swiper .item-slide {
    width: auto;
}

.type-swiper .item-slide .tit {
    font-size: .9em;
    line-height: 1;
    color: #222;
    white-space: nowrap;
}

.type-swiper .active {
    position: relative;
}

.type-swiper .active .tit {
    font-weight: bold;
}

.type-swiper .active::after {
    position: absolute;
    content: '';
    bottom: -.9em;
    left: 50%;
    width: 2.5em;
    height: .4em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/slide-active.svg);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .type-swiper {
        margin-bottom: .0rem;
        padding-bottom: .72rem;
    }
    .type-swiper .item-slide {
        width: auto;
    }
    .type-swiper .item-slide .tit {
        font-size: .32rem;
    }
    .type-swiper .active::after {
        position: absolute;
        content: '';
        bottom: -.33rem;
        left: 50%;
        width: 1.1rem;
        height: .18rem;
    }
    .p-serviceFaq .type-swiper {
        overflow: hidden;
    }
}

.pfaq .item {
    padding: 1.5em 0em 1.1em;
    border-bottom: 1px solid #e6e6ee;
    cursor: pointer;
}

.pfaq .question {
    padding: 0 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pfaq .question .left {
    width: 90%;
    max-width: 90%;
}

.pfaq .question .type {
    font-size: .8em;
    line-height: 1;
    color: #666;
    margin-bottom: .5em;
}

.pfaq .question .tit {
    width: 100%;
    font-size: 1em;
    line-height: 1.8em;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pfaq .question .right .icon {
    width: .65em;
    height: .5em;
    object-fit: contain;
    transition: .3s;
    -webkit-transition: .3s;
}

.pfaq .reply {
    display: none;
    margin-top: 1.1em;
}

.pfaq .reply table {
    width: 100% !important;
}

.pfaq .reply table td {
    width: 20%;
    font-size: .8em;
    line-height: 1.5em;
    color: #333;
    padding: .5em 1em;
}

.pfaq .reply table tr:first-child td {
    text-align: center;
}

.pfaq .reply table tr td:first-child {
    text-align: center;
}

.pfaq .reply .doc {
    padding: 1.15em 1em;
    background-color: #f7f7f7;
}

.pfaq .reply .doc h5 {
    font-size: .8em;
    line-height: 1.875;
    color: #222;
    margin-top: 1.625em;
}

.pfaq .reply .doc p {
    font-size: .8em;
    line-height: 1.875;
    color: #666;
}

.pfaq .item.active {
    padding-bottom: 0;
    border-bottom: 0;
}

.pfaq .item.active .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: .3s;
    -webkit-transition: .3s;
}

.pfaq .item.active .tit,
.pfaq .item.active .type {
    color: #094594;
}

@media (max-width: 991.98px) {
    .pfaq .item {
        padding: .5rem 0em .5rem;
        border-bottom: 1px solid #e6e6ee;
    }
    .pfaq .question {
        display: block;
        padding: 0rem;
    }
    .pfaq .question .left {
        width: 100%;
        max-width: none;
    }
    .pfaq .question .type {
        font-size: .28rem;
        line-height: 1;
        margin-bottom: .3rem;
    }
    .pfaq .question .tit {
        font-size: .36rem;
        line-height: 1;
    }
    .pfaq .reply {
        display: none;
        margin-top: .5rem;
    }
    .pfaq .reply .doc {
        padding: .28rem .23rem;
    }
    .pfaq .reply .doc h5 {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .3rem;
    }
    .pfaq .reply .doc p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pfaq .item.active {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .pfaq .item.active .icon {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: .3s;
        -webkit-transition: .3s;
    }
    .pfaq .item.active .tit,
    .pfaq .item.active .type {
        color: #094594;
    }
    /* 表格 */
    .pfaq .reply table {
        width: 100% !important;
    }
    .pfaq .reply table td {
        width: 20%;
        font-size: .28rem;
        line-height: .48rem;
        color: #333;
        padding: 0.3rem 0.1rem;
    }
    .pfaq .reply table tr:first-child td {
        text-align: center;
    }
    .pfaq .reply table tr td:first-child {
        text-align: center;
    }
}

.public-about-tit .tit-box {
    position: relative;
    text-align: center;
    padding-bottom: 1.2em;
}

.public-about-tit .tit-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 3em;
    height: .2em;
    background-color: #094594;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.public-about-tit .tit {
    font-size: 2.1em;
    line-height: 1;
    color: #222;
}

.public-about-tit .doc {
    font-size: .9em;
    line-height: 1.77;
    color: #222;
    margin-top: 1.77em;
    text-align: center;
}

@media (max-width: 991.98px) {
    .public-about-tit {
        padding: 0 0rem;
    }
    .public-about-tit .tit-box {
        padding-bottom: .24rem;
    }
    .public-about-tit .tit-box::before {
        width: .6rem;
        height: .04rem;
    }
    .public-about-tit .tit {
        font-size: .4rem;
        line-height: 1;
    }
    .public-about-tit .doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .4rem;
    }
}

.public-about-tit1 .doc {
    color: #666;
    font-size: .8em;
}

.p-aboutAi .public-about-tit1 {
    margin-top: 6em;
}

.p-aboutAi .temp-mainbox {}

@media (max-width: 991.98px) {
    .public-about-tit1 .doc {
        font-size: .27rem;
        line-height: .48rem;
        color: #666;
    }
    .p-aboutAi .temp-mainbox {
        overflow-x: hidden;
        padding-top: .3rem;
    }
    .p-aboutAi .public-about-tit1 {
        margin-top: 1.2rem;
    }
}

.type-swiper1 {
    margin-right: -50px;
    margin-top: 3.6em;
    margin-bottom: .5em;
}

.type-swiper1 .swiper-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
}

.type-swiper1 .item-slide {
    width: auto;
}

.type-swiper1 .item-slide .tit {
    font-size: .9em;
    line-height: 1;
    color: #222;
    white-space: nowrap;
}

.type-swiper1 .active {
    position: relative;
}

.type-swiper1 .active .tit {
    font-weight: bold;
}

.type-swiper1 .active::after {
    position: absolute;
    content: '';
    bottom: -.9em;
    left: 50%;
    width: 2.5em;
    height: .4em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/slide-active.svg);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .type-swiper1 {
        margin-top: .9rem;
        margin-bottom: .75rem;
    }
    .type-swiper1 .item-slide .tit {
        font-size: .28rem;
        line-height: 1;
    }
    .type-swiper1 .active::after {
        bottom: -.33rem;
        width: 1.1rem;
        height: .18rem;
    }
}

.pabout-list {
    margin-top: 2.4em;
}

.pabout-list .item {
    margin-bottom: 1em;
}

.pabout-list .item .box {
    width: 100%;
    height: 100%;
    display: block;
    padding: 3em 2em 2.5em;
    background-color: #fafafa;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.pabout-list .item .imgs {
    position: relative;
    width: 9.25em;
    height: 13.25em;
    margin: 0 auto;
    overflow: hidden;
}

.pabout-list .item .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pabout-list .item .bd {
    margin-top: 1.3em;
    text-align: center;
}

.pabout-list .item .bd .tit {
    height: 3em;
    font-size: .8em;
    line-height: 1.5;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pabout-list .item .bd .more {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #094594;
    margin-top: .8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pabout-list .item .bd .more img {
    margin-left: 12px;
    margin-top: 2px;
}

.pabout-list .item.item:last-child(1),
.pabout-list .item.item:last-child(2),
.pabout-list .item.item:last-child(3) {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .pabout-list {
        margin-top: .42rem;
    }
    .pabout-list .item {
        margin-bottom: .5rem;
        padding: 0;
    }
    .pabout-list .item .box {
        padding: 1rem .7rem .74rem;
    }
    .pabout-list .item .imgs {
        width: 3.15rem;
        height: 4.55rem;
    }
    .pabout-list .item .bd {
        margin-top: .38rem;
    }
    .pabout-list .item .bd .tit {
        height: auto;
        font-size: .28rem;
        line-height: .48rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .pabout-list .item .bd .more {
        font-size: .28rem;
        line-height: 1;
        margin-top: .3rem;
    }
    .pabout-list .item .bd .more img {
        margin-left: .18rem;
    }
}

.pabout-brand .list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: -.9em -1.25em;
    margin-top: 2.6em;
}

.pabout-brand .list .item {
    width: auto;
    max-height: 100%;
    padding: .9em 1.25em;
    overflow: hidden;
}

.pabout-brand .list .item .image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 3.25em;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .pabout-brand .list {
        margin: -.35rem -.3rem;
    }
    .pabout-brand .list .item {
        width: auto;
        width: 33.33%;
        padding: .35rem .3rem;
    }
    .pabout-brand .list .item .image {
        width: 100%;
        height: 100%;
        max-width: 2.05rem;
        max-height: 0.85rem;
        object-fit: contain;
    }
}

.p-aboutRules .temp-mainbox {
    position: relative;
}

.p-aboutRules .bgk {
    position: absolute;
    background: no-repeat center;
    background-size: contain;
}

.p-aboutRules .bgk1 {
    left: 0;
    top: 13.75em;
    width: 33.8541%;
    max-width: 32.5em;
    height: 40.75em;
}

.p-aboutRules .bgk2 {
    right: 0;
    bottom: 15em;
    width: 94.01%;
    max-width: 90.5em;
    height: 24.5em;
}

@media (max-width: 991.98px) {
    .p-aboutRules .temp-mainbox {
        position: relative;
    }
    .p-aboutRules .bgk {
        position: absolute;
        background: no-repeat center;
        background-size: contain;
    }
    .p-aboutRules .bgk1 {
        left: 0;
        top: 5.5rem;
        width: 74.6666%;
        max-width: 5.6rem;
        height: 8.15rem;
    }
    .p-aboutRules .bgk2 {
        width: 100%;
        max-width: none;
        height: 4.85rem;
        bottom: 5.15rem;
        right: 0;
        background: no-repeat right;
        background-size: cover;
    }
}

.pabout-rules .top .tit {
    font-size: 2.1em;
    line-height: 1.42857;
    color: #222;
}

.pabout-rules .top .doc {
    margin-top: 1.3em;
}

.pabout-rules .top .doc p {
    font-size: .8em;
    line-height: 1.875;
    color: #4d4d4d;
}

.pabout-rules .end .editor h2 {
    font-size: 1.1em;
    line-height: 2.54;
    color: #222;
    margin-bottom: .54em;
}

.pabout-rules .end .editor h4 {
    font-size: .8em;
    line-height: 1.875;
    color: #4c4c4c;
}

.pabout-rules .end .editor h4 {
    margin-top: 1.5em;
}

.pabout-rules .end .editor h4+h4 {
    margin-top: 0;
}

.pabout-rules .end .editor h4~h4~h4~h4~h4 {
    margin-bottom: .875em;
}

.pabout-rules .end .editor h5 {
    font-size: .8em;
    line-height: 1.5;
    color: #4c4c4c;
}

.pabout-rules .end .editor p {
    font-size: .8em;
    line-height: 2.5;
    color: #4c4c4c;
    margin-bottom: .5em;
}

.pabout-rules .top {
    margin-bottom: 1.6em;
}

@media (max-width: 991.98px) {
    .pabout-rules .top {
        margin-bottom: .45rem;
    }
    .pabout-rules .top .tit {
        font-size: .48rem;
        line-height: .6rem;
    }
    .pabout-rules .top .doc {
        margin-top: .27rem;
    }
    .pabout-rules .top .doc p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pabout-rules .end .editor h2 {
        font-size: .36rem;
        line-height: .8rem;
        margin-bottom: .54em;
    }
    .pabout-rules .end .editor h4 {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pabout-rules .end .editor h4 {
        margin-top: .15rem;
    }
    .pabout-rules .end .editor h4+h4 {
        margin-top: 0;
    }
    .pabout-rules .end .editor h4~h4~h4~h4~h4 {
        margin-bottom: .2rem;
    }
    .pabout-rules .end .editor h5 {
        font-size: .28rem;
        line-height: .48rem;
    }
    .pabout-rules .end .editor p {
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .2rem;
    }
}

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

.pop-photo .close1 {
    position: absolute;
    top: 0.5em;
    right: -3.5em;
    padding: .5em;
    border: 1px solid #fff;
    border-radius: 50%;
}

.pop-photo .close1 img {
    width: 1.15em;
    height: 1em;
    cursor: pointer;
}

.pop-photo .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24em;
    height: 35em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pop-photo .imgs {
    position: relative;
    width: 100%;
    height: 100%;
}

.pop-photo .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .pop-photo {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 510;
    }
    .pop-photo .close1 {
        position: absolute;
        top: 0.3rem;
        right: .3rem;
        padding: .2rem .2rem;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .pop-photo .close1 img {
        width: .3rem;
        height: .3rem;
    }
    .pop-photo .box {
        position: absolute;
        width: 5rem;
        height: 8rem;
    }
    .pop-photo1 .image {
        object-fit: contain;
    }
}

.p-aboutHonor .type-swiper1 {
    margin-top: 0;
}

.pabout-honor .top {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 3em;
    border-bottom: 1px solid #e5e5e5;
}

.pabout-honor .left {
    position: relative;
}

.pabout-honor .left .pabout-search {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 9;
    cursor: pointer;
}

.pabout-honor .left .pabout-search .bi {
    width: 1em;
    height: 1em;
}

.pabout-honor .left .pop {
    display: none;
    position: absolute;
    bottom: -2em;
    left: 50%;
    width: 100%;
    height: 3.5em;
    transform: translateX(-50%);
    z-index: 9;
}

.pabout-honor .left .pop .close1 {
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    cursor: pointer;
}

.pabout-honor .left .pop .close1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pabout-honor .left .pop .boxs {
    position: relative;
    transform: scaleX(0);
    transition: all .3s;
    height: 100%;
    padding: 0 1.62em 0 1.3em;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-honor .left .pop .boxes {
    position: absolute;
    display: block;
    top: 50%;
    right: 0em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.pabout-honor .left .pop .bi {
    width: 1.4em;
    height: 1.4em;
    color: #666;
}

.pabout-honor .left .pop .pop-input {
    width: 90%;
    color: #666;
    font-size: .9em;
}

.pabout-honor .left .pop .boxes {
    width: 5%;
}

.pabout-honor .left .pop .pop-input::placeholder {
    color: #666;
    font-size: 1em;
}

.pabout-honordel .pop {
    width: 100%;
    height: 3.5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-honordel .pop .back {
    width: 11.66%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.pabout-honordel .pop .back a {
    width: 100%;
    height: 100%;
    font-size: .8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    white-space: nowrap;
}

.pabout-honordel .pop .boxs {
    width: 87%;
    height: 100%;
    padding: 0 1.62em 0 1.3em;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-honordel .pop .boxes {
    display: block;
}

.pabout-honordel .pop .pop-input {
    width: 95%;
    color: #666;
    font-size: .9em;
}

.pabout-honordel .pop .bi {
    width: 1.4em;
    height: 1.4em;
}

.pabout-honordel .pop .boxes {
    width: 2.5%;
}

.pabout-honordel .pop .pop-input::placeholder {
    color: #666;
    font-size: 1em;
}

.pabout-honordel .right {
    width: 100%;
    margin-bottom: .5rem;
}

.pabout-honordel .right .pabout-search {
    padding-bottom: .18rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.pabout-honordel .right .input {
    width: 83.1%;
    font-size: .28rem;
    line-height: 1;
    color: #ccc;
    background-color: transparent;
}

.pabout-honordel .right .input::placeholder {
    color: #ccc;
    font-size: .28rem;
}

.pabout-honordel .right .bi {
    width: .3rem;
    height: .3rem;
    color: #666666;
}

.home-search-open .pabout-honor .left .pop .boxs {
    transform: scaleX(1);
    transition: all .3s;
}

@media (max-width: 991.98px) {
    .p-aboutHonor .temp-mainbox {
        padding-bottom: 1.2rem;
    }
    .pabout-honor .top {
        padding-bottom: 0em;
        border-bottom: 0;
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .pabout-honor .top .left {
        width: 100%;
        overflow: hidden;
    }
    .pabout-honor .top .left .type-swiper2 {
        margin-top: .8rem;
        margin-bottom: .95rem;
    }
    .pabout-honor .top .right {
        width: 100%;
        margin-bottom: 0rem;
    }
    .pabout-honor .top .right .pabout-search {
        margin-top: -.35rem;
        padding-bottom: .0rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }
    .pabout-honor .top .right .input {
        width: 83.1%;
        font-size: .28rem;
        line-height: 1;
        color: #666;
        margin-top: .35rem;
        background-color: transparent;
    }
    .pabout-honor .top .right .input::placeholder {
        color: #ccc;
        font-size: .28rem;
    }
    .pabout-honor .top .right .close1 {
        display: none;
    }
    .pabout-honor .top .right .bi {
        width: .3rem;
        height: .3rem;
        color: #666666;
    }
}

.certificate-swiper-box {
    position: relative;
    margin: 2.5em 0 6em;
}

.certificate-swiper-box .swiper-button-next,
.certificate-swiper-box .swiper-button-prev {
    width: 1em;
    height: 2em;
    object-fit: contain;
}

.certificate-swiper-box .swiper-button-next img:nth-child(2),
.certificate-swiper-box .swiper-button-prev img:nth-child(2) {
    display: none;
}

.certificate-swiper-box .swiper-button-next:after,
.certificate-swiper-box .swiper-button-prev:after {
    content: '';
}

.certificate-swiper-box .certificate-btn-next {
    right: -4.5em;
}

.certificate-swiper-box .swiper-button-prev {
    left: -4.5em;
}

.certificate-swiper {
    position: relative;
    overflow: hidden;
}

.certificate-swiper .item-slide .box {
    width: 100%;
    height: 100%;
    display: block;
}

.certificate-swiper .item-slide .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.certificate-swiper .item-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate-swiper .item-slide .bd {
    padding-top: .8em;
}

.certificate-swiper .item-slide .tit {
    font-size: .8em;
    text-align: center;
    line-height: 1.5;
    color: #222;
}

@media (max-width: 991.98px) {
    .certificate-swiper-box {
        position: relative;
        margin: .6rem 0 1.2rem;
    }
    .certificate-swiper {
        position: relative;
        overflow: hidden;
    }
    .certificate-swiper .item-slide .box {
        width: 100%;
        height: 100%;
        display: block;
    }
    .certificate-swiper .item-slide .imgs {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .certificate-swiper .item-slide .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .certificate-swiper .item-slide .bd {
        padding-top: .3rem;
    }
    .certificate-swiper .item-slide .tit {
        font-size: .28rem;
        line-height: .48rem;
    }
}

.pabout-other {
    margin-top: 2.5em;
}

.pabout-other .list .item {
    padding: 1em 2.1em 1em 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.pabout-other .list .item:nth-child(odd) {
    background-color: #fafafa;
}

.pabout-other .list .item:nth-child(odd) .num {
    background-color: #fff;
}

.pabout-other .list .item:nth-child(even) {
    background-color: #fff;
}

.pabout-other .list .item:nth-child(even) .num {
    background-color: #fafafa;
}

.pabout-other .list .left,
.pabout-other .list .right {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.pabout-other .list .right:nth-child(2) {
    padding-left: 1.4em;
}

.pabout-other .list .num {
    /* padding: .71428em; */
    width: 2.14em;
    height: 2.14em;
    min-width: 5%;
    font-size: .7em;
    font-weight: bold;
    line-height: 1;
    color: #094594;
    margin-right: 1.71428em;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pabout-other .list .tit {
    font-size: .8em;
    line-height: 1.5;
    color: #222;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .pabout-other {
        margin-top: .4rem;
    }
    .pabout-other .list .item {
        padding: 0;
        display: block;
    }
    .pabout-other .list .item:nth-child(odd) {
        background-color: #fafafa;
    }
    .pabout-other .list .item:nth-child(odd) .num {
        background-color: #fff;
    }
    .pabout-other .list .item:nth-child(even) {
        background-color: #fff;
    }
    .pabout-other .list .item:nth-child(even) .num {
        background-color: #fafafa;
    }
    .pabout-other .list .item .left {
        background-color: #fafafa;
    }
    .pabout-other .list .item .left .num {
        background-color: #fff;
    }
    .pabout-other .list .item .right {
        background-color: #fff;
    }
    .pabout-other .list .item .right .num {
        background-color: #fafafa;
    }
    /* .pabout-other .list .item .right:first-child {
        background-color: #fafafa;
    }
    .pabout-other .list .item .right:first-child .num {
        background-color: #fff;
    } */
    .pabout-other .list .left,
    .pabout-other .list .right {
        width: 100%;
        padding: .2rem .25rem .2rem .25rem;
    }
    .pabout-other .list .right:nth-child(2) {
        padding-left: .25rem;
    }
    .pabout-other .list .num {
        /* padding: .2rem .26rem; */
        width: .5rem;
        width: .6rem;
        height: .6rem;
        min-width: .6rem;
        font-size: .26rem;
        line-height: 1;
        margin-right: .13rem;
    }
    .pabout-other .list .tit {
        width: 90%;
        font-size: .28rem;
        line-height: .48rem;
    }
}

#modalBigHover {
    width: 18em !important;
    z-index: 9999;
}

#modalBigHover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.pabout-contact {
    margin: 2.5em 0 6em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-contact .left {
    width: 50%;
}

.pabout-contact .left .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pabout-contact .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pabout-contact .right {
    width: 45.833%;
}

.pabout-contact .right .item {
    margin-bottom: 3em;
}

.pabout-contact .right .item .tit {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.33;
    color: #222;
    margin-bottom: .722em;
}

.pabout-contact .right .item .doc {
    font-size: .8em;
    line-height: 1.5em;
    color: #666;
}

.pabout-contact .right .item .doc .bi {
    min-width: 26px;
}

.pabout-contact .right .item .site .bi {
    width: 16px;
    height: 16px;
    display: inline-block;
    /* margin-right: 11px; */
}

.pabout-contact .right .item .email .bi {
    width: 16px;
    height: 12px;
    /* margin-right: 10px; */
    display: inline-block;
}

.pabout-contact .right .item:last-child {
    margin-bottom: 0;
}

.contact-list {
    margin-top: 2.5em;
    margin-bottom: 5.6em;
}

.contact-list .item {
    margin-bottom: 2.7em;
}

.contact-list .item .box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.contact-list .item .type {
    position: absolute;
    top: 0;
    left: 0;
    padding: .35em .7em;
    background-color: #fdd001;
    z-index: 3;
}

.contact-list .item .type .title {
    font-size: .7em;
    line-height: 1;
    color: #222;
}

.contact-list .item .imgs {
    position: relative;
    width: 100%;
    height: 9.5em;
    overflow: hidden;
}

.contact-list .item .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-list .item .bd {
    padding: .85em 0 0;
}

.contact-list .item .tit {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.33;
    color: #222;
    margin-bottom: .611em;
}

.contact-list .item .docx {
    font-size: .8em;
    line-height: 1.75em;
    color: #666;
    display: flex;
    display: -webkit-flex;
}

.contact-list .item .docx .left {
    white-space: nowrap;
}

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

.contact-suggest {
    text-align: center;
}

.contact-suggest .tit {
    margin-top: 2.2em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.5;
    color: #222;
}

.contact-suggest .list {
    margin-top: .5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.contact-suggest .item {
    margin-right: 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.contact-suggest .doc {
    font-size: .8em;
    line-height: 1.5;
    color: #222;
    white-space: nowrap;
}

.contact-suggest .email {
    font-size: .8em;
    line-height: 1.5;
    color: #094594;
    text-decoration: underline;
}

.contact-suggest .item:last-child {
    margin-right: 0;
}

.contact-suggest .more {
    width: 7.2em;
    height: 2.7em;
    margin: 0 auto;
    margin-top: 2.8em;
    background-color: #fdd001;
    border: solid 1px #d3af15;
}

.contact-suggest .box {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.contact-suggest .title {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #0850b0;
}

@media (max-width: 991.98px) {
    .p-aboutContact-tit .tit {
        font-size: .48rem;
        line-height: .68rem;
    }
    .pabout-contact {
        margin: .5rem 0 1.1rem;
        display: block;
    }
    .pabout-contact .left {
        width: 100%;
    }
    .pabout-contact .right {
        width: 100%;
        margin-top: .5rem;
    }
    .pabout-contact .right .item {
        margin-bottom: .4rem;
    }
    .pabout-contact .right .item .tit {
        font-size: .32rem;
        line-height: .42rem;
        margin-bottom: .1rem;
    }
    .pabout-contact .right .item .doc {
        font-size: .28rem;
        line-height: .48rem;
        display: flex;
        display: -webkit-flex;
    }
    .pabout-contact .right .item .site .bi {
        width: .21rem;
        height: .28rem;
        margin-right: .22rem;
        margin-top: 0.08rem;
    }
    .pabout-contact .right .item .email .bi {
        width: .28rem;
        height: .2rem;
        margin-right: .18rem;
        margin-top: 0.08rem;
    }
    .contact-list {
        margin-top: .5rem;
        margin-bottom: .9rem;
    }
    .contact-list .item {
        padding: 0;
        margin-bottom: .5rem;
    }
    .contact-list .item .type {
        position: absolute;
        padding: .22rem .14rem;
    }
    .contact-list .item .type .title {
        font-size: .28rem;
        line-height: 1;
    }
    .contact-list .item .imgs {
        width: 100%;
        height: 3.25rem;
    }
    .contact-list .item .bd {
        padding: .18rem 0 0;
    }
    .contact-list .item .tit {
        font-size: .32rem;
        line-height: .42rem;
        margin-bottom: .08rem;
    }
    .contact-list .item .docx {
        font-size: .28rem;
        line-height: .48rem;
    }
    .contact-list .item:nth-last-child(2),
    .contact-list .item:nth-last-child(3) {
        margin-bottom: .5rem;
    }
    .contact-list .item:nth-last-child(1) {
        margin-bottom: 0rem;
    }
    .contact-suggest .tit {
        margin-top: .4rem;
        font-size: .28rem;
        line-height: .48rem;
    }
    .contact-suggest .list {
        margin-top: .05rem;
        display: block;
    }
    .contact-suggest .item {
        text-align: left;
        margin-right: 0em;
        justify-content: left;
        -webkit-justify-content: left;
    }
    .contact-suggest .doc {
        font-size: .28rem;
        line-height: .68rem;
        white-space: normal;
    }
    .contact-suggest .email {
        font-size: .28rem;
        line-height: .68rem;
    }
    .contact-suggest .more {
        width: 2.2rem;
        height: .78em;
        margin-top: .45rem;
    }
    .contact-suggest .title {
        font-size: .28rem;
    }
}

.fine {
    margin-top: .8em;
    margin-bottom: 6.5em;
}

.fine .imgs {
    position: relative;
    overflow: hidden;
}

.fine .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pabout-sense {
    margin-bottom: 6.5em;
}

.pabout-sense .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-sense .left {
    width: 33%;
}

.pabout-sense .right {
    width: 56.66%;
}

.pabout-sense .right .imgs {
    position: relative;
    width: 100%;
    height: 19em;
    overflow: hidden;
}

.pabout-sense .right .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pabout-sense .tit {
    position: relative;
    font-size: 2.1em;
    line-height: 1;
    color: #094594;
    padding-bottom: 0.6666em;
}

.pabout-sense .tit::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -0%;
    width: 2.38em;
    height: .3571em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/title-before.svg);
}

.pabout-sense .doc {
    font-size: 1.1em;
    line-height: 1.63;
    color: #222;
    margin-top: 1.15em;
}

.pabout-value {
    margin-top: 3.2em;
}

.pabout-value .list {
    padding: 0 1.5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pabout-value .item {
    width: 50%;
    margin-bottom: 2em;
}

.pabout-value .item:nth-last-child(1),
.pabout-value .item:nth-last-child(2) {
    margin-bottom: 0;
}

.pabout-value .item .imgs {
    position: relative;
    width: 5.5em;
    height: 5.5em;
    margin: 0 auto;
    overflow: hidden;
}

.pabout-value .item .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pabout-value .item .bd {
    margin-top: 1.3em;
    text-align: center;
}

.pabout-value .item .tit {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    color: #222;
}

.pabout-value .item .doc {
    margin: 0 -.625em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pabout-value .item .doc .docx {
    position: relative;
    font-size: .8em;
    line-height: 1;
    color: #666;
    padding: 0 .625em;
    margin-top: .75em;
    white-space: nowrap;
}

.pabout-value .item .doc .docx::after {
    position: absolute;
    content: '';
    top: 15%;
    right: 0;
    width: 2px;
    height: 80%;
    background-color: #999;
}

.pabout-value .item .doc .docx:last-child::after {
    display: none;
}

.p-aboutCulture .public-about-tit:first-child .tit {
    font-size: 1.4em;
    font-weight: bold;
}

.p-aboutCulture .public-about-tit:first-child .tit-box::before {
    bottom: .6em;
}

.p-aboutCulture .public-about-tit .tit {
    color: #094594;
}

.p-aboutCulture .public-about-tit .tit-box {
    padding-bottom: 1.5em;
}

.p-aboutCulture .public-about-tit .tit-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 5.5em;
    height: .75em;
    background-color: transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/title-before.svg);
}

@media (max-width: 991.98px) {
    .fine {
        margin-top: .2rem;
        margin-bottom: 1.2rem;
    }
    .p-aboutCulture .public-about-tit:first-child .tit {
        font-size: .32rem;
    }
    .p-aboutCulture .public-about-tit:first-child .tit-box::before {
        bottom: 0;
    }
    .p-aboutCulture .public-about-tit .tit {
        color: #094594;
    }
    .p-aboutCulture .public-about-tit .tit-box {
        padding-bottom: .22rem;
    }
    .p-aboutCulture .public-about-tit .tit-box::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: 1rem;
        height: .16rem;
        background-image: url(/img/static/title-before.svg);
    }
    .pabout-sense {
        margin-bottom: 1.2rem;
    }
    .pabout-sense .box {
        display: block;
    }
    .pabout-sense .left {
        width: 100%;
        text-align: center;
    }
    .pabout-sense .right {
        width: 100%;
        margin-top: .4rem;
    }
    .pabout-sense .right .imgs {
        position: relative;
        width: 100%;
        height: 3.65rem;
        overflow: hidden;
    }
    .pabout-sense .tit {
        font-size: .48rem;
        line-height: 1;
        padding-bottom: 0.28rem;
        color: #094594;
    }
    .pabout-sense .tit::after {
        bottom: 0;
        left: 50%;
        width: 1rem;
        height: .16rem;
        transform: translateX(-50%);
    }
    .pabout-sense .doc {
        font-size: .28rem;
        line-height: .48r;
        margin-top: .26rem;
        text-align: center;
    }
    .pabout-value {
        margin-top: .68rem;
    }
    .pabout-value .list {
        padding: 0em;
        display: block;
    }
    .pabout-value .item {
        width: 100%;
        margin-bottom: 1rem !important;
    }
    .pabout-value .item .imgs {
        width: 1.4rem;
        height: 1.3rem;
    }
    .pabout-value .item .bd {
        margin-top: .5rem;
        text-align: center;
    }
    .pabout-value .item .tit {
        font-size: .36rem;
        line-height: .46rem;
    }
    .pabout-value .item .doc {
        margin: 0 -.2rem;
    }
    .pabout-value .item .doc .docx {
        position: relative;
        font-size: .28rem;
        line-height: .36rem;
        padding: 0 .2rem;
        margin-top: .75em;
        white-space: normal;
    }
    .pabout-value .item .doc .docx::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: .01rem;
        height: 100%;
    }
    .pabout-value .item:last-child {
        margin-bottom: 0;
    }
}

.pabout-msg {
    margin-top: 4em;
    padding: 0 2.6em;
}

.pabout-msg .list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-msg .item {
    width: 22%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.pabout-msg .left {
    margin-right: .6em;
}

.pabout-msg .left .icon {
    position: relative;
    width: 2.2em;
    height: 2.2em;
    overflow: hidden;
}

.pabout-msg .left .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pabout-msg .right {
    color: #222;
}

.pabout-msg .right .top {
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    font-family: "HARMONYOS Bold";
}

.pabout-msg .right .num {
    font-size: 3em;
    line-height: 1;
}

.pabout-msg .right .unit {
    font-size: .8em;
    line-height: 1;
    font-family: "HARMONYOS Medium";
}

.pabout-msg .right .tit {
    font-size: .7em;
    line-height: 1.5;
    margin-top: .5em;
    margin-left: .7em;
}

.pabout-honnr1 {
    margin-top: 6.2em;
}

.pabout-honnr1 .imgs {
    position: relative;
    width: 106.667%;
    height: 28em;
    overflow: hidden;
    margin: 0 auto;
    margin-left: -3.335%;
}

.pabout-honnr1 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pabout-honnr1 .end {
    margin: 2.5em 0 5em;
    padding: 0 3em 0 1.5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pabout-honnr1 .end .left {
    width: 12.28%;
    height: 6.25em;
}

.pabout-honnr1 .end .left .icon {
    width: 100%;
    height: 100%;
}

.pabout-honnr1 .end .right {
    width: 82.433%;
}

.pabout-honnr1 .end .tit {
    font-size: 1.1em;
    line-height: 1.818;
    color: #222;
}

@media (min-width: 991.98px) {
    .pabout-team .item:nth-child(odd) .box {
        flex-direction: inherit;
        -webkit-flex-direction: inherit;
    }
    .pabout-team .item:nth-child(even) .box {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .pabout-team .item {
        margin-bottom: 3em;
    }
    .pabout-team .item .left {
        width: 45.833%;
    }
    .pabout-team .item .left .imgs {
        height: 16em;
    }
    .pabout-team .item .right {
        width: 50%;
    }
    .pabout-team .item .right .tit {
        font-size: 1.1em;
        line-height: 1.18em;
        font-weight: bold;
        padding-bottom: .9em;
    }
    .pabout-team .item .right .tit::before {
        width: 2.7em;
        /* height: .137em; */
    }
    .pabout-team .item .right .doc {
        margin-top: 1.875em;
        color: #222;
        -webkit-line-clamp: inherit;
    }
    .pabout-team .item .right .doc p {
        margin-bottom: 1em;
    }
    .pabout-team .item .right .doc p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .p-aboutAbout .b-desc.app {
        display: none;
    }
    .pabout-msg {
        margin-top: .76rem;
        padding: 0;
    }
    .pabout-msg .list {
        padding: 0 .45em;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .pabout-msg .item {
        width: 50%;
    }
    .pabout-msg .item:nth-child(1),
    .pabout-msg .item:nth-child(2) {
        margin-bottom: .76rem;
    }
    .pabout-msg .item:nth-child(even) {
        padding-left: .68rem;
    }
    .pabout-msg .left {
        margin-right: .0rem;
    }
    .pabout-msg .left .icon {
        width: .54rem;
        height: .54rem;
    }
    .pabout-msg .left .icon img {
        display: block;
    }
    .pabout-msg .right {
        color: #222;
    }
    .pabout-msg .right .top {
        margin-left: .15rem;
        display: flex;
        display: -webkit-flex;
        align-items: baseline;
        -webkit-align-items: baseline;
        font-family: "HARMONYOS Bold";
    }
    .pabout-msg .right .num {
        font-size: .5rem;
    }
    .pabout-msg .right .unit {
        font-size: .24rem;
        line-height: 1;
        margin-left: .11rem;
    }
    .pabout-msg .right .tit {
        font-size: .24rem;
        line-height: .32rem;
        margin-top: .05rem;
        /* white-space: nowrap; */
    }
    .pabout-honnr1 {
        margin-top: 1.15rem;
    }
    .pabout-honnr1 .imgs {
        position: relative;
        width: 115.667%;
        height: 3.3rem;
        margin-left: -7.335%;
    }
    .pabout-honnr1 .end {
        margin: .9rem 0 .8rem;
        padding: 0;
    }
    .pabout-honnr1 .end .right {
        width: 100%;
    }
    .pabout-honnr1 .end .tit {
        font-size: .32rem;
        line-height: .52rem;
    }
    .pabout-team .item {
        margin-bottom: .7rem;
    }
    .pabout-team .item .left {
        margin-bottom: .4rem;
    }
    .pabout-team .item .right .tit {
        font-weight: bold;
    }
    .pabout-team .item .right .doc {
        color: #222;
        overflow: inherit;
        -webkit-line-clamp: inherit;
    }
}

.p-aboutHistory .temp-mainbox {
    padding-bottom: 11.5em;
}

.history-logo .imgs {
    position: relative;
    width: 11.35em;
    height: 4.4em;
    overflow: hidden;
    margin: 0 auto;
}

.history-logo .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-logo .title {
    font-size: 1.1em;
    line-height: 1;
    color: #222;
    text-align: center;
    margin-top: .45em;
}

.history-time {
    margin-top: 5.25em;
}

.history-time .item {
    margin-bottom: 7.5em;
}

.history-time .item .top {
    position: relative;
    text-align: center;
}

.history-time .item .top .big-time {
    position: absolute;
    top: -3.5em;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
}

.history-time .item .top .big-time .title {
    display: block;
    font-size: 8em;
    font-weight: bold;
    line-height: 1;
    color: #f7f7f7;
    white-space: nowrap;
}

.history-time .item .top .tit,
.history-time .item .top .time {
    font-size: 1.8em;
    line-height: 1;
    font-weight: bold;
    color: #094594;
}

.history-time .item .top .time {
    position: relative;
    margin-top: .55em;
    color: #f1aa00;
    padding-bottom: .833em;
}

.history-time .item .top .time::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 3.33em;
    height: .55em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: no-repeat center;
    background-size: cover;
    background-image: url(/img/static/big-yellow.svg);
}

.history-time .item .end {
    margin-top: 2.5em;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.history-time .item .left {
    width: 52.5%;
    margin-top: 1.5em;
    padding: 2.15em 1.7em 2.3em;
    background-color: #f7f7f7;
    z-index: 3;
}

.history-time .item .left .tit {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6363;
    color: #222;
}

.history-time .item .left .doc {
    margin-top: .8em;
}

.history-time .item .left .doc p {
    font-size: .8em;
    line-height: 1.75;
    color: #222;
    margin-bottom: .625em;
}

.history-time .item .left .doc p:last-child {
    margin-bottom: 0;
}

.history-time .item .right {
    position: absolute;
    top: 0em;
    left: 47.5%;
    width: 45%;
    z-index: 2;
}

.history-time .item .right .imgs {
    position: relative;
    width: 100%;
    height: 20.25em;
}

.history-time .item .right .imgs::before {
    display: block;
    position: absolute;
    content: '';
    top: -2.2em;
    left: 1.15em;
    width: .75em;
    height: 2.6em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/history-end.svg);
    z-index: 3;
}

.history-time .item .right .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-time .item:nth-child(even) .end {
    justify-content: right;
    -webkit-justify-content: right;
}

.history-time .item:nth-child(even) .right {
    left: 4.5em;
}

.history-time .item:nth-child(even) .right .imgs {
    height: 26.5em;
}

.history-time .item:nth-child(even) .right .imgs::before {
    left: auto;
    right: 1.15em;
}

.history-time .item:nth-child(3) .right {
    width: 38.33%;
}

.history-time .item:nth-child(3) .right .imgs {
    height: 30.8em;
}

.history-time .item:last-child .right .imgs::after {
    display: block;
    position: absolute;
    content: '';
    bottom: -2.6em;
    right: 1.15em;
    width: 0.75em;
    height: 2.6em;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/static/history-end1.svg);
    z-index: 3;
}

.history-time .item:last-child {
    margin-bottom: 0;
}

.history-time .item:last-child .left {
    margin-top: 2.2em;
}

@media (max-width: 991.98px) {
    .p-aboutHistory .temp-mainbox {
        padding-bottom: 1.5rem;
    }
    .history-logo .imgs {
        position: relative;
        width: 2.27rem;
        height: .88rem;
    }
    .history-logo .title {
        font-size: .36rem;
        line-height: .36rem;
        margin-top: .3rem;
    }
    .history-time {
        margin-top: 1rem;
    }
    .history-time .item {
        margin-bottom: 1rem;
    }
    .history-time .item .top {
        position: relative;
        text-align: center;
    }
    .history-time .item .top .big-time {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: -1;
    }
    .history-time .item .top .big-time .title {
        display: block;
        font-size: 1.2rem;
        line-height: 1;
    }
    .history-time .item .top .tit,
    .history-time .item .top .time {
        font-size: .36rem;
        line-height: 1;
    }
    .history-time .item .top .time {
        position: relative;
        margin-top: .3rem;
        padding-bottom: .3rem;
    }
    .history-time .item .top .time::after {
        width: 1.2rem;
        height: .25rem;
    }
    .history-time .item .end {
        margin-top: .5rem;
        position: relative;
        display: block;
        padding-top: 4.05rem;
    }
    .history-time .item .left {
        position: relative;
        width: 95.38%;
        margin: 0 auto;
        padding: .5rem .36rem .7rem;
        z-index: 3;
    }
    .history-time .item .left .tit {
        font-size: .36rem;
        line-height: .56rem;
    }
    .history-time .item .left .doc {
        margin-top: .26rem;
    }
    .history-time .item .left .doc p {
        font-size: .28rem;
        line-height: .48rem;
        color: #222;
        margin-bottom: .2rem;
    }
    .history-time .item .left .doc p:last-child {
        margin-bottom: 0;
    }
    .history-time .item .right {
        position: absolute;
        top: -0rem;
        left: 0%;
        width: 100%;
        z-index: 2;
    }
    .history-time .item .right .imgs {
        position: relative;
        width: 100%;
        height: 4.9rem;
    }
    .history-time .item .right .imgs::before {
        display: block;
        position: absolute;
        content: '';
        top: -.45rem;
        left: 50%;
        width: .15rem;
        height: .55rem;
        background: no-repeat center;
        background-size: contain;
        background-image: url(/img/static/history-end.svg);
        z-index: 3;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .history-time .item:nth-child(even) .end {
        padding-top: 5.56rem;
        justify-content: right;
        -webkit-justify-content: right;
    }
    .history-time .item:nth-child(even) .right {
        left: 0em;
    }
    .history-time .item:nth-child(even) .right .imgs {
        height: 6.4rem;
    }
    .history-time .item:nth-child(even) .right .imgs::before {
        left: auto;
        right: 50%;
    }
    .history-time .item:nth-child(3) .end {
        padding-top: 6.68rem;
    }
    .history-time .item:nth-child(3) .right {
        width: 100%;
    }
    .history-time .item:nth-child(3) .right .imgs {
        height: 8.68rem;
    }
    /* .history-time .item:nth-child(4) .left {
        padding: 2.15em 1.7em 2.3m;
    } */
    .history-time .item:last-child .left {
        position: relative;
    }
    .history-time .item:last-child .left::after {
        display: block;
        position: absolute;
        content: '';
        bottom: -.55rem;
        right: 50%;
        width: .15rem;
        height: .55rem;
        background: no-repeat center;
        background-size: contain;
        background-image: url(/img/static/history-end1.svg);
        z-index: 3;
    }
    .history-time .item:last-child {
        margin-bottom: 0;
    }
}

.antiFake .top .tit {
    font-size: 2.1em;
    line-height: 1.42em;
    color: #333;
}

.antiFake .top .doc {
    margin-top: 1.6em;
}

.antiFake .top .doc p {
    margin-bottom: 1em;
    font-size: .8em;
    line-height: 1.875;
    color: #4d4d4d;
}

.antiFake .top .doc p span {
    color: #094594;
}

.antiFake .top .doc p:last-child {
    margin-bottom: 0;
}

.antiFake .method {
    margin-top: 1.65em;
}

.antiFake .method .top {
    padding: 3em 8.6em 3em 4em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: #fafafa;
}

.antiFake .method .left {
    width: 70%;
}

.antiFake .method .left .tit {
    font-size: 1.8em;
    line-height: 1.66;
    color: #333;
}

.antiFake .method .left .editor h5 {
    font-size: 1.1em;
    line-height: 1.36;
    color: #4d4d4d;
    margin-top: .909em;
    margin-bottom: .45em;
}

.antiFake .method .left .editor p {
    font-size: .8em;
    line-height: 2.25em;
    color: #4d4d4d;
}

.antiFake .method .left .editor p span,
.antiFake .method .left .editor p a {
    color: #094594;
}

.antiFake .method .right {
    width: 24.5%;
}

.antiFake .method .right .video-box {
    width: 100%;
    height: 24em;
    margin: 0 auto;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    border: solid 4px #ffffff;
}

.antiFake .method .right .video-js {
    background-color: transparent;
}

.antiFake .method .right #my-video1 {
    width: 11em;
    height: 24em;
    border-radius: 16px;
}

.video-js .vjs-poster::after,
.video-js .vjs-poster {
    background-color: transparent;
    background: transparent;
}

.antiFake .method .right .vjs-poster1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: no-repeat center;
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}

.antiFake .method .right #my-video1 {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: no-repeat center;
    /* background-color: rgba(0, 0, 0, 0); */
    background-size: cover;
    /* background-image: url(/img/images/video1.jpg) */
}

.antiFake .method .right #my-video1 .vjs-poster1::after {
    display: none;
}

.antiFake .method .right #my-video1 .vjs-big-play-button {
    display: none;
}

.antiFake .method .end {
    margin-top: 1.5em;
}

.antiFake .method .end .box1 {
    padding: 3.4em 8.65em 3.5em 4em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: #fafafa;
}

.antiFake .method .end .left1 {
    padding-right: 7.3em;
}

.antiFake .method .end .right1 {
    padding-top: 4em;
    text-align: center;
}

.antiFake .method .end .right1 .list .item {
    margin-bottom: 1.4em;
}

.antiFake .method .end .right1 .list .imgs {
    position: relative;
    width: 11.5em;
    height: 3.5em;
    overflow: hidden;
}

.antiFake .method .end .right1 .list .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.antiFake .method .end .right1 .list .item:nth-child(2) .imgs {
    height: 5.75em;
}

.antiFake .method .end .right1 .list .item:last-child {
    margin-bottom: 0;
}

.antiFake .method .end .right1 .list .unit {
    margin-top: .7142em;
    font-size: .7em;
    line-height: 1;
    color: #666;
}

.antiFake .method .end .tit {
    font-size: 1.8em;
    line-height: 1.66;
    color: #333;
    margin-bottom: 0.5833em;
}

.antiFake .method .end .doc p {
    font-size: .8em;
    line-height: 2.25;
    color: #4d4d4d;
    margin-bottom: 1em;
}

.antiFake .method .end .doc p:last-child {
    margin-bottom: 0;
}

.antiFake .method .end .label {
    margin-top: 1.85em;
}

.antiFake .method .end .label .title {
    font-size: 1.3em;
    line-height: 1.181em;
    color: #222;
}

.antiFake .method .end .label .list {
    margin-top: 1.75em;
    padding: 0 1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.antiFake .method .end .label .list .item {
    width: 50%;
}

.antiFake .method .end .label .list .item .imgs {
    position: relative;
    width: 25em;
    height: 17.5em;
    overflow: hidden;
    margin: 0 auto;
}

.antiFake .method .end .label .list .item .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.antiFake .method .end .label .list .item .bd {
    margin-top: .6em;
}

.antiFake .method .end .label .list .item .bd .unit {
    font-size: .8em;
    line-height: 1.625;
    color: #222;
    text-align: center;
}

.antiFake .method .end .label .list .item:nth-child(1) .bd {
    padding-left: 2.5em;
}

.antiFake .method .end .label .list .item:nth-child(2) .imgs {
    width: 22.75em;
    height: 16em;
    margin-top: 1.5em;
}

@media (max-width: 991.98px) {
    .antiFake .top .tit {
        font-size: .48rem;
        line-height: .68rem;
    }
    .antiFake .top .doc {
        margin-top: .2rem;
    }
    .antiFake .top .doc p {
        margin-bottom: .2rem;
        font-size: .28rem;
        line-height: .48rem;
    }
    .antiFake .top .doc p:last-child {
        margin-bottom: 0;
    }
    .antiFake .method {
        margin-top: .48rem;
    }
    .antiFake .method .top {
        padding: .53rem .42rem .8rem;
        display: block;
    }
    .antiFake .method .left {
        width: 100%;
    }
    .antiFake .method .left .tit {
        font-size: .42rem;
        line-height: .6rem;
    }
    .antiFake .method .left .editor h5 {
        font-size: .32rem;
        line-height: .6rem;
        margin-top: .3rem;
        margin-bottom: .11rem;
    }
    .antiFake .method .left .editor p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .antiFake .method .right {
        width: 100%;
        margin-top: .4rem;
    }
    .antiFake .method .right .video-box {
        width: 100%;
        height: 11.14rem;
    }
    .antiFake .method .right #my-video1 .vjs-tech {
        padding: 0 .1rem;
    }
    .antiFake .method .end {
        margin-top: .6rem;
        background-color: #fff;
    }
    .antiFake .method .end .box1 {
        padding: 0;
        display: block;
        padding: .5rem .4rem .05rem;
    }
    .antiFake .method .end .left1 {
        padding-right: 0em;
    }
    .antiFake .method .end .right1 {
        padding-top: 0em;
        text-align: center;
    }
    .antiFake .method .end .right1 .list .item {
        margin-bottom: 1.4em;
    }
    .antiFake .method .end .right1 .list .imgs {
        position: relative;
        width: 11.5em;
        height: 3.5em;
        overflow: hidden;
    }
    .antiFake .method .end .right1 .list .imgs .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .antiFake .method .end .right1 .list .item:nth-child(2) .imgs {
        height: 5.75em;
    }
    .antiFake .method .end .right1 .list .item:last-child {
        margin-bottom: 0;
    }
    .antiFake .method .end .right1 .list .unit {
        margin-top: .7142em;
        font-size: .7em;
        line-height: 1;
        color: #666;
    }
    .antiFake .method .end .tit {
        font-size: .42rem;
        line-height: .6rem;
        margin-bottom: .23rem;
    }
    .antiFake .method .end .doc {
        padding-left: 0rem;
    }
    .antiFake .method .end .doc p {
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .1rem;
    }
    .antiFake .method .end .inquire {
        margin: .52rem 0 .8rem;
    }
    .antiFake .method .end .inquire .list .item {
        margin-bottom: .4rem;
    }
    .antiFake .method .end .inquire .list .item .imgs {
        position: relative;
        width: 100%;
        height: 1.76rem;
        overflow: hidden;
    }
    .antiFake .method .end .inquire .list .item .imgs .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .antiFake .method .end .inquire .list .item .bd {
        margin-top: .2rem;
    }
    .antiFake .method .end .inquire .list .item .unit {
        margin-top: .2rem;
        font-size: .28rem;
        text-align: center;
    }
    .antiFake .method .end .inquire .list .item:last-child {
        margin-bottom: 0;
    }
    .antiFake .method .end .inquire .list .item:last-child .imgs {
        height: 2.85rem;
    }
    .antiFake .method .end .label {
        margin-top: 0rem;
        padding-top: .6rem;
        background-color: #fff;
    }
    .antiFake .method .end .label .title {
        font-size: .42rem;
        line-height: .42rem;
    }
    .antiFake .method .end .label .list {
        margin-top: .6rem;
        padding: 0em;
        display: block;
    }
    .antiFake .method .end .label .list .item {
        width: 100%;
    }
    .antiFake .method .end .label .list .item .imgs {
        position: relative;
        width: 100%;
        height: 4.15rem;
        overflow: hidden;
        margin: 0 auto;
    }
    .antiFake .method .end .label .list .item .bd {
        margin-top: .28rem;
    }
    .antiFake .method .end .label .list .item .bd .unit {
        font-size: .28rem;
        line-height: 1;
    }
    .antiFake .method .end .label .list .item:nth-child(1) .bd {
        padding-left: .3rem;
    }
    .antiFake .method .end .label .list .item:nth-child(2) .imgs {
        width: 91%;
        height: 4.2rem;
        margin-top: 0.6rem;
        padding-left: 0.5rem;
    }
    .antiFake .method .end .label .list .item:nth-child(2) .bd {
        padding-left: .5rem;
    }
}

.pserve-network .headline .tit {
    font-size: 2.1em;
    line-height: 1;
    color: #000;
    margin-bottom: 1.047em;
}

.pserve-network .list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pserve-network .list .item {
    width: 25%;
    margin-bottom: 1.9em;
}

.pserve-network .list .item .tit {
    font-size: .9em;
    line-height: 1.66;
    color: #000;
}

.pserve-network .list .item .item-item {
    display: flex;
    display: -webkit-flex;
    margin-top: .25em;
}

.pserve-network .list .item .item-item:last-child {
    margin-top: 0;
}

.pserve-network .list .item .item-item .left,
.pserve-network .list .item .item-item .right {
    font-size: .8em;
    line-height: 1.625;
    color: #666;
}

.pserve-network .list .item .item-item.email .right {
    color: #094594;
}

.pserve-network .list .item:nth-last-child(1),
.pserve-network .list .item:nth-last-child(2),
.pserve-network .list .item:nth-last-child(3),
.pserve-network .list .item:nth-last-child(4) {
    margin-bottom: 0;
}

.pserve-network .list .item.special .left {
    display: none;
}

.pserve-network .list.world .item {
    width: auto;
    padding-right: 5em;
}

.pserve-network .list.world .item:last-child {
    padding-right: 0;
}

.pserve-network .list.world .right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 991.98px) {
    .pserve-network .headline .tit {
        font-size: .48rem;
        line-height: .68rem;
        margin-bottom: .5rem;
    }
    .pserve-network .list {
        display: block;
    }
    .pserve-network .list .item {
        width: 100%;
        margin-bottom: .4rem;
    }
    .pserve-network .list .item .tit {
        font-size: .32rem;
        line-height: .42rem;
    }
    .pserve-network .list .item .item-item {
        margin-top: .25em;
    }
    .pserve-network .list .item .item-item .left,
    .pserve-network .list .item .item-item .right {
        font-size: .28em;
        line-height: .48rem;
    }
    .pserve-network .list .item .item-item .left {
        min-width: .9rem;
    }
    .pserve-network .list .item .item-item .right {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .pserve-network .list .item .item-item .right .num {
        margin-right: .3rem;
    }
    .pserve-network .list .item .item-item .right .num:last-child {
        margin-right: 0;
    }
    .pserve-network .list .item:nth-last-child(2),
    .pserve-network .list .item:nth-last-child(3),
    .pserve-network .list .item:nth-last-child(4) {
        margin-bottom: .4rem;
        padding-right: 0;
    }
    .pserve-network .list .item:nth-last-child(1) {
        margin-bottom: 0;
    }
}

.map-content.china {
    margin-bottom: 4em;
}

.map-content {
    position: relative;
    width: 100%;
    height: 782px;
    margin-top: 2.75em;
    overflow: hidden;
}

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

.map-content .image {
    position: relative;
    width: 72.167%;
    width: 43.3em;
    height: 31.4em;
    width: 866px;
    height: 628px;
    margin: 3em 0 0 10em;
}

.map-content .bsc {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    /* width: 5em; */
    margin-top: 4.5em;
    padding: 1.3em 1em 1.85em;
    color: #333;
    background-color: #ffffff;
    box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.06);
    border: solid 1px #dbdbdb;
}

.map-content .bsc .bsc-img {
    display: block;
    overflow: hidden;
    width: 11m;
    height: 3.75em;
    height: 5em;
    object-fit: contain;
    margin: 0 auto;
}

.map-content .bsc .bsc-tit {
    font-size: .8em;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    margin-top: .75em;
}

.map-content .bsc .bsc-tit span {
    font-weight: normal;
}

.map-content.world {
    height: 35.7em;
}

.map-content.world .bsc .bsc-tit {
    text-align: left;
    font-weight: normal;
}

.map-content.world .bsc .name {
    font-weight: bold;
}

.map-content.world .bsc .doc {
    display: flex;
    display: -webkit-flex;
    margin-bottom: .4em;
}

.map-content.world .bsc .doc .left {
    white-space: nowrap;
    font-weight: bold;
}

.map-content.world .bsc .doc:last-child {
    margin-bottom: 0;
}

.map-content.world .image {
    width: 41.25em;
    height: 27em;
    width: 824px;
    height: 541px;
    margin: 4.5em 0 0 9.65em;
    object-fit: fill;
}

@media (min-width: 1160px) and (max-width: 1300px) {
    .map-content.china .image {
        margin: 1em 5em;
    }
}

@media (min-width: 991.98px) and (max-width: 1160px) {
    .map-content.china .image {
        margin: .5em 2em;
    }
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .map-content.world .image {
        margin: 2em 7em;
    }
}

@media (min-width: 991.98px) and (max-width: 1260px) {
    .map-content.world .image {
        margin: 1em 3em;
    }
}

@media (min-width: 991.98px) and (max-width: 1160px) {
    .map-content.world .image {
        margin: 1em 0em;
    }
}

@media (max-width: 991.98px) {
    .map-content.china {
        position: relative;
        margin-bottom: .9rem;
    }
    .map-content.china::before {
        position: absolute;
        content: '';
        width: 120%;
        height: 100%;
        top: 0;
        left: -10%;
        background-color: #fafafa;
        z-index: -1;
    }
    .map-content {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: .5rem;
        padding-bottom: 1rem;
        background-color: #fafafa;
    }
    .map-content .mob-image {
        width: 120%;
        height: 4.9rem;
        margin-left: -10%;
    }
    .map-content .bsc {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 0em;
        padding: 0.3rem .4rem .5rem;
    }
    .map-content .bsc .bsc-img {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 2.36rem;
        object-fit: contain;
        margin: 0 auto;
    }
    .map-content .bsc .bsc-tit {
        font-size: .28rem;
        line-height: .48rem;
        text-align: left;
        margin-top: .16rem;
    }
    .map-content .bsc .bsc-tit span {
        font-weight: normal;
    }
    .map-content.world {
        position: relative;
        height: auto;
    }
    .map-content.world .bsc .bsc-tit {
        text-align: left;
        font-weight: normal;
    }
    .map-content.world .bsc .name {
        font-weight: bold;
    }
    .map-content.world .bsc .doc {
        display: flex;
        display: -webkit-flex;
        margin-bottom: .4em;
    }
    .map-content.world .bsc .doc .left {
        font-weight: bold;
    }
    .map-content.world .bsc .doc:last-child {
        margin-bottom: 0;
    }
    .map-content.world .image {
        width: 41.25em;
        height: 27em;
        margin: 4.5em 0 0 9.65em;
        object-fit: fill;
    }
    .map-content.world::before {
        position: absolute;
        content: '';
        width: 120%;
        height: 100%;
        top: 0;
        left: -10%;
        background-color: #fafafa;
        z-index: -1;
    }
}

.pnewsdetail .headline .end .right .list .item .bi2 {
    display: none;
}

@media (min-width: 991.98px) {
    .buildbox img,
    .pnews-list .list .item .imgs .image {
        transition: .3s;
        -webkit-transition: .3s;
    }
    .buildbox li:hover img,
    .pnews-list .list .item:hover .imgs .image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transition: .3s;
        -webkit-transition: .3s;
    }
    .pabout-list .item:hover .tit,
    .pnewsdetail .headline .end .right .list .item a:hover .bi,
    .pindustry-list .list .item:hover .tit,
    .pnews-list .list .item:hover .tit {
        color: #004098;
    }
    .pindustry-list .list .item:hover .more,
    .pnews-list .list .item:hover .imges {
        background-color: rgba(253, 208, 1, 0.5);
    }
    .pindustry-list .list .item:hover {
        background-color: #f7f7f7;
    }
    .pindustry-list .list .item:hover {
        border-bottom: 0;
    }
    .pabout-honordel .pop .back:hover,
    .pprj-down .item:hover .box {
        background-color: #fdd001;
    }
    .pprj-down .item:hover .box {
        box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .phrresume .hrApply .item-fill .close1:hover,
    .detail-swiper1 .item-slide:hover,
    .detail-swiper2 .item-slide:hover {
        cursor: pointer;
    }
    .pop-photo .close1:hover {
        border: 1px solid #094594;
    }
    .pabout-honordel .pop .back:hover a {
        color: #fff;
        transition: 0s;
        -webkit-transition: 0s;
    }
    .certificate-swiper-box .swiper-button-next:hover img:nth-child(2),
    .certificate-swiper-box .swiper-button-prev:hover img:nth-child(2) {
        display: block;
    }
    .certificate-swiper-box .swiper-button-next:hover img:nth-child(1),
    .certificate-swiper-box .swiper-button-prev:hover img:nth-child(1) {
        display: none;
    }
    .pabout-list .item:hover .box {
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    }
    .weChat .compiler .editor1 {
        width: 33.85em !important;
        margin: 0 auto;
    }
    .pnewsdetail .headline .end .right .list .item a:hover .bi1 {
        display: none;
    }
    .pnewsdetail .headline .end .right .list .item a:hover .bi2 {
        display: block;
    }
}


/* zst end */


/* 新增 */

.form-btnbox .btn {
    border: 0;
}

.error-Msg {
    display: none;
}

.error-Msg .control-label {
    padding-left: 0 !important;
    color: red;
}

.frm-vcode {
    margin-bottom: 15px !important;
}

.p-aboutAntiFake .vjs-picture-in-picture-control.vjs-control.vjs-button {
    width: 3em;
    display: none;
}


/* 加载动画 */

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

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

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

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

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

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

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


/*定义动画*/

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

.detail-swiper2-next,
.detail-swiper2-prev {
    display: none;
}


/* .swiperactive .detail-swiper2-next,
.swiperactive .detail-swiper2-prev, */

.swiperactive .pprj-detail .left .detail-swiper2 {
    display: block !important;
    transition: .5s;
}

@media (min-width:991.98px) {
    .map-content.china .bsc {
        right: -26.66%;
        transition: .3s;
    }
    .actives .map-content.china .bsc {
        right: 0%;
        transition: .3s;
        animation: map 0.5s;
    }
    @keyframes map {
        0% {
            right: -27%;
        }
        100% {
            right: 0%;
        }
    }
    /* 世界地图 */
    .map-content.world .bsc {
        width: 26.66%;
        right: -26.66%;
        transition: .3s;
    }
    .actives1 .map-content.world .bsc {
        right: 0%;
        transition: .3s;
        animation: map 0.5s;
    }
    #MapWorld1 {
        cursor: pointer;
    }
}