.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;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
}
.con-top .con-le{
    width: 570px;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #282828;
    line-height: 40px;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    margin-top: 8px;
}
.top .top-line{
    width: 80px;
    height: 5px;
    background: #1f3893;
    border-radius: 2px;
    margin-top: 5px;
}
.con-le .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    text-indent: 2em;
}
.con-top .con-ri{
    width: 583px;
    height: 295px;
}

.content .con-last{
    width: 100%;
    height: 380px;
    margin-top: 38px;
    position: relative;
    margin-bottom: 40px;
}
.con-last .con-on{
    width: 580px;
    height: 198px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 93px;
    right: 10px;
    padding: 40px 30px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    border-radius: 10px;
}
