/* 例子 */
.tabpanes{width: 1200px; margin: 0 auto;}
.tab-title1{     margin-top: -20px;    float: right;}
.tab-title1 li{ float:left; padding:0 10px; height:28px; line-height:28px; cursor: pointer;}
.tab-title1 li.current{color:red;}	

/*物流服务*/
.tab-wlfw{ }
.tab-wlfw .warpul{width: 1200px; height: 80px; margin: 0 auto;box-shadow: 2px 3px 8px #bebebe;background-color: #fff; overflow: hidden; }
.tab-wlfw  ul{ height: 80px;    line-height: 80px;    display: flex;   gap: 50px;    justify-content: center; }
.tab-wlfw  ul  li{ box-sizing: border-box; float: left;width:120px; text-align: center;  font-size:18px;  cursor: pointer; color:#2F2F2F;}
.tab-wlfw  ul  li:last-child:after{content: none; }
.tab-wlfw  ul  li:hover,.tab-wlfw ul li.current{  background-color: #0079C5; color: #fff;}

/* 招贤纳士 */
.tab-joinUs{ }
.tab-joinUs .warpul{width: 1230px; height: 130px; margin: 0 auto;    box-shadow: 2px 3px 8px #bebebe;background-color: #fff; overflow: hidden; }
.tab-joinUs  ul{ width: 100%; height: 40px;    line-height: 40px;    margin-top: -4px;}
.tab-joinUs  ul  li{ box-sizing: border-box;    float: left;    border-bottom: 1px solid #fff;    text-align: center;    font-size: 20px;    cursor: pointer;    color: #666;    width: calc(100% * 1/3);}
/*.tab-joinUs  ul  li:after{ content: url(../img/lll.png);     float: right;}*/
.tab-joinUs  ul  li:last-child:after{content: none; }
.tab-joinUs  ul  li:hover span,.tab-joinUs ul li.current span{ padding-bottom: 9px;  color:#0476c1; border-bottom: 2px solid #0476c1;}








