@charset "utf-8";
@import url("global.css");

/*查询表单*/
.freights_query {
    width: 100%;
    height: 400px;
    position: relative;
    /*  background: #EB5615;*/
    }

.fcl_bg {
    background: url("/source/img/fcl_bg.jpg") 50% 0 no-repeat;
    }

.lcl_bg {
    background: url("/source/img/lcl_bg.jpg") 50% 0 no-repeat;
    }

.air_bg {
    background: url("/source/img/air_bg.jpg") 50% 0 no-repeat;
    }

.freights_bar {
    margin-top: 100px !important;
    }

/*定义首页通用样式*/
.freights_model_box {
    margin-top: 40px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 1198px;
    }

.freights_model_box #freights_nav {
    margin-top: 20px;
    padding-left: 35px;
    width: 60%;
    height: 23px;
    line-height: 23px;
    background: url('/source/img/comm.png') no-repeat 0 0;
    font-size: 14px;
    color: #09f;
    }

.freights_model_box #freights_nav h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 14px !important;
    }

.freights_model_box #freights_nav a {
    color: #09f;
    }

/****进度***/
.freights_model_box .freights_jd {
    background: url("/source/img/jd.png") no-repeat;
    height: 45px;
    margin: 40px 0;
    }

.jd_a {
    background-position: 0 0 !important;
    }

.jd_b {
    background-position: 0 -45px !important;
    }

.jd_c {
    background-position: 0 -90px !important;
    }

.jd_d {
    background-position: 0 -135px !important;
    }

.freights_model_box .left,
.freights_model_box .right {
    float: left;
    }

.freights_model_box .left {
    width: 910px;
    margin-right: 18px;
    overflow: hidden;
    }

.freights_model_box .right {
    width: 270px;
    }

/*右侧*/
.freights_model_box .right .api {
    margin-top: 15px;
    }

.freights_model_box .right .tel {
    background: #2065C4;;
    height: 100px;
    margin-top: 15px;
    overflow: hidden;
    }

.freights_model_box .right .tel span {
    display: block;
    margin: 10px 0 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;

    }

.freights_model_box .right .tel p {
    margin-left: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    }

.freights_model_box .right p.title {
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    color: #0e83bf;
    font-weight: bold;
    text-indent: 1em;
    margin-top: 15px;
    }

.freights_model_box .right p.title span {
   float: right;
    margin-right: 10px;
    }

.freights_model_box .right p.title span a{
    font-size: 14px;
    font-weight: normal;
    }

.freights_model_box .right p.title a {
    color: #09f;
    font-size: 18px;
    }

.freights_model_box .right .baike {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    margin: 10px;
    }

.freights_model_box .right .baike p {
    margin-bottom: 8px;
    }

.freights_model_box .right .baike table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_model_box .right .baike table tr {
    border-bottom: 1px solid #dfdfdf;
    }

.freights_model_box .right .baike table td {
    padding: 8px 0;
    }

.freights_model_box .right .baike table td.header {
    width: 70px;
    }

.freights_model_box .right .news {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
    }

.freights_model_box .right .news:last-child {
    border-bottom: none !important;
    }

.freights_model_box .right .news .header-case {
    padding: 10px 0;
    font-weight: bold;
    }

.freights_model_box .right .news .header-case a {
    color: #09f;
    }

.freights_model_box .right .news .header-case a:hover {
    color: #f60;
    }

.freights_model_box .right .news .desct-case {
    padding-bottom: 10px;
    color: #555;
    }

.freights_model_box .right .news .desct-case .pic {
    float: left;
    margin-right: 10px;
    }

.freights_model_box .right .news .desct-case .pic img {
    width: 60px;
    height: 60px;
    }

.freights_model_box .shipowner_list,
.freights_model_box .airline_list {
    width: 100%; /*910*/
    margin-bottom: 20px;
    overflow: hidden;
    }

.freights_model_box .shipowner_list li,
.freights_model_box .airline_list li {
    float: left;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    }

.freights_model_box .shipowner_list li.selected,
.freights_model_box .airline_list li.selected {
    background: #09f;
    color: #fff;
    border-radius: 4px;
    }

.freights_model_box .freights_list table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_model_box .freights_list table tr {
    border-bottom: 1px solid #aae2ee;
    }

.freights_model_box .freights_list table th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #1E9FFF;
    }

.freights_model_box .freights_list table th span.sort_asc {
    display: inline-block;
    padding-right: 5px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: url('/source/img/asc.png') no-repeat right center;
    cursor: pointer;
    }

.freights_model_box .freights_list table th span.sort_desc {
    display: inline-block;
    padding-right: 5px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: url('/source/img/desc.png') no-repeat right center;
    cursor: pointer;
    }

.freights_model_box .freights_list table td {
    height: 100px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    }

.freights_model_box .freights_list table tr:hover {
    background-color: #f5f5f5;
    }

.freights_model_box .freights_list table td p {
    font-size: 14px;
    }

.freights_model_box .freights_list table td p.title {

    margin-bottom: 5px;
    color: #5e5e5e;
    }

.freights_model_box .freights_list table td p.arrow {
    width: 100px; /*同th宽*/
    height: 14px;
    background: url("/source/img/comm.png") no-repeat 0% -38px;
    }

.freights_model_box .freights_list table td p.arrow_text {
    width: 100px; /*同th宽*/
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }

.freights_model_box .freights_list table td a.detail {
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #1E9FFF;
    border-radius: 3px;
    margin-bottom: 5px;
    }

.freights_model_box .freights_list table td a:hover.detail {
    background-color: #1E9FFF;
    }

/*默认*/
.freights_model_box .freights_list table td span.yunjia {
    color: #f60;
    font-size: 20px;
    }

/*整柜&空运*/
.freights_model_box .freights_list table td .fcl_yunjia,
.freights_model_box .freights_list table td .lcl_yunjia,
.freights_model_box .freights_list table td .air_yunjia{
    width: 65px;
    padding: 5px 0;
    text-align: center;
    }

.freights_model_box .freights_list table td .fcl_yunjia span,
.freights_model_box .freights_list table td .lcl_yunjia span,
.freights_model_box .freights_list table td .air_yunjia span{
    display: block;
    }

.freights_model_box .freights_list table td .fcl_yunjia span:first-child,
.freights_model_box .freights_list table td .lcl_yunjia span:first-child,
.freights_model_box .freights_list table td .air_yunjia span:first-child{
    font-size: 20px;
    color: #f60;
    }

.freights_model_box .freights_list table td .fcl_yunjia span:last-child,
.freights_model_box .freights_list table td .lcl_yunjia span:last-child,
.freights_model_box .freights_list table td .air_yunjia span:last-child{
    color: #666;
    font-size: 12px;
    }

.freights_model_box .freights_list table td span.stdate {
    font-size: 20px;
    display: block;
    }

.freights_model_box .freights_list table td span.enddate {
    color: #666;
    display: block;
    font-size: 12px;
    }

/*相关运价*/
.freights_model_box .port_list {
    overflow: hidden;
    width: 910px;
    }

.freights_model_box .port_list p.title {
    height: 40px;
    line-height: 40px;
    background: #09f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
    }

.freights_model_box .port_list p span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    }

.freights_model_box .port_list ul {
    padding: 10px 0;
    }

.freights_model_box .port_list li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 190px;
    margin-left: 25px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    }

.freights_model_box .port_list li:hover {
    background: #f5f5f5;
    }

.freights_model_box .friendlink {
    margin: 20px;
    }

.rewrite_bg {
    background-color: #f5f5f5 !important;
    }

.freights_model_box .friendlink li {
    float: left;
    padding: 0 5px;
    margin-top: 5px;
    border-right: 1px solid #ccc;
    }

/*通知提醒样式*/
#feedback, #viewmap {
    display: inline-block;
    margin: 10px 5px;
    width: 180px;
    padding: 10px;
    background: #ff8400;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    }

#feedback:hover, #viewmap:hover {
    background: #FF5722;
    }

.notice {
    font-size: 16px !important;
    }

.notice .notice_div{
    margin-left: 89px;
    margin-top: 15px;
}
.notice .notice_div input {
    /*display: block;*/
    padding: 10px;
    width: 253px;
    border: 1px solid #ccc;
    margin: 0 0 0 10px;
    }
.notice .notice_but{
    margin: 15px 0;
}
.notice input[type='button'] {
    padding: 10px 0;
    width: 150px;
    }

.notice #sent_notice {
    background: #f63756;
    margin-left: 20px;
    color: #fff;
    }

.notice #sent_notice:hover {
    background: #f63766;
    }

.notice #not_notice {
    margin-left: 89px;
    }

.notice #sent_notice {
    margin-left: 185px;
}

.notice #not_notice:hover {
    background: #ccc;
    }

/*地图*/
#map {
    width: inherit;
    height: 600px;
    }
.freight_title{
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    color: #0e83bf;
    font-weight: bold;
    text-indent: 1em;
    margin: 10px 0;
}
.freight_title a{
    float: right;
    font-size: 16px;
    color: #0e83bf;
    margin-right: 10px;
}
.freights_flow{
    font-size: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.ask .port_list li{
    width: 260px;
}
.layui-layer-content #mob_notice{
    display: block;
    margin-left: 116px;
    margin-top: 25px;
    margin-bottom: 55px;
    padding: 10px;
    width: 253px;
    border: 1px solid #ccc;
}
.layui-layer-content .layer_flex{
    display: flex;
    text-align: center;
}
.layer_flex .flex{
    flex: 1;
    margin: 0 20px!important;
}
.thumb_fcl_new img{
    width: 100%;
    height: auto;
}
.fcl_new_list .li{
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
}
.fcl_new_list .li .shipowner{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f63756;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}
.fcl_new_list .li a{
    display: block;
}
.fcl_new_list .list_title{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fcl_new_list .li li{
    float: left;
    border: 1px solid #09f;
    width: 173px;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 36px;
    line-height: 35px;
    font-weight: bold;
    color: #09f;
}
.fcl_new_list .li li:nth-of-type(1),.fcl_new_list .li li:nth-of-type(3),.fcl_new_list .li li:nth-of-type(5){
    margin-right: 10px;
}
.fcl_new_list .li li .span_title{
    display: inline-block;
    background: #09f;
    width:50px;
    text-align: center;
    color: #fff;
}
.fcl_new_list .li li .span_price{
    margin-left: 6px;
    font-size: 14px;
}
.fcl_new_list .li li .span_num{
    margin-left: 10px;
    font-size: 12px;
    color: red;
}
.site_title{
    padding: 15px 0;
    background: #f5f5f5;
    text-align: center;
}
.site_title h3{
    margin-bottom: 10px;
    font-size: 22px;
}
.recommend_td{
    position: relative;
}
.recommend{
    position: absolute;
    top: -1px;
    left: 0;
    height: 48px;
}
.freights_model_box .freights_list table td a.booking {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #FF8C00;
    border-radius: 3px;
    margin-bottom: 5px;
}