.home-menu {
    margin: 0;
    padding: 0;
    min-width: 1190px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width:960px){
    .home-menu{
        margin-top: 200px;
    }
    .itypes{
        background:url(../images/ibg-types.jpg) center center no-repeat;
        background-size:100%;
        margin: 130px 0 40px 0;
    }
    #views-bootstrap-grid-1{
        margin-top:70px;
    }
}

.home-menu ul {
    margin: 0 auto;
    list-style: none;
    height: 100px;
    line-height: 100px;
    width: 1172px;
    display: inline-block;
    text-align: right;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 4px;
    z-index:9;
}

.home-menu .waybill {
    width: 354px;
    height: 112px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -12px;
    background: rgb(18 12 134 / 90%);
    border-radius: 4px 4px 0 4px;
    padding: 16px 30px 0 30px;
    box-sizing: border-box;
}

.home-menu .input-block {
    position: relative;
    height: 77px;
}

.home-menu .waybill .title {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    height: 18px;
}

.home-menu .waybill .input {
    position: absolute;
    display: inline-block;
    width: 290px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    top: 10px;
    left: 0;
    padding-left: 10px;
}

.home-menu .flex-item {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-right: 124px;
}

.home-menu .flex-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 100px;
}

.home-menu .flex-item:last-child a {
    margin-right: 0;
}

.home-menu .flex-item>a>img {
    width: 44px;
    height: 28px;
    padding-right: 16px;
}

.home-menu .flex-item.mobile {
    display: none;
}



@media screen and (max-width:960px){
    #logo{
        margin-top:8px;
    }
    .home-menu {
        margin: 0;
        padding: 0;
        width: 100%;
        display: inline-block;
        background-color: #1C217E;
        text-align: center;
        min-width: 100%;
        margin-bottom:30px;
    }

    .home-menu ul {
        margin: 0 auto;
        list-style: none;
        height: 86px;
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 0;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .home-menu .input-block {
        position: relative;
    }

    .home-menu .flex-item {
        display: inline-block;
        width: calc(100% / 4);
        text-align: center;
        margin: 0;
        line-height: 30px;
    }

    .home-menu .flex-item a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
        text-align: center;
        line-height: 30px;
    }

    .home-menu .flex-item:last-child a {
        margin-right: 0;
    }

    .home-menu .flex-item>a>img {
        width: 30px;
        height: 28px;
        display: block;
        margin: 0 auto;
        padding-right:0;
    }
    .home-menu .flex-item.mobile {
        display: inline-block;
    }
    .home-menu .pc {
        display: none;
    }
}