.consolidationServices,.transportationGoods,.consolidatedTransportation{
    padding: 30px;
    background: #fff;
}

.consolidationServices .wz,.transportationGoods .wz{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DBF2F2;
    margin-bottom: 20px;
}

.consolidationServices .wz p:nth-of-type(1),.transportationGoods .wz p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 20px;
}

.consolidationServices .wz p:nth-of-type(2),.transportationGoods .wz p:nth-of-type(2) {
    line-height: 1.5;
    font-size: 14px;
    color: #757575;
}

.consolidationServices td {
    width: 300px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DBF2F2;
    align-content: center;
    /* 设置表格、表头、单元格的边框为蓝色 */
}
.consolidatedTransportation td {
    min-width: 150px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DBF2F2;
    align-content: center;
    line-height: 2;
    /* 设置表格、表头、单元格的边框为蓝色 */
}
.consolidatedTransportation td p:nth-of-type(2){
    color: #4ABCBD;
}
.consolidatedTransportation table{
    margin-top: 20px;
}
.index1Banner {
    text-align: center;
    /*height: 450px;*/
    background: url('./img/1.png') no-repeat;
   /* background-size: 100% 100%;*/
    padding: 40px;
    
}

.index1Banner p {
    color: #fff;
    font-size: 30px;
}
.consolidatedTransportation>div:nth-of-type(1){
    padding: 20px 24px;
    border-radius: 10px;
    border: 1px solid #DBF2F2;
}
.consolidatedTransportation>div:nth-of-type(1) p{
    font-size: 14px;
    color: #757575;
    line-height: 2;
}
.consolidatedTransportation>div:nth-of-type(1) p:nth-of-type(2){
    color: #4ABCBD;
}
.consolidatedTransportation>div:nth-of-type(1) p:nth-of-type(2) span{
    color: #2382FF;
    text-decoration: underline;

}
table{
    width: 100%;
}
@media (max-width:800px) {
    .index1Banner {
        text-align: center;
        background: url('./img/2.png') no-repeat;
        /*background-size: 100% 100%;*/
        padding: 30px;

    }

    .member>.left {
        display: none;
    }

    .member>.right {
        margin-left: 0!important;
    }

    .consolidationServices td {
        width: 25%;
        font-size: 12px;
    }
    .member{
        width: 100%!important;
    }
    .consolidationServices,.transportationGoods,.consolidatedTransportation{
        padding: 10px;
    }
    table{
        width: 100%;
    }

}