* {
    margin: 0;
    padding: 0;
}

body {
    /*font-size: 10px;*/
    font-family: Microsoft YaHei;
    background-color: #f6f6f6;
    /*min-width: 1215px;*/
    min-width: 1000px;
}

a {
    transition: all .2s;
}

    a:hover {
        transition: all .2s;
    }

h1,
h2,
h3,
h4,
p,
ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.full-width {
    width: 100%;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-between {
    justify-content: space-between;
    display: flex;
}

.mg-l-12 {
    margin-left: 12px;
}

.mg-l-13 {
    margin-left: 13px;
}

.mg-l-14 {
    margin-left: 14px;
}

.mg-l-17 {
    margin-left: 17px;
}

.mg-t-13 {
    margin-top: 13px;
}

.fixed-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.top-banner {
    /*height: 60px;*/
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #FFFFFF;
}

    .top-banner a span {
        font-size: 1.3rem;
    }

.top-banner-container {
    /*width: 1215px;*/
    width: 1000px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    /*padding: 0px 20px;*/
}

.login-btn {
    margin-left: 15px;
    color: #F36922;
    font-size: 1.3rem;
}

.login-user {
    margin-left: 15px;
    color: #F36922 !important;
    font-size: 1.3rem;
}

.common-container {
    /*width: 1215px;*/
    width: 1000px;
    margin: auto;
    /*padding:0px 20px;*/
}

    .common-container .logis-right-container {
        flex-basis:350px;
    }

.nav {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

    .nav li {
        list-style: none;
        font-size: 20px;
        font-weight: 400;
        color: #02011D;
        display: inline-block;
    }

    .nav a {
        text-decoration: none;
        font-size: 1.5rem;
        color: #000;
    }

        .nav a:hover {
            color: #0c60e1;
        }

    .nav li span {
        margin-left: 15px;
        font-size: 1.6rem;
        color: #666;
        font-weight: normal;
    }

.actived {
    /*font-weight: bold !important;*/
    color: #F78144 !important;
}


.top-nav span {
    font-family: STSongti;
    font-weight: bold;
    color: #111111;
}

.top-nav .login-btn {
    width: 90px;
    height: 38px;
    background: #F78144;
    border-radius: 19px;
    color: white;
    line-height: 38px;
    text-align: center;
}

.nav-block {
    font-weight: bold;
    color: #333;
    line-height:24px;
}

.logo-nav {
    height: 80px;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 10px;
    /*box-shadow: 6px 8px 20px 0px rgba(40,120,255,.08);*/
    box-shadow: 0 4px 4px -4px rgba(0,0,0,.2);
}

    .logo-nav > div > img {
        z-index:99;
    }

.navs {
    display: flex;
    align-items: center;
    margin-left: 159px;
    justify-content: right;
    width: 100%;
}

    .navs li {
        margin-left: 40px;
    }

        .navs li a {
            font-size: 1.4rem;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #4D4D4D;
            transition: all .2s;
        }

        .navs li:hover a {
            padding-bottom: 5px;
            border-bottom: 3px solid #F78144;
            color: #F78144;
            cursor: pointer;
            transition: all .2s;
        }

.current {
    padding-bottom: 16px;
    border-bottom: 3px solid #F78144;
    color: #F78144 !important;
}

.footer {
    width: 100%;
    /*height: 134px;*/
    background: #FFFFFF;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.resolution {
    font-family: STSongti;
    font-weight: 900;
    color: #111111;
}

.read a,
.pre-read {
    /*color: #006ED0;*/
}

.pre-read {
    margin-right: 9px;
}

.read li {
    margin-left: 5px;
}

    .read li a {
        margin-right: 9px;
        font-size: 1.3rem;
        margin-left: 4px;
    }

.mg-l-5 {
    margin-left: 5px;
}

.icp {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block !important;
}

    .icp span, .icp a {
        margin: 0px 5px;
        font-size: 1.3rem;
        color: #807B7F;
    }

        .icp a:hover {
            color: #23527c;
        }

.copyright {
    font-size: 13px;
    font-weight: 400;
    color: #807B7F;
    display: inline-block !important;
}

.absolution-box,
.absolution {
    position: fixed;
    top: 20%;
}

.absolution {
    top: 75% !important;
}

.absolution-box img {
    width: 98px;
    height: 360px;
}

.right {
    right: 0;
}

.search-container {
    width: 629px;
    height: 151px;
    background: #FFFFFF;
    /*border: 1px solid #F78144;*/
    border-top: 3px solid #F78144;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    padding-bottom: 0px;
    /*border-radius: 2px;*/
    /*border-top-left-radius:0px;*/
    /*border-top-right-radius:0px;*/
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.2);
}

.search-text {
    width: 107px;
    height: 97px;
    background: rgba(247, 129, 68, 0.15);
    border-radius: 4px;
    text-align: center;
    line-height: 97px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #F78144;
    letter-spacing: 5px;
    transition: all .2s;
}

    .search-text:hover {
        color: #F78144;
        background: rgba(247, 129, 68, 0.3);
        transition: all .2s;
    }

.private-line-inquiry {
    width: 426px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}

.inquiry-width {
    width: 434.9px !important;
}

.private-line {
    height: 100%;
    background: #feece3;
    /*padding-left: 13px;*/
    line-height: 40px;
    width: 135px;
    text-align: center;
    font-size: 1.3rem;
    color: #F78144;
    flex-shrink: 0;
    border-right:1px solid #e8e8e8;
}

.private-line-inquiry select {
    height: 100%;
    border: none;
    color: #FF5700;
    margin-left: 27px;
}

    .private-line-inquiry select:focus {
        outline: none;
    }

.private-line-inquiry input {
    height: 100%;
    border: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
    width: 124px;
}

.private-line-inquiry span {
    margin-left: 20px;
}

    .private-line-inquiry span > i {
        font-size: 2rem;
        color: #666;
    }

.logis-right-container {
    width: 299.2px;
    font-size: 1.3rem;
}

    .logis-right-container .media-qrcode {
        height: 120px;
        position: relative;
        /*border:1px solid #eee;*/
        background-color: #fff;
        margin-bottom: 10px;
    }

        .logis-right-container .media-qrcode:first-child {
            margin-top: 22px;
        }

        .logis-right-container .media-qrcode div {
            padding: 15px;
            margin-left: 115px;
            height: 120px;
            line-height: 30px;
            padding-top: 30px;
            color: #999;
        }

            .logis-right-container .media-qrcode div b {
                color: #333;
                font-size: 1.4rem;
            }

    .logis-right-container .media-contact {
        background-color: #fff;
        padding: 10px 20px;
    }

        .logis-right-container .media-contact p {
            display: block;
            padding: 10px 0px;
            font-size: 1.3rem;
        }

            .logis-right-container .media-contact p img {
                height: 20px;
                display: inline-block;
                margin-right: 5px;
            }

    .logis-right-container .media-qrcode img {
        display: block;
        float: left;
        height: 100px;
        margin-top: 10px;
        margin-left: 10px;
    }


/*  */

.contact {
    background-color: white;
    margin-bottom: 5px;
    width: 300px;
}

    .contact div {
        padding: 0 0 0 16px;
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }

.contract-us {
    height: 58px;
    background: #F78144;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 0 16px;
}

.logic-contract-us {
    background: #0070D4 !important;
}

.contact span {
    margin-left: 7px;
}

.logistics-box {
    background-color: #FFFFFF;
    /*margin-top: 17px;*/
    box-shadow: 6px 8px 20px 0px rgba(45, 44, 41, 0.1);
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.logic-container {
    padding: 10px 30px;
    font-size: 1.6rem;
    color: #1A1A1A;
    /*height: 57px;*/
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.right-content {
    /*border-bottom: 1px solid #E6E6E6;*/
    /*padding-bottom: 13px;*/
}

.logic-current {
    padding-bottom: 5px;
    border-bottom: 3px solid #F78144;
    color: #F78144 !important;
}


/* 分页 */
.paging {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
}

    .paging a {
        width: 22px;
        height: 22px;
        border: 1px solid #F36922;
        color: #F36922;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.current-page {
    width: 22px;
    height: 22px;
    background: #F78144;
    color: #fff !important;
}

.logic-paging {
    margin-top: 58px;
}

    .logic-paging a {
        border: 1px solid #0070D4;
        color: #0070D4;
    }

    .logic-paging .current-page {
        background: #0070D4 !important;
    }

.local {
    font-size: 1.3rem;
    color: #4D4D4D;
    margin-top: 39px;
    margin-bottom: 10px;
}

.cicle-banner-bg {
    padding-top: 121px;
}

    .cicle-banner-bg img {
        object-fit:cover;
    }

.pager-box {
    text-align: center;
    margin-bottom: 15px;
}

.videoMark {
    position: relative;
}

    .videoMark video {
        margin-top: 0px !important;
        z-index: 99;
    }

    .videoMark img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-left: -16px;
        margin-top: -16px;
    }

.article {
    min-height:590px;
    position:relative;
    padding-bottom:55px;
}