﻿@charset "utf-8";
/*---- index 首页 ----*/
/*banner*/
.banner {
    position: relative;
    width: 100%;
    height: 615px;
    text-align: center;
    background: url(../../images/b1.jpg) center;
    -webkit-background-size: cover;
    background-size: cover;
}

    .banner .ba-info {
        position: absolute;
        top: 47%;
        width: 100%;
    }

        .banner .ba-info p {
            font-size: 14px;
            color: #fefefe;
            letter-spacing: 10px;
        }

        .banner .ba-info h3 {
            font-size: 28px;
            line-height: 40px;
            color: #333;
            text-align: left;
        }

        .banner .ba-info .search {
            width: 100%;
            margin: 20px auto;
        }

            .banner .ba-info .search .sea-l {
                width: 84%;
                height: 61px;
                background: url(../bg/bg-w-t9.png) repeat;
                border-radius: 3px 0 0 3px;
            }

                .banner .ba-info .search .sea-l .sea-txt {
                    position: relative;
                    float: left;
                    width: 33%;
                    height: 28px;
                    line-height: 28px;
                    border-right: 1px solid rgba(102,102,102,0.5);
                    margin-top: 16px;
                    font-size: 16px;
                    color: #666;
                    text-align: left;
                    padding-left: 20px;
                }

                    .banner .ba-info .search .sea-l .sea-txt:last-child {
                        border-right: 0;
                    }

                    .banner .ba-info .search .sea-l .sea-txt .txt {
                        width: 100%;
                    }

                    .banner .ba-info .search .sea-l .sea-txt .menu {
                        position: absolute;
                        left: 0;
                        top: 45px;
                        z-index: 100;
                        width: 100%;
                        height: 240px;
                        background: #fff;
                        border-radius: 3px;
                        overflow-x: hidden;
                        display: none;
                    }

                        .banner .ba-info .search .sea-l .sea-txt .menu li {
                            width: 95%;
                            font-size: 16px;
                            line-height: 38px;
                            padding-left: 20px;
                            border-radius: 3px;
                        }

                            .banner .ba-info .search .sea-l .sea-txt .menu li.cur {
                                background: #0599d9;
                                color: #fff;
                            }

            .banner .ba-info .search .sea-r {
                width: 16%;
                height: 61px;
            }

                .banner .ba-info .search .sea-r a {
                    display: block;
                    width: 100%;
                    line-height: 61px;
                    background: #0599d9;
                    border-radius: 0 3px 3px 0;
                    font-size: 16px;
                    color: #fff;
                    letter-spacing: 3px;
                }

                    .banner .ba-info .search .sea-r a:before, .banner .ba-info .search .sea-r a before {
                        content: '';
                        display: inline-block;
                        width: 18px;
                        height: 19px;
                        background: url(../bg/ico-search.png) no-repeat;
                        vertical-align: middle;
                        margin: 0 12px 0 0;
                    }

@media only screen and (max-width: 1200px) {
    .banner .ba-info {
        left: 0;
        top: 45%;
    }
}

@media only screen and (max-width: 600px) {
    .banner .ba-info {
        top: 28%;
    }

        .banner .ba-info h3 {
            font-size: 24px;
            line-height: 36px;
        }

        .banner .ba-info .search {
            margin: 10px auto;
        }

            .banner .ba-info .search .sea-l {
                width: 100%;
                height: auto;
                border-radius: 3px;
                background: none;
            }

                .banner .ba-info .search .sea-l .sea-txt {
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                    background: url(../bg/bg-w-t9.png) repeat;
                    border-right: 0;
                    font-size: 14px;
                    margin-top: 0;
                    padding-left: 10px;
                    margin-bottom: 10px;
                }

                    .banner .ba-info .search .sea-l .sea-txt .menu li {
                        font-size: 14px;
                        line-height: 34px;
                        padding-left: 10px;
                    }

            .banner .ba-info .search .sea-r {
                width: 100%;
                height: 50px;
            }

                .banner .ba-info .search .sea-r a {
                    line-height: 50px;
                    font-size: 14px;
                    border-radius: 3px;
                }

                    .banner .ba-info .search .sea-r a:before, .banner .ba-info .search .sea-r a .before {
                        margin: 0 8px 0 0;
                    }
}

.banner2 {
    background: url(../../images/b1.jpg) center;
    background-color: #1f425d;
    padding-top: 115px;
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 430px;
    color: #fff;
}

    .banner2::before, .banner2::after {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        width: 100%;
        height: 430px;
        /*background: #1f425d;
    opacity: 0.2;*/
        background: #000000;
        opacity: 0.1;
        z-index: -1;
    }

    .banner2 .ba-info h3 {
        color: #fff;
    }

    .banner2 .title {
        font-size: 36px;
        margin-top: 20px;
    }

    .banner2 .sub-title {
        font-size: 24px;
        margin-top: 30px;
    }
/*our-line*/
.our-line {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0 0;
}

    .our-line .our-line-title {
        margin-bottom: 20px;
    }

    .our-line .our-line-company {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }

        .our-line .our-line-company .item {
            display: inline-block;
            line-height: 28px;
            text-align: center;
            background: #f3f3f3;
            color: #666;
            margin: 4px;
            border-radius: 5px;
            overflow: hidden;
            font-size: 14px;
            width: auto;
            height: auto;
            padding: 5px 20px;
        }

            .our-line .our-line-company .active, .our-line .our-line-company .item:hover {
                color: #fff;
                background: #0599d9;
            }

    .our-line .more-line {
        line-height: 44px;
        color: #0599d9
    }

    .our-line .title-parent {
        border-bottom: 1px solid #d6dbe3;
        margin-bottom: 20px;
    }

        .our-line .title-parent .our-line-title2 {
            padding: 20px;
            display: inline-block;
            position: relative;
            width: 180px;
        }
            .our-line .title-parent .our-line-title2:after {
                content: "";
                position: absolute;
                height: 2px;
                width: 100%;
                background: #337ab7;
                bottom: 0;
                left: 0;
                z-index: 10;
            }

.index-line {
    margin-bottom: 30px;
}
.index-line-box {
    background-color: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    padding: 32px 20px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    margin-top: 5px;
}

    .index-line-box:hover {
        -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
        box-shadow: 0 4px 16px 0 rgba(0,0,0,.12)
    }

    .index-line-box .mark {
        background: #ff3b3b;
        border-radius: 0 16px 0 16px;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .index-line-box .line-title {
        display: inline-flex;
        font-size: 14px;
        padding-bottom: 10px;
    }

        .index-line-box .line-title span {
            font-weight: 600;
        }

        .index-line-box .line-title .center-vertical-column {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .index-line-box .line-title .center-vertical-column .swiper-line {
                width: 50px;
                height: 2px;
                background: #ddd;
            }

    .index-line-box .line-title-sub {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .index-line-box .line-price .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        border-bottom: 1px dashed rgba(0,0,0,.1);
        padding-bottom: 4px;
        margin-bottom: 20px;
    }

    .index-line-box .line-price .option-name {
        flex-grow: 1;
        box-sizing: border-box;
        color: #595959;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .index-line-box .line-price .option-price {
        flex-grow: 1;
        box-sizing: border-box;
        color: #191919;
        font-size: 14px;
        font-weight: 700;
    }

    .index-line-box .line-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        margin-bottom:20px;
    }

        .index-line-box .line-bottom .option-item {
            flex-grow: 1;
            box-sizing: border-box;
            color: #595959;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 22px;
        }

    .index-line-box .orderBtn {
        outline: none;
        font-weight: 400;
        display: block;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #808080;
        width: 100%;
        padding: 8px 15px;
    }


/*our-service*/
.our-service {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0 60px;
}

    .our-service h3 {
        font-size: 28px;
        line-height: 44px;
        color: #666;
    }

    .our-service .list {
        width: 100%;
        margin: 35px auto 0;
    }

        .our-service .list li {
            float: left;
            width: 23.7%;
            height: 285px;
            border-radius: 3px;
            margin-right: 20px;
            margin-bottom: 20px;
            background: #fff;
        }

            .our-service .list li.last {
                margin-right: 0;
            }

            .our-service .list li:hover {
                background: #0599d9;
            }

        .our-service .list .blur {
            box-shadow: 0 0 0 rgba(0, 0, 0, .15);
            transform: translate3d(0, 0, 0);
            transition: all .2s ease-in 0s;
        }

        .our-service .list .focus {
            box-shadow: 0 12px 32px rgba(0, 0, 0, .15);
            transform: translate3d(0, -2px, 0);
            transition: all .2s ease-in 0s;
        }

        .our-service .list li a {
            display: block;
            width: 100%;
            color: #666;
        }

        .our-service .list li .icon {
            display: block;
            width: 154px;
            height: 90px;
            background: url(../bg/ico-ser1.png) no-repeat center center;
            margin: 75px auto 0;
            vertical-align: middle;
        }

        .our-service .list li:hover .icon {
            background-image: url(../bg/ico-ser1-h.png);
        }

        .our-service .list li .ser2 {
            background-image: url(../bg/ico-ser2.png);
        }

        .our-service .list li:hover .ser2 {
            background-image: url(../bg/ico-ser2-h.png);
        }

        .our-service .list li .ser3 {
            background-image: url(../bg/ico-ser3.png);
        }

        .our-service .list li:hover .ser3 {
            background-image: url(../bg/ico-ser3-h.png);
        }

        .our-service .list li .ser4 {
            background-image: url(../bg/ico-ser4.png);
        }

        .our-service .list li:hover .ser4 {
            background-image: url(../bg/ico-ser4-h.png);
        }

        .our-service .list li .ser5 {
            background-image: url(../bg/ico-ser5.png);
        }

        .our-service .list li:hover .ser5 {
            background-image: url(../bg/ico-ser5-h.png);
        }

        .our-service .list li .ser6 {
            background-image: url(../bg/ico-ser6.png);
        }

        .our-service .list li:hover .ser6 {
            background-image: url(../bg/ico-ser6-h.png);
        }

        .our-service .list li .ser7 {
            background-image: url(../bg/ico-ser7.png);
        }

        .our-service .list li:hover .ser7 {
            background-image: url(../bg/ico-ser7-h.png);
        }

        .our-service .list li .ser8 {
            background-image: url(../bg/ico-ser8.png);
        }

        .our-service .list li:hover .ser8 {
            background-image: url(../bg/ico-ser8-h.png);
        }

        .our-service .list li .tit {
            font-size: 18px;
            line-height: 44px;
            text-align: center;
            padding-top: 10px;
        }

        .our-service .list li:hover .tit {
            color: #fff;
        }

@media only screen and (max-width: 1200px) {
    .our-service .list li {
        width: 23.4%;
    }
}

@media only screen and (max-width: 991px) {
    .our-service .list li {
        width: 48%;
    }

        .our-service .list li:nth-child(even) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 768px) {
    .our-service {
        padding: 25px 0 30px;
    }

        .our-service .list {
            margin: 20px auto 0;
        }
}

@media only screen and (max-width: 560px) {
    .our-service .list li {
        width: 47%;
    }
}

@media only screen and (max-width: 480px) {
    .our-service .list li {
        width: 100%;
        margin-right: 0;
    }

        .our-service .list li:last-child {
            margin-bottom: 0;
        }
}
/*---- global-logistics 全球物流 ----*/
.logistics {
    position: relative;
    width: 100%;
    background: #028cc8;
    padding: 150px 0 55px;
}

    .logistics .img {
        position: relative;
        margin-left: -9%;
        width: 68%;
    }

        .logistics .img img {
            width: 100%;
        }

    .logistics .info {
        width: 33.5%;
        padding-top: 70px;
    }

        .logistics .info h1 {
            font-size: 60px;
            color: #fff;
            letter-spacing: 12px;
        }

        .logistics .info p {
            display: block;
            width: 86%;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            letter-spacing: 1px;
            padding-top: 20px;
        }

        .logistics .info .a-details {
            display: block;
            width: 169px;
            height: 47px;
            line-height: 45px;
            border-radius: 47px;
            border: 2px solid #fff;
            font-size: 15.4px;
            color: #fff;
            text-align: center;
            margin-top: 60px;
            padding-left: 20px;
        }

            .logistics .info .a-details:after, .logistics .info .a-details after {
                content: '';
                display: inline-block;
                width: 8px;
                height: 14px;
                background: url(../bg/ico-gt.png) no-repeat;
                vertical-align: middle;
                margin: 0 0 0 20px;
            }
/*special*/
.special {
    background: #01bfe1;
    padding: 0;
}

    .special .info {
        padding-top: 150px;
    }

    .special .img {
        width: 57.3%;
        margin-left: 0;
    }
/*value*/
.value {
    background: #90c745;
    padding: 0;
}

    .value .img {
        width: 57.3%;
        margin-left: 0;
    }

    .value .info {
        padding-top: 150px;
    }
/*fba*/
.fba {
    background: #fca001;
    padding: 52px 0;
}

    .fba .info {
        padding-top: 150px;
    }

    .fba .img {
        width: 50.7%;
        padding-right: 30px;
    }

@media only screen and (max-width: 1200px) {
    .special .info, .value .info, .fba .info {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .logistics {
        padding: 120px 0 40px;
    }

    .special, .value {
        padding: 0;
    }

    .fba {
        padding: 40px 0;
    }

    .logistics .img {
        margin-left: 0;
        width: 60%;
    }

    .logistics .info {
        width: 40%;
        padding-top: 60px;
    }

    .special .info, .value .info, .fba .info {
        padding-top: 10%;
    }

    .logistics .info h1 {
        font-size: 40px;
        letter-spacing: 8px;
    }

    .logistics .info p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px;
    }

    .logistics .info .a-details {
        width: 130px;
        height: 37px;
        line-height: 33px;
        border-radius: 37px;
        padding-left: 12px;
        margin-top: 45px;
    }

        .logistics .info .a-details:after, .logistics .info .a-details after {
            margin: 0 0 0 10px;
        }
}

@media only screen and (max-width: 991px) {
    .logistics .info {
        padding-top: 40px;
    }

    .special .info, .value .info, .fba .info {
        padding-top: 10%;
    }

    .logistics .info p {
        padding-top: 10px;
    }

    .logistics .info .a-details {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 720px) {
    .logistics {
        padding: 60px 0 40px;
    }

    .special, .value {
        padding: 0 0 40px;
    }

    .fba {
        padding: 40px 0;
    }

    .logistics .img {
        width: 100%;
    }

    .fba .img {
        padding-right: 0;
    }

    .logistics .info {
        width: 93%;
        padding-top: 30px;
    }

    .special .info, .fba .info {
        float: right;
    }
}

@media only screen and (max-width: 480px) {
    .logistics .info {
        padding-top: 20px;
    }

        .logistics .info h1 {
            font-size: 30px;
            letter-spacing: 5px;
        }

        .logistics .info p {
            font-size: 14px;
            line-height: 20px;
        }

        .logistics .info .a-details {
            width: 110px;
            height: 32px;
            line-height: 28px;
            border-radius: 32px;
            font-size: 14px;
            margin-top: 20px;
            padding-left: 10px;
        }

            .logistics .info .a-details:after, .logistics .info .a-details after {
                width: 7px;
                height: 13px;
                -webkit-background-size: 100%;
                background-size: 100%;
                margin: 0 0 0 8px;
            }
}
/*---- global-value 全球物流-增值服务 ----*/
.content {
    width: 100%;
    background: #fff;
    padding: 40px 0;
    margin: 100px auto 0;
}

    .content .title {
        height: 46px;
        border-bottom: 2px solid #bababa;
    }

        .content .title h1 {
            font-size: 24px;
            line-height: 46px;
        }

.value-inner .head {
    width: 50%;
    margin: 35px auto 20px;
}

    .value-inner .head li {
        float: left;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        margin: 0 25px;
    }

        .value-inner .head li.he1 {
            background: #82c6e4;
        }

        .value-inner .head li.he2 {
            background: #f7c181;
        }

        .value-inner .head li.he3 {
            background: #77bf80;
        }

        .value-inner .head li.he4 {
            background: #d773df;
        }

        .value-inner .head li .tu {
            display: block;
            width: 48px;
            height: 43px;
            margin: 13px auto 0;
            text-align: center;
        }

        .value-inner .head li .tu1 {
            background: url(../bg/ico-tu1.png) no-repeat;
        }

        .value-inner .head li .tu2 {
            background: url(../bg/ico-tu2.png) no-repeat;
        }

        .value-inner .head li .tu3 {
            background: url(../bg/ico-tu3.png) no-repeat;
        }

        .value-inner .head li .tu4 {
            background: url(../bg/ico-tu4.png) no-repeat;
        }

        .value-inner .head li .nr {
            font-size: 14px;
            color: #fff;
            text-align: center;
        }

.value-inner .detail {
    width: 100%;
    padding-bottom: 40px;
}

    .value-inner .detail h3 {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        padding-left: 20px;
    }

        .value-inner .detail h3.d1 {
            background: #82c6e4;
        }

        .value-inner .detail h3.d2 {
            background: #f7c181;
        }

        .value-inner .detail h3.d3 {
            background: #77bf80;
        }

        .value-inner .detail h3.d4 {
            background: #d773df;
        }

    .value-inner .detail .img {
        width: 282px;
        padding-left: 20px;
        padding-top: 20px;
    }

        .value-inner .detail .img .bt {
            font-size: 18px;
            line-height: 36px;
            font-weight: 600;
        }

        .value-inner .detail .img .tu {
            width: 262px;
            border: 1px solid #e5e5e5;
            margin-bottom: 10px;
        }

            .value-inner .detail .img .tu img {
                width: 100%;
            }

    .value-inner .detail .info {
        width: 70%;
        padding-top: 20px;
        padding-left: 45px;
    }

        .value-inner .detail .info p {
            font-size: 14px;
            line-height: 36px;
            color: #333;
        }

    .value-inner .detail .list {
        width: 100%;
        margin: 30px auto 0;
    }

        .value-inner .detail .list li {
            position: relative;
            float: left;
            width: 18.3%;
            border: 1px solid #82c6e4;
            margin-left: 20px;
            text-align: center;
            padding: 20px 0 10px;
        }

            .value-inner .detail .list li .ico {
                position: absolute;
                top: 0;
                left: 1px;
                display: inline-block;
                width: 28px;
                height: 21px;
                background: url(../bg/ico-odds.png) no-repeat;
            }

            .value-inner .detail .list li .tit {
                font-size: 14px;
                line-height: 30px;
            }

                .value-inner .detail .list li .tit em {
                    font-size: 24px;
                    color: #f08200;
                    font-weight: bold;
                }

            .value-inner .detail .list li .nr {
                font-size: 12px;
                line-height: 20px;
            }

.value-inner .val-d2 .info {
    padding-left: 20px;
}

    .value-inner .val-d2 .info .tit {
        font-size: 16px;
        line-height: 36px;
        font-weight: 600;
    }

@media only screen and (max-width: 1200px) {
    .value-inner .head {
        width: 70%;
    }

    .value-inner .detail .img {
        width: 25%;
    }

        .value-inner .detail .img .tu {
            width: 100%;
        }

    .value-inner .detail .list li {
        width: 17.9%;
    }
}

@media only screen and (max-width: 991px) {
    .value-inner .head {
        width: 84%;
    }

    .value-inner .detail .list li {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .value-inner .head {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .content {
        padding: 20px 0;
        margin: 60px auto 0;
    }

    .value-inner .head {
        margin: 18px auto 10px;
    }

        .value-inner .head li.he1,
        .value-inner .head li.he2 {
            margin-bottom: 10px;
        }

    .value-inner .detail {
        padding-bottom: 20px;
    }

        .value-inner .detail .img {
            padding-left: 10px;
            padding-top: 10px;
        }

        .value-inner .detail .info {
            padding-left: 30px;
            padding-top: 10px;
        }

        .value-inner .detail .list {
            margin: 15px auto 0;
        }

            .value-inner .detail .list li {
                margin-left: 10px;
            }

    .value-inner .val-d2 .info {
        width: 100%;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .value-inner .head {
        width: 53%;
    }
}

@media only screen and (max-width: 480px) {
    .value-inner .head {
        width: 79%;
    }

    .value-inner .detail .img {
        width: 100%;
    }

        .value-inner .detail .img .tu {
            display: inline-block;
            width: 48%;
            margin-bottom: 0;
        }

    .value-inner .detail .info {
        width: 100%;
        padding-left: 10px;
    }

        .value-inner .detail .info p {
            line-height: 30px;
        }

    .value-inner .detail .list li {
        width: 47%;
    }

        .value-inner .detail .list li .nr {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

@media only screen and (max-width: 413px) {
    .value-inner .head {
        width: 85%;
    }

        .value-inner .head li {
            margin: 0 20px;
        }
}

@media only screen and (max-width: 360px) {
    .value-inner .detail .list li {
        width: 46%;
    }
}

@media only screen and (max-width: 320px) {
    .value-inner .head {
        width: 100%;
    }
}
/*---- service 服务 ----*/




@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 720px) {
}
/*---- business-news 商学院-新闻与资讯 ----*/
.business-school .side {
    width: 25%;
}

    .business-school .side h3 {
        font-size: 18px;
        line-height: 55px;
        color: #000;
    }

    .business-school .side li {
        float: left;
        width: 191px;
        height: 40px;
    }

        .business-school .side li.cur {
            background: url(../bg/bg-side.png) no-repeat;
        }

        .business-school .side li a {
            font-size: 14px;
            line-height: 40px;
            color: #666;
            padding-left: 16px;
        }

        .business-school .side li.cur a {
            color: #fff;
        }

.business-school .info {
    width: 75%;
    padding-bottom: 55px;
}

    .business-school .info .img {
        position: relative;
        width: 100%;
    }

        .business-school .info .img img {
            width: 100%;
        }

        .business-school .info .img .mask {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background: url(../bg/bg-t5.png) repeat;
            font-size: 18px;
            line-height: 50px;
            color: #fff;
            padding-left: 20px;
        }

    .business-school .info .news-list {
        width: 100%;
        margin: 12px auto 56px;
    }

        .business-school .info .news-list li {
            width: 100%;
            line-height: 59px;
            padding: 0 20px;
            border-bottom: 1px solid #eeeeee;
        }

            .business-school .info .news-list li a {
                display: block;
                width: 100%;
            }

            .business-school .info .news-list li .tit {
                float: left;
                display: inline-block;
                width: 75%;
                font-size: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .business-school .info .news-list li .date {
                display: inline-block;
                width: 25%;
                text-align: right;
                font-size: 14px;
                color: #999;
            }

@media only screen and (max-width: 991px) {
    .business-school .side li {
        width: 120px;
    }

        .business-school .side li.cur {
            background: url(../bg/bg-side2.png) no-repeat;
        }

    .business-school .info .news-list li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 720px) {
    .business-school .side {
        width: 100%;
    }

    .business-school .info {
        width: 100%;
        padding: 10px 0 30px;
    }

        .business-school .info .img .mask {
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            padding-left: 10px;
        }

        .business-school .info .news-list {
            margin: 8px auto 28px;
        }

            .business-school .info .news-list li {
                line-height: 48px;
            }

                .business-school .info .news-list li .tit {
                    font-size: 14px;
                }

                .business-school .info .news-list li .date {
                    font-size: 12px;
                }
}

@media only screen and (max-width: 413px) {
    .business-school .info .news-list li {
        padding: 0 2px;
    }

        .business-school .info .news-list li .tit {
            width: 72%;
        }

        .business-school .info .news-list li .date {
            width: 28%;
        }
}
/*---- business-news-detail 商学院-新闻与资讯详情 ----*/
.news-detail .main .head {
    padding: 30px 0;
    text-align: center;
}

    .news-detail .main .head h3 {
        font-size: 24px;
        line-height: 30px;
        color: #323232;
    }

    .news-detail .main .head p {
        font-size: 12px;
        line-height: 22px;
        padding-top: 15px;
        color: #323232;
    }

        .news-detail .main .head p em {
            padding-left: 20px;
        }

.news-detail .main .info {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .news-detail .main .info p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-indent: 2em;
        padding-bottom: 20px;
    }

        .news-detail .main .info p.img {
            display: block;
            width: 67%;
            text-align: center;
            margin: 0 auto;
            text-indent: 0;
            padding-bottom: 10px;
        }

            .news-detail .main .info p.img img {
                width: 100%;
            }

            .news-detail .main .info p.img em {
                display: block;
                line-height: 26px;
                padding-top: 10px;
            }

.news-detail .main .other {
    padding-top: 28px;
}

    .news-detail .main .other h4 {
        font-size: 18px;
        line-height: 38px;
        color: #028cc8;
    }

        .news-detail .main .other h4:before,
        .news-detail .main .other h4 before {
            content: '';
            display: inline-block;
            width: 38px;
            height: 38px;
            background: url(../bg/ico-infor.png) no-repeat;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

    .news-detail .main .other ul {
        padding-top: 15px;
    }

        .news-detail .main .other ul li {
            width: 100%;
            line-height: 26px;
            font-size: 14px;
            color: #999;
        }

            .news-detail .main .other ul li a {
                color: #028cc8;
            }

            .news-detail .main .other ul li:hover a {
                text-decoration: underline;
            }

@media only screen and (max-width: 720px) {
    .news-detail .main .info {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .news-detail .main .head {
        padding: 15px 0;
    }

        .news-detail .main .head h3 {
            font-size: 20px;
            line-height: 26px;
        }

        .news-detail .main .head p {
            padding-top: 8px;
        }

    .news-detail .main .info {
        padding-bottom: 10px;
    }

        .news-detail .main .info p {
            font-size: 13px;
            line-height: 22px;
            padding-bottom: 10px;
        }

            .news-detail .main .info p.img {
                width: 90%;
            }

                .news-detail .main .info p.img em {
                    line-height: 22px;
                    padding-top: 5px;
                }

    .news-detail .main .other {
        padding-top: 14px;
    }

        .news-detail .main .other h4 {
            font-size: 16px;
            line-height: 30px;
        }

            .news-detail .main .other h4:before,
            .news-detail .main .other h4 before {
                width: 30px;
                height: 30px;
                -webkit-background-size: 100%;
                background-size: 100%;
            }

        .news-detail .main .other ul li {
            font-size: 12px;
            line-height: 24px;
        }

            .news-detail .main .other ul li a {
                font-size: 12px;
            }
}
/*---- business-copy 商学院-精彩文案下载 ----*/
.business-school .copy .title {
    height: 52px;
    border-bottom: 0;
    background: #eeeeee;
}

    .business-school .copy .title h1 {
        float: left;
        display: inline-block;
        font-size: 18px;
        line-height: 52px;
        padding-left: 20px;
    }

.business-school .copy .list {
    width: 100%;
    margin: 17px auto 0;
}

    .business-school .copy .list li {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        padding: 12px 20px;
        line-height: 36px;
        border-bottom: 1px solid #eeeeee;
    }

        .business-school .copy .list li span {
            display: block;
            float: left;
            width: 60%;
            font-size: 16px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .business-school .copy .list li:hover span {
            color: #028cc8;
        }

        .business-school .copy .list li a {
            display: block;
            float: right;
            width: 20%;
            font-size: 14px;
            color: #999;
            text-align: right;
        }

        .business-school .copy .list li:hover a {
            color: #028cc8;
        }

@media only screen and (max-width: 720px) {
    .business-school .copy .title {
        height: 45px;
    }

        .business-school .copy .title h1 {
            font-size: 16px;
            line-height: 45px;
            padding-left: 10px;
        }

    .business-school .copy .list {
        margin: 10px auto 0;
    }

        .business-school .copy .list li {
            height: 50px;
            padding: 10px;
            line-height: 30px;
        }

            .business-school .copy .list li span {
                font-size: 14px;
            }

            .business-school .copy .list li a {
                font-size: 12px;
            }
}
/*---- business-case 商学院-成功案例 ----*/
.business-school .copy .case-list {
    width: 100%;
    margin: 0 auto 45px;
}

    .business-school .copy .case-list li {
        margin-top: 30px;
    }

        .business-school .copy .case-list li .item {
            width: 100%;
        }

        .business-school .copy .case-list li .img {
            width: 32%;
        }

            .business-school .copy .case-list li .img img {
                width: 100%;
            }

        .business-school .copy .case-list li .info {
            width: 68%;
            padding: 0 16px 0 30px;
        }

            .business-school .copy .case-list li .info span {
                font-size: 18px;
                line-height: 28px;
                color: #333;
            }

            .business-school .copy .case-list li .info p {
                font-size: 12px;
                line-height: 24px;
                color: #999;
                padding-top: 8px;
            }

            .business-school .copy .case-list li .info a {
                display: block;
                font-size: 14px;
                line-height: 28px;
                color: #333;
                padding-top: 12px;
            }

        .business-school .copy .case-list li:hover .info a {
            color: #028cc8;
        }

        .business-school .copy .case-list li .info a:after,
        .business-school .copy .case-list li .info a after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../bg/ico-det.png) no-repeat;
            margin: 0 0 0 6px;
            vertical-align: middle;
        }

        .business-school .copy .case-list li:hover .info a:after,
        .business-school .copy .case-list li:hover .info a after {
            background-image: url(../bg/ico-det-w.png);
        }

@media only screen and (max-width: 720px) {
    .business-school .copy .case-list {
        margin: 0 auto 25px;
    }

        .business-school .copy .case-list li {
            margin-top: 15px;
        }
}

@media only screen and (max-width: 480px) {
    .business-school .copy .case-list li .img {
        width: 100%;
    }

    .business-school .copy .case-list li .info {
        width: 100%;
        padding: 10px 0 0;
    }
}
/*---- business-video 商学院-精彩视频 ----*/
.business-school .copy .title .sort {
    line-height: 52px;
    padding-right: 18px;
}

    .business-school .copy .title .sort span {
        display: inline-block;
        width: 52px;
        height: 26px;
        line-height: 26px;
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 2px;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-left: 10px;
        cursor: default;
    }

        .business-school .copy .title .sort span.cur {
            border-color: #028cc8;
            color: #028cc8;
        }

.business-school .copy .video-list {
    margin: 20px auto 30px;
}

    .business-school .copy .video-list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .business-school .copy .video-list li.col-md-4,
    .business-school .copy .video-list li.col-sm-4,
    .business-school .copy .video-list li.col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .business-school .copy .video-list li .img {
        width: 100%;
        position: relative;
    }

        .business-school .copy .video-list li .img img {
            width: 100%;
        }

        .business-school .copy .video-list li .img .play-sm {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            cursor: pointer;
            background: url(../bg/ico-play.png) no-repeat center center;
        }

    .business-school .copy .video-list li .info {
        width: 100%;
        line-height: 50px;
        text-align: center;
        padding-bottom: 10px;
    }

        .business-school .copy .video-list li .info span {
            display: block;
            font-size: 14px;
            color: #000;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

@media only screen and (max-width: 720px) {
    .business-school .copy .title .sort {
        line-height: 45px;
        padding-right: 9px;
    }

        .business-school .copy .title .sort span {
            width: 45px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            margin-left: 5px;
        }

    .business-school .copy .video-list {
        margin: 10px auto 15px;
    }

        .business-school .copy .video-list li .info {
            padding: 0 0 10px;
        }
}

@media only screen and (max-width: 480px) {
    .business-school .copy .title .sort span {
        margin-left: 2px;
    }

    .business-school .copy .video-list li {
        width: 100%;
    }

        .business-school .copy .video-list li .info {
            line-height: 45px;
            padding: 0 0 5px;
        }
}
/*---- novice-value 新手上路-增值服务 ----*/
.content .novice .bread-crumbs {
    line-height: 36px;
    padding-bottom: 10px;
}

    .content .novice .bread-crumbs a {
        font-size: 14px;
        color: #999;
    }

        .content .novice .bread-crumbs a:hover, .content .novice .bread-crumbs.cur {
            color: #333;
        }

    .content .novice .bread-crumbs .gt {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../bg/ico-gt-g.png) no-repeat;
        vertical-align: middle;
        margin: 0 8px;
    }

.content .novice .main .detail {
    width: 100%;
    padding-bottom: 30px;
}

    .content .novice .main .detail h3 {
        display: block;
        width: 100%;
        height: 48px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 48px;
        color: #fff;
        padding-left: 20px;
        background: #028cc8;
    }

    .content .novice .main .detail .info {
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
    }

        .content .novice .main .detail .info span {
            font-size: 16px;
            line-height: 30px;
            color: #333;
        }

        .content .novice .main .detail .info p {
            font-size: 14px;
            line-height: 30px;
            color: #666;
        }

            .content .novice .main .detail .info p.c3 {
                color: #333;
            }

@media only screen and (max-width: 720px) {
    .content .novice .bread-crumbs {
        padding-bottom: 5px;
    }

    .content .novice .main .detail {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .content .novice .main .detail h3 {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }

    .content .novice .main .detail .info {
        padding-top: 10px;
        padding-left: 10px;
    }

        .content .novice .main .detail .info span {
            line-height: 28px;
        }

        .content .novice .main .detail .info p {
            line-height: 28px;
        }
}
/*---- novice-problem 新手上路-常见问题 ----*/
.cont-p {
    padding: 0 0 40px;
}

.content .novice-bg {
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

.content .bg-pro {
    background: url(../bg/bg-pro.jpg) no-repeat center center;
}

.content .novice-bg h1 {
    padding-top: 80px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
}

.content .novice-bg .bread-crumbs {
    font-size: 14px;
    line-height: 36px;
    padding-top: 10px;
}

    .content .novice-bg .bread-crumbs a, .content .novice-bg .bread-crumbs span.text {
        font-size: 14px;
        color: #fff;
    }

    .content .novice-bg .bread-crumbs .gt {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../bg/ico-gt2.png) no-repeat;
        vertical-align: middle;
        margin: 0 8px;
    }

.content .novice .problem .list {
    padding-bottom: 60px;
}

    .content .novice .problem .list li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .content .novice .problem .list li span {
            font-size: 18px;
            line-height: 36px;
            color: #333;
        }

        .content .novice .problem .list li p {
            font-size: 14px;
            line-height: 36px;
            color: #666;
        }

@media only screen and (max-width: 720px) {
    .cont-p {
        padding: 0 0 20px;
    }

    .content .novice .problem .list {
        padding-bottom: 30px;
    }

        .content .novice .problem .list li {
            padding: 10px 0;
        }
}

@media only screen and (max-width: 480px) {
    .content .novice .problem .list li span,
    .content .novice .problem .list li p {
        line-height: 30px;
    }
}
/*---- novice-about-us 新手上路-关于我们 ----*/
.bg-about {
    background: url(../bg/bg-about.jpg) no-repeat center center;
}

.content .novice .about-us {
    padding-top: 60px;
}

    .content .novice .about-us .head {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        .content .novice .about-us .head a,
        .content .novice .about-us .head span {
            display: inline-block;
            width: 232px;
            height: 52px;
            line-height: 52px;
            background: #eeeeee;
            font-size: 16px;
            color: #333;
            margin: 0 -2px;
            cursor: default;
        }

            .content .novice .about-us .head a.cur,
            .content .novice .about-us .head span.cur {
                background: #028cc8;
                color: #fff;
            }

            .content .novice .about-us .head a:first-child,
            .content .novice .about-us .head span:first-child {
                border-radius: 5px 0 0 5px;
            }

            .content .novice .about-us .head a:last-child,
            .content .novice .about-us .head span:last-child {
                border-radius: 0 5px 5px 0;
            }

    .content .novice .about-us .inner {
        width: 100%;
        margin: 30px auto;
    }

        .content .novice .about-us .inner p {
            font-size: 14px;
            line-height: 36px;
            color: #666;
        }

@media only screen and (max-width: 991px) {
    .content .novice .about-us .head span,
    .content .novice .about-us .head a {
        width: 35%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media only screen and (max-width: 720px) {
    .content .novice .about-us {
        padding-top: 30px;
    }

        .content .novice .about-us .head span,
        .content .novice .about-us .head a {
            width: 50%;
        }

        .content .novice .about-us .inner {
            margin: 10px auto;
        }
}
/*---- novice-process 新手上路-合作流程 ----*/
.bg-process {
    background: url(../bg/bg-process.jpg) no-repeat center center;
}

.content .novice .about-us .head span.br {
    border-radius: 5px;
}
/*---- novice-partner 新手上路-连展合伙人 ----*/
.bg-partner {
    background: url(../bg/bg-partner.jpg) no-repeat center center;
}
/*---- novice-tool1 新手上路-工具-货物跟踪 ----*/
.bg-tool {
    background: url(../bg/bg-tool.jpg) no-repeat center center;
}

.content .novice .about-us .head .s-tool {
    margin: 0 -1px;
}

.content .novice .tool {
    width: 100%;
    margin: 50px auto 0;
}

    .content .novice .tool .tit {
        height: 60px;
    }

        .content .novice .tool .tit h3 {
            display: inline-block;
            font-size: 24px;
            line-height: 60px;
        }

        .content .novice .tool .tit span {
            padding-left: 18px;
        }

    .content .novice .tool .search {
        width: 100%;
        margin: 0 auto;
    }

        .content .novice .tool .search .sea-l {
            width: 84%;
            height: 61px;
            border-radius: 3px 0 0 3px;
            border: 1px solid #b2b2b2;
        }

            .content .novice .tool .search .sea-l .sea-txt {
                /*position: relative;
    float: left;
    width: 33%;*/
                height: 28px;
                line-height: 28px;
                border-right: 1px solid rgba(102,102,102,0.5);
                margin-top: 16px;
                font-size: 16px;
                color: #666;
                text-align: left;
                padding-left: 20px;
            }

                .content .novice .tool .search .sea-l .sea-txt:last-child {
                    border-right: 0;
                }

                .content .novice .tool .search .sea-l .sea-txt .txt {
                    width: 100%;
                }

                    .content .novice .tool .search .sea-l .sea-txt .txt::-webkit-input-placeholder {
                        color: #666;
                    }

                    .content .novice .tool .search .sea-l .sea-txt .txt:-moz-placeholder {
                        color: #666;
                    }

                    .content .novice .tool .search .sea-l .sea-txt .txt::-moz-placeholder {
                        color: #666;
                    }

                    .content .novice .tool .search .sea-l .sea-txt .txt:-ms-input-placeholder {
                        color: #666;
                    }

                .content .novice .tool .search .sea-l .sea-txt .menu {
                    position: absolute;
                    left: 0;
                    top: 45px;
                    z-index: 100;
                    width: 100%;
                    height: 240px;
                    background: #fff;
                    border-radius: 3px;
                    overflow-x: hidden;
                    display: none;
                }

                    .content .novice .tool .search .sea-l .sea-txt .menu li {
                        width: 95%;
                        font-size: 16px;
                        line-height: 38px;
                        padding-left: 20px;
                        border-radius: 3px;
                    }

                        .content .novice .tool .search .sea-l .sea-txt .menu li.cur {
                            background: #0599d9;
                            color: #fff;
                        }

        .content .novice .tool .search .sea-r {
            width: 16%;
            height: 61px;
            text-align: center;
        }

            .content .novice .tool .search .sea-r a {
                display: block;
                width: 100%;
                line-height: 61px;
                background: #0599d9;
                border-radius: 0 3px 3px 0;
                font-size: 16px;
                color: #fff;
                letter-spacing: 3px;
            }

                .content .novice .tool .search .sea-r a:before,
                .content .novice .tool .search .sea-r a before {
                    content: '';
                    display: inline-block;
                    width: 18px;
                    height: 19px;
                    background: url(../bg/ico-search.png) no-repeat;
                    vertical-align: middle;
                    margin: 0 12px 0 0;
                }

    .content .novice .tool .info {
        width: 100%;
        margin: 0 auto;
    }

        .content .novice .tool .info table {
            width: 100%;
            border-top: 2px solid #bababa;
        }

            .content .novice .tool .info table th {
                font-size: 16px;
                line-height: 28px;
                color: #666;
                padding: 10px 0;
                font-weight: normal;
            }

                .content .novice .tool .info table th:first-child {
                    padding-left: 16px;
                }

            .content .novice .tool .info table td {
                font-size: 14px;
                line-height: 24px;
                color: #666;
                padding: 6px 0;
                border-top: 1px solid #eeeeee;
            }

                .content .novice .tool .info table td:first-child {
                    padding-left: 16px;
                }

@media only screen and (max-width: 991px) {
    .content .novice .about-us .head .s-tool {
        width: 24.5%;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 720px) {
    .content .novice .tool {
        margin: 20px auto 0;
    }

        .content .novice .tool .tit {
            height: 50px;
        }

            .content .novice .tool .tit h3 {
                font-size: 20px;
                line-height: 50px;
            }
}

@media only screen and (max-width: 600px) {
    .content .novice .tool .search .sea-l {
        width: 100%;
        height: auto;
        border-radius: 3px;
        background: none;
        border: none;
    }

        .content .novice .tool .search .sea-l .sea-txt {
            width: 100%;
            height: 50px;
            line-height: 50px;
            border: 1px solid #b2b2b2;
            font-size: 14px;
            margin-top: 0;
            padding-left: 10px;
            margin-bottom: 10px;
            border-radius: 3px;
        }

            .content .novice .tool .search .sea-l .sea-txt:last-child {
                border-right: 1px solid #b2b2b2;
            }

            .content .novice .tool .search .sea-l .sea-txt .menu li {
                font-size: 14px;
                line-height: 34px;
                padding-left: 10px;
            }

    .content .novice .tool .search .sea-r {
        width: 100%;
        height: 50px;
    }

        .content .novice .tool .search .sea-r a {
            line-height: 50px;
            font-size: 14px;
            border-radius: 3px;
        }

            .content .novice .tool .search .sea-r a:before,
            .content .novice .tool .search .sea-r a before {
                margin: 0 8px 0 0;
            }
}
/*---- novice-tool2 新手上路-工具-船期查询 ----*/



@media only screen and (max-width: 720px) {
}
/*---- novice-tool3 新手上路-工具-港口大全 ----*/
.content .novice .tool .search2 {
    width: 928px;
}

    .content .novice .tool .search2 .sea-l {
        width: 79%;
        border-right: 0;
    }

    .content .novice .tool .search2 .sea-r {
        width: 21%;
    }

.content .novice .tool .info2 {
    width: 100%;
    margin: 60px auto 0;
}

    .content .novice .tool .info2 table {
        width: 100%;
        border-top: 2px solid #bababa;
    }

        .content .novice .tool .info2 table th {
            font-size: 16px;
            line-height: 28px;
            color: #333;
            padding: 10px 0;
            font-weight: normal;
        }

            .content .novice .tool .info2 table th:first-child {
                padding-left: 16px;
            }

        .content .novice .tool .info2 table td {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            padding: 6px 0;
            border-top: 1px solid #eeeeee;
        }

            .content .novice .tool .info2 table td:first-child {
                padding-left: 16px;
            }

@media only screen and (max-width: 991px) {
    .content .novice .tool .search2 {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .content .novice .tool .search2 .sea-l,
    .content .novice .tool .search2 .sea-r {
        width: 100%;
    }

    .content .novice .tool .info2 {
        margin: 30px auto 0;
    }
}
/*---- novice-tool4 新手上路-工具-全球机场 ----*/
.content .novice .tool .info3 table {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

    .content .novice .tool .info3 table th {
        background: #eeeeee;
    }

@media only screen and (max-width: 720px) {
}
/*----  ----*/

@media only screen and (max-width: 720px) {
}
/*----  ----*/

@media only screen and (max-width: 720px) {
}

.showTag {
    display: none;
}

    .showTag > img {
        width: 25px;
        height: 25px;
    }

.show-mobile-ul {
    display: none
}

@media (max-width: 650px) {
    .show-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3px;
    }

    .showTag {
        display: inline-block;
    }

    .show-ul {
        display: none;
    }

    .show-mobile-box {
        background: #efefef;
    }

    .show-mobile-ul {
        display: block;
        margin: 10px 2px;
    }

    .business-school .side .show-mobile-ul > li {
        height: 35px;
        width: 85px;
        margin: 5px;
    }

    .business-school .side .show-mobile-ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 35px;
        text-align: center;
        border-radius: 35px;
        background: #fff;
        color: #666;
        padding-left: 0;
        font-size: 12px;
    }

    .business-school .side .show-mobile-ul .show-mobile-cur > a {
        background: #0599d9;
        color: #fff;
    }
}

/*---- 20190604新增 ----*/
/*---- customer-service 客服中心 ----*/
.customer {
    padding: 20px 0 60px;
    border-bottom: 2px solid #f2f2f2;
}

    .customer h3 {
        font-size: 24px;
        line-height: 30px;
        color: #4f4b4c;
        font-weight: bold;
    }

.customer-list {
    margin: 30px -23px 0;
}

    .customer-list li {
        float: left;
        width: 33.333333%;
        padding: 0 23px;
    }

        .customer-list li .item {
            width: 100%;
        }

        .customer-list li .img {
            width: 100%;
            box-shadow: 0 10px 10px rgba(34,44,58,0.05);
        }

            .customer-list li .img img {
                width: 100%;
            }

        .customer-list li .info {
            padding-top: 35px;
        }

            .customer-list li .info h4 {
                font-size: 24px;
                line-height: 30px;
                color: #4f4b4c;
            }

            .customer-list li .info p {
                font-size: 16px;
                line-height: 30px;
                color: #999;
                padding-top: 6px;
                text-align: justify;
            }

.customer-details {
    padding-top: 40px;
}

    .customer-details p {
        font-size: 18px;
        line-height: 36px;
        color: #4f4b4c;
    }

.complain {
    padding: 40px 0;
}

    .complain h3 {
        font-size: 24px;
        line-height: 30px;
        color: #4f4b4c;
        font-weight: bold;
    }

.complain-form {
    padding-top: 30px;
}

.form-main {
    position: relative;
    margin-bottom: 20px;
}

    .form-main span {
        display: inline-block;
        width: 115px;
        font-size: 16px;
        line-height: 45px;
        color: #333;
        vertical-align: top;
        text-align: right;
    }

.input-complain {
    width: 60%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
}

.area-complain {
    width: 80%;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
}

.form-main .icon-drop {
    position: absolute;
    z-index: 99;
    right: 31%;
    bottom: 13px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../bg/down.png")no-repeat center center;
    background-origin: content-box;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}

.complain-menu {
    display: none;
    position: absolute;
    left: 115px;
    top: 54px;
    z-index: 100;
    width: 60%;
    height: 200px;
    background: #fff;
    overflow-x: hidden;
    border: 1px solid #ddd;
}

    .complain-menu > ul > li {
        padding: 5px 10px;
        cursor: pointer;
    }

.btn-complain {
    padding: 20px 0 0 120px;
}

    .btn-complain button {
        display: inline-block;
        width: 70px;
        height: 37px;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
        border: 0;
        outline: 0;
        border-radius: 4px;
    }

.btn-submit {
    background-color: #028cc8;
}

.btn-cancel {
    background-color: #ff2525;
}

@media (max-width: 991px) {
    .form-main .icon-drop {
        right: 29%;
    }
}

@media (max-width: 750px) {
    .customer {
        padding: 10px 0 30px;
    }

    .customer-list {
        margin-top: 15px;
    }

        .customer-list li {
            width: 100%;
            margin-bottom: 20px;
        }

            .customer-list li:last-child {
                margin-bottom: 0;
            }

            .customer-list li .info {
                padding-top: 20px;
            }

    .customer-details {
        padding-top: 20px;
    }

    .complain {
        padding: 20px 0;
    }

    .complain-form {
        padding-top: 15px;
    }

    .input-complain, .area-complain {
        width: 75%;
    }

    .form-main .icon-drop {
        right: 6.5%;
    }

    .btn-complain {
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .customer h3 {
        font-size: 21px;
    }

    .customer-list li .info h4 {
        font-size: 21px;
    }

    .customer-list li .info p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 3px;
    }

    .customer-details p {
        font-size: 16px;
        line-height: 30px;
    }

    .complain h3 {
        font-size: 21px;
    }

    .form-main {
        margin-bottom: 10px;
    }

        .form-main span {
            width: auto;
            font-size: 15px;
        }

    .input-complain, .area-complain {
        width: 100%;
    }

    .form-main .icon-drop {
        right: 15px;
    }

    .btn-complain {
        padding-left: 0;
    }
}
/*---- contact-us 联系我们 ----*/
.contant {
    padding: 20px 0 100px;
}

    .contant h3 {
        font-size: 24px;
        line-height: 30px;
        color: #4f4b4c;
        font-weight: bold;
    }

.contant-main {
    padding-top: 30px;
}

.contant-info {
    width: 49%;
}

    .contant-info p {
        position: relative;
        font-size: 18px;
        line-height: 36px;
        color: #4f4b4c;
        padding-left: 40px;
    }

        .contant-info p i {
            position: absolute;
            top: 6px;
            left: 0;
            display: inline-block;
            width: 29px;
            height: 24px;
        }

.ico-contant1 {
    background: url(../bg/ico-contant1.png) no-repeat center left;
    background-size: 100%;
}

.ico-contant2 {
    background: url(../bg/ico-contant2.png) no-repeat center left;
    background-size: 100%;
}

.ico-contant3 {
    background: url(../bg/ico-contant3.png) no-repeat center left;
    background-size: 100%;
}

.ico-contant4 {
    background: url(../bg/ico-contant4.png) no-repeat center left;
    background-size: 100%;
}

.ico-contant5 {
    background: url(../bg/ico-contant5.png) no-repeat center left;
    background-size: 100%;
}

.ico-contant6 {
    background: url(../bg/ico-contant6.png) no-repeat center left;
    background-size: 100%;
}

.contant-wechat {
    padding-top: 30px;
}

.wechat-inner {
    width: 50%;
}

    .wechat-inner .img {
        width: 80%;
        padding-left: 40px;
        padding-top: 10px;
    }

        .wechat-inner .img img {
            width: 100%;
            padding: 14px;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
        }

.contant-info .wechat-inner .img p {
    padding-left: 0;
    text-align: center;
}

.contant-img {
    width: 50%;
    box-shadow: 0 10px 10px rgba(34,44,58,0.05);
}

    .contant-img img {
        width: 100%;
    }

@media (max-width: 991px) {
    .contant-info, .contant-img {
        width: 100%;
    }

    .contant-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {
    .contant {
        padding: 10px 0 50px;
    }

    .contant-main, .contant-wechat {
        padding-top: 15px;
    }

    .wechat-inner .img {
        padding: 0;
        margin: 10px auto 0;
    }
}

@media (max-width: 480px) {
    .contant h3 {
        font-size: 21px;
    }

    .contant-info p {
        font-size: 16px;
        padding-left: 36px;
    }

        .contant-info p i {
            width: 25px;
        }

    .wechat-inner .img img {
        padding: 10px;
    }
}
/*---- partner-apply 申请连展合伙人 ----*/
.partner-list li .img {
    position: relative;
}

.partner-num {
    position: absolute;
    right: 16px;
    bottom: -32px;
    width: 64px;
    height: 64px;
    background: #028cc8;
    border-radius: 100%;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border: 4px solid #fff;
    box-shadow: 0 10px 10px rgba(34,44,58,0.05);
    box-sizing: border-box;
    padding: 0 8px;
}

.form-main span.upload-image {
    height: 45px;
    background: #028cc8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    cursor: default;
    margin-left: 6px;
}

.upload-image:before, .upload-image before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../bg/ico-upload.png) no-repeat center;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

.form-main .input-annex[type=file] {
    position: absolute;
    top: 0;
    left: 70%;
    z-index: 1000;
    width: 18%;
    height: 45px;
    border: 0;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 480px) {
    .partner-num {
        width: 56px;
        height: 56px;
        font-size: 40px;
        line-height: 48px;
    }

    .form-main span.upload-image {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .form-main .input-annex[type=file] {
        top: 100px;
        left: 0;
        width: 100%;
    }
}
/*---- logistics-fba FBA跨境物流 ----*/
.cross-border {
    padding-top: 20px;
}

    .cross-border h3 {
        font-size: 24px;
        line-height: 30px;
        color: #4f4b4c;
        font-weight: bold;
        text-align: center;
    }

.cross-main {
    width: 600px;
    height: auto;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 10px rgba(34,44,58,0.05);
}

.form-cross {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    .form-cross span {
        display: inline-block;
        width: 150px;
        font-size: 14px;
        line-height: 40px;
        color: #999;
        vertical-align: top;
        text-align: right;
    }

.input-cross {
    width: 308px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 4px;
}

.form-cross .icon-drop {
    position: absolute;
    z-index: 99;
    right: 108px;
    bottom: 11px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../bg/down.png)no-repeat center center;
    background-origin: content-box;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}

.cross-menu {
    display: none;
    position: absolute;
    left: 155px;
    top: 45px;
    z-index: 100;
    width: 308px;
    height: 200px;
    background: #fff;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .cross-menu > ul > li {
        padding: 5px 10px;
        cursor: pointer;
    }

.btn-cross {
    padding: 40px 0;
    text-align: center;
}

.btn-inquiry {
    width: 218px;
    height: 40px;
    background: #028cc8;
    border-radius: 5px; /*40px;*/
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
}

@media (max-width: 750px) {
    .cross-border {
        padding-top: 10px;
    }

    .cross-main {
        width: 90%;
        padding: 20px 10px;
    }

    .btn-cross {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .cross-border h3 {
        font-size: 22px;
    }

    .cross-main {
        width: 95%;
    }

    .form-cross span {
        width: 108px;
    }

    .form-cross .icon-drop {
        right: 11%;
    }

    .input-cross {
        width: 60%;
    }
}

@media (max-width: 384px) {
    .form-cross .icon-drop {
        right: 7%;
    }
}

@media (max-width: 320px) {
    .form-cross span {
        width: 102px;
    }

    .input-cross {
        width: 57%;
    }
}
/*---- logistics-fba2 FBA跨境物流_询价 ----*/
.cross-main2 .form-cross span {
    width: 40%;
    font-size: 18px;
}

.cross-main2 .form-cross em {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    line-height: 45px;
    color: #333;
}

.cross-main2 .form-cross b {
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: #f08200;
}

@media (max-width: 480px) {
    .cross-main2 .form-cross span,
    .cross-main2 .form-cross em {
        font-size: 16px;
        line-height: 40px;
    }

    .cross-main2 .form-cross b {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 320px) {
    .cross-main2 .form-cross span,
    .cross-main2 .form-cross em {
        font-size: 15px;
    }

    .cross-main2 .form-cross span {
        width: 30%;
    }

    .cross-main2 .form-cross b {
        font-size: 22px;
    }
}
/*---- logistics-complex 综合物流 ----*/
.complex-title {
    width: 100%;
    padding: 0 34px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.item-check {
    position: relative;
    z-index: 0;
    float: left;
    width: 33.33333%;
}

    .item-check:nth-child(2) {
        text-align: center;
    }

    .item-check:last-child {
        float: right;
        text-align: right;
    }

    .item-check:after, .item-check after {
        position: absolute;
        top: 32px;
        left: 70px;
        z-index: -1;
        content: '';
        display: inline-block;
        width: 100%;
        height: 3px;
        background: #eee;
    }

    .item-check:last-child:after, .item-check:last-child after {
        width: 50%;
    }

    .item-check span {
        display: inline-block;
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background: #eee;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-align: center;
        padding: 20px 0;
        cursor: default;
    }

    .item-check:nth-child(2) span {
        padding: 24px 0;
    }

    .item-check.active span {
        background: #028cc8;
        color: #fff;
    }

.complex-main .form-cross span {
    color: #000;
    font-weight: bold;
}

.area-claim {
    width: 350px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 4px;
}

.complex-upload {
    position: relative;
    padding-left: 155px;
}

.complex-main .complex-upload .upload-annex {
    width: 124px;
    height: 35px;
    background: #ddd;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    cursor: default;
}

.complex-main .complex-upload .upload-txt {
    width: auto;
    font-size: 14px;
    line-height: 35px;
    color: #999;
    font-weight: normal;
    margin-left: 15px;
}

.complex-main .input-annex[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 124px;
    height: 35px;
    border: 0;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 750px) {
    .complex-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .area-claim {
        width: 308px;
    }
}

@media (max-width: 480px) {
    .complex-title {
        padding: 0 10px;
    }

    .item-check span {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 20px;
    }

    .item-check:nth-child(2) span {
        padding: 20px 0;
    }

    .item-check:after, .item-check after {
        top: 28px;
        left: 60px;
    }

    .item-check:last-child:after, .item-check:last-child after {
        width: 20%;
    }

    .area-claim {
        width: 60%;
    }

    .complex-upload {
        padding-left: 113px;
    }

    .complex-main .complex-upload .upload-txt {
        display: block;
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 320px) {
    .area-claim {
        width: 57%;
    }

    .complex-upload {
        padding-left: 107px;
    }
}
