
.imgBanner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    cursor: pointer;
}
.container {
    min-width:100%;
    margin-top: 82px;
    padding-bottom: 33.33%;
    position: relative
}

.trajectory_query {
    width: 1400px;
    height: 96px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    transform: translate(0, -56px);
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    align-items: center;
}
.query-icon {
    width: 24px;
    height: 24px;
}
.query-font {
    margin-left: 16px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}
.trajectory_query{
    .form-control {
        flex: 1;
        /* max-width: 1272px; */
        height: 48px !important;
        margin-left: 24px;
    }
    .form-control:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }
}

.inquire {
    width: 88px;
    height: 48px;
    opacity: 1;
    border-radius: 5px;
    background: rgba(11, 44, 161, 1);
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-left: 24px;
    cursor: pointer;
}

.hyc-map{
    margin-top: 65px;
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(5, 240px);
    grid-gap: 40px 60px;
}
.line_ali{
    display: flex;
    align-items: center
}
.intro-det{
    display: flex;
    align-items: center;

}
.intro-det  div{
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.p_font{
    font-size: 28px;
    font-weight: 700;
    color: rgba(11, 44, 161, 1);
}
.count{
    font-size: 40px;
    color: rgba(11, 44, 161, 1);
}
.intro-det p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    line-height: 67.2px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    margin-bottom: 0;
}
.line_ali p:nth-child(2){
    color: rgba(68, 68, 68, 1);
}

.serve_cut{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.ls_box{
    display: flex;
    width: 640px;
    height: 148px;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    cursor: pointer;
}
.ls_box:hover{
    box-shadow: 10px 10px 20px  rgba(0, 0, 0, 0.1);
}
.ls_active{
    border: 1px solid rgba(11, 44, 161, 1);
}
.serve_name .ls_box:nth-child(1){
    margin-top: 0;
}
.ls_box img{
    width: 88px;
    height: 88px;
}
.ls_text{
    margin-left: 30px;
}
.ls_text p:nth-child(1){
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: rgba(11, 44, 161, 1);
}
.ls_text p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(11, 44, 161, 1);
    text-align: justify;
}
.serve_img img{
    width: 516px;
    height: 500px;
    border-radius: 10px;
}

.serve_advantage{
    margin-top: 120px;
    width: 100%;
    height: 802px;
    /*background: rgba(249, 250, 252, 1);*/
    background: url('../img/serve_advantage-img.jpg') no-repeat center 0px;
    background-size: cover;
}
.advantage_show{
    margin-top: 60px;
}
.advantage_show-txt-a{
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.advantage_show-txt-b{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    /*text-align: justify;*/
    /*margin: 0 auto;*/
    text-align: center;
    margin-top: 10px;
}
.advantage_show-ls{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.advantage_show-ey{
    width: 320px;
    height: 300px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 20px 20px 40px  rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.advantage_show-ey-tit{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    img{
        width: 34.2px;
        height: 36px;
    }
    span{
        font-size: 24px;
        font-weight: 700;
        color: rgba(68, 68, 68, 1);
        margin-left: 11px;
    }
}
.advantage_show-ey-txt{
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    div:nth-child(1){
        width: 10px;
        height: 10px;
        background: rgba(11, 44, 161, 1);
        border-radius: 50%;
    }
    div:nth-child(2){
        flex: 1;
        font-size: 18px;
        font-weight: 400;
        color: rgba(68, 68, 68, 1);
        margin-left: 10px;
        text-align: justify;
    }
}
.show_left{
    position: relative;
}
.serve-pimg{
    width: 176px;
    height: 176px;
    position: absolute;
    left: 374px;
    top: 100px;
}
.show_left p:nth-child(1){
    width: 550px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: rgba(68, 68, 68, 1);
    margin-top: 220px;
}
.show_left p:nth-child(2){
    width: 550px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(68, 68, 68, 1);
    margin-top: 40px;
}
.show_right{
    display: flex;
}
.show_box{
    width: 300px;
    height: 280px;
    padding: 0 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
}
.show_box:hover{
    box-shadow: 20px 20px 40px  rgba(0, 0, 0, 0.1);
}
.show_right_line:nth-child(2){
    margin-left: 40px;
}
.box_top{
    padding-top: 30px;
    display: flex;
}
.box_top img{
    width: 36px;
    height: 36px;
}
.box_top p{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: rgba(68, 68, 68, 1);
    margin-left: 10px;
}
.box_text{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(68, 68, 68, 1);
    text-align: justify;
    margin-top: 20px;
}

.sea-truck-air{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
}
.sea-pimg1{
    width: 821px;
    height: 417px;
    position: absolute;
    top: -37px;
    left: -160px;
}
.sea-pimg2{
    width: 557px;
    height: 383px;
    position: absolute;
    top: -80px;
    right: -40px;
}
.sea-img{
    width: 580px;
    height: 340px;
    border-radius: 10px;
    z-index: 99;
}
.sea-truck-air-right-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: rgba(68, 68, 68, 1);
}
.sea-truck-air-right-text{
    width: 760px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(68, 68, 68, 1);
    text-align: justify;
    margin-top: 30px;
}
.co-partner{
    /*margin-top: 120px;*/
    width: 100%;
    height: auto;
    background: url('../img/co-partner.jpg') no-repeat center 0px;
    background-size: cover;
    padding-bottom: 120px;
}
.co-partner-ls{
    margin-top: 80px;
    /*display: grid;*/
    /*justify-content: center;*/
    /*grid-template-columns: repeat(5, 256px);*/
    /*grid-gap: 30px;*/
    /*z-index: 99;*/
}

.co-partner-ls-col{
    display: flex;
    margin-top: 60px;
}
.co-partner-ls-col:nth-child(1){
    margin-top: 0;
}
.co-partner-ls-col-left{
    display: flex;
    align-items: center;
    div:nth-child(1){
        width: 4px;
        height: 36px;
        background: rgba(11, 44, 161, 1);
    }
    div:nth-child(2){
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
        color: rgba(68, 68, 68, 1);
        margin-left: 20px;
    }
}
.swiper {
    width: 1202px !important;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    width: 256px;
    height: 120px;
}
.swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}
/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.co-partner-ls img{*/
/*    width: 256px;*/
/*    height: 120px;*/
/*}*/

.news-consult{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.news-consult_left{
    width: 685px;
    height: 540px;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    cursor: pointer;
}
.news-consult_left img{
    width: 683px;
    height: 390px;
    border-radius: 10px 10px 0px 0px;
}
.news-consult_left_text{
    padding: 24px;
}
.news-consult_left_text p:nth-child(1){
    width: 637px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(68, 68, 68, 1);
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-consult_left_text p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
    margin-top: 18px;
}

.news-consult_right{
    cursor: pointer ;
}
.news-consult_right_text{
    width: 685px;
    height: 160px;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    margin-top: 30px;
}
.news-consult_right_text:nth-child(1){
    margin-top: 0;
}
.news-consult_right_text img{
    width: 280px;
    height: 160px;
    border-radius: 10px 0px 0px 10px;
}
.news-consult_right_p{
    padding: 24px;
}
.news-consult_right_p p:nth-child(1){
    width: 357px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(68, 68, 68, 1);
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-consult_right_p p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
    margin-top: 28px;
}

