/* oceanCarriage */
.banner-wrap {
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.banner-wrap img {
    width: 100%
}

.main-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 0px 0px 0px;
    box-sizing: border-box;
    color: #231f20;
    text-align: center;
}

.main-wrap .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.main-wrap .content h2 {
    font-size: 36px;
}

.main-wrap .content h5 {
    color: #555555;
    font-size: 18px;
    padding: 10px 0px;
    line-height: 30px;
    max-width: 950px;
    margin: 0px 15px;
}

.main-wrap .content .divider-car {
    width: 220px;
    height: 25px;
    margin-bottom: 65px;
    background: url(../img/line-car-gray.png) no-repeat center;
}

.ocean-main-one .content .main {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    max-height: 450px;
}

.ocean-main-one .content .main ul {
    display: flex;
    padding: 0px 10px;
}

.ocean-main-one .content .main ul li {
    display: block;
    max-width: 460px;
    max-height: 450px;
    margin-right: 30px;
    overflow: hidden;
}

.ocean-main-one .content .main ul li:last-child {
    margin-right: 0px;

}

.ocean-main-one .content .main ul li img {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 1s;

}

/* two */
.ocean-main-two .content .main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ocean-main-two .content .main ul {
    display: flex;
    width: 100%;
    max-width: 1440px;
    justify-content: space-between;
}

.ocean-main-two .content .main li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 10px;
}

.ocean-main-two .content .main li:first-child .first,
.ocean-main-two .content .main li:first-child .second {
    display: flex;
    flex-direction: row-reverse;
}

.ocean-main-two .content .main li:first-child .first {
    animation-duration: 1s;
}

.ocean-main-two .content .main li:first-child .second {
    animation-duration: 1.5s;
}

/* .ocean-main-two .main .third {
    display: flex;
    animation-duration: 2s;

}

.ocean-main-two .main li:first-child .first span {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/oceanCarriage-channel_01.png) no-repeat center;
    border: 1px solid #333333;
    border-radius: 8px;
}

.ocean-main-two .main li:first-child .second span {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/oceanCarriage-channel_02.png) no-repeat center;
    border: 1px solid #333333;
    border-radius: 8px;
}

.ocean-main-two .main .text-wrap {
    max-width: 235px;
    max-height: 130px;
    margin-right: 20px;
    text-align: end;
}

.ocean-main-two .main .title {
    font-size: 22px;
    color: #333333;
}

.ocean-main-two .main .text {
    font-size: 16px;
    margin-top: 8px;
    text-align: justify;
}

.ocean-main-two .main li:nth-of-type(2) {
    margin: 0px 15px;
}

.ocean-main-two .main li:nth-of-type(2) img {
    width: 100%;
}

.ocean-main-two .main li:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.ocean-main-two .main .third {
    display: flex;
}

.ocean-main-two .main .third .text-wrap {
    margin-left: 20px;
    text-align: initial;
}

.ocean-main-two .main .third-1,
.ocean-main-two .main .third-2 {
    display: none;
}

.ocean-main-two .main .third-1 span {
    background: url(../img/oceanCarriage-channel_01.png) no-repeat center !important;

}

.ocean-main-two .main .third-2 span {
    background: url(../img/oceanCarriage-channel_02.png) no-repeat center !important;

}

.ocean-main-two .main .third span {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/oceanCarriage-channel_03.png) no-repeat center;
    border: 1px solid #575656;
    border-radius: 8px;
}


@media screen and (max-width:980px) {
    .ocean-main-two .main li:nth-of-type(2) {
        margin: 0px 10px 0px 0px;
        max-width: 370px;
    }

    .ocean-main-two .main .third-1,
    .ocean-main-two .main .third-2 {
        display: flex;
        margin-bottom: 18px;
    }

    .ocean-main-two .content .main ul {
        justify-content: space-evenly;
    }

    .ocean-main-two .content .main li:first-child .first,
    .ocean-main-two .content .main li:first-child .second {
        display: none;
    }

}

@media screen and (max-width:680px) {
    .ocean-main-two .content .main ul {
        flex-direction: column;
        align-items: center;

    }

    .ocean-main-two .main li:last-child {
        margin-top: 15px;
    }

    .main-wrap .content .divider-car {
        margin-bottom: 35px;
    }
} */


.ocean-main-two .main {
    width: 100%;
    max-width: 1440px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.ocean-main-two .main ul {
    display: flex;
}

.ocean-main-two .main ul li {
    position: relative;
    transition: 0.5s;
}

.ocean-main-two .main ul li:hover {
    transform: translate(0px, -15px);
    border-radius: 5PX;
}

.ocean-main-two .main ul img {
    width: 98%;
}

.ocean-main-two .main ul .text-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
}

.ocean-main-two .main ul .title {
    font-size: 22px;
}

.ocean-main-two .main ul .text {
    font-size: 16px;
    /* line-height: 50px; */
}

.ocean-main-two .main ul p:nth-child(1) {
    margin-bottom: 8PX;
}

.ocean-main-two .main ul p {
    width: 100%;
    color: #333;
}

@media screen and (max-width:980px) {
    .ocean-main-two .main ul .text-wrap {
        top: 30PX;
        padding: 10PX 4PX;
        box-sizing: border-box;
        background-color: rgba(236, 236, 236, 0.6);
    }
}

@media screen and (max-width:500px) {
    .ocean-main-two .main ul li {
        /* padding: 4px; */
        /* box-sizing: border-box; */
    }

}

/* FCL */
.fcl-main-one .main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fcl-main-one ul {
    width: 100%;
    max-width: 1200px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-around;

}

.fcl-main-one ul li {
    font-size: 16px;
}

.fcl-main-one ul li:nth-child(1) {
    animation-duration: 0.5s;
}

.fcl-main-one ul li:nth-child(2) {
    animation-duration: 1s;
}

.fcl-main-one ul li:nth-child(3) {
    animation-duration: 1.5s;
}

.fcl-main-one ul li:nth-child(4) {
    animation-duration: 2s;
}

.fcl-main-one ul li:nth-child(5) {
    animation-duration: 1.5s;
}

.fcl-main-one ul li:nth-child(6) {
    animation-duration: 2s;
}

.fcl-main-one ul li:nth-child(7) {
    animation-duration: 2.5s;
}

.fcl-main-one ul li:nth-child(8) {
    animation-duration: 3s;
}

.fcl-main-one ul li:nth-child(9) {
    animation-duration: 3s;
}

.fcl-main-one ul li:nth-child(10) {
    animation-duration: 3.5s;
}

.fcl-main-one ul li:nth-child(11) {
    animation-duration: 3.5s;
}

.fcl-main-one ul li img {
    width: 110%;
}

.fcl-main-one ul li span {
    display: block;
    /* margin-top: 150%; */
    margin: 150% 4px 0px 4px;
    width: 21px;
    height: 8px;
    background: url(../img/arrow-gray.png) no-repeat;
    background-size: contain;
}

.fcl-main-one ul li p {
    margin-top: 20px;
}

@media screen and (max-width:680px) {
    .fcl-main-one ul li span {
        width: 18px;
    }

    .fcl-main-one ul li span {
        margin-top: 80%;
    }
}

.fcl-main-two {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 90px;
    padding-top: 230px;
    /* margin: auto; */
    background: url(../img/fcl-bg.png) no-repeat;
}

.fcl-main-two .map-bg {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 530px;
    /* margin: auto; */
    background-color: white;
    background-size: contain;
    border-radius: 4px;
    margin: 0px 15px;
}

.fcl-main-two .map-bg .content {
    background: url(../img/fcl-map-bg.png) no-repeat center;
    box-shadow: -1px 4px 6px 0 rgb(0 0 0 / 20%);
    padding: 0px 15px;
}

@media screen and (min-width:980px) {
    .fcl-main-two .content h2 {
        padding: 0px 80px;
    }
}

.fcl-main-two .content h2 {
    font-size: 36px;
    margin: 60px 0px 0px 0px;
}

.fcl-main-two .content .divider-car {
    margin-top: 5px;
    margin-bottom: 40px;
}

.fcl-main-two .text-all {
    /* display: none; */
}

.fcl-main-two .first-line span,
.fcl-main-two .second-line span,
.fcl-main-two .third-line span {
    /* font-size: 30px; */
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    background-color: #231f20;
    margin-right: 8px;
    /* text-align: justify; */
    /* text-align-last: justify; */
}

.fcl-main-two .first-line,
.fcl-main-two .second-line,
.fcl-main-two .third-line,
.fcl-main-two .fourth-line {
    padding: 0px 100px;
    text-align: left;
    /* display: block; */
}

.fcl-main-two .fcl-text {
    width: 100%;
    height: 100%;
    max-width: 840px;
    max-height: 230px;
    margin-bottom: 90px;
    font-size: 18px;
    line-height: 40px;
}

.fcl-main-two .fcl-text .comma-left span,
.fcl-main-two .fcl-text .comma-right span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/fcl_comma.png);

}

.fcl-main-two .fcl-text .comma-left span {
    transform: scaleX(-1);
}

.fcl-main-two .fcl-text .comma-left {
    text-align: initial;
}

.fcl-main-two .fcl-text .comma-right {
    text-align: end;
}



@media screen and (max-width:780px) {

    .fcl-main-two .first-line,
    .fcl-main-two .second-line,
    .fcl-main-two .third-line,
    .fcl-main-two .fourth-line {
        /* display: none; */
        padding: 0px 50px;
    }

    .text-all {
        /* display: block !important; */
        /* padding: 0px 50px; */
    }

    .fcl-main-two .map-bg {
        max-height: none;
        height: 100%;
    }

    .fcl-main-two .content h2 {
        margin-top: 6 0px;
    }

    .fcl-main-two .fcl-text {
        max-height: none;
        margin-bottom: 50px;
    }


}

/* 海外仓服务 */
.overseas-main-one .main {
    width: 100%;
    height: 100%;
}

.overseas-main-one .main ul {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 560px;
    margin: auto;
    display: flex;
    padding: 0px 15px;
    box-sizing: border-box;
}

.overseas-main-one .main ul li {
    position: relative;
    max-width: 470px;
    max-height: 560px;
    margin-right: 15px;
    overflow: hidden;
}

.overseas-main-one .main ul li:last-child {
    margin-right: 0px;
}

.overseas-main-one .main li img {
    width: 100%;
    transition: 1s;
}

.ocean-main-one .content .main ul li img {
    transition: 1s;
}

.ocean-main-one .content .main ul li {
    overflow: hidden;
}

.overseas-main-one .main li:hover img,
.ocean-main-one .content .main ul li:hover img {
    transform: scale(1.1);
}

.overseas-main-one .main ul li p {
    width: 100%;
    position: absolute;
    bottom: 25px;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 3px grey;

}

.overseas-main-one .main li:first-child {
    background: url(../img/overseas_serve_01.png) no-repeat center;
}

.overseas-main-two .overseas-main-wrap {
    width: 100%;
    height: 100%;
    max-height: 600px;
    background: url(../img/overseas_bg.png) no-repeat center;
}

.overseas-main-wrap {
    display: flex;
    justify-content: center;
}

.overseas-main-wrap ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1440px;
    margin: 0px 15px;
}

.overseas-main-wrap ul li {
    width: 25%;
    display: flex;
}

.overseas-main-wrap ul li:nth-child(1) {
    animation-duration: 1s;
}

.overseas-main-wrap ul li:nth-child(2) {
    animation-duration: 1.5s;
}

.overseas-main-wrap ul li:nth-child(3) {
    animation-duration: 2s;
}

.overseas-main-wrap ul li:nth-child(4) {
    animation-duration: 2s;
}

.overseas-main-wrap .container {
    width: 100%;
    max-width: 357px;
    padding: 140px 0px 170px 0px;
    color: white;
    text-align: initial;
    max-width: 220px;

}

.overseas-main-wrap .container .num_icon {
    width: 42px;
    height: 42px;
    display: block;
}

.overseas-main-wrap .container .icon {
    width: 32px;
    height: 32px;
    display: block;
    margin: 95px 0px 28px 0px;

}

.overseas-main-wrap .container .text-wrap {
    width: 100%;
}

.overseas-main-wrap .container .title {
    font-size: 22px;
    margin-bottom: 6px;
}

.overseas-main-wrap .container .text {
    font-size: 16px;
    line-height: 24px;
    height: 90px;
}

.overseas-main-wrap .line-wrap {
    padding: 140px 0px 170px 0px;
    width: 45%;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-left: 40%; */
}

.overseas-main-wrap .line-wrap .red_line {
    width: 3px;
    display: block;
    background-color: #ee1d23;
    height: 15%;
}

.overseas-main-wrap .line-wrap .grey_line {
    width: 1px;
    margin-left: 1px;
    display: block;
    background-color: #7c746d;
    height: 100%;
}

@media screen and (max-width:980px) {
    .overseas-main-wrap .container .icon {
        margin-top: 40px;
    }
}

.news-main-one .news-wrap ul {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}

.news-main-one .news-wrap li {
    width: 460px;
    height: 560px;
    margin-bottom: 60px;
    background-color: #f8f8f8;
    position: relative;

}

@media screen and (max-width:1500px) {
    .news-main-one .news-wrap ul {
        justify-content: space-evenly;
        padding: 0px 15px;

    }

    .news-main-one .news-wrap li {
        margin-right: 15px;

    }

}

@media screen and (max-width:1000px) {
    .news-main-one .news-wrap li {
        width: 100%;
        margin-right: 15px;

        max-width: 460px;
        margin-right: 0px;
    }
}

.news-main-one .news-wrap li img {
    width: 100%;
    max-width: 460px;
}

.news-main-one .text-wrap {
    color: #333333;
    text-align: initial;
    padding: 0px 35px 0px 40px;

}

.news-main-one .text-wrap .title {
    font-size: 22px;
    font-weight: bold;
    margin: 50px 0px 20px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.news-main-one .text-wrap .date {
    font-size: 16px;
    color: #666;
}

.news-main-one .text-wrap .article_text {
    height: 100px;
    font-size: 16px;

    margin-top: 30px;
}

.news-main-one .text-wrap .check {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding-left: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.news-main-one .text-wrap .check span {
    margin-left: 4px;
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../img/arrow_black_gray.png) no-repeat center;
    background-size: contain;
}

.news-main-one .news-wrap li:hover {
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
    /* animation-name: redbg;
    transition: 1s; */
}

.news-main-one .news-wrap li:hover .title {
    color: #ee1d23;
    animation-name: redbg;
    transition: 1s;
}

.news-main-one .news-wrap li:hover .check {
    background: #ee1d23;
    animation-name: redbg;
    transition: 1s;
}

@keyframes redbg {
    0% {
        background: white;
    }

    100% {
        background: #ee1d23;
        color: #ee1d23;
    }
}

.news-main-one .news-wrap li:hover .check a {
    color: white;
}

.news-main-one .news-wrap li:hover .check span {
    height: 6px;
    background: url(../img/arrow-white.png) no-repeat center;
}

.news-main-one .layui-laypage a {
    font-size: 14px;
}

.news-main-one .layui-laypage a:hover {
    color: #ee1d23;
}

.news-main-one .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ee1d23;
}

.news-main-one .layui-laypage a,
.layui-laypage span {
    padding: 2px 13px;
    margin: 0px 8px;
}

.news-main-one .layui-laypage-curr {
    margin-right: 10px;
}

.new-page-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.new-page-wrap {
    width: 100%;
    height: max-content;
    padding: 0px 5% 0px 5%;
    box-sizing: border-box;
    /* margin: 0px auto; */
    /* background-color: #f2f2f2; */
}

.new-page-wrap .main {
    text-align: center;
    background: #f2f2f2;
    /* border-radius: 20px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 60px 5% 40px 5%;
}

.new-page-wrap .main .title {
    font-size: 28px;
}

.new-page-wrap .main .date {
    font-size: 16px;
    color: #666666;
    line-height: 60px;
}

.new-page-wrap .main hr {
    border-bottom: 1px solid #dbdbdb !important;
    margin-bottom: 45px;
}

.new-page-wrap .main .text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-indent: 30px;
}

.new-page-wrap .main img {

    max-width: 600px;
}

@media screen and (max-width:470px) {
    .new-page-wrap .main img {
        max-width: 350px;
    }
}

.about-main-one .about-main {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.about-main-one .about-left {
    width: 50%;
    height: 100%;
    position: relative;
}

.about-main-one .about-left img {
    width: 100%;

}

.about-main-one .about-right {
    width: 50%;
    /* height:100%; */
    max-height: 663px;
    background-color: #ee1d23;
    display: flex;
    align-items: center;

}

.about-main-one .about-right .text-box {
    width: 50%;
    height: 80%;
    max-width: 830px;
    max-height: 450px;
    background-color: white;
    position: absolute;
    left: 42%;
    padding: 4% 7% 7% 8%;
    border-radius: 4px;
    /* padding: 90px 140px 0px 110px; */
    box-sizing: border-box;
}

.about-main-one .text-box p {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
}

.about-main-one .text-box p a {
    color: #006afe;
}

@media screen and (max-width:1400px) {
    .about-main-one .about-right .text-box {
        padding: 3% 2% 1% 8%;

    }
}

@media screen and (max-width:1280px) {
    .about-main-one .about-left {
        width: 100%;
        max-width: 1280px;
    }

    .about-main-one .about-right {
        width: 0;
    }

    .about-main-one .about-main {
        align-items: center;
    }

    .about-main-one .about-right .text-box {
        width: 80%;
        /* background-color: rgba(0, 0, 0, 0.55) ; */
        background-color: rgba(255, 255, 255, 0.9);
        left: 25%;
        top: 25%;
        color: #333;
        transform: translate(-12.5%, -12.5%);
    }

    .about-main-one .about-right .text-box {
        padding: 8% 8% 1% 8%;
    }
}

@media screen and (max-width:700px) {
    .about-main-one .about-right .text-box {
        background-color: rgba(0, 0, 0, 0.55);
        color: white;
    }

    .about-main-one .about-right .text-box {
        width: 100%;
        height: 100%;
        max-height: none;
        left: 0px;
        top: 0px;
        transform: translate(0%, 0%);
    }

    .about-main-one .text-box p a {
        /* color: ; */
    }
}

@media screen and (max-width:700px) {
    .about-main-one .about-left {
        height: 450px;
    }

    .about-main-one .about-left img {
        height: 450px;
    }
}

.fba-main-one .main {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.fba-main-one .main .check-title {
    width: 100%;
    height: 100px;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fba-main-one .main .check-title .icon {
    /* display: inline-block; */
    width: 38px;
    height: 38px;
    margin-right: 18px;
    background: url(../img/fba_locat_icon.png) no-repeat center;
}

.fba-main-one .main .check-title .text {
    display: flex;
    align-items: center;
}

.fba-main-one .main .check-title p {
    font-size: 16px;
}

.fba-main-one .input-box {
    width: 100%;
    max-width: 500px;
}

.fba-main-one .input-box .layui-form {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
}

.fba-main-one .input-box .layui-col-xs12 {
    width: 20%;

}

.fba-main-one .input-box .layui-col-space16>* {
    padding: 0px;

}

.fba-main-one .input-box .layui-col-space16 {
    margin: 0;
}

.fba-main-one .input-box .layui-input,
.layui-select,
.layui-textarea {
    height: 40px;
    border-radius: 4px 0px 0px 4px;
    width: 410px;
    border: #bfbfbf 1px solid;

}

.fba-main-one .input-box .layui-btn {
    height: 40px;
    /* width: 90px; */
    width: 100%;
    border-radius: 0px 4px 4px 0px;
    color: white;
    background-color: #333333;
}

@media screen and (min-width: 992px) {
    .layui-col-md4 {
        /* width: 33.33333333%; */
        width: 80%;
    }
}



.fba-main-one .mes-list {
    width: 100%;
    max-width: 1440px;

}

.fba-main-one .content {
    padding: 0px 20px;
    line-height: 38px;
}

.fba-main-one .mes-list .text {
    text-align: left;
    font-size: 18px;
    color: #666666;
}

.fba-main-one .mes-list span {
    font-size: 16px;
    line-height: 38px;
}

.fba-main-one .mes-list-ca {
    margin-top: 80px;
    position: relative;
}

.fba-main-one .mes-list-ca #ca-re-position {
    display: block;
    position: absolute;
    top: -100px;
}

.fba-main-one .layui-table td,
.layui-table th {
    font-size: 16PX;
}

.fba-main-one .layui-table-header {
    background-color: #ee1d23;
    height: 50px;
}

.fba-main-one .layui-table-header .layui-table {
    background-color: #ee1d23;
    color: white;

}

.fba-main-one .layui-table-cell {
    text-align: center;
    height: 50px;
}

.layui-table-click,
.layui-table-hover,
.layui-table[lay-even] tbody tr:nth-child(even) {
    background-color: #fde8e9;
    /* background-color: rgba(255, 255, 255, 0.9); */
}

@media screen and (max-width:790px) {

    .fba-main-one .input-box .layui-input,
    .layui-select,
    .layui-textarea {
        width: 200px;
    }
}

@media screen and (max-width:500px) {
    .fba-main-one .main .check-title {
        flex-direction: column;
    }

    .fba-main-one .input-box .layui-input,
    .layui-select,
    .layui-textarea {
        width: 300px;
        /* margin-top: ; */
        margin-bottom: 20px;
    }

    .fba-main-one .input-box .layui-col-space16 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.layui-table-hover {
    background-color: transparent;
    /* background-color: #eeecec; */
}

.layui-layer {
    /* width: 300px; */
    /* height: 220px; */
}

.layui-layer-content {
    padding: 20px;
    line-height: 24px;
}