.mbxnav .nav_bar_box {
    overflow: hidden;
    margin-bottom: 2%;
}

.zysearch {
    position: relative;
    margin: 0 auto;
    height: 416px !important;
    background: url(../image/bcg.png);
    background-position-x: center;
}

.zysearch .search {
    max-width: 90%;
    text-align: center !important;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: 315px;
}

@media (min-width:1200px) {
    .lgs {
        width: 25%;
        min-height: 240px;
    }
}

@media (min-width: 980px) {
    .search {
        /*    height: 150px !important;
    padding: 105px !important; */
    }

    .lgs {
        width: 25%;
        min-height: 240px;
    }

    .zysearch::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .bxnav .nav_bar_box .breadcrumb {
        display: inline-block;
        width: 97%;
        margin-bottom: 0px;
        line-height: 40px;
        margin-left: 8px;
    }

    .mbxnav .nav_bar_box .breadcrumb a {
        color: #666;
    }

    .mbxnav .bar_qy_hy {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 2%;
        border-top: 2px solid #f1c01c;
        border-bottom: 1px solid #f1c01c;
        text-indent: 0.2em;
    }

    .mbxnav .bar_qy_hy span {
        display: inline-block;
        cursor: pointer;
    }

    .mbxnav .bar_qy_hy .active a {
        font-size: 28px;
        font-weight: 500;
        line-height: 57px;
    }

    .fbxj {
        overflow: hidden;
        margin: 0 auto;
        /* max-width: 500px; */
        width: 100%;
    }

    .right_input {
        overflow: hidden;
        /*    background-color: #f5f5f5; */
        height: auto;
        position: relative;
        /*  left: 50%;
  transform: translateX(-50%); */

    }

    .headul {
        margin: 50px auto 42px auto;
    }

    .heading.left-align {
        text-align: left;
    }

    .headul {
        margin: 30px auto 22px auto;
    }

    .headul:before {
        content: " ";
        width: 98%;
        height: 2px;
        background-color: #f1c01c;
        display: block;
    }

    /*.headul:after {
    content: " ";
    width: 108px;
    height: 6px;
    background-color: #f1c01c;
    display: block;
} */


    .right_input .red {}

    .right_input h4 {
        text-align: center;
        color: #333333;
        font-size: 24px;
        font-weight: normal;
        border-top: 2px solid #ececec;
        line-height: 56px;
        background: #ececec;
        border-radius: 7px;
    }

    .right_input li {
        text-align: left;
        display: block;
        overflow: hidden;
        padding: 5px 8px;
        width: 50%;
        float: left;
    }

    .right_input li input {
        height: 53px;
    }

    .right_input li input,
    .right_input li textarea {
        font-size: 15px;
        padding: 10px;
        border-radius: 5px;
        background-color: #fff;
        width: 100%;
        outline: none;
        border: 2px solid #ececec;
    }

    .right_input li .red {
        display: inline-block;
        width: 4%;
        color: red;
    }

    .right_input .fbxj_sub {
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }

    .right_input .fbxj_sub span {
        display: inline-block;
        width: 58%;
        border: 0;
        background: #f1c01c;
        color: #fff;
        border-radius: 5px;
        font-size: 18px;
        height: 51px;
        line-height: 51px;
        cursor: pointer;
        font-weight: bold;
    }

    .contact-box {
        /*    border: 2px dashed #eaeaea; */
        padding: 10px 10px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .mb-30 {
        /* margin-bottom: 30px; */
    }

    .text-center {
        text-align: center !important;
    }

    .contact-box span {
        font-size: 42px;
        height: 80px;
        width: 80px;
        color: #f1c01c;
        border-radius: 50%;
        line-height: 76px;
        border: 2px dashed #f1c01c;
        margin-bottom: 30px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        margin: 0 auto 20px;
    }
    .contact-box span svg{
        position: relative;
        top: 5px;
    }
    .contact-box h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .contact-box p {
        margin: 0;
        line-height: 26px
    }

    .iconfont {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .tip_style {
        opacity: 0;
        color: red;
    }
}
@media (max-width: 768px){
    .lgs  .mb-30>span{
    font-size: 40PX;
    color: #f1c01c;
    }
}    