header{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
	background: #FFFFFF;
}
.header_nav{
	justify-content: flex-end;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	padding: 0 0.33rem;
}
.header_logo img{
	width: 1.94rem;
	height: 0.51rem;
}
.header_top .flex_box .level1_a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
	height: auto;
	text-transform: uppercase;
}
.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}
.level1_active .level1_a{
	color: #014099 !important;
}
.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	padding-left: 0;
	padding-right: 0.87rem;
	height: 100%;
	line-height: 0.8rem;
}
.flex_box3{
	flex:0 0 auto !important;
}
.header_lang{
	cursor: pointer;
	position: relative;
}
.header_lang:hover .header_lang_hover{
	display: block;
}
.header_lang_hover{
	position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	    padding-top: 0.26rem;
	    z-index: 9;
		display: none;
}
.header_lang_bg{
	background: #EFEFEF;
	padding: 0.26rem 0.18rem 0.13rem;
}
.header_lang_hover a{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.16rem;
	color: #233791;
	margin-bottom: 0.13rem;
}
.header_lang_hover a:hover{
	color: #FF6B35;
	transition: all 0.3s;
}
.header_langimg1 img{
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.1rem;
}
.header_lang_tit{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
}
.header_langimg2 img{
	width: 0.088rem;
	height: 0.05rem;
	margin-top: 0.04rem;
	margin-left: 0.06rem;
}
.header_t{
	height: 0.3rem;
	background: #231815;
	width: 100%;
	display: flex;
	align-items: center;
}
.header_t .max-width{
	display: flex;
	justify-content: space-between;
	
}
.header_tl p,.header_tl p a{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
}
.header_tl p a{
	padding: 0 0.15rem;
	    width: auto;
	    transition: all 0.3s;
	    font-family: Catamaran, Catamaran;
	    font-weight: 400;
	    font-size: 0.12rem;
	    color: #FFFFFF;
}
.header_tl p a:first-child{
	padding-left: 0;
}
.header_tr{
	flex: 0 0 auto !important;
}
.header_trl{
	justify-content: end;
	flex: 0 0 auto !important;
	position: relative;
	margin-left: 0.38rem;
}
.header_li{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.header_li:last-child{
	margin-right: 0;
}
.header_li img{
	width: auto;
	height: 0.23rem;
}
.header_trr{
}
.header_trr img{
	width: 0.18rem;
	height: 0.18rem;
}
.header_trr p{
	margin-left: 0.05rem;
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.12rem;
	color: #FFFFFF;
}
.flex_box3_cont{
	padding: 0.1rem 0.2rem;
	background: #014099;
	border-radius: 24px 24px 24px 24px;
}
.flex_box3_cont img{
	width: 0.22rem;
	height: 0.22rem;
}
.flex_box3_cont p{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-left: 0.1rem;
}
.flex_box3_cont img:nth-of-type(2){
	width: 0.12rem;
	height: 0.06rem;
	margin-left: 0.15rem;
}
.flex_box3_cont:nth-of-type(2){
	background: transparent;
	border: 1px solid #6EB92B;
	margin-left: 0.2rem;
}
.flex_box3_cont:nth-of-type(2) p{
	color: #000000;
}
.flex_box4{
	flex: 0 0 auto !important;
	padding-left: 0.34rem;
	position: relative;
}
.flex_box4 img{
	width: 0.14rem;
	height: 0.14rem;
}
.flex_box4::after{
	content: "";
	width: 0.01rem;
	height: 0.14rem;
	background: #2F2F2F;
	position: absolute;
	top: 50%;
	left: 0.17rem;
	transform: translate(0,-50%);
	z-index: 9;
}


.level2_cont{
	display: none;
	position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    height: 2.4rem;
	background: #000000;
}
.level2_cont::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 2.4rem;
	background: url("/img/nav2.png") no-repeat;
	background-size: cover;
}
.level2_cont p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 2.4rem;
	text-transform: uppercase;
	position: relative;
    z-index: 9;
    padding-left: 0.4rem;
}
.level2_cont .flex_box{
	justify-content: flex-start;
}
.level2_cont .max-width2{
	width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 2.4rem;
}
.level2_list{
	/* padding-left: 5rem; */
	flex: 0 0 46%;
}
.level2{
	flex: 0 0 33%;
	line-height: 50px;
}
.level2_a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
	header{
		display: none;
	}
}