#main{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
#main .banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#main .banner>p{
    height: 49px;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.solution{
    padding: 80px 0 0;
    font-size: 14px;
    overflow: hidden;
}
.solution>h2{
    width: 100%;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    border-left: 8px solid #36a5ff;
    margin-bottom: 25px;
}
.solution>p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}
.solution>h3{
    font-size: 36px;
    text-align: center;
}
.dispatch{
    overflow: hidden;
}
.dispatch li{
    float: left;
    text-align: center;
    height: 193px;
}
.dispatch li img{
    display: inline-block;
}
.dispatch li:nth-child(1){
    width: 195px;
    margin-right: 114px;
}
.dispatch li:nth-child(2){
    width: 120px;
}
.dispatch li:nth-child(3){
    width: 384px;
    margin: 0 87px;
}
.dispatch li:nth-child(4){
     width: 197px;
}

.dispatch li p{
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
}
/*仓储*/
.storage{
    overflow: hidden;
}
.storage li{
    float: left;
    text-align: center;
    height: 293px;
}
.storage li div{
    height: 223px;
    line-height: 223px;
    text-align: center;
}
.storage li img{
    display: inline;
    vertical-align: middle;
}
.storage li:nth-child(1){
    width: 278px;
}
.storage li:nth-child(2){
    width: 347px;
    margin: 0 71px 0 59px;
}
.storage li:nth-child(3){
    width: 190px;
    margin: 0 87px 0 0;
}
.storage li:nth-child(4){
    width: 146px;
}
.storage li p{
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}
