.view {
    width: 87.5%
}

.img-info,
.img-info img {
    display: block;
    width: 100%
}

.new-floor-1 .txt1 {
    text-align: center;
    font-size: .45rem;
    color: #666;
    margin-bottom: 1.05rem
}

.business-box .select .sub {
    overflow-y: scroll
}


.new-floor-3 {
    padding: 3.2rem 0 3rem
}

.new-floor-4 {
    padding: 2.25rem 0 0
}

.new-floor-4 .index-tit .cn {
    font-size: 1.2rem
}

.new-floor-4 .index-tit .en {
    margin-bottom: 2.25rem
}

.new-floor-4 .middle-tab-box {
    padding: 3.5rem 0;
    background: url(/bocupload/20240612/highway-bg1.jpg) no-repeat 0 0/100% 100%
}

.new-floor-5 {
    padding: 3.2rem 0
}

.new-floor-5 .left {
    margin-left: 3rem
}

.new-floor-5 .index-tit .cn {
    font-size: 1.2rem
}

.new-floor-5 .business {
    margin-top: 2.5rem
}

.new-floor-5 .business-divajax {
    margin-top: 0.8rem;
    margin-left: .4rem
}

.new-floor-5 .business-box .text-box .tit {
    font-size: .5rem
}

.new-floor-5 .business-box .text-box .txt {
    margin-left: .3rem;
    width: 86%
}

.new-floor-5 .f-cb {
    margin-bottom: .2rem
}

.new-floor-5 .m-box {
    display: block
}

.new-floor-5 .right {
    width: 61.22%
}

.new-floor-5 .m-box a {
    display: block
}

.highway-pro-service-box .index-tit {
    padding-top: 2rem
}

@media (max-width:767px) {
    .highway-pro-service-box .index-tit {
        padding-top: 1rem
    }

    .new-floor-5 .index-tit .cn,
    .new-floor-4 .index-tit .cn,
    .index-tit .cn {
        font-size: .48rem
    }

    .highway-pro-service-box .index-tit {
        margin: .5rem 0 0;
        padding-bottom: 0
    }

    .new-floor-1 .txt1 {
        font-size: 14px;
        margin: .2rem 0
    }



    .new-floor-4 .middle-tab-box,
    .new-floor-4,
    .new-floor-3 {
        padding: 1rem 0
    }

    .new-floor-4 .index-tit .en {
        margin-bottom: .35rem
    }


    .new-floor-5 {
        padding: 0
    }

    .new-floor-5 .business {
        margin: .5rem 0
    }

    .business-box .left {
        margin-left: 0
    }

    .new-floor-5 .right {
        width: 100%
    }

    .business-box .business-select {
        margin-bottom: 0
    }

    .new-floor-5 .business-divajax {
        margin-top: .3rem
    }
}

.highway-info-box .data-list {
    gap: 2rem 1.25rem;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.businessinfo-box .data-list .txt {
    height: auto;
    margin-top: .25rem;
    font-size: .525rem;
}

.businessinfo-box .data-list .unit {
    font-weight: bold;
    color: #de001f;
    transform: skew(-8deg);
}

.highway-info-box .data-list .data-list-li {
    width: calc((100% - 2.5rem) / 3);

}

.highway-info-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.g_a {
    padding: 2.25rem 0 0;
}
.g_a .view{
    text-align: center;
}
.g_a .txt1 {
    margin-top: .75rem;
    font-size: .525rem;
    line-height: 1.5;
    color: #666;
}

.g_a img {
    margin-top: .875rem;
    max-width: 100%;
}

.businessinfo-box {
    /* padding-bottom: 0; */
}

.businessinfo-box .top-box .con-box {
    padding-top: 1.25rem;
}

.businessinfo-box .top-box .con-box .tit {
    font-size: .9rem;
    line-height: 1.3;
}



.index-tit .en {
    font-size: .35rem;
}

.g_b {
    padding-bottom: 3.75rem;
}

.g_b .index-tit {
    padding-top: 2rem;
    text-align: left;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #919191;
}

.g_b .index-tit:nth-child(2) {
    border-bottom: 0;
}

.g_b .index-tit .cn {
    font-size: .9rem;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.g_b .txt1 {
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.524;
    text-align: left;

}

.g_b .ul_list {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.125rem 1.125rem;
}

.g_b .ul_list .ul_li_box {
    width: calc((100% - 1.25rem * 4) / 5);
    padding-top: 1.25rem;
    overflow: hidden;
    position: relative;

}

.g_b .ul_list .ul_li {
    height: auto;
    width: 100%;
    padding: 1.75rem .75rem 1.75rem .75rem;
    background: linear-gradient(180deg, #f2e8e8, rgba(255, 255, 255, 0));
    border-radius: .25rem;
    overflow: hidden;

}

.g_b .ul_list .ul_li .icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    width: 2.5rem;
    height:2.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g_b .ul_list .ul_li .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_b .ul_list h6,
.g_b .ul_list h5 {

    font-size: .5rem;
    color: rgb(187, 43, 44);
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}


.g_b .ul_list .line {
    width: 100%;
    height: 1px;
    background: rgb(187, 43, 44);
    margin: .5rem 0;
}

.g_b .ul_list ul {
    list-style: inherit;
    padding-left: .75rem;
    padding-right: .75rem;
    width: calc(100% + .75rem);
    text-align: left;
    margin-top: .75rem;
    font-size: .5rem;
    color: rgb(102, 102, 102);

}

.g_b .ul_list ul li::marker {
    color: rgb(187, 43, 44);
}

.g_c {
    padding: 2rem 0 2.5rem;
}

.g_c .index-tit {
    text-align: left;

    margin-bottom: 1.4rem;
}

.g_c .index-tit .txt1 {
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.524;

}

.g_c .index-tit .cn {
    margin-bottom: 1.25rem;
}

.g_c .ul_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem 1.25rem;
    width: 100%;
    justify-content: space-between;
}

.g_c .ul_list .ul_li {
    width: calc((100% - 1.25rem) / 2);
    height: 12rem;
    overflow: hidden;
    position: relative;
    border-radius: .25rem;
}

.g_c .ul_list .ul_li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.g_c .ul_list .ul_li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_c .ul_list .ul_li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    padding: .45rem .5rem;
    background-color: rgba(0, 0, 0, 0.35);
    text-align: left;
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 1.778;
    font-size: .45rem;

}

.g_d {
    padding-bottom: 2.5rem;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.g_e {}

.g_e .index-tit {
    text-align: left;
}

.g_e .ul_li_top {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.g_e h4 {
    font-size: .9rem;

    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: left;
    font-weight: 600;

}

.g_e h6 {

    margin-top: .75rem;
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.905;
    text-align: left;
}

.g_e .h6 {
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.905;
    text-align: left;
}

.g_e .ul_li3,
.g_e .ul_li1 {
    padding-bottom: 1.75rem;
}

.g_e .ul_li2 {
    width: 100vw;
    margin-left: -6.75%;
}

.g_e .ul_li2 .ul_li_top {
    padding: 1.25rem 6.75% 1.75rem;
}
.g_e .ul_li2 .ul_li_list{
    padding: 0 6.75%;

}
.g_e .ul_li_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    width: 100%;
    margin-bottom: 1.25rem;
    margin-top: 1.75rem;
}

.g_e .ul_li_list_li {
    width: calc((100% - 5rem)/ 6);
    height: auto;
    text-align: center;
    font-size: .6rem;
    color: rgb(102, 102, 102);
    line-height: 1.333;

}

.g_e .ul_li_list_li .img {
    width: 100%;
    height: 5.75rem;
    overflow: hidden;
    float: none;

}

.g_e .ul_li_list_li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_e .ul_li_list_li p {
    padding: .5rem .35rem;
    padding: .5rem 0;
}

.g_e .ul_li1 .ul_li_list {
    margin-top: 0;
    margin-bottom: .5rem;
}

.g_e .ul_li3 .ul_li_top {
    padding-top: .5rem;
    padding-bottom: 0;
}

.g_e .ul_li3 .ul_li_list {
    margin-top: 1.25rem;
}

.g_e .ul_li3 .ul_li_list_li {
    width: calc((100% - 2rem)/ 3);
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    font-size: .9rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

.g_e .ul_li3 .ul_li_list_li .img {
    height: 10.25rem;
}

.g_e .ul_li3 .ul_li_list_li p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 4;
    padding: .75rem;
}

.g_f {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1.5rem 0;
}

.g_f .ul_li {
    margin-top: 1.25rem;

    text-align: left;
}

.g_f .ul_li h5 {
    font-size: .9rem;
    margin-bottom: .75rem;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    font-weight: 600;

}

.g_f .ul_li h6 {
    font-family: "XinPingHeiTC";
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.905;
}

.g_g {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    position: relative;
    padding: 2.25rem 0 4.25rem;
}

.g_g .ul_list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem 1.25rem;
    width: 100%;
}

.g_g .ul_list .ul_li {
    width: calc((100% - 1.25rem) / 2);
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.g_g .ul_list .ul_li:nth-child(odd) .ul_li_top {
    background: linear-gradient(180deg, #a81e24, #801a20);

}

.g_g .ul_list .ul_li:nth-child(even) .ul_li_top {
    background: linear-gradient(0deg, #283343, #666666);
}

.g_g .ul_list .ul_li_top {
    width: 100%;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    font-size: .6rem;
    color: #fff;
    line-height: 1.2;
    border-radius: .2rem;
    height: 1.8rem;
    overflow: hidden;

}

.g_g .ul_list .ul_li_bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 1.8rem - .5rem);
    padding: 1.5rem;
    font-size: .45rem;
    color: rgb(102, 102, 102);
    line-height: 1.778;
    text-align: center;
    border-radius: .2rem;
    overflow: hidden;
    background: rgba(102, 102, 102, .1);
    backdrop-filter: blur(2px);
}

.g_d .img h6 {
    text-align: left;
    font-size: .9rem;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    font-weight: 600;
}

.g_d .img {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.g_d .img img {
    max-width: 100%;
    margin: 0 auto;
}

.g_h {
    padding-bottom: 2.25rem;
}

.g_h .index-tit .txt1 {
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1.905;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.g_h .img {
    float: none;
}

.g_h .pro_list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    position: relative;
}

.g_h .pro_list .img {
    width: 100%;
    height: 10.25rem;
}

.g_h .pro_list .pro_li {
    position: relative;
    width: calc((100% - 1rem)/ 2);
}

.g_h .pro_list .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .95rem;
    text-align: justify;
    z-index: 4;

}

.g_h .pro_list h4 {
    font-size: .9rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.g_h .pro_list h6 {
    font-size: .45rem;
    color: rgb(255, 255, 255);
    line-height: 1.778;
    margin-top: .75rem;
   height: 3.5rem;
    overflow-y: auto;

}

.g_i {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
}

.g_i .map_box {
    margin-top: 2.5rem;
    position: relative;
}
.g_i .map_box .img{
    width: 100%;

}
.g_i .map_box .img img{
    width: 100%;
}

.g_i .map_box .txt_list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;

    gap: .75rem;
}

.g_i .map_box .txt_li .nums {
    display: flex;
    align-items: baseline;
}

.g_i .map_box .txt_li .num {
    line-height: 1.465;
    font-size: 1.05rem;
    font-weight: bold;
    color: #de001f;
    color: rgb(160, 43, 44);
    transform: skewX(-8deg);
}

.g_i .map_box .txt_li span {
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    margin-left: .2rem;
    font-weight: bold;
    color: #de001f;
    color: rgb(160, 43, 44);
    transform: skew(-8deg);
}

.g_i .map_box .txt_li p {
    height: auto;
    margin-top: .25rem;
    font-size: .525rem;
    color: rgb(102, 102, 102);
    line-height: 1;
}

@media (min-width: 768px) {
    .g_f .ul_list {
        max-width: 60%;
    }

    .g_i .map_box .txt_list {
        max-width: 40%;
    }

    .g_c .index-tit .cn,
    .freight-lis5 .index-tit .cn,
    .businessinfo-box .index-tit .cn,
    .g_h .index-tit .cn,
    .g_g .index-tit .cn,
    .g_f .index-tit .cn,
    .g_a .index-tit .cn {
        font-size: 1.05rem;
    }
}



h4,
h5,
h6 {
    font-weight: inherit;
}

@media(min-width:1200px) and (max-width:1500px){
    .g_e .ul_li_list_li{
        font-size: .5rem;
    }
}
@media(min-width:996px) and (max-width:1199px){
    .g_e .ul_li_list_li{
        font-size: .45rem;
    }
    .g_e .ul_li_list_li p{
        padding: .25rem 0;
    }
}

@media (max-width: 767px) {
    .g_f .ul_list {
        max-width: 100%;
    }

    .g_i .map_box .txt_list {
        max-width: 100%;

    }

    .g_a {
        padding: .5rem 0 .5rem;
    }

    .g_b .view,
    .g_g .view,
    .g_h .view,
    .g_c .view,
    .g_f .view,
    .g_e .view,
    .g_a .view {
        padding: 0;
    }

    .index-tit .en {
        font-size: .2rem;
    }

    .g_h .index-tit .txt1,
    .g_a .txt1 {
        font-size: .26rem;
        margin-top: .5rem;
    }

    .g_d .img {
        margin-top: .5rem;
    }

    .g_d .img h6 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }

    .g_h {
        padding-bottom: 1rem;
    }

    .g_h .index-tit .txt1 {
        margin-top: .5rem;
        margin-bottom: .75rem;
    }

    .g_h .pro_list .pro_li {
        width: 100%;
    }

    .g_h .pro_list .img {
        height: auto;
        margin-top: 0;
    }

    .g_h .pro_list {
        gap: .5rem;

    }

    .g_h .pro_list .txt {
        height: 100%;
        padding: .5rem .24rem;
    }

    .g_h .pro_list h4 {
        font-size: .35rem;
    }

    .g_h .pro_list h6 {
        margin-top: .25rem;
        font-size: .24rem;
        max-height: 1.75rem;
        overflow-y: auto;
    }

    .g_h .index-tit .txt1 {
        margin-top: .25rem;
        margin-bottom: .5rem;
    }

    .g_f {
        padding: .75rem 0 1rem;
    }

    .g_f .ul_li h5 {
        font-size: .35rem;
        margin-bottom: .25rem;
    }

    .g_f .ul_li {
        margin-top: .5rem;
    }

    .g_f .ul_li h6 {
        font-size: .26rem;
    }

    .g_g,
    .g_i {
        padding-top: .75rem;
        padding-bottom: 1rem;
    }

    .g_g .ul_list {
        margin-top: .75rem;
        gap: .5rem;
    }

    .g_g .ul_list .ul_li {
        width: 100%;
        gap: .25rem;
    }

    .g_g .ul_list .ul_li_top {
        padding: .25rem;
        gap: .2rem;
        font-size: .35rem;
        border-radius: .1rem;
    }

    .g_g .ul_list .ul_li_top .icon {
        width: .4rem;

    }

    .g_g .ul_list .ul_li_top .icon img {
        width: 100%;
    }

    .g_g .ul_list .ul_li_bot {
        padding: .25rem;
        font-size: .26rem;
        border-radius: .1rem;
    }

    .g_i .map_box {
        margin-top: .75rem;
    }

    .g_i .map_box .txt_list {
        position: relative;
        left: auto;
        top: auto;
        gap: .25rem;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .g_i .map_box .txt_li {
        width: calc((100% - .25rem) / 2);
    }

    .g_i .map_box .txt_li .num {
        font-size: .48rem;
    }

    .g_i .map_box .txt_li span {
        font-size: .35rem;
    }

    .g_i .map_box .txt_li p {
        font-size: .25rem;
        margin-top: .1rem;
    }

    .g_i .map_box .img {
        width: 100%;
    }

    .g_i .map_box .img img {
        width: 100%;
    }

    .g_e .ul_li_top {
        padding-top: .35rem;
        padding-bottom: .5rem;
    }

    .g_e h4 {
        font-size: .35rem;
    }

    .g_e h6 {
        font-size: .26rem;
        margin-top: .25rem;
    }

    .g_e .ul_li_list {
        gap: .35rem;
        margin-top: .75rem;
        margin-bottom: .5rem;
        padding: 0 0%;
    }

    .g_e .ul_li_list_li {
        width: 100%;
        font-size: .3rem;
    }

    .g_e .ul_li_list_li p {
        padding: .2rem ;
    }

    .g_e .ul_li_list_li .img {
        height: auto;
        margin-top: 0;
    }

    .g_e .h6 {
        font-size: .26rem;
    }

    .g_e .ul_li3,
    .g_e .ul_li1 {
        padding-bottom: .5rem;
    }

    .g_e .ul_li2 .ul_li_top {
        padding: 1rem 6.75% 1rem;
    }

    .g_e .ul_li2 .ul_li_list {
        padding: 0 6.75%;
    }

    .g_e .ul_li3 .ul_li_list {
        margin-top: .5rem;
    }

    .g_e .ul_li3 .ul_li_list_li {
        width: 100%;
        font-size: .35rem;
    }

    .g_e .ul_li3 .ul_li_list_li .img {
        height: auto;
    }

    .g_e .ul_li3 .ul_li_list_li p {
        padding: .25rem;
    }

    .g_a img {
        margin-top: .5rem;
    }

    .businessinfo-box .top-box .con-box {
        padding-top: .0rem;

    }

    .highway-info-box .view {
        padding: 0;
    }

    .businessinfo-box .top-box .con-box .tit {
        font-size: .35rem;
    }

    .businessinfo-box .top-box .pub-con {
        font-size: .26rem;
    }

    .businessinfo-box .data-list .txt {
        font-size: .2rem;
    }

    .highway-info-box .data-list {
        gap: .5rem;
    }

    .highway-info-box .data-list .data-list-li {
        width: calc((100% - 1rem) / 3);
    }

    .g_b {
        padding-bottom: 1rem;
    }

    .g_b .index-tit {
        padding: .75rem 0 .5rem;
    }

    .g_b .index-tit .cn {
        font-size: .35rem;
        margin-bottom: .35rem;
    }

    .g_b .txt1 {
        font-size: .26rem;
    }

    .g_b .ul_list {
        gap: .35rem;
    }

    .g_b .ul_list .ul_li_box {
        width: 100%;
        padding-top: .85rem;
    }

    .g_b .ul_list .ul_li .icon {
        width: 1.5rem;
        height: auto;
    }

    .g_b .ul_list .ul_li {
        padding: 1rem 4% .5rem;
    }

    .g_b .ul_list h6,
    .g_b .ul_list h5 {
        font-size: .35rem;
    }

    .g_b .ul_list .line {
        margin: .25rem 0;
    }

    .g_b .ul_list ul {
        font-size: .26rem;
        padding-left: .4rem;
        padding-right: .4rem;
        margin-top: .35rem;
    }

    .g_c {
        padding: .75rem 0 .75rem;
    }

    .g_c .index-tit .cn {
        margin-bottom: .45rem;
    }

    .g_c .index-tit .txt1 {
        font-size: .26rem;
    }

    .g_c .index-tit {
        margin-bottom: .75rem;
    }

    .g_c .ul_list {
        gap: .35rem;
    }

    .g_c .ul_list .ul_li {
        width: 100%;
        height: auto;
    }

    .g_c .ul_list .ul_li .txt {
        max-height: 100%;
        overflow-y: auto;
        font-size: .26rem;
        padding: .25rem;
    }
    .g_g .ul_list .ul_li_top{
        height: auto;
    }
    .g_g .ul_list .ul_li_bot{
        height: auto;
    }
    .g_h .pro_list h6{
        height: auto;
    }
}


/* 小标题.2 */
/* 正文.26 */