/* Common */
:root {
    --primary: #1a73e8;
    --primary-light: #4285f4;
    --primary-dark: #0d47a1;
    --secondary: #f8f9fa;
    --success: #34a853;
    --warning: #fbbc05;
    --danger: #ea4335;
    --dark: #202124;
    --light: #ffffff;
}
.container{
    width: 1610px;
    max-width: 1610px;
}
body{
    padding-top: 185px;
}
header{
    background-color: #ffffff;
    transition: all 0.9s ease-in-out;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}
.tx {
    transition: all 0.9s ease-in-out;
}
a{
    text-decoration: none;
}

/* 滚动条样式 */
body::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #e70012;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

/* header */
header .top{
    min-height: 70px;
    align-items: center;
    display: flex;
    width: 100%;
}
header .top .row{
    width: 100%;
}
header .top_logo{
    display: flex;
    align-items: center;
}
header .logo{
    width: auto;
    margin: 0;
}
header .logo img{
    width: 100%;
}
header .lang{
    font-size: 12px;
}

.nav{
    background-color: #065097 !important;
}
.nav .navbar{
    height: 55px;
    background-color: #065097 !important;
}
.nav .navbar .nav-item{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.nav .navbar .nav-item a.nav-link{
    color: #ffffff;
    padding:15px 30px;
    display: block;
}

.navbar{
    font-size: 16px;
    padding: 0;
}
.navbar a{
    transition: all 0.3s;
}
.navbar .active a{
    color: #065097 ;
}
.navbar .dropdown-menu a:hover, .navbar  .dropdown-menu .active a{
    color: #ffffff !important;
}
.navbar .nav-item{
    text-align: center;
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}
.navbar .nav-item::before {
    content: '';
    width: 0px;
    height: 3px;
    background-color: #fb7502;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.navbar .nav-item.active::before,.navbar .nav-item:hover::before{
    width: 100%;
}
.navbar .nav-item:hover a, .navbar .nav-item a.show, .navbar .nav-item a:focus {
    color: #065097;
}
.navbar-expand-md .navbar-collapse{
    justify-content: space-around;
}
.navbar .dropdown-menu[data-bs-popper]{
    margin: 0;
}
.navbar .dropdown-menu{
    display: none;
    min-width: unset;
    min-width: 100%; 
    border: none;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding:0;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}
.navbar .dropdown-menu a{
    font-size: medium;
    text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}
.navbar .dropdown-menu a{
    width: 100%;
    text-align: center;
    padding: 0 10px;
    transition: all .3s;
    position: relative;
    color: #333;
    min-height: 50px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-item.active{
    background-color: #065097;
}
.navbar .dropdown-menu .dropdown-item:hover a, .navbar .dropdown-item.active a{
    color:#ffffff;
}

/* 导航栏悬停 */
.navbar-fixed-top{
    position: fixed;
    top: 0;
    z-index: 999 !important;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top{
    transform: translateY(-100%);
 }

/* 当鼠标悬停在链接上时显示下拉菜单 */
.dropdown-menu {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
}

.top_desc{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 160%;
}
.top_desc .lang{
    margin:0 ;
    padding: 0;
}
.top_desc .lang a{
    font-size: 12px;
    color: #121c45;
    text-decoration: none;
}
.top_desc .lang li::marker, ::marker{
    content: none;
}
.top_desc .top_tel h4{
    line-height: 120%;
    margin: 0;
}
.top_desc .top_tel h4::before{
    font-size: 1.5em;
}

/* banner */
.swiper{
    width: 100%; 
    height: 700px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow:hidden;
}
 
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}
.slide-inner .slide-title{
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.slide-inner .slide-title h3{
    font-size: 2em;
    text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
    color: #f00;
    font-weight: bold;
}
.slide-inner .slide-title p{
    font-size: 1.5em;
    color: #065097;
    text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.slide-inner .slide-title p.rudesc{
    color: #fff;
    text-shadow:none;
}
.slide-inner .slide-title img{
    width: 100%;
    opacity: 0;
    transition: all 2s;
    transform: translateY(40%);
}
.swiper-slide-active .slide-title img{
    opacity: 1;
    transform: translateY(0);
}
.slide-inner .slide-title .slide-title-item{
    margin: 20px;
    text-align: center;
}
.slide-inner .slide-title .slide-title-item p{
    font-size: 1em;
    color: #fff;
    text-shadow: none;
}
.slide-inner .slide-title .slide-title-item i{
    font-size: 2em;
    margin-bottom: 10px;
}

/* index */
.index-title{
    line-height: 1;
    text-align: center;
    padding: 4% 0 2% 0;
}
.index-title h2{
    color: #121c45;
    padding-bottom: 20px;
    position: relative;
    font-size: 48px;
}
.index-title h2::before {
    background-color: #1200d6;
    margin-left: -10px;
}
.index-title h2::after {
    background-color: #e70012;
    margin-right: -10px;
}
.index-title h2::before, .index-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
}
.index-title p{
    color: #666;
    margin-top: 16px;
    font-size: 18px;
}

/* .youshi{
    padding: 50px 0;
    background-color: #f4f4f4;
    
}
.youshi .youshi-item{
    position: relative; 
}
.youshi .youshi-item:first-child::after ,.youshi .youshi-item::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
}
.youshi .youshi-item::before {
    right: 0;
}
.youshi .youshi-item::after {
    left: 0;
}
.youshi .youshi-item .youshi-title h2{
    font-weight: bold;
    color: #e70012;
    font-size: 36px;
}
.youshi .youshi-item .youshi-title p{
    color: #666;
    line-height: 1.5;
    margin: 25px 0 20px 0;
    font-size: 18px;
} */
.more{
    padding: 10px 24px;
    background-color: #dfdfdf;
    border-radius: 20px;
}
.more:hover{
    background-color: #e70012;
    color: #fff;
}

.yewu-item{
    position: relative;
    overflow: hidden;
    height: 412px;
}
.yewu-item a{
    transition: all .3s;
    text-decoration: none;
    position: relative;
    background-color: #e70012;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.yewu-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yewu-item:hover a img {
    height: 50%;
}
.yewu-item .yewu-content{
    background-color: #00000028;
    color: #ffffff;
    height: 200px;
    position: absolute;
    /* bottom: -330px; */
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.yewu-item:hover .yewu-content{
    background-color: #e70012;
}

.yewu-item .yewu-content h4{
    font-size: 24px;
    padding: 20px 0 5px;
    margin: 0;
    top:-120px;
    position: relative;
    transition: all .9s ease-in-out;
}
.yewu-item:hover .yewu-content h4{
    top:0px;
}
.yewu-item .yewu-content p{
    padding: 5% 10% 12%;
    font-size: 14px;
}

/* index Service */
.service .row, .about .row{
    margin: 0;
}
.service .row>*, .about .row>*{
    padding: 0;
    margin: 0;
}
.service img{
    width: 100%;
    height: 203px;
}
.service .service-item{
    padding: 8% 10% 5% 8%;
    background-color: #f4f4f4;
    transition: all .3s ease-in-out;
    margin: 10px;
    display: block;
    min-height: 405px;
    color: #fc6e08;
}
.service .service-item:hover{
    padding: 5%;
    box-shadow: 10px 10px 0 #ffc382;
}
.service .service-item:hover p, .service .service-item:hover .service-item-icon{
    color: #fc6e08;
}
.service .service-item .service-item-icon{
    font-size: 1.2em;
    color: #999;
    margin-top: 27px;
}
.service .service-item p{
    color: #666;
    line-height: 1.7;
    margin-top: 20px;
}
/* index About */
.about .about_content{
    background-color: #f4f4f4;
    position:relative;
}
.about .about_img{
    position:absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.about .about_img .img{
    height: 100%;
    overflow: hidden;
}
.about .about_img img{
    /* width: 100%; */
    height: 100%;
}
.about .about_desc {
    background: url("images/logo_bg.png") no-repeat center center;
    padding: 10%;
}
.about .about_desc p{
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
    padding-bottom: 30px;
}
.about .about_desc a{
    background-color: #e70012;
    color: #ffffff;
    border-radius: 1.2em;
    border:none;
    padding: 10px 24px;
    text-decoration: none;
}

/* index case */
.case{
    background-color:#121c22;
}
.case .swiper {
    width: 100%;
    height: 100%;
    
}
.case .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-left: 1px solid #2b363d;
}

.case .swiper-slide img {
    display: block;
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.case .index-title h2{
    color: #fff;
}
.case .case_content{
}
.case .case_content a{
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    position:absolute;
    z-index: 1;
    padding: 120px 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.case .case_content a h5{
    font-size: 1.2em;
    margin-bottom: 10px;
}
.case .case_content::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color:#121c22;
    transition: all 0.3s ease-in-out;
}
.case .case_item:hover .case_content::after{
    width: 0;
}
.case .case_item:hover .case_content a{
    padding-top: 80px;
    bottom: 0;
    text-shadow: 1px 1px 0 #00000080;
    transform: translateY(0%);
}

/* index news */
.news .news__item{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: all .5s ease-in-out;
}
.news .news__item:hover{
    padding-left: 30px;
    background-color: #fc6e08;
}
.news .news__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #fc6e08;
    transition: all .5s;
}
.news .news__item:hover:after {
    width: 100%;
}
.news a{
    color: #181818;
    display: block;
    transition: all .5s ease-in-out;
}
.news a:hover{
    color: #fff;
    
}
.news .news__item__date{
    font-size: 1.5rem;
    font-weight: bold;
}
.news .news__item__title{
    padding: 10px 0;
}

/* so */
.go_so{
    width: 10%;
}
header .go_so{
    width: auto;
}
.tracking-header {
    background: linear-gradient(45deg, var(--primary-dark), var(--primary-light));
    border-radius: 12px;
    color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 115, 232, 0.25);
    border-color: var(--primary);
}

.btn-primary {
    background: linear-gradient(to right, var(--primary), var(--primary-light));
    border: none;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: linear-gradient(to right, var(--primary-dark), var(--primary));
    transform: translateY(-2px);
}

.timeline {
    border-left: 3px solid var(--primary-light);
    position: relative;
    padding-left: 1.5rem;
}

.timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.timeline-item:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--light);
    border: 3px solid var(--primary);
    border-radius: 50%;
    left: -31px;
    top: 5px;
    z-index: 2;
}

.timeline-item-latest:before {
    width: 22px;
    height: 22px;
    left: -33.5px;
    background-color: var(--primary);
    box-shadow: 0 0 0 5px rgba(26, 115, 232, 0.2);
}

.timeline-date {
    font-weight: 600;
    color: var(--dark);
}

.status-badge {
    padding: 0.35rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-delivered {
    background-color: rgba(52, 168, 83, 0.15);
    color: #0d6522;
}

.status-in-transit {
    background-color: rgba(251, 188, 5, 0.15);
    color: #a16207;
}

.status-not-found {
    background-color: rgba(234, 67, 53, 0.15);
    color: #a61c00;
}

.package-info-box {
    padding: 1.25rem;
    border-radius: 10px;
    background-color: rgba(66, 133, 244, 0.07);
}

.result-section {
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.result-section.show {
    max-height: 2000px;
}

.section-title {
    position: relative;
    padding-bottom: 0.7rem;
    margin-bottom: 1.2rem;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: linear-gradient(to right, var(--primary), var(--primary-light));
    border-radius: 3px;
}

.blink {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* map */
.amap-info-content{
    line-height: 2;
    padding: 5%;
}

/* footer */
.footer{
    font-size: 12px;
    padding: 20px 0;
    background-color: #121c22;
}
.footer h4{
    color: #e5e5e5;
    font-size: 1.3em;
}
.footer p{
    margin: 0;
    color: #e5e5e5;
    line-height: 200%;
}
.footer li a{
    color: #e5e5e5;
}
.footer .footer_bottom{
    font-size: 1.2em;
}
.footer .footer_bottom a{
    color: #e5e5e5;
}
.footer .footer_service{
    padding-left: 50px;
}
.footer .footer_service li{
    /* border-bottom: 1px dashed #eee; */
    
}
.footer .footer_service li a{
    display: block;
    font-size: 1em;
    padding: 0.5%;
    color: #e5e5e5;
}
.footer .footer_service li a::before{
    border: none;
    transition: all 0.3s ease;
}
.footer .footer_service li:hover a::before{
    border-bottom: 1px #9e9e9e solid;
    content: " ";
}
.footer .share{
    padding-left: 20px;
}
.footer .share .share_item{
    font-size: 1em;
    padding: 5px 0px 5px 20px;
}
.share_item a{
    display: flex;
    align-items: center;
}
.share_item i{
    font-size: 1.8em;
    margin-right: 5px;
}
.footer .qrcode{
    display: flex;
    justify-content: center;
}
.footer .qrcode p{
    font-size: 0.8em !important;
}
.footer .qrcode img{
    max-width: 140px;
    padding: 10px;
    background-color: #fff;
}
.footer .footer_contact{
    
    color: #e5e5e5;
}
.footer .footer_contact li{
    font-size: 1em;
}
.footer .footer_contact li i{
    margin-right: 15px;
    font-size: 2em;
    width: 28px;
}
.footer_copyright,.footer_copyright a{
    color: #e5e5e5;
}
.footer .share-qr img{
    background-color: #fff;
}


/*返回顶部*/
#gotop{
    position:fixed;
    z-index: 999999999;
    bottom:60px;
    right:12px;
    display:flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:  0 0 15px rgb(212, 212, 212);
}
#gotop:hover{
    /* 发亮的特效 */
    background: rgba(0, 128, 255,.3);
    color: #fff;
    box-shadow:  0 0 15px rgb(250, 233, .2);
    border: 1px #fff solid;
    padding-top: 5px;
}


/* 手机端 */
@media (max-width: 768px) {
    .container{
        width: auto;
    }
    header{
        position: inherit;
    }
    body{
        padding: 0;
    }
    header .top{
        margin-bottom: 20px !important;
    }
    header .logo{
        justify-content: center;
        padding: 30px;
    }
    header .so{
        /* margin-top: 10px; */
    }
    .header_top .lang{
        justify-content: center !important;
        display: flex;
    }
    .header_top .top_desc .top_tel{
        margin: 0;
    }
    .header_top .top_desc{
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    
    .navbar-dark{
        background-color: #00063880 !important;
    }
    .top_nav{
        padding: 0;
    }
    .nav .navbar{
        width: 100%;
        height: auto;
    }
    .navbar{
        padding: 15px 0;
    }
    .navbar .container{
        width: 100%;
    }
    .navbar-fixed-top{
        position: relative;
    }
    .swiper{
        height: 300px;
    }
    /* 关闭下拉不显示 */
    .navbar-fixed-top{
        position: inherit;
        transform: translateY(-0%);
    }
    .dropdown-menu{
        position: relative !important;
    }
    .nav .navbar .nav-item{
        display: block;
        width: 100%;
    }
    .dropdown-menu.show{
        display: none !important;
    }
    .navbar .nav-item{
        height: auto;
        min-height: 50px;
        display: block;
    }
    .navbar .nav-item a{
        display: block;
        padding: 10px 0;
    }

    .slide-inner .slide-title{
        margin-top: 50px;
        padding: 20px 10px 0 10px;
    }
    .slide-inner .slide-title h3{
        font-size: 1.5em;
        margin-top: 50px;
        padding: 20px;
    }
    .slide-inner .slide-title p{
        font-size: 1em;
    }
    
    .index-title h2{
        font-size: 1.5em;
        margin-top: 50px;
    }
    .index-title p {
        font-size: 1em;
    }
    .service .service-item{
        border-bottom: 1px solid #b9b9b9;
    }
    .about .about_img{
        position: relative;
    }
    .footer .footer_bottom{
        font-size: 1.3em;
        line-height: 200%;
    }
    .footer .footer_service li a{
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #eee;
    }
    .footer_service{
        margin-top: 20px;
    }
    .footer .footer_copyright p{
        padding: 0 20px;
    }
    
    .go_so{
        width: 40%;
    }
}