.s_tt h1 {
    font-size: var(--f36);
    font-family: 'pops-font';
    color: #0c2b60;
    text-align: center;
}

.s_tt p {
    font-size: var(--f16);
    font-family: 'popl-font';
    color: #4d5563;
    text-align: center;
}

/* 首页轮播 */
.index-banner {
    height: 100vh;
    width: 100%;
    position: relative;
}

.index-banner .banner {
    width: 100%;
    height: 100%;
    background-position: center;

}

.index-banner .banner img,
.index-banner .banner video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
}

.index-banner .banner .mb-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    opacity: .3;
    top: 0;
    left: 0;
}

.index-banner .wp {
    padding-top: calc(5rem + 20vh);
    height: 100%;
}

.index-banner .wp h1 {
    font-size: var(--f50);
    margin-bottom: 1rem;
    font-family: 'pops-font';
    font-weight: 500;
    line-height: 1.1;
}

.index-banner .wp h3 {
    font-size: var(--f18);
    margin-bottom: 2.8rem;
    font-weight: 300;
    font-family: 'popl-font';
}

.index-banner .wp .pub-btn {
    font-size: var(--f16);
    width: 16em;
    height: 3.8em;
}

.index-banner .wp .pub-btn i {
    font-size: var(--f16);
    font-weight: bold;
    margin-left: .6rem;
}

.index-banner .wp .right {
    width: 38%;
    overflow: hidden;
    height: auto;
    aspect-ratio: 560/315;
    border-radius: .6rem;
}

.index-banner .wp .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 悬浮搜索窗 */
.search-top {
    background: #fff;
    width: 100%;
    max-width: 65rem;
    padding: 2.2rem 8rem;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    border-radius: 1rem;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
}

.search-top .caidan {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    font-size: var(--f22);
    font-family: 'pops-font';
}

.search-top .caidan .item {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
}

.search-top .caidan .item:hover {
    color: var(--themeColor2);
}

.search-top .caidan .item span {
    line-height: 1;
}

.search-top .caidan .line {
    height: 1.1em;
    width: 1px;
    background: #e4e4e4;
}

.search-top .caidan .item img {
    height: 1.1em;
}

.search-top .caidan .line:last-of-type {
    display: none;
}

.search-top .search-cont {
    background: #f0f3f5;
    display: flex;
    border-radius: 10rem;
    margin-top: 1.6rem;
}

.search-top .search-cont input {
    flex: 1;
    background: transparent;
    font-size: var(--f16);
    font-family: 'popl-font';
    font-weight: 300;
    padding: 1rem 2rem;
}

.search-top .search-cont input::placeholder {
    color: #a4acaa;
}

.search-top .search-cont .pub-btn {
    font-size: var(--f20);
    font-family: 'popm-font';
    height: auto;
    min-height: 3em;
    width: 9rem;
}

.search-top .search-cont .pub-btn i {
    font-size: var(--f24);
    margin-left: .4rem;
}

/* 我们的认证 */
.s_renzheng {
    background: #f0f3f5;
}

.s_renzheng .zhengshu .item {
    position: relative;
    width: 8.3%;
    /* background: var(--themeColor2); */
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem;
    transition: all .5s;
    z-index: 3;
}

.s_renzheng .zhengshu::after{
    content: "";
    width: calc(58%);
    height: 0;
}

.s_renzheng .zhengshu .item::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: .4rem solid var(--themeColor2);
    border-color: transparent transparent var(--themeColor2) transparent;
    top: auto;
    bottom: 100%;
    opacity: 0;
    transition: all .5s;
}

.s_renzheng .zhengshu .item:hover {
    background: var(--themeColor2);
}

.s_renzheng .zhengshu .item:hover::after {
    opacity: 1;
}

.s_renzheng .zhengshu .item .ico {
    object-fit: contain;
    height: 60%;
    width: 60%;
}

.s_renzheng .zhengshu .item:hover .ico {
    filter: var(--imgWhite);
}

.s_renzheng .zhengshu .item .ej_box {
    padding: 0;
    bottom: 120%;
    top: auto;
    /*min-width: 10rem;*/
    max-width: 16rem;
    width: auto;
    /*height: 10rem;*/
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    aspect-ratio: auto;
}
.s_renzheng .zhengshu .item .ej_box .bg{
    width: 100%;
    height: auto;
    position: relative;
}
.s_renzheng .zhengshu .item .ej_box .bg img{
    width: 100%;
    height: auto;
}
.s_renzheng .zhengshu .item .ej_box .bg .bg-cont{
    position: absolute;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.s_renzheng .zhengshu .item:hover .ej_box {
    opacity: 1;
    visibility: visible;
}

.s_renzheng .zhengshu .item .ej_box img {
    /*max-width: 80%;*/
    /*max-height: 85%;*/
    /*object-fit: contain;*/
    width: auto;
    height: auto;
}

/* 为横向图片提供更大的相框宽度 */
.s_renzheng .zhengshu .item .ej_box.wide {
    min-width: 14rem;
    max-width: 20rem;
}

.zhengshu-swiper .item {
    background: #fff;
    padding: 2rem 1.8rem;
    display: block;
}

.zhengshu-swiper .item .ico {
    height: 2.9rem;
    width: auto;
}

.zhengshu-swiper .item h1 {
    font-size: var(--f36);
    color: var(--themeColor2);
    font-family: 'pops-font';
    font-weight: 400;
    margin-top: 1.8rem;
}

.zhengshu-swiper .item h1 i {
    font-style: normal;
    font-size: var(--f20);
    vertical-align: top;
}

.zhengshu-swiper .item .desc {
    font-size: var(--f18);
    font-weight: 500;
    color: #212121;
    font-family: 'popm-font';
    height: 2.6em;
    line-height: 1.3;
    margin-top: .1rem;

}

.zhengshu-swiper .item .ar_article {
    margin-top: 1rem;
    opacity: .7;
}

.zhengshu-swiper .item .ar_article .clamp-text {
    color: #4d5563;
    text-align: left;
    line-height: 1.5;
    font-size: var(--f14);
}

.line-clamp .open:hover svg path {
    color: #4d5563;
}

.zhengshu-swiper .swiper-button-next {
    right: 0;
}

.zhengshu-swiper .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.zhengshu-swiper .swiper-button-next::after,
.zhengshu-swiper .swiper-button-prev::after {
    display: none;
}

.zhengshu-swiper .swiper-button-next,
.zhengshu-swiper .swiper-button-prev {
    width: auto;
    aspect-ratio: 1/1;
    height: auto;

}

.zhengshu-swiper .swiper-button-next i,
.zhengshu-swiper .swiper-button-prev i {
    font-size: var(--f30);
    color: #212121;
}



/* 地图网络 */
.s_map .s_tt h2 {
    color: #fff;
    text-align: center;
    font-size: var(--f36);
    font-weight: 400;
    font-family: 'pops-font';
}

.s_map .cont {
    height: 36rem;
    position: relative;
}

.s_map .cont .map {
    max-width: 86%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
    transition: all .5s;
}
.s_map .cont .map.hide{
    visibility: hidden;
    opacity: 0;
}

.s_map .cont img {
    margin: 0 auto;
    object-fit: contain;
}

.s_map .btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.s_map .btns a {
    width: 10rem;
    font-size: var(--f16);
    font-family: 'pops-font';
    height: 3.6em;
}

.s_map .btns a .ver-center {
    gap: .2rem;
}

.s_map .btns a svg {
    height: 1em;
    width: auto;
}


/* 地图的呼吸灯 */
.s_map .dot {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 9;
    cursor: pointer;
}
.s_map .dot:hover p{
    transform: translateY(-50%) translateX(15%);
}

.s_map .dot p {
    position: absolute;
    width: 10rem;
    font-size: var(--f18);
    font-family: 'popm-font';
    color: #fff;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(10%);
    text-align: left;
    font-weight: 300;
    transition: all .5s;

}

.s_map .circle {
    margin: 0 auto;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    width: 4rem;
    height: auto;
    aspect-ratio: 1/1;
}


.s_map .circle:before {
    content: "";
    display: block;
    width: .4rem;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s_map .circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    /* background-color: rgba(52, 98, 248, 0.3); */
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: circleScale 3s linear infinite;
}

.s_map .circle span:nth-of-type(2) {
    animation-delay: 1s;
}

@keyframes circleScale {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* 地图选中状态 */
.act-map {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem 4rem 0;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all .5s;
}
.act-map.hide{
    visibility: hidden;
    opacity: 0;
}

.act-map .act-map-cont {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.act-map .item {
    display: flex;
    gap: 3rem;
    height: 100%;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    width: 100%;
}

.act-map .item .big-img {
    flex: 1;
    transition: all .5s;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.act-map .item .big-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.act-map .item .zhandian {
    background: #fff;
    border-radius: .6rem;
    overflow: hidden;
    padding: 1.8rem;
    min-height: 94%;
    max-height: 100%;
    overflow-y: auto;
    width: 30%;
    transition: all .5s;
    transform: translateX(-100%);
}

.act-map .item .zhandian .li {
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb;
}
.act-map .item .zhandian .li:first-child{
    padding-top: 0;
}

.act-map .item .zhandian .li .li-tt {
    display: flex;
    align-items: center;
    font-size: var(--f17);
    gap: .4em;
}

.act-map .item .zhandian .li .li-tt .img {
    width: auto;
    height: 2em;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
}

.act-map .item .zhandian .li .li-tt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.act-map .item .zhandian .li .li-tt h5 {
    font-family: 'popm-font';
    font-weight: 500;

}

.act-map .item .zhandian .li .li-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .4rem;
    text-align: center;
    margin-top: .8rem;
}

.act-map .item .zhandian .li .li-list a {
    font-size: var(--f14);
    border: 1px solid #dfe0e3;
    border-radius: .2rem;
    transition: all .5s;
}

.act-map .item .zhandian .li .li-list a:hover {
    background: var(--themeColor2);
    color: #fff;
}

/* 选中 */
.act-map .item.on {
    visibility: visible;
    opacity: 1;
}
.act-map .item.on .zhandian{
    transform: translateX(0);
}
.act-map .item.on .big-img{
    transform: translateX(0);
}


.act-map .pub-close {
    top: 0;
    right: 0;
    background: none;
    border: 2px solid #fff;
    width: 2.4rem;
    height: 2.4rem;
}

.act-map .pub-close svg {
    width: 50%;
    height: 50%;
}


/* 业务中心 */
.s_yewu {
    background: #f0f3f5;
}

.s_yewu .thumbswiper {
    border-bottom: 1px solid #d0d6ce;

}

.s_yewu .thumbswiper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.s_yewu .thumbswiper .item::after {
    position: absolute;
    content: '';
    width: 0%;
    height: .261rem;
    background: var(--themeColor);
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.s_yewu .thumbswiper .item img {
    height: 2.2rem;
    margin: 0 auto;
}

.s_yewu .thumbswiper .item p {
    font-family: 'popm-font';
    font-size: var(--f17);
    line-height: 1.1;
    margin-top: 1rem;
}

.s_yewu .thumbswiper .item:hover::after,
.s_yewu .thumbswiper .swiper-slide-thumb-active .item::after {
    width: 100%;
}

.s_yewu .core-swiper {
    margin-top: 2.2rem;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.s_yewu .core-swiper .img-db {
    width: 40%;
    height: auto;
    aspect-ratio: 666/470;
    border-radius: 1rem;
}

.s_yewu .core-swiper .txt {
    /* flex: 1; */
    width: 46%;
}

.s_yewu .core-swiper .txt img {
    width: 2.2rem;
}

.s_yewu .core-swiper .txt h1 {
    font-size: var(--f36);
    font-family: 'pops-font';
    font-weight: 400;
    margin-top: .4rem;
}

.s_yewu .core-swiper .txt .ar_article {
    font-size: var(--f16);
    color: #7b8088;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}

.s_yewu .core-swiper .txt .btns {
    display: flex;
    gap: 1rem;
}

.s_yewu .core-swiper .txt .btns .pub-btn {
    width: 10rem;
    height: 3.6em;
    font-size: var(--f16);
    font-family: 'pops-font';
}

.s_yewu .core-swiper .txt .btns a svg {
    height: 1em;
    width: auto;
}

.s_yewu .core-swiper .txt .btns a .ver-center {
    gap: .2rem;
}

.s_yewu .core .swiper-pagination {
    width: auto;
    left: auto;
    right: 0;
    font-size: var(--f24);
    color: #c8ccc5;
    font-family: 'popl-font';
}

.s_yewu .core .swiper-pagination .swiper-pagination-current {
    font-size: var(--f32);
    color: #0c2b60;
    font-family: 'popm-font';
}


/* 运输 */
.s_yunshu {
    background: #f0f3f5;
}

.s_yunshu .grid {
    gap: 1.6rem;
}

.s_yunshu .item {
    padding: 2rem 3rem;
    background: #fff;
    border-radius: 1rem;
    color: #0c2b60;
    transition: all .5s;
}

.s_yunshu .item-cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.s_yunshu .item-cont img {
    height: 3.08rem;
    transition: all .5s;
}

.s_yunshu .item-cont .xuhao {
    position: absolute;
    right: 0;
    top: 1.5rem;
    font-size: var(--f24);
    transform: translateY(-50%);
    font-family: 'popm-font';
}

.s_yunshu .item-cont .cir-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--themeColor);
    transition: all .5s;
    opacity: 0;
}

.s_yunshu .item-cont .cir-icon i {
    font-size: var(--f18);
}

.s_yunshu .item-cont h5 {
    font-size: var(--f24);
    font-family: 'pops-font';
    font-weight: 500;
    margin-top: 2.6rem;

}

.s_yunshu .item-cont p {
    font-size: var(--f14);
    color: #7b8088;
    line-height: 2;
    margin-top: .4rem;
    transition: all .5s;
}

.s_yunshu .item:hover {
    color: #fff;
    background: var(--themeColor2);
}

.s_yunshu .item:hover .item-cont .cir-icon {
    opacity: 1;
}

.s_yunshu .item:hover .item-cont p {
    color: #fff;
}

.s_yunshu .item:hover .item-cont img {
    filter: var(--imgWhite);
}



/* 快递资源 */
.s_ziyuan .s_tt p {
    opacity: .5;
}

.s_ziyuan .marquee {
    height: 4.6rem;
}

.s_ziyuan .marquee .img-db {
    border-radius: .4rem;
}


/* 案例 */
.s_anli .grid {
    gap: 1.8rem;
}

.s_anli .item {
    background: #f0f3f5;
    border-radius: .6rem;
    padding: 2rem;
    transition: all .5s;
}

.s_anli .item-cont {
    gap: 2rem;
}

.s_anli .item .rt {
    flex: 1;
}

.s_anli .item .lt {
    width: 2rem;
}

.s_anli .item .lt img {
    transition: all .5s;
}

.s_anli .item .rt h1 {
    font-size: var(--f20);
    font-family: 'popm-font';
}

.s_anli .item .rt p {
    font-size: var(--f14);
    color: #7b8088;
    margin-top: .6rem;
    transition: all .5s;
}

.s_anli .item .rt .pub-btn {
    background-color: transparent;
    color: var(--themeColor2);
    border: 2px solid var(--themeColor2);
    font-family: 'pops-font';
    font-size: var(--f14);
    height: 3.5em;
    width: 11em;
    margin-top: 1rem;
}

.s_anli .item .rt .pub-btn path {
    fill: var(--themeColor2);
}

.s_anli .item:hover {
    background: var(--themeColor2);
    color: #fff;
}

.s_anli .item:hover .rt p {
    color: #fff;
}

.s_anli .item:hover .lt img {
    filter: var(--imgWhite);
}

.s_anli .item:hover .pub-btn {
    background-color: var(--themeColor);
    color: #212121;
    border-color: var(--themeColor);
}

.s_anli .item .pub-btn .ver-center {
    gap: .2rem;
}

.s_anli .item:hover .rt .pub-btn path {
    fill: #212121;
}