header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	border-bottom: 0.01rem solid rgba(255,255,255,.2);
}
header.on{
    position: sticky;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
}
.headerBg{
	box-shadow: 0px 3px 6px 1px rgba(175,175,175,0.16);
	background: #FFFFFF;
}
.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.46rem;
}
.header_nav .level1:last-child{
  padding-right: 0;
}
.header_logo img{
	max-width: 0.93rem;
	    max-height: 0.34rem;
}
.header_top .flex_box .level1_a{
	font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
	height: auto;
}
.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}

.header_nav .level1:hover .level1_a,
.level1_active .level1_a{
	/*font-weight: bold !important;*/
	border-bottom: 1px solid #505050;
}
.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	height: 100%;
	line-height: 0.7rem;
}
.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: 0.5rem;
	background: #000000;
	width: 100%;
	display: flex;
	align-items: center;
}
.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;
}





.level2_cont{
	display: none;
	position: absolute;
    top: 0.7rem;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 0.73rem 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;
}
.level2_L{
	flex: 0 0 16%;
}
.level2_cont .flex_box{
	justify-content: flex-start;
}
.level2_cont .max-width{
	position: relative;
	display: flex;
}
.level2_cont .max-width::after{
	content: "";
	width: 0.01rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 2.46rem;
	background: #DBDBDB;
}
.level2_L_li{
	width: 100%;
	margin-top: 0.45rem;
}
.level2_L_li:first-child{
	margin-top: 0;
}
.level2_L_li_p{
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: initial;
	cursor: pointer;
}
.level2_L_li_p:hover{
	font-weight: bold;
}
.level2_c1{
	display: none;
}
.level2_c{
	align-items: flex-start !important;
	position: absolute;
	top: 0;
	left: 10%;
    padding-left: 1.8rem;
	width: 88%;
}
.level2_list{
	padding-right: 1.37rem;
}
.level2_list:last-child{
	padding: 0;
}
.level2_tit{
	font-family: Open Sans, Open Sans;
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
	line-height: initial;
}
.level2_core{
	padding-top: 0.08rem;
}
.level2_core a{
	font-family: Open Sans, Open Sans;
	font-weight: 600;
	font-size: 0.16rem;
	color: #505050;
	margin-top: 0.16rem;
	line-height: initial;
	transition: all 0.3s;
}
.level2_core a:hover{
	color: #FF5B00;
	transition: all 0.3s;
}


.level1_an{
	position: relative;
}
.level2_cont2{
	width: 130%;
	padding: 0.24rem 0.1rem 0.49rem;
	left: 50%;
    transform: translate(-50%, 0);
}
.level2_li{
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.26rem;
	text-align: center;
	height: auto;
    display: block;
    line-height: normal;
	transition: all 0.3s;
}
.level2_li:hover{
	color: #FF5B00;
	font-weight: bold;
	transition: all 0.3s;
}