.headerWrap{
	width: 100%;
	position: fixed;
	    top: 0;
	    z-index: 99;
		
}
.header_t:hover,
.header_t.active2,
.headerBg{
	background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
}
.header_t:hover .header_top .level1_a,
.header_t.active2 .header_top .level1_a,
.headerBg .header_top .level1_a{
	color: #000000 !important;
}
.header_top .level1_active .level1_a{
	/*color: #2958A8;*/
	background: url("../img/headBG.png") no-repeat;
	background-size: 0.52rem 0.6rem;
	background-position: center;
	filter: brightness(0) invert(1);
}
.header_top .level1_active .level1_a::after{
	background: #013398;
}
.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{
    gap: .6rem;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	position: relative;
}
.header_logo{
	position: relative;
}
.header_logo img{
	max-width: 2.24rem;
    max-height: 0.60rem;
}
.header_logo a img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.header_t:hover .header_logo a img:nth-of-type(2),
.header_t.active2 .header_logo a img:nth-of-type(2),
.headerBg .header_logo a img:nth-of-type(2){
	opacity: 1;
}
.header_t:hover .header_logo a img:nth-of-type(1),
.header_t.active2 .header_logo a img:nth-of-type(1),
.headerBg .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;
}

.header_top .flex_box.header_lang:hover .lang_img img{
    background: #013398;
    opacity: 1 !important;
}
.header_top .flex_box.header_lang:hover>p{
    color: #013398 !important;
}



.index_nav{
	height: 100%;
}
.level1_active{
	height: 100%;
}
.level1_active .level1_a{
	font-weight: bold !important;
	/* border-bottom: 0.04rem solid #FFFFFF; */
	position: relative;
}
.level1_active .level1_a::after{
	content: "";
	width: 0.4rem;
	height: 0.02rem;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	height: 100%;
	line-height: 1rem;
}
.flex_box3{
	flex:0 0 auto !important;
}
.header_t{
	height: 1rem;
	width: 100%;
	display: flex;
	align-items: center;
	background: transparent;
	position: fixed;
    top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 999;
	transition: background .3s;
}
.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.7rem;
}



.level2_cont{
	display: none;
	position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5rem;
    background: #FFFFFF;
    padding: 0.36rem 0 0.33rem;
    z-index: 9;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.03);
    border-radius: 0px 0px 5px 5px;
}
.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{
	position: relative;
	margin-left: 0.12rem;
	transition: all 0.3s;
}
.level2_img img{
	max-width: 0.06rem;
	height: 0.08rem;
	transition: all 0.3s;
}
.level2_img img:nth-of-type(2){
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	opacity: 0;
}
.level2:hover .level2_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.level2:hover .level2_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.level2:hover .level2_a{
	color: #013398;
	transition: all 0.3s;
}
.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 .level2:first-child a{
	margin-top: 0 !important;
}
.level2_list a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.25rem !important;
	justify-content: center !important;
}
.level2_list{
	/* display: none; */
}
.level2 .level2_list{
	display: block;
}




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

.level2{
	position: relative;
}
.level2 .level2_cont{
	position: absolute;
	top: 0.82rem;
	left: 0;
	width: 100%;
	padding: 0.24rem 0rem;
	background: #FFFFFF;
	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.25rem;
  height: 0.25rem;
}

.header_search:hover img{
    opacity: 0;
}

.header_search:hover img:nth-of-type(3){
    opacity: 1;
}
.header_search img:nth-of-type(2),
.header_search img:nth-of-type(3){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.header_t:hover .header_search img:nth-of-type(2),
.header_t.active2 .header_search img:nth-of-type(2),
.headerBg .header_search img:nth-of-type(2){
	opacity: 1;
}
.header_t:hover .header_search img:nth-of-type(1),
.header_t.active2 .header_search img:nth-of-type(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;
}


.header_lang{
    height: 1rem !important;
	padding-left: 0.54rem;
	cursor: pointer;
	position: relative;
}
.header_lang::after{
	content: "";
	width: 0.01rem;
	height: 0.15rem;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0.28rem;
	background: rgba(255,255,255,0.5);
}
.header_lang p{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-left: 0.03rem;
}
.lang_img{
	width: 0.25rem;
	height: 0.25rem;
}
.header_lang img{
  width: 0.25rem;
  height: 0.25rem;
}
.header_t:hover .header_lang img,
.header_t.active2 .header_lang img,
.headerBg .header_lang img{
    background: #999;
    border-radius: 50%;
}
.header_t:hover .header_lang p,
.header_t.active2 .header_lang p,
.headerBg .header_lang p{
	color: #000000;
}
.header_t:hover .header_lang::after,
.header_t.active2 .header_lang::after,
.headerBg .header_lang::after{
	background: rgba(0,0,0,0.5);
}

.lang_list{
	display: none;
	position: absolute;
	top: 100%;
	left: 0.26rem;
	width: 1.2rem;
	background: #FFFFFF;
	padding: 0.32rem 0 0.28rem;
	z-index: 9;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.03);
	border-radius: 0px 0px 5px 5px;
}
.lang_list a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.16rem;
	padding: 0 0.2rem;
	transition: all 0.3s;
}
.lang_list a:first-child{
	margin-top: 0;
}
.lang_img img:nth-of-type(3){
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0.54rem;
}
.lang_list a:hover{
	color: #013398;
	transition: all 0.3s;
}
.header_lang:hover p{
	color: #013398;
	transition: all 0.3s;
}
.header_lang:hover .lang_img img:nth-of-type(3){
	opacity: 1;
}
.header_lang:hover .lang_img img:nth-of-type(1){
	opacity: 0;
}
.header_lang:hover .lang_img img:nth-of-type(2){
	opacity: 0;
}















.header_t:hover .header_top .level1_active .level1_a,
.header_t.active2 .header_top .level1_active .level1_a,
.headerBg .level1_active .level1_a{
    color: #2958A8 !important;
    filter: brightness(1) invert(0);
}











.header_m{
    display: none;
}
@media screen and (max-width: 1043px) {
    .header_t{
        height: 70px;
    }
    .header_t .max-width{
        width: 94%;
    }
    .flex_box1{
        width: 15%;
    }
    .header_logo img{
        width: 100%;
        height: auto;
    }
    .header_top .flex_box3{
        width: 85%;
        justify-content: flex-end;
    }
    .index_nav{
        width: 76%;
    }
    .header_top .header_nav{
        gap: inherit;
    }
    .header_top .flex_box3 .level1_a{
        font-size: 16px;
        line-height: 70px;
    }
    .level2_cont{
        width: auto;
        top: 70px;
        padding: 14px 0;
    }
    .level2_list a{
        white-space: nowrap;
        font-size: 16px;
        padding: 0 12px;
        margin-top: 10px !important;
    }
    .header_search{
        margin-left: 20px;
        display: flex;
    }
    .header_search img{
        width: 24px;
        height: 24px;
    }
    .header_top .header_lang{
        height: 100% !important;
        padding-left: 20px;
    }
    .lang_img{
        width: 20px;
        height: 20px;
    }
    .header_lang::after{
        width: 1px;
        height: 15px;
        left: 7px;
    }
    .header_lang img{
        width: 100%;
        height: 100%;
    }
    .headerBg .header_lang p{
        font-size: 16px;
        margin-left: 3px;
    }
    .lang_list{
        width: auto;
        left: 0;
        padding: 14px 0;
    }
    .lang_list a{
        font-size: 16px;
        padding: 0 16px;
    }
}
@media screen and (max-width: 769px) {
    header{display: none;}

    .header_m{display: block!important;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 998;border-bottom:1px solid rgba(0,0,0,0.3);}
    .header_m .con{display: flex;align-items: center;justify-content:space-between;padding: 16px 20px;}
    .header_m .con .logo{display: block;width: auto;height: 40px;}
    .header_m .con .logo img{width:auto;height:100%;}
    .header_m .con .rig{display: flex;align-items: center;}
    .header_m .con .rig .ser_m{width: auto;height: auto;display: flex;column-gap: 8px;font-size: 20px;margin-left: 14px;color: #003399;}
    .header_m .con .rig .ser_m img{width: 22px;height: 22px;object-fit: contain;}

    .navbar-default{position: static!important;height:auto!important;}
    .navbar-toggle {position: relative!important;float: right;padding:0;margin-left: 16px;background-color: transparent;background-image: none;border:0;border-radius: 0}
    .navbar-toggle:focus { outline: 0 }
    .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px }
    .navbar-default .navbar-toggle .icon-bar { background-color: #606060 }
    .navbar-toggle .icon-bar { position: relative }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 6px }
    .navbar-toggle .icon-bar:nth-child(2) { -moz-transition: background .3s ease 0s; -o-transition: background .3s ease 0s; -webkit-transition: background .3s ease; -webkit-transition-delay: 0s; transition: background .3s ease 0s; background: transparent }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2) { background: #606060 }
    .navbar-toggle .icon-bar:nth-child(1), .navbar-toggle .icon-bar:nth-child(3) { -moz-transition: top .3s ease, -moz-transform .3s ease .4s; -o-transition: top .3s ease, -o-transform .3s ease .4s; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0s, .4s; transition: top .3s ease, transform .3s ease .4s }
    .navbar-toggle .icon-bar:nth-child(1) { top: 8px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) { top: 0 }
    .navbar-toggle .icon-bar:nth-child(3) { top: -8px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) { top: 0 }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) { -moz-transition: background .3s ease .4s; -o-transition: background .3s ease .4s; -webkit-transition: background .3s ease; -webkit-transition-delay: .4s; transition: background .3s ease .4s; background-color: #606060 }
    .navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(3) { top: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transition: top .3s ease .4s, -moz-transform .3s ease; -o-transition: top .3s ease .4s, -o-transform .3s ease; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: .4s, 0s; transition: top .3s ease .4s, transform .3s ease }


    .header_m .m_means{position: absolute;top: 100%;left: 0;width: 100%;height: calc(100vh - 50px);overflow:hidden;pointer-events: none;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;}
    .header_m .m_means .mean1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;padding: 20px;transform:translateX(105%);transition:all 0.5s;pointer-events: all;overflow:auto;}
    .header_m .m_means .mean1.on{transform: translateX(0);overflow-x:hidden;}
    .header_m .m_means .mean1 .m_nav1 .li1{border-bottom: 1px solid #DFDFDF;padding: 15px 0 0 0;line-height: 26px;padding-right:0;position:relative;}
    .header_m .m_means .mean1 .m_nav1 .li1 .add{position: absolute;top:5px;left:auto;right:-20px;width: 50px;height: 50px;background: url(../img/fm_add.svg)no-repeat center;background-size: 14px 14px;transition:all 0.5s;cursor: pointer;}
    .header_m .m_means .mean1 .m_nav1 .li1.on .add{transform:rotate(45deg);}
    .header_m .m_means .mean1 .m_nav1 .li1>a{padding-bottom: 15px; color:#333;font-size:18px;font-weight: bold;display: block;}
    .header_m .m_means .mean1 .m_nav2{display:none;padding: 15px 0;border-top: 1px solid rgba(96,96,96,0.2);}
    .header_m .m_means .mean1 .m_nav2 .li2>a{color:#333;line-height:22px;font-size:16px;display:inline-block;font-weight: 500;}

    .header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 10px;margin-bottom: 15px;}
    .header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}


    .header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 15px;margin-bottom: 20px;display: flex;flex-wrap: wrap;}
    .header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}


    
}




