﻿.mada-container {
    width: 1200px;
    margin: 44px auto 106px auto;
    background: #fff;
    padding-top: 75px;
}


.mada-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.transport {
    background-image: url("/images/shippmentServices/transportBg.png");
    background-repeat: no-repeat;
    height:976px;
    position:relative;
}
.transport-equipments {
    position: absolute;
    top:97px;
    left:60px;
}
.transport-equipments-ship {
    width:287px;
}
.transport-equipments-truck{
    width:199px;
    margin-left:65px;
}
.transport-chinaPort {
    width:187px;
    position: absolute;
    top: 249px;
    right: 176px;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.transport-madaPort {
    width:266px;
    position: absolute;
    right: 309px;
    bottom: 158px;
    animation: bounce 2s infinite;
    animation-delay:1s;
}
.transport-cargos {
    position: absolute;
    left:75px;
    bottom:140px;
}
.transport-cargos-item:nth-child(1){
    margin-right:55px;
}
.transport-cargos-item:nth-child(2) {
    margin-right: 42px;
}
.transport-cargos-item:nth-child(3) {
    margin-right: 0px;
}
.line{

}
.line-top {
    height: 72px;
    background: #FFC840;
    display:flex;
    justify-content:center;
    align-items:center;
}
.line-name-arrow{
    width:86px;
    margin:0 63px;
}
.line-name {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.line-mid{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top:18px;
}
.line-tb{
    width:745px;
}
.line-tr{
    display:flex;
    align-items:center;
}
.line-tr:nth-child(1) {
    margin-bottom:29px;
}
    .line-tr:nth-child(2) {
        margin-bottom: 36px;
    }
.line-tr-grey-fullwidth {
    width:100%;
    background: #E4E4E4;
    padding: 18px 0px;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .line-tr-grey-fullwidth .line-tr {
        width: 745px;
        margin-bottom:0px !important;
    }
    .line-th {
        width: 25%;
        font-size: 16px;
        color: #9E9B95;
    }
.line-td-col-4 {
    width: 75%;
    font-size: 18px;
    color: #333;
}
.line-td {
    width: 25%;
    font-size: 18px;
    color: #3F93FF;
}
.line-td-black{
    color:#333;
}
.line-td-top{
    margin-bottom:29px;
}
.clearance{

}
.clearance-top {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    background:#fff;
    padding:57px 0;
    text-align:center;
}
.clearance-img{
    width:1200px;
}
.clearance-btm{
    position:relative;
}
.clearance-ship {
    position:absolute !important;
    bottom:26px;
    right:287px;
}
.clearance-fee {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E4E4E4;
    padding:18px 0;
}
.clearance-fee-title {
    font-size: 18px;
    color: #333333;
    margin-right:200px;
}
.clearance-fee-text {
    font-size: 18px;
    color: #333333;
}