/* paging */
.paging {
    text-align: center;
}

.paging ul {
    justify-content: center;
}

.paging-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin: 2px 4px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid var(--color-primary);
}

/*  */
.paging-prev a,
.paging-next a {
    width: 40px;
    padding: 0 15px;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
}

.paging-prev a i,
.paging-next a i {
    position: absolute;
    top: 14px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-primary);
    transform: rotate(45deg);
}

.paging-prev a i {
    left: 16px;
    border-right: none;
    border-top: none;
}

.paging-next a i {
    left: 13px;
    border-left: none;
    border-bottom: none;
}

/*  */
.paging-prev a:hover i,
.paging-next a:hover i {
    border-color: #fff;
}

/* hover */
.paging-link a:hover,
.paging-link a.current {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

/*  */

/*single*/
.single {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*  */
.single-title h1 {
    margin-top: 10px;
    font-size: 48px;
    color: var(--color-secondary);

}

.single-title p {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width:1440px) {
    .single-title {
        padding-bottom: 30px;
    }

    .single-title h1 {
        font-size: 42px;
    }
}

@media (max-width:1200px) {
    .single-title {
        padding-bottom: 20px;
    }

    .single-title h1 {
        font-size: 36px;
    }
}


@media (max-width:960px) {

    .single-title h1 {
        font-size: 32px;
    }

    .single-title p {
        font-size: 18px;
    }
}


@media (max-width:768px) {
    .single-title {
        margin-top: 30px;
    }

    .single-title h1 {
        font-size: 24px;
    }

    .single-title p {
        font-size: 14px;
    }
}

/*--------------------------- content ---------------------------*/


/*  */
.article-next {
    padding-top: 40px;
    justify-content: space-between;
}

.article-next a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-next a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 16px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.article-next a.no-more i {
    color: #ccc;
    border-color: #ccc;
}

.article-next a:last-child {
    margin-left: 15px;
}


.category-back {
    display: block;
    line-height: 38px;
    padding: 0 20px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 40px;
}


/*--------------------------- content ---------------------------*/
.single-content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

@media (max-width:768px) {
    .single-content {
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #061e34;
    /* font-family: "Noto Serif SC", "Source Han Serif SC", serif; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em
}

.markdown-body code,
.markdown-body li>code,
.markdown-body p>code,
.markdown-body pre,
.markdown-body pre[rel]:not([rel=""]):before {
    /* font-family: -apple-system, BlinkMacSystemFont, Menlo, Monaco, Consolas, Courier New, monospace */
}

.markdown-body p {
    line-height: 2em;
    margin: 1em 0
}

.markdown-body blockquote>p {
    text-indent: 0
}

.markdown-body h1 {
    font-size: 2.2em
}

.markdown-body h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: .75em;
    margin-top: 1.5em
}

.markdown-body h3 {
    font-size: 1.25em;
    line-height: 2em;
    margin-bottom: .625em;
    margin-top: 1.25em
}

.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    font-size: 1.125em;
    margin: 1em 0
}

.markdown-body a {
    border-bottom: 1.5px dashed #ffd600;
    color: #061e34;
    text-decoration: none
}

.markdown-body a:hover {
    border-bottom: 1.5px solid #ffd600;
    color: #925328;
    cursor: pointer
}

.markdown-body li {
    line-height: 2em
}

.markdown-body li>p {
    line-height: 2em;
    margin: 0;
    text-indent: 0
}

.markdown-body blockquote {
    background: linear-gradient(90deg, #fffaf4, #fff);
    border-left: 6px solid #ffd600;
    color: #707070;
    font-style: normal;
    margin: 0 0 35px;
    padding: 1px 0 1px 20px
}

.markdown-body code {
    font-size: inherit
}

.markdown-body li>code,
.markdown-body p>code {
    background-color: #fff7e3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #061e34;
    font-size: .8em
}

.markdown-body pre {
    background: #1b1b1b;
    border-radius: 8px;
    clear: both;
    color: #f5d67b;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 28px;
    margin: 0 0 1.5rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    -ms-word-break: normal;
    word-break: normal
}

.markdown-body pre[rel]:not([rel=""]):before {
    color: #fff;
    color: #ff7a18 !important;
    content: attr(rel);
    font-size: .8em;
    font-style: normal;
    font-weight: 900;
    padding: 0;
    position: absolute;
    right: .4rem;
    top: -.2rem
}

.markdown-body pre code {
    -webkit-overflow-scrolling: touch;
    background: 0 0;
    display: block;
    font-size: .8em;
    line-height: 1.75;
    max-width: 100%;
    min-width: 100px;
    overflow-x: scroll;
    padding: 15px 20px 12px 22px;
    scrollbar-color: #666 #201c29;
    white-space: pre
}

.markdown-body pre code::-webkit-scrollbar {
    height: .5em;
    width: .5em
}

.markdown-body pre code::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: .5em;
    box-shadow: inset 2px 2px 2px #ffffff40, inset -2px -2px 2px #00000040
}

.markdown-body pre code::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #434343, #434343 1px, none 0, none)
}

@media (max-width: 800px) {
    .markdown-body pre code {
        padding: 15px 20px 10px 14px
    }
}

.markdown-body img {
    border-radius: 8px;
    border-style: none;
    box-sizing: content-box;
    display: block;
    margin: auto;
    max-width: 100%;
    text-align: center;
    height: auto;
}

.markdown-body figcaption,
.markdown-body figure {
    margin: .5em 0;
    text-align: center
}

.markdown-body figcaption {
    color: #707070
}

.markdown-body video {
    margin: .5em 0;
    max-width: 100%;
    text-align: center
}

.markdown-body hr {
    border: none;
    border-top: #333;
    color: #333;
    overflow: visible;
    padding: 1em;
    text-align: center
}

.markdown-body hr:after {
    background: #fff;
    color: gray;
    content: "✣ ✣ ✣";
    display: inline-block;
    font-size: 1.2em;
    padding: 0 .25em;
    position: relative;
    top: -.7em
}

/**/
.pages-banner {
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.pages-banner img {
    display: block;
    width: 100%;
}

.pages-banner .cp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.pages-banner .cp-content .pages-banner .cp-content .cp-info {
    max-width: 520px;
}

.pages-banner .cp-content .cp-info h3 {
    font-size: 24px;
    color: var(--color-secondary);
}


.pages-banner .cp-content .cp-info h2 {
    font-size: 42px;
    color: var(--color-secondary);
}

.pages-banner .cp-content .cp-info p {
    margin-top: 20px;
    font-size: 24px;
    color: #4D4D4D;
}


@media (max-width:1440px) {

    .pages-banner .cp-content .cp-info h3 {
        font-size: 18px;
    }

    .pages-banner .cp-content .cp-info h2 {
        font-size: 32px;
    }

    .pages-banner .cp-content .cp-info p {
        font-size: 20px;
    }

}


@media (max-width:980px) {

    .pages-banner .cp-content .cp-info h3 {
        font-size: 16px;
    }

    .pages-banner .cp-content .cp-info h2 {
        font-size: 24px;
    }

    .pages-banner .cp-content .cp-info p {
        margin-top: 10px;
        font-size: 18px;
    }

}

@media (max-width:768px) {
    .pages-banner {
        margin-top: 50px;
    }

    .pages-banner .cp-content .cp-info h2 {
        max-width: 200px;
        font-size: 18px;
    }

}


/*  */

.pages-wrapper {
    background-color: #F5F8FA;
}

/*  */
.categories-list {
    padding-top: 80px;
}

.categories-list ul {
    justify-content: center;
    gap: 10px;
}

.categories-list ul li a {
    display: inline-flex;
    padding: 0 15px;
    line-height: 38px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 40px;
}

.categories-list ul li.active a {
    background-color: var(--color-primary);
    color: #fff;
}

/* product */
.product-wrapper {
    padding-top: 40px;
}

.product-wrapper .cp-head {
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

.product-wrapper .cp-head h3 {
    font-size: 36px;
}

.product-wrapper .cp-head a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
}

.product-wrapper .cp-head a span {
    position: relative;
    z-index: 1;
    display: block;
    width: 13px;
    height: 1px;
    background-color: var(--color-primary);
    transition: .3s;
}

.product-wrapper .cp-head a span::before {
    position: absolute;
    left: 50%;
    top: -6px;
    z-index: 1;
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background-color: var(--color-primary);
    transition: .3s;
}


.product-wrapper .cp-body {
    display: none;
}


.product-list ul {
    margin-left: -20px;
}

.product-list ul li {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.product-list .cp-list-item {
    padding: 25px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.product-list .cp-list-content {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.product-list .cp-list-top h3 {
    font-size: 24px;
    color: var(--color-primary);
}

.product-list .cp-list-top p {
    margin-top: 10px;
    font-size: 18px;
    color: #4D4D4D;
}


.product-list .cp-list-top .cp-list-icon div {
    margin-top: 20px;
    margin-right: 10px;
    width: 50px;
}

.product-list .cp-list-top .cp-list-icon div img {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.product-list .cp-list-top .cp-list-icon div p {
    font-size: 12px;
    text-align: center;
}

.product-list .cp-list-bottom p {
    font-size: 12px;
    color: #4D4D4D;
}

.product-list .cp-list-poster {
    width: 350px;
    overflow: hidden;
}

.product-list .cp-list-poster img {
    width: 100%;
    transition: .3s;
}


.product-list .cp-list-item:hover .cp-list-poster img {
    transform: scale(1.03);
}

.product-wrapper .cp-head.active a {
    background-color: var(--color-primary);
}

.product-wrapper .cp-head.active a span {
    background-color: #fff;
}

.product-wrapper .cp-head.active a span::before {
    height: 0;
}


@media (max-width:1440px) {
    .product-wrapper .cp-head {
        padding: 20px;
    }

    .product-wrapper .cp-head h3 {
        font-size: 24px;
    }
}

@media (max-width:1200px) {
    .product-list ul li {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 20px;
    }
}


@media (max-width:768px) {
    .categories-list {
    padding-top: 50px;
}

    .categories-list ul li a {
        font-size: 12px;
        padding: 0 10px;
        line-height: 35px;
    }

    .product-wrapper .cp-head {
        padding: 15px 10px;
    }

    .product-wrapper .cp-head h3 {
        font-size: 18px;
    }

    .product-list .cp-list-poster {
        width: 150px;
        overflow: hidden;
    }

    .product-wrapper .cp-head a {
        width: 30px;
        height: 30px;
    }

    .product-list .cp-list-top h3 {
        font-size: 18px;
    }

    .product-list .cp-list-top p {
        font-size: 14px;
    }


}


@media (max-width:640px) {
    .product-list .cp-list-item {}

    .product-list .cp-list-poster {
        width: 100%;
    }
}


/*  */
/*.service-article {*/
/*    padding-top: 40px;*/
/*}*/

.service-article .cp-list-item {
    display: none;
    overflow: hidden;
}


.service-article .acticle-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.service-article .acticle-item p {
    flex: 1;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.service-article .acticle-item p img{
    width: 30px;
    margin-right: 5px;
}

.service-article .acticle-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 50px;
    color: #fff;
}


@media (max-width:768px) {
    .service-article .acticle-item {
        padding: 15px;
    }

}


/*  */

.service-info {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.service-info .cp-left {
    width: 50%;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
}

.service-info .cp-left ul li {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-left: 30px;
}

.service-info .cp-left ul li:first-child {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.service-info .cp-left ul li img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
}

.service-info .cp-left h3 {
    font-size: 24px;
}

.service-info .cp-left p {
    margin-top: 4px;
}

.service-info .cp-qrcode {
    align-items: center;
}

.service-info .cp-qrcode p {
    margin-left: 10px;
}

.service-info .cp-qrcode img {
    width: 80px;
}

.service-info .cp-poster {
    flex: 1;
    height: 420px;
    background-image: url(../../assets/images/service-bg.png);
}

/*  */
.service-address ul {
    margin-left: -20px;
}

.service-address ul li {
    padding-left: 20px;
    width: 33.33%;
    margin-top: 20px;
}

.service-address .cp-item {
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: .3s;
}

.service-address .cp-item h3 {
    margin-bottom: 15px;
}

.service-address .cp-item .cp-link {
    margin-top: 40px;
}

.service-address .cp-item:hover {
    border-color: var(--color-primary);
}

.service-address .cp-item:hover h3,
.service-address .cp-item:hover a {
    color: var(--color-primary);
}


@media (max-width:980px) {
    .service-info .cp-left {
        width: 100%;
        padding: 15px;
    }

    .service-info .cp-qrcode {
        margin-top: 20px;
    }

    .service-info .cp-poster {
        display: none;
    }

    .service-address ul li {
        width: 100%;
    }
}


@media (max-width:768px) {
    .service-info .cp-left h3 {
        font-size: 18px;
    }
}


/*  */
.news-list {
    padding-top: 40px;
}

.news-list ul {
    margin-left: -30px;
}

.news-list ul li {
    width: 33.33%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.news-list a.cp-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.news-list .cp-pic {
    overflow: hidden;
}

.news-list .cp-pic img {
    display: block;
    width: 100%;
}

.news-list .cp-content {
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #DDDDDD;
}

.news-list .cp-content h3 {
    height: 60px;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-list .cp-content i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 50px;
}

.news-list a.cp-item:hover .cp-content h3 {
    color: var(--color-primary);
}


.news-list a.cp-item:hover .cp-content i {
    background-color: var(--color-primary);
    color: #fff;
}

.news-list a.cp-item:hover {
    background-color: #fff;
}


@media (max-width:1200px) {
    .news-list ul {
        margin-left: -15px;
    }

    .news-list ul li {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .news-list .cp-content {
        padding: 15px;
    }
}

@media (max-width:980px) {
    .news-list ul li {
        width: 50%;
    }
}


@media (max-width:768px) {
    .news-list ul li {
        width: 100%;
    }
}


/*  */
.about-desc {
    padding: 60px 0 50px;
}

.about-desc .cp-left {
    width: 30%;
}

.about-desc .cp-right {
    width: 70%;
}

.about-desc .cp-right p {
    margin-bottom: 15px;
}


.about-desc-img {
    border-radius: 10px;
    overflow: hidden;
}

.about-desc-img img {
    display: block;
    width: 100%;
}


/*  */
.about-culture ul {
    margin-left: -20px;
}

.about-culture ul li {
    margin-top: 40px;
    padding-left: 20px;
    width: 25%;
}

.about-culture .cp-item {
    padding: 80px 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.about-culture .cp-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    margin-bottom: 30px;
    background-color: #F7F8FC;
    border-radius: 50%;
}

.about-culture .cp-icon img {
    display: block;
    width: 80px;
}

.about-culture .cp-item h3 {
    font-size: 24px;
}

.about-culture .cp-item p {
    margin-top: 10px;
    height: 50px;
    color: #4D4D4D;
    overflow: hidden;
}

@media (max-width:1200px) {

    .about-culture ul li {
        margin-top: 20px;
        padding-left: 20px;
        width: 50%;
    }

    .about-culture .cp-item {
        padding: 15px;
    }

}


@media (max-width:768px) {

    .about-culture ul li {
        width: 100%;
    }

}


/*  */

.about-research a.cp-item {
    display: flex;
    line-height: 40px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.about-research a.cp-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#load-more-container {
    text-align: center;
}

#load-more-container p {
    margin-top: 30px;
    font-size: 14px;
}

/*  */
.about-history-section {
    background-color: #fff;
}



/* 容器整体样式 */
.development-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
     border-radius: 8px;
}


.card-img {
    width: 50%;
}

.card-img img {
    display: block;
    width: 100%;
    height: auto;
}


/* 1. 内容区域Swiper样式 */
.content-swiper {
    width: 50%;
    position: relative;
    z-index: 1;
    background: #f8faff;
   
    padding: 20px;
}


/* 内容区域箭头样式（和示例中的左右键对应） */
.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    color: #2c84ff;
}

.content-swiper .swiper-button-prev::after,
.content-swiper .swiper-button-next::after {
    font-size: 14px;
}


/* 非激活的内容slide隐藏 */
.content-swiper .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

/* 激活的内容slide显示 */
.content-swiper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

/* 内容卡片布局 */
.content-card {
    display: flex;
    /* align-items: center; */
}


.card-text {
    position: relative;
  
    padding: 30px 60px;
}

.card-text h2 {
    color: #2c84ff;
    /* 年份高亮色（和示例一致） */
    font-size: 28px;
    margin-bottom: 15px;
}

.card-text ul {
    list-style: none;
    padding: 0;
    line-height: 1.8;
}

/* 2. 时间轴Swiper样式 */
.timeline-swiper {
    margin-top: 40px;
}

.timeline-info {
    flex-direction: column-reverse;
}

/* 时间轴主体：等距分布所有竖线 */
.timeline-main {
    justify-content: space-between;
    align-items: flex-end;
    height: 120px;
}

/* 无年份的普通竖线 */
.timeline-line-item {
    width: 3px;
    background-color: #434343;
    background: linear-gradient(to bottom, #ccc, transparent);
    border-radius: 4px;
}

/* 包含年份的竖线项 */
.timeline-line-item.timeline-year {
    position: relative;
    transition: .3s;
}

.timeline-main .timeline-line-item:nth-child(1) {
    height: 50px;
}

.timeline-main .timeline-line-item:nth-child(2),
.timeline-main .timeline-line-item:nth-child(10) {
    height: 60px;
}

.timeline-main .timeline-line-item:nth-child(3),
.timeline-main .timeline-line-item:nth-child(9) {
    height: 70px;
}

.timeline-main .timeline-line-item:nth-child(4),
.timeline-main .timeline-line-item:nth-child(8) {
    height: 80px;
}

.timeline-main .timeline-line-item:nth-child(5),
.timeline-main .timeline-line-item:nth-child(7) {
    height: 90px;
}

.timeline-main .timeline-line-item:nth-child(6) {
    width: 5px;
    height: 100px;
    background: linear-gradient(to bottom, #ccc, transparent);
}

.timeline-main .timeline-line-item:nth-child(11) {
    width: 0;
}





/* 激活年份的样式（和示例中2022的高亮一致） */
.timeline-swiper .swiper-slide-active .year {
    color: #2c84ff;
    font-weight: bold;
}

.timeline-swiper .swiper-slide-active .timeline-line-item:nth-child(6) {
    background: linear-gradient(to bottom, #00A1E9, #a0c8ff, transparent);
}





@media (max-width:980px) {
    .card-text {
        padding: 15px 60px 15px 15px;
    }

    .card-text h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .card-text p {
        font-size: 14px;
    }
}

@media (max-width:768px) {

    .development-wrap {
        padding: 0;
    }

    .content-card {
        flex-direction: column;
    }

    .card-img,
    .card-text {
        width: 100%;
    }

    .card-text {
        padding: 15px;
    }

    .timeline-swiper {
        display: none;
    }
}


/*  */
.about-honor-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.about-honor-item .cp-content {
    padding: 20px;
}

.about-honor-item .cp-content h3 {
    margin-top: 10px;
}

.about-honor-item .cp-poster img {
    width: 100%;
}

/* 内容区域箭头样式（和示例中的左右键对应） */
.about-honor-swiper .swiper-button-prev,
.about-honor-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    color: #2c84ff;
}

.about-honor-swiper .swiper-button-prev::after,
.about-honor-swiper .swiper-button-next::after {
    font-size: 14px;
}


/*  */

.welfare-action .left {
    flex: 1;
    padding-right: 20px;
}

.welfare-action .poster .pic {
    display: none;
    overflow: hidden;
    border-radius: 10px;
}

.welfare-action .poster .pic img {
    display: block;
    width: 100%;
}

/*  */
.welfare-action .right {
    width: 500px;
}

.welfare-action .lists li {
    position: relative;
    z-index: 1;
    padding: 26px 80px 26px 20px;
    background-color: #F5F6F7;
    margin-bottom: 6px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

.welfare-action .lists li h3 {
    font-size: 20px;
}

.welfare-action .lists li p {
    font-size: 16px;
    margin-top: 9px;
}

.welfare-action .lists li span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.welfare-action .lists li:hover,
.welfare-action .lists li.active {
    background-color: #00A1E9;
}

.welfare-action .lists li:hover h3,
.welfare-action .lists li:hover p,
.welfare-action .lists li:hover span,
.welfare-action .lists li.active h3,
.welfare-action .lists li.active p,
.welfare-action .lists li.active span {
    color: #fff;
}


@media (max-width:768px) {
    .welfare-action .left {
        padding-right: 0;
        width: 100%;
        flex: inherit;
        margin-bottom: 15px;
    }

    /*  */
    .welfare-action .right {
        width: 100%;
    }
}


/*  */

/*  */

.esg-info-box .left,
.esg-info-box .right {
    width: 50%;
}

.esg-info-box .poster {
    height: 580px;
}

.esg-info-box .left .desc {
    padding-right: 40px;
}

.esg-info-box .left .desc p {
    margin-bottom: 20px;
}

.esg-info-box .lists {
    /* background-color: #fff; */
}

.esg-info-box .lists ul li {
    width: 50%;
    height: 290px;
}

.esg-info-box .lists ul li.full {
    width: 100%;
}

.esg-info-box .item {
    position: relative;
    z-index: 1;
    padding: 20px;
    height: 100%;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.esg-info-box .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 0;
    /*background-color: #f9f9f9;*/
    transition: .3s;
}

.esg-info-box .item:hover::before {
    height: 100%;
}

.esg-info-box .item.poster {
    border-right-color: transparent;
}

.esg-info-box .item.poster .background {
    width: 100%;
    height: 100%;
}

.esg-info-box .item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--color-primary);
    font-size: 48px;
    color: var(--color-primary);
}

.esg-info-box .item h3 {
    margin: 20px 0 10px;
    font-size: 16px;
    color: var(--theme-blue);
}

.esg-info-box .item div {
    height: 120px;
    overflow-y: auto;
}

.esg-info-box .item div p {
    font-size: 14px;
}

@media (max-width:1200px) {
    .esg-info-box .item {
        padding: 15px;
    }

    .esg-info-box .item h3 {
        margin: 10px 0;
    }
}

@media (max-width:768px) {

    .esg-info-box .left,
    .esg-info-box .right {
        width: 100%;
    }

    .esg-info-box .poster {
        height: 360px;
    }


    .esg-info-box .left .desc {
        padding-right: 0;
    }

    .esg-info-box .left .desc p {
        font-size: 14px;
    }

    .esg-info-box .item.poster {
        width: 100%;
        height: 100%;
    }
}


@media (max-width:640px) {

    .esg-info-box .poster {
        height: 240px;
    }

    .esg-info-box .lists ul li {
        width: 100%;
        height: auto;
        border: 1px solid #eee;
        margin-bottom: -1px;
    }

    .esg-info-box .item {
        border: none;
    }

    .esg-info-box .item div {
        height: auto;
        overflow-y: auto;
    }

    .esg-info-box .item i {
        font-size: 32px;
    }

    .esg-info-box .item.poster {
        height: 240px;
    }

}



/*  */
.join-active {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.join-active ul {
    margin-left: -10px;
}

.join-active li {
    width: 25%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.join-active li:nth-child(2),
.join-active li:nth-child(4) {
    width: 50%;
}

.join-active .cp-item {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.join-active .cp-poster {
    width: 100%;
    height: 320px;
    background-color: #f4f4f4;
}

.join-active .cp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: transparent;
    transition: .3s;
}

.join-active .cp-content h3 {
    font-size: 24px;
    color: #fff;
}


.join-active .cp-content p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.join-active .cp-item:hover .cp-content {
    background-color: var(--color-primary);
}


.join-active .cp-item:hover .cp-content p {
    opacity: 1;
    visibility: visible;
}

/*  */
.join-go {
    padding: 100px 15px 320px;
    text-align: center;
}

.join-go .cp-desc {
    max-width: 720px;
    margin: 0 auto;
    color: var(--color-primary);
}

.join-go .cp-desc p {
    margin-bottom: 10px;
    font-size: 24px;
}



@media (max-width:1200px) {
    .join-active li {
        width: 33.33% !important;
    }
}

@media (max-width:980px) {
    .join-active li {
        width: 50% !important;
    }

    .join-active .cp-poster {
        height: 250px;
    }
}


@media (max-width:768px) {
    .join-active li {
        width: 100% !important;
    }


    .join-go .cp-desc p {
        font-size: 18px;
    }

    .join-go {
        padding-top: 50px;
        padding-bottom: 160px;
    }

}


/*  */
.myjob-list ul {
    margin-left: -20px;
}

.myjob-list ul li {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 50%;
}

.myjob-list .cp-item {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}

.myjob-list .cp-item h3 {
    font-size: 24px;
}
.myjob-list .cp-item p{margin-top:10px;color:var(--color-primary)}

.myjob-list .cp-item .cp-tags {
    margin-top: 20px;
    line-height: 1;
}

.myjob-list .cp-item .cp-tags span {
    position: relative;
    margin-right: 20px;
    font-size: 16px;
}

.myjob-list .cp-item .cp-tags span:before {
    position: absolute;
    top: 3px;
    right: -10px;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #ccc;
}

.myjob-list .cp-item .cp-tags span:last-child::before {
    display: none;
}

@media (max-width:1200px) {



    .myjob-list .cp-item {
        display: block;
    }

    .myjob-list .cp-item .cp-tags {
        margin-bottom: 25px;
    }

}

@media (max-width:768px) {

    .myjob-list ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .myjob-list .cp-item {
        padding: 15px;
    }

    .myjob-list .cp-item .cp-tags {
        margin-top: 5px;
    }

    .myjob-list .cp-item h3 {
        font-size: 18px;
    }

}