#header {
    margin-bottom: 0;
}

.wrap {
    background: #F6F8FA;
    margin-bottom: 69px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 54px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 23px;
}

.crumbsBox {
    margin-bottom: 28px;
}

.mbx-left-off {
    float: left;
}

.breadcrumb li {
    color: #A7ACB1;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    color: #A7ACB1;
    line-height: 21px;
}

.mbx-seacher {
    float: right;
    margin-top: 12px;
}

.mbx-seacher .sousuo-sercher {
    position: relative;
    width: 400px;/* 626px;*/
    margin: 0 auto;
    overflow: hidden;
}

.mbx-seacher .sousuo-sercher .input {
    position: relative;
    float: left;
    width: 100%;
    height: 52px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(255,255,255,0.8300);
}

.mbx-seacher .sousuo-sercher .input>input {
    position: relative;
    padding: 0 45px 0 120px;
    margin: 0;
    height: 50px;
    width: 100%;
    border-radius: 6px!important;
    border: none;
    font-size: 16px;
    color: #3787D7;
    background-color: #fff;
    outline: none;
}

.mbx-seacher .sousuo-sercher .input .picker {
    width: 105px;
    position: absolute;
    z-index: 1;
    padding-left: 14px;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    border-radius: 6px 0 0 6px;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    color: #1B62AC;
}

.mbx-seacher .sousuo-sercher .input .picker:before {
    content: '';
    width: 1px;
    height: 26px;
    background-color: rgba(55,135,215,.37);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}

.mbx-seacher .sousuo-sercher .input .picker select {
    width: 100%;
    height: 100%;
    color: #1B62AC;
    padding: 0;
    background: url(/assets-zwgk/img/jiantou.png) 72px no-repeat;
    background-size: 10px;
}

option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.mbx-seacher .input-group-btn0314 {
    position: absolute;
    right: 0;
    top: 0;
}

.mbx-seacher .btn-default0314 {
    width: 100px;
    height: 51px;
    background: #3787D7;
    border-radius: 6px 6px 6px 6px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.titler h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1A7DD5;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 1.22px;
    text-align: left;
    padding-left: 15px;
}

.titler h4:before {
    content: '';
    background-color: #FFB21D;
    width: 3px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
}

.list-menter li {
    float: left;
    margin-bottom: 36px;
    width: 33.3333%;
    padding: 0 22px;
}

.list-menter {
    margin: 0 -22px;
	padding:0;
}

.list-menter-waren {
    margin-bottom: 14px;
    overflow: hidden;
    padding-left: 31px;
}

.titler h4:after {
    content: '';
    width: calc(100% - 15px);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(26,125,213,.3);
}

.list-menter li a {
    color: #333333;
    padding-left: 23px;
    padding-bottom: 18px;
    font-size: 16px;
    letter-spacing: 1.22px;
    text-align: left;
    background: url(/assets-zwgk/img/icon-cz.png)left center no-repeat;
    border-bottom: 1px solid #F0F0F0;
    background-position-y: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.list-menter li a:hover {
    color: #1A7DD5;
}

@media (max-width: 1199px) {
    .mbx-seacher .sousuo-sercher {
        width: 590px;
    }
}

@media (max-width:991px) {
    .mbx-left-off {
        float: none;
    }

    .mbx-seacher {
        float: none;
        width: 0 auto;
    }

    .wrap {
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .wrap {
        margin-bottom: 40px;
    }

    .list-menter-waren {
        padding-left: 14px;
    }

    .list-menter li {
        padding: 0 5px;
        width: 50%;
    }

    .list-menter {
        margin: 0 -5px;
    }

    .mbx-seacher .sousuo-sercher {
        width: 450px;
    }
}

@media (max-width:480px) {
    .mbx-seacher .sousuo-sercher .input .picker {
        width: 110px;
        font-size: 14px;
        padding-left: 15px;
    }

    .mbx-seacher .sousuo-sercher .input .picker select {
        background: url(/assets-zgwk/img/jiantou.png) 69px no-repeat;
    }

    .mbx-seacher .sousuo-sercher .input>input {
        padding: 0 45px 0 125px;
        font-size: 14px;
    }

    .mbx-seacher .btn-default0314 {
        width: 97px;
        font-size: 18px;
    }

    .mbx-seacher .sousuo-sercher {
        width: 350px;
    }

    .titler h4 {
        font-size: 20px;
    }

    .list-menter li a {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .list-menter li {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width:380px) {
    .mbx-seacher .sousuo-sercher {
        width: 290px;
    }
}