.banner_InternationalFreight{
    background-color: #eff8ff;
    width: 100%;
    height: 500px;
    padding-bottom: 10px;
    position: relative;
}
.banner_InternationalFreight .tu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 500px;
     left: 50%;
    transform: translateX(-100px);
}
.banner_InternationalFreight .title{
    font-size: 40px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    padding-top: 200px;
    text-align: unset;
    margin-bottom: 0px;
}
.banner_InternationalFreight .introduce{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin: 30px 0px;
}
.banner_InternationalFreight .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.banner_InternationalFreight .consult .icon{
    width: 20px;
    height: 22px;
}
.InternationalFreight_section1 {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
 .InternationalFreight_section8 , .InternationalFreight_section10{
    background-color: #fff;
    padding: 100px 0px;
}
.InternationalFreight_section1 .title , .InternationalFreight_section2 .title , .InternationalFreight_section3 .title ,
.InternationalFreight_section4 .title , .InternationalFreight_section5 .title  ,.InternationalFreight_section6 .title ,
.InternationalFreight_section7 .title , .InternationalFreight_section8 .title ,.InternationalFreight_section11 .title , 
.InternationalFreight_section12 .title, .InternationalFreight_section13 .title ,.InternationalFreight_section9 .title ,
.InternationalFreight_section10 .title{
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}
.InternationalFreight_section6 .small_title{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #505668;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}
.InternationalFreight_section1 .tu{
    width: 100%;
}

.InternationalFreight_section2  {
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0px;
}
.InternationalFreight_section2 .Controls_title{
    padding: 0 60px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #515362;
    line-height: 85px;
    cursor: pointer;
}
.InternationalFreight_section2 .Controls_title.active{
    color: #fff;
    background-color: #3C7BE3;
}
.operational_details{
     animation: operational_details_show .3s ease-out both;
    background:linear-gradient(180deg, #fff, #eff8ff);
    margin-bottom: 20px;
}
.operational_details:last-child{
    margin-bottom: 0;
}
/* @keyframes operational_details_show{
    0% {
        transform: translate(0px,-30px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translate(0px,0px);
        opacity: 1;
    }
} */
.InternationalFreight_section2 .content_title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
}
.InternationalFreight_section2 .content_title_R{
    position: relative;
    left: 60%;
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
    width: max-content;
}
.InternationalFreight_section2 .Centre img{
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InternationalFreight_section2 .member{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 5px;
}
.InternationalFreight_section2 .member.action{
    color: #0099ff;
}
.InternationalFreight_section2 .number{
    font-size: 10px;
    font-style: unset;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
}
.InternationalFreight_section2 .consult{
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
}
.InternationalFreight_section2 .consult .icon{
    width:  12px;
    height: 12px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InternationalFreight_section2 .tu{
    /* width: 50%; */
    object-fit: contain;
}
.InternationalFreight_section12{
    background-color: #eff8ff;
    padding: 80px 0 60px;
}

.InternationalFreight_section13{
    background-color: #fff;
    padding: 80px 0 60px;
}
.InternationalFreight_section3 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.InternationalFreight_section3 .hardware_card{
    width: 290px;
    border: 1px solid #EEF0F2;
    border-radius: 16px;
    position: relative;
    padding: 70px 50px;
    transition: ease all 0.3s;
}
.InternationalFreight_section3 .hardware_card:hover {
    transform: translateY(-35px);
    transition: ease all 0.3s;
    box-shadow: 0 0 40px -20px #bedded;

}
.InternationalFreight_section3 .hardware_card:hover .icon_triangle{
    
    transition: ease all 0.3s;
    opacity: 1;
}
.InternationalFreight_section3 .hardware_card .icon_triangle{
    width: 100px;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    transition: ease all 0.3s;
}
.InternationalFreight_section3 .hardware_card .icon_tu{
    width: 50px;
    display: flex;
    margin: 0 auto 50px;
}
.InternationalFreight_section3 .hardware_card .hardware_title{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    text-align: center;
    margin-bottom: 26px;
}
.InternationalFreight_section3 .hardware_card .hardware_introduce{
    height: 66px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}
.InternationalFreight_section4{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.InternationalFreight_section4 .tu{
    width: 50%;
    object-fit: contain;
}
.InternationalFreight_section4 .introduce{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    /* line-height: 35px; */
}
.InternationalFreight_section4 .introduce_small{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
    line-height: 20px;
}
.InternationalFreight_section4 .introduce.active{
    color: #0099ff;
}
.InternationalFreight_section4 .Centre img{
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InternationalFreight_section5{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.InternationalFreight_section5 .advantage_block{
    width: 298px;
    border: 1px solid #EEF0F2;
    padding: 40px 20px;
    transition: all .3s;
}
.InternationalFreight_section5 .advantage_block:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 40px -20px #bedded;
    transition: all .3s;
}
.InternationalFreight_section5 .advantage_block .system_move{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 30px;
    text-align: center;

}
.InternationalFreight_section5 .advantage_block .system_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.InternationalFreight_section6{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
    position: relative;
}
.InternationalFreight_section6 .tu{
    width: 30%;
    margin: 0 auto 30px; 
    display: flex;
}
.InternationalFreight_section6 .small_text{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #505668;
    text-align: center;
}
.InternationalFreight_section6 .bg_color{
    position: absolute;
    top: 50%;
    background: linear-gradient(180deg, #EFF8FF, #FFFFFF);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.InternationalFreight_section7{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.InternationalFreight_section7 .act-enter-scene-col{
    width: calc(33.3% - 20px);
    min-width: 230px;
    transition: all .3s;
    margin-right: 30px;
    background: rgb(194, 233, 251 , 0.2);
    border-radius: 16px;
    /* min-height: 172px; */
}
.InternationalFreight_section7 .act-enter-scene-col:nth-child(3n){
    margin-right: 0px;
}
.InternationalFreight_section7 .act-enter-scene-col.active-col{
    width: 600px;
}
.act-enter-scene-item-normal{
    padding: 20px 0;
}
.InternationalFreight_section7 .act-enter-scene-col.active-col .act-enter-scene-item-normal , .InternationalFreight_section7 .act-enter-scene-col .act-enter-scene-item-hover{
    display: none;
}
.InternationalFreight_section7 .active-col .act-enter-scene-item-hover{
    display: block;
    padding: 20px 40px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgb(153, 153, 153 ,0.2);
}
.InternationalFreight_section7 .act-enter-scene-col .act-enter-scene-item-tit{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    text-align: center;
    /* margin-bottom: 10px; */
}
.InternationalFreight_section7 .act-enter-scene-col .tu{
    width:  75px;
    height: 75px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}
.InternationalFreight_section7 .active-col .act-enter-scene-item-hover .act-enter-scene-item-tit{
    text-align: left;
    margin-bottom: 20px;
}
.InternationalFreight_section7 .active-col .act-enter-scene-item-hover .act-enter-scene-item-desc{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    z-index: 5;
    position: relative;
}
.InternationalFreight_section7 .active-col .act-enter-scene-item-hover .tuBlur{
    width: 350px;
    height: 350px;
    position: absolute;
    right:  -20px;
    bottom: -90%;
    object-fit: contain;
}
.InternationalFreight_section7 .active-col .act-enter-scene-item-hover .tick{
    width: 30px;
    height: 30px;
    position: absolute;
    right:  10px;
    bottom: 10px;
}
.InternationalFreight_section14 {
    background-color: #5c90e3;
    width: 100%;
    background-image: url("../img/OverseasPosition/bg4.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px 40px;
    background-size: 100% 100%;
}
.InternationalFreight_section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.InternationalFreight_section14 .swiper{
    width: 100%;
    height: auto;
}
.InternationalFreight_section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.InternationalFreight_section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.InternationalFreight_section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
    object-fit: scale-down;
}
.InternationalFreight_section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.InternationalFreight_section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.InternationalFreight_section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.InternationalFreight_section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.InternationalFreight_section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.InternationalFreight_section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.InternationalFreight_section14 .swiper .swiper-button-next, .InternationalFreight_section14 .swiper .swiper-button-prev{
    color: #fff !important;
}
:root {
    --theme-c: #0099ff;
    --box-shadow: 0 0 8px rgba(61, 139, 255, 0.5);
}

.test-bg {
    background: rgba(255, 0, 0, 0.1);
}

.flex-100 > * {
    flex: 1;
}

.flex-item,
.flex-100 {
    display: flex;
    align-items: center;
    word-break: break-all;
}
.flex-item.dir-r,
.flex-100.dir-r {
    flex-direction: row;
}
.flex-item.dir-c,
.flex-100.dir-c {
    flex-direction: column;
}
.flex-item.a-t,
.flex-100.a-t {
    align-items: flex-start;
}
.flex-item.a-b,
.flex-100.a-b {
    align-items: flex-end;
}
.flex-item.a-s,
.flex-100.a-s {
    align-items: stretch;
}
.flex-item.j-c,
.flex-100.j-c {
    justify-content: center;
}
.flex-item.j-b,
.flex-100.j-b {
    justify-content: space-between;
}
.flex-item.j-e,
.flex-100.j-e {
    justify-content: flex-end;
}
.flex-item.j-s,
.flex-100.j-s {
    justify-content: flex-start;
}
.flex-item.wrap,
.flex-100.wrap {
    flex-wrap: wrap;
}
.flex-item .flexN,
.flex-100 .flexN {
    flex: none;
}
.flex-item .flexA,
.flex-100 .flexA {
    flex: auto;
    overflow: hidden;
}

.border-svg ellipse,
.border-svg rect,
.border-svg path {
    stroke-dasharray: 4 4; /* 定义虚线的长度和间隔 */
    stroke: var(--theme-c);
    stroke-width: 1px !important;
    fill: none;
    stroke-dashoffset: 0; /* 初始虚线偏移量 */
    transition: all 10s linear;
    animation-name: backring !important;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes ring {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 5000;
    }
}
@keyframes backring {
    from {
        stroke-dashoffset: 5000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes offset {
    to {
        offset-distance: 100%;
    }
}
.public-svg-box {
    position: relative;
    margin: 0 auto;
}
.public-svg-box .svg-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.public-svg-box .svg-con > svg {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.public-svg-box .svg-con > em {
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    position: absolute;
    border-right: 1px solid var(--theme-c);
    border-bottom: 1px solid var(--theme-c);
    transform: rotate(-45deg);
    animation: offset 2s linear infinite;
}
.public-svg-box .list-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.public-svg-box .list-box > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--theme-c);
    border-radius: 49px;
    position: absolute;
    padding: 9px 28px;
    min-height: 49px;
    min-width: 154px;
    box-shadow: 0 0 4px rgba(61, 139, 255, 0.5);
}
.public-svg-box .list-box > a.active {
    background-color: var(--theme-c);
    border-color: #fff;
}
.public-svg-box .list-box > a.active > span {
    color: #fff;
}
.public-svg-box .list-box > a.active > .iconfont {
    color: #fff;
}
.public-svg-box .list-box > a > span {
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 24px;
}
.public-svg-box .list-box > a > .iconfont {
    font-size: 28px;
    color: #666;
    margin-right: 12px;
}
.public-svg-box .list-box > a i {
    position: absolute;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-c);
}
.public-svg-box .list-box > a i.text-1 {
    bottom: 50%;
    padding-bottom: 3px;
}
.public-svg-box .list-box > a i.text-2 {
    padding-top: 6px;
    top: 50%;
}
.public-svg-box .list-box .inner-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.public-svg-box .list-box .inner-list .inner {
    padding: 10px 30px;
}
.public-svg-box .list-box .inner-list .inner span {
    white-space: nowrap;
    font-size: 12px;
    line-height: 26px;
    color: #666;
    display: block;
    text-align: center;
}
.public-svg-box .list-box .inner-list.list-b {
    top: 72px;
}
.public-svg-box .list-box .inner-list.list-t {
    bottom: 90px;
}
.public-svg-box .list-box .inner-list rect {
    width: 100%;
    height: 100%;
}

.InternationalFreight-box {
    height: 658px;
}
.InternationalFreight-box .list-box a {
    min-width: 162px;
    padding: 9px 16px;
}
.InternationalFreight-box .list-box a i {
    font-size: 14px;
    color: var(--theme-c);
    position: absolute;
    white-space: nowrap;
}
.InternationalFreight-box .list-box .a-1 {
    left: 5px;
    top: 201px;
}
.InternationalFreight-box .list-box .a-1 i {
    left: 50%;
    transform: translateX(-50%);
    top: 52px;
    line-height: 1.5;
}
.InternationalFreight-box .list-box .a-2 {
    left: 266px;
    top: 191px;
    min-width: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 0;
}
.InternationalFreight-box .list-box .a-2 i {
    left: 50%;
    transform: translateX(-50%);
}
.InternationalFreight-box .list-box .a-2 .text-1 {
    bottom: 74px;
}
.InternationalFreight-box .list-box .a-2 .text-2 {
    top: 72px;
}
.InternationalFreight-box .list-box .a-2 .text-3 {
    bottom: 158px;
}
.InternationalFreight-box .list-box .a-3 {
    left: 424px;
    top: 201px;
}
.InternationalFreight-box .list-box .a-4 {
    left: 700px;
    top: 201px;
}
.InternationalFreight-box .list-box .a-5 {
    width: 194px;
    right: 5px;
    top: 201px;
}
.InternationalFreight-box .list-box .a-6 {
    right: 5px;
    top: 405px;
}
.InternationalFreight-box .list-box .a-7 {
    left: 718px;
    top: 338px;
}
.InternationalFreight-box .list-box .a-8 {
    left: 718px;
    top: 405px;
}
.InternationalFreight-box .list-box .a-9 {
    left: 718px;
    top: 476px;
}
.InternationalFreight-box .list-box .a-10 {
    left: 424px;
    top: 359px;
}
.InternationalFreight-box .list-box .a-11 {
    left: 424px;
    top: 453px;
}
.InternationalFreight-box .list-box .a-12 {
    left: 5px;
    top: 405px;
}
.InternationalFreight-box .svg-con > em.arrow-1 {
    offset-path: path("M89,206,L204,109,L445,109");
    animation-duration: 5s;
}
.InternationalFreight-box .svg-con > em.arrow-2 {
    offset-path: path("M160,226,L275,226");
}
.InternationalFreight-box .svg-con > em.arrow-3 {
    offset-path: path("M335,226,L428,226");
}
.InternationalFreight-box .svg-con > em.arrow-4 {
    offset-path: path("M582,226,L706,226");
}
.InternationalFreight-box .svg-con > em.arrow-5 {
    offset-path: path("M890,226,L1006,226");
}
.InternationalFreight-box .svg-con > em.arrow-6 {
    offset-path: path("M1103,248,L1103,410");
}
.InternationalFreight-box .svg-con > em.arrow-7 {
    offset-path: path("M1002,431,L871,431");
}
.InternationalFreight-box .svg-con > em.arrow-8 {
    offset-path: path("M720,431,L665,431,L621,384,L578,384");
}
.InternationalFreight-box .svg-con > em.arrow-9 {
    offset-path: path("M720,431,L665,431,L621,478,L578,478");
}
.InternationalFreight-box .svg-con > em.arrow-10 {
    offset-path: path("M430,384,L392,384,L348,431,L160,431");
    animation-duration: 4s;
}
.InternationalFreight-box .svg-con > em.arrow-11 {
    offset-path: path("M430,478,L392,478,L348,431,L160,431");
    animation-duration: 4s;
}/*# sourceMappingURL=InternationalFreight_add.css.map */