.servicepage{
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
    background-image: url(../images/service/倉儲管理與配送bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 7% 48px 13%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.servicepage_freight{
      background-image: url(../images/service/國際貨運-bg.png);
}
.servicepage_transportation{
     background-image: url(../images/service/本地運輸-頁面bg.png);
}
.servicepage_road{
  background-image: url(../images/service/港珠澳陸運-bg.png);
}
.servicepage_online{
  background-image: url(../images/service/電商-bg.png);
}
.servicepage_project{
     background-image: url(../images/service/大型物流-bg.png);
}
.servicepage_solution{
    background-image: url(../images/service/客製化-bg.png); 
}
.servicepage_inform{
    background-image: url(../images/service/物流科技系統-bg.png); 
}
.servicepage_industries{
    background-image: url(../images/service/行業覆蓋範圍-bg.png); 
}
.servicepage .s-menu{
    padding-top: 24px;
    width: 28%;
    border-right: 2px solid #ffffff;
}
.servicepage .s-menu .s-menu-li{
    margin-bottom: 12px;
    padding:6px 12px;
    width: 100%;
}
.servicepage .s-menu .s-menu-li a{
    color: #ffffff;
    font-size: 24px;
}
.servicepage .s-ahover{
    width: 100%;
    background-image: url(../images/service/activeBg.png);
}
.servicepage .s-body{
      width: 68%;   
}

.s-body .s-body-main{
    width: 100%;
    margin-bottom: 48px;
}
.s-body .other_main{
    margin-top: 48px;
}
.s-body .s-body-img{
    width: 100%;
}
.s-body .s-body-img img{
    width: 100%;
}
.s-body .s-body-main .fubox-title{
    width: 100%;
    background-image: url(../images/service/title-bg.png);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 26px;
    margin-bottom: 24px;
    padding-left: 12px;
}
.s-body .s-body-main .fubox-tip{
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    text-align: justify;
}
.s-body .s-body-main .fubox-list{
     width: 100%;
     display: flex;
     align-items: center;
     margin-bottom: 16px;
}
.s-body .s-body-main .fubox-list1{
     width: 100%;
     display: flex;
     margin-bottom: 16px;
}
.fubox-list .one{
      
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ff8900;
      margin-right: 12px;
}
.fubox-list .item_title{
    color: #fff;
}
.fubox-list1 .one{
    margin-top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ff8900;
      margin-right: 12px;
}
.fubox-list1 .item_title{
    color: #fff;
    text-align: justify;
}
.item_title .item_tip{
    color: #c5c3c3;
}
.tg-item2{
    margin-bottom: 24px;
    margin-top: 48px;
    width: 60% !important;
}
.tg-item2 .tg-item-h1{
        width: 100%;
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 2px solid #966329;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:4px 0 4px 6px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }
.tg-item-h1 span{width: 20px;height: 12px;background-image: url(../images/service/01.png);margin-right: 20px;}
.tg-item2 .tg-item-text{font-size: 18px;color: #fff;padding:16px 8px;}
 .tg-item-text .fubox-tip{
    text-align: justify;
 }

.s-body .online_list{
    width: 100%;
}
.s-body .online_list .online_title{
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}
.s-body .online_list .online_main{
    width: 100%;
    display: flex;
    justify-content: space-between;
} 
.online_list .online_main_left{
    width: 50%;

}
.online_main_left .online_main_one{
    width: 100%;
    display: flex;
    margin-bottom: 16px;
}
.online_main_one .online_one{
   margin-top: 8px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #ff8900;
      margin-right: 12px;
}
.online_main_one .online_tip{
    font-size: 18px;
    color: #fff;
}
.online_list .online_main_right{
     width: 50%;
}
.online_list .online_main_right img{
    width: 100%;
}

 .s-body .freight_img{
    position: absolute;
    right: 0;
    top: 50%;
    width: 36%;
}
 .s-body .freight_img img{
    width: 100%;
 }
  .s-body .s-body-img_project{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
   .s-body .s-body-img_project .project_img1{
     width: 42%;
  }
   .s-body .s-body-img_project .project_img2{
     width: 57%;
  }
   .s-body .s-body-img-solution{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 48px;
  }
.s-body .s-body-img-solution img{
    width: 32.5%;
}


 @media(max-width:768px){
    
    .servicepage{
        flex-wrap: wrap;
        padding: 24px;
    }
    .servicepage .mserbtnbox{
        color: #ffffff; 
        font-size: 24px;
        padding-right: 12px;
    }
    .servicepage .mserbtnbox .mserbtn{
        background-color: #fff;
        margin: 0 16px 0 0;
    }
    .servicepage .s-menu{
        margin-top: 56px;
        width: 85%;
        background-color: #f8f8f8;
    }
    .servicepage .s-menu .s-menu-li a{
        color: #333333;
        width: 100%;
        border-bottom: none;
        font-size: 16px;
        padding:0;
    }
    .servicepage .s-body{
        margin-top: 24px;
        width: 100%;
    }
    .servicepage .s-body-main .fubox-title{
         font-size: 24px;
         padding: 2px;
         margin-bottom: 16px;
    }
    .servicepage .s-body-main .fubox-tip{
        font-size: 16px;
    }
    .fubox-list .item_title{
        font-size: 15px;
    }
    .fubox-list1 .item_title{
        font-size: 15px;
    }
    .servicepage .tg-item2{
        width: 100% !important;
    }
    .s-body .s-body-main{
        margin-bottom: 12px;
    }
    .tg-item2 .tg-item-text{
        padding: 8px;
    }
     .s-body .freight_img{
    position: relative;
    width: 100%;
}
.s-body .online_list .online_main{
   flex-wrap: wrap;
} 
.online_list .online_main_left{
    width: 100%;

}
.online_list .online_main_right{
    width: 100%;
}
.tg-item-text .fubox-tip{
    font-size: 15px;
}
.online_main_one .online_tip{
    font-size: 16px;
}
        
 }