@charset "utf-8";
/*全局元素样式*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', "\5b8b\4f53", sans-serif;
    }

body {
    margin: 0;
    background: #FFF;
    font-size: 14px;
    }

img {
    border: 0;
    }

ul, ol {
    list-style-type: none;
    }

select, input {
    vertical-align: middle;
    outline: none;
    }

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    }

a:active, a:hover {
    color: #09f;
    }

.margin_right_none {
    margin-right: 0 !important;
    }

.border_bottom_none {
    border-bottom: 0 !important;
    }

.padding_right_none {
    padding-right: 0 !important;
    }

.grid-1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    }

/***通用样式***/
/*-----------------------------------------------------------------*/
.clear {
    clear: both;
    }

.autocenter {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    }

.noborder {
    border: none !important;
    }

.hide{
    display: none !important;
    }

/*** header ***/
#header {
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 100;
    transition: top .25s;
    }

#header .top1 {
    background: #f2f7fb;
    height: 30px;
    line-height: 30px;
    }

#header .top1 #tel,
#header .top1 #icon-item {
    float: left;
    }

#header #tel {
    width: 880px;
    color: #666;
    background: url("/source/img/home/icon_phone.png") left no-repeat;
    padding-left: 25px;
    }

#header #icon-item {
    width: 295px;
    margin-top: 5px;
    position: relative;
    }

#header .top1 li {
    float: right;
    margin-left: 15px;
    }

#header .top1 li #wx_code,
#header .top1 li #mob_code {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-top: 5px;
    z-index: 101;
    display: none;
    }

#header .top1 li #wx_code {
    background: url("/source/img/home/wx_code.png") center no-repeat;
    background-size: contain;
    right: 0;
    }

#header .top1 li #mob_code {
    background: url("/source/img/home/m_code.png") center no-repeat;
    background-size: contain;
    right: 5px;
    }

#header .top1 li a {
    display: block;
    color: #666;
    height: 20px;
    line-height: 20px;
    }

#header .top1 a#user {
    background: url("/source/img/home/icon_page_a.png") left center no-repeat;
    padding-left: 25px;
    }

#header .top1 a#answer {
    background: url("/source/img/home/icon_page_wd.png") left center no-repeat;
    padding-left: 25px;
    }

#header .top1 a#mob {
    background: url("/source/img/home/icon_page_a1.png") left center no-repeat;
    width: 20px;
    }

#header .top1 a#wx {
    background: url("/source/img/home/icon_page_a2.png") left center no-repeat;
    width: 20px;
    }

/*--top2--*/
#header .top2 {
    background: #09f;
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #fff;
    }

#header .top2 .logo,
#header .top2 .nav {
    float: left;
    }

#header .top2 .logo {
    width: 200px;
    margin-top: 15px;
    }

#header .top2 .logo img {
    height: 50px;
    width: 140px;
    }

#header .top2 .nav {
    width: 1000px;
    margin-top: 30px;
    position: relative;
    }

#header .top2 .nav li {
    float: right;
    margin-left: 28px;
    height: 60px; /*此处高度防止鼠标移开，点不到二级菜单*/
    }

#header .top2 .nav li a {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    }

#header .top2 .nav li a:hover {
    color: #fff;
    }

#header .top2 .nav li a span.up_arrow {
    float: right;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    margin: 8px 0 0 5px;
    width: 10px;
    height: 10px;

    }

#header .top2 .nav li a span.down_arrow {
    float: right;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform 0.2s ease-out;
    margin: 1px 0 0 5px;
    width: 10px;
    height: 10px;
    }

#header .top2 .nav li > div {
    display: none;
    position: absolute;
    margin-top: 15px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f5f5f5;
    z-index: 999999;
    }

#header .top2 .nav li > div span.arrow {
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    margin-top: -10px;
    }

#header .top2 .nav li > div a {
    display: block;
    float: left;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    }

#header .top2 .nav li > div a:hover {
    color: #333;
    font-weight: bold;
    }

/*** nav ***/

/******运价查询表单******/

/*
独立使用此样式时，去掉此注释
* {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style-type: none;
}

.clear {
    clear: both;
}
*/

.freights_bar {
    position: absolute;
    z-index: 10;
    left: 50%;
    width: 850px;
    margin: 345px auto auto -425px;
    padding: 20px;
    border-radius: 10px;
    background: url('/source/img/fright_form_bg.png');
    }

.freights_bar .freight_tab {
    position: relative;
    top: 3px;
    }

.freights_bar .freight_tab a {
    display: inline-block;
    background: #09f;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;

    }

.freights_bar .freight_tab a span {
    display: block;
    position: relative;
    width: 94px;
    height: 37px;
    line-height: 34px;
    left: 3px;
    top: 4px;
    }

.freights_bar .freight_tab a.active span {
    background: #fff;
    color: #000;
    }

.freights_bar .freight_form {
    background: #fff;
    border: 3px solid #09f;
    height: 45px;
    }

.freights_bar .freight_form .icon,
.freights_bar .freight_form .air_icon,
.freights_bar .freight_form .pol_list,
.freights_bar .freight_form .pod_list,
.freights_bar .freight_form .air_pol_list,
.freights_bar .freight_form .air_pod_list,
.freights_bar .freight_form .btn {
    float: left;
    height: 44px;
    }

.freights_bar .freight_form .air_pol_list,
.freights_bar .freight_form .air_pod_list {
    display: none;
    }

.freights_bar .freight_form .pol_list,
.freights_bar .freight_form .air_pol_list {
    width: 200px;
    background: #f5f5f5 url(/source/img/fright_down.png) no-repeat 170px center;
    }

.freights_bar .freight_form .pol_list_click {
    background: #f5f5f5 url(/source/img/fright_up.png) no-repeat 170px center !important;
    }

.freights_bar .freight_form .pol_list input,
.freights_bar .freight_form .air_pol_list input {
    width: 100%;
    height: 45px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    text-indent: 1em;
    font-size: 16px;
    border-left: 1px solid #ccc;
    }

.freights_bar .freight_form .pol_list ul,
.freights_bar .freight_form .air_pol_list ul {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 2;
    }

.freights_bar .freight_form .pol_list ul li,
.freights_bar .freight_form .air_pol_list ul li {
    text-indent: 1em;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
    }

.freights_bar .freight_form .pol_list ul li span,
.freights_bar .freight_form .air_pol_list ul li span {
    float: right;
    margin-right: 1em;
    }

.freights_bar .freight_form .pol_list ul li:hover,
.freights_bar .freight_form .air_pol_list ul li:hover {
    background-color: #f5f5f5;
    }

.freights_bar .freight_form .pod_list input,
.freights_bar .freight_form .air_pod_list input {
    padding: 0;
    margin: 0;
    width: 464px;
    border: none;
    height: 44px;
    font-size: 16px;
    }

.freights_bar .freight_form .icon {
    background: #fff url("/source/img/fright_icon.png") no-repeat center;
    width: 60px;
    }

.freights_bar .freight_form .air_icon {
    background: #fff url("/source/img/air_icon.png") no-repeat center;
    width: 60px;
    }

.freights_bar .freight_form .btn input {
    background: #09f;
    border: none;
    height: 45px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    }

.freights_bar .freight_common,
.freights_bar .freight_common_air {
    display: none;
    position: relative;
    top: 3px;
    left: -3px;
    background: #fff;
    width: 848px;
    border: 1px solid #ccc;
    z-index: 1;
    font-size: 14px;
    }

.freights_bar .freight_common .route_tabs,
.freights_bar .freight_common_air .route_tabs {
    height: 41px;
    background: #f5f5f5;
    font-size: 16px;
    }

.freights_bar .freight_common .route_tabs a,
.freights_bar .freight_common_air .route_tabs a {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #333;
    margin-left: 1px;
    text-decoration: none;
    position: relative;
    top: 1px;
    }

.freights_bar .freight_common .route_tabs a:hover,
.freights_bar .freight_common_air .route_tabs a:hover {
    color: #09f;
    }

.freights_bar .freight_common .route_tabs a.active,
.freights_bar .freight_common_air .route_tabs a.active {
    background: #fff;
    color: #09f;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    }

.freights_bar .freight_common .route_content,
.freights_bar .freight_common_air .route_content {
    border-top: 1px solid #ccc;
    padding: 10px 0 20px 0;
    overflow: hidden;
    }

.freights_bar .freight_common .route_content div,
.freights_bar .freight_common_air .route_content div {
    display: none;
    }

.freights_bar .freight_common .route_content a,
.freights_bar .freight_common_air .route_content a {
    float: left;
    width: 100px;
    margin: 10px 0 0 5px;
    text-decoration: none;
    text-align: center;
    color: #555;
    overflow: hidden;
    }

.freights_bar .freight_common .route_content a:hover,
.freights_bar .freight_common_air .route_content a:hover {
    color: #09f;
    }

.freights_bar .freight_common .tip,
.freights_bar .freight_common_air .tip {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-indent: 2em;
    color: #333;
    }

/**自动完成**/
/*-----------------------------------------------------------------*/
.ui-menu-item {
    text-indent: 1em !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px;
    padding: 0 !important;
    border-top: 1px solid #ccc !important;
    background: #fff !important;
    cursor: pointer;
    }

.ui-menu-item:hover {
    background: #e9e9e9 !important;
    color: #333 !important;
    border-top: 1px solid #ccc !important;
    font-weight: normal !important;
    }

.ui-state-focus {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    font-weight: normal !important;
    }

.ui-autocomplete span {
    float: right;
    margin-right: 1em !important;
    }

/**运价查询表单结束**/

/*footer*/
/*-----------------------------------------------------------------*/
#footer {
    width: 100%;
    background: url("/source/img/footer.png") no-repeat center #252829;
    background-size: 100%;
    padding: 40px 0;
    }

#footer .foot_item > div {
    float: left;
    width: 159px;
    padding: 0 40px;
    border-right: 1px solid #666;
    }

#footer .foot_item > div a {
    display: block;
    color: #ccc;
    padding: 5px 0;
    }

#footer .foot_item > div a:hover {
    color: #fff;
    }

#footer .foot_item > div span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    }

.foot_item .right > div {
    float: left;
    height: 110px;
    width: 300px;
    }

#footer .foot_item > div .code_wx {
    background: url("/source/img/home/wx.jpg") center no-repeat;
    background-size: contain;
    height: 90px;
    }

#footer .foot_item > div .code_m {
    background: url("/source/img/home/m.jpg") center no-repeat;
    background-size: contain;
    height: 90px;
    }

#footer .foot_item > div .code_wx p,
#footer .foot_item > div .code_m p {
    color: #ccc;
    }

#footer .foot_item > div .code_wx p.title,
#footer .foot_item > div .code_m p.title {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
    }

#footer .cert {
    padding: 20px 0;
    text-align: center;
    }

#footer .cert img {
    height: 40px;
    padding: 0 2px;
    }

#footer .copy {
    color: #777;
    text-align: center;
    }

#footer .copy a {
    color: #777;
    }

#footer .link {
    overflow: hidden;
    padding-bottom: 20px;
    color: #777;
    }

#footer .link a {
    display: block;
    float: left;
    color: #777;
    height: 15px;
    line-height: 15px;
    padding: 0 5px 0 6px;
    border-left: 1px solid #777;
    margin-top: 5px;
    }

#footer .link a:hover {
    color: #ccc;
    }

/*全站通用轮播样式*/
/*-----------------------------------------------------------------*/
.flexslider {
    position: relative;
    height: 650px;
    /* overflow: hidden;*/
    background: url(/source/img/loading.gif) 50% no-repeat;
    margin-bottom: 20px;
    }

.slides {
    position: relative;
    z-index: 1;
    }

.slides li {
    height: 650px;
    /*
    cursor: pointer;
    */
    margin: 0 auto;
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    }

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
    }

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(/source/img/dot.png) right 0 no-repeat;
    cursor: pointer;
    }

.flex-control-nav .flex-active {
    background-position: 0 0;
    }

/*** 分页 ***/
/*-----------------------------------------------------------------*/
.page {
    margin-top: 20px;
    text-align: center;
    }

.page a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    margin-right: 5px;
    }

.page a:hover {
    background: #f5f5f5;
    }

.page a.current {
    background: #3572B0;
    color: #fff;
    border: none;
    }

/***CC客户文字***/
/*-----------------------------------------------------------------*/
.kf_qycn_com_cckf_direct_talking_dialog_text {
    text-align: left !important;
    }

.kf_qycn_com_cckf_direct_talking_dialog_text a {
    text-decoration: none
    }

.kf_qycn_com_cckf_direct_talking_dialog_text span {
    display: block;
    padding: 4px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    }

/***统计***/
#tracking {
    display: none;
    }

/***企点QQ***/
.qidian{
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 3px 12px !important;
    background:#fff url("/source/img/qidian.png") 5px center no-repeat !important;
    text-decoration: none !important;
    border: 1px solid #dadee7 !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-family: "microsoft yahei";
    text-align: center !important;
    color: #333 !important;
    font-weight: normal !important;
    text-indent: 15px !important;
    }

.qidian:hover{
    opacity: .8;
    }

/***企业QQ***/
#online {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 50%;
    width: 160px;
    height: 135px;
    margin-top: -67.5px;
    }

#online #online_icon,
#online #qq {
    float: left;
    height: inherit;
    }

#online #online_icon {
    width: 35px;
    cursor: pointer;
    }

#online #qq {
    width: 124px;
    background: rgb(22, 154, 218);
    text-align: center;
    cursor: pointer;
    border-left:1px solid #ccc;
    }

#online #qq img{
    vertical-align: middle;
    padding: 5px 0;
    }

#online #qq span{
    display: block;
    color: #fff;
    font-size: 16px;
    }

.icon_expand{
    background: url("/source/img/icon_expand.png") center no-repeat;
    }

.icon_collapse{
    background: url("/source/img/icon_collapse.png") center no-repeat;
    }

 .expand {
    right: 0;
    }

 .collapse {
    right: -125px !important;
    }

 /*百度展现logo*/

.site_logo{
    width: 1160px;
    height: 75px;
    padding: 20px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    background: #f5f5f5;
    line-height: 26px;
    }

.site_logo img{
    float: left;
    width: 121px;
    margin-right: 20px;
    }

.site_logo a{
    color: #09f;
    }

/*电子标识*/
.ebs{
    width: 128px;
    height: 52px;
    margin: 20px auto;
    }
.how_info{
    padding: 10px;
}
.tool_model_box .left .recommend .detail h2{
    font-size: 20px;
    padding: 10px 0;
    font-family: "microsoft yahei", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
.navigation {
    position: fixed;
    background: #fff;
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
}
.navigation a{
    color: #666;
    text-decoration: none;
}
.navigation a:hover {
    color: #136ec2;
}
.navigation ol{
    list-style-type: decimal!important;
}
.navigation ul{
    margin-left: 20px;
}
.navigation ol li {
    list-style-position:inside!important;
}