
.index-banner-wrap{position: relative;}
.index-banner-wrap .ib-pagination{display: none;align-items: center;justify-content: center;}
.index-banner-wrap .swiper-pagination-bullet{display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;padding: 5px;background-color: rgba(255, 255, 255, 0);opacity: 1;transition: 0.3s;}
.index-banner-wrap .swiper-pagination-bullet::after{content: "";display: block;width: 100%;height: 100%;aspect-ratio: 1;border-radius: 50%;background-color: #fff;}
.index-banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{box-shadow: 0 0 0 0.01rem inset #fff;}
.swp-ctrl-wrap{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);max-width: 12rem;width:100;z-index: 5;}
.swp-ctrl-wrap .swp-ctrl{display: flex;align-items: center;justify-content: space-between;}
.swp-ctrl-wrap .swp-preview-box{width: 100%;margin: 0 0.4rem;}
.swp-ctrl-wrap .swp-preview-inner{display: flex;align-items: center;padding: 0.4rem 0;}
.swp-ctrl-wrap .swp-preview{height: 1.4rem;width: 2.76rem;border-radius: 0.1rem;overflow: hidden;transition: 0.3s;}
.swp-ctrl-wrap .swp-turner{display: flex;align-items: center;justify-content: center;width: 0.54rem;height: 0.54rem;border-radius: 50%;padding: 0.2rem;background-color: #858687;transition: 0.3s;}
.swp-ctrl-wrap .swp-turner:hover{background-color: var(--theme-color);}
/* .swp-ctrl-wrap .swiper-slide-active{height: 1.7rem !important;width: 3.35rem !important;} */
.swp-ctrl-wrap .active{height: 1.7rem !important;width: 3.35rem !important;}
@media (max-width: 750px){
    .index-banner-wrap .swp-ctrl-wrap{display: none;}
    .index-banner-wrap .ib-pagination{display: flex;}
}

.index-neck-wrap{background-size: cover;background-repeat: no-repeat;}
.index-neck-wrap .index-neck{display: flex;flex-wrap: wrap;min-height: 2.4rem;padding: 0.3rem 0;}
.index-neck-wrap .in-item{width: 25%;display: flex;flex-direction: column;justify-content: center;}
.index-neck-wrap .in-item:nth-child(odd){color: var(--theme-color);}
.index-neck-wrap .in-item:nth-child(even){color: var(--theme-sub-color);}
.index-neck-wrap .ini-data{display: flex;justify-content: center;}
.index-neck-wrap .ini-title{text-align: center;line-height: 1.5;margin-top: 0.25rem;color: #000;}
@media (max-width: 750px){.index-neck-wrap .in-item{width: 50%;}
.index-neck-wrap .in-item:nth-child(n+3){margin-top: 0.3rem;}
}

/* #index-apply start */
.index-apply-wrap {
    padding: 1rem 0.2rem;
}

.index-apply-wrap .page-count-list {
    --value: 0;
    --bd-width: 0.1rem;
    display: flex;
}

.index-apply-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-apply-wrap .ia-main {
    /* display: flex; */
    justify-content: space-between;
    height: 6.2rem;
    margin-top: 0.6rem;
    display: none;
}

.index-apply-wrap .ia-main.active {
    display: flex;
}

.index-apply-wrap .ia-column.mini {
    display: flex;
    flex-direction: column;
    width: 3.7rem;
}

.index-apply-wrap .ia-column.large {
    display: flex;
    flex-direction: column;
    width: 5.4rem;
}

.index-apply-wrap .ia-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.index-apply-wrap .ia-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.05rem;
    background-color: var(--theme-color);
}

.ia-item:nth-child(even)::before {
    background-color: var(--theme-sub-color);
}

.index-apply-wrap .ia-item.small {
    flex: 1 0 0;
    overflow: hidden;
}

.index-apply-wrap .ia-item.small:nth-child(n+2) {
    margin-top: 0.2rem;
}

.index-apply-wrap .ia-item:hover .ia-cover::after {
    opacity: 1;
}

.index-apply-wrap .ia-item:hover .ia-content {
    transform: none;
}

.index-apply-wrap .ia-item:hover .hide {
    opacity: 1;
}

.index-apply-wrap .ia-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: 0.3s;
}

.index-apply-wrap .ia-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--theme-rgb), 0.7);
    opacity: 0;
    transition: 0.5s;
}

.index-apply-wrap .ia-content {
    position: relative;
    padding: 0 0.3rem 0.4rem;
    margin-top: 0.4rem;
    transform: translateY(calc(100% - 0.7rem));
    transition: 0.5s;
    max-width: 100%;
    z-index: 1;
}

.index-apply-wrap .hide {
    opacity: 0;
    transition: 0.5s;
}

.index-apply-wrap .ia-info {
    line-height: 1.64;
    margin-top: 0.25rem;
}

.index-apply-wrap .view-detail {
    display: inline-flex;
    margin-top: 0.2rem;
    white-space: nowrap;
    padding: 0.15rem 0.35rem;
    border-radius: 0.5rem;
    color: #333;
    background-color: #fff;
}

.page-count {
    position: relative;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.5rem;
    background-color: var(--theme-color);
    color: #666;
    font-size: unset;
    background: conic-gradient(from 0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(100% * (1 - var(--value))), var(--theme-color) calc(100% * (1 - var(--value))));
}

.page-count span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: calc(100% - var(--bd-width));
    height: calc(100% - var(--bd-width));
    border-radius: 0.5rem;
    background-color: #f0f9fd;
    z-index: 3;
}

.page-count .bd-radius-start,
.page-count .bd-radius-end {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--bd-width) / 2);
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.page-count .bd-radius-start::before,
.page-count .bd-radius-end::before {
    content: "";
    display: block;
    width: calc(var(--bd-width) / 2);
    height: calc(var(--bd-width) / 2);
    border-radius: 50%;
    background-color: var(--theme-color);
}

.page-count .bd-radius-end {
    transform: translate(-50%, -50%) rotateZ(calc(360deg * (1 - var(--value))));
}

.page-count:nth-child(n+2) {
    margin-left: 0.2rem;
}

.page-count.running {
    color: var(--theme-color);
}

.page-count.running .bd-radius-start,
.page-count.running .bd-radius-end {
    opacity: 1;
}

@media (max-width: 900px) {
    .index-apply-wrap .ia-main {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .index-apply-wrap .ia-column.large,
    .index-apply-wrap .ia-column.mini {
        width: calc(50% - 0.6rem);
        margin: 0 0.15rem;
    }

    .index-apply-wrap .ia-column {
        min-height: 6.2rem;
    }

    .index-apply-wrap .ia-column.large {
        margin-top: 0.4rem;
    }

    .index-apply-wrap .ia-item.small {
        height: calc(50% - 0.3rem);
    }
}

/* #index-apply end */


.index-case-wrap {
    padding: 1rem 0;
    background: url("/static/home/images/img/index-case-bg.jpg") no-repeat center/cover;
}

.index-case-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-case-wrap .btn-list {
    display: flex;
}

.index-case-wrap .icon-btn i {
    filter: grayscale(1) brightness(10);
}

.index-case-wrap .icon-btn.un-active {
    color: #333;
    background-color: #fff;
}

.index-case-wrap .icon-btn.un-active i {
    filter: none;
}

.index-case-wrap .ic-main {
    margin-top: 0.6rem;
}

.index-case-wrap .swp-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 2.6rem;
    height: 3rem;
    padding: 0.1rem 0.5rem 0.6rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
}

.index-case-wrap .swp-item:hover .ic-cover {
    opacity: 1;
}

.index-case-wrap .swp-item:hover .ic-name {
    color: #fff;
    transform: translateY(-0.6rem);
}

.index-case-wrap .ic-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1 0 0;
}

.index-case-wrap .ic-name {
    position: relative;
    line-height: 2;
    color: #666;
    transition: 0.3s;
    z-index: 1;
    text-align: center;
    margin-botom: .1rem;
}

.index-case-wrap .ic-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.3rem;
    background-color: rgba(var(--theme-rgb), 0.9);
    opacity: 0;
    transition: 0.3s;
}

.index-case-wrap .go-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    padding: 0.19rem;
    background-color: #fff;
    border-radius: 50%;
    margin: auto 0 auto auto;
}

.index-case-wrap .swp-progress {
    display: flex;
    justify-content: center;
}

.index-case-wrap .progress-bar {
    max-width: 10rem;
    width: 100%;
    height: 0.02rem;
    margin-top: 0.6rem;
    background-color: #ccc;
}

.index-case-wrap .progress {
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    transition: 0.3s;
}

.index-case-wrap .iic-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.index-case-wrap .iic-main.nowrap {
    flex-wrap: nowrap;
}

.index-case-wrap .iic-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 3.4rem;
    height: 1.35rem;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.0666666667);
    overflow: hidden;
    transition: 0.3s;
}

.index-case-wrap .iic-item:hover {
    background-color: var(--theme-color);
}

.index-case-wrap .iic-item:hover .iic-cover {
    opacity: 1;
}

.index-case-wrap .iic-item:hover .iic-icon {
    filter: grayscale(1) brightness(10);
}

.index-case-wrap .iic-item:hover .iic-content {
    color: #fff;
}

.index-case-wrap .iic-item:hover .iic-cover {
    opacity: 1;
}

.index-case-wrap .iic-icon {
    width: 0.2rem;
    flex-shrink: 0;
    transition: 0.3s;
}

.index-case-wrap .iic-content {
    margin-left: 0.15rem;
    color: #666;
    transition: 0.3s;
}

.index-case-wrap .iic-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.3rem;
    background-image: linear-gradient(-90deg, #0f5ba2 0%, rgba(15, 91, 162, 0) 100%);
    opacity: 0;
    transition: 0.3s;
}

[data-sid="internal"] .go-detail {
    margin: auto auto 0;
}

[data-sid="international"] .go-detail {
    margin: auto 0 auto auto;
}

@media (max-width: 750px) {
    .index-case-wrap .module-header {
        flex-direction: column;
    }

    .index-case-wrap .module-header .mod-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-case-wrap .mod-right {
        margin-top: 0.6rem;
    }
}

.index-news-wrap {
    position: relative;
    padding: 1rem 0.6rem;
    background: url("/static/home/images/img/index-news-bg.jpg") no-repeat center/cover;
}

.index-news-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news-wrap .icon-btn {
    display: flex;
    align-items: center;
    height: 3.375em;
    padding: 0.15rem 0.35rem;
    border-radius: 0.3rem;
    background-color: var(--theme-color);
    color: #fff;
}

.index-news-wrap .icon-btn i {
    margin-left: 0.2rem;
}

.index-news-wrap .icon-btn img {
    filter: grayscale(1) brightness(10);
}

.index-news-wrap .icon-btn.light {
    background-color: #fff;
    color: #333;
}

.index-news-wrap .icon-btn:nth-child(n+2) {
    margin-left: 0.2rem;
}

.index-news-wrap .in-main {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.index-news-wrap .in-column {
    display: flex;
    flex-direction: column;
    width: 5.1rem;
    height: 5.7rem;
    border-radius: 0.1rem;
    background-color: #fff;
    overflow: hidden;
}

.index-news-wrap .news-card:hover .ic-tag,
.index-news-wrap .news-card:hover .in-title,
.index-news-wrap .news-card:hover .in-date {
    color: #fff;
}

.index-news-wrap .news-card:hover .in-content {
    background-color: var(--theme-color);
}

.index-news-wrap .news-card:hover .in-content::after {
    background-color: var(--theme-color);
}

.index-news-wrap .news-card:hover .pic-box img {
    transform: scale(1.05);
}

.index-news-wrap .pic-box {
    width: 100%;
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-news-wrap .pic-box img {
    transition: 0.5s;
}

.index-news-wrap .in-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    flex: 1 0 0;
    background-color: #fff;
    transition: 0.3s;
}

.index-news-wrap .in-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.06rem;
    background-color: var(--theme-sub-color);
}

.index-news-wrap .ic-tag {
    color: var(--theme-color);
    transition: 0.3s;
}

.index-news-wrap .in-title {
    line-height: 1.3;
    margin-top: 0.2rem;
    color: #333;
    transition: 0.3s;
}

.index-news-wrap .in-date {
    margin-top: auto;
    color: #999;
    transition: 0.3s;
}

.index-news-wrap .news-list {
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
}

.index-news-wrap .news-item {
    flex: 1 0 0;
    padding: 0.4rem 0;
    background-color: #fff;
}

.index-news-wrap .news-item:nth-child(n+2) {
    border-top: 0.01rem solid #f3f3f3;
}

.index-news-wrap .news-item:hover .ic-tag,
.index-news-wrap .news-item:hover .in-title,
.index-news-wrap .news-item:hover .in-date {
    color: var(--theme-color);
}

.index-news-wrap .ni-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .index-news-wrap .in-column {
        height: auto;
    }
}

@media (max-width: 750px) {
    .index-news-wrap .in-main {
        flex-direction: column;
    }

    .index-news-wrap .in-column {
        width: 100%;
        height: auto;
    }

    .index-news-wrap .in-column:nth-child(n+2) {
        margin-top: 0.5rem;
    }
}

.introduce-wrap {
    padding: 1rem 0;
}

.introduce-wrap .module-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduce-wrap .introduce-box {
    position: relative;
}

.introduce-wrap .introduce {
    perspective: 20rem;
    padding-bottom: 1rem;
    height: 6.23rem;
    overflow: hidden;
}

.introduce-wrap .introduce-inner {
    display: flex;
    align-items: center;
    max-width: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.introduce-wrap .introduce-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.introduce-wrap .ii-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    margin-top: -0.4rem;
}

.introduce-wrap .swiper-slide-active .ii-title {
    opacity: 1;
}
@keyframes textScroll {
    from{transform:translateX(3em);}
    to{transform:translateX(-100%);}
}
.ii-title{position: relative;height:1em; white-space: nowrap;overflow: hidden;z-index: 10;}
 .ii-title p{position: absolute;left: 0;top: 0;animation: textScroll linear infinite;}
 .ii-title p:hover{animation-play-state: paused;}

.introduce-wrap .video-box {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.introduce-wrap video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}

.introduce-wrap .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.introduce-wrap .video-cover.loaded {
    pointer-events: none;
}

.introduce-wrap .video-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    padding: 0.2rem;
    background-color: var(--theme-sub-color);
    transition: 0.3s;
}

.introduce-wrap .video-play::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(1) brightness(10);
    background: url("../images/icon/play.png") no-repeat center/contain;
    transition: 0.3s;
}

.introduce-wrap .ii-title {
    width: 100%;
    margin-top: 0.3rem;
    line-height: 1.5;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.video-dialog .dialog-inner {
    display: flex;
    width: auto;
    max-width: 90vh;
    max-height: 90vh;
    min-width: auto;
}

.video-dialog .dialog-main {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    min-width: auto;
}

.cursor {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    padding: 0.04rem;
    background-color: var(--theme-color);
    border-radius: 50%;
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 20;
}

.cursor.active {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.cursor::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/home/images/icon/hover.png") no-repeat center/contain;
}

/* #introduce end */



.window {
    position: relative;
}

#gotop img {
    transform: rotateZ(180deg);
}

.share-side {
    position: absolute;
    top: 0;
    right: 0.1rem;
    display: flex;
    flex-direction: column;
    width: 2em;
    height: 100%;
    pointer-events: none;
    z-index: 50;
}

.share-side .share-list {
    position: sticky;
    top: 2.5rem;
    margin: 0.1rem 0;
}

.share-side .share-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: 0.12rem;
    border-radius: 0.04rem;
    background-color: #fff;
    pointer-events: auto;
}

.share-side .share-item:nth-child(n+2) {
    margin-top: 0.04rem;
}

.share-side .share-item:hover .popup {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
    pointer-events: auto;
}
