.bannerBj{
     width: 100%;
     overflow: hidden;
     height: 450px;
     background: url(../img/wl.jpg) no-repeat center;
     background-size: cover;
}
.wlOne{
     width: 100%;
     /* height: 870px; */
     overflow: hidden;
     /* background: #f0f0f0; */
     background: white;
     padding-bottom: 50px;
}
.wlTwo{
     width: 100%;
     height: 870px;
     overflow: hidden;
     background: white;
}
.center{
     width: 1220px;
     overflow: hidden;
     margin: 0 auto;
}
.wlHead{
     width: 100%;
     height: 140px;
     overflow: hidden;
}
.wlHead p:nth-child(1){
     height: 45px;
     margin-top: 45px;
     font-size: 34px;
     font-weight: bold;
     color: black;
     text-align: center;
     line-height: 34px;
}
.wlHead p:nth-child(2){
     font-size: 14px;
     color: black;
     text-align: center;
     line-height: 14px;
}
.logisticsList{
     width: 100%;
     overflow: hidden;
     margin-top: 25px;
}
.logisticsListLi{
     width: 580px;
     height: 190px;
     float: left;
     margin-left:20px;
     background: white;
     border-radius: 15px;
     margin-bottom: 25px;
     padding: 10px 20px;
     position: relative;
}
.logisticsListLi:nth-child(2n+1){
     margin-left: 0;
}
.logisticsLiHead{
     font-size: 20px;
     color: black;
     font-weight: 700;
     margin-top: 10px;
     margin-bottom: 10px;
}
.logisticsLiBox{
     float: left;
     width: 33.33%;
     padding: 8px 0;
     font-size: 14px;
     line-height: 16px;
     font-size: 14px;
}
.logLiBox{
     float: left;
     width: 50%;
     padding: 8px 0;
     font-size: 14px;
     line-height: 16px;
     font-size: 14px;
}
.llbLeft{
     color: #999999;
     float: left;
}
.llbRight{
     color: #000000;
     float: left;
}
.logisticsLiBoxNew{
     width: 100%;
     padding: 8px 0;
     font-size: 14px;
     line-height: 16px;
     font-size: 14px;
     float: left;
}
.logisticsLiBtn{
     position: absolute;
     width: 115px;
     height: 35px;
     border-radius: 15px;
     text-align: center;
     line-height: 35px;
     border: 1px solid #fa841e;
    border-radius: 4px;
    color: #fa841e;
    font-size: 14px;
    background: white;
    bottom: 33px;
    left: 66.66%;
    cursor: pointer;
    user-select: none;
}
.logisticsLiBtn:hover{
     color: white;
     background: #fa841e;
}
.logLiBtn{
     position: absolute;
     width: 200px;
     height: 35px;
     border-radius: 15px;
     text-align: center;
     line-height: 35px;
     border: 1px solid #fa841e;
    border-radius: 4px;
    color: #fa841e;
    font-size: 14px;
    background: white;
    bottom: 33px;
    left:50%;
    cursor: pointer;
    user-select: none;
}
.logLiBtn:hover{
     color: white;
     background: #fa841e;
}
.dota{
     width: 100%;
     height: 350px;
     background: url(../img/zc.png) no-repeat center;
     overflow: hidden;
}
.dotaHead{
     width: 100%;
     margin-top: 70px;
     height: 60px;
     color: white;
     font-size: 26px;
     font-weight: bold;
     line-height: 26px;
}
.dotaUl{
     width: 100%;
     overflow: hidden;
}
.news{
     width: 100%;
     height: 580px;
}
.dotaLi{
     width: 285px;
     height: 155px;
     margin-left: 20px;
     background: rgba(255, 255, 255, 0.3);
     overflow: hidden;
     float: left;
     position: relative;
     cursor: pointer;
     user-select: none;
}
.dotaLi:nth-child(1){
     margin-left: 0;
}
.dotaLiBj{
     position: absolute;
     width: 0%;
     height: 100%;
     background: rgb(47, 149, 216);
     /* 00a0e9 */
     z-index: 0;
     transition: all 0.3s;
}
.dotaLiBjDh{
     width: 100%;
}
.dotaLiP1{
     height: 45px;
     width: 230px;
     margin-top: 35px;
     margin-left: 25px;
     font-size: 14px;
     line-height: 14px;
     color: white;
     position: relative;
     z-index: 2;
}
.dotaLiP2{
     width: 230px;
     margin-left: 25px;
     font-size: 36px;
     line-height: 36px;
     color: white;
     font-weight: bold;
     position: relative;
     z-index: 2;
}
.wlBj{
     background: #f0f0f0;
}
.wlMore{
     height: 45px;
     width: 100%;
     text-align: center;
     line-height: 45px;
}
.wlMore a{
     color: black;
     font-size: 18px;
}


.ydSwiperLi{
     width: 580px;
     height: 125px;
     border: 1px solid #e5e5e5;
     margin-left: 15px;
     float: left;
     padding: 13px;
     margin-bottom: 10px;
     transition: all 0.5s;
     position: relative;
     background: white;
}
.ydSwiperBj{
     width: 0%;
     height: 100%;
     background: linear-gradient(to right, #f5fcfc, #fcfbfa);
     position: absolute;
     left: 0px;
     top: 0px;
     z-index: 0;
     transition: all 1s;
}
.ydSwiperLi:hover{
     border: 0px;
}  
.ydSwiperLi:hover .ydSwiperBj{
     width: 100%;
}    
.ydSwiperLi:nth-child(2n+1){
     margin-left: 0px;
}
.ydLiLeft{
     width: 390px;
     float: left;
     height: 100%;
     position: relative;
     z-index: 1;
}
.ydLiRight{
     width: 150px;
     float: right;
     height: 100%;
     position: relative;
     z-index: 1;
}
.ydLiOne{
     height: 35px;
     width: 100%;
     overflow: hidden;
}
.ydLiOne p{
     float: left;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;

}
.ydLiOne img{
     width: 22px;
     float: left;
     margin: 0 5px;
     margin-top: 7px;
}
.ydLiTwo{
     height: 38px;
     width: 100%;
     margin-bottom: 5px;
}
.ydLiTwoLi{
     padding: 2px 8px;
     overflow: hidden;
     text-align: center;
     float: left;
     border-radius: 15px;
     font-size: 12px;
     margin-right: 5px;
}
.ydLiTwoLi1{
     border: 1px solid #1776bd;
     color: #1776bd;
}
.ydLiTwoLi2{
     border: 1px solid #eb6100;
     color: #eb6100;
}
.ydLiThr{
     width: 100%;
     height: 20px;
     white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.ydLiThr p{
     float: left;
     color: #8c8c8c;
     font-size: 12px;
}
.ydLiThr img{
     float: left;
     margin-right: 7px;
}
.ydLiThrImg{
     margin-left: 7px;
}
.ydLiFour{
     width: 100%;
     text-align: right;
     height: 70px;
}
.ydLiFour p{
     height: 22px;
     font-size: 12px;
     line-height: 12px;
     color: #828282;
}
.ydLiFive{
     text-align: right;
     width: 100%;
     overflow: hidden;
     color: #ff0000;
     font-size: 18px;
     font-weight: bold;
}
.ydLiFive span{
     font-size: 12px;
}
body .llbRight {
     max-width: 250px;
     white-space: nowrap;
     text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
     overflow: hidden;
     color: #000000;
     float: left;
 }
 .goodsdesc_content {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     line-height: 18px;
     font-size: 14px;
 }
 .goodsdescfont {
     color: #8c8c8c;
     padding-right: 2px;
 }
 .recruit{
     width: 100%;
     overflow: hidden;
     /* background: white   ; */
 }
.text_yunfei {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}