.layui-layer-title {
    /* border-color: var(--bgbox); */
    font-weight: bold;
}

.head_box {
    max-width: 1200px;
    /* min-height: 124px; */
    margin: 0 auto;
    /* padding: 20px 0;
    box-sizing: border-box; */
}

.heade_title {
    line-height: 124px;
    color: var(--bgbox);
    font-size: 48px;
    /* text-align: center; */
}
.heade_title:hover {
    color: var(--bgbox);
}
.search{
    min-height: 124px;
    display: flex;
    align-items: center;
    /* line-height: 90px; */
}
.layui-input {
    /* width: 80% !important; */
    border-width: 2px !important;
    border-right: 0 !important;
    border-style: solid !important;
    border-color: var(--bgbox) !important;
}

.layui-input:hover {
    border-width: 2px !important;
    border-right: 0 !important;
    border-style: solid !important;
    border-color: var(--bgbox) !important;
}

.layui-input[type="text"]:focus {
    border-width: 2px !important;
    border-style: solid !important;
    border-right: 0 !important;
    border-color: var(--bgbox) !important;
    outline: none !important;
}

.layui-btn {
    flex-shrink: 1;
    width: 100%;
    background-color: var(--bgbox) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nav {
    height: 40px;
    background: var(--bgbox);
}

.nav_ul {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.nav_ul .active {
    background: var(--bg);
}

.nav_ul li a {
    color: var(--navColor);
    display: block;
    /* width: 85px; */
    padding: 0 27px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    transition: .2s;
    text-align: center;

}

.nav_ul li a:hover {
    color: var(--navColor);
}

.menu_box {
    align-items: center;
    height: 100%;
    height: 30px;
}

.menu_but {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 20px;
    border: 0;
    height: 18px;
    background: url('../assets/menu.png')no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.menu {}

.menu li {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
    border-bottom: 1px solid var(--borderBotColor);
}

.menu li a {
    color: var(--contColor);
}

.menuActive {
    border-bottom: 1px solid var(--bgbox) !important;
}

.menuActiveColor {
    color: var(--bgbox) !important;
}

@media screen and (max-width:768px) {
    .head_box {
        margin: 0 auto;
        padding: 20px 20px;
        box-sizing: border-box;
        position: relative;
    }

    .heade_title {
        display: block;
        line-height: 25px;
        color: var(--bgbox);
        font-size: 22px;
        text-align: center;
        padding: 0 20px 0 30px;
        box-sizing: border-box;
    }
    .search{
        min-height:80px;
        display: flex;
        align-items: center;
        /* line-height: 90px; */
    }
}