.header{
	/* background: red !important; */
		padding-top:0.43rem;
}

.header {
	background-color: unset;
	height: 1.2rem;
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index: 999;


}
.header .main{
    position: relative;
 width:94%;
 margin-right: auto;
 margin-left: auto;
 width: 12.18rem;
 /*margin-right:2.5rem;*/
 /*margin-left:3.5rem;*/
 align-items: end;
max-width: 15.4rem;
width: 95%;
}
.header_bg .header .zh p, 
.header_bg .header .zh p, 
.header_bg .header .header_nav a{
	/* color:#333; */
}
.header_bg 	.header .zh img{
	    /* filter: invert(1); */
}
.header_bg .header{
	background-color: #FFFFFF;
}

.xjsearch{
    margin-left: .18rem;
    height: 0.18rem;
}
.xjsearch img{
    height: 100%;
    object-fit: cover;
}
.header .header_flex {
	align-items: end;
	width: 15.2rem;
	margin: 0 auto;
	padding: 0.14rem 0 0.2rem 0;
	display: flex;
}

.header_logo img {
	/* width: 2.2rem; */
	/*height: 0.73rem;*/
	object-fit: contain;
	transform: translateY(-0.03   rem);
}

.header_nav {
	justify-content: space-between;
    width: 8rem;
    /* padding: 0 .5rem; */
    padding-left: 1.6rem;
}

.header_nav a {
	font-size: 0.2rem;
	color: #fff;
}

.header .level1 {
	position: relative;
}
.header .level1:hover .level1_a{
	border-color: #fff;
	font-weight: bold;
}
.header .level1_a{
	padding-bottom:0.04rem;
	border-bottom:0.03rem solid transparent;
	border-radius: 0.01rem;
	white-space: nowrap;
}
.header .level2_list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffffcc;
	height: 0%;
	transition: var(--tran_03);
	overflow: hidden;
}

.header_nav .level2_list .level2_a {
	white-space: nowrap;
	line-height: 0.4rem;
	padding: 0 0.3rem;
	transition: var(--tran_03);
	color:#333;
	font-size: 0.16rem;
}
.header_nav .level2_list .level2_a:hover{
    color: #217AFF;
}
.header .zh{
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: end;
	width: 1.04rem;
	padding-bottom:0.06rem;
}
.header .zh img {
	height: 0.17rem;
	object-fit: contain;
	width:auto;
	margin-right:0.05rem;
}
.header .zh p{
	font-size: 0.18rem;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
}
.header .flex_box1 {
	margin-right: 0.6rem;
}
.header .flex_box3 .flex_box1{
    margin-right:0rem;
    visibility: hidden;
}
.header .flex_box2 {
	/*width: 8.6rem;*/
}

.header .flex_box3 {
    display: flex;
        align-items: baseline;
	/* width: 100%; */
	/* margin-left: 0.45rem; */
	/*position: absolute;*/
	/*right:-0.2rem;*/
	/*top: 64%;*/
	/*    transform: translateY(-50%);*/
}

.header .flex_box3 .box1 .search {
	width: 2rem;
	height: 0.27rem;
	background: rgba(255, 255, 255, 0.23);
	border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
	opacity: 1;
	border: 0.01rem solid #BCBCBC;
	display: flex;
	align-items: center;
	padding: 0 0.08rem;
	padding-right: 0rem;
	
}

.header .flex_box3 .box1 .search input {
	width: auto;
	color: #333;
	font-size: 0.14rem;
	background-color: transparent;
}

.header .flex_box3 .box2 .lang {
	display: flex;
	align-items: center;
}

.header .flex_box3 .box2 .lang img {
	width: 0.26rem;
	margin: 0px 0.03rem 0 0.08rem;

}

.header .flex_box3 .box2 .lang p {
	font-size: 0.14rem;
	color: #6B6B6B;
	white-space: nowrap;
}

.header .flex_box3 .heard_code {
	display: flex;
	margin-bottom: 0.19rem;
}

.header .flex_box3 .heard_code a {
	font-size: 0.16rem;
	font-weight: bold;
	color: #144E80;
	text-align: right;
	margin-right: 0.09rem;
}

.header .flex_box3 .heard_code span {
	font-size: 0.14rem;
	color: #6B6B6B;
	white-space: nowrap;
}




.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
        .header .level1_a, 
    .header_nav .level2_list .level2_a, 
    .header .zh p{
    font-size: 16px !important;
    
}
.header .flex_box1{
    margin-right:0;
}

.header, 
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: absolute;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        /*background: rgba(0,0,0,0.6);*/
    }
    .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-box-phone{
        height: auto;
            display: flex;
    justify-content: center;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 25px;
        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;
    }
    
}






