.flex_box{
	display:flex;	
	align-items: center;
}

.header_form{
	position: absolute;
	width: 100%;
}
.header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header > .flex_box {
	margin-left:0.57rem;
	margin-right: 0.72rem;
}
.header > .flex_box > .flex_box3 {
	flex: 0 0 0.23rem;
	    margin-left: 0.13rem;
}
.header > .flex_box > .flex_box2 {
	flex:1;
}

/* logo */
.header_logo {
	max-width: 3.44rem;
}
.header_nav .level1:hover .slide_down .level2_list{
    height: auto !important;
}
/* nav */
.header_nav {
	justify-content: flex-end;
}
.header_nav .level1 {
	position: relative;
}
.header_nav .level1 .level1_a{
	line-height:0.93rem;

font-size: 0.18rem;
color: #333333;
	position: relative;
	transition: var(--tran_06);
	padding:0 0.21rem;
}
.header_nav .level1 .level1_a::after{
	content:'';
	display: block;
	position: absolute;
	height: 0.05rem;
	background: #DC000C;
	bottom: 0rem;
	left:50%;
	transform: translateX(-50%);
	width:0%;
	transition: var(--s_tran);
}

.header_nav .level1 .level1_a:hover::after{
	width: 0.56rem;
}
.header_nav .level1.active .level1_a, 
.header_nav .level1 .level1_a:hover {

font-weight: bold;
}

.header_nav .slide_down {

}
.header_nav .level2_list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	height: 0%;
	transition: var(--tran_06);
	overflow: hidden;
}
.header_nav .level2_list .level2_a {
	white-space: nowrap;
	line-height: 0.4rem;
	padding: 0 0.41rem;
	transition: var(--tran_06);
}
.header_nav .level2_list .level2_a:hover {
    color: #DC000C;
}
.header_nav .level3_list {
    /*position: absolute;*/
    /*margin-left: 100%;*/
    top: 0;
	white-space: nowrap;
	line-height: 0.4rem;
	padding: 0 0.41rem;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.header_nav .level3 {
    text-align: center;
}


/* ΛΡΛχΊΝΣοΡΤΗΠ»» */
.header .search {
	max-width: 0.22rem;
}
.header .header_search {
	overflow: hidden;
	flex-wrap: nowrap;
	padding: 0.5rem;
	background-color: rgba(0, 0, 0, 0.3);
	 display: none; 
}
.header .header_search .main {
	border-radius: 0.5rem;
}
.header .header_search .search_input {
	height: 0.4rem;
	background-color: #FAFAFA;
	border: 0.01rem solid #E1E1E1;
	border-radius: 0.5rem 0 0 0.5rem;
	width: calc(100% - 0.7rem);
	color: #000;
    padding: 0 0.1rem;
}
.header .search_img {
	background: var(--c);
	width: 1rem;
	height: 0.4rem;
	border-radius: 0 0.5rem 0.5rem 0;
	transition: var(--tran_06);
}
.header .search_img:hover {
}
.header .search_img_a {
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.header .lang {
	max-width: 0.28rem;
	margin-right: 0;
	margin-left: auto;
}
.header .flex_box3 .flex_box2 {
	border-left: 0.01rem solid rgba(240, 240, 240, 1);
}




.common-phone-header, .side-wrap {
    display: none;
}

.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 22px;
        width: auto;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .header-logo-box-phone{
        width: auto!important;
        height: auto!important;
    }
}<!--ΊΔΚ±1764541107.045Γλ-->