.banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 100px!important;
    background: url(../images/logistics_banner.jpg) no-repeat center;
}
.banner .w-1200{
    height: 100%;
    position: relative;
}
.banner .banner-box{
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.banner-box .banner-icon{
    width: 60px;
    height: 60px;
    background: #f4f4f4;
}
.banner-icon img{
    width: 10px;
    height: 10px;
    margin: 25px auto 0;
}
.banner-box .banner-con{
    width: 890px;
    height: 60px;
    display: flex;
    font-size: 14px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}
.banner-con a{
    display: block;
    width: auto;
    height: 60px;
    color: #333333;
}
.banner-con .banner-img{
    width: 4px;
    height: 8px;
    margin-top: 26px;
    margin-left: 10px;
}
.banner-con span{
    display: block;
    width: auto;
    height: 60px;
    color: #0065c0;
    margin-left: 10px;
}

.banner-box .banner-ri{
    width: auto;
    height: 50px;
    margin-top: 10px;
    display: flex;
}
.banner-ri .banner-item{
    width: auto;
    height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    cursor:pointer;
    margin-right: 20px;
}
.banner-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.banner-item.active{
    color: #0065c0;
    font-weight: bold;
    border-bottom: 2px solid #0065c0;
}

.process{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 48px;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #282828;
    line-height: 40px;
    text-align: center;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
}
.top .top-line{
    width: 80px;
    height: 5px;
    background: #1f3893;
    border-radius: 2px;
    margin: 5px auto 0;
}
.route .rou-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.rou-box .rou-item{
    width: 270px;
    height: 230px;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #eeeeee;
    float: left;
    margin-right: 36px;
    margin-top: 30px;
    cursor:pointer;
}
.rou-item:nth-of-type(4n){
    margin-right: 0;
}
.rou-item:last-child{
    margin-bottom: 40px;
}
.rou-item .rou-on{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rou-on .rou-img{
    width: 40px;
    height: 40px;
    margin: 69px auto 0;
}
.rou-on .rou-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #626262;
    text-align: center;
    line-height: 26px;
    margin-top: 35px;
}
.rou-item .rou-con{
    width: 578px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/route2.png) no-repeat center center / 100% 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    transition: all 0.5s ease-out;
    z-index: 90;
}
.rou-item:nth-of-type(4n) .rou-con{
    top: 0;
    right: 0;
    left: -308px;
}
.rou-con .rou-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}
.rou-con .rou-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 16px;
}
.rou-item:hover .rou-con{
    display: block;
}
