
.headers {
    /* padding:10px 0 0; */
    transition: all 0.2s ease;
    position: relative;
    z-index: 999
}

.headers .logo {
    display: none
}

@media screen and (max-width: 1024px) {
    .headers .logo {
        display:block
    }
}

@media screen and (max-width: 1024px) {
    .headers.fixed {
        position:fixed;
        background-color: #ffffff
    }
}

.headers.active {
    top: 0;
    background-color: rgba(0,36,71,0.4);
    background-size: 4px 4px;
    backdrop-filter: saturate(50%) blur(4px);
    -webkit-backdrop-filter: saturate(50%) blur(4px);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1)
}

.headers.active .header {
    height: 90px
}

.headers.active .header_box .h_box1 .toolbar-search-container {
    height: 75%
}

.headers .header {
    height: calc(120/1920*100vw);
    display: flex;
    justify-content: center;
    align-items: stretch;
    transition: all 0.3s ease-out 0s
}

@media screen and (max-width: 1024px) {
    .headers .header {
        height:70px
    }
}

.headers .header .header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction:column; */
    gap: 100px;
}

.headers .header .header_box .h_box1 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.headers .header .header_box .h_box1 .logo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center
}

.headers .header .header_box .h_box1 .logo img {
    width: auto;
    max-width: auto;
    max-height: 100%;
    height: 100;
}

.headers .header .header_box .h_box1 .toolbar-search {
    max-width: 350px;
    width: 100%;
    height: 40px
}

.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input {
    font-size: 16px;
    height: 100%;
    width: 70%;
    line-height: inherit;
    background-color: #ffffff1c;
    backdrop-filter: blur(1px);
    color: var(--base);
    vertical-align: top;
    text-indent: 32px;
    border: 1px solid #cdddeb;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input::placeholder {
    color: var(--base)
}

.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container button {
    width: 30%;
    height: 100%;
    outline: 0;
    border: 0 none;
    font-size: 18px;
    line-height: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #07539b;
    text-align: center
}

.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container button span {
    display: inline-block;
    color: #fff;
    font-size: 18px
}

.headers .header .header_box .h_box2 {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .headers .header .header_box .h_box2 {
        background-color:rgba(255,255,255,0)
    }
}

.headers .header .header_box .h_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.headers .header .header_box .h_box2 ul li {
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .headers .header .header_box .h_box2 ul li {
        border-bottom:1px solid rgba(255,255,255,0.1)
    }
}

.headers .header .header_box .h_box2 ul li a {
    color: #000;
    font-size: 18px;
    line-height: 3em
}

.headers .header .header_box .h_box2 ul li ol {
    position: absolute;
    width: 100%;
    display: none;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    z-index: 9
}
.h_box3{
	width: 10%;
	padding-left:3%;
	flex-direction: column;
	border-left: 1px solid #ccc;
	display: flex;
	gap: 10px;
}
.h_box3 a{
	display: flex;
	gap: 5px;
/* 	margin-bottom: 10px; */
}
.h_box3 a:hover{
	color: var(--base);
}

.headers .header .header_box .h_box2 ul li ol li {
    background-color: #ffffff
}

.headers .header .header_box .h_box2 ul li ol li a {
    font-size: 16px;
    color: #333333;
    line-height: 2.5em;
    font-weight: 500
}

.headers .header .header_box .h_box2 ul li ol li:hover {
    background-color: #88bce6
}

.headers .header .header_box .h_box2 ul li ol li:hover a {
    color: #fff
}

.headers .header .header_box .h_box2 ul li:hover ol {
    display: block
}

@media screen and (max-width: 1024px) {
    .headers .header .header_box .h_box2 ul li:hover ol {
        display:none
    }
}
.headers .header .header_box .h_box2 ul li:hover,
.headers .header .header_box .h_box2 ul li.active {
    font-size: 20px;
    font-weight: 500;
    background-color: #a7231e;
}

.headers .header .header_box .h_box2 ul li:hover a.iteMun,
.headers .header .header_box .h_box2 ul li.active a.iteMun {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .headers .header .header_box .h_box2 ul li.active a.iteMun {
        color: #ac302b;
    }
}

.headers .header .mb_btn,.headers .header #menu-item-100 {
    display: none
}

@media screen and (max-width: 1024px) {
    .headers .header {
        justify-content:space-between;
        align-items: center;
        width: 96%;
    }

    .headers .header .logo {
        /* margin-left: 5%; */
        max-width: 200px;
    }

    .headers .header .logo img {
        width: 75%;
        height: auto
    }

    .headers .header .header_box {
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: rgb(167 35 30 / 94%);
        display: none;
        height: calc(100vh - 70px);
        left: 0;
    }

    .headers .header .header_box .h_box1 {
        display: none
    }

    .headers .header .header_box .h_box2 ul {
        width: 100%;
        flex-wrap: wrap;
        align-items: unset;
    }

    .headers .header .header_box .h_box2 ul li a {
        color: #fff
    }

    .headers .header .header_box .h_box2 ul li.active {
        background-color: #fff;
        
    }
.headers .header .header_box .h_box2 ul li{
    height: auto;
}
    .headers .header .header_box.active {
        display: block
    }

    .headers .header .mb_btn {
        display: block;
        /* margin-right: 5%; */
    }

    .headers .header .mb_btn .iconfont:before {
        color: var(--base);
        font-size: 1.5em
    }

    .headers .header .mb_btn .icon-menu {
        display: block
    }

    .headers .header .mb_btn .icon-guanbi {
        display: none
    }

    .headers .header .mb_btn.active .icon-menu {
        display: none
    }

    .headers .header .mb_btn.active .icon-guanbi {
        display: block
    }
}
