.row{
    margin-left: 0px;
    margin-right: 0px;
}

#supplyChain{
    /*border: 1px #ac2925 solid;*/
    /*background-color: #03B19FFF;*/
    /*margin-top: 24px;*/
    margin-top: 1.4vw;
}

#supplyChain .content{
    width: 100%;
}

/*标题--------------------------------------------------------------*/
#supplyChain .content .nav {
    width: 100%;
    padding: 0;
    padding-bottom: 1px;
    background-color: #03B19FFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*overflow-x: scroll;*/
}

#supplyChain .content li{
    /*margin: 0 24px;*/
    margin: 0 1vw;
}

#supplyChain .content .nav .active a{
    border: none;
}

#supplyChain .content .nav .active{
    border-bottom: 4px #072c7d solid;
}

#supplyChain .content .nav a{
    background-color: #03B19FFF;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    /*font-size: 18px;*/
    font-size: 1.1vw;
    letter-spacing: 3px;
    white-space: nowrap;
    /*padding: 12px 0;*/
    padding: 0.72vw 0;
    /*margin: 0 22px;*/
    border: none;
}


/*内容-------------------------------------------------------------------------------------------*/

#supplyChain .content .tab-content{
    /*border: 1px #ac2925 solid;*/
    /*background-color: #03b19f;*/
    position: relative;
    /*top: 30px;*/
    top: 2vw;
}

/*<!--物流服务----------------------------------------------------------->*/
.supplyChain1{
    /*border: 1px #ac2925 solid;*/
    /*background-color: #03b19f;*/
    display: flex;
    justify-content: space-between;
}

.supplyChain1 .supplyChain1-son-div{
    /*border: 1px #ac2925 solid;*/
    width: 24.4%;
}

.supplyChain1 .supplyChain1-son-div .supplyChain1-son-text{
    /*border: 1px #ac2925 solid;*/
    width: 24.4%;
    height: 34%;
    color: #FFFFFF;
    position: absolute;
    top: 66.2%;
    /*line-height: 0px;*/
    text-align: center;
    overflow: hidden;
    padding: 0 6px;
}

.supplyChain1 .supplyChain1-son-div .supplyChain1-son-text .t1{
    /*border: 1px #ac2925 solid;*/
    margin-top: 2.2vw;
    font-size: 2vw;
}

.supplyChain1 .supplyChain1-son-div .supplyChain1-son-text .t2 {
    /*border: 1px #ac2925 solid;*/
    /*margin-top: 26%;*/
    font-size: 1.2vw;
    display: block;
}

.supplyChain1 .supplyChain1-son-div .supplyChain1-son-text .t3{
    /*border: 1px #ac2925 solid;*/
    font-size: 0.6vw;
    /*text-align: right;*/
    position: absolute;
    top: 4px;
    right: 0px;
}

/*仓储服务--------------------------------------------------------------------------------*/
.supplyChain2 {
    /*border: 1px #ac2925 solid;*/
    background-color: #FFFFFF;
    display: flex;
    padding: 0.8%;
    justify-content: space-between;
}

.supplyChain2 .supplyChain-left{
    /*border: 1px #ac2925 solid;*/
    width: 65%;
}

.supplyChain2 .supplyChain-right{
    /*border: 1px #ac2925 solid;*/
    width: 34%;
    background-color: #03b19f;
    font-size: 3vw;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
