﻿.header_h{
	height: 70px;	
}
.header_box{
	position: fixed;
    background: #ffffff99;
    height: 70px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    transition: .3s;	
}
.header_box.active{
    background: #ffffff;
    box-shadow: 0 2px 7px 0 rgb(153 153 153 / 25%);	
}
.header{
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0px 10px;
    margin: 0 auto;
    justify-content: center;
}
.logo{
    display: block;
    width: auto;
	height: 70px;
    margin: 0px 15px 0px 10px;
    padding: 5px;
    z-index: 2;
}
.logo > img{
	height:100%;
	width: auto;
}
.logo > .title{
	display: none;
}
.top_menu_box{
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_menu_list{
	position: relative;
    padding: 5px;
    margin: 0px 15px;	
    
}
.top_menu_list > a{
	font-size: 18px;
}
.menu_top_btn{
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
}
.menu_top_btn a{
	padding: 10px 10px;
    font-size: 16px;
}
.menu_top_btn a .icon{
	padding-right:5px;
}

.top_menu_list.search{
    border-radius: 20px;
}
.search_btn_box{
    position: relative;
    width: 150px;
}
.search_btn_box input{
    border-radius: 20px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right: 45px;
    border: 2px solid #376634;
}
.search_btn_box a{
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.top_menu_box.left{
	position: absolute;
    left: 0px;
    justify-content: end;
}
.top_menu_box.left .top_menu_list.Label{
	display:none;
}
.top_menu_box.left .top_menu_list.Labe2{
	display:none;
}

.bar {
    display: none;
    position: fixed;
    float: right;
    width: 60px;
    height: 50px;
    top: 10px;
    right: 3%;
    z-index: 11;
}
.bar > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bar > div:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 24px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5sease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5sease;
}
.bar > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 31px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5sease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5sease;
}
.bar:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 17px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5sease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5sease;
}
.bar.active:after  {
    transform: rotate(45deg);
    top: 25px;	
}
.bar.active > div:before{
	display: none;
}
.bar.active > div:after{
	transform: rotate(-45deg);
	top: 25px;	
}

/*header_down_menu_box*/
.header_down_menu_box_bg{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9;
}
.header_down_menu_box{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #00000059;*/
    z-index: 10;
}
.header_down_menu_box_row {
    display: flex;
    height: 100%;
	justify-content: flex-start;
}
.header_down_body_box{
	width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.header_down_menu_item {
	position: relative;
    width: 65%;
    max-width: 600px;
    min-width: 300px;
    height: 100%;
    background-color: #f6f6f6;
    padding: 30px 30px 30px 25px;
    overflow-y: auto;
}
.header_down_menu_ul {
    width: 100%;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.header_down_menu_ul li {
    width: 100%;
    margin: 10px;
    padding: 20px 10px 0px 10px;
	border-top: 1px solid #d7d7d7;
}
.header_down_menu_ul li:nth-child(1){
    border-top: 0;
    padding-top: 0;
}
.header_down_menu_ul li.w_100{
	width:100%;
    border-bottom: solid 1px #c0c0c0;	
}
.header_down_menu_ul li a ,
.header_down_menu_ul li h2 {
    font-size: 20px;
    display: block;
    color: #144d9d;
}
.header_down_menu_ul li a img{
	width: 100%;
    padding: 0px 35px;
}
.header_down_menu_ul li a .icon{
	display: block;
    font-size: 45px;
}
@media only screen and (max-width: 1060px){
.bar{
	display: block;
}
.header{
    justify-content: flex-start;
}
.header_box{
    background: #ffffff;
    box-shadow: 0 2px 7px 0 rgb(153 153 153 / 25%);
}
.top_menu_list{
	display: none;
}
.logo{
	display: flex;
	align-items: center;
    margin: 0px;	
}
.logo > .title{
	display: block;
    margin-bottom: 0px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 900;
}
}
@media only screen and (max-width: 760px){

}