
.infopub-nav{
    width: 1200px !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
}

.infopub-nav .nav-box-left{
    width: 1000px;
}
.infopub-nav .nav-box-left .nav{
    width: 1000px !important;
}
.infopub-nav .nav-box-right{
    width: 200px;
    display: flex;
    justify-content: flex-end;
}
.infopub-nav .nav-box-right .box{
    width: 100px;
    height: 46px;
    line-height: 46px;
    background: #f58915;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 99;
}
.infopub-nav .nav-box-right .box img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.infopub-nav .nav-box-right .box a{
    color: #fff;
    display: inline-block;
}
.infopub-nav .nav-box-right .subnav{
    background: #f58915;
    color: #fff;
    position: absolute;
    top: 46px;
    right: 0;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 0;
}
.infopub-nav .nav-box-right .subnav .subnav-item{
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f8af61;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 16px;
    cursor: pointer;
}
.infopub-nav .nav-box-right .subnav .subnav-item:nth-child(4n){
    margin-right: 0;
}
.infopub-nav .nav-box-right .subnav .subnav-item a{
    color: #fff !important;
}

