/*    index page    ======================================================================================= */  

.Index_big_show {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.Index_big_show_top {
    position: relative;
    left: 50%;
    margin-left: -960px;
    cursor: pointer;
}

.Route_show_content {
    width: 1200px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

.Route_show_content .Route_ad_tab_position {
    top: 18px!important;
    left: unset!important;
    right: 0;
    z-index: 11;
}

.Index_op {
    width: 100%;
    padding-bottom: 56px;
}

.Index_op_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.Index_op_tab {
    position: relative;
    margin: -88px 0 0 0;
    padding: 4px;
    box-sizing: border-box;
    list-style: none;
    height: 46px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    width: 872px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.Index_op_tab_li_bg {
    position: absolute;
    z-index: 1;
    width: 98px;
    height: 32px;
    border-radius: 6px;
    background: #ebf5ff !important;
    transform: translateX(0px);
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.Index_op_tab_li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    width: 144px;
    height: 38px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
}

.Index_op_tab_on, .Index_op_tab_li:hover {
    background: #ebf5ff;
    color: #006ce4!important;
}

.Index_op_tab_on .icon-plus, .Index_op_tab_li:hover .icon-plus {
    color: #006ce4!important;
    font-weight: normal;
}

.Index_op_tab_li span {
    display: inline-block;
    padding-bottom: 2px;
}

.Index_op_tab_li h1 {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    border-radius: 4px;
    display: flex;
    background: linear-gradient(35deg, #315efb, #6d84fc);
    color: #fff;
    justify-content: center;
    align-items: center;
}

.Index_op_tab_li:nth-child(2) h1 {
    background: linear-gradient(35deg, #ff7700, #ffa50a);
}

.Index_op_tab_li:nth-child(3) h1 {
    background: linear-gradient(35deg, #54cc62, #3eb8b6);
}

.Index_op_tab_li:nth-child(6) h1 {
    background: linear-gradient(35deg, #8869f6, #cf68fb);
}

.Index_op_tab_li:nth-child(5) h1 {
    background: linear-gradient(35deg, #ff9624, #ffca68);
}

.Index_op_tab_li .icon-tab4 {
    font-size: 20px;
    margin: 0 0 1px 1px;
}

.Index_op_tab_li .icon-tab5 {
    font-size: 18px;
}

.Index_op_tab_li .icon-plus {
    font-size: 13px;
    color: #d0a163;
    position: relative;
    top: -10px;
}

.Index_op_search {
    width: 100%;
    height: 70px;
    margin-top: 8px;
    padding: 4px;
    border-radius: 10px;
    background: #fde125;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Index_op_search span {
    width: 24px;
    height: 24px;
    display: flex;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    margin: 19px 0 0 440px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 4;
    justify-content: center;
    align-items: center;
}

.Index_op_search .icon-to {
    color: #006ce4;
    font-size: 24px;
}

.Index_op_search_box {
    height: 62px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.Index_op_search_box .icon-locat {
    font-size: 16px;
    position: absolute;
    margin-left: 16px;
    color: #333;
}

.Index_op_search_box .icon-ship {
    font-size: 16px;
    position: absolute;
    margin-left: 16px;
    color: #333;
}

.Index_op_search_box input {
    font-size: 16px;
    border: none;
    background: none;
    padding: 0 20px 0 44px;
}

.Index_op_search_box .Trace_input::placeholder {
    font-size: 16px;
}

.Index_op_search_box input:focus + i {
    color: #006ce4;
    animation: i-shake .3s;
}

.Index_op_search label {
    position: absolute;
    top: 76px;
    color: #999;
    font-size: 13px;
    cursor: unset;
}

.Index_op_search label a {
    color: #006ce4;
    text-decoration: underline;
    cursor: pointer;
}
.Index_op_search label a:hover {
    color: #0088ff;
}

.Index_op_search_btn {
    font-size: 18px;
    text-decoration: none;
    box-sizing: border-box;
    width: 108px;
    height: 62px;
    display: flex;
    background: #006ce4;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    cursor: pointer;
    transition: all .3s;
}

.Index_op_search_btn:hover {
    background: #0088ff;
    color: #fff;
}

.Index_op_search_btn .icon-search1 {
    font-size: 24px;
}

.Index_op_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 12px;
}

.Index_op_title a {
    margin-left: 1031px;
    background: #ff9913;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.Index_op_title a:hover {
    background: #006ce4;
}

.Index_title {
    width: 100%;
    height: 31px;
    display: flex;
    color: #999;
    align-items: baseline;
    justify-content: space-between;
}

.Index_title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;  
    padding-left: 12px;
}

.Index_title span {
    display: flex;
    width: 88px;
    height: 22px;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ff9913;
    background: #fdf8eb;
    cursor: pointer;
    transition: all .3s;
}

.Index_title .icon-refresh {
    font-size: 12px;
    margin-right: 4px;
}

.Index_title span:hover {
    background: #006ce4;
    color: #fff;
}

.Index_title span:hover .icon-refresh {
    animation: i-round .3s;
}

.Index_op_service {
    width: 100%;
    margin-top: 40px;
    
}

.Index_op_service_box {
    list-style: none;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.Index_op_service_box li {
    box-sizing: border-box;
    width: 236px;
    height: 102px;
    border-radius: 8px;
    border: 1px solid #006ce4;
    padding: 15px 16px 0 13px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.Index_op_service_box li:first-child {
    background: #006ce4!important;
}

.Index_op_service_box div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}

.Index_op_service_box img {
    width: 100px;
    height: 26px;
}

.Index_op_service_box .icon-api {
    font-size: 32px;
    color: #006ce4;
}

.Index_op_service_box .icon-click {
    font-size: 28px;
    color: #006ce4;
}

.Index_op_service_box h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.Index_op_service_box h4 {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.Index_op_service_box h5,.Index_op_service_box a {
    font-size: 12px;
    font-weight: normal;
    color: #006ce4;
    text-decoration: underline;
    line-height: 24px;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}

.Index_op_service_box h5:hover,.Index_op_service_box a:hover {
    color: #ff9913!important;
}

.Index_op_service_box em {
    display: none;
    position: absolute;
    width: 130px;
    height: 130px;
    top: -138px;
    left: -42px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.Index_op_service_box em img {
    width: 120px;
    height: 120px;
}

.Index_op_service_box em .cac_top {
    left: 55px;
}

.Index_op_service_box h5:hover > em {
    display: block;
}


.Index_op_recommed {
    width: 100%;
    margin-top: 40px;
    
}

.Index_op_recommed_box {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    padding: 0 1px;
    display: flex;
    flex-wrap: wrap;
}

.Index_op_recommed_item {
    box-sizing: border-box;
    width: 192px;
    min-width: 192px;
    height: 81px;
    margin: 10px 9px 0 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
}

.Index_op_recommed_item:nth-child(6n) {
    margin-right: 0;
}

.Index_op_recommed_item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Index_op_recommed_item img {
    width: 192px;
    height: 81px;
    transition: all .3s;
}

.Index_op_recommed_item:hover {
    box-shadow: 0 0 10px rgba(0, 108, 228, 0.5);
}
.Index_op_recommed_item:hover img {
    width: 236px;
    height: 100px;
    margin-top: -10px;
}

.Index_op_hotport {
    width: 100%;
    margin-top: 40px;
    
}

.Index_op_hotport_box {
    list-style: none;
    box-sizing: border-box;
    height: 248px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 16px 0 0 0;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
}

.Index_op_hotport_box li {    
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 333px;
    height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}

.Index_op_hotport_box li:hover {
    background: #ebf5ff;
}

.Index_op_hotport_box .icon-label {
    font-size: 12px;
    color: #ff9913;
    margin-right: 6px;
}

.Index_op_hotport_box .icon-to {
    font-size: 13px;
    margin: 2px 10px 0;
    display: inline-block;
}

.Index_op_hotport_box img {
    width: 24px;
    margin: 2px 6px 0 0;
}

.Index_op_hotport_box h4 {
    font-size: 14px;
    white-space: nowrap;
}

.Index_op_hotport_box h5 {
    font-size: 14px;
    flex-grow: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Index_op_hotport_box h6 {
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.Index_op_hotport_line {
    display: block;
    border-left: 1px solid #eee;
    width: 2px;
    height: 216px;
    position: relative;
    margin-top: -232px;
    margin-left: 365px;
}

.Index_op_ad {
    width: 440px;
    height: 600px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: all .3s;
}

.Index_op_ad_fix_end {
    position: absolute;
    left: 50%;
    margin-left: 160px;
    bottom: -16px;
}
.Index_op_ad_fix {
    position: fixed;
    left: 50%;
    margin-left: 160px;
    z-index: 7;
}

.Index_op_ad img {
    width: 440px;
    height: 600px;
}

.Index_pol {
    width: 222px;
    margin-left: 37px;
}

.Index_pod {
    margin-left: 472px;
    width: 665px;
    height: 316px;
}

.Index_carrier {
    width: 292px;
    margin-left: 37px;
}

.Price_pold {
    margin-left: 40px;
    margin-top: -20px!important;
}

.Index_map {
    width: 100%;
    height: 680px;
    background: #fff;
}

.Index_map_box {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    background-image: url("../images/op_map.jpg");
    background-repeat: no-repeat;
    background-position: 0 50px;
}

.Index_map_port_up {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
}

.Index_map_port_up h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.Index_map_port_up span {
    display: inline-flex;
    width: 11px;
    height: 11px;
    border: 1px solid #ff9913;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}

.Index_map_port_up i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ff9913;
    border-radius: 3px;
}

.Index_map_port_up div {
    display: inline-block;
    padding: 7px;
    border: 2px solid #ff9913;
    border-radius: 10px;
}

.Index_map_port_up h5 {
    font-size: 14px;
    font-weight: bold;
    color: #ff9913;
}

.Index_map_port_down {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
}

.Index_map_port_down h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.Index_map_port_down span {
    display: inline-flex;
    width: 11px;
    height: 11px;
    border: 1px solid #008234;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}

.Index_map_port_down i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #008234;
    border-radius: 3px;
}

.Index_map_port_down div {
    display: inline-block;
    padding: 7px;
    border: 2px solid #008234;
    border-radius: 10px;
}

.Index_map_port_down h5 {
    font-size: 14px;
    font-weight: bold;
    color: #008234;
}

.Index_agency {
    width: 100%;
    padding: 40px 0;
}

.Index_agency_box {
    width: 1200px;
    margin: 0 auto;
}

.Index_Agency_list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.Index_Agency_item {
    display: flex;
    flex-wrap: wrap;
    width: 288px;
    height: 340px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0 0 16px 16px; 
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.Index_Agency_item:hover {
    box-shadow: 0 3px 10px rgba(0,108,228,0.5);
}

.Index_Agency_item:first-child, .Index_Agency_item:nth-child(5n) {
    margin-left: 0;
}

.Index_Agency_item:last-child, .Index_Agency_item:nth-child(4n) {
    margin-right: 0;
}

.Index_Agency_item h1 {
    width: 100%;
    height: 80px;
    padding: 12px 16px;  
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.Index_Agency_basic h1 {
    background: linear-gradient(90deg, #c9ebff, #8fcaed);
}

.Index_Agency_advanced h1 {
    background: linear-gradient(90deg, #ffd6be, #ffa773);
}

.Index_Agency_prime h1 {
    background: linear-gradient(90deg, #f9e6d2, #e4c4a3);
}

.Index_Agency_intend h1 {
    background: linear-gradient(90deg, #c9ebff, #8fcaed);
}

.Index_Agency_item h1 b {
    border-radius: 2px;
    height: 16px;
    padding: 0 5px;
    line-height: 18px;
    font-family: 'Magneto';
    font-size: 14px;
    color: #fff;
}

.Index_Agency_basic h1 b {
    background: linear-gradient(90deg, #566a93, #333d56);
}

.Index_Agency_advanced h1 b {
    background: linear-gradient(90deg, #8d5b45, #49281f);
}

.Index_Agency_prime h1 b {
    background: linear-gradient(90deg, #d8a868, #6b4a28);
}

.Index_Agency_intend h1 b {
    background: linear-gradient(90deg, #566a93, #333d56);
}

.Index_Agency_item h2 {
    width: 288px;
    height: 172px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Index_Agency_item h2 img {
    width: 288px;
    height: 210px;
    transition: all .3s;
}

.Index_Agency_item:hover h2 img {
    width: 346px;
    height: 252px;
    margin-top: -20px;
}

.Index_Agency_item span {
    display: flex;
    flex-wrap: wrap;
    width: 256px;
    height: 80px;
    border-radius: 10px;
    position: relative;
    margin: -212px 0 0 16px;
    padding: 16px;
    justify-content: center;
    box-sizing: border-box;
}

.Index_Agency_basic span {
    background: #f2f9fd;
}

.Index_Agency_advanced span {
    background: #fdf3ed;
}

.Index_Agency_prime span {
    background: #faf6f2;
}

.Index_Agency_intend span {
    background: #f2f9fd;
}

.Index_Agency_item h3 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
    width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Index_Agency_item .icon-agency {
    color: #006ce4;
}

.Index_Agency_item svg {
    font-size: 18px;
}

.Index_Agency_item h4 {
    max-width: 144px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Index_Agency_item h5 {
    max-width: 80px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.Index_Agency_item div {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
}
.Index_Agency_item ul {
    margin: 0 14px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    border-left: 2px solid #eee;
}

.Index_Agency_item li {
    display: flex;
    height: 21px;
    align-items: center;
}

.Index_Agency_item .icon-selected {
    font-size: 10px;
    margin: 3px 6px;
    color: #008234;
}

.Index_Agency_item h6 {
    font-size: 12px;
    font-weight: normal;
    color: #008234;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#search-result-ul{
    display: none;
    width: 730px;
    background: #fff;
    position: absolute;
    margin-top: 4px;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 7;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

#search-result-ul li {
    height: 36px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding-left: 20px;
    transition: all .3s;
}
#search-result-ul li b {
    margin-right: 50px;
    color: black;
    transition: all .3s;
}
#search-result-ul li span {
    margin-right: 30px;
}
#search-result-ul li:hover {
    background: #fcf3b0;
    padding-left: 30px;
}
#search-result-ul li:hover b {
    color: #ff9913;
}
#search-result-ul li s {
    color: #ff9913;
    text-decoration: none;
    padding: 2px 4px;
    border: 1px solid #ff9913;
    border-radius: 4px;
    background: #fff;
}

.Index_news_box {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding-top: 90px;
}

.Index_news {
    width: 1200px;
    height: 360px;
    margin: 0 0 20px;
    padding: 16px 0;
    border-radius: 10px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.Index_news_list {
    width: 400px;
    height: 100%;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Index_news_list:last-child {
    border: none;
}

.Index_news_item {
    width: 368px;
    height: 270px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.Index_news_item img {
    width: 368px;
    transition: all .3s;
}

.Index_news_item img:hover {
    transform: scale(1.2);
}

.Index_news_item h1 {
    width: 120px;
    height: 32px;
    background: linear-gradient(90deg, #f9e6d2, #e4c4a3);
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    display: flex;
    font-size: 18px;
    color: #6b4a28;
    justify-content: center;
    align-items: center;
}

.Index_news_item h2 {
    width: 368px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.Index_news_item h2:hover {
    text-decoration: underline;
    color: #ff9913;
}

.Index_news_list h3 {
    width: 368px;
    height: 28px;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.Index_news_list h3:hover {
    text-decoration: underline;
    color: #ff9913;
}