@charset "UTF-8";

/*** 公共 开始***/

.head-place {
    display: block;
    height: 5em;
}

.main-box {
    padding-bottom: 6em;
}

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

@media (max-width: 991.98px) {
    .head-place {
        height: 1.2rem;
    }
    .p-privacy .main-box {
        padding-top: 0rem;
    }
    .main-box {
        padding-bottom: .8rem;
    }
}

@media (min-width: 991.98px) {
    .p-white .head-place {
        display: none !important;
        height: 0;
    }
}

.main-box {
    padding: 5.5em 0 6em;
}

@media (max-width: 991.98px) {
    .main-box {
        padding: 1.2rem 0;
    }
}

.publicn-title {
    width: 100%;
    text-align: center;
}

.about-year-box .publicn-title .title{
    font-size: 2.4em;
    line-height: 1.15;
    font-weight: bold;
    color: #010101;
    width: 60rem;
}
@media (max-width: 991.98px) {
    .about-year-box .publicn-title .title{
        font-size: .48rem;
        line-height: 1.15;
        font-weight: bold;
        color: #010101;
        width: 104%;
    }
}

.publicn-title .title {
    font-size: 2.4em;
    line-height: 1.15;
    font-weight: bold;
    color: #010101;
    
}


.publicn-title .title span {
    color: #185aae;
}

.publicn-title .doc {
    font-size: .9em;
    line-height: 1.35;
    color: #333333;
    margin-top: 1.77em;
    display: flex;
    justify-content: center;
}

.publicn-title .doc p{
    width: 62%;
}
.publicn-title .doc .hr{
    width: 77.5%;
}

@media (max-width: 991.98px) {
    .publicn-title {
        width: 100%;
        text-align: center;
    }
    .publicn-title .title {
        font-size: .48rem;
        line-height: .68rem;
    }
    .publicn-title .doc {
        font-size: .28rem;
        line-height: .48rem;
        color: #333333;
        margin-top: .25rem;
        
    }
    .about-authentication .publicn-title .doc {
        font-size: .28rem;
        line-height: .48rem;
        color: #333333;
        margin-top: .25rem;
        display: none;
    }
    .publicn-title .doc p{
        width: 100%;
    }
}


/* 搜索结果页 */

.temp-mainbox {
    padding-top: 2em;
}

.result-topbox {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    padding: 4.1rem 0 3.7rem;
}

.result-topbox .t-heading {
    font-size: 2.1rem;
    line-height: 1em;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
}

.result-search-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.result-serach-input {
    width: 100%;
    height: 3.1rem;
    display: block;
    background-color: #fff;
    border: none;
    padding: 0 3.25rem 0 1rem;
    font-size: .8rem;
    line-height: 3.1rem;
    color: #333;
}

.result-search-ico {
    width: 3.25rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}

.result-search-ico .bi {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
    width: 100%;
    position: relative;
}

.result-filtbox.web {
    font-size: .7rem;
    line-height: 0.8rem;
    color: #4c4c4c;
    margin-bottom: 1.7rem;
}

.result-filtbox.web a {
    display: block;
}

.result-filtbox.web .swiper-slide {
    width: auto;
    margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
    font-weight: bold;
}

.result-filtbox.app {
    margin-bottom: .24rem;
}

.result-list li {
    width: 100%;
    border-bottom: solid 1px #dfe1e6;
}

.result-list li:first-child {
    border-top: solid 1px #dfe1e6;
}

.result-list .box {
    width: 100%;
    display: block;
    padding: 1.7rem 9rem 1.7rem 1rem;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.result-list .item-time {
    font-size: .7rem;
    line-height: 1em;
    color: #666;
    margin-bottom: .5rem;
}

.result-list .item-tit {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2rem;
}

.result-list .item-arrow {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border: solid 1px #b8b8b8;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
    width: .6rem;
    height: .6rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .p-result .temp-mainbox {
        padding-top: 1.7rem;
    }
    .result-list li:hover .box {
        background-color: #f7f7f7;
    }
    .result-list li:hover .item-arrow {
        background-color: #999;
        color: #fff;
        border-color: #999;
    }
}

@media screen and (max-width: 991.98px) {
    .result-topbox {
        padding: .78rem 0 .76rem;
    }
    .result-topbox .t-heading {
        font-size: .48rem;
        margin-bottom: .4rem;
    }
    .result-serach-input {
        height: .8rem;
        padding: 0 0.94rem 0 .3rem;
        line-height: .8rem;
        font-size: .28rem;
    }
    .result-search-ico {
        width: .94rem;
    }
    .result-search-ico .bi {
        width: .32rem;
        height: .32rem;
    }
    .result-list li:first-child {
        border-top: none;
    }
    .result-list .box {
        padding: .56rem 0 .68rem;
    }
    .result-list .item-time {
        font-size: .28rem;
        margin-bottom: .18rem;
    }
    .result-list .item-tit {
        font-size: .36rem;
        line-height: .52rem;
        max-height: 1.1rem;
        height: auto;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: unset;
    }
    .result-list .item-arrow {
        display: none;
    }
    .result-filtbox.web {
        font-size: .28rem;
        margin-bottom: .2rem;
    }
}


/* 隐私条款 */

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991.98px) {
    .privacy-doc {
        font-size: .28rem;
        line-height: 1.7em;
    }
    .privacy-doc ul {
        padding-left: 1em;
    }
}


/*** 公共 结束***/

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

.public-banner .imgs {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center;
    background-size: cover;
}

.public-banner .imgs.web {
    width: 100%;
    height: 100%;
}

.public-banner .public-ban-paging {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    transform: translateY(-50%);
}

.public-banner .public-ban-paging .tit {
    font-size: 3em;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.public-banner .public-ban-paging .more {
    width: 8.9em;
    height: 3.4em;
    margin-top: 3.5em;
    background-color: #ffffff;
    border-radius: 40px;
}

.public-banner .public-ban-paging .more a {
    width: 100%;
    height: 100%;
    padding: 0 .9375em 0 2.1875em;
    padding: 0 1.875em 0 1.875em;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8em;
    color: #185aae;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
}

.public-banner .public-ban-paging .more .boxs-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.public-banner .public-ban-paging .more .boxs-boxs .top {
    font-weight: bold;
}

.public-banner .public-ban-paging .more img {
    width: 1.2em;
    height: 1em;
    display: block;
}

.public-banner .public-ban-paging .more .bi {
    width: 13px;
    height: 9px;
    display: block;
    color: #333333;
}

.public-banner .public-ban-paging .more .icon,
.public-banner .public-ban-paging .more .right {
    transition: .3s;
}

.public-banner .public-ban-paging .more .end {
    transform: translateY(300%);
}

.public-banner .public-ban-paging .video-btn {
    margin-top: 2em;
    cursor: pointer;
}

.public-banner .public-ban-paging .video-btn .video-btn-box {
    display: flex;
    align-items: center;
}

.public-banner .public-ban-paging .video-btn .video-btn-box .icon {
    position: relative;
    margin-right: .8em;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.public-banner .public-ban-paging .video-btn .video-btn-box .icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: play ease 2s infinite;
}

.public-banner .public-ban-paging .video-btn .video-btn-box .icon .icon-img {
    position: relative;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-banner .public-ban-paging .video-btn .video-btn-box .icon .icon-img::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 8px;
    height: 13px;
    background: no-repeat center center;
    background-size: contain;
    background-image: url(/img/static/paly1.svg);
    transform: translate(-50%, -50%);
}

.public-banner .public-ban-paging .video-btn .video-btn-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-banner .public-ban-paging .video-btn .video-tit {
    position: relative;
    font-size: .9em;
    line-height: 1;
    color: #fff;
}

.public-banner .public-ban-paging .video-btn .video-tit::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@keyframes play {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.4);
    }
    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 991.98px) {
    .p-about .public-banner .public-ban-paging {
        top: 2.2rem !important;
        transform: translate(-50%, 0%);
    }
    .public-banner {
        width: 100%;
        height: 5.9rem;
        position: relative;
        overflow: hidden;
    }
    .public-banner .imgs {
        position: absolute;
        top: 0;
        left: 0;
        background: no-repeat center;
        background-size: cover;
    }
    .public-banner .imgs.app {
        width: 100%;
        height: 5.9rem;
    }
    .public-banner .public-ban-paging {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        width: 100%;
        text-align: center;
        padding: 0 .3rem;
        padding: 0 .4rem;
        transform: translate(-50%, -50%);
    }
    .public-banner .public-ban-paging .tit {
        font-size: .56rem !important;
        line-height: .72rem;
        color: #fff;
        font-weight: normal;
    }
    .public-banner .public-ban-paging .more {
        width: 2.4rem;
        height: .72rem;
        margin: 0 auto;
        font-weight: normal;
    }
    .public-banner .public-ban-paging .more a {
        width: 2.4rem;
        height: .72rem;
        margin: 0 auto;
        margin-top: .56rem;
        padding-left: .4rem;
        padding-right: .22rem;
        color: #185aae;
        font-weight: bold;
        font-size: .26rem;
        background-color: #ffffff;
        border-radius: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-weight: normal;
    }
    .public-banner .public-ban-paging .more a img {
        width: .27rem;
        height: .23rem;
        display: block;
    }
    .public-banner .public-ban-paging .video-btn {
        margin-top: .34rem;
        cursor: pointer;
    }
    .public-banner .public-ban-paging .video-btn .video-btn-box {
        display: flex;
        align-items: center;
    }
    .public-banner .public-ban-paging .video-btn .video-btn-box .icon {
        width: 100%;
        margin-right: 0;
    }
    .public-banner .public-ban-paging .video-btn .video-btn-box img {
        max-width: none;
        max-height: none;
        width: .8rem;
        height: .8rem;
        object-fit: cover;
        margin: 0 auto;
    }
    .public-banner .public-ban-paging .video-btn .video-btn-box .icon::before {
        display: none;
    }
}

@keyframes videoDonghua {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 991.98px) {
    .video-btn:hover .video-tit::before {
        animation: videoDonghua .5s ease;
    }
}

.crumbs-channel {
    width: 100%;
    height: 3em;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

.crumbs-channel .list {
    display: flex;
    align-items: center;
    margin: 0 -.65em;
}

.crumbs-channel .list .item {
    position: relative;
    min-width: 12em;
    height: 3em;
    font-weight: bold;
    color: #141414;
    padding: 0 .65em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
}

.crumbs-channel .list .item:last-child {
    border-right: 1px solid #ddd;
}

.crumbs-channel .list .item.active {
    color: #fff;
    background: #185aae;
}

.crumbs-channel .list .doc {
    font-size: .8em;
    line-height: 1;
}

.crumbs-channel1 {
    padding-top: 2em;
}

.crumbs-channel1 .list {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.crumbs-channel1 .list .item {
    position: relative;
    padding: 0 10px;
}

.crumbs-channel1 .list .item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: #aab0ba;
    width: 1px;
    height: 95%;
    transform: translateY(-50%) rotate(20deg);
    z-index: 2;
}

.crumbs-channel1 .list .item:last-child::before {
    display: none;
}

.crumbs-channel1 .list .doc {
    font-size: .7em;
    line-height: 1;
    color: #aab0ba;
}

@media (max-width: 991.98px) {
    .crumbs-channel {
        width: 100%;
        height: .94rem;
        border-bottom: 0;
        margin-top: -.95rem;
    }
    .crumbs-channel .list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -.65em;
    }
    .crumbs-channel .list .item {
        position: relative;
        min-width: 43%;
        min-width: 40%;
        height: .95rem;
        font-weight: normal;
        color: #fff;
        padding: 0 .65em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 0;
        background: rgba(0, 0, 0, 0.36);
    }
    .crumbs-channel .list .item:last-child {
        border-right: 0;
    }
    .crumbs-channel .list .item.active {
        color: #fff;
        background: rgba(24, 90, 174, 0.9);
    }
    .crumbs-channel .list .doc {
        font-size: .8em;
        line-height: 1;
    }
}

.p-newslist .publicn-title {
    margin-bottom: 2em;
}

.news-banner-swiper {
    position: relative;
    width: 100%;
    width: 37.5%;
    margin: 0 auto;
    height: 23em;
    margin-bottom: 7em;
    overflow: inherit;
}

.news-banner-swiper .item-slide {
    position: relative;
    width: 31.25%;
    opacity: 1;
    transition: .3s;
    position: relative;
}

.news-banner-swiper .item-slide::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    background-image: url(/img/static/news-bgk.jpg);
    opacity: .5;
    z-index: 1;
}

.news-banner-swiper .item-slide::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: no-repeat center;
    background-size: cover;
    background-image: url(/img/static/news-bgk.jpg);
    opacity: .5;
    transition: all .5s;
}

.news-banner-swiper .item-slide.ani::before {
    left: 100%;
}

.news-banner-swiper .item-slide.swiper-slide-active::after {
    opacity: 0.8;
}

.news-banner-swiper .item-slide.swiper-slide-active {
    width: 37.5%;
    opacity: 1;
    transition: .3s;
}

.news-banner-swiper .item-slide .imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.news-banner-swiper .item-slide .bd {
    display: block;
    position: relative;
    padding: 4.5em 0 0 2.5em;
    z-index: 3;
    transition: .3s;
    opacity: 0.1;
    z-index: 3;
    padding-right: 2.5em;
}

.news-banner-swiper .item-slide.swiper-slide-active .bd {
    display: block;
    transition: .3s;
    opacity: 1;
}

.news-banner-swiper .item-slide .time {
    font-size: .9em;
    line-height: 1.44;
    color: #ffffff;
    margin-bottom: .9em;
}

.news-banner-swiper .item-slide .tit {
    font-size: 1.2em;
    line-height: 1.41;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.news-banner-swiper .item-slide .more {
    width: 8.25em;
    height: 2.3em;
    margin-top: 3.5em;
    background-color: #ffffff;
    border-radius: 23px;
}

.news-banner-swiper .item-slide .more a {
    width: 100%;
    height: 100%;
    padding: 0 .9375em 0 2.1875em;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8em;
    line-height: 1;
    overflow: hidden;
}

.news-banner-swiper .item-slide .more .boxs-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    top: -30%;
    height: 63%;
}

.news-banner-swiper .item-slide .more .bi {
    width: 13px;
    height: 9px;
    display: block;
    color: #333333;
}

.news-banner-swiper .item-slide .more .icon,
.news-banner-swiper .item-slide .more .right {
    transition: .3s;
    position: relative;
    top: 8px;
}

.news-banner-swiper .item-slide .more .icon {
    margin-bottom: 6px;
}

.news-banner-swiper .item-slide .more .end {
    transform: translateY(300%);
}

.news-banner-swiper .swiper-button {
    width: 3.3em;
    height: 3.3em;
    background-color: rgba(255, 255, 255, 0.33);
    border-radius: 50%;
    transition: .3s;
}

.news-banner-swiper .swiper-button:after {
    display: none;
}

.news-banner-swiper .swiper-button .bi {
    width: 10px;
    height: 18px;
    color: #ffffff;
    display: block;
}

.news-banner-swiper .swiper-button.swiper-button-next {
    left: auto;
    right: 1.5em;
    z-index: 99;
}

.news-banner-swiper .swiper-button.swiper-button-prev {
    left: 1.5em;
    z-index: 99;
}

.news-banner-swiper .swiper-button:hover {
    background-color: #fff;
    transition: .3s;
}

.news-banner-swiper .swiper-button:hover .bi {
    color: #185aae;
}

.news-list .news-item {
    margin-bottom: 3.75em;
}

.news-list .news-item .box {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    transition: .3s;
    box-shadow: -1px 9px 24px 0px rgba(70, 70, 70, 0.04);
}

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

.news-list .image {
    flex: 0 0 34.5rem;
    max-width: 690px;
}

.news-list .image .image-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 64.49%;
    overflow: hidden;
}

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

.news-list .desc {
    flex: 1;
    padding: 4em 3.75em 4em 3.5em;
}

.news-list .desc .bd {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.news-list .desc .time {
    font-size: .9em;
    line-height: 1;
    color: #666666;
    margin-bottom: 1.2em;
}

.news-list .desc .tit {
    width: 67%;
    font-size: 1.2em;
    line-height: 1.41;
    font-weight: bold;
    color: #141414;
    margin-bottom: 0.833em;
    transition: .3s;
    max-height: 2.82em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news-list .desc .doc {
    width: 90%;
    font-size: .8em;
    line-height: 1.625;
    color: #666666;
    margin-bottom: 3.4375em;
    max-height: 3.25em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news-list .desc .more {
    width: 2.3em;
    height: 2.3em;
    border-radius: 23px;
    background-color: #185aae;
    transition: .3s;
}

.news-list .desc .more .boxs {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list .desc .more .more-tit {
    display: none;
    font-size: .8em;
    margin-right: 2.375em;
    color: #fff;
    white-space: nowrap;
}

.news-list .desc .more .bi {
    width: 14px;
    height: 9px;
    color: #fff;
    display: block;
}

.p-newslist .global-paging {
    margin-top: 3.5em;
}

@media (min-width:1600px) and (max-width:3000px) {
    .news-banner-swiper .swiper-button.swiper-button-prev {
        left: -75%;
    }
    .news-banner-swiper .swiper-button.swiper-button-next {
        right: -75%;
    }
}

@media (min-width: 1150px) and (max-width:1600px) {
    .news-banner-swiper .swiper-button.swiper-button-prev {
        left: -70%;
    }
    .news-banner-swiper .swiper-button.swiper-button-next {
        right: -70%;
    }
}

@media (min-width: 992.98px) and (max-width:1150px) {
    .news-banner-swiper .swiper-button.swiper-button-prev {
        left: -44%;
    }
    .news-banner-swiper .swiper-button.swiper-button-next {
        right: -44%;
    }
}

@media (min-width: 992.98px) {
    .news-banner-swiper .item-slide::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .p-newslist .main-box .global-inner {
        padding: 0 .5rem !important;
    }
    .p-newslist .publicn-title {
        margin-bottom: 0em;
    }
    .news-list {
        margin-top: .3rem;
    }
    .news-list .news-item {
        margin-bottom: .75rem;
    }
    .news-list.news-list-top {
        margin-bottom: 0.75rem
    }
    .news-list .news-item .box {
        display: block;
        box-shadow: 0px 5px 32px 0px rgba(24, 90, 174, 0.17);
    }
    .news-list .image {
        width: 100%;
        max-width: none;
    }
    .news-list .image .image-box {
        padding-top: 64.49%;
    }
    .news-list .desc {
        width: 100%;
        padding-left: 0em;
        padding: .4rem .4rem .8rem;
    }
    .news-list .desc .time {
        font-size: .28rem;
        margin-bottom: .23rem;
    }
    .news-list .desc .tit {
        width: 100%;
        font-size: .3rem;
        line-height: .46rem;
        margin-bottom: 0em;
        max-height: .96rem;
    }
    .p-newslist .global-paging {
        margin-top: .7rem;
    }
}

@media (min-width: 991.98px) {
    .news-item:hover {
        transition: .3s;
        box-shadow: 0px 5px 32px 0px rgba(24, 90, 174, 0.17);
    }
    .news-item:hover .tit {
        color: #185aae;
        transition: .3s;
    }
    .news-item:hover .more {
        width: 8.25em;
        transition: .3s;
    }
    .news-item:hover .more .more-tit {
        display: block;
        transition: .3s;
    }
    .news-item:hover .image-box img {
        transform: scale(1.05);
        transition: .3s;
    }
}

.news-list .image .image-box img {
    transition: .3s;
}

.p-newsdel .main-box .global-inner {
    padding: 0 10em;
}

.newsdel-content .newsdel-header {
    text-align: center;
    padding-bottom: 1.9em;
    border-bottom: 1px solid #d4d4d4;
}

.newsdel-content .newsdel-header .tit {
    font-size: 2.4em;
    line-height: 1.25;
    font-weight: bold;
    color: #141414;
}

.newsdel-content .newsdel-header .time {
    text-align: center;
    font-size: .7em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    margin-top: 2.14em;
}

.newsdel-content .newsdel-editor-content {
    margin-top: 2.4em;
    min-height: 12em;
}

.newsdel-content .newsdel-editor-content .newsdel-editor {
    font-size: .8em;
    line-height: 1.875;
    color: #666666;
}

.newsdel-content .newsdel-editor-content .newsdel-editor p {
    margin-bottom: 1em;
}

.newsdel-content .newsdel-editor-content .newsdel-editor p:last-child {
    margin-bottom: 0;
}

.newsdel-content .newsdel-editor-content .newsdel-editor img {
    width: 44.6875%;
    display: block;
    height: auto !important;
    margin: 1.8em auto 1.8em;
    object-fit: cover;
}

.newdel-compile {
    margin-top: 4.25em;
}

.newdel-compile .newsdel-back {
    margin-bottom: 1.25em;
}

.newdel-compile .newsdel-back .box {
    font-size: .8em;
    line-height: 1;
    color: #185aae;
    font-weight: bold;
}

.newdel-compile .btn-newsdel {
    font-size: .8em;
    line-height: 1;
    color: #000000;
    margin-bottom: 1.25em;
    font-weight: bold;
}

.newdel-compile .btn-newsdel:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .p-newsdel .main-box {
        padding: 1rem 0 1.55rem;
    }
    .p-newsdel .global-inner {
        padding: 0 .54rem !important;
    }
    .back-newsdel-mob {
        padding: .3rem 0 .3rem .4rem;
        border-bottom: 1px solid #cbd2da;
    }
    .back-newsdel-mob .box {
        display: flex;
        align-items: center;
    }
    .back-newsdel-mob .bi {
        width: 15px;
        height: 16px;
        color: #185aae;
    }
    .back-newsdel-mob .tit {
        font-size: .3rem;
        line-height: 1;
        font-weight: bold;
        color: #185aae;
        margin-left: .2rem;
    }
    .newsdel-content .newsdel-header {
        text-align: center;
        padding-bottom: .7rem;
        border-bottom: 1px solid #d4d4d4;
    }
    .newsdel-content .newsdel-header .tit {
        font-size: .48rem;
        line-height: .64rem;
        padding: 0 .2rem;
    }
    .newsdel-content .newsdel-header .time {
        font-size: .28rem;
        margin-top: .53rem;
    }
    .newsdel-content .newsdel-editor-content {
        margin-top: .57rem;
    }
    .newsdel-content .newsdel-editor-content .newsdel-editor {
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .52rem;
        font-weight: normal;
    }
    .newsdel-content .newsdel-editor-content .newsdel-editor img {
        width: 100%;
        margin: .45rem auto .45rem;
    }
}

.p-consult .main-box {
    padding: 5.2em 0 5.75em;
}

.form-form {
    margin-top: 1.7em;
    padding: 0 5.4em;
}

.form-form .form-group-cell {
    width: 100%;
    height: 2.5em;
    display: block;
}

.form-form .row {
    margin: 0 -.375em;
}

.form-form .row-item {
    padding: 0 .375em;
}

.form-form .form-group {
    margin-bottom: 1.65em;
}

.form-form .form-control {
    width: 100%;
    background-color: #f6f6f8;
    border-radius: 6px;
    border: 0;
}

.form-form .form-control::placeholder {
    font-size: .8em;
    color: #999999;
}

.form-form .yes-height .form-group-cell {
    height: 10em;
}

.form-form .yes-height .form-control {
    padding: 1em 0 0 1.1em;
    height: 100%;
}

.form-form .vcode-imgs {
    height: 100%;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-form .vcode-imgs img {
    width: 5em;
    height: 1.5em;
}

.form-form .flex {
    align-items: center;
}

.form-form .form-btnbox {
    width: 10em;
    height: 2.5em;
    margin: 0 auto;
    margin-top: 2.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #185aae;
    border-radius: 26px;
}

.form-form .form-btnbox a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    line-height: 1;
    color: #fff;
}

.form-form .form-btnbox .boxs-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.form-form .form-btnbox .bi {
    width: 13px;
    height: 9px;
    display: block;
    color: #333333;
}

.form-form .form-btnbox .icon,
.form-form .form-btnbox .right {
    transition: .3s;
}

.form-form .form-btnbox .right {
    margin-top: 0.9em;
}

.form-form .form-btnbox .icon {
    margin-bottom: 6px;
}

.form-form .form-btnbox .end {
    transform: translateY(300%);
}

.form-form .desc {
    font-size: .8em;
    line-height: 1;
    color: #acacac;
    text-align: center;
    margin-top: 1.4375em;
}

.form-form .help-block {
    position: absolute;
    left: 0.75em;
    font-size: .8em;
    top: calc(100% + 1em);
    margin-top: 0;
    transform: translateY(-50%);
}

.form-form .yes-height .help-block {
    top: 103%;
    transform: translateY(0);
}

.form-form .no-width .help-block {
    left: 10%;
}

@media (min-width: 991.98px) {
    .form-form .form-btnbox .boxs-boxs {
        height: 48%;
    }
}

@media (max-width: 991.98px) {
    .p-consult .main-box {
        padding: 1.1rem 0 1.23rem;
    }
    .form-form {
        margin-top: .28rem;
        padding: 0em;
    }
    .form-form .form-group-cell {
        width: 100%;
        height: .8rem;
        display: block;
    }
    .form-form .row {
        margin: 0;
    }
    .form-form .row-item {
        padding: 0;
    }
    .form-form .form-group {
        margin-bottom: .4rem;
    }
    .form-form .form-control {
        width: 100%;
        height: .8rem;
        padding: 0;
        font-size: .28rem;
        background-color: #f6f6f8;
        border-radius: 6px;
        border: 0;
        padding-left: .35rem;
    }
    .form-form .form-control::placeholder {
        font-size: .28rem;
        margin-bottom: 2rem;
    }
    .form-form .yes-height .form-group-cell {
        height: 10em;
    }
    .form-form .yes-height .form-control {
        padding: 1em 0 0 1.1em;
        height: 100%;
    }
    .form-form .vcode-imgs {
        height: 100%;
        margin-left: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-form .flex {
        align-items: center;
    }
    .form-form .no-width .inpt {
        width: 60.5%;
    }
    .form-form .form-btnbox {
        width: 2.7rem;
        height: .94rem;
        margin: 0 auto;
        margin-top: .48rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #185aae;
        border-radius: 47px;
    }
    .form-form .form-btnbox a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .28rem;
        line-height: 1;
        color: #fff;
    }
    .form-form .desc {
        font-size: .28rem;
        line-height: 1;
        color: #acacac;
        text-align: center;
        margin-top: .26rem;
    }
    .form-form .help-block {
        position: absolute;
        right: 1em;
        top: 106%;
        margin-top: 0;
        transform: translateY(0%);
        line-height: normal;
    }
    .form-form .yes-height .help-block {
        top: -50%;
        transform: translateY(0%);
    }
    .form-form .no-width .help-block {
        left: 18%;
    }
}

.p-data .crumbs-channel {
    border-bottom: 0;
}

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

.duty {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4em 0 6.5em;
    padding-bottom: 5em;
}

.duty::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/image/duty-bgk.jpg);
}

.duty .duty-swiper-box {
    max-width: 1025px;
    max-width: 1180px;
    margin: 0 auto;
}

.duty .duty-swiper {
    position: relative;
    padding: 2em;
    margin: -2em;
    overflow: hidden;
}

.duty .duty-swiper .slide-box .scaleUpDown .desc-box {
    opacity: 1;
    transition: .4s;
    transform: translateY(0px);
    -webkit-transition: .4s;
    -webkit-transform: translateY(0px);
}

.duty .duty-swiper .swiper-pagination {
    width: 100%;
    right: 10em;
    bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.duty .duty-swiper .swiper-pagination-bullet {
    width: .7em;
    height: .7em;
    margin: 0 .625em !important;
    background-color: #e6e4e4;
    opacity: 1 !important;
}

.duty .duty-swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    background: transparent;
    background: rgba(24, 90, 174, 0.28);
}

.duty .duty-swiper .swiper-pagination-bullet-active::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: .7em;
    height: .7em;
    border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    background-color: #185aae;
    transform: translate(-50%, -50%);
}

.duty .slide-box {
    display: flex;
    justify-content: center;
    padding-bottom: 3em;
}

.duty .slide-box .image {
    width: 55.7%;
    max-width: 370px;
    padding-top: 42.966%;
    height: 0;
    position: relative;
}

.duty .slide-box .image .image-box {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.duty .slide-box .image .image-box:nth-child(1) {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
}

.duty .slide-box .image .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duty .slide-box .desc {
    width: 57%;
    padding-top: 2.4em;
}

.fixed-text {
    padding: 2em;
    margin: -2em;
    position: relative;
    display: none;
}

.duty .slide-box .desc .desc-box {
    width: 67.2%;
    opacity: 1;
    transition: .4s;
    transform: translateY(20px);
    -webkit-transition: .4s;
    -webkit-transform: translateY(20px);
}

.fixed-text .desc .bd .item .box .right {
    transition: .4s;
}

.fixed-text .desc .bd .item .box:hover .right {
    transform: translateY(-200%);
}

.fixed-text .desc .bd .item .box .end {
    transform: translateY(300%);
}

.duty .slide-box .desc .tit {
    font-size: 2.4em;
    line-height: 1.15;
    font-weight: bold;
    color: #141414;
    margin-bottom: .6em;
}

.duty .slide-box .desc .tit span {
    color: #282c2e;
}

.duty .slide-box .desc .doc {
    font-size: .8em;
    line-height: 1.6;
    margin-bottom: 3.3125em;
}

.duty .slide-box .desc .bd .item {
    width: 9.5em;
    height: 2.5em;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(97, 97, 97, 0.07);
    border-radius: 24px;
    border: solid 1px #282c2e;
    display: flex;
    align-items: center;
}

.duty .slide-box .desc .bd .item:last-child {
    margin-bottom: 0;
}

.duty .slide-box .desc .bd .item.down {
    border: solid 1px #185aae;
    background-color: #185aae;
}

.duty .slide-box .desc .bd .item.down .box,
.duty .slide-box .desc .bd .item.down .bi {
    color: #fff;
}

.duty .slide-box .desc .bd .item .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    padding: 0 1.875em;
    padding: 0 1.25em;
    margin: 0 auto;
    color: #282c2e;
}

.duty .slide-box .desc .bd .item .box .boxs-boxs {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.duty .slide-box .desc .bd .item .box .icon,
.duty .slide-box .desc .bd .item .box .right {
    transition: 0s;
}

.duty .slide-box .desc .bd .item .box .right {
    margin-top: 0.9em;
}

.duty .slide-box .desc .bd .item .box .icon {
    margin-bottom: 6px;
    margin-top: 0.9em;
    margin-top: 1.3em;
}

.duty .slide-box .desc .bd .item .box .end {
    transform: translateY(300%);
}

.duty .slide-box .desc .bd .item img,
.duty .slide-box .desc .bd .item .bi {
    display: block;
    width: 1.125em;
    width: 1.3em;
    height: 1em;
    color: #282c2e;
    object-fit: contain;
}

.duty .slide-box .desc .bd .item .bi {
    width: 1.5625em;
    height: 1.0625em;
}

.duty .slide-box .desc .bd .item.preview {
    border: solid 1px #185aae;
}

.duty .slide-box .desc .bd .item.preview .box {
    color: #185aae;
}

.duty .slide-box .desc .bd .item.preview .bi {
    color: #185aae !important;
}


/*  */

.fixed-text .desc {
    width: 37%;
    padding-top: 2.4em;
    position: absolute;
    left: 5.35em;
    top: 4.2em;
    z-index: 99;
}

.fixed-text .desc .desc-box {
    width: 100%;
    opacity: 1;
    transition: .4s;
    transform: translateY(20px);
    -webkit-transition: .4s;
    -webkit-transform: translateY(20px);
}

.fixed-text .desc .tit {
    font-size: 2.4em;
    line-height: 1.2;
    font-weight: bold;
    color: #141414;
    margin-bottom: .6em;
}

.fixed-text .desc .tit span {
    color: #282c2e;
}

.fixed-text .desc .doc {
    font-size: .8em;
    line-height: 1.625;
    margin-bottom: 3.3125em;
}

.fixed-text .desc .bd .item {
    width: 9.5em;
    height: 2.5em;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(97, 97, 97, 0.07);
    border-radius: 24px;
    border: solid 1px #282c2e;
    display: flex;
    align-items: center;
}

.fixed-text .desc .bd .item:last-child {
    margin-bottom: 0;
}

.fixed-text .desc .bd .item.down {
    border: solid 1px #185aae;
    background-color: #185aae;
}

.fixed-text .desc .bd .item.down .box,
.fixed-text .desc .bd .item.down .bi {
    color: #fff;
}

.fixed-text .desc .bd .item .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    padding: 0 1.875em;
    padding: 0 1.25em;
    margin: 0 auto;
    color: #282c2e;
}

.fixed-text .desc .bd .item .box .boxs-boxs {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.fixed-text .desc .bd .item .box .icon,
.fixed-text .desc .bd .item .box .right {
    transition: 0s;
}

.fixed-text .desc .bd .item .box:hover .icon,
.fixed-text .desc .bd .item .box:hover .right {
    transition: 0.4s;
}

.fixed-text .desc .bd .item .box .right {
    margin-top: 0.9em;
}

.fixed-text .desc .bd .item .box .icon {
    margin-bottom: 6px;
    margin-top: 0.9em;
    margin-top: 1.3em;
}

.fixed-text .desc .bd .item .box .end {
    transform: translateY(300%);
}

.fixed-text .desc .bd .item img,
.fixed-text .desc .bd .item .bi {
    display: block;
    width: 1.125em;
    width: 1.3em;
    height: 1em;
    color: #282c2e;
    object-fit: contain;
}

.fixed-text .desc .bd .item .bi {
    width: 1.5625em;
    height: 1.0625em;
}

.fixed-text .desc .bd .item.preview {
    border: solid 1px #185aae;
}

.fixed-text .desc .bd .item.preview .box {
    color: #185aae;
}

.fixed-text .desc .bd .item.preview .bi {
    color: #185aae !important;
}

.fixed-text .desc .bd .item:hover {
    transition: all 0s;
}

@media (min-width: 991.98px) {}


/*  */

@media (max-width: 991.98px) {
    .duty {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0.5rem 0 0em;
    }
    .duty::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0%;
        width: 100%;
        height: 5.68rem;
        background: no-repeat center;
        background-size: cover;
        background-image: url(/img/static/duty-bgk-mob.png);
        z-index: 2;
    }
    .duty .duty-swiper-box {
        padding: 0em;
    }
    .duty .duty-swiper {
        margin: -1rem;
        margin-top: -.05rem;
        overflow: hidden;
    }
    .duty .duty-swiper .slide-box .scaleUpDown .desc-box {
        opacity: 1;
        transition: .4s;
        transform: translateY(0px);
        -webkit-transition: .4s;
        -webkit-transform: translateY(0px);
    }
    .duty .duty-swiper .swiper-pagination {
        left: 0;
        width: 100%;
        bottom: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .duty .duty-swiper .swiper-pagination-bullet {
        width: .16rem;
        height: .16rem;
        margin: 0 .16rem !important;
        background-color: #bebebe;
    }
    .duty .duty-swiper .swiper-pagination-bullet-active {
        position: relative;
        background: #185aae;
    }
    .duty .duty-swiper .swiper-pagination-bullet-active::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        background: no-repeat center;
        background-size: cover;
        background-color: #185aae;
        transform: translate(-50%, -50%);
    }
    .duty .swiper-slide {
        padding: .9rem;
        padding-top: 0;
        padding-bottom: 0.3rem;
    }
    .duty .slide-box {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .duty .slide-box .image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
    .duty .slide-box .image .image-box {
        position: relative;
        width: 100%;
        padding-top: 135.7%;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.18);
    }
    .duty .slide-box .image .image-box img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .duty .slide-box .desc {
        width: 100%;
        padding-left: 0em;
        margin-top: .54rem;
        padding-top: 0;
    }
    .duty .slide-box .desc .desc-box {
        width: 100%;
        opacity: 1;
        transition: .4s;
        transform: translateY(20px);
        -webkit-transition: .4s;
        -webkit-transform: translateY(20px);
    }
    .duty .slide-box .desc .tit {
        font-size: .56rem;
        line-height: .72rem;
        margin-bottom: 1.2rem;
        text-align: center;
        white-space: wrap;
    }
    .duty .slide-box .desc .tit p {
        height: 1.44rem;
    }
    .duty .slide-box .desc .tit span {
        color: #282c2e;
    }
    .duty .slide-box .desc .bd {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .duty .slide-box .desc .bd .item {
        width: 2.8rem;
        width: 50%;
        height: .8rem;
        margin-bottom: 0em;
        margin-right: .2rem;
        border-radius: .38rem;
        background: transparent !important;
        border: solid 1px #141414 !important;
    }
    .duty .slide-box .desc .bd .item .bi {
        color: #141414 !important;
    }
    .duty .slide-box .desc .bd .item .boxs-boxs {
        white-space: nowrap;
        padding: 0 .64rem 0 .7rem;
    }
    .duty .slide-box .desc .bd .item:last-child {
        margin-right: 0;
    }
    .duty .slide-box .desc .bd .item:last-child {
        margin-bottom: 0;
    }
    .duty .slide-box .desc .bd .item .top {
        color: #141414 !important;
    }
    .duty .slide-box .desc .bd .item .box {
        font-size: .26rem;
        padding: 0;
        padding-top: .05rem;
        justify-content: center;
    }
    .duty .slide-box .desc .bd .item .box .icon {
        margin-top: .25rem;
    }
    .duty .slide-box .desc .bd .item .bi,
    .duty .slide-box .desc .bd .item img {
        width: .25rem;
        height: .20rem;
        margin-left: .2rem;
    }
    .duty .slide-box .desc .bd .item.preview .bi {
        color: #141414 !important;
    }
}

.consult-data {
    margin-top: 6.35em;
}

.data-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data-list .data-item {
    width: 24%;
    height: 18em;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    margin-bottom: 1.1em;
}

.data-list .data-item:hover {
    border: solid 1px rgba(0, 0, 0, 0);
}

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

.data-list .data-item .box .bgk {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    transition: .5s;
}

.data-list .data-item .box .bd {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 3.05em 1.5em 2em 1.6em;
    z-index: 2;
}

.data-list .data-item .box .desc-box {
    position: relative;
}

.data-list .data-item .box .desc-box::before {
    position: absolute;
    content: '';
    left: -1.6em;
    top: 0;
    width: 2px;
    height: 30px;
    background: #195aac;
}

.data-list .data-item .box .tit {
    font-size: 1.2em;
    line-height: 1.3;
    color: #141414;
    font-weight: bold;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.data-list .data-item .box .volume {
    font-size: .9em;
    line-height: 1;
    color: #333333;
    margin-top: 2em;
}

.data-list .data-item .box .more {
    width: 7.77em;
    height: 2.61em;
    font-size: .9em;
    padding: 0 1em 0 0.77em;
    margin-left: auto;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    background-color: #f4f4f4;
    border-radius: 23px;
    overflow: hidden;
}

.data-list .data-item .box .more img {
    width: 21px;
    height: 16px;
}

.data-list .data-item .box .more .boxs-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    height: 40%;
}

.data-list .data-item .box .more .bi {
    width: 13px;
    height: 9px;
    display: block;
    color: #333333;
}

.data-list .data-item .box .more .icon,
.data-list .data-item .box .more .right {
    transition: .3s;
}

.data-list .data-item .box .more .right {
    margin-top: 0.9em;
}

.data-list .data-item .box .more .icon {
    margin-bottom: 6px;
    margin-top: 1.3em;
}

.data-list .data-item .box .more .end {
    transform: translateY(300%);
    color: #185aae;
}

.p-data .global-paging {
    margin: 2.2rem 0 0;
}

@media (min-width: 991.98px) {
    .data-list .data-item .box:hover .bgk {
        opacity: 1;
        transition: .5s;
    }
    .data-list .data-item .box:hover .volume,
    .data-list .data-item .box:hover .tit {
        color: #fff;
    }
    .data-list .data-item .box:hover .desc-box::before {
        background-color: #fff;
    }
}

@media (max-width: 991.98px) {
    .consult-data {
        margin-top: 6.35em;
    }
    .data-list {
        display: flex;
        flex-direction: initial;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .data-list .data-item {
        width: 100%;
        height: 1.2rem;
        max-height: 1.2rem;
        border-radius: 8px;
        background-color: #ffffff;
        border: 0;
        margin-bottom: .4rem;
    }
    .data-list .data-item .box {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        border-radius: 8px;
        border: solid 1px #e2e2e2;
    }
    .data-list .data-item .box .bgk {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        transition: .3s;
    }
    .data-list .data-item .box .bd {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: inherit;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0;
        z-index: 2;
        background: #fff;
    }
    .data-list .data-item .box .desc-box {
        width: 80%;
        padding: .36rem 0 .36rem .76rem;
    }
    .data-list .data-item .box .tit {
        font-size: .28rem;
        line-height: .48rem;
        color: #141414;
        font-weight: normal;
        max-height: .96rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .data-list .data-item .box .more {
        width: 12.03%;
        height: 100%;
        font-size: .9em;
        padding: 0 1em 0 0.77em;
        margin-left: auto;
        color: #777777;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
        border-radius: 0;
    }
    .data-list .data-item .box .more img {
        width: 21px;
        height: 16px;
    }
    .data-list .data-item .box .more .img2 {
        display: none;
    }
    .data-list .data-item .box .more-mob {
        width: .8rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
    }
    .data-list .data-item .box .more-mob .img1 {
        display: block;
        width: .4rem;
        height: .33rem;
    }
    .p-data .global-paging {
        margin: .3rem 0 0;
    }
}

.p-relation .main-box {
    padding: 4.8em 0 9em;
}

.p-rel .publicn-title {
    width: 58%;
    margin: 0 auto;
}

.p-rel .publicn-title .title {
    line-height: 1.15;
}

.p-rel .rel-list {
    margin-top: 3.5em;
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.p-rel .rel-item {
    width: 49.375%;
}

.p-rel .rel-item .img img {
    transition: all .5s;
}

.p-rel .rel-item:hover .img img {
    transform: scale(1.02);
}

.p-rel .rel-item .img {
    position: relative;
    width: 100%;
    height: 14em;
    overflow: hidden;
}

.p-rel .rel-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-rel .rel-item .bd {
    padding: 2.3em 2.9em 3.3em;
    background-color: #f5f5f5;
}

.p-rel .rel-item .bd .title {
    position: relative;
    font-size: 1.2em;
    line-height: 1.16;
    color: #141414;
    font-weight: bold;
    padding-bottom: 1em;
    margin-bottom: .95em;
}

.p-rel .rel-item .bd .title::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #185aae;
}

.p-rel .rel-item .bd .bd-item {
    margin-bottom: 1.1em;
    display: flex;
    align-items: start;
}

.p-rel .rel-item .bd .bd-item:last-child {
    margin-bottom: 0;
}

.p-rel .rel-item .bd .bd-item .them {
    width: 1.3em;
    height: auto;
    margin-right: .75em;
    flex-shrink: 0;
}

.p-rel .rel-item .bd .bd-item .them img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-rel .rel-item .bd .bd-item .tit {
    font-size: .8em;
    line-height: 1.4;
    color: #141414;
}

.p-rel .rel-item .bd .bd-item .tit span {
    float: none;
    margin-left: 0;
}

.p-rel .rel-item .bd .bd-item .tit span p {
    display: inline;
}

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

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

@media (max-width: 991.98px) {
    .p-rel .rel-item .bd .bd-item .tit span p {
        display: block;
    }
    .p-relation .main-box {
        padding: 1.1rem 0 1.48rem;
    }
    .p-rel .publicn-title {
        width: 100%;
        margin: 0 auto;
    }
    .p-rel .publicn-title .title {
        line-height: .64rem;
    }
    .p-rel .rel-list {
        padding: 0 .45rem;
        margin-top: 1.04rem;
        display: block;
    }
    .p-rel .rel-item {
        width: 100%;
    }
    .p-rel .rel-item:last-child .bd {
        padding-bottom: 0;
    }
    .p-rel .rel-item .img {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .p-rel .rel-item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .p-rel .rel-item .bd {
        padding: .3rem .28rem .98rem;
        padding: .3rem .18rem .98rem;
        background-color: transparent;
    }
    .p-rel .rel-item .bd .title {
        position: relative;
        font-size: .36rem;
        line-height: .5rem;
        color: #141414;
        font-weight: bold;
        padding-bottom: .32rem;
        margin-bottom: .4rem;
        text-align: center;
    }
    .p-rel .rel-item .bd .title::before {
        position: absolute;
        content: '';
        width: .5rem;
        height: .04rem;
        bottom: 0;
        left: 50%;
        background-color: #185aae;
        transform: translateX(-50%);
    }
    .p-rel .rel-item .bd .bd-item {
        margin-bottom: .14rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-rel .rel-item .bd .bd-item:last-child {
        margin-bottom: 0;
    }
    .p-rel .rel-item .bd .bd-item .them {
        display: none;
    }
    .p-rel .rel-item .bd .bd-item .tit {
        text-align: center;
        font-size: .28rem;
        line-height: .42rem;
        color: #141414;
        margin-bottom: .15rem;
    }
}

.p-hr-dream .global-inner {
    padding: 0 7.5em;
}

.p-hr-dream .hr-dream {
    margin-top: 2.25em;
}

.p-hr-dream .hr-dream-list {
    margin:0;
    display: flex;
    padding:2.3em;
   
   
    flex-direction: column;
}
.p-hr-dream .hr-dream-item {
    padding: 0;
    flex: 1 !important;
    max-width: 100%;
}



.p-hr-dream .hr-dream-item .box {
    min-height: auto !important;
    width: 100%;
    height: auto !important;
    padding:0;
   
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.p-hr-dream .hr-dream-item .box .addMinScroll{
    max-height:auto !important;
    display: flex;
    margin: 0 -3.3em 2.25em;
    background: #f6f8fe;
    padding: 2.25em;
}
.p-hr-dream .hr-dream-item .box .addMinScroll .end{
    width:4.3em;
    margin-top: 0.3em;
}

.p-hr-dream .hr-dream-item .top {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 1.8em;
    flex:1;
}

.p-hr-dream .hr-dream-item .tit {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.8em;
}

.p-hr-dream .hr-dream-item .desc {
    font-size: .9em;
    line-height: 1.4rem;
    color: #666666;
    opacity: 0.87;
}

.p-hr-dream .hr-dream-item .icon {
    display: block;
    max-width: 3.5em;
    max-height: 2.65em;
    object-fit: contain;
    object-position: center;
}

.p-hr-post {
    margin-top: 0em;
}

.p-hr-post .global-inner {
    padding: 0 8em;
}

.p-hr-post .publicn-title .doc {
    font-size: .9em;
    margin-top: 1.4em;
    color: #666666;
}

.p-hr-post .list {
    margin-top: 3.2em;
}

.p-hr-post .list .item {
    padding: 1.1em 0 1.1em 0em;
    background-color: #fafafa;
    margin-bottom: 1.7em;
    cursor: pointer;
    transition: .3s;
}

.p-hr-post .list .item.active {
    margin-bottom: 2.9em;
    background-color: #ffffff;
    padding: 1.1em 0 2.8em 0em;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05) !important;
    transform: .3s;
}

.p-hr-post .list .item.active .tit .time {
    display: block;
    transition: .3s;
}

.p-hr-post .list .item.active .question {
    padding-right: 2em;
    transition: .3s;
    padding-left: 2em;
}

.p-hr-post .list .item:last-child {
    margin-bottom: 0em;
}

.p-hr-post .list .question {
    padding-left: 1em;
    padding-right: 1.4em;
    position: relative;
    transition: .3s;
}

.p-hr-post .list .question .tit {
    position: relative;
    display: flex;
    align-items: center;
}

.p-hr-post .list .question .tit .name {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.77;
    color: #333333;
}

.p-hr-post .list .question .tit .time {
    display: none;
    font-size: .8em;
    line-height: 1.875;
    color: #666666;
    margin-left: 1.75em;
    transition: .3s;
}

.p-hr-post .list .question .tit .tit-box {
    display: flex;
    align-items: center;
}

.p-hr-post .list .question .jia {
    display: block;
    position: relative;
    margin-left: auto;
    width: 1em;
    height: 1em;
}

.p-hr-post .list .question .jia:before {
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    background: #0052b7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-hr-post .list .question .jia:after {
    content: "";
    display: block;
    width: 2px;
    height: 1em;
    background: #0052b7;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.p-hr-post .list .active .question .jia:after {
    display: none;
}

.p-hr-post .list .reply {
    margin-top: 1.2em;
    display: none;
    position: relative;
}

.p-hr-post .list .reply .main-content-brief {
    padding: 0 2em;
}

.p-hr-post .list .reply .main-content-brief .time-app {
    display: none;
}

.p-hr-post .list .reply .main-content-brief .box {
    padding: 1em 2.1em;
    background-color: #f0f3f8;
}

.p-hr-post .list .reply .main-content-brief p {
    font-size: .8em;
    line-height: 1.875;
    color: #222222;
}

.p-hr-post .list .reply .main-content-editor {
    padding: 0 2em;
}

.p-hr-post .list .reply .main-content-editor h5 {
    font-size: .9em;
    line-height: 1.77;
    font-weight: bold;
    color: #185aae;
    margin-top: 2.55em;
    margin-bottom: .722em;
}

.p-hr-post .list .reply .main-content-editor h5:first-child {
    margin-top: 1.833em;
}

.p-hr-post .list .reply .main-content-editor p {
    font-size: .9em;
    line-height: 1.35;
    color: #333333;
}

.p-hr-post .list .reply .num-imessage {
    padding: 0 2em;
    margin-top: 2.3em;
    font-size: .9em;
    line-height: 1.77;
    color: #333333;
}

.p-hr-post .list .reply .num-imessage .imessage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: .1rem;
    align-items: center;
}

.p-hr-post .list .reply .num-imessage .imessage-item .them {
    white-space: nowrap;
    min-width: 1.6rem;
    min-width: 5em;

}

.p-hr-post .list .reply .email {
    font-size: .9em;
    line-height: 1.77;
    color: #185aae;
    font-weight: bold;
    padding-left: 2.22em;
    margin-top: 2.61em;
}

.p-hr-post .list .reply .email span {
    color: #666666;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .p-hr-dream .hr-dream-item .box .addMinScroll{
        display: flex;
        margin: 0;
        background: #f6f8fe;
        padding: 0;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
    }
    .p-hr-post .list .reply .num-imessage .imessage-item {
        display: block;
        align-items: flex-start;
        margin-bottom: .1rem;
    }
    
    .p-hr-post .list .reply .num-imessage .imessage-item .them {
        white-space: nowrap;
        min-width: 1.6rem;
        min-width: 5em;
        margin-top: 0.44rem;
        margin-bottom: 0.18rem;
        font-weight: bold;
        color: #185aae;
    }
    
    .p-hr-post .list .reply .email {
        font-size: .9em;
        line-height: 1.77;
        color: #185aae;
        font-weight: bold;
        padding-left: 2.22em;
        margin-top: 2.61em;
    }
    
    .p-hr-post .list .reply .email span {
        color: #666666;
        font-weight: normal;
    }
    .p-hr .main-box {
        padding-bottom: 0;
    }
    .p-hr-dream .global-inner {
        padding: 0 .5rem !important;
    }
    .p-hr-dream .hr-dream {
        margin-top: 2.25em;
    }
    .p-hr-dream .publicn-title .title{
        font-size: .54rem;
        line-height: .62rem;
    }
    .p-hr-dream .hr-dream-list {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding:0;
       
    }
    .p-hr-dream .hr-dream-item {
        padding: 0;
        flex: 1 !important;
        max-width: 100%;
    }
    .p-hr-dream .hr-dream-item:last-child .box {
        padding-bottom: 0;
    }
    .p-hr-dream .hr-dream-item .top {
        padding-bottom: 0;
    }
    .p-hr-dream .hr-dream-item .top::after{
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        bottom: 0;
      
        margin-left: -0.5rem;
    }
    .p-hr-dream .hr-dream-item:nth-child(3) .top::after{
        display: none;
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        bottom: 0;
        border-bottom:solid 1px #ababab;
        margin-left: -0.5rem;
    }
    .p-hr-dream .hr-dream-item .box {
        min-height: 15.35em;
        min-height: none;
        width: 100%;
        height: 100%;
        padding: 0em 0em 1rem;
        background-color: transparent;
    }
    .p-hr-dream .hr-dream-item .tit {
        font-size: .36rem;
        line-height: .48rem;
        text-align: center;
        margin-bottom: .17rem;
    }
    .p-hr-dream .hr-dream-item .desc {
        font-size: .28rem;
        line-height: .44rem;
        min-height: auto;
        margin-bottom: 1rem;
    }
    .p-hr-dream .hr-dream-item .icon {
        display: block;
        max-width: 1.28rem;
        max-height: 1.16rem;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
        margin-bottom: .3rem;
    }
    .p-hr-post {
        margin-top:1.1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.56rem;
        background-color: #f7f7f7;
    }
    .p-hr-post .global-inner {
        padding: 0 .3rem !important;
    }
    .p-hr-post .list {
        margin-top: .4rem;
    }
    .p-hr-post .list .item {
        padding: 0em .4rem 0em .4rem;
        padding: 0;
        background-color: #fff;
        margin-bottom: .4rem;
    }
    .p-hr-post .list .item.active {
        margin-bottom: .4rem;
        padding-bottom: 1rem;
        background-color: #ffffff;
        padding-top: 0;
        box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
    }
    .p-hr-post .list .item.active .tit .time {
        display: block;
        transition: .3s;
    }
    .p-hr-post .list .item.active .question {
        padding-right: .4rem;
        background-color: #185aae;
        padding-left: 0.4rem;
    }
    .p-hr-post .list .item.active .tit .time,
    .p-hr-post .list .item.active .tit .name {
        color: #fff;
    }
    .p-hr-post .list .item.active .jia:after,
    .p-hr-post .list .item.active .jia:before {
        background: #ffffff;
    }
    .p-hr-post .list .item:last-child {
        margin-bottom: 0em;
    }
    .p-hr-post .list .question {
        padding-left: 2em;
        padding-right: 1.4em;
        padding: .3rem .4rem;
        position: relative;
    }
    .p-hr-post .list .question .tit {
        position: relative;
        display: flex;
        align-items: center;
    }
    .p-hr-post .list .question .tit .name {
        font-size: .9em;
        font-weight: bold;
        line-height: 1.77;
        color: #333333;
    }
    .p-hr-post .list .question .tit .time {
        display: none !important;
        font-size: .8em;
        line-height: 1.875;
        color: #666666;
        margin-left: 1.75em;
        transition: .3s;
    }
    .p-hr-post .list .question .tit .tit-box {
        display: flex;
        align-items: center;
    }
    .p-hr-post .list .question .jia {
        display: block;
        position: relative;
        margin-left: auto;
        width: 1em;
        height: 1em;
    }
    .p-hr-post .list .question .jia:before {
        content: "";
        display: block;
        width: 1em;
        height: 2px;
        background: #0052b7;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .p-hr-post .list .question .jia:after {
        content: "";
        display: block;
        width: 2px;
        height: 1em;
        background: #0052b7;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .p-hr-post .list .active .question .jia:after {
        display: none;
    }
    .p-hr-post .list .reply {
        margin-top: 1.2em;
        display: none;
        position: relative;
    }
    .p-hr-post .list .reply .main-content-brief {
        padding: 0 .4rem;
    }
    .p-hr-post .list .reply .main-content-brief .time-app {
        display: block;
    }
    .p-hr-post .list .reply .main-content-brief .box {
        padding: 0;
        background-color: transparent;
    }
    .p-hr-post .list .reply .main-content-brief p {
        font-size: .28rem;
        line-height: .48rem;
        color: #141414;
    }
    .p-hr-post .list .reply .main-content-editor {
        padding: 0 .4rem;
    }
    .p-hr-post .list .reply .main-content-editor h5 {
        font-size: .28rem;
        line-height: .48rem;
        font-weight: bold;
        color: #185aae;
        margin-top: .44rem;
        margin-bottom: .18rem;
    }
    .p-hr-post .list .reply .main-content-editor h5:first-child {
        margin-top: .44rem;
    }
    .p-hr-post .list .reply .main-content-editor p {
        font-size: .28rem;
        line-height: .42rem;
        color: #141414;
    }
    .p-hr-post .list .reply .num-imessage {
        padding: 0 .4rem;
        margin-top: 2.3em;
        font-size: .28rem;
        line-height: .48rem;
        color: #141414;
    }
    .p-hr-post .list .reply .email {
        font-size: .28rem;
        line-height: .48rem;
        color: #185aae;
        font-weight: bold;
        padding-left: .4rem;
        margin-top: 2.61em;
    }
    .p-hr-post .list .reply .email span {
        color: #666666;
        font-weight: normal;
    }
}

.p-industry .public-banner {
    height: 47.5em;
    overflow: hidden;
}

.p-industry .public-ban-paging {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.p-industry .public-banner .public-ban-paging .tit {
    font-size: 2.4em;
}

.industry-content {
    position: relative;
    height: 30.5em;
    overflow: hidden;
}

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

.industry-content .industry-content-bd {
    position: absolute;
    width: 68%;
    top: 20.3%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.industry-content .industry-content-bd .tit {
    font-size: 1em;
    line-height: 1.6;
    color: #3b3b3b;
    text-align: center;
}

.industry-content .industry-content-bd .tit p {
    margin-bottom: 3.25em;
}

.industry-content .industry-content-bd .tit p:last-child {
    margin-bottom: 0;
}

.industry-content .industry-content-bd .tit span {
    font-size: 1.1em;
    color: #185aae;
    font-weight: bold;
}

.related {
    padding-bottom: 9.5em;
}

.related .related-box {
    margin-top: 5.5em;
    padding-top: 5.5em;
    border-top: 1px solid #d8d8d8;
}

.related .related-box .title {
    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
    color: #141414;
    text-align: center;
    margin-bottom: 1.66em;
}

.related .global-inner {
    padding: 0 9.75em;
}

.p-industrydel .related .global-inner {
    padding: 0;
}

.related-swiper {
    position: relative;
    padding: 1.5em;
    margin: -1.5em;
    overflow: hidden;
    padding-bottom: 3.3em;
}

.related-swiper .box .image {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    overflow: hidden;
}

.related-swiper .box .image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.related-swiper .box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.related-swiper .bd {
    padding: .9em 1.3em 1.5em;
    background-color: #ffffff;
    box-shadow: 0px 5px 21px 0px rgba(227, 227, 227, 0.53);
    /* height: 8.5rem; */
}

.related-swiper .bd .tit {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    color: #3b3b3b;
}

.related-swiper .bd .more {
    margin-top: .75em;
    display: flex;
    align-items: center;
}

.related-swiper .bd .more .txt {
    font-size: .8em;
    line-height: 1;
    color: #185aae;
}

.related-swiper .bd .more .icon {
    opacity: 0;
    width: 1.4em;
    height: 1.4em;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #185aae;
}

.related-swiper .bd .more .icon .bi {
    width: .6em;
    height: .4em;
    color: #fff;
}

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

.related-swiper .swiper-button-prev,
.related-swiper .swiper-button-next {
    top: auto;
    bottom: -4px;
    z-index: 11;
}

.related-swiper .swiper-button-prev .bi,
.related-swiper .swiper-button-next .bi {
    width: 10px;
    height: 18px;
    color: #000;
}

.related-swiper .swiper-button-prev {
    left: 44.8%;
}

.related-swiper .swiper-button-next {
    left: auto;
    right: 44.8%;
}

.related-swiper .related-pagination {
    bottom: 10px;
}

.related-swiper .related-pagination span {
    font-size: .8em;
    color: #000;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .p-industry .public-banner {
        height: 7.1rem;
        overflow: hidden;
    }
    .p-industry .public-banner .imgs.app {
        height: 100%;
    }
    .p-industry .public-ban-paging {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .p-industry .main-box {
        padding: 0;
    }
    .industry-content {
        position: relative;
        height: auto;
        margin-top: 1.05rem;
        overflow: hidden;
    }
    .industry-content .bgk {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
    }
    .industry-content .industry-content-bd {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0);
    }
    .industry-content .industry-content-bd .tit {
        font-size: .3rem;
        line-height: .42rem;
    }
    .industry-content .industry-content-bd .tit p {
        margin-bottom: .56rem;
        text-align: left;
    }
    .industry-content .industry-content-bd .tit p:last-child {
        margin-bottom: 0;
    }
    .industry-content .industry-content-bd .tit span {
        font-size: .3rem;
    }
    .related {
        margin-top: 1.05rem;
        padding-top: 1.2rem;
        padding-bottom: .8rem;
        background-color: #f7f7f7;
    }
    .related .related-box {
        margin-top: 0;
        padding-top: 0;
        border-top: 1px solid transparent;
    }
    .related .related-box .title {
        font-size: .48rem;
        margin-bottom: .4rem;
    }
    .related .global-inner {
        padding: 0 9.75em;
    }
    .related-swiper {
        position: relative;
        overflow: hidden;
        padding-bottom: 3.3em;
    }
    .related-swiper .swiper-wrapper {
        display: block;
    }
    .related-swiper .swiper-slide {
        padding: 0 .56rem;
        margin-bottom: .5rem;
    }
    .related-swiper .swiper-slide:last-child {
        margin-bottom: 0;
    }
    .related-swiper .box .image {
        position: relative;
        width: 100%;
        padding-top: 66.66%;
        overflow: hidden;
    }
    .related-swiper .box .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    .related-swiper .box .image .image-tit {
        position: absolute;
        width: 90%;
        left: 50%;
        top: 50%;
        text-align: center;
        font-size: .36rem;
        line-height: .46rem;
        color: #fff;
        font-weight: bold;
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    .related-swiper .bd {
        padding: .9em 1.3em 1.5em;
        background-color: #ffffff;
        box-shadow: 0px 5px 21px 0px rgba(227, 227, 227, 0.53);
        
    }
    .related-swiper .bd .tit {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.6em;
        color: #3b3b3b;
    }
    .related-swiper .bd .more {
        margin-top: .75em;
        display: flex;
        align-items: center;
    }
    .related-swiper .bd .more .txt {
        font-size: .8em;
        line-height: 1;
        color: #185aae;
    }
    .related-swiper .bd .more .icon {
        opacity: 0;
        width: 1.4em;
        height: 1.4em;
        margin-left: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #185aae;
    }
    .related-swiper .bd .more .icon .bi {
        width: .6em;
        height: .4em;
        color: #fff;
    }
    .related-swiper .swiper-button-prev:after,
    .related-swiper .swiper-button-next::after {
        content: '';
    }
    .related-swiper .swiper-button-prev,
    .related-swiper .swiper-button-next {
        top: auto;
        bottom: -4px;
        z-index: 11;
    }
    .related-swiper .swiper-button-prev .bi,
    .related-swiper .swiper-button-next .bi {
        width: 10px;
        height: 18px;
        color: #000;
    }
    .related-swiper .swiper-button-prev {
        left: 44.8%;
    }
    .related-swiper .swiper-button-next {
        left: auto;
        right: 44.8%;
    }
    .related-swiper .related-pagination {
        bottom: 10px;
    }
    .related-swiper .related-pagination span {
        font-size: .8em;
        color: #000;
    }
}

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

.product-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 2.6em;
    padding-bottom: 4.25em;
    overflow: hidden;
}

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

.product-content .product-content-box {
    padding: 0 4.3em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-content .product-content-box .product-num {
    margin-top: 1rem;
    width: 38%;
}

.product-content .product-content-box .product-num .box {
    position: relative;
    width: 30%;
    width: 100%;
    height: 36%;
    min-height: 9em;
}

.product-content .product-content-box .product-num .num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9em;
    font-weight: bold;
    color: #185aae;
    opacity: 0.08;
    z-index: 1;
}

.product-content .product-content-box .product-num .product-tit {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 2.4em;
    font-weight: bold;
    color: #141414;
    transform: translateY(-50%);
    z-index: 2;
}

.product-content .product-content-box .desc {
    width: 60%;
    max-width: 800px;
    margin-top: 3em;
}

.product-content .product-content-box .desc .tit {
    font-size: 1em;
    line-height: 1.5;
    color: #333333;
}

.product-content .product-content-box .desc .tit span {
    color: #185aae;
}

.product-content .product-content-box .desc .product-content-swiper {
    position: relative;
    width: 100%;
    margin-top: 1.5em;
    padding-bottom: 5em;
    overflow: hidden;
}

.product-content .product-content-box .desc .product-content-swiper img {
    width: 100%;
    height: 21.5em;
    object-fit: cover;
}

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

.product-content .product-content-box .desc .swiper-button-next,
.product-content .product-content-box .desc .swiper-button-prev {
    top: auto;
    bottom: 5PX;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #185aae;
    transition: .3s;
}

.product-content .product-content-box .desc .swiper-button-next .bi,
.product-content .product-content-box .desc .swiper-button-prev .bi {
    display: block;
    width: 1em;
    height: .7em;
    color: #185aae;
}

.product-content .product-content-box .desc .swiper-button-next {
    right: 0;
}

.product-content .product-content-box .desc .swiper-button-prev {
    left: auto;
    right: 3.5em;
}

.product-content .product-content-box .desc .swiper-pagination {
    top: auto;
    left: auto;
    right: 8em;
    bottom: 1.75em;
    height: 1px;
    width: 16em;
}

.product-content .swiper-button-disabled {
    opacity: .5;
    background-color: #fff !important;
}

.product-content .swiper-button-disabled .bi {
    color: #185aae !important;
}

@media (min-width: 991.98px) {
    .history-year-swiper .year::before {
        width: 28px !important;
        height: 5px !important;
    }
    .product-content .product-content-box .desc .swiper-button-next:hover,
    .product-content .product-content-box .desc .swiper-button-prev:hover {
        background-color: #185aae;
        transition: .3s;
    }
    .product-content .product-content-box .desc .swiper-button-next:hover .bi,
    .product-content .product-content-box .desc .swiper-button-prev:hover .bi {
        color: #fff;
        transition: .3s;
    }
}

.product-content2 {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    background-color: #f3f7fc;
}

.product-content2 .product-content-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-content2 .product-content-box .image {
    width: 45.83%;
    width: 46.35%;
    max-width: 880px;
    max-height: 717px;
}

.product-content2 .product-content-box .image .image-box {
    width: 100%;
    position: relative;
    padding-top: 81.75%;
    overflow: hidden;
}

.product-content2 .product-content-box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content2 .product-content-box .desc {
    width: 54.17%;
    padding-left: 2.5em;
    margin-top: -.5em;
}

.product-content2 .product-content-box .desc .product-num {
    width: 87%;
}

.product-content2 .product-content-box .desc .product-num .box {
    position: relative;
    width: 100%;
    height: 36%;
    min-height: 9em;
}

.product-content2 .product-content-box .desc .product-num .num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9em;
    font-weight: bold;
    color: #185aae;
    opacity: 0.08;
    z-index: 1;
}

.product-content2 .product-content-box .desc .product-num .product-tit {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 2.4em;
    font-weight: bold;
    color: #141414;
    transform: translateY(-50%);
    z-index: 2;
}

.product-content2 .product-content-box .desc .product-desc-list {
    height: 23em;
    margin-top: 1.85em;
    padding-bottom: 2em;
    box-sizing: content-box;
}

.product-content2 .product-content-box .desc .product-desc-list .mCSB_scrollTools {
    width: 3px;
}

.product-content2 .product-content-box .desc .product-desc-list .mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.07);
}

.product-content2 .product-content-box .desc .product-desc-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #4593f6;
}

.product-content2 .product-content-box .desc .product-desc-list p {
    position: relative;
    font-size: 1em;
    line-height: 1.7;
    padding-left: 1.8em;
    margin-bottom: 1.6em;
    color: #333333;
}

.product-content2 .product-content-box .desc .product-desc-list p:last-child {
    margin-bottom: 0;
}

.product-content2 .product-content-box .desc .product-desc-list p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    top: calc((1.5em - 22px) / 2);
    height: 1.2em;
    width: 22px;
    height: 22px;
    background: no-repeat center center;
    background-image: url(/img/static/dui.svg);
    background-size: contain;
}

.p-industrydel .related-box {
    padding-top: 0;
    margin-top: 6.1em;
    border-top: 0;
}

.p-industrydel .related .title {
    font-size: 1.9em;
    margin-bottom: 1.6em;
}

@media (max-width: 991.98px) {
    .p-industrydel .main-box {
        padding: 0;
    }
    .product-content {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 1.2rem;
        padding-bottom: .8rem;
        overflow: hidden;
    }
    .product-content .product-content-box {
        padding: 0;
        display: block;
    }
    .product-content .product-content-box .product-num {
        width: 100%;
    }
    .product-content .product-content-box .product-num .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        min-height: auto;
    }
    .product-content .product-content-box .product-num .num {
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 9em;
        font-weight: bold;
        color: #185aae;
        opacity: 0.08;
        z-index: 1;
        transform: translateX(-50%);
        display: none;
    }
    .product-content .product-content-box .product-num .product-tit {
        position: relative;
        top: 0%;
        left: 0%;
        font-size: .48rem;
        font-weight: bold;
        color: #141414;
        /* white-space: nowrap; */
        text-align: center;
        transform: translate(0%, 0%);
        z-index: 2;
    }
    .product-content .product-content-box .desc {
        width: 100%;
        margin-top: .27rem;
    }
    .product-content .product-content-box .desc .tit {
        font-size: .28rem;
        line-height: .48rem;
        color: #333333;
    }
    .product-content .product-content-box .desc .tit span {
        color: #185aae;
    }
    .product-content .product-content-box .desc .product-content-swiper {
        position: relative;
        width: 100%;
        margin-top: .33rem;
        padding-bottom: 5em;
        overflow: hidden;
    }
    .product-content .product-content-box .desc .product-content-swiper img {
        width: 100%;
        height: 3.22rem;
        object-fit: cover;
    }
    .product-content .product-content-box .desc .swiper-button-next::after,
    .product-content .product-content-box .desc .swiper-button-prev::after {
        content: '';
    }
    .product-content .product-content-box .desc .swiper-button-next,
    .product-content .product-content-box .desc .swiper-button-prev {
        top: auto;
        bottom: 5PX;
        width: 3em;
        height: 3em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #ffffff;
        border: solid 1px #185aae;
    }
    .product-content .product-content-box .desc .swiper-button-next .bi,
    .product-content .product-content-box .desc .swiper-button-prev .bi {
        display: block;
        width: 1em;
        height: .7em;
        color: #185aae;
    }
    .product-content .product-content-box .desc .swiper-button-next {
        right: 0;
    }
    .product-content .product-content-box .desc .swiper-button-prev {
        left: auto;
        right: 3.5em;
    }
    .product-content .product-content-box .desc .swiper-pagination {
        top: auto;
        left: auto;
        right: 8em;
        bottom: 1.75em;
        height: 1px;
        width: 16em;
    }
    .product-content2 {
        padding-top: 1.2rem;
        padding-bottom: 1.22rem;
        background-color: #f3f7fc;
    }
    .product-content2 .product-content-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .product-content2 .product-content-box .image {
        width: 100%;
        max-width: inherit;
        padding: 0 .5rem;
    }
    .product-content2 .product-content-box .image .image-box {
        padding-top: 58.15%;
    }
    .product-content2 .product-content-box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .product-content2 .product-content-box .desc {
        width: 100%;
        padding-left: 0em;
        padding: 0 .5rem;
        margin-top: 0;
    }
    .product-content2 .product-content-box .desc .product-num {
        width: 100%;
    }
    .product-content2 .product-content-box .desc .product-num .box {
        position: relative;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .product-content2 .product-content-box .desc .product-num .num {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 9em;
        font-weight: bold;
        color: #185aae;
        opacity: 0.08;
        z-index: 1;
    }
    .product-content2 .product-content-box .desc .product-num .product-tit {
        position: relative;
        top: 0%;
        left: 0%;
        font-size: .48rem;
        font-weight: bold;
        color: #141414;
        text-align: center;
        white-space: nowrap;
        transform: translateY(0%);
        z-index: 2;
    }
    .product-content2 .product-content-box .desc .product-desc-list {
        height: auto;
        margin-top: .74rem;
    }
    .product-content2 .product-content-box .desc .product-desc-list p {
        position: relative;
        font-size: .3rem;
        line-height: .5rem;
        padding-left: .36rem;
        margin-bottom: .2rem;
        color: #333333;
    }
    .product-content2 .product-content-box .desc .product-desc-list p:last-child {
        margin-bottom: .4rem;
    }
    .product-content2 .product-content-box .desc .product-desc-list p::before {
        position: absolute;
        content: '';
        left: 0;
        top: 6px;
        top: calc((.5rem - 12px) / 2);
        width: .25rem;
        height: .25rem;
        width: 12px;
        height: 12px;
        background: no-repeat center center;
        background-image: url(/img/static/dui.svg);
        background-size: contain;
    }
    .p-industrydel .related {
        margin-top: 1.2rem;
        padding-top: 0;
        padding-bottom: 1.68rem;
        background-color: #fff;
    }
    .p-industrydel .related-box {
        padding-top: 0;
        margin-top: 0em;
        border-top: 0;
    }
    .p-industrydel .related .title {
        font-size: .48rem;
        margin-bottom: .4rem;
    }
    .p-industrydel .related-swiper {
        padding: 0;
        margin: 0;
        padding-bottom: 0;
    }
    .p-industrydel .form-form .no-width .form-control {
        height: .6rem;
    }
    .p-industrydel .form-form .no-width .form-group-cell {
        height: .6rem;
    }
    .p-industrydel .form-form .no-width .inpt {
        width: 60%;
        margin-right: .2rem;
    }
    .p-industrydel .form-form .no-width .vcode-imgs {
        width: 22.9%;
        margin-left: .2rem;
    }
    .p-industrydel .form-form .no-width .vcode-imgs img {
        display: block;
    }
}

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

.form-pop .close1 {
    position: absolute;
    width: max-content;
    top: 1.4em;
    right: 1.5em;
    cursor: pointer;
}

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

.form-pop .close1 .img2 {
    display: none;
}

.form-pop .form-pop-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58.65%;
    height: auto;
    margin: 0 auto;
    padding: 5.2em 5.2em 3.6em;
    background-color: #ffffff;
    border-radius: 4px;
    transform: translate(-50%, -50%) !important;
}

.form-pop .form-pop-box .title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

.form-pop .form-pop-box-add {
    display: none;
}

.form-pop .form-form {
    padding: 0;
    margin-top: 2.2em;
}

.form-pop .form-form .form-group {
    margin-bottom: 1.6em;
}

.form-pop .form-form .form-btnbox {
    margin-top: 1em;
}

.form-pop .form-form .desc {
    margin-top: 1.3em;
}

.form-pop .form-form .no-width .help-block {
    left: 0%;
}

@media (max-width: 991.98px) {
    .form-pop .close1 {
        position: absolute;
        width: max-content;
        top: 1.6em;
        right: 1.6em;
        top: .26rem;
        right: .35rem;
    }
    .form-pop .form-pop-box {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80%;
        margin: 0 auto;
        padding: 1.16rem .35rem;
        background-color: #ffffff;
        border-radius: 4px;
        transform: translate(-50%, -50%);
    }
    .form-pop .form-pop-box .title {
        text-align: center;
        font-size: .56rem;
        font-weight: bold;
    }
    .form-pop .form-form {
        padding: 0;
        margin-top: .4rem;
    }
    .form-pop .form-form .form-group {
        margin-bottom: .4rem;
    }
    .form-pop .form-form .form-btnbox {
        margin-top: .4rem;
    }
    .form-pop .form-form .desc {
        margin-top: .23rem;
    }
    .form-pop .form-form .no-width .help-block {
        left: 0%;
    }
}

@media (min-width: 991.98px) and (max-width: 1440px) {
    .product-content .product-content-box,
    .related .global-inner,
    .p-hr-post .global-inner,
    .p-hr-dream .global-inner {
        padding: 0 3.5em;
    }
    .p-hr-dream .hr-dream-item .tit {
        /* height: 3.54rem; */
    }
}


@media (min-width: 991.98px) {
    .related-swiper .box .tit,
    .related-swiper .box .icon,
    .related-swiper .box img {
        transition: .3s;
    }
    .related-swiper .box:hover .bd img {
        transform: scale(1.05);
        transition: .3s;
    }
    .related-swiper .box:hover .bd .icon {
        opacity: 1;
        transition: .3s;
    }
    .related-swiper .box:hover .bd .tit {
        color: #185aae;
        transition: .3s;
    }
    .duty .slide-box .desc .bd .item .bi,
    .duty .slide-box .desc .bd .item,
    .duty .slide-box .desc .bd .item .box {
        transition: .3s;
    }
    .related-swiper .box:hover .image img {
        transform: scale(1.05);
    }
    .public-banner .public-ban-paging .more:hover,
    .data-list .data-item .box:hover,
    .duty .slide-box .desc .bd .item:hover,
    .form-form .form-btnbox a:hover,
    .news-banner-swiper .item-slide .more:hover {
        transition: .3s;
    }
    .duty .slide-box .desc .bd .item:hover {
        transition: all 0s;
    }
    .public-banner .public-ban-paging .more:hover .bi,
    .data-list .data-item .box:hover .bi,
    .duty .slide-box .desc .bd .item:hover .bi,
    .form-form .form-btnbox a:hover .bi,
    .news-banner-swiper .item-slide .more:hover .bi {
        transition: .3s;
    }
    .public-banner .public-ban-paging .more:hover .icon,
    .public-banner .public-ban-paging .more:hover .right,
    .data-list .data-item .box:hover .icon,
    .data-list .data-item .box:hover .right,
    .duty .slide-box .desc .bd .item:hover .icon,
    .duty .slide-box .desc .bd .item:hover .right,
    .form-form .form-btnbox a:hover .icon,
    .form-form .form-btnbox a:hover .right,
    .news-banner-swiper .item-slide .more:hover .icon,
    .news-banner-swiper .item-slide .more:hover .right {
        transform: translateY(-200%);
        transition: .3s;
    }
    .public-banner .public-ban-paging .more:hover .top,
    .data-list .data-item .box:hover .top,
    .duty .slide-box .desc .bd .item:hover .top,
    .form-form .form-btnbox a:hover .top,
    .news-banner-swiper .item-slide .more:hover .top {
        transition: .3s;
    }
    .public-banner .public-ban-paging .more:hover .end,
    .data-list .data-item .box:hover .end,
    .duty .slide-box .desc .bd .item:hover .end,
    .form-form .form-btnbox a:hover .end,
    .news-banner-swiper .item-slide .more:hover .end {
        transition: .3s;
    }
    .duty .slide-box .desc .bd .item:hover .end {
        transition: 0s;
    }
    .newdel-compile .newsdel-back .box:hover {
        color: #333;
        transition: .3s;
    }
    .crumbs-channel1 .list .item:hover .doc {
        color: #185aae;
        transition: .3s;
    }
    .p-hr-post .list .item:hover {
        background: #fff;
        box-shadow: 1px 9px 24px 0px rgba(70, 70, 70, 0.08);
    }
    .p-hr-post .list .item:hover .tit .name {
        color: #185aae;
    }
}

.crumbs-channel1 .list .item .doc,
.newdel-compile .newsdel-back .box,
.newdel-compile .btn-newsdel span {
    transition: .3s;
}


@media (min-width: 991.98px) and (max-width: 1500px) {
    .p-newsdel .main-box .global-inner {
        padding: 0 4em;
    }
    .industry-content .industry-content-bd {
        width: 85%;
    }
}

@media (min-width: 991.98px) and (max-width: 1530px) {
    .p-hr-dream {
        margin: -.5em;
    }
    .p-hr-dream .hr-dream-item {
        padding: .5em;
    }
    .p-hr-dream .hr-dream-item .box {
        padding:0;
    }
    .p-hr-dream .hr-dream-item .desc {
        min-height:auto;
        font-size: 1em;
        line-height: 1.6;
    }
    .p-hr-dream .hr-dream-item .top {
        margin-bottom: 0em;
    }
    .news-banner-swiper {
        width: 40%;
    }
}

@media (min-width: 991.98px) and (max-width: 1890px) {
    .p-hr-dream .hr-dream-item .tit {
        font-size: 1.2em;
        line-height: 1.66;
        /* height: 3.33em; */
    }
}

@media (min-width: 991.98px) and (max-width: 1440px) {
    .news-list .image {
        flex: 0 0 28.5rem;
        max-width: 460px;
    }
    .news-list .desc {
        padding: 2em 0.75em 2em 3.5em;
    }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    .news-list .image {
        flex: 0 0 25.5rem;
        max-width: 460px;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .news-banner-swiper {
        width: 50%;
    }
}

@media (min-width: 991.98px) and (max-width: 1050px) {
    .p-hr-dream .global-inner {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .p-data .public-banner,
    .p-consult .public-banner,
    .p-newslist .public-banner {
        height: 7rem !important;
    }
    .p-data .public-banner .imgs.app,
    .p-consult .public-banner .imgs.app,
    .p-newslist .public-banner .imgs.app {
        height: 100%;
    }
    .duty .slide-box .desc .bd .item .box .icon {
        margin-top: 0.28rem;
    }
}

.p-about .modal-video .modal-close {
    right: -4.5em;
    top: 0;
    z-index: 50;
}

.p-about .modal-video .modal-close .img2 {
    display: none;
}

.p-about .modal-video .video-box {
    padding-top: 57.25%;
}

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

.p-about .public-banner .public-ban-paging {
    top: calc(50% + 2em);
}

@media (min-width: 991.98px) {
    .p-about .modal-video .modal-close:hover {
        background: #185aae;
    }
    .p-about .modal-video .modal-close:hover .img1 {
        display: none;
    }
    .p-about .modal-video .modal-close:hover .img2 {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .p-about .modal-video .modal-close {
        right: 0rem;
        top: -1rem;
        z-index: 50;
    }
    .p-about .modal-video .video-box {
        padding-top: 57.25%;
    }
    .p-about .main-box {
        padding: 0;
    }
    .p-about .public-banner {
        height: 7rem;
    }
    .p-about .public-banner .imgs.app {
        height: 7rem;
    }
}

.about-year {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4.2em 0 7em;
    overflow: hidden;
}

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

.about-year .about-year-box {
    padding: 0 14.5625% 0 16.875%;
}

.about-year .about-year-box-little {
    padding-right: 0em;
}

.about-year .about-year-sm-title {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.about-year .about-year-sm-title img {
    display: block;
    height: 15px;
    height: 13px;
    object-fit: contain;
    margin-right: .55em;
}

.about-year .about-year-sm-title .txt {
    font-size: .8em;
    line-height: 1;
    color: #666;
    white-space: nowrap;
}

.about-year .publicn-title {
    text-align: left;
    margin-bottom: 1.1em;
}

.about-year .about-year-doc {
    font-size: .9em;
    line-height: 1.55;
    color: #444;
    margin-bottom: 2.8em;
}

.about-year .about-year-doc p {
    margin-bottom: .9em;
}

.about-year .about-year-doc p:last-child {
    margin-bottom: 0;
}

.about-year .about-year-xl-title {
    margin-bottom: 2.4em;
}

.about-year .about-year-xl-title .txt {
    font-size: 1.2em;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
}

.about-year .about-year-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-year .about-year-list .tit {
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: .5em;
}

.about-year .about-year-list .num {
    font-size: 4.6em;
    line-height: 1;
    height: 1em;
}

.about-year .about-year-list .unit {
    font-size: 1.5em;
    line-height: 1;
}

.about-year .about-year-list .doc {
    font-size: .9em;
    line-height: 1.55;
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-year {
        padding: 1.1rem 0 2.44rem;
    }
    .about-year .bgk {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center 1.2rem;
        background-size: auto 100%;
    }
    .about-year .about-year-box {
        padding: 0;
    }
    .about-year .about-year-box-little {
        padding-right: 0;
    }
    .about-year .publicn-title {
        text-align: left;
        margin-bottom: .27rem;
    }
    .about-year .about-year-doc {
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .6rem;
    }
    .about-year .about-year-doc p {
        margin-bottom: .2rem;
    }
    .about-year .about-year-xl-title {
        margin-bottom: 1.13rem;
    }
    .about-year .about-year-xl-title .txt {
        font-size: .36rem;
        line-height: .56rem;
    }
    .about-year .about-year-list {
        display: block;
    }
    .about-year .about-year-list .item {
        margin-bottom: .9rem;
    }
    .about-year .about-year-list .item:last-child {
        margin-bottom: 0;
    }
    .about-year .about-year-list .tit {
        color: #185aae;
        text-align: center;
        justify-content: center;
        margin-bottom: .28rem;
    }
    .about-year .about-year-list .num {
        font-size: .76rem;
        font-weight: bold;
        line-height: 1;
        height: .76rem;
    }
    .about-year .about-year-list .unit {
        font-size: .24rem;
        line-height: 1;
    }
    .about-year .about-year-list .doc {
        font-size: .28rem;
        line-height: .28rem;
        text-align: center;
        color: #141414;
    }
}

.culture-authentication {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5em 0 6.2em;
}

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

.about-culture-list {
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-culture-list .item {
    width: 33.33%;
    border: 1px solid #ddd;
}

.about-culture-list .item:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.about-culture-list .box {
    width: 100%;
    height: 100%;
    padding: 3.9em 0 4.5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.about-culture-list .icon {
    width: 5.85em;
    height: 5.5em;
    height: auto;
}

.about-culture-list .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.about-culture-list .bd {
    padding: 1.7em 2.25em 0;
    text-align: center;
}

.about-culture-list .bd .tit {
    font-size: 1.2em;
    line-height: 1.33;
    color: #185aae;
    font-weight: bold;
    margin-bottom: 1.2em;
}

.about-culture-list .bd .doc {
    height: 3.11em;
    font-size: .9em;
    line-height: 1.35;
    color: #141414;
}

.about-authentication {
    margin-top: 0em;
}

.authentication-tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication-tab-list {
    margin: 0 -.75em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication-tab-list .authentication-tab-item {
    margin-top: 1.75em;
    padding: 0 .75em;
}

.authentication-tab-list .authentication-tab-item.active .box {
    color: #fff;
    background-color: #185aae;
}

.authentication-tab-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    line-height: 1;
    color: #333;
    padding: .8em 1.75em;
    background-color: #f4f4f4;
    border-radius: 25px;
}

.authentication-swiper-item {
    display: block;
}

.authentication-swiper-item:nth-child(2) {
    display: none;
}

.authentication-swiper {
    width: 35.92%;
    margin: 0 auto;
    position: relative;
    margin-top: 3.25em;
    padding-bottom: 5.95em;
    overflow: inherit;
}

.authentication-swiper .box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.authentication-swiper .box .img-box {
    position: relative;
    width: 100%;
    padding-top: 71.34%;
}

.authentication-swiper .box .img-box::before {
    opacity: 0;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 98%;
    height: 90%;
    box-shadow: 0px 15px 15px 0px rgba(70, 70, 70, 0.35);
    transition: .3s;
    transform: translateX(-50%);
}

.authentication-swiper .box .imgs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.authentication-swiper .box img {
    width: 80%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    transition: .3s;
}

.authentication-swiper .box .tit {
    min-height: 1.5em;
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
    color: #185aae;
    font-weight: bold;
    margin-top: 2.125em;
}

.authentication-swiper .swiper-wapper {
    align-items: flex-end;
}

.authentication-swiper .item-slide {
    display: flex;
    align-items: flex-end;
    opacity: 0;
}

.authentication-swiper .item-slide .tit {
    opacity: 0;
    transition: .3s;
}

.authentication-swiper .item-slide .imgs {
    transform: .3s;
}

.authentication-swiper .swiper-slide-active {
    opacity: 1;
    transition: .3s;
}

.authentication-swiper .swiper-slide-active .imgs {
    transform: .3s;
}

.authentication-swiper .swiper-slide-active .tit {
    display: block !important;
    opacity: 1 !important;
}

.authentication-swiper .swiper-slide-active .box img {
    width: 100%;
}

.authentication-swiper .swiper-slide-active .img-box::before {
    opacity: 1;
    transition: .3s;
}

.authentication-swiper .swiper-slide-prev {
    justify-content: flex-end;
    opacity: 1;
}

.authentication-swiper .swiper-slide-prev .imgs {
    justify-content: flex-end;
}

.authentication-swiper .swiper-slide-next {
    justify-content: flex-start;
    opacity: 1;
}

.authentication-swiper .swiper-slide-next .imgs {
    justify-content: flex-start;
}

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

.authentication-swiper .swiper-button-next,
.authentication-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #185aae;
}

.authentication-swiper .swiper-button-next .bi,
.authentication-swiper .swiper-button-prev .bi {
    display: block;
    width: 1em;
    height: .7em;
    color: #185aae;
}

.authentication-swiper .swiper-button-next {
    right: calc(34.7% - 1.05em);
    right: -1.1em;
}

.authentication-swiper .swiper-button-prev {
    left: 34.7%;
    left: calc(34.7% - 1.05em);
    left: -1.1em;
    right: auto;
}

.authentication-swiper .swiper-pagination {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 1.5em;
    height: 1px;
    width: 15.8em;
    width: 100%;
    transform: translateX(-50%);
}

.authentication-swiper2 .box .img-box {
    height: 19.1em;
    padding-top: initial;
}

.authentication-swiper2 .box .img-box img {
    height: auto;
}

.authentication-swiper-item1 {
    padding: 0 7.8125%;
}

.authentication-swiper-item2 {
    margin: 0 6%;
    overflow: hidden;
}

.authentication-swiper-item2 .authentication-swiper2 {
    width: 100%;
    padding-bottom: 4em;
}

.authentication-swiper-item2 .item-slide {
    width: 83.82%;
    width: 16.17%;
    opacity: 1;
}

.authentication-swiper-item2 .swiper-slide-active {
    width: 100%;
    width: 19.29%;
}

.authentication-swiper-item2 .box img {
    width: 83.82%;
    width: 100%;
}

.authentication-swiper-item2 .authentication-swiper .swiper-button-prev {
    left: 29.5%;
    z-index: 13;
}

.authentication-swiper-item2 .authentication-swiper .swiper-button-next {
    right: 29.5%;
    z-index: 13;
}

.authentication-swiper-item2 .box .img-box::before {
    box-shadow: 0px 15px 21px -6px rgba(70, 70, 70, 0.35);
}

@media (min-width: 992.98px) {
    .news-banner-box {
        position: relative;
    }
    .news-banner-box .addzhezhao {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        z-index: 99;
        display: none;
    }
    .news-banner-box .addzhezhao .zhe-item {
        flex: 1;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .news-banner-box .addzhezhao .zhe-item .bd {
        position: relative;
        padding: 4em 0 0 7.5em;
        z-index: 3;
        transition: .3s;
        z-index: 3;
    }
    .news-banner-box .addzhezhao .time {
        font-size: .9em;
        line-height: 1.44;
        color: #ffffff;
        margin-bottom: .9em;
    }
    .news-banner-box .addzhezhao .tit {
        font-size: 1.2em;
        line-height: 1.41;
        color: #fff;
        font-weight: bold;
        width: 75%;
        height: 4.228333em;
    }
    .news-banner-box .addzhezhao .more {
        width: 8.25em;
        height: 2.3em;
        margin-top: 3.5em;
        background-color: #ffffff;
        border-radius: 23px;
    }
    .news-banner-box .addzhezhao .more a {
        width: 100%;
        height: 100%;
        padding: 0 .9375em 0 2.1875em;
        padding-top: 1em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .8em;
        line-height: 1;
        overflow: hidden;
    }
    .news-banner-box .addzhezhao .more .boxs-boxs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        position: relative;
        top: -30%;
        height: 63%;
    }
    .news-banner-box .addzhezhao .more .bi {
        width: 13px;
        height: 9px;
        display: block;
        color: #333333;
    }
    .news-banner-box .addzhezhao .more .icon,
    .news-banner-box .addzhezhao .more .right {
        transition: .3s;
        position: relative;
        top: 8px;
    }
    .news-banner-box .addzhezhao .more .icon {
        margin-bottom: 6px;
    }
    .news-banner-box .addzhezhao .more .end {
        transform: translateY(300%);
    }
    .news-banner-box .addzhezhao .zhe-item:nth-child(2) {
        width: 37.6%;
        height: 100%;
        flex: none;
    }
    .news-banner-box .addzhezhao .zhe-item .bd {
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(-10px);
    }
    .news-banner-box .addzhezhao .zhe-item .bd.ani {
        transform: translateY(-10px);
        opacity: 1;
    }
    .news-banner-box .addzhezhao .zhe-item::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: no-repeat center;
        background-size: cover;
        background-image: url(/img/static/news-bgk.jpg);
        opacity: .5;
    }
    .news-banner-box .addzhezhao .zhe-item:nth-child(2)::after {
        opacity: .9;
    }
}

@media (max-width:1530px) {
    .news-banner-box .addzhezhao .zhe-item:nth-child(2) {
        width: 40%;
    }
}

@media (max-width:1200px) {
    .news-banner-box .addzhezhao .zhe-item:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .culture-authentication {
        padding: 1.1rem 0 1.2rem;
    }
    .culture-authentication .bgk {
        background-size: auto 100%;
    }
    .about-culture-list {
        margin-top: .4rem;
        display: block;
    }
    .about-culture-list .item {
        width: 100%;
        border: 0;
        margin-bottom: 1.04rem;
    }
    .about-culture-list .item:last-child {
        margin-bottom: 0;
    }
    .about-culture-list .box {
        width: 100%;
        height: 100%;
        padding: 0 1.04rem 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        border-bottom: .03rem solid transparent;
    }
    .about-culture-list .icon {
        max-width: none;
        width: 2rem;
        height: 1.9rem;
        margin: 0 auto;
    }
    .about-culture-list .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .about-culture-list .bd {
        padding: .12rem 0em 0;
        text-align: center;
    }
    .about-culture-list .bd .tit {
        font-size: .36rem;
        line-height: .56rem;
        margin-bottom: .16rem;
    }
    .about-culture-list .bd .doc {
        height: auto;
        font-size: .28rem;
        line-height: .48rem;
    }
    .about-authentication {
        margin-top: 1.35rem;
    }
    .about-authentication .boxs {
        padding: 0 .2rem;
    }
    .authentication-tab-list {
        margin: 0 -.18rem;
    }
    .authentication-tab-list .authentication-tab-item {
        margin-top: .3rem;
        padding: 0 .18rem;
    }
    .authentication-tab-list .authentication-tab-item.active .box {
        position: relative;
        color: #185aae;
        background-color: transparent;
        padding-bottom: .13rem;
        border-radius: 0;
        border-bottom: .03rem solid #185aae;
    }
    .authentication-tab-list .box {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .3rem;
        line-height: 1;
        color: #666;
        padding: 0;
        background-color: transparent;
        border-radius: 25px;
        padding-bottom: .13rem;
        border-radius: 0;
        border-bottom: 0.03rem solid transparent;
    }
    .authentication-swiper-box {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .authentication-swiper {
        position: relative;
        width: 100%;
        padding: .4rem;
        margin: -.4rem;
        margin-top: .5rem;
        padding-bottom: .6rem;
        overflow: inherit;
    }
    .authentication-swiper:nth-child(2) {
        display: none;
    }
    .authentication-swiper .swiper-wrapper {
        align-items: flex-end;
    }
    .authentication-swiper .box {
        width: 100%;
        height: 100%;
        display: block;
    }
    .authentication-swiper .box .img-box {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 70.26%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .authentication-swiper .box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .authentication-swiper .box .tit {
        font-size: .3rem;
        line-height: .4rem;
        color: #141414;
        font-weight: normal;
        margin-top: .4rem;
    }
    .authentication-swiper .item-slide {
        height: auto;
    }
    .authentication-swiper .item-slide .tit {
        opacity: 1;
        transition: .3s;
    }
    .authentication-swiper .swiper-slide-active .tit {
        opacity: 1;
        transition: .3s;
    }
    .authentication-swiper .swiper-button-next::after,
    .authentication-swiper .swiper-button-prev::after {
        content: '';
    }
    .authentication-swiper .swiper-button-next,
    .authentication-swiper .swiper-button-prev {
        top: auto;
        bottom: 0;
        width: 3em;
        height: 3em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #ffffff;
        border: solid 1px #185aae;
    }
    .authentication-swiper .swiper-button-next .bi,
    .authentication-swiper .swiper-button-prev .bi {
        display: block;
        width: 1em;
        height: .7em;
        color: #185aae;
    }
    .authentication-swiper .swiper-button-next {
        right: calc(34.7% - 1.05em);
    }
    .authentication-swiper .swiper-button-prev {
        left: 34.7%;
        left: calc(34.7% - 1.05em);
        right: auto;
    }
    .authentication-swiper .swiper-pagination {
        top: auto;
        left: 50%;
        right: auto;
        bottom: .16rem;
        height: .16rem;
        width: 100%;
        transform: translateX(-50%);
    }
    .authentication-swiper .swiper-pagination .swiper-pagination-bullet {
        width: .16rem;
        height: .16rem;
        margin: 0 .1rem;
        background-color: #808080;
        opacity: 0.2;
    }
    .authentication-swiper .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #185aae;
    }
}

@media (min-width: 991.98px) {
    .news-banner-box .addzhezhao .more a:hover {
        transition: .3s;
    }
    .news-banner-box .addzhezhao .more a:hover .right {
        transform: translateY(-200%);
        transition: .3s;
    }
    .news-banner-box .addzhezhao .more a .end {
        transform: translateY(300%);
    }
}

@media (max-width: 991.98px) {
    .authentication-swiper-item1 {
        padding: 0 0%;
    }
    .authentication-swiper-box {
        display: block;
    }
    .authentication-swiper {
        padding: 0;
        margin: 0;
        padding-top: .5rem;
        padding-bottom: .6rem;
    }
    .authentication-swiper-item2 {
        margin: 0%;
        overflow: initial;
    }
    .authentication-swiper-item2 .authentication-swiper2 {
        width: 100%;
        left: 50%;
        width: 98%;
        height: 20%;
        margin-top: .5rem;
        transform: translateX(-50%);
        margin-top: 0;
    }
    .authentication-swiper-item2 .authentication-swiper2 .img-box::before {
        width: 50%;
        width: 43%;
        height: 20%;
        box-shadow: 0px 4px 7.5px 0px rgba(70, 70, 70, 0.35) !important;
    }
    .authentication-swiper-item2 .authentication-swiper2 .img-box {
        height: auto !important;
    }
    .authentication-swiper-item2 .authentication-swiper2 .img-box img {
        height: 100%;
    }
    .authentication-swiper-item2 .box .imgs {
        left: 50%;
        width: 57%;
        transform: translateX(-50%);
    }
    .authentication-swiper-item2 .swiper-wrapper {
        align-items: end;
    }
    .authentication-swiper-item2 .item-slide {
        width: 83.82%;
        opacity: 1 !important;
    }
    .authentication-swiper-item2 .swiper-slide-active {
        width: 100%;
    }
    .authentication-swiper-item2 .box img {
        width: 83.82%;
        width: 100%;
    }
    .authentication-swiper-item2 .box .img-box {
        height: 8rem;
    }
    .authentication-swiper-item2 .authentication-swiper .swiper-button-prev {
        left: 34.7%;
    }
    .authentication-swiper-item2 .authentication-swiper .swiper-button-next {
        right: 34.7%;
    }
}

.develop {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5.1em 0 7.3em;
}

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

.develop .publicn-title .title {
    color: #fff;
}

.develop .publicn-title .doc {
    color: #fff;
}

.develop-swiper {
    margin-top: 3.65em;
}

.develop-swiper .box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.develop-swiper .box {
    width: 100%;
    min-height: 15.6em;
    height: 100%;
    padding: 2.65em 2.5em 3.8em;
    border: 1px solid rgba(255, 255, 255, 0.48);
    transition: background-color 0s;
    padding: 1em 0.8em 0.2em;
}

.develop-swiper .box:hover .bd .doc {
    opacity: 1;
    transition: all 0.1s;
}

@keyframes fadeInUp56 {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.develop-swiper .icon {
    width: 3em;
    height: 2.25em;
    margin: 0 auto;
    margin-bottom: 1.2em;
}

.develop-swiper .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.develop-swiper .icon .img2 {
    display: none;
}

.develop-swiper .bd {
    color: #fff;
    text-align: center;
}

.develop-swiper .tit {
    font-size: 1em;
    line-height: 1.4;
    font-weight: bold;
}

.develop-swiper .doc {
    display: none;
    min-height: 4.5em;
    font-size: .8em;
    line-height: 1.3;
    margin-top: .5em;
}

.develop-swiper .item-slide.active .box {
    padding: 2.65em 2.9em 3.8em;
}

@media (min-width: 991.98px) {
    .about-culture {
        position: relative;
        padding-bottom: 5.5em;
    }
    .about-culture::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: url(/img/static/about-cul05.jpg);
        top: 0;
        opacity: 0.4;
    }
    .develop-swiper .box:hover {
        background-color: #fff;
        
    }
    .develop-swiper .box:hover .img1 {
        display: none;
    }
    .develop-swiper .box:hover .img2 {
        display: none;
    }
    .develop-swiper .box:hover .bd {
        color: #185aae;
    }
    .develop-swiper .box:hover .doc {
        display: block;
    }
    .develop-swiper .box:hover .icon {
        transform: all 0.5s;
    }
    .develop-swiper .box:hover .bd {
        /* transition: all 0.5s; */
    }
    .develop-swiper .box:hover .bd{
        margin-top: -4rem;
    }
}

@media (max-width: 991.98px) {
    .about-culture {
        padding-bottom: 1.06rem;
    }
    .develop {
        padding: 1.21rem 0 1.68rem;
    }
    .develop .publicn-title .title {
        color: #fff;
    }
    .develop .publicn-title .doc {
        color: #fff;
    }
    .develop-swiper {
        position: relative;
        margin-top: .86rem;
        padding-bottom: .7rem;
    }
    .develop-swiper .box {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .develop-swiper .box {
        width: 100%;
        min-height: auto;
        height: 7.5rem;
   
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-right: 0;
        /* justify-content: space-between; */
    }
    .develop-swiper .item-slide:last-child .box {
        border-right: 1px solid rgba(255, 255, 255, 0.48);
    }
    .develop-swiper .icon {
        width: 1.09rem;
        height: .87rem;
        margin: 0 auto;
        margin-bottom: .38rem;
    }
    .develop-swiper .icon .img2 {
        display: none;
    }
    .develop-swiper .bd {
        color: #fff;
        text-align: center;
    }
    .develop-swiper .tit {
        font-size: .36rem;
        line-height: 1;
    }
    .develop-swiper .doc {
        display: block;
        height: auto;
        min-height: 1.92rem;
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .28rem;
    }
    .develop-swiper .swiper-pagination {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .develop-swiper .swiper-pagination-bullet {
        margin: 0 .1rem;
        background: rgba(255, 255, 255, 0.2);
    }
    .develop-swiper .swiper-pagination-bullet-active {
        background: #fff;
    }
}

.history {
    min-height: 28em;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5.1em 0 3.85em;
    margin-top: 0em;
}

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

.history .boxs {
    overflow: hidden;
}

.history-year-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 16.875%;
}

.history-year-swiper .box {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 3.52rem;
}

.history-year-swiper .year {
    position: relative;
    font-size: 4.5em;
    font-weight: bold;
    line-height: 1;
    color: #141414;
    white-space: nowrap;
    padding-bottom: .6em;
}

.history-year-swiper .year::before {
    position: absolute;
    content: '';
    width: 0.4rem;
    height: 0.04rem;
    left: 0;
    bottom: 0;
    background: #185aae;
}

.history-year-swiper .history-year-list {
    margin-top: 2.3em;
}

.history-year-swiper .history-year-list p {
    margin-bottom: .8em;
    position: relative;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #141414;
    font-weight: bold;
    padding-left: 1.25em;
}

.history-year-swiper .history-year-list p:last-child {
    margin-bottom: 0;
}

.history-year-swiper .history-year-list p::before {
    position: absolute;
    content: '';
    left: 0;
    top: calc((1.6em - .714em) / 2);
    width: .714em;
    height: .714em;
    margin-top: -0.2rem;
    background: no-repeat center center;
    background-image: url(/img/static/history-icon.svg);
    background-size: contain;
}
@media (max-width: 991.98px){
    .history-year-swiper .history-year-list p::before {
        position: absolute;
        content: '';
        left: 0;
        top: calc((1.6em - .714em) / 2);
        width: .714em;
        height: .714em;
        margin-top: 0;
        background: no-repeat center center;
        background-image: url(/img/static/history-icon.svg);
        background-size: contain;
    }
}

.history-bar-swiper-box {
    position: relative;
    margin: 0 29.375%;
}

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

.history-bar-swiper-box .swiper-button-next,
.history-bar-swiper-box .swiper-button-prev {
    top: auto;
    bottom: 16px;
    bottom: 14%;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff !important;
    border: solid 1px #185aae;
    opacity: 1 !important;
    cursor: pointer !important;
}

.history-bar-swiper-box .swiper-button-next .bi,
.history-bar-swiper-box .swiper-button-prev .bi {
    display: block;
    width: 1em;
    height: .7em;
    color: #185aae;
}

.history-bar-swiper-box .swiper-button-next {
    right: -16.875%;
    right: -10em;
}

.history-bar-swiper-box .swiper-button-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-bar-swiper-box .swiper-button-prev {
    left: -16.875%;
    right: auto;
    left: -10em;
}

.history-bar-swiper-box .swiper-button-disabled {
    opacity: .5 !important;
    cursor: default !important;
    background: #fff !important;
}

.addbacggwrap {
    position: relative;
}

.addbacgg {
    position: absolute;
    bottom: 42px;
    ;
    left: 50%;
    width: 62%;
    height: 1px;
    background-color: rgba(24, 90, 174, 0.22);
    transform: translateX(-50%);
}

.history-bar-swiper {
    position: relative;
    padding: 0 1em;
    margin: 0 -1em;
    margin-top: 6.75em;
    width: 100%;
    padding-top: 4em;
    overflow: hidden;
}

.history-bar-swiper::before {
    display: none;
    position: absolute;
    content: '';
    left: 50%;
    left: calc(50% +0.25em);
    top: -27px;
    top: 2.6em;
    width: 97%;
    height: 1px;
    background-color: rgba(24, 90, 174, 0.22);
    transform: translateX(-50%);
    z-index: 2;
}

.history-bar-swiper .box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: .8em;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.history-bar-swiper .box::before {
    position: absolute;
    content: '';
    left: 50%;
    top: -36px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #185aae;
    left: 50%;
    left: calc(50% + 0.25em);
    transform: translateX(-50%);
    z-index: 4;
}

.history-bar-swiper .box::after {
    opacity: 0;
    position: absolute;
    content: '';
    left: 50%;
    top: -43px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #185aae;
    transform: translateX(-50%);
    left: 0;
    transform: translateX(0%);
    left: 50%;
    left: calc(50% + 0.25em);
    transform: translateX(-50%);
    transition: .3s;
    z-index: 3;
}

.history-bar-swiper .item-slide {
    width: auto;
}

.history-bar-swiper .swiper-slide-thumb-active .box::after {
    opacity: 1;
    transition: .3s;
}

@media (max-width: 991.98px) {
    .history-year-swiper {
        margin: 0;
    }
    .history-year-swiper .year {
        font-size: 0.72rem;
        margin-left: 0.5rem;
    }
    .history {
        padding-top: 0;
    }
    .addbacgg {
        width: 100%;
        bottom: 0.11rem;
    }
    .history-year-swiper .history-year-list {
        margin-top: 0.31rem;
        padding-left: 0.5rem;
    }
    .history-year-swiper .swiper-slide {
        padding-top: 1.1rem;
    }
    .history-year-swiper .history-year-list p {
        font-size: 0.28rem;
        line-height: 1.1;
        font-weight: normal;
    }
    .history-year-swiper .history-year-list p::before {
        width: 0.26rem;
        height: 0.26rem;
        top: 0.02rem;
    }
    .history-bar-swiper-box {
        margin: 0;
        padding-top: 0.95rem;
    }
    .history-bar-swiper .box::after {
        width: 0.2rem;
        height: 0.2rem;
        top: 0.425rem;
        left: 50%;
    }
    .history-bar-swiper .box::before {
        width: 0.2rem;
        height: 0.2rem;
        top: 0.425rem;
        left: 50%;
        transform-origin: -0.09rem;
        transform: scale(0.5);
    }
    .history {
        min-height: auto;
        padding: 0;
        padding-bottom: 0.86rem;
    }
    .history-bar-swiper {
        padding: 0;
        margin: 0;
        padding-bottom: 0.34rem;
    }
    .history-bar-swiper .box {
        color: #666;
        font-size: 0.3rem;
    }
    .history-bar-swiper .swiper-slide-thumb-active .box {
        color: #141414;
    }
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .about-year .about-year-box {
        padding: 0 7.9%;
    }
    .about-year .about-year-box-little {
        padding-right: 0;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .about-year .about-year-box {
        padding: 0;
    }
}

@media (min-width: 991px) {

    /* .about-year-box-little .title.hidden-lg-down {
        white-space: nowrap;
    } */
}

@media (min-width: 991px) and (max-width: 1400px) {
  
}

@media (min-width: 991px) {
    .history-bar-swiper-box .swiper-button-next,
    .history-bar-swiper-box .swiper-button-prev {
        transition: .3s;
    }
    .history-bar-swiper-box .swiper-button-next .bi,
    .history-bar-swiper-box .swiper-button-prev .bi {
        transition: .3s;
    }
    .history-bar-swiper-box .swiper-button-next:hover,
    .history-bar-swiper-box .swiper-button-prev:hover {
        background: #185aae !important;
        transition: .3s;
    }
    .history-bar-swiper-box .swiper-button-next:hover .bi,
    .history-bar-swiper-box .swiper-button-prev:hover .bi {
        color: #fff;
        transition: .3s;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

}

@media (min-width: 991px) and (max-width: 1800px) {
    .history-bar-swiper-box .swiper-button-next,
    .history-bar-swiper-box .swiper-button-prev {
        bottom: 16%;
    }
}

@media (min-width: 991px) and (max-width: 1660px) {
    .history-bar-swiper-box .swiper-button-next,
    .history-bar-swiper-box .swiper-button-prev {
        bottom: 19%;
    }
}

@media (min-width: 1570px) and (max-width: 1660px) {
    .history-bar-swiper-box .swiper-button-next .swiper-button-box::before {
        left: -900%;
        width: 900%;
    }
    .history-bar-swiper-box .swiper-button-prev .swiper-button-box::before {
        right: -900%;
        width: 900%;
    }
}

@media (min-width: 991px) and (max-width: 1250px) {
    .history-bar-swiper-box .swiper-button-next,
    .history-bar-swiper-box .swiper-button-prev {
        bottom: 21%;
    }
}

@media (min-width: 991.98px) {
    .authentication-swiper .swiper-pagination {
        height: auto;
        overflow: hidden;
        z-index: 8;
    }
    .authentication-swiper .swiper-pagination-bullet {
        position: relative;
        margin: -10px 0 !important;
        padding: 0;
        width: 3em;
        height: 1px;
        background: #ccc;
        border-radius: 0;
        padding: 5px 0;
        overflow: hidden;
    }
    .authentication-swiper .swiper-pagination-bullet::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #ccc;
        transform: translate(-50%, -50%);
    }
    .authentication-swiper .swiper-pagination-bullet-active {
        background: #185aae;
    }
    .authentication-swiper .swiper-pagination-bullet-active::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #185aae;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 991.98px) {
    .history-bar-swiper .swiper-button-next:hover,
    .history-bar-swiper .swiper-button-prev:hover,
    .authentication-swiper .swiper-button-prev:hover,
    .authentication-swiper .swiper-button-next:hover {
        background-color: #185aae !important;
        transition: .3s;
    }
    .history-bar-swiper .swiper-button-next:hover .bi,
    .history-bar-swiper .swiper-button-prev:hover .bi,
    .authentication-swiper .swiper-button-prev:hover .bi,
    .authentication-swiper .swiper-button-next:hover .bi {
        color: #fff;
        transition: .3s;
    }
    .history-bar-swiper .swiper-button-next,
    .history-bar-swiper .swiper-button-prev,
    .authentication-swiper .swiper-button-prev,
    .authentication-swiper .swiper-button-next {
        transition: .3s;
    }
    .history-bar-swiper .swiper-button-next .bi,
    .history-bar-swiper .swiper-button-prev .bi,
    .authentication-swiper .swiper-button-prev .bi,
    .authentication-swiper .swiper-button-next .bi {
        transition: .3s;
    }
}

@media (min-width: 991.98px) {
    .about-culture-list .item .icon {
        transition: 2s;
    }
    /* .about-culture-list .item:hover .icon {
    animation: upDown .5s ease;
    transition: 2s;
  } */
}

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

@media (min-width: 991.98px) {
    .p-industrydel .form-pop .close1 {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .p-industrydel .form-pop .close1 .img1 {
        width: 18px !important;
        height: 18px !important;
        object-fit: contain;
    }
    .p-industrydel .form-pop .close1 .img2 {
        width: 18px !important;
        height: 18px !important;
        object-fit: contain;
    }
    .p-industrydel .form-pop .close1:hover .img1 {
        display: none;
    }
    .p-industrydel .form-pop .close1:hover .img2 {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .authentication-swiper .box .img-box::before {
        box-shadow: 0px 7.5px 7.5px 0px rgba(70, 70, 70, 0.35);
    }
}

@media (min-width: 991.98px) and (max-width: 1510px) {
    .product-content2 .product-content-box {
        align-items: center;
    }
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 21em;
    }
}

@media (min-width: 991.98px) and (max-width: 1450px) {
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 20em;
    }
}

@media (min-width: 991.98px) and (max-width: 1360px) {
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 18em;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 16em;
    }
}

@media (min-width: 991.98px) and (max-width: 1080px) {
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 15em;
    }
}

@media (min-width: 991.98px) and (max-width: 1460px) {
    .p-industrydel .form-form .row-item.no-width {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .p-industrydel .form-form .row-item.no-width .flex {
        justify-content: space-between;
    }
    .p-industrydel .form-form .row-item.no-width .inpt {
        width: 60%;
    }
    .p-industrydel .form-form .row-item.no-width .vcode-imgs {
        width: 30%;
    }
    .p-industrydel .form-form .row-item.no-width .vcode-imgs img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 991.98px) {
    .form-form-updown .frm-vcode {
        width: 100%;
    }
    .form-form-updown .frm-vcode .flex {
        align-items: center;
        flex-wrap: nowrap;
    }
    .form-form-updown .frm-vcode .inpt {
        flex: 1;
    }
    .form-form-updown .frm-vcode .form-control {
        width: 100%;
    }
    .form-form-updown .frm-vcode .vcode-imgs {
        flex: none;
        width: 5.4em !important;
        height: 1.5em;
        display: block;
        margin: 0 2.15em 0 .85em;
    }
    .form-form-updown .frm-vcode .vcode-imgs img {
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media (min-width: 991.98px) and (max-width: 1400px) {
    .form-form-updown .frm-vcode .vcode-imgs {
        margin: 0 0em 0 .85em !important;
    }
}

@media (min-width: 991.98px) and (max-width: 1510px) {
    .authentication-swiper-item2 .authentication-swiper .swiper-button-next {
        right: 29.7%;
    }
    .authentication-swiper-item2 .authentication-swiper .swiper-button-prev {
        left: 29.7%;
    }
}

@media (min-width: 991.98px) and (max-width: 1510px) {
    .authentication-swiper-item2 .authentication-swiper .swiper-button-next {
        right: 23.7%;
    }
    .authentication-swiper-item2 .authentication-swiper .swiper-button-prev {
        left: 23.7%;
    }
    .authentication-swiper-item1 .authentication-swiper .swiper-button-next {
        right: -3.1em;
    }
    .authentication-swiper-item1 .authentication-swiper .swiper-button-prev {
        left: -3.1em;
    }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    .authentication-swiper-item2 .authentication-swiper .swiper-button-next {
        right: 20.7%;
    }
    .authentication-swiper-item2 .authentication-swiper .swiper-button-prev {
        left: 20.7%;
    }
    .authentication-swiper-item1 .authentication-swiper .swiper-pagination {
        width: 115%;
    }
    .authentication-swiper-item1 .authentication-swiper .swiper-button-next {
        right: -5.1em;
    }
    .authentication-swiper-item1 .authentication-swiper .swiper-button-prev {
        left: -5.1em;
    }
}

@media (min-width: 991.98px) and (max-width: 1400px) {
    .authentication-swiper .box .img-box::before {
        height: 50%;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .authentication-swiper-item2 .item-slide {
        width: 25%;
    }
    .authentication-swiper-item2 .item-slide .box .img-box {
        height: 25em;
    }
    .authentication-swiper-item2 .swiper-slide-active {
        width: 33.33%;
    }
    .authentication-swiper-item2 {
        overflow: inherit;
    }
}

@media (min-width: 991.98px) and (max-width: 1130px) {
    .authentication-swiper {
        margin-top: 3.25em;
    }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    .product-content2 .product-content-box .desc .product-desc-list {
        height: 13em;
    }
}

@media (min-width: 991.98px) and (max-width: 1095px) {
    .authentication-swiper-item2 .item-slide .box .img-box {
        height: 23em;
    }
    .authentication-swiper {
        margin-top: 3.25em;
    }
}

@media (min-width: 991.98px) {
    .authentication-tab {
        margin-bottom: 3.25em;
    }
    .authentication-swiper {
        margin-top: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .authentication-tab {
        margin-bottom: .5rem;
    }
    .authentication-swiper {
        padding-top: 0;
    }
}

.authenticationSwiper1-2 .authentication-swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.authenticationSwiper1-2 .authentication-swiper .swiper-slide .tit {
    opacity: 1 !important;
}

.swiper2 .authentication-swiper-item2 .swiper-slide {
    width: 16.17%;
}

.swiper2 .authentication-swiper-item2 .swiper-slide:last-child {
    margin-right: 0 !important;
}

.swiper2 .authentication-swiper-item2 .swiper-slide-duplicate-active {
    width: 19.29%;
}

.swiper2 .authentication-swiper-item2 .tit {
    opacity: 1;
}

@media (min-width: 991.98px) and (max-width: 1300px) {
    .p-rel .rel-item .bd {
        min-height: 16em;
    }
}

@media (min-width: 991.98px) and (max-width: 1290px) {
    .pop-search.hidden-lg-down {
        width: 9.5em;
    }
}

@media (min-width: 1290px) and (max-width: 1420px) {
    .pop-search.hidden-lg-down {
        width: 14.5em;
    }
}

@media (min-width: 991.98px) {
    .duty .slide-box .desc .tit {
        max-height: 2.41em;
        white-space: wrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        transition: all .5s;
        -webkit-line-clamp: initial;
        display: inline-table;
    }
    .duty .slide-box .desc .doc {
        max-height: 3.25em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        transition: all .5s;
        -webkit-line-clamp: initial;
        display: inline-table;
    }
    .authenticationSwiper2 .authentication-swiper2 .swiper-wrapper {
        justify-content: center;
    }
    .authenticationSwiper2 .authentication-swiper2 .swiper-slide {
        width: 19.29%;
    }
    .authenticationSwiper2 .authentication-swiper2 .tit {
        opacity: 1;
    }
    .ww2 .authentication-swiper2 .swiper-slide-duplicate {
        display: none !important;
    }
    .p-hr-post .list .active .question .tit .name {
        color: #333 !important;
    }
    .p-industrydel .form-form-updown .frm-vcode .vcode-imgs {
        width: 5em !important;
    }
}

@media (max-width: 991.98px) {
    .duty .slide-box .desc .bd .item .box .boxs-boxs {
        justify-content: center;
    }
    .p-newslist .crumbs-channel .list .item {
        width: 33.33%;
        min-width: 33.33%;
    }
    .form-form .vcode-imgs img {
        width: 1.8rem;
        height: .55rem;
        margin-right: .25rem;
    }
    .p-industrydel .form-form .vcode-imgs img {
        width: 100%;
        height: .45rem;
    }
    .p-data .form-form .vcode-imgs {
        margin-left: 0;
    }
    .p-data .form-form .vcode-imgs img {
        width: 100%;
    }
    .p-data .form-form .flex {
        justify-content: space-between;
    }
    .duty .slide-box .desc .bd .item.down .box .icon {
        margin-top: .25rem;
    }
}

@media (min-width: 991.98px) {
    .authentication-swiper .box .tit {
        width: 100%;
        /* margin-left: -20%; */
    }
    .p-consult .form-form .no-width .help-block {
        left: 0;
        width: max-content;
    }
    .p-data .form-pop .form-form .no-width .help-block {
        left: 0;
        width: max-content;
    }
    .p-industrydel .form-pop .form-form .no-width .help-block {
        left:0;
        width: max-content;
    }
}

@media (min-width: 1310px) and (max-width: 1450px) {
   
    .p-data .form-pop .form-form .no-width .help-block {
        left: 14%;
        width: max-content;
    }
}

@media (min-width: 991.98px) and (max-width: 1310px) {
 
    .p-data .form-pop .form-form .no-width .help-block {
        left: 16%;
        width: max-content;
    }
}



@media (min-width: 1330px) and (max-width: 1570px) {
    .p-industrydel .form-pop .form-form .no-width .help-block {
        left: 0;
        width: max-content;
    }
}

@media (min-width: 991.98px) and (max-width: 1330px) {
    .p-industrydel .form-pop .form-form .no-width .help-block {
        left: 0;
        width: max-content;
    }
    .p-industrydel .form-form .row-item.no-width {
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }
    .form-pop .form-form .no-width .help-block {
        left: 44%;
        width: max-content;
    }
}

@media (min-width: 991.98px) and (max-width: 1110px) {
    .p-industrydel .form-form .row-item.no-width {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
    .p-industrydel .form-pop .form-form .no-width .help-block {
        left: 0;
        width: max-content;
    }
}

.p-hr-dream .hr-dream-item,
.p-hr-dream .publicn-title,
.about-year-box .publicn-title,
.about-year-xl-title,
.about-year-doc,
.about-year-sm-title,
.related-box,
.industry-content-bd .tit,
.product-content,
.p-hr .publicn-title,
.duty-swiper-box,
.news-banner-box,
.p-newslist .publicn-title {
    opacity: 0;
}

.form-form .form-btnbox .btn:focus {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

@media (max-width: 440.98px) {
    .form-form .flex .inpt {
        margin-right: auto;
    }
}



/* 新增 兼容修改 */
@media (min-width: 991px) and (max-width: 1640px) {
    .product-content .product-content-box .desc{
        width: 57%;
    }
}
@media (min-width: 991px) and (max-width: 1130px) {
    .authentication-swiper .swiper-pagination-bullet{
        width: 2.8em;
    }
}
@media (min-width: 991px){
    .product-content .product-content-box .product-num .product-tit{
        top:0.875em;
        left: 0;
        transform: translateY(0);
    }
  
}




/* 新增 发展历程 */
.fzhistory-wrap{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  /* .fzhistory-wrap .step{
    display: flex;
    flex-direction: column;
  } */
  .list-wrap{
    display: flex;
  }
  .fzhistory-wrap .list-item{
    width: 33.333vw;
    height: 32.35em;
    flex-shrink: 0;
  }
  .step-desc{
    font-size:0.9em;
    color: #000;
    margin-bottom: 0.5em;
  }
  .step-year{
    font-size: 3em;
    font-weight: bold;
    color: #194292;
  }
  .step .list-wrap .list-item{
    display: flex;
    background-size: 32em 22.7em;
    background-repeat: no-repeat;
    position: relative;
  
  }
  .step .list-wrap .list-item:nth-child(4n+1){
    justify-content: right;
  }
  .step .list-wrap .list-item:nth-child(4n+1) .text-wrap{
    width: 19.2em;
    margin-right: 0.5em;
    padding-top: 1.7em;
  }
  .text-wrap-title{
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.6em;
    line-height: 1.3;
  }
  .text-wrap-desc{
    font-size: 0.9em;
    line-height: 1.3;
    margin-bottom: 3.1666666666666667em;
  }
  .text-wrap{
    display: flex;
    flex-direction: column;
  }
  .henggang{
    display: flex;
    justify-content: center;
    flex:1;
    position: relative;
  }
  .henggang span{
    display: block;
    height: 100%;
    width: 1px;
    /* background: #185aae; */
    /* background: linear-gradient(to bottom, rgba(24, 90, 174, 1), rgba(24, 90, 174, 0)); */
    /* background: linear-gradient(to bottom, rgba(24, 90, 174, 1) 46%, rgba(24, 90, 174, 0) 100%); */
    background: linear-gradient(to bottom, rgba(24, 90, 174, 1), rgba(24, 90, 174, 0.3));
    position: relative;
  }
  .henggang span::after{
    position: absolute;
    left: 50%;
    top:0%;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #185aae;
    transform: translateX(-50%);
  }
  .step .isyear{
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 0.75em;
    padding-top: 0.3055555555555556em;
  
  }
  .step .list-wrap .list-item:nth-child(4n+2){
    justify-content: center;
  }
  .step .list-wrap .list-item:nth-child(4n+2) .text-wrap{
    width: 20em;
  }
  
  .step .list-wrap .list-item:nth-child(4n){
      justify-content: center;
    }
    .step .list-wrap .list-item:nth-child(4n) .text-wrap{
      width: 20em;
    }
  
  
  .step .list-wrap .list-item:nth-child(4n+3) .text-wrap{
    padding-top:1.7em;
    width: 20em;
    margin-left: 0.55em;
  }
  
  .mCSB_container{
    display: flex;
  }
  /* .step-wrap{
    display: flex;
  } */
  .step-wrap .step{
   flex-shrink: 0;
  }
  .step-title{
      padding-left: 8em;
  }
  .fzhistory-wrap{
      background: url(/img/image/add.jpg) no-repeat;
      padding-top: 4.9em;
      overflow: hidden;
  }
  
  .fzhistory-wrap-swiper{
      position: relative;
  }
  .scroll-wrap{
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      background: url(/img/image/add0101.png) no-repeat;
      background-size: 100% 100%;
      height: 4.65em;
      display: flex;
      align-items: end;
      z-index: 1;
  
  }
  .scroll-wrap .hitoryswiper-scrollbar{
      width: 100%;
      height: 3px;
  }
  
  .step-wrap .swiper-slide::after{
      position: absolute;
      right: -80px;
      width: 80px;
      height: 4.65em;
      content: '';
      bottom: 0;
      background: #185aae;
  }
  .scroll-wrap .hitoryswiper-scrollbar .swiper-scrollbar-drag{
      background: #fff;
  }
  .step-wrap .swiper-slide{
      width: auto !important;
  }
  
  .hitoryswiper-scrollbar01{
      width: 100%;
      height:0.06rem;
  }
  .fzhistory-wrap .list-wrap{
      margin-top: 1.67em;
  }
  
  
  
  
  /* 移动 */
  .fzhistory-wrap-yd .swiper-slide{
      height: 12.52rem;
  }
  .fzhistory-wrap-yd .box{
      display: flex;
      flex-direction: column;
      padding-left:6.6vw;
      padding-right: 6.6vw;
      height: 100%;
  
  }
  .fzhistory-wrap-yd  .henggang{
      flex: 1;
      justify-content: left;
      position: relative;
      left: 0.16rem;
  }
  .fzhistory-wrap-yd  .henggang span{
      margin-left: 0rem;
  }
  .fzhistory-wrap-yd .henggang span::after{
      width: 0.16rem;
      height: 0.16rem;
  }
  .fzhistory-title{
      font-size: 0.40rem;
      color: #000;
      width: 100%;
      margin-bottom: 0.356rem;
      line-height: 1.2;
      font-weight: bold;
  }
  .fzhistory-desc{
      font-size: 0.32rem;
      color: #252525;
      width: 100%;
      line-height: 0.50rem;
      margin-bottom:0.17rem;
  }
  .fzhistory-wrap-yd .isyear{
      font-size: 0.72rem;
      font-weight: bold;
      padding:0.48rem 0 0.38rem;
      color: #fff;
  }
  .fzhistory-wrap-yd .imgbac{
      position: absolute;
      width: 100%;
      height: 10.9rem;
    
      left: 0vw;
      z-index: -1;
      bottom:0;
  }
  .fzhistory-wrap-yd .imgbac::after{
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1.6rem;
      background: #185aae;
      mix-blend-mode: multiply;
  }
  .fzhistory-wrap-yd .box{
      padding-top: 3.65rem;
  }
  .fzhistory-wrap-yd{
      position: relative;
  }
  .pos-wrap{
      position: absolute;
      width: 100%;
      padding:0 6.6vw;
      z-index: 9;
      top: 1.1rem;
  }
  .pos-desc{
      font-size: 0.36rem;
      color: #000;
      margin-bottom: 0.4rem;
  }
  .pos-title{
      font-size: 0.96rem;
      color: #194292;
      font-weight: bold;
  }
  .fzhistory-wrap-box{
      position: relative;
      background: url(/img/image/addh.jpg) no-repeat;
      background-size: cover;
  }
  .gdt{
      position: absolute;
      bottom: 0;
      height: 1.6rem;
      width: 100%;
      background:url(/img/image/add08.jpg);
      background-size: 100% 100%;
      display: flex;
      align-items: end;
  }
  .hitoryswiperyd-scrollbar{
      height: 0.06rem;
      width: 100%;
  }
  .hitoryswiperyd-scrollbar .swiper-scrollbar-drag{
      background: #fff;
      border-radius: 0;
      height: 100%;
  }
  
  .fzhistory-wrap-box .imgbac img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .hitoryswiper-scrollbar span,.hitoryswiper-scrollbar01 span{
  display: block;
  height: 100%;
  background: #A3D4FF;
  width: 0;
  transition: all 0.3s;
  }
  
  
  .fzhistory-wrap .ops-img{
      position: absolute;
      left: 0;
      bottom: 0em;
      width: 100%;
      height: calc(100% - 4.65rem);
      z-index: -1;
  }
  .fzhistory-wrap .ops-img::after{
      position: absolute;
      bottom:0;
      height: 4.65em;
      content: '';
      background:#185aae;
      width: 110%;
      left: -5px;
      mix-blend-mode: multiply;
  }
  .fzhistory-wrap .ops-img img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom;
  }



  


/* 新增合作伙伴 */
.partner-soso .box{
    margin: 0 12.5%;
    position: relative;
}
.box.pd200{
    margin: 0 12.5%;
    position: relative; 
}
.partner-soso .inputwrap input{
    width: 100%;
    font-size:0.8em;
    line-height: 1.3125em;
    padding: 1.125em 7.9125em 1.125em 4.625em;
    border-radius: 1.75em;
    border: 1px solid rgba(163,163,163,0.3);

}   
.partner-soso .inputwrap input::placeholder{
    color: #DEE0E3;
}
.partner-soso  .inputwrap-l{
    position: absolute;
    left: 1.8em;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.partner-soso .inputwrap-r{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    height: calc(100% + 1px);
   

}
.partner-soso .inputwrap-r span{
    font-size:0.8em;
    line-height: 1.3125em;
    padding: 1.125em 2.875em 1.125em 2.875em;
    background: #185AAE;
    border-radius: 0px 1.75em 1.75em 0px;
    color: #fff;
    cursor: pointer;
}
.soso-tc-result{
    margin-top: 1.45em;
}
.soso-tc-result .list{
    display: flex;
}
.soso-tc-result .list span{
    font-size:0.8em;
    line-height: 1.625em;
    color: #000;
    font-weight: 290;
}

/* 合作商 列表 */
.partner-box{
    margin:0 -0.8em;
}
.partner-box .col-4{
    padding: 0 0.8em;
}
.partner-logo .svgwrap{
    width: 6em;
    display: flex;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-logo .svgwrap img{
    max-width: 100%;
    max-height: 100%;
    scale: 2.8;
    position: relative;
    top: 0.75rem;
}
/* .partner-logo .svgwrap img{
    max-width: 100%;
    max-height: 4.7em;
} */
.partner-logo {
    height: 4.7em;
    overflow: hidden;
}
.partner-box .a{
    display: flex;
    flex-direction: column;
    border-radius:0.2em;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 1.3em 1.6em 1.5em 1.6em;
    height: 100%;
}
.company-partner{
    font-size:1.1em;
    line-height: 1.45rem;
    color: #333;
    font-weight: 400; 
}

.partner-box .col-4{
    margin-bottom: 2.5em;

}

  .toknow-more{
    display: flex;
    align-items: center;
    margin-top: 1.4em;
    opacity: 0;
    transition: all 0.5s;
  }
  .toknow-more span{
    font-size:0.8em;
    line-height: 1.625em;
    color: #185AAE;
    font-weight: 400; 
    margin-right: 1em;
   
  }

  .partner-list-wrap{
    padding-top: 2.7em;
    min-height: 14.2em;
  }

  .p-partner .main-box{
    padding-top: 5.1em;
  }

/* hover */
  @media (min-width: 992px) {
    .partner-box .col-4:nth-last-child(-n+3) {
        margin-bottom: 0;
      }
    .partner-box .a:hover .toknow-more{
        opacity: 1;
    }
  } 


 

  @media (max-width: 991.98px) {
    .partner-logo .svgwrap img{
        top:0;
    }
    .partner-soso .inputwrap-r{
        align-items: center;
    }
    .p-partner .main-box{
        padding-top: 1.2rem;
    }
    .box.pd200{
        padding: 0;
        margin:0;
    }
    .partner-soso .inputwrap input{
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.39rem;
        padding: 0.19rem 1.54rem 0.19rem 0.7rem;
    }
    .partner-soso .inputwrap input::placeholder{
        color: #DEE0E3;
    }
    .partner-soso .inputwrap-l svg{
        width: 0.29rem;
        height: 0.29rem;
    }
    .partner-soso .inputwrap-l{
        left: 0.22rem;
    }
    .partner-soso .inputwrap-r span{
        font-size: 0.28rem;
        line-height: 0.39rem;
        padding: 0.19rem 0.48rem 0.19rem 0.48rem;
        background: #185AAE;
        border-radius: 0px 0.38rem 0.38rem 0px;
    }
    .partner-soso .inputwrap-r{
        height: 100%;
    }
    .soso-tc-result .list span{
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #000;
        font-weight: 400;
    }
    .soso-tc-result{
        margin-top: 0;
    }
    .partner-soso{
        margin-bottom: 0.8rem;
    }
    .soso-tc-result{
        margin-bottom: 0.46rem;
    }
   .partner-list-wrap{
    padding-top: 0;
   }
   .partner-box{
    margin:0;
   }
   .partner-box .col-4{
    margin-bottom: 0.6rem;
    padding: 0;
    flex: 0 0 100%;
    max-width:100%;
   }
   .partner-box .col-4:last-child{
    margin-bottom: 0;
   }
   .partner-box .a{
    display: flex;
    flex-direction: column;
    border-radius: 0.12rem;
    box-shadow: 0px 6.915px 51.862px 0px rgba(0, 0, 0, 0.10);
    padding: 0.54rem 0  0.54rem 0;
   }
   .partner-logo{
    height: auto;
    display: flex;
    justify-content: center;
   }
   .partner-logo .svgwrap{
        width: 2.1rem;
        display: flex;
        height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
   }
   .company-partner{
    font-size: 0.38rem;
    line-height:0.53rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0.53rem;
   }
   .toknow-more{
    opacity: 1;
    justify-content: center;
    margin-top: 0.4rem;
   }
   .toknow-more span{
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-right:0.27rem;
   }
   .toknow-more svg{
    width: 0.46rem;
    height: 0.46rem;
   }

  }

  /* 列表详细 */
  .pulic-detail-tit{
    display: flex;
  }
  .pulic-detail-tit span{
    font-size: 1.2em;
    line-height: 1.25em;
    font-weight: 400;
    color: #000;
    position: relative;
    
  }
  .pulic-detail-tit span::after{
    position: absolute;
    content: '';
    top: calc(100% + 0.2rem);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.2rem;
    background: #185AAE;
  }
  .add-intrudoce-desc{
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #666;
    margin-top: 1.9rem;
  }
  .add-intrudoce-desc.historylist{
    padding-left: 0.6rem;

  }
  .add-intrudoce-desc.historylist p{
    position: relative;
  }
  .add-intrudoce-desc.historylist p::after{
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: #185AAE;
    border-radius: 100%;
    left: -0.4rem;
    top: 0.6rem;
  }
  .add-detail-list ul{
    padding-top: 1.25rem;
  }
  .add-detail-list ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .add-detail-list ul li:last-child{
    margin-bottom: 0;
  }
  .add-detail-list ul li svg{
    height: 24px;
    width: 24px;
    object-fit: contain;
    object-position: center;
  }
  .add-detail-list ul li span{
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #333;
    margin-left: 0.5rem;
  }

  .add-detail-list:first-child{
    margin-bottom: 3.2rem;
  }
  .add-detail-list:nth-child(2){
    margin-bottom: 1.8rem;
  }

  .p-AgentDetail .main-box{
    padding: 3rem 0 12rem 0;
  }

  @media (max-width: 991.98px) {
    .p-partner .crumbs-channel,.p-about .crumbs-channel,.p-relation .crumbs-channel,.p-AgentDetail .crumbs-channel{
        padding: 0 0.5rem;
    }
    .pulic-detail-tit span{
        font-size: 0.36rem;
        line-height:0.56rem;
    }
    .pulic-detail-tit span::after{
        height: 0.04rem;
        top: calc(100% + 0.05rem);
    }
    .add-intrudoce-desc{
        margin-top: 0.54rem;
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .add-detail-list:first-child{
        margin-bottom: 0.8rem;
    }
    .add-intrudoce-desc.historylist{
        padding-left: 0;
    }
    .add-intrudoce-desc.historylist p::after{
        display: none;
    }
    .add-detail-list:nth-child(2){
        margin-bottom: 0.8rem;
    }
    .add-detail-list ul{
        padding-top: 0.6rem;
    }
  
    .add-detail-list ul li span{
        font-size: 0.28rem;
        line-height: 0.28rem;
        margin-left: 0.17rem;
    }
    .add-detail-list ul li{
        margin-bottom: 0.35rem;
    }
    .p-AgentDetail .main-box{
        padding: 1.43rem 0 1.2rem 0;
    }
  }

