#Frame_MenuNavbar {
    width: 100%;
    height: 58px;
    background: #F1F3F5;
    box-shadow: 0px 8px 10px 1px rgba(51,51,51,0.04);
}

#Frame_MenuNavbar .MainMenubar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Frame_MenuNavbar .MainMenubar .Solution {
    display: flex;
    max-width: 1180px;
}

#Frame_MenuNavbar .MainMenubar .Solution label {
    width: 394px;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
}

#Frame_MenuNavbar .MainMenubar .Solution .active {
    background-color: #00309f;
}

#Frame_MenuNavbar .MainMenubar .Solution .active a {
    color: #fff;
}

#Frame_MenuNavbar .MainMenubar .Solution label a {
    color: #1c1c1c;
    width: 100%;
    height: 100%;
    line-height: 58px;
    display: block;
}

.gather_transport {
    width: 100%;
}

.gather_transport .wrapper {
    display: table;
    width: 100%;
    position: relative;
}

.gather_transport .wrapper .gt_left {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* float: left; */
    width: 100%;
    height: 760px;
    background: url(../UPIMG/Solution/gather_transbg.png) no-repeat;
    background-position: 100% 50%;
    background-size: 50% 100%;
}

.gather_transport .wrapper .gt_left .gt_title {
    font-size: 40px;
    min-width: 320px;
    max-width: 500px;
    min-height: 174px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #00309F;
    margin: 152px 0 20px 370px;
    display: block;
}

.gather_transport .wrapper .gt_left .gt_line {
    width: 70px;
    height: 6px;
    background: #19B029;
    margin-left: 370px;
    display: block;
}

.gather_transport .wrapper .gt_left .gt_desc {
    display: flex;
    align-items: center;
    width: 50%;
    min-height: 184px;
    margin-top: 60px;
    position: relative;
    overflow: visible;
}

.gather_transport .wrapper .gt_left .gt_desc span {
    display: block;
    
}

.gather_transport .wrapper .gt_left .gt_desc .gt_trans_desc {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    
    background-color: #00309f;
    display: flex;
}
.gather_transport .wrapper .gt_left .gt_desc .gt_trans_desc span {
    display: block;
    min-width: 490px;
    width: 490px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 370px;
}

.gather_transport .wrapper .gt_left .gt_left_block {
    width: 70px;
    height: 100%;
    background-color: #00309f;
    border-left: 1px dotted #ccc;
    position: absolute;
    top: 0;
    right: -70px;
}


@media only screen and (max-width:1200px) {
    
    .gather_transport .wrapper .gt_left {
        /* clear: both;
        width: 100%;
        height: 100%;
        background-color: #00309F;
        display: table-footer-group; */
        height: 100%;
        background-size: 100% 760px;
        background-position: 0 0;
        background-color: #00309F;
    }
    .gather_transport .wrapper .gt_left .gt_title {
        margin-left: 80px;
        color: #fff;
        margin-top: 810px;
    }
    .gather_transport .wrapper .gt_left .gt_desc {
        width: 100%;
    }
    .gather_transport .wrapper .gt_left .gt_line {
        margin-left: 80px;
    }
    .gather_transport .wrapper .gt_left .gt_desc span {
        margin: 0 0 30px 80px !important;
        height: 100%;
        max-width: 500px;
    }
    .gather_transport .wrapper .gt_left .gt_left_block {
        display: none !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1730px) {
    .gather_transport .wrapper .gt_left .gt_title {
        margin-left: 80px;
        margin-top: 50px;
    }
    .gather_transport .wrapper .gt_left .gt_line {
        margin-left: 80px;
    }
    .gather_transport .wrapper .gt_left .gt_desc span {
        margin-left: 80px !important;
        height: 100%;
        max-width: 500px;
    }
}

@media only screen and (max-width:667px) {
    #Frame_MenuNavbar .MainMenubar .Solution label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 58px;
    }
    #Frame_MenuNavbar .MainMenubar .Solution label a {
        font-size: 16px;
        padding: 0 6px;
        box-sizing: border-box;
        line-height: 1.2;
        height: auto;
    }
    .gather_transport .wrapper .gt_left {
        background-size: 100% 280px;
    }
    .gather_transport .wrapper .gt_left .gt_title {
        margin-top: 320px;
        margin-left: 10px;
        min-height: auto;
    }
    .gather_transport .wrapper .gt_left .gt_line {
        margin-left: 10px !important;
    }
    .gather_transport .wrapper .gt_left .gt_desc {
        min-height: 150px;
        margin: 30px 0;
    }
    .gather_transport .wrapper .gt_left .gt_desc .gt_trans_desc span {
        width: 100%;
        min-width: auto;
        margin: 10px !important;
        max-width: 100%;
    }
}



