.container_head{
   width: 98%;
   margin: 0 auto;
}
.container {
    max-width:1330px;
}
h3 {
    margin-bottom: 0;
}
body * {
    transition: all 200ms;  
}

em {
    font-style: normal;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none !important;
    color: #1962e1;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}



.huoda_top {
    background: #6f8397;
    height: 38px;
    line-height: 38px;
}
.route_nav h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    height: 38px;
    color: #fff;
    cursor: pointer;
}
.route_nav {
    background: #fe4a44;
    padding: 0 15px;
    position: relative;
}
.huoda_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.route_nav span {
    padding-right: 10px;
}
.route_felx {
    display: flex;
    justify-content: flex-start;
}
.route_message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}
.route_message i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
}
.route_message p {
    font-size: 14px;
    color: #ffffff;
}
.huoda_tel a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.huoda_tel i {
    font-size: 16px;
    color: #ffffff;
}
.huoda_nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.huoda_nav_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 85%;
}
.huoda_nav_logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.huoda_nav_logo {
    width: 9%;
}
.huoda_nav_logo img {
    width: 100%;
    height: 55px;
    object-fit: contain;
}
.huoda_nav_logo p {
    font-size: 38px;
    color: #000000;
    font-weight: bold;
    display: block;
    font-style: italic;
}
.huoda_a {
    width: 10%;
    position: relative;
}
.huoda_a:after {
    display: block;
    height: 2px;
    content: '';
    background: #fe4a44;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.huoda_a:hover:after {
    width: 60%;
}
.huoda_nav {
    height: 80px;
    line-height: 80px;
}
.huoda_nav_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-left: 1%;
}
.huoda_a a {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #000000cc;
    color: rgb(0 0 0 / 80%);
}

.huoda_a a:hover {
    font-size: 16px;
    display: block;
    color: #fe4a44;
}
.huoda_a.acive:after {
    width: 60%;
}
/* .huoda_ship:after {
    position: absolute;
    content: "";
    height: 18px;
    background: #000;
    width: 1px;
    left: 50%;
} */
.huoda_ship {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 15%;
    position: relative;
}
.huoda_ship a {
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #6f8397;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}
.huoda_ship a:first-child {
    margin-right: 15px;
}
.huoda_ship a:last-child {
    margin-left: 15px;
}
.route_all_box {
    display: none;
    height: 530px;
    width: 809px;
    position: absolute;
    left: 0px;
    top: 38px;
    z-index: 10002;
    border: 1px solid #fe4a44;
    border-top: none;
    box-shadow: 0px 0px 3px #fe4a44;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
}
.route_all_box dl {
    width: 196px;
    line-height: 49px;
}
.route_all_box dt {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}
.route_all_box dd {
    display: none;
    box-sizing: border-box;
    position: absolute;
    padding: 20px 30px 0 20px;
    width: 573px;
    height: 100%;
    right: 0;
    top: 0;
}
.route_all_box dt a {
    font-size: 14px;
    color: #000000;
}
.route_all_box dt:after {
    display: block;
    position: absolute;
    content: 'next';
    font-family: swiper-icons;
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 12px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
.route_all_box dl.on dd {
    display: block !important;
}
.route_all_box dd ul li {
    display: inline-block;
    line-height: 20px;
    width: 13.5%;
}
.route_all_box dd ul li.navbar_te {
    display: block;
    line-height: 40px;
}
.route_all_box dd ul li.navbar_te a {
    font-size: 18px;
    font-weight: 600;
    color: #6f8397;
}
.route_all_box dd ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.route_all_box dd ul li a em {
    font-style: inherit;
}
.route_all_box dl.on dt {
    color: #fe4a44;
}

.route_all_box dl.on dt a {
    color: #fe4a44;
}
.route_bit {
    display: none;
}


.banner {
    position: relative;
}

.banner .img {
    width: 100%;
    height: 38vw;
    min-height: 528px;
    background: no-repeat bottom;
    background-size: 100%;
}

.banner .text {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    font-size: 28px;
    top: 50%;
    left: 0;
    margin-top: -2em;
    padding: 0 200px;
    text-align: left;
}

.banner .text h2 {
    font-size: 2.14em;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 3px;
}

.banner .text p {
    font-size: 1em;
    color: #FFFFFF;
    padding-top: 0.574em;
}

.banner .banner-tag {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: absolute;
    margin: 0 60px;
    left: 0;
    bottom: 31px;
    z-index: 1;
}

.banner .banner-tag .currentTagNum {
    font-size: 1.65em;
    padding: 0 5px;
}

.banner .banner-tag .totalTagNum {
    padding: 0 5px;
}

.banner .banner-pagination {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: absolute;
    margin: 0 60px;
    right: 0;
    left: auto;
    bottom: 31px;
    z-index: 1;
    width: auto !important;
}

.banner .banner-pagination .swiper-pagination-bullet {
    width: 0.5em;
    height: 0.5em;
    background: rgb(111 131 151);
    background: rgb(111 131 151);
    opacity: 1;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
    width: 1.5em;
    height: 0.5em;
    background: #fd4a43;
    border-radius: 0.5em;
}
.banner .swiper-button-prev {
    background: url(../img/left-large.png) no-repeat center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    left: 60px;
}

.banner .swiper-button-next {
    background: url(../img/right-large.png) no-repeat center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    right: 60px;
}

.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
    content: '';
}

.banner .swiper-button-prev:hover {
    background-image: url(../img/left-large-a.png);
}

.banner .swiper-button-next:hover {
    background-image: url(../img/right-large-a.png);
}


.idnex_area {
    background: #fafafa;
    padding: 60px 0;
}
.idnex_area_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.idnex_area_top a {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    margin-right: 15px;
    width: 14%;
    text-align: center;
    font-size: 18px;
    color: #212529;
}
.idnex_area_top a.active {
    color: #ffffff;
    background: #6f8397;
}
.idnex_area_bottom {
    margin-top: 30px;
    background: #ffffff;
    padding: 20px 30px 30px;
    border-top: 2px solid #fe4b43;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.idnex_area_top a:last-child {
    margin-right: 0;
}
.iai_top a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iai_top_img {
    width: 15%;
    margin-right: 2%;
}
.iai_top_text {
    width: 83%;
}
.iai_top_img img {
    width: 100%;
    height: 127px;
    object-fit: cover;
}
.iai_top_text p {
    color: #212529;
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}
.iai_top_text span {
    display: block;
    font-size: 16px;
    color: #888888;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  
}
.iai_top_text i {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    display: block;
    font-style: normal;
  
}
.iai_bottome {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iai_bottome_li {
    margin-top: 20px;
    width: 48%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 17px;
}
.iai_bottome_li:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #E1E1E1;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.iai_bottome_li a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #212529;
    font-size: 18px;
  
}
.iai_bottome_li span {
    width: 120px;
    color: #666666;
    font-size: 14px;
    display: block;
    text-align: right;
  
}
.idnex_area_item {
    display: none;
}
.idnex_area_item.active {
    display: block;
}
.index_scope {
    padding: 60px 0;
    background: #ffffff;
}
.index_title h3 {
    font-size: 24px;
    position: relative;
}
.index_scope_felx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_scope_box img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}
.index_scope_box {
    width: 32%;
    position: relative;
    margin-top: 30px;
}
.index_scope_box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
.index_scope_box p {
    font-size: 24px;
    color: #ffffff;
}
.index_scope_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0 auto;
    display: block;
    z-index: 2;
}
.index_scope_text span {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}
.index_company {
    background: url(../img/gs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    background-attachment: fixed;
}
.index_company:after {
    position: absolute;
    content: "";
    background: #0000008c;
    width: 100%;
    height: 100%;
    top: 0;
}
.index_company_title span {
    font-size: 30px;
    color: rgb(255 255 255 / 80%);
}
.index_company_title p {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 500;
}
.index_company_title {
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.index_company_text {
    position: relative;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 53px;
    color: #ffffff;
}
.index_company_text:before {
    content: "";
    top: -33px;
    width: 5%;
    height: 4px;
    position: absolute;
    left: 0;
    background: #ffffff;
}
.index_company_text:after {
    content: "";
    top: -30px;
    width: 25%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #ffffff;
}
.index_city {
    padding: 60px 0 20px;
    background: #fafafa;
}
.index_city .swiper-slide a {
    display: block;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 5px 10px #e3e3e3;
    height: 150px;
    text-align: center;
    padding-top: 17px;
}
.index_city .swiper-slide {
    padding: 10px;
    font-size: 18px;
}
.index_city .index_title {
    margin-bottom: 30px;
}
.index_city .swiper-slide .cn {
    font-weight: 600;
    color: #fd4a43;
    font-size: 24px;
}

.index_city .swiper-slide .py {
    font-weight: 600;
    color: #fd4a43;
    font-size: 24px;
}
.index_city .swiper-slide .tit {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    color: rgb(0 0 0 / 70%);
}
.index_city .swiper-wrapper {
    padding-bottom: 60px;
}
.index_city .swiper-pagination .swiper-pagination-bullet {
    width: 1.2em;
    height: 6px;
    background: #6f8397;
    border-radius: 0;
}
.index_city .swiper-pagination .swiper-pagination-bullet-active {
    background: #6f8397;
}

.index_haulway {
    padding: 60px 0;
    background: #ffffff;
}
.index_haulway_flex a:nth-child(9n) {
    margin-right: 0;
}
.index_haulway_flex a {
    width: 10%;
    background: #f5f5f5;
    display: block;
    margin-right: 1.25%;
    padding: 14px;
    font-size: 20px;
    text-align: center;
    color: #212529;
    margin-top: 20px;
}
.index_haulway_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_haulway_flex a:hover {
    background: #fc4a43;
    color: #ffffff;
}
.index_news {
    background: #fafafa;
    padding: 60px 0;
}
.index_news_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.index_news_right {
    width: 30%;
}
.index_news_left {
    width: 68%;
}
.index_news_left .index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news_left .index_title a {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    display: block;
}
.inl {
    margin-top: 30px;
    background: #ffffff;
    padding: 20px 30px 30px;
    border-top: 2px solid #fe4b43;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inl_list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.inl_list {
    border-bottom: 1px dotted #EEEEEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.inl_list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.inl_img {
    width: 18%;
    margin-right: 2%;
}
.inl_text {
    width: 80%;
}
.inl_text p {
    color: #212529;
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  ;
}
.inl_img img {
    width: 100%;
    height: 102px;
    object-fit: cover;
}
.inl_text span {
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.iai_top:hover p {
    color: #fe4b43;
}
.iai_bottome_li a:hover {
    color: #fe4b43;
}
.inl_text i {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    display: block;
    font-style: normal;
}
.inr {
    margin-top: 30px;
    background: #ffffff;
    padding: 20px 20px 30px;
    border-top: 2px solid #fe4b43;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inr_list a {
    color: #212529;
    display: block;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 11px;
}
.inr_list a:hover {
    color: #fe4b43;
}
.index_link {
    background: #2A3545;
    padding: 15px 0 ;
}
.index_link_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_link_flex span {
    font-size: 14px;
    color: #ffffff;
}
.index_link_flex a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 10px;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
}
.index_tag {
    height: 1px;
    overflow: hidden;
    background: #555e66;
}
.foot_pc {
    background: #2a3545;
    padding: 30px 0 5px;
}
.foot_pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fpr_ewm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.fpr_ewm p img {
    width: 100%;
}
.fpr_ewm p {
    display: block;
    width: 23%;
    margin-right: 8%;
}
.foot_pc_left {
    width: 65%;
}

.foot_pc_right {
    width: 30%;
}
.foot_pc_left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fpl_box p {
    display: block;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
    padding-bottom: 30px;
}
.fpl_box {
    width: 18%;
}
.fpl_box a {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    padding-bottom: 15px;
}
.fpr_box p:nth-child(1) {
    display: block;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
    padding-bottom: 10px;
}
.fpr_box p:nth-child(2) {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    padding-bottom: 15px;
}
.fpr_ewm span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #d9dadd;
}
.foot_pc_bottome {
    border-top: 1px solid #555d66;
    padding-top: 15px;
    margin-top: 15px;
}
.foot_pc_a {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.foot_pc_a a {
    font-size: 15px;
    color: #d9dadd;
    margin-right: 10px;
}
.foot_pc_bq p {
    font-size: 15px;
    color: #d9dadd;
    line-height: 1.8;
    display: block;
}
.foot_pc_bq a {
    font-size: 15px;
    color: #d9dadd;
}
.foote_moblies {
    display: none;
}


.banners {
    background-image: url(../img/banners.jpg);
    background-size: auto;
    background-position: bottom;
    height: 300px;
    position: relative;
}
.banners_crumbs {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
}
.crumbs span {
    font-size: 15px;
    color: #ffffff;
}
.crumbs a {
    font-size: 15px;
    color: #ffffff;
}
.crumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_warp {
    background: #fafafa;
    padding: 30px 0 60px;
}
.logistics_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.logistics_left {
    width: 20%;
}
.logistics_right {
    width: 78%;
}
.logistics_weight {
    width: 100%;
    margin-bottom: 15px;
}
.logistics_nav_title {
    border-top-right-radius: 30px;
    font-size: 20px;
    color: #ffffff;
    background: #fe4b43;
    text-align: center;
    padding: 15px 0;
}
.logistics_nav_a {
    background: #ffffff;
    padding: 10px 0;
}

.logistics_nav_a a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    color: #333333;
    font-weight: 600;
}
.logistics_nav_a a:hover {
    background: linear-gradient(90deg, rgb(254 75 67 / 34%) 0%, rgba(56, 142, 228, 0) 100%);
}
.log_img img {
    width: 100%;
}
.LogSwiper .swiper-pagination {
    color: #ffffff;
}
.logistics_layout {
    border: 2px dashed #fe4b43;
    padding: 10px 20px;
    font-weight: 600;
    background: #ffffff;
}
.logistics_layout img {
    width: 100%;
}
.logistics_layout p:nth-child(1) {
    font-size: 18px;
}
.logistics_layout p:nth-child(2) {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
}
.logistics_layout p {
    color: #fe4b43;
}
.logistics_content {
    background: #ffffff;
    border: 1px solid rgb(173 173 173 / 20%);
    padding: 20px;
    margin-bottom: 15px;
}
.logistics_content h2 {
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    margin: 20px 0;
    font-weight: bold;
    color: #383e60;
}
.logistics_content h2:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #393e60;
    position: absolute;
    left: 3px;
    top: 6px;
    border-radius: 2px;
}
.logistics_content h2:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #393e602b;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
}
.logistics_content_title {
    font-size: 30px;
    color: #383e60;
    font-weight: bold;
}
.logistics_content_title span {
    color: #fe4b43;
}
.logistics_table {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ffe2e0;
}
.logistics_column:nth-child(1) {
    width: 25%;
    border-right: 1px solid #ffe2e0;
    height: 254px;
    line-height: 254px;
    display: flex;
    align-items: center;
    display: none;
}
.logistics_column:nth-child(2) {
    width: 15%;
    border-right: 1px solid #ffe2e0;
}
.logistics_column:nth-child(3) {
    width: 85%;
}
.logistics_map img {
    width: 100%;
    display: block;
    padding: 10px;
}
.logistics_column_title {
    font-size: 16px;
    color: #393e60;
    text-align: center;
    border-bottom: 1px solid #ffe2e0;
    font-weight: bold;
}
.logistics_column_title:last-child {
    border-bottom: none;
}
.logistics_column_city {
    border-bottom: 1px solid #ffe2e0;
    padding: 10px;
}
.logistics_column_text {
    padding: 10px;
    height: 68px;
}
.logistics_column_city a {
    font-size: 16px;
    color: #393e60;
    padding-right: 8px;
    display: inline-block;
}
.logistics_column_city a:hover {
    color: #fe4b43;
}
.logistics_column_city:nth-child(1) {
    height: 93px;
}
.logistics_column_city:nth-child(2) {
    height: 93px;
}
.logistics_column_title:nth-child(1) {
    height: 93px;
    line-height: 93px;
}
.logistics_column_title:nth-child(2) {
    height: 93px;
    line-height: 93px;
}
.logistics_column_title:nth-child(3) {
    height: 68px;
    line-height: 68px;
}
.logistics_like {
    background: #ffffff;
    border: 1px solid rgb(173 173 173 / 20%);
    padding: 20px;
    margin-bottom: 15px;
}
.logistics_like_title {
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    color: #383e60;
    line-height: 1;
}
.logistics_like_title:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #393e60;
    position: absolute;
    left: 3px;
    top: 6px;
    border-radius: 2px;
}
.logistics_like_title:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #393e602b;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
}
.logistics_like_list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logistics_like_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.logistics_like_list:nth-child(2n) {
    margin-right: 0;
}
.logistics_like_list {
    width: 48%;
    margin-right: 4%;
    margin-top: 2%;
}
.logistics_like_list .inl_img {
    width: 33%;
}
.logistics_like_list .inl_text {
    width: 65%;
}

.banners.hkhy {
    background-image: url(../img/hkhy.jpg);
    background-position: 0 -90px;
}
.banners.flow {
    background-image: url(../img/flow.jpg);
    background-position: bottom;
}
.logistics_nav_a a.active {
    background: linear-gradient(90deg, rgb(254 75 67 / 34%) 0%, rgba(56, 142, 228, 0) 100%);
}
.service_step ul::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 110px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
}


.service_step {
    border: 1px solid #F0F0F0;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 30px; }
  
    .service_step::after {
        position: absolute;
        content: '';
        width: 20px;
        height: calc(100% - 80px);
        left: 120px;
        top: 50px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff4f3), color-stop(100%, #fe4b43));
        background: linear-gradient(to bottom, #fff4f3 0%, #fe4b43 100%);
        z-index: 1;
    }
  
  .service_step ul::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 110px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2; }
  
  .service_step ul::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 130px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2; }
  
  .service_step .item {
    position: relative;
    display: flex;
    padding: 10px 10px 10px 0; }
  
  .service_step .item .title {
    color: #fe4b43;
    font-size: 16px;
    font-weight: 600;
    margin-right: 80px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    padding-top: 20px; }
  
  .service_step .item .con {
    flex: 1;
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px dashed #ccc; }
  
  .service_step .item::after {
    position: absolute;
    left: 82px;
    top: 70px;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    /*ç®­å¤´æ–¹å‘å¯ä»¥è‡ªç”±åˆ‡æ¢è§’åº¦*/
    transform: rotate(135deg);
    z-index: 3;
    /*box-shadow:2px -2px 1px #808080;*/ }
  
  .service_step .item:last-child::after {
    display: none; }

    .flow_box {
        margin-bottom: 20px;
    }
    .flow_title {
        font-size: 16px;
        font-weight: bold;
        color: #fe4e46;
        margin-bottom: 15px;
    }
    .flow_note {
        color: #666;
        background-color: #f7f7f7;
        padding: 20px;
        font-size: 15px;
    }
    .special {
        padding-left: 20px;
        font-size: 16px;
        position: relative;
        font-weight: bold;
        color: #fe4b43;
        line-height: 1;
        border-bottom: 1px solid #ffc0bd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .special:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #fe4b43;
        position: absolute;
        left: 3px;
        top: 6px;
        border-radius: 2px;
    }
    .special:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #393e602b;
        position: absolute;
        left: 0;
        top: 3px;
        border-radius: 2px;
    }
    .special_box_title {
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 1;
        color: #fe4b43;
        font-weight: bold;
    }
    .special_box_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
.special_box_list a:nth-child(5n) {
    margin-right: 0;
}
.special_box_list a {
    width: 19%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-right: 1.25%;
}
    .special_box {
        border-bottom: 1px dashed #ddd;
        margin-bottom: 20px;
    }
    .article_title {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
.article_title p {
    font-size: 24px;
    color: #383e60;
    font-weight: bold;
    width: 50%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .article_title p:nth-child(1) span {
        color: #fe4b43;
    }
.article_title h3 {
    font-size: 12px;
    color: #ededed;
    font-style: italic;
    width: 50%;
}
    .article_list .inl_img {
        width: 20%;
    }
    .article_list .inl_img img {
        height: 130px;
    }
    .article_list .inl_text {
        width: 78%;
    }
    .article_title {
        margin-bottom: 20px;
    }


    .page_common {
        display: flex;
        justify-content: center;
        justify-content: center;
        align-items: center;
    }
    .page_common a {
        margin: 30px 4px 10px;
        padding: 8px 12px;
        font-size: 15px;
        color: #6b6b6b;
        background-color: #fafafa;
        border-radius: 4px;
        line-height: 1;
    }
    .page_common a:hover {
        box-shadow: rgb(254 75 67 / 14%) 0px 0px 0px 1px inset;
        color: rgb(254 75 67);
        background: rgb(255 229 228);
    }
    .page_common a.active {
        color: #ffffff;
        background: #fe4b43;
    }
    .info_content {
        background: #ffffff;
        border: 1px solid rgb(173 173 173 / 20%);
        padding: 20px;
        margin-bottom: 15px;
    }
    .info_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .info_left {
        width: 65%;
    }
    .info_right {
        width: 33%;
    }
    .info_left_title h2 {
        font-size: 24px;
        text-align: center;
        padding-bottom: 15px;
    }
    .info_left_title p {
        text-align: center;
        font-size: 15px;
        padding-bottom: 15px;
        color: #888888;
    }
    .info_left_title span:last-child {
        padding-right: 0;
    }
    .info_left_title span {
        padding-right: 15px;
    }
    .info_right_box {
        background: #FFFFFF;
        border: 1px solid #fe4b4359;
        box-shadow: 0px 0px 5px 0px rgb(128 128 128 / 20%);
    }
    .info_title {
        background: #fde1a2;
        font-size: 20px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        padding: 5px 0;
    }
    .info_contact {
        padding: 20px;
    }
    .info_contact p:last-child {
        margin-bottom: 0;
    }
    .info_contact p {
        margin-bottom: 10px;
    }
    .info_contact a {
        color: #fe4b43;
        font-size: 20px;
    }
    .info_details table {
        table-layout: fixed;
        font-size: 15px;
        width: 100%;
        border: 1px solid #b5c6d3;
        border-collapse: collapse;
        margin: 15px 0;
    }
    tbody>tr:first-child {
        background-color: #f7faff;
        font-weight: bolder;
    }
    .info_details table td:first-child {
        width: 90px;
        background-color: #f7faff;
        font-weight: bold;
    }
    .info_details table td {
        border: 1px solid #b5c6d3;
        line-height: 25px;
        padding: 5px;
        text-align: center;
    }
    .service tbody>tr:first-child {
        background-color: #fff;
        text-align: center;
    }
    .service tr:first-child td {
        color: #fe4b43;
        font-weight: bold;
    }
    .service tr td:first-child {
        width: 90px;
        text-align: center;
    }
    .service tbody>tr>td {
        text-align: left;
    }
    .info_details_img {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .img_box {
        width: 33%;
    }
.info_details_img .img_box img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
}
    .wrap tr td:nth-child(1) {
        width: 60px;
    }
    .wrap tr td:nth-child(2) {
        width: 90px;
    }
.info_details table td img {
    width: 90% !important;
    height: auto;
    margin: 10px 10px 0 5px;
}
    .info_details h3 {
        padding-left: 20px;
        font-size: 20px;
        position: relative;
        margin: 20px 0;
        font-weight: bold;
        color: #fe4b43;
        line-height: 1;
    }
    .info_details h3:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #fe4b43;
        position: absolute;
        left: 3px;
        top: 6px;
        border-radius: 2px;
    }
    .info_details h3:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #ffdbda;
        position: absolute;
        left: 0;
        top: 3px;
        border-radius: 2px;
    }
    .info_details p {
        font-size: 16px;
        text-indent: unset!important;
        padding-bottom: unset!important;
        margin-top: 10px;
        line-height: 1.8!important;
    }
    .special_text {
        background: #ffffff;
        padding: 10px;
        font-size: 14px;
        border: 1px solid rgb(173 173 173 / 20%);
        margin-bottom: 15px;
    }
    .special_text span {
        color: #fe4b43;
    }
    .special_sity {
        background: #ffffff;
        border: 1px solid rgb(173 173 173 / 20%);
        margin-bottom: 15px;
        padding: 10px 0;
    }
    .special_sity_title {
        font-size: 16px;
        border-bottom: 1px solid #e4e4e4;
    }
    .special_sity_title p {
        position: relative;
        display: inline-block;
        padding: 0 10px 10px;
    }
    .special_sity_title p:after {
        content: "";
        height: 1px;
        width: 100%;
        background: #fe4b43;
        position: absolute;
        left: 0px;
        bottom: -1px;
    }
    .special_sity_flex {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .special_sity_flex a {
        font-size: 15px;
        display: block;
        width: 14%;
        margin-top: 10px;
        color: #333333;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.info_like .special_sity_flex a:nth-child(5n) {
    margin-right: 0;
}
.info_like .special_sity_flex a {
    width: 19%;
    margin-right: 1.25%;
}
    .inl_text p:hover {
        color: #fe4b43;
    }
    .info_details table.table_sver td:nth-child(2) {
        width: 10%;
    }
    .info_details table.table_sver td:last-child {
        width: 10%;
    }
    .info_details table.table_sver td:nth-child(3) {
        width: 20%;
    }
    .info_details table.table_sver td.tfls img {
        display: inline-block;
        width: 35% !important;
    }
    .info_details .huidan td:first-child {
        width: 30%;
    }

    .lhc_art {
        margin: 28px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lhc_art a:hover {
        color: #fe4b43;
    }
    .lhc_art a {
        font-size: 16px;
        color: #6b6b6b;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lhc_art p {
        font-size: 16px;
        color: #6b6b6b;
        display: block;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
    }
    .info_details img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
    .special_sity_flex a:hover {
      color: #fe4b43;
     }
    .airsver tr:first-child td {
        color: #498BFF;
        font-weight: bold;
    }
    .airsver tr:nth-child(2) td span.red{
        color: #fe4b43;
        font-weight: bold;
    }
    .airsver tr:nth-child(3) td{
       text-align: left;
    }
    .airsver tr:nth-child(3) td:first-child {
        text-align: center;
    }
    .airsver tr:nth-child(4) td{
        text-align: left;
     }
     .airsver tr:nth-child(4) td:first-child {
         text-align: center;
     }
     .airsver tr:nth-child(5) td {
        text-align: left;
        font-size: 14px;
        color: #fe4b43;
     }
     .airsver tr:nth-child(5) td:first-child {
         text-align: center;
         font-size: 16px;
         color: #212529;
     }
     .page_title {
        text-align: center;
        font-size: 24px;
        padding-bottom: 20px;
        font-weight: bold;
        color: #333333;
    }
    .page_text {
        padding-bottom: 20px;
    }
    .page_title span {
        color: #fe4b43;
    }
    .page_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .page_img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .page_img {
        width: 50%;
    }
    .page_info {
        width: 48%;
    }
    .page_info p {
        font-size: 20px;
        color: #fe4b43;
        padding-bottom: 20px;
    }
    .banners.notice {
        background-image: url(../img/notice.jpg);
        background-position: center;
    }
    .banners.order {
        background-image: url(../img/order.jpg);
        background-position: center;
    }
    .laycont {
        padding: 40px 40px 30px 20px;
    }
    .form_title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .mbtn {
        background: #fd4a43;
    }
    .container_search {
        background: #ffffff;
    border: 1px solid rgb(173 173 173 / 20%);
    padding: 20px;
    }
    .search_box {
        padding: 28px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
    .search_box p {
        display: block;
        margin-bottom: 8px;
        color: #2f3339;
        font-weight: bold;
        -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        font-size: 16px;
    }
    .search_box p:hover {
        color: #1a61e1;
    }
    .search_box span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #6b6b6b;
        word-break: break-all;
    }    
    .search_total {
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding-bottom: 8px;
    }
    .search_form {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 65%;
        transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
        margin: 0 auto 30px;
    }
    form.pc_search {
        position: relative;
        width: 100%;
    }
    button.pc_btn_sub {
        border: none;
        position: absolute;
        right: 0;
        outline: none;
        height: 45px;
        width: 10%;
        background: #fd4a43;
        color: #ffffff;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        line-height: 45px;
        box-shadow: 0px 0px 1px 0px rgb(252 74 67 / 12%);
    }
    .search_form input {
        padding: 0;
        width: 90%;
        border: none;
        outline: none;
        margin: 0;
        height: 45px;
        min-width: 0px;
        background-color: rgb(255 255 255);
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        line-height: 45px;
        padding-left: 16px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 12%);
    }
    
    .logistics_content h2 a {
    color: #383e60;
    font-size: 20px;
    line-height: 1;
    }
    .info_left_text p {
    display: inline;
}

.info_left_text p br {
    display: none;
}
.new_tag a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 5px 10px 0;
    background: #f7f7f7;
    padding: 8px;
    font-size: 12px;
    line-height: 1;
    color: #888;
    border-radius: 4px;
}
.new_tag a:hover {
    background: #d83548;
    color: #ffffff;
}
.new_tag {
    margin-top: 28px;
}

.page_mair {
    width: 100%;
    background: #000000;
    text-align: center;
    height: 100vh;
    position: relative;
}
.page404 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.page404 h3 {
    font-size: 100px;
    padding-bottom: 40px;
    color: #fde1a2;
}
.page404 p {
    font-size: 20px;
    color: #ffffff;
}
.page404 a {
    color: #fde1a2;
}


.nrch_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nrch_flex a {
    display: block;
    margin-right: 15px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    background: rgba(0,0,0,.04);
    color: rgba(0,0,0,.64);
}
.nrch_flex a:hover {
    background: rgba(0,0,0,.08);
}
.nrch_flex a.active{
    background: #fe4a44;
    color: #ffffff;
}
.main_news {
    background: #ffffff;
    padding: 30px 0 60px;
}
.news_route_box {
    margin-top: 30px;
}
.news_route_list{
    margin-top: 16px;
}
.news_route_list a {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.news_route_list a span {
    color: #a4a4a4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.news_route_list a p {
    color: #000000;
    display: block;
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banners.ship {
    background-image: url(../img/ship.jpg);
    background-position: center;
}
.iai_top_text em {
    display: none;
}
.info_details table td p {
    font-size: 15px;
    margin-top: 0;
    line-height: 1.5 !important;
}
.inr_list:first-child a {
    margin-top: 2px;
}
.special_box_list a:hover {
    color: #fe4b43;
}
.info_left_text a {
    color: #212529;
}

.info_left_text a:hover {
    color: #fe4b43;
}





.wechat_seven_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.wechat_seven_item {
    width: 49%;
}
.wechat_seven_box {
    width: 100%;
    margin-top: 5px;
}
.wsb_q {
    display: flex;
    justify-content: space-between;
    background: #fff5f5;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.wsb_q_title img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.wsb_q_title span {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #191c3d;
    margin-left: 10px;
}
.wsb_q_title {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #191c3d;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsb_q_i i {
    font-size: 18px;
    color: #444444;
    display: block;
}
.wsb_a {
    background: #ecf2fb;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
}
.wsb_a_img img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.wechat_seven_box .wsb_a {
    display: none;
}
.wechat_seven_box.active>.wsb_q .wsb_q_i i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wechat_seven_box.active .wsb_a {
    display: flex;
}

.info_moblies {
    display: none;
}



