.headerWrap{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
}
header{
    z-index: 999;
}
.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-around;
}
.header_top .flex_box.header_nav{
    gap: .4rem;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	/*padding: 0 0.36rem;*/
	position: relative;
}

.header_nav .level1:hover .level2{
    display: block;
}
.level2{
    
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding-top: 0.25rem;
}

.level2_c1{
    padding:0.1rem 0.15rem;
    background: rgba(255, 255, 255, 0.8);
}

.level2 .item{
    font-size: 0.16rem;
    color: #333;
    white-space: nowrap;
    line-height: 0.3rem;
}
.level2 .item + .item{
    margin-top: 0.1rem;
}

.header_nav .level1:last-child{
  padding-right: 0;
}
.header_logo img{
	max-width: 3.57rem;
    max-height: 0.68rem;
}
.header_top .flex_box .level1_a{
	font-family: Arial;
font-weight: 400;
font-size: 0.2rem;
color: #000000;
	height: auto;
}
.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}
.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: 1.2rem;
	width: 100%;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,0.8);
	position: fixed;
    top: 0;
    z-index: 999;
}
.header_t .max-width{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	
}
.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,0.95);
    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;
	transition: all 0.3s;
}



.flex_box3{
  
}
.header_search{
  width: auto;
height: 0.42rem;
line-height: 0.42rem;
background: #FFFFFF;
border-radius: 20px;
border: 1px solid #CBCBCB;
display: flex;
align-items: center;
padding: 0 0.2rem;
}
.header_search input{
  font-family: Arial;
font-weight: 400;
font-size: 0.16rem;
color: #000000;
line-height: 20px;
opacity: 0.5;
min-width: 2.65rem;
}
.header_search input::placeholder{
  color: #000000;
  opacity: 1;
}
.header_search a{
	display: flex;
}
.header_search img{
  width: 0.28rem;
  height: 0.27rem;
  margin-left: 0.2rem;
}
.space{
	justify-content: space-between;
	width: 100%;
}

.lang{
    height:.7rem;
    display: flex;
    align-items: center;
    gap: .1rem;
    cursor: pointer;
    position: relative;
}
.lang >img{
    filter: invert(1);
    width: .2rem;
    height: .2rem;
}

.lang .list{
    min-width: 150%;
    width: fit-content;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: none;
}
.lang .list::before{
    content: '';
    width: 0;
    height: 0;
    border: .1rem solid transparent;
    border-bottom: .1rem solid #ddd;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.lang .list a{
    padding: .1rem .15rem;
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: .1rem;
}
.lang .list a img{
    width: .2rem;
    height: .2rem; 
    object-fit: contain;
    flex-shrink: 0;
}
.lang .list a span{
    font-family: Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
}
.lang .list a:hover{
    background: #ddd;
}
.side-wrap,
.common-phone-header{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header_t {
        display: none;
    }
  .header-wrap {
    display: none;
  }
  
  .headerWrap{
      height: 50px;
  }

  .common-phone-header {
    display: block !important;
  }

  .side-wrap {
    display: block !important;
  }

  .common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-logo-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-box-phone {
    display: none;
  }

  .header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
  }

  .side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
  }

  .side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    /* border-left: 1px solid #eee; */
    animation: ani_side 1s;
  }

  .side-container.shown {
    display: block;
  }

  @keyframes ani_side {
    from {
      display: none;
      width: 3rem;
    }

    to {
      display: block;
      width: 6.4rem;
    }
  }

  .side-wrap {
    width: 100%;
  }

  .side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .side-logo {
    height: 30px;
    width: auto;
  }

  .side-close {
    width: .48rem;
  }

  .side-bottom {
    padding: 0 .48rem 0 .72rem;
  }

  .nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
  }

  .nav-item-inner span {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .nav-item-inner img {
    width: .4rem;
  }

  .side-nav-list .nav-item a {
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: flex !important;
  }

  .side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }

  .side-nav-list-sub {
    display: none;
  }

  .side-nav-list-sub .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }
  .lang{
      margin-right: -0.3rem;
      height: 1rem;
  }
  .lang >img{
          width: .5rem;
    height: .5rem;
  }
  .lang .list a img{
       width: .5rem;
    height: .5rem;
  }
  .lang .list a span{
      font-size: 12px;
  }
}