@charset "UTF-8";
.banner_SeaTransport {
    background-color: #eff8ff;
    width: 100%;
    height: 500px;
    padding-bottom: 10px;
    position: relative;
}

.banner_SeaTransport .tu {
    position: absolute;
    bottom: 0px;
    height: 500px;
    right: 0;
    left: 50%;
    transform: translateX(-100px);
    /*transform: translateX(50%);*/
}

.banner_content {
    position: relative;
    z-index: 2;
}

.banner_SeaTransport .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_SeaTransport .introduce {
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin: 30px 0px;
}

.banner_SeaTransport .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_SeaTransport .consult .icon {
    width: 20px;
    height: 22px;
}

.SeaTransport_section1 {
    background: linear-gradient(180deg, #EFF8FF, #FFFFFF);
    padding: 40px 0px;
    /*background: url(../img/bg.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);

}

.SeaTransport_section8, .SeaTransport_section10 {
    /*background-color: #fff;*/
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0px;
}

.SeaTransport_section1 .title, .SeaTransport_section2 .title, .SeaTransport_section3 .title,
.SeaTransport_section4 .title, .SeaTransport_section5 .title, .SeaTransport_section6 .title,
.SeaTransport_section7 .title, .SeaTransport_section8 .title, .SeaTransport_section11 .title,
.SeaTransport_section12 .title, .SeaTransport_section13 .title, .SeaTransport_section9 .title,
.SeaTransport_section10 .title {
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}

.SeaTransport_section2 .small_title, .SeaTransport_section3 .small_title, .SeaTransport_section4 .small_title,
.SeaTransport_section5 .small_title, .SeaTransport_section7 .small_title, .SeaTransport_section8 .small_title,
.SeaTransport_section12 .small_title, .SeaTransport_section13 .small_title {
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: rgb(81, 83, 98, .75);
    opacity: 0.7;
    /*width: 1200px;*/
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.SeaTransport_section1 .Feature {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 30px;
}

.SeaTransport_section1 .Feature .block {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 0 10px 0px #bedded;
}

.SeaTransport_section1 .Feature .block .icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.SeaTransport_section1 .Feature .block .coin {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    line-height: 36px;
}

.SeaTransport_section1 .Feature .block .detail {
    font-size: 13px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section2 {
    /*background-color: #fff;*/
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0px;
}

.SeaTransport_section12 {
    background-color: #eff8ff;
    padding: 80px 0 60px;
}

.SeaTransport_section2 .tu {
    width: 100%;
}

.SeaTransport_section13 {
    background-color: #fff;
    padding: 80px 0 60px;
}

.SeaTransport_section3 {
    padding: 40px 0;
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    /*background-color: #fff;*/
    /*background: url(../img/bg.png);*/
}

.SeaTransport_section3 .tu {
    width: 100%;
}

.SeaTransport_section4 {
    /*background: linear-gradient(180deg, #EFF8FF, #FFFFFF);*/
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}

.SeaTransport_section4 .plane {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 0 10px 0px #bedded;
    transition: ease all 0.3s;
}

.SeaTransport_section4 .planeList {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.SeaTransport_section4 .plane:hover {
    box-shadow: 1px 1px 70px rgb(190, 221, 237, 0.35);
    transition: ease all 0.3s;
}

.SeaTransport_section4 .plane .icon {
    width: 170px;
    height: 170px;
}

.SeaTransport_section4 .plane .Air {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    text-align: center;
    margin-bottom: 15px;
}

.SeaTransport_section4 .plane .spell {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}

.SeaTransport_section5 {
    padding: 40px 0;
    /*background: url(../img/bg.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
}

.SeaTransport_section5 .tu {
    width: 50%;
}

.SeaTransport_section5 .Stash_position {
    position: relative;
    top: 50%;
    transform: translateY(18%);
}

.SeaTransport_section5 .icon {
    width: 16px;
    height: 16px;
    margin-right: 25px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.SeaTransport_section5 .Stash_mess:not(:last-child) {
    margin-bottom: 60px;
}

.SeaTransport_section5 .mess {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section5 .Bright {
    color: #0099ff;
}

.SeaTransport_section6 {
    padding: 40px 0;
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
}

.SeaTransport_section6 .L_title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 15px;
    text-align: center;
}

.SeaTransport_section6 .L_small_title {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.7;
    margin-bottom: 40px;
    text-align: center;
}

.SeaTransport_section6 .user_center {
    margin-bottom: 50px;
}

.SeaTransport_section6 .user_center img {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.SeaTransport_section6 .user_center .Feature {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 5px;
}

.SeaTransport_section6 .user_center .Feature_bright {
    color: #0099ff;
}

.SeaTransport_section6 .user_center .Log_in {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section6 .purse_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.SeaTransport_section6 .purse_grid .trace {
    border: 1px solid #EEF0F2;
    padding: 30px;
    transition: ease all 0.3s;
}

.SeaTransport_section6 .purse_grid .trace .trace_title {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 15px;
}

.SeaTransport_section6 .purse_grid .trace .trace_content {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section6 .LTHover:hover {
    transform: translate(-10px, -10px);
    box-shadow: 1px 1px 70px rgb(190, 221, 237, 0.35);
    transition: ease all 0.3s;
}

.SeaTransport_section6 .RTHover:hover {
    transform: translate(10px, -10px);
    box-shadow: 1px 1px 70px rgb(190, 221, 237, 0.35);
    transition: ease all 0.3s;
}

.SeaTransport_section6 .LBHover:hover {
    transform: translate(-10px, 10px);
    box-shadow: 1px 1px 70px rgb(190, 221, 237, 0.35);
    transition: ease all 0.3s;
}

.SeaTransport_section6 .RBHover:hover {
    transform: translate(10px, 10px);
    box-shadow: 1px 1px 70px rgb(190, 221, 237, 0.35);
    transition: ease all 0.3s;
}

.SeaTransport_section6 .bunch_line {
    width: 100%;
    height: 2px;
    border: 1px dashed #3C7BE3;
    opacity: 0.2;
}

.SeaTransport_section6 .bunch_ball {
    position: relative;

}

.SeaTransport_section6 .bunch {
    position: relative;

}

.SeaTransport_section6 .bunch_ball .Bright {
    width: 78px;
    height: 78px;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
    /* margin-right: 100px; */
}

.SeaTransport_section6 .bunch_ball .Dark {
    width: 75px;
    height: 75px;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
}

.SeaTransport_section6 .bunch_ball .icon {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
}

.SeaTransport_section6 .bunch .bunch_middle {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}


.SeaTransport_section6 .bunch_Arrow {
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
}

.SeaTransport_section7 {
    /*background-color: #fff;*/
    /*background: url(../img/bg_color.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}

.SeaTransport_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; */
}

.SeaTransport_section7 .act-enter-scene-col:nth-child(3n) {
    margin-right: 0px;
}

.SeaTransport_section7 .act-enter-scene-col.active-col {
    width: 600px;
}

.act-enter-scene-item-normal {
    padding: 20px 0;
}

.SeaTransport_section7 .act-enter-scene-col.active-col .act-enter-scene-item-normal, .SeaTransport_section7 .act-enter-scene-col .act-enter-scene-item-hover {
    display: none;
}

.SeaTransport_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); */
    box-shadow: 0 0 10px 0px #bedded;
}

.SeaTransport_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; */
}

.SeaTransport_section7 .act-enter-scene-col .tu {
    width: 75px;
    height: 75px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.SeaTransport_section7 .active-col .act-enter-scene-item-hover .act-enter-scene-item-tit {
    text-align: left;
    margin-bottom: 20px;
}

.SeaTransport_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;
}

.SeaTransport_section7 .active-col .act-enter-scene-item-hover .tuBlur {
    width: 350px;
    height: 350px;
    position: absolute;
    right: -20px;
    bottom: -90%;
    object-fit: contain;
}

.SeaTransport_section7 .active-col .act-enter-scene-item-hover .tick {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.SeaTransport_section8 .tu {
    width: 100%;
}

.SeaTransport_section9 {
    /*background: #FFFFFF;*/
    /*background: url(../img/bg.png);*/
    background: linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}

.SeaTransport_section9 .push {
    margin-bottom: 125px;
}

.SeaTransport_section9 .push:last-child {
    margin-bottom: 0px;
}

.SeaTransport_section9 .push .icon {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.SeaTransport_section9 .push .SeaTransport {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section9 .bright {
    color: #0099ff !important;
}

.SeaTransport_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 0px;
    background-size: 100% 100%;
}

.SeaTransport_section14 .title {
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.SeaTransport_section14 .swiper {
    width: 100%;
    height: auto;
}

.SeaTransport_section14 .swiper .company {
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}

.SeaTransport_section14 .swiper .company .logo {
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211, 0.75);
}

.SeaTransport_section14 .swiper .company .logo img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.SeaTransport_section14 .swiper .company .company_introduce {
    width: 500px;
    position: relative;
}

.SeaTransport_section14 .swiper .company .company_introduce h1 {
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}

.SeaTransport_section14 .swiper .company .company_introduce p {
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}

.SeaTransport_section14 .swiper .company .company_introduce .company_introduce_vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.SeaTransport_section14 .swiper .company .company_introduce .marks1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}

.SeaTransport_section14 .swiper .company .company_introduce .marks2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}

.SeaTransport_section14 .swiper .swiper-button-next, .SeaTransport_section14 .swiper .swiper-button-prev {
    color: #fff !important;
}

.seaTransport-process {
    height: 498px;
    position: relative;
    --theme-c: #0099ff;
}

.seaTransport-process .step-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.seaTransport-process .step-box a {
    box-sizing: border-box;
    width: 104px;
    height: 36px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-c);
    padding: 8px 0;
    box-shadow: 0 0 8px rgba(61, 139, 255, 0.5);
    cursor: default;
    position: absolute;
}

.seaTransport-process .step-box a span {
    font-size: 14px;
    color: #787878;
    line-height: 140%;
}

.seaTransport-process .step-box a.active {
    background-color: var(--theme-c);
    border-color: #fff;
}

.seaTransport-process .step-box a.active span {
    color: #fff;
}

.seaTransport-process .step-box a.step-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 3px;
    left: 60px;
    top: 65px;
}

.seaTransport-process .step-box a.step-1 .arrow {
    left: 225px;
    animation: step1 1.5s linear infinite;
}

.seaTransport-process .step-box a.step-1 .arrow-1 {
    top: 20px;
}

.seaTransport-process .step-box a.step-1 .arrow-2 {
    top: 54px;
}

.seaTransport-process .step-box a.step-1 .em-1 {
    left: 163px;
    top: 22px;
}

.seaTransport-process .step-box a.step-1 .em-2 {
    left: 250px;
    top: 2px;
}

.seaTransport-process .step-box a.step-1 .em-3 {
    left: 250px;
    top: 62px;
}

.seaTransport-process .step-box a.step-2 {
    left: 380px;
    top: 82px;
}

.seaTransport-process .step-box a.step-2 .arrow-1 {
    right: 0px;
    top: 15px;
    animation: step2 0.8s linear infinite;
}

.seaTransport-process .step-box a.step-3 {
    left: 506px;
    top: 82px;
}

.seaTransport-process .step-box a.step-4 {
    left: 654px;
    top: 30px;
}

.seaTransport-process .step-box a.step-4 .arrow-1 {
    left: -30px;
    top: 15px;
    animation: step2 0.8s linear infinite;
}

.seaTransport-process .step-box a.step-4 .arrow-2 {
    right: 0px;
    top: 15px;
    animation: step4 2s linear infinite;
}

.seaTransport-process .step-box a.step-5 {
    left: 936px;
    top: 30px;
}

.seaTransport-process .step-box a.step-6 {
    left: 654px;
    top: 134px;
}

.seaTransport-process .step-box a.step-6 .arrow-1 {
    left: -30px;
    top: 15px;
    animation: step2 0.8s linear infinite;
}

.seaTransport-process .step-box a.step-6 .arrow-2 {
    right: -5px;
    top: 15px;
    animation: step6 1s linear infinite;
}

.seaTransport-process .step-box a.step-7 {
    left: 795px;
    top: 136px;
}

.seaTransport-process .step-box a.step-7 .arrow-2 {
    right: -5px;
    top: 13px;
    animation: step6 1s linear infinite;
}

.seaTransport-process .step-box a.step-8 {
    left: 936px;
    top: 136px;
}

.seaTransport-process .step-box a.step-9 {
    right: 4px;
    top: 82px;
}

.seaTransport-process .step-box a.step-9 .arrow-1 {
    left: -33px;
    top: 15px;
    animation: step2 0.8s linear infinite;
}

.seaTransport-process .step-box a.step-10 {
    left: 935px;
    top: 342px;
}

.seaTransport-process .step-box a.step-11 {
    left: 733px;
    top: 342px;
}

.seaTransport-process .step-box a.step-12 {
    left: 531px;
    top: 342px;
}

.seaTransport-process .step-box a.step-13 {
    left: 329px;
    top: 342px;
}

.seaTransport-process .step-box a.step-14 {
    left: 127px;
    top: 342px;
}

.seaTransport-process .step-box a.step-14 .em-1 {
    left: 75px;
    top: -110px;
}

.seaTransport-process .step-box a.step-15 {
    left: 4px;
    top: 256px;
}

.seaTransport-process .step-box a.step-16 {
    left: 4px;
    top: 206px;
}

.seaTransport-process .step-box a.step-10 .arrow-2, .seaTransport-process .step-box a.step-11 .arrow-2, .seaTransport-process .step-box a.step-12 .arrow-2, .seaTransport-process .step-box a.step-13 .arrow-2, .seaTransport-process .step-box a.step-14 .arrow-2 {
    border-left: 1px solid var(--theme-c);
    border-bottom: 1px solid var(--theme-c);
    border-top: none;
    border-right: none;
    right: -108px;
    top: 13px;
    animation: step10 1.5s linear infinite;
}

.seaTransport-process .step-box em {
    font-size: 12px;
    color: var(--theme-c);
    position: absolute;
    white-space: nowrap;
    font-style: normal;
    text-align: center;
    pointer-events: none;
}

.seaTransport-process .step-box .arrow {
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--theme-c);
    border-right: 1px solid var(--theme-c);
    transform: rotate(45deg);
    position: absolute;
    pointer-events: none;
}

.seaTransport-process .list-box {
    padding: 5px 12px;
    position: absolute;
}

.seaTransport-process .list-box > a {
    display: block;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.8;
    cursor: default;
}

.seaTransport-process .list-box.list-1 {
    left: 150px;
    top: 0;
}

.seaTransport-process .list-box.list-2 {
    left: 730px;
    top: 202px;
}

.seaTransport-process .list-box.list-3 {
    left: 880px;
    top: 202px;
}

.seaTransport-process .list-box.list-4 {
    left: 1005px;
    top: 202px;
}

.seaTransport-process .list-box.list-5 {
    left: 1005px;
    top: 410px;
}

.seaTransport-process .list-box.list-6 {
    left: 638px;
    top: 410px;
}

.seaTransport-process .list-box.list-7 {
    left: 246px;
    top: 410px;
}

.seaTransport-process > svg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
}

.seaTransport-process > svg path {
    fill: none;
}

@keyframes step1 {
    from {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    to {
        transform: translate3d(70px, 0, 0) rotate(45deg);
    }
}

@keyframes step2 {
    from {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    to {
        transform: translate3d(20px, 0, 0) rotate(45deg);
    }
}

@keyframes step4 {
    from {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    to {
        transform: translate3d(170px, 0, 0) rotate(45deg);
    }
}

@keyframes step6 {
    from {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    to {
        transform: translate3d(30px, 0, 0) rotate(45deg);
    }
}

@keyframes step10 {
    from {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    to {
        transform: translate3d(-90px, 0, 0) rotate(45deg);
    }
}

.border-svg {
    pointer-events: none;
    position: absolute;
}

.border-svg rect {
    width: 100%;
    height: 100%;
}

.border-svg rect,
.border-svg path {
    stroke-dasharray: 4 4; /* 定义虚线的长度和间隔 */
    stroke: var(--theme-c);
    stroke-width: 1px;
    fill: none;
    stroke-dashoffset: 0; /* 初始虚线偏移量 */
    transition: all 10s linear;
    animation-name: ring;
    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;
    }
}

.systemArchitecture-box {
    --theme-c: #0099ff;
    padding: 10px;
}

.systemArchitecture-box .box-shadow {
    box-shadow: 0 0 8px rgba(61, 139, 255, 0.3);
}

.systemArchitecture-box .part-top {
    display: flex;
    align-items: stretch;
}

.systemArchitecture-box .part-top .left-list {
    flex: none;
    margin-right: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.systemArchitecture-box .part-top .left-list a {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-c);
    position: relative;
}

.systemArchitecture-box .part-top .left-list a:nth-of-type(n + 2) {
    margin-top: 15px;
}

.systemArchitecture-box .part-top .left-list svg {
    width: 67px;
    height: 9px;
    position: absolute;
    right: -80px;
    top: 12px;
}

.systemArchitecture-box .part-top .left-list svg path {
    fill: var(--theme-c);
    fill-rule: evenodd;
}

.systemArchitecture-box .part-top .right-list {
    flex: auto;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.systemArchitecture-box .part-top .right-list .title {
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: var(--theme-c);
}

.systemArchitecture-box .part-top .right-list .list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.systemArchitecture-box .part-top .right-list .list a {
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-c);
}

.systemArchitecture-box .part-mid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 60px 0;
}

.systemArchitecture-box .part-mid .list-box {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.systemArchitecture-box .part-mid .list-box p {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-c);
}

.systemArchitecture-box .part-mid .list-box a {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 14px;
}

.systemArchitecture-box .part-mid .list-box svg {
    width: 12px;
    height: 45px;
    position: absolute;
    left: 126px;
}

.systemArchitecture-box .part-mid .list-box svg path {
    fill: var(--theme-c);
    fill-rule: evenodd;
}

.systemArchitecture-box .part-mid .list-box svg.svg-1 {
    top: -54px;
}

.systemArchitecture-box .part-mid .list-box svg.svg-2 {
    bottom: -54px;
}

.systemArchitecture-box .part-mid .list-box span {
    font-size: 14px;
    color: var(--theme-c);
    position: absolute;
    text-align: right;
}

.systemArchitecture-box .part-mid .list-box span.span-1 {
    right: 90px;
    top: -38px;
}

.systemArchitecture-box .part-mid .list-box span.span-2 {
    right: 90px;
    bottom: -42px;
}

.systemArchitecture-box .part-mid .list-box span.span-3 {
    left: 130px;
    bottom: -42px;
}

.systemArchitecture-box .part-mid .list-box:nth-of-type(3) .svg-2 {
    left: 100px;
}

.systemArchitecture-box .part-mid .list-box:nth-of-type(3) .span-2 {
    right: 130px;
}

.systemArchitecture-box .part-mid .list-box:nth-of-type(4) .svg-2 {
    left: auto;
    right: 126px;
}

.systemArchitecture-box .part-mid .list-box:nth-of-type(4) .span-2 {
    text-align: left;
    right: 0;
    left: 90px;
}

.systemArchitecture-box .part-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border: 2px dashed var(--theme-c);
    border-radius: 20px;
}

.systemArchitecture-box .part-bottom h4 {
    color: var(--theme-c);
    font-size: 26px;
}

.systemArchitecture-box .part-bottom p {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.logisticsTrajectory-box {
    --theme-c: #0099ff;
    position: relative;
}

.logisticsTrajectory-box .step-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logisticsTrajectory-box .step-box a {
    flex: 1;
}

.logisticsTrajectory-box .step-box a > div:nth-of-type(2) {
    margin-top: 10px;
}

.logisticsTrajectory-box .step-box a:nth-of-type(6) p {
    padding: 0;
    border: none;
}

.logisticsTrajectory-box .step-box a:nth-of-type(5) p {
    border-right: 1px solid var(--theme-c);
}

.logisticsTrajectory-box .step-box a:nth-of-type(7) p {
    border-left: 1px solid var(--theme-c);
}

.logisticsTrajectory-box .step-box a .iconfont {
    font-size: 36px;
    color: var(--theme-c);
    text-align: center;
}

.logisticsTrajectory-box .step-box a p {
    font-size: 14px;
    color: var(--theme-c);
    text-align: center;
    padding: 5px 0 0;
    border-top: 1px solid var(--theme-c);
}

.logisticsTrajectory-box .timeline-box {
    padding: 28px 24px 50px;
    position: relative;
    border: 1px solid var(--theme-c);
    margin-top: 20px;
}

.logisticsTrajectory-box .timeline-box .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-c);
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-14px);
    background-color: rgb(248, 252, 255);
    padding: 0 8px;
}

.logisticsTrajectory-box .timeline-box > p {
    font-size: 14px;
    color: var(--theme-c);
    font-weight: bold;
    position: absolute;
    top: 140px;
    transform: translateX(-50%);
}

.logisticsTrajectory-box .timeline-box > p:after {
    content: "";
    height: 14px;
    border: 1px solid var(--theme-c);
    border-top: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

.logisticsTrajectory-box .timeline-box .p-1 {
    left: 147px;
}

.logisticsTrajectory-box .timeline-box .p-1:after {
    width: 102px;
}

.logisticsTrajectory-box .timeline-box .p-2 {
    left: 434px;
}

.logisticsTrajectory-box .timeline-box .p-2:after {
    width: 60px;
}

.logisticsTrajectory-box .timeline-box .p-3 {
    left: 718px;
}

.logisticsTrajectory-box .timeline-box .p-3:after {
    width: 108px;
}

.logisticsTrajectory-box .timeline-list {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
}

.logisticsTrajectory-box .timeline-list:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--theme-c);
    position: absolute;
    left: 0;
    top: 8px;
}

.logisticsTrajectory-box .timeline-list a {
    width: 1em;
    line-height: 12px;
    position: relative;
}

.logisticsTrajectory-box .timeline-list a em {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid var(--theme-c);
    display: block;
    position: relative;
    background-color: #fff;
    margin-bottom: 6px;
}

.logisticsTrajectory-box .timeline-list a em:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--theme-c);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logisticsTrajectory-box .timeline-list a span {
    font-size: 12px;
    color: var(--theme-c);
}

.logisticsTrajectory-box .product-box {
    padding: 28px 24px 20px;
    position: relative;
    border: 1px solid var(--theme-c);
    margin-top: 20px;
}

.logisticsTrajectory-box .product-box .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-c);
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-14px);
    background-color: rgb(248, 252, 255);
    padding: 0 8px;
}

.logisticsTrajectory-box .product-box .list {
    display: flex;
    text-align: center;
}

.logisticsTrajectory-box .product-box .list a:nth-of-type(n + 2) {
    margin-left: 40px;
}

.logisticsTrajectory-box .product-box .list a .iconfont {
    font-size: 30px;
    color: var(--theme-c);
}

.logisticsTrajectory-box .product-box .list a p {
    font-size: 14px;
    color: var(--theme-c);
}

/*# sourceMappingURL=seaTransport_add.css.map */