.header_wrap{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
}
.header_top{
	width: 100%;
	/* padding: 0.1rem 0; */
	background: #fff;
	box-shadow: 0px 3px 6px 1px rgba(175,175,175,0.16);
	position: relative;
}
.header_top .max-width{
	height: 100%;
	    display: flex;
}
.header_top .flex_box{
	align-items: center;
	height: 100%;
	/*justify-content: flex-end;*/
	    justify-content: space-evenly;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	/*padding: 0 0.3rem;*/
}
.header_logo img{
	max-width: 1.53rem;
	    max-height: 0.6rem;
}
.header_top .flex_box .level1_a{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
	height: auto;
}
.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.28rem;
	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_lang img:nth-of-type(1){
	width: 0.27rem;
	height: 0.18rem;
	margin: 0 0.05rem;
}
.header_lang p{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.12rem;
	color: #FFFFFF;
}
.header_lang img:nth-of-type(2){
	width: 0.12rem;
	height: 0.06rem;
	margin-top: 0.04rem;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    min-height: 1.1rem;
}
.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;
}
.footer_cont .header_trl{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.header_trl{
	justify-content: end;
	flex: 0 0 auto !important;
	position: relative;
	padding-right: 0.2rem;
	margin-right: 0.2rem;
	border-right: 1px solid #A8A8A8;
}
.header_li{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.header_li:last-child{
	margin-right: 0;
}
.header_li img{
	width: 0.3rem;
	height: 0.3rem;
}
.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;
}


.level2_cont{
	display: none;
	position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    height: 1.8rem;
	background: #FFFFFF;
}
.level2_cont::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	height: 1.8rem;
	background: linear-gradient( 310deg, #004096 0%, #009FE9 34%, #1DCC78 100%);
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.level2_cont>div>p{
    padding-left: 0;
    min-width: 3rem;
}
.level2_cont p{
	font-family: Impact, Impact;
	font-weight: 400;
	font-size: 0.36rem;
	color: #FFFFFF;
	line-height: 1.8rem;
	text-transform: uppercase;
	position: relative;
    z-index: 9;
    padding-left: 0.4rem;
}
.level2_cont .flex_box{
    justify-content: flex-start;
}
.level1:nth-child(3) .level2_list{
    padding-left: 2rem;
}
.level2_list{
	padding-left: 2.5rem;
	display: flex;
    flex-wrap: wrap;
	flex: 0 0 77%;
}
.level2{
	flex: 0 0 33%;
	line-height: 50px;
}
.level2:nth-child(3n){
	text-align: center;
}
.level2_a{
	font-family: Catamaran, Catamaran;
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
}