@charset "utf-8";
@import url("global.css");

/******************全局********************************/
.tool_model_box {
    width: 1200px;
    background: #FFF;
    margin: 20px auto;
    }

.tool_model_box .left, .tool_model_box .right {
    float: left;
    }

.tool_model_box .left {
    width: 830px;
    margin-right: 30px;
    }

.tool_model_box .right {
    width: 340px;
    }

.noborder {
    border: none !important;
    }

.noborder2 {
    border-bottom: none !important;
    border-left: 1px solid #09f !important;
    border-right: 1px solid #09f !important;
    }

.tool_model_box #freights_nav {
    margin-top: 20px;
    padding-left: 35px;
    height: 23px;
    line-height: 23px;
    background: url('/source/img/comm.png') no-repeat 0 0;
    font-size: 14px;
    }

.tool_model_box #freights_nav h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 14px !important;
    }

.tool_model_box #freights_nav a {
    color: #09f;
    }

/*********************左侧 视图index*********************************/

/*----------------查询框---------------------*/
.tool_model_box .left #search {
    width: 100%;
    margin: 10px 0px;
    }

.tool_model_box .left #search #search_key,
.tool_model_box .left #search #track_key,
.tool_model_box .left #search #ship_search_key,
.tool_model_box .left #search #airport_search_key,
.tool_model_box .left #search #airline_search_key,
.tool_model_box .left #search #hscode_search_key {
    width: 708px;
    height: 55px;
    line-height: 55px;
    padding: 0 !important;
    text-indent: 1em;
    border: 1px solid #ccc;
    border-right: 1px solid #09f;
    vertical-align: middle;
    }

.tool_model_box .left #search #search_key:hover,
.tool_model_box .left #search #ship_search_key:hover,
.tool_model_box .left #search #airport_search_key:hover,
.tool_model_box .left #search #airline_search_key:hover,
.tool_model_box .left #search #hscode_search_key:hover {
    border: 1px solid #09f;
    }

.tool_model_box .left #search #search_btn,
.tool_model_box .left #search #track_btn,
.tool_model_box .left #search #ship_search_btn,
.tool_model_box .left #search #airport_search_btn,
.tool_model_box .left #search #airline_search_btn,
.tool_model_box .left #search #hscode_search_btn {
    height: 57px;
    line-height: 57px;
    background: #09f;
    color: #fff;
    width: 120px;
    font-size: 16px;
    cursor: default;
    vertical-align: middle;
    }

.tool_model_box .left #search #search_btn:hover,
.tool_model_box .left #search #ship_search_btn:hover,
.tool_model_box .left #search #airport_search_btn:hover,
.tool_model_box .left #search #airline_search_btn:hover,
.tool_model_box .left #search #hscode_search_btn:hover {
    background: #09d;
    }

/*-----------------默认列表--------------------*/
.tool_model_box .left .port_list .header,
.tool_model_box .left .hscode_list .header {
    background: #09f;
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    }

.tool_model_box .left .port_list .category,
.tool_model_box .left .hscode_list .category {
    margin: 10px 0;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    }

.tool_model_box .left .port_list .category li {
    float: left;
    width: 180px;
    margin-left: 14px;
    padding: 10px 0;
    text-indent: 1em;
    }

.tool_model_box .left .port_list .category li:hover {
    background: #f5f5f5;
    }

.tool_model_box .left .port_list .category li span {
    padding-left: 5px;
    color: #999;
    }

.tool_model_box .left .port_list em {
    font-style: normal !important;
    font-size: 12px;
    vertical-align: super;
    background: #f00;
    color: #fff;
    padding: 0 2px;
    border-radius: 4px;
    margin-left: 2px;
    }

.tool_model_box .left .hscode_list .parent > li {
    margin: 0 15px 15px 15px;
    }

.tool_model_box .left .hscode_list .parent > li span {
    padding: 3px 5px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    font-weight: 400;
    background: cornflowerblue;
    color: #fff;
    border-radius: 5px;
    }

.tool_model_box .left .hscode_list .child {
    margin: 15px 15px 15px 90px;
    }

.tool_model_box .left .hscode_list .child li {
    padding: 5px 0;
    }

/*-----------------tables--------------------*/
.tool_model_box .left table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    font-size: 14px;
    }

.tool_model_box .left th {
    text-align: left;
    background: #09f;
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    }
.hot_title{
    color: red;
    font-weight: 500;
    margin: 5px;
    text-align: center;
    font-size: 18px;
}
.hot_port{
    margin-top: 20px;
	border: 1px solid #ccc;
}
.tool_model_box .left .hot_port th {
    text-align: left;
    background: #fafafa;
    height: 25px;
    line-height: 25px;
    text-indent: 1em;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.tool_model_box .left tr {
    border: 1px dotted #ccc;
	height: 50px;
    }

.tool_model_box .left tr:hover {
    background: #f5f5f5;
    }

.tool_model_box .left td {
    height: 35px;
    text-indent: 1em;
    font-size: 14px;
    text-align: center;
    }

.tool_model_box .left tr.none span {
    margin: 0 40px;
    color: #666;
}
.tool_model_box .left tr.none span.bule {
    color: #09f;
}
.tool_model_box .left .hot_port td {
    height: 25px;
    line-height: 25px;
    text-indent: 1em;
    font-size: 14px;
    text-align: left;
}
.tool_model_box .left td span.mainport {
    color: red;
    }

.airport_tb {
    margin: 10px auto;
    }

.airport_tb td {
    word-wrap: break-word;
    word-break: break-all;
    text-indent: 0 !important;
    height: 35px !important;
    line-height: 25px !important;
    padding: 5px 10px;
    border: 1px solid #ccc;
    }

.airport_tb td.header {
    width: 100px !important;
    font-weight: bold;
    background: #f5f5f5;
    text-align: center;
    }

.airport_tb td a {
    text-decoration: underline;
    color: #09f;
    }

.airport_tb .customs_clearance {
    display: none;
    }

/*运价列表*/
.freights_list {
    margin-bottom: 40px;
    overflow: hidden;
    }

.freights_list table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_list table tr {
    border-bottom: 1px solid #aae2ee;
    }

.freights_list table th {
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #fff;
    background-color: #09f;
    }

.freights_list table td {
    height: 100px !important;
    line-height: normal !important;
    text-indent: 0 !important;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    }

.freights_list table tr:hover {
    background-color: #f5f5f5;
    }

.freights_list table td p {
    font-size: 14px;
    }

.freights_list table td p.title {

    margin-bottom: 5px;
    color: #5e5e5e;
    }

.freights_list table td p.arrow {
    width: 100px; /*同th宽*/
    height: 14px;
    background: url("/source/img/comm.png") no-repeat 0% -38px;
    }

.freights_list table td p.arrow_text {
    width: 100px; /*同th宽*/
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }

.freights_list table td a.detail {
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #09f;
    border-radius: 3px;
    margin-bottom: 5px;
    }

.freights_list table td a:hover.detail {
    background-color: #0096e4;
    }

.freights_list table td span.yunjia {
    color: #f60;
    font-size: 20px;
    }

.freights_list table td span.stdate {
    font-size: 20px;
    display: block;
    }

.freights_list table td span.enddate {
    color: #666;
    display: block;
    font-size: 12px;
    }

/******************左侧TAB菜单***********************************/
.tool_model_box .left .tabs {
    margin: 10px auto;
    height: 45px;
    position: relative;
    overflow: hidden;
    }

.tool_model_box .left .tabs .line {
    width: 100%;
    height: 2px;
    background: #09f;
    position: absolute;
    bottom: 0;
    z-index: 1;
    }

.tool_model_box .left .tabs .tab {
    background: transparent;
    width: 100%;
    height: inherit;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    }

.tool_model_box .left .tabs .tab h1,
.tool_model_box .left .tabs .tab h2 {
    font-weight: normal;
    font-size: 18px;
    }

.tool_model_box .left .tab a {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    margin-right: 10px;
    padding: 0 15px;
    background: #09f;
    color: #fff;
    border: 2px solid #09f;
    }

.tool_model_box .left .tab a.active {
    background: #fff;
    color: #333;
    border-bottom: 10px solid #fff; /*取一个较大的值，使缩放网页也能正常遮住*/
    }

.tool_model_box .left .tab a.active h1,
.tool_model_box .left .tab a.active h2 {
    font-weight: bold;
    }

.tool_model_box .left .tab a:hover {
    color: #f5f5f5;
    }

.tool_model_box .left .tab a.active:hover {
    color: #000;
    }

/******************左侧港口介绍***********************************/
.tool_model_box .left .recommend {
    width: 100%;
    }

.tool_model_box .left .recommend h1,
.tool_model_box .left .recommend h2 {
    font-size: 18px;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 500;
    font-family: "microsoft yahei", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    }

.tool_model_box .left .recommend .base {
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    overflow: hidden;
    }

.tool_model_box .left .recommend .base li {
    float: left;
    width: 236px;
    margin: 10px 0 0 30px;
    }

.tool_model_box .left .recommend .base li span {
    font-weight: bold;
    padding-right: 5px;
    }

.tool_model_box .left .recommend .info {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    margin-top: 15px;
    }

.tool_model_box .left .recommend .info li {
    padding: 5px 0;
    }

.tool_model_box .left .recommend .info span {
    font-weight: bold;
    padding-right: 5px;
    }

.tool_model_box .left .recommend .detail {
    font-size: 14px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
    }

.tool_model_box .left .recommend .detailt br {
    line-height: 60px;
    display: inline;
    }

.tool_model_box .left .recommend .detail p {
    margin-bottom: 10px;
    }

.tool_model_box .left .relation_yunjia {
    float: left;
    background: #f5f5f5;
    padding: 10px 0;
    margin: 10px 0;
    overflow: hidden;
    }

.tool_model_box .left .relation_country_map,
.tool_model_box .left .relation_country_port,
.tool_model_box .left .relation_country_news {
    overflow: hidden;
	background: #fafafa;
    padding-bottom: 10px;
    }

.tool_model_box .left .relation_country_map .header,
.tool_model_box .left .relation_country_port .header,
.tool_model_box .left .relation_country_news .header {
    height: 40px;
    line-height: 40px;
    background: #09f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;

    }

.tool_model_box .left .relation_country_map #map {
    height: 400px;
    width: 100%;
    }

.relation_country_port ul,
.relation_country_news ul {
    margin-top: 20px;
    }

.tool_model_box .left .relation_yunjia li, .relation_country_port li {
    float: left;
    width: 157px;
    line-height: 25px;
    margin: 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }

.relation_country_news li {
    float: left;
    width: 364px;
    line-height: 25px;
    margin: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: url(/source/img/sanjiao.png) no-repeat 5px;
    }

.relation_country_news li a {
    margin-left: 15px;
	color: #333333;
    text-decoration: none;
    outline: none;
	line-height: 25px;
	}

.tool_model_box .left .relation_yunjia li a {
    font-size: 12px;
    }

.tool_model_box .left .relation_yunjia a:hover, .relation_country_port a:hover {
    /*font-weight: bold;*/
    }

/********************右侧通用************************************/
.tool_model_box .right > .list {
    width: 340px;
    background: #fafafa;
    margin-bottom: 30px;
    /*padding-bottom: 30px;*/
    overflow: hidden;
    position: relative;
    }

.tool_model_box .right .list span.mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 30px;
    }

.tool_model_box .right .list span.more {
    position: absolute;
    top: 30px;
    right: 30px;
    }

.tool_model_box .right .list span.more a {
    color: #bbb;
    }

.tool_model_box .right .list span.more a:hover {
    color: #333;
    }

.tool_model_box .right .list span.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
    }

.tool_model_box .right .list span.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    }

.tool_model_box .right .list .weixin {
    margin: 20px 30px;
    overflow: hidden;
    text-align: center;
    }

.tool_model_box .right .list ul {
    margin-top: 10px;
    }

.tool_model_box .right .list ul li {
    width: 280px;
    padding: 12px 30px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    }

.tool_model_box .right .list ul li:last-child {
    border-bottom: 0 !important;
    }

.tool_model_box .right .list ul li .art-img {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
    }

.tool_model_box .right .art-img img {
    width: 280px;
    transition: all 0.5s;
    }

.tool_model_box .right .art-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    }

.tool_model_box .right .art-txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    }

.tool_model_box .right .comm_list .art-txt {
    text-align: left !important;
    }

/*纠错*/
#_correct {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 50%;
    width: 29px;
    height: 81px;
    margin-top: -40.5px;
    border-radius: 0 3px 3px 0;
    background: #09f url("/source/img/icon_correct.png") no-repeat;
    cursor: pointer;
    }

#_correct:hover {
    background: #f36 url("/source/img/icon_correct.png") no-repeat;
    }

.correct {
    font-size: 16px !important;
    text-align: center;
    }

.correct input[type='text'] {
    display: block;
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    margin: 35px 0 0 89px;
    }

.correct textarea {
    display: block;
    padding: 10px;
    height: 50px;
    width: 300px;
    border: 1px solid #ccc;
    margin: 20px 0 20px 89px;
    font-size: 14px;
    }

.correct input[type='button'] {
    padding: 10px 0;
    width: 150px;
    }

.correct #sent_notice {
    background: #f63756;
    color: #fff;
    }

.correct #sent_notice:hover {
    background: #f63766;
    }

/*hscode*/
.find {
    font-weight: bold;
    color: #f63756;
    }

/*覆写*/

.hscode_list td a,.egList td a{
    color: #09f !important;
    text-underline: none !important;
    }
.freights_model_box {
    margin-bottom: 60px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 1198px;
}
.freights_model_box .port_list {
    overflow: hidden;
}
.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: 200px;
    margin-left: 33px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tracking .header{
    background: #09f;
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.category{
    margin: 10px 0;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.tracking .category li {
    float: left;
    width: 180px;
    margin-left: 14px;
    padding: 10px 0;
    text-indent: 1em;
    cursor: pointer;
}
.category li:hover{
    color: #09f;
}
.tool_model_box .tracking #search #ship_search_key{
    width: 630px;
}
.tool_model_box .tracking #search select{
    border: 1px solid #ccc;
    border-right: 0;
    height: 57px;
    line-height: 57px;
    width: 76px;
}
.tool_model_box .left #search #track_search_btn,.tool_model_box .left #search #tracka_search_btn{
    height: 57px;
    line-height: 57px;
    background: #09f;
    color: #fff;
    width: 120px;
    font-size: 16px;
    cursor: default;
    vertical-align: middle;
}
.center{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #09f;
    font-weight: bold;
    text-align: center;
    color: #fff;
	
}
.left_info{
    padding: 10px;
    background: #f5f5f5;
    margin: 10px 0;
	color:#333;
}
.c_info{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
	color: #333;
}
.c_info ul{
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px;
    margin-bottom: 10px;
}
.c_info li{
    float: left;
    width: 25%;
    margin: 5px 0;
}
.c_heard{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.port_info{
    font-size:14px;
	font-weight:500;
	overflow: auto;
    height: 200px;
}
.port_info h2{
    font-size:14px;
	font-weight:500;
}
.port_info strong{
    font-size:14px;
	font-weight:500;
}
.h_activ a {
    color: #fff;
}
.c_heard a{
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/*超出部分以省略号显示*/
    white-space: nowrap;/*文本不进行换行*/
}
.c_heard h2,.c_heard h1{
    flex: 1;
    font-size: 18px;
    text-align: center;
    margin: 0 2px;
    padding: 5px 0;
	font-weight: normal;
}
.h_activ{
    background: #09f;
}
.h_activ a:hover{
    color: #FFF;
}
.right .btn{
    display: block;
    width: 100%;
    padding: 6px 0;
    background: #f03129;
    color: #fff;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.right .btn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.none{
    display: none;
}
.m_top{
    margin-top: 20px;
}
.bounceInDown {
    background: url(../../img/icon07.gif) no-repeat 225px 0;
    padding-bottom: 50px;
    zoom: 1;
}
.bounceInDown h3 {
    float: left;
    width: 202px;
    text-align: right;
    color: #737373;
    font: normal 16px Arial;
}
.bounceInDown dl {
    float: left;
    padding-left: 41px;
    font-family: 微软雅黑;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: left;
}
.bounceInDown dt {
    font: 20px/22px 微软雅黑;
    color: #737373;
}
.bounceInDown dl dt span {
    display: block;
    color: #787878;
    font-size: 12px;
    margin: 0!important;
}
.history {
    background: url(../../img/line04.gif) repeat-y 232px 0;
    overflow: hidden;
    position: relative;
    margin: 10px;
}


/*修改海关编码*/
.detail-hd {
    border-left: 3px solid #09f;
    font-weight: bold;
    padding-left: 5px;
    margin: 10px 0 10px 0;
	background: #f0f0f0;
}
.detail-td {
    width: 95px;
    background-color: #f5f5f5;
}
#hscode-detail table,.hscode_list table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 1px solid #cdd3d9;
}
#hscode-detail table td,.hscode_list table td {
    height: 22px;
    font-size: 13px;
    padding: 5px 5px;
    border: 1px solid #cdd3d9;
    line-height: 20px;
}
.detail-td a {
    color: #09f;
}
.tdtoth {
    background-color: #f5f5f5;
    height: 13px;
    font-weight: bold;
    text-align: center;
}
.txt-left {
    text-align: left;
}
.tool_model_box .right .list .tools li{
    width: 50%;
    float: left;
    padding: 20px 0;
    overflow: unset;
    text-align: center;
}
.tongguan_list li{
    width: 20%;
    float: left;
    text-align: center;
    margin: 8px 0;
}
.tongguan_list .tongguan_a{
    color: #09f;
}