.headerWrap{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
		
}
.headerBg{
	background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
}
.headerBg .header_top .level1_a{
	color: #000000 !important;
}
.headerBg .header_top .level1_active .level1_a{
	color: #2958A8 !important;
}
.headerBg .level1_active .level1_a{
	border-color: #2958A8;
}
.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.3rem;
}
.header_nav .level1:last-child{
  padding-right: 0;
}
.header_logo{
	position: relative;
}
.header_logo img{
	max-width: 3.03rem;
    max-height: 0.43rem;
    margin-left: 0.42rem;
}
.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){
	/* opacity: 1; */
}
.headerBg .header_logo a img:nth-of-type(1){
	/* opacity: 0; */
}
.header_top .flex_box .level1_a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	font-size: .22rem;
	color: #000000;
	line-height: 0.8rem;
	position: relative;
}
.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}
.header_nav .level1:hover .level1_a,
.level1_active .level1_a {
    font-weight: bold!important;
}
.header_nav .level1:hover .level1_a::after,
.level1_active .level1_a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.03rem;
	background: #E11D0B;
	bottom: 0.14rem;
	left: 0;
}
.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	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: #2958A8;
	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.8rem;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	position: fixed;
    top: 0;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
}
.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.3rem;
    width: 0.8rem;
    height: 0.8rem;
    background: #E11D0B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_tel{
	padding-left: 0.56rem;
}
.header_tel img{
	width: 0.28rem;
	height: 0.28rem;
}
.header_tel p{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #0057A9;
	margin-left: 0.1rem;
}



.level2_cont{
	display: none;
	position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 0.46rem 0 0.35rem;
	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; */
	width: 2.25rem;
}
.level2_top{
	justify-content: space-between;
}
.level2_img img{
	max-width: 0.12rem;
}
.reduce_h{
	display: none;
}
.level2_tit{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
}
.level2_list a:first-child{
	margin-top: 0.33rem;
}
.level2_list a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	font-size: .2rem;
	color: #FFFFFF;
	margin-top: 0.16rem;
}
.level2_list{
	display: none;
}
.level2 .level2_list{
	display: block;
}




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

.level2{
	position: relative;
}
.level2 .level2_cont{
	position: absolute;
	top: 0.82rem;
	left: 50%;
    transform: translate(-50%,0);
    width: 130%;
	padding: 0.2rem 0rem 0.3rem;
	background: rgba(30, 30, 30, 0.85);
	display: none;
}
.level2 .level2_list a{
	text-align: center;
}
.level2 .level2_list a:first-child{
	margin-top: 0;
}
.level2 .level2_list a{
	margin-top: 0.3rem;
}

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

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


.search_cont{
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 100%;
	padding: 0.6rem 0 1.02rem;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.06);
}
.search_top{
	justify-content: space-between;
	max-width: 9rem;
	margin: auto;
}
.search_top p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.26rem;
	color: #2958A8;
}
.search_top img{
	width: 0.17rem;
	height: 0.17rem;
}
.search_bot{
	max-width: 9rem;
	height: 0.85rem !important;
	margin: auto;
	justify-content: space-between;
	padding: 0 0.2rem 0 0.4rem;
	background: #F9F9F9;
	border-radius: 0.04rem;
	margin-top: 0.3rem;
	border: 1px solid #EBEBEB;
}
.search_bot input{
	flex: 1;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}
.search_bot input::placeholder{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
}
.search_bot img{
	width: 0.28rem;
	height: 0.28rem;
}