

header{
    background: #fff;
    height: 1rem;
    position: sticky;
    z-index: 9999;
    top: 0;
}





.headerWrap{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
		
}
.headerBg, .headeron{
	background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
}
.headerBg .header_top .level1_a,
.headeron .header_top .level1_a{
	color: #000000 !important;
}
.headerBg .header_top .level1_active .level1_a,
.headeron .header_top .level1_active .level1_a,
.headerBg .header_nav .level1:hover .level1_a,
.headeron .header_nav .level1:hover .level1_a{
	color: #004EBE !important;
}
.headerBg .level1_active .level1_a,
.headeron .level1_active .level1_a,
.headerBg .header_nav .level1:hover .level1_a,
.headeron .header_nav .level1:hover .level1_a{
	border-color: #004EBE;
}
.header_top{
	width: 100%;
	position: relative;
}
.header_top .max-width{
	height: 100%;
}
.header_top .flex_box{
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	padding: 0 0.28rem;
}
.header_nav .level1:last-child{
  padding-right: 0;
}
.header_logo{
	position: relative;
}
.header_logo img{
	max-width: 1.42rem;
    max-height: 0.75rem;
    object-fit: contain;
}
.header_logo a img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.headerBg .header_logo a img:nth-of-type(2),
.headeron .header_logo a img:nth-of-type(2){
	opacity: 1;
}
.headerBg .header_logo a img:nth-of-type(1),
.headeron .header_logo a img:nth-of-type(1){
	opacity: 0;
}
.header_top .flex_box .level1_a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 1rem;
	position: relative;
	z-index: 10;
}
.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}
.level1_active .level1_a,
.header_nav .level1:hover .level1_a{
	font-weight: bold !important;
	border-bottom: 0.04rem solid #FFFFFF;
}


.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	height: 100%;
	line-height: 1rem;
}
.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_t{
	height: 1rem;
	width: 100%;
	display: flex;
	align-items: center;
	background: transparent;
	position: relative;
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header_t .max-width{
	display: flex;
	justify-content: space-between;
	
}
.header_a{
  transition: all 0.3s;
}
.header_a:nth-of-type(2){
  margin-left: 0.15rem;
}
.header_a:nth-of-type(2) .headera_img{
  margin-top: 0.06rem;
}
.headera_img{
  position: relative;
  transition: all 0.3s;
}
.headera_img img{
  width: 0.28rem;
  height: 0.28rem;
  transition: all 0.3s;
}
.headera_img img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header_a a{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.6);
  transition: all 0.3s;
}
.header_a:hover .headera_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.header_a:hover .headera_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.header_a:hover a{
  color: #FFFFFF;
  transition: all 0.3s;
}
.header_tr{
	flex: 0 0 auto !important;
}
.header_trl{
	justify-content: end;
	flex: 0 0 auto !important;
	position: relative;
}
.header_li{
	margin-right: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.header_li:last-child{
	margin-right: 0;
}
.header_li img{
	width: 0.28rem;
	height: 0.28rem;
  transition: all 0.3s;
}
.header_tr_img{
  position: relative;
  transition: all 0.3s;
}
.header_tr_img img:nth-of-type(2){
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header_li:hover .header_tr_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.header_li:hover .header_tr_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.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;
}

.header_search{
	margin-left: 0.93rem;
}



.level2_cont{
	display: none;
	position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    padding: 0.68rem 0 0.8rem;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
	z-index: 9;
}
.level2_cont .max-width{
	align-items: self-start !important;
	justify-content: space-between;
}
.level2_li{
	/* flex: 1; */
}
.level2_tit{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
}
.level2_list a:first-child{
	margin-top: 0.5rem;
}
.level2_list a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.3rem;
}





.level2_list a:hover{
	color: #004EBE;
	transition: all 0.3s;
}

.level2{
	position: relative;
}
.level2 .level2_cont{
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	padding: 0.44rem 0rem;
	background: #F5F5F5;
	display: none;
	z-index: 2;
}
.level2 .level2_list a{
	text-align: center;
}
.level2 .level2_list a:first-child{
	margin-top: 0;
}
.level2 .level2_list a{
	margin-top: 0.4rem;
}

.flex_box3{
  
}
.header_search{
	position: relative;
}
.header_search img{
  width: 0.25rem;
  height: 0.25rem;
}
.header_search img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.headerBg .header_search img:nth-of-type(2),
.headeron .header_search img:nth-of-type(2){
	opacity: 1;
}
.headerBg .header_search img:nth-of-type(1),
.headeron .header_search img:nth-of-type(1){
	opacity: 0;
}

.space{
	justify-content: space-between;
	width: 100%;
}