@charset "utf-8";
body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f7f6f6;
}
h1,h2,h3,h4{
    margin-top: 0px;
    margin-bottom: 10px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.clb {
    clear: both;
}
.sub-b{
    position: fixed;
    bottom: 0;
    right: 0;
}
.links-list a{margin-right: 10px}
.loop-des{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
    color: #fff;
    background-color: #828282ad;
    padding: 5px;
}
.loop-h3{
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 10;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    background-color: #d42d2db3;
    padding: 10px 15px;
}
#index-loop img{
    width: 100%;
    height: auto;
}
.img-p a{
    display: block;
}
.img-p a img{
    width: 100%;
}
.img-p a p{
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ddu-a{
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 1.8em;
    padding: 20px 0px;
    background-color: #b32e20;
    color: white;
    letter-spacing:1px;
    font-weight: bold;
}
.ddu-tit{
    width: 100%;
    height: 44px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #bd3c3c;
    font-weight: bold;
    letter-spacing: 1.5px;
    background-color: #abc3fb;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 6px solid #e2e2e2;
}
.ddu-a:hover{
    text-decoration: none;
    background-color: #dc3e2e;
    color: white;
}
.web-name{
    position: absolute;
    z-index: 5;
    width: 80%;
    left: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0d6aad;
    font-weight: bold;
    font-size: 18px;
}
.bread-box .breadcrumb {
    background-color: white;
    margin-bottom: 0px;
    margin-top: 10px;
}
.my-table>tbody>tr>td, .my-table>tbody>tr>th, .my-table>tfoot>tr>td, .my-table>tfoot>tr>th, .my-table>thead>tr>td, .my-table>thead>tr>th {
    padding: 8px 5px;
}
.fg-img{
    width: 100%;
    height: auto;
    margin-top: 10px;
    border: 2px solid white;
    border-radius:5px;

}
.my-btn{
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #ad6d0d;
}
.my-btn:hover{
    color: white;
    text-decoration: none;
    background-color: red;
}
.w-logo img {
    width: 125px;
    height: auto;
}

.w-banner-box {
    width: 100%;
    height: 50px;
}

.w-banner-left {
    width: 50%;
    float: left;
}

.w-banner-right {
    float: right;
    width: 50%;
    height: 50px;
    padding-right: 30px;
}

.w-banner-left p {
    margin-top: 15px;
    padding-left: 40px;
    color: grey;
}

.w-banner-right p {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #12ab2cd9;
    text-align: right;
}

.w-banner-right p span {
    color: #e2626e;
    margin-right: 10px;
    margin-top: 5px;

}

.w-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.w-brand img {
    margin-top: 5px;
    margin-left: 10px;
    height: 40px;
    width: auto;
}

.w-nav-box {
    background-color: white;
    border-bottom: 6px solid #e6e6e6;
}

.w-nav {
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    background-color: white;
    font-size: 16px;
    margin-bottom: 0px;
}

.w-nav .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.w-ul a {
    padding: 15px 25px !important;
    color: #333 !important;
}

.w-ul li.active a {
    color: #e76f08 !important;
    font-weight: bold;
    background-color: white !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
}
/*topend*/

.back-inner-box {
    width: 100%;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
    border-bottom: 3px solid #bfbfbf;
}
.back-box {
    background-color: white;
    margin: 10px 15px 0px 15px;
    border-radius: 5px;
    border-bottom: 3px solid #bfbfbf;
}

/*index*/
.country-ul{
    list-style: none;
    margin: 10px 0px;
}
.country-ul li{
    width: 18%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin:0px 1%;
    margin-bottom: 10px;
    float: left;
}
.country-ul li a{
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    text-decoration: none;
}
.country-ul li a:hover{
    padding: 5px 10px;
    color: white;
    background-color:#0e8dca;
    border-radius: 5px;
    text-decoration: none;
}
.cate-h2{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /*margin: 10px 0px 20px 0px;*/
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #a09054;
    color: #0e8dca;
}
/*index end*/

/*country*/
.table-css{
    width: 100%;

}
.table-css thead{
    background-color: #0d6aad;
    color: white;
}
.table-css thead tr th{
    border: 1px solid #0d6aad!important;
}
.country-content p{
    width: 100%;
    padding: 5px;
    line-height: 28px;
    text-align: justify;
}
.c-red{
    color: red;
    margin:0 2px;
}
/*port port*/
.title-h1{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.port-h2{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color:#65921e;
    margin: 10px 0;

}
.port-ul{
    width: 96%;
    padding:10px 5%;
    margin: 10px 2%;
    list-style: none;
    border: 1px dashed #8a8581;
    border-radius: 5px;
}
.port-ul li{
    float: left;
    width: 31.3%;
    margin: 5px 1%;
    overflow: hidden;
}
.port-ul li span{
    color:#d4ac54;
    margin-right: 5px;
}
.port-img{
    width: 90%;
    margin-left: 5%;
}
.port-content{
    margin-top: 10px;
    padding: 5px;
}
.port-content p{
    text-align: justify;
    line-height: 28px;
    margin-bottom: 10px;
}
.port-fee-list{
    list-style: none;
    width: 100%;
    padding: 5px;
}
.port-fee-list li{
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.port-fee-list li span{
    color: red;
    margin: 0px 10px;
}
.port-relate{
    list-style: none;
    width: 100%;
    padding: 5px;
}
.port-relate li{
    width: 18%;
    margin: 5px 1%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
/*fee*/
.fee-h1{
    width: 100%;
    /*height: 30px;*/
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.fee-h1 span{
    font-size: 10px;
    color: grey;
    float: right;
    font-weight: normal;
    margin-top: 3px;
}
.fee-box img{
    width: 48%;
    height: auto;
    float: left;
}
.fee-box ul{
    width: 51%;
    float: right;
    list-style: none;
}
.fee-box ul li{
    width: 40%;
    float: left;
    border: 1px solid #206cb6;
    margin: 10px 5%;
    height: 30px;
}
.fee-box ul li span{
    display: block;
    width: 30%;
    text-align: center;
    float: left;
    background-color: #206cb6;
    color: white;
    height: 28px;
    line-height: 28px;
}
.fee-box ul li i{
    width: 70%;
    display: block;
    float: right;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.fee-box table{
    width: 51%;
    float: right;
}
.fee-content p{
    text-align: justify;
}
/*fee end*/
/*country fee*/
.country-fee-h1{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.country-fee-h2{
    font-size: 14px;
}
.country-fee-ul{
    width: 100%;
    list-style: none;
    margin: 10px 0px;
}
.country-fee-ul li{
    width:9.1%;
    margin: 0px 1%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}
.country-fee-ul li a:hover{
    padding: 5px 11px;
    background-color: #b8ba2f;
    color: white;
    text-decoration: none;
    border-radius: 2px;
}
.country-fee-ul li a{
    padding: 5px 11px;
    background-color: #0dad4d;
    color: white;
    border-radius: 2px;
}
.country-fee-content img{
    width: 100%;
}
.country-fee-content p{
    text-align: justify;
    margin-top: 10px;
}
.major-list{
    width: 100%;

}
.major-list a{
    display: block;
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 2px 5px;
    background-color: #0d6aad;
    color: white;
    font-size: 12px;
    border-radius: 2px;
}
.major-list a:hover,.major-list .active{
    text-decoration: none;
    display: block;
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 2px 5px;
    background-color: #ad830d;
    color: white;
    font-size: 12px;
    border-radius: 2px;
}
.feetable{
    border: 1px solid #ddd;
    margin-top: 10px;
    font-size: 12px;
}
.feetable tr{
    border-top:1px solid #ddd ;
    border-bottom:1px solid #ddd ;
    margin-top: 10px;
}
.feetable td{
    border-top: none!important;
}
.tr-space{
    height: 10px;
}
.upside{
    font-size: 14px;
    color: white;

}
.downside{
    width: 100%;
    font-size: 12px;
    color: #d2cdcd;
}
.tocenter{
    text-align: center;
}
.bblue{
    background-color: #0d6aad;
}
.vcenter{
    vertical-align: middle!important;
    color: orangered;
}
/*country fee end*/

.w-bread {
    margin-top: 10px;
}

.w-bread .breadcrumb {
    background-color: white;
    margin-bottom: 0px;
}
.flinks h3{
    font-size: 14px;
    font-weight: bold;
}
.flinks p{
    margin-bottom: 10px;
}
.flinks p a{
    margin-right: 10px;
}
.footer {
    margin-top: 10px;
    width: 100%;
    background-color: #252829;
    padding: 20px 0px 10px 0px;
    color: #c8c6c6;
}

.p-cneter {
    width: 100%;
    text-align: center;
}
.p-cneter a{
    color: #c8c6c6!important;
}

.a-white {
    color: #c8c6c6;
}

.f-link {
    color: #c8c6c6;
    margin: 0px 5px;
}
.tocenter{
    text-align: center;
}

.box-dipaly {
    display: none;
}
.sub-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: white;
    background-color: darkred;
    margin: 0px;
    text-align: center;
    position: fixed;
    bottom: 60px;
}
.sub-box {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #1d1c1b;
    height: 60px;
    border-top: 2px solid #f5f0ed;
    opacity: 1;
    z-index: 1000;
}
.sub-box a{
    text-align: center;
}

.sub-box b {
    color: white;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    display: block;
    margin-top: 5px;
}

.sub-box a:hover {
    text-decoration: none;
}

.sub-box a h3 {
    color: #fef8f8;
    margin-top: 10px;
    font-size: 1em;
    font-weight: 500;
}
.online {
    width: 150px;
    position: fixed;
    top: 200px;
    right: 5px;
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 20px;
    padding-top: 0px;
    border-right: 1px solid burlywood;
    border-left: 1px solid burlywood;
    border-top: 20px solid burlywood;
    border-bottom: 5px solid burlywood;
    z-index: 1;
}

.online h3 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.online img{
    width: 100%;
    height: auto;
}
.online p{
    font-size: 14px;
    text-align: center;
    font-weight: 300;

}

.callus{
    position: fixed;
    bottom: 0;
    width: 600px;
    left: 5px;
    padding:0;
    background-color: #0A0A0A;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1000;
    border-bottom: 3px solid #a8300c;
}
.callus h3{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ece9e9;
    font-size: 17px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #a8300c;
    letter-spacing: 1.5px;
}
.callus h4{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}

.mp{
    width: 278px;
    float: left;
    margin: 10px;
    border: 1px solid grey;
    padding: 5px;
}
.mp ul{
    width: 160px;
    float: left;
    margin-left: 20px;
}
.mp ul li{
    color: white;
    height: 25px;
    line-height: 25px;
}
.mp ul li img{
    margin-left: 15px;
    width: 60px;
    height: 20px;

}
.mp-img{
    width: 75px;
    height: 75px;
    float: left;
}

/*专线首页*/
.ddu-list a{
    display: block;
    text-align: center;
    padding: 20px 0px;
    background-color: #bd3c3c;
    margin-top: 10px;
    font-size: 1.8em;
    color: white;
}
.ddu-list a:hover{
    text-decoration: none;
    background-color: #ec6c6c;
}
/*专线国家*/
.ddu-h1{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
.ddu-h1 span{
    font-size: 14px;
    color: grey;
    font-weight: normal;
}
.ddu-ul{
    list-style: none;
    background-color: #0d6aad;

}
.ddu-ul li{
    float: left;
    width: 25%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    text-align: center;
}
.ddu-ul li.active,.ddu-ul li:hover{
    background-color: #94691b;
}
.ddu-ul li a{
    color: white;
    display: block;
}
.ddu-ul li a:hover{
    text-decoration: none;
}

.ddu-left h3{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #0d6aad;
    font-size: 18px;
    margin-bottom: 0px;
}
.ddu-left ul{
    list-style: none;
}
.ddu-left ul li{
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
}
.ddu-left ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background-color: #d6d6d6;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.ddu-left ul li a:hover,.ddu-left ul li a.active{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background-color: #d47d40;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.ddu-left ul li a::before{
    margin-right: 10px;
}
.ddu-img{
    width: 100%;
    height: auto;
}
.ddu-box h2{
    color: #0d6aad;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 5px 0px 10px 0px;
    border-bottom: 1px dashed #e4e4e4;
    background-color: #eaeaea;
    padding-left: 10px;
}
/*.ddu-box h2::before{*/
/*    content: ">>";*/
/*    font-weight: bolder;*/
/*}*/
.ddu-box p{
    line-height: 24px;
    color: #3e3d3d;
}
.a_list{
    list-style: none;
}
.a_list li{
    width: 23%;
    margin: 5px 1%;
    float: left;
    padding: 5px;
    border: 1px solid #ececec;
}
.a_list li a img{
    width: 100%;

}
.a_list li a span{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 1180px) {
    .country-fee-ul li{
        width:23%;
        margin: 5px 1%;
        float: left;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-align: center;
    }
}
@media (max-width: 800px) {
    .loop-h3{
        font-size: 30px;
    }
    .loop-des{
        font-size: 14px;
        line-height: 20px;
    }
    /*专线*/
    .a_list li{
        width: 48%;
        margin: 5px 1%;
        float: left;
        padding: 5px;
        border: 1px solid #ececec;
    }
    .ddu-ul li{
        float: left;
        width: 50%;
        height: 36px;
        line-height: 36px;
        padding: 0px 10px;
        text-align: center;
    }
    /*index*/
    .country-ul li{
        width: 31.3%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        margin:0px 1%;
        margin-bottom: 10px;
        float: left;
    }
    /*index end*/
    .back-inner-box {
        width: 100%;
        padding: 5px;
        background-color: white;
        border-radius: 5px;
        margin-top: 10px;
    }
    .box-dipaly {
        display: block;
    }
    /*port*/
    .port-ul li{
        float: left;
        width: 100%;
        margin: 5px 0px;
        overflow: hidden;
    }
    /*country*/
    .table-css{
        border: none;
    }
    .table-css td{
        border: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 1px solid #ddd;
    }
    /*fee*/
    .fee-h1 span{
        font-size: 10px;
        color: grey;
        /*float: right;*/
        font-weight: normal;
        margin-top: 3px;
        width: 100%;
        display: block;
    }
    .fee-box img{
        width: 100%;
        height: auto;
        float: left;
    }
    .fee-box ul{
        width: 100%;
        float: right;
        list-style: none;
    }
    .fee-box table{
        width: 100%;
        float: right;
        list-style: none;
    }

    .country-fee-ul li{
        width:31.3%;
        margin: 5px 1%;
        float: left;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-align: center;
    }
    /*fee end*/
    .ddu-a{
        font-size: 1em;
        padding: 20px 0px;
    }

}