.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;
}
.process .pro-box{
    width: 100%;
    height: auto;
    overflow: hidden;

}
.pro-box .pro-item{
    width: 250px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #eeeeee;
    margin-right: 60px;
    float: left;
    margin-top: 40px;
    position: relative;
    border-radius: 10px;
}
.pro-item:nth-of-type(1){
    margin-left: 5px;
}
.pro-item:nth-of-type(5){
    margin-left: 5px;
}
.pro-item:nth-of-type(4n){
    margin-right: 5px;
}
.pro-item:last-child{
    margin-bottom: 57px;
}
.pro-item .pro-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 90px;
    font-weight: bold;
    color: rgba(0,0,0,0.3);
    padding-left: 5px;
    box-sizing: border-box;
}
.pro-item .pro-on{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.pro-on .pro-img{
    width: 52px;
    height: 62px;
    margin: 51px auto 0;
}
.pro-item:nth-of-type(2) .pro-img{
    width: 60px;
    height: 60px;
    margin: 52px auto 0;
}
.pro-item:nth-of-type(3) .pro-img{
    width: 51px;
    height: 66px;
    margin: 49px auto 0;
}
.pro-item:nth-of-type(4) .pro-img{
    width: 76px;
    height: 48px;
    margin: 66px auto 0;
}
.pro-item:nth-of-type(5) .pro-img{
    width: 51px;
    height: 53px;
    margin: 64px auto 0;
}
.pro-item:nth-of-type(6) .pro-img{
    width: 57px;
    height: 61px;
    margin: 52px auto 0;
}
.pro-item:nth-of-type(7) .pro-img{
     width: 64px;
     height: 62px;
     margin: 51px auto 0;
 }
.pro-item:nth-of-type(8) .pro-img{
    width: 60px;
    height: 60px;
    margin: 52px auto 0;
}
.pro-on .pro-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #282828;
    text-align: center;
    line-height: 24px;
    position: absolute;
    bottom: 27px;
    left: 0;
}
.pro-item .pro-icon{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 90px;
    right: -45px;
}
.pro-item:nth-of-type(4) .pro-icon{
    top: 207px;
    left: 112px;
    transform:rotate(90deg)
}
