.header{
	background: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	transition: all 0.5s;
	
}
.header.light{
    /*border-bottom: 0.01rem solid #e8e8eb;*/
}
.headerflex_box{
	justify-content: space-between;
}
.header .flex_box1{
	padding: 0.0784rem 0 0.0784rem 0.64rem;
	flex: 0 0 auto !important;
	border-bottom: 0.01rem solid #E8E8EB;
}
.header .flex_box2{
    border-bottom: 0.01rem solid #E8E8EB;
}
.header .flex_box2,.header .flex_box3{
	flex: 0 0 auto;
}
.header .flex_box3{
	flex: 0 0 auto !important;
}
.header .header_logo a{
	width: auto;
}
.header .header_logo a:nth-of-type(1) img{
	width: 0.64rem;
}
.header .header_logo a:nth-of-type(2) img{
	width: 0.64rem;
	margin-left: 0.7rem;
	
}
.header .header_logo a:nth-of-type(2){
	position: relative;
}
.header .header_logo a:nth-of-type(2)::after{
	content: "";
	width: 0.01rem;
	height: 0.4rem;
	background: RGBA(83, 85, 92, 0.3);
	display: block;
	position: absolute;
	top: 50%;
	left: 0.38rem;
	transform: translateY(-50%);
}
.flex_box3 .flex_box{
	width: 1.80rem;
	height: 100%;
    padding: 0.255rem 0;
	background: RGBA(41,40,144,1);
	transition: all 0.5s;
	justify-content: center;
}
.flex_box3 p{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
}
.flex_box3 .flex_box:hover{
	background:RGBA(41,40,144,0.8);
	transition: all 0.5s;
}
.header_nav{
    justify-content: start;
    padding: 0 0.1rem;
}
.header_nav .level1_a{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.28rem;
	padding: 0.215rem 0;
	position: relative;
	transition: all 0.5s;
	text-align: center;
	z-index: 999999;
}
.header_nav .level1_a.active::after{
	/*content: "";*/
	/*display: block;*/
	/*width: 0.83rem;*/
	/*height: 0.03rem;*/
	/*background: #1E1B89;*/
	/*position: absolute;*/
	/*bottom: -0.01rem;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*opacity: 1;*/
}
.header_nav .level1{
	/*padding: 0 0.68rem;*/
	flex: 0 0 13.3%;
}
.level2_list{
	/* display: block; */
	position: absolute !important;
	
	background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(45,112,202,0.05);
	left: 10%;
	z-index: 99999999;
	display: none;
	/*transform: translateY(-100%);*/
	top: 0.72rem;
}
.header_nav .level2_list1 .level2{
    padding: 0 0.2rem 0 0.3rem;
    transition: all 0.5s;
}
.header_nav .level2_list1_p:hover p{
    background: #E7ECFE;
    transition: all 0.5s;
    color: #3C6AF4;
}
.header_nav .level2_list2 .level2_a p{
    text-align: left;
}
.level2_a img{
	width: 0.64rem;
	height: 0.64rem;
	object-fit: contain !important;
}
.fontStyle{
   font-family: HarmonyOS_SC_regular !important;
}
.level2_a p{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	/*margin-left: 0.19rem;*/
	/*padding: 0.4rem 0;*/
	/*border-bottom: 1px solid #DCDDE0;*/
	width: 100%;
	transition: all 0.5s;
	text-align: center;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.16rem;
    width: auto;
}
.header_nav .level2_list2{
	left: 0;
	width: 100%;
	padding: 0.54rem 0.4rem 0.1rem;
	flex-wrap: wrap !important;
	align-items: start !important;
	/*display: none;*/
}
.level2_list2 .level2{
	width: 33.333%;
	margin-bottom: 0.48rem;
}
.level2_list2 .level2_a{
	padding: 0 0.185rem;
}
.level2_list2 .level2_a p{
	    /*padding: 0 0 0.14rem 0;*/
}
.level3_list{
	padding-left: 0.86rem;
}
.level3_a{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.36rem;
	transition: all 0.5s;
}
.level3{
	/*list-style: disc;*/
	/*color: #292890;*/
}
.level3_list{
	/*padding-left: 1rem;*/
	padding-left: 0.6rem;
	margin-top: 0.1rem;
	margin-top: 0.1rem;
	padding-right: 0.2rem;
}


.float_right{
    position: fixed;
    bottom:15%;
    right: 0.2rem;
    z-index: 99999;
}
.float_rightimg{
    width: 0.64rem;
    height: 0.64rem;
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 30px 0px rgba(5,16,45,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.float_right .float_rightimg img{
    width: 0.28rem;
    height: 0.28rem;
	transition: all 0.5s;
}
.float_rightimg img:nth-of-type(2){
	opacity: 0;
	position: absolute;
	/*bottom: 0;*/
}
.float_rightimg:hover{
    background: rgba(41,40,144,0.95);
    transition: all 0.5s;
}
.float_rightimg:hover img:nth-of-type(2){
	opacity: 1;
	transition: all 0.5s;
}
.float_rightimg:hover img:nth-of-type(1){
	opacity: 0;
	transition: all 0.5s;
}
.float_rightimg2{
    margin-top: 0.1rem;
}
.light{
    background: #FFFFFF !important;
    transition: all 0.5s !important;
}
.level2_list .level2:last-child .level2_a p{
    border: none;
}
.level2_list2 .level2:last-child .level2_a p{
    /*border-bottom: 1px solid #DCDDE0;*/
}
.level2_a p:hover,.level3_a:hover{
    /*color: #292890;*/
    /*transition: all 0.5s;*/
}
.header_nav .level1_a:after{
    /*transition: all 0.5s;*/
    /*content: "";*/
    /*display: block;*/
    /*width: 0.83rem;*/
    /*height: 0.03rem;*/
    /*background: #1E1B89;*/
    /*position: absolute;*/
    /*bottom: -0.01rem;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*opacity: 0;*/
}
.header .header_nav .level1_a:hover{
    /*color: #1E1B89;*/
    transition: all 0.5s;
}
.header .header_nav .level1_a:hover:after{
    opacity: 1;
    transition: all 0.5s;
}
.header .header_nav .level1_a.active{
    /*color: #1E1B89;*/
    /*font-weight: bold;*/
}
.level2_list2 .level3_a:hover{
    color: #3C6AF4;
    transition: all 0.5s;
}
#backToTopButton{
    display: none;
}
.level2_list1_p{
    padding: 0.2rem 0;
    width: 100%;
    border-bottom: 1px solid #DCDDE0;
    margin-left: 0.19rem;
}
.level2_list .level2:last-child .level2_a .level2_list1_p{
    /*border: none;*/
}
.level2_list2 .level2_list1_p{
    padding: 0.08rem 0;
}
.level2_list2 .level3 img{
    width: 0.04rem;
    height: 0.04rem;
    position: relative;
    transition: all 0.5s;
}
.level2_list2 .level3 img:nth-of-type(2){
    opacity: 0;
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
}
.level2_list2 .level3:hover img:nth-of-type(2){
    opacity: 1;
    transition: all 0.5s;
}
.level2_list2 .level3:hover img:nth-of-type(1){
    opacity: 0;
    transition: all 0.5s;
}
.level2_list2 .level3_a {
    margin-left: 0.12rem;
    white-space: nowrap;
}
.level2_list2 .level3{
    padding: 0 0.2rem;
    transition: all 0.5s;
}
.level2_list2 .level3:hover{
    background: #E7ECFE;
    transition: all 0.5s;
}
.header_nav .level1:nth-of-type(4),.header_nav .level1:nth-of-type(5),.header_nav .level1:nth-of-type(2){
    position: relative;
}

.header_nav .level1:nth-of-type(4) .level2_list{
    left: 50%;
    transform: translateX(-50%);
    width: 10.1rem;
}
.header_nav .level1:nth-of-type(5) .level2_list,
.header_nav .level1:nth-of-type(2) .level2_list{
    left: 50%;
    transform: translateX(-50%);
    width: 3.1rem;
}




.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .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;
    }
    .header-logo-phone {
        height: 40px;
        width: auto;
    }
    .header-logo-phone1{
        padding-right: 10px;
        border-right: 1px solid RGBA(83, 85, 92, 0.3);
        margin-right: 10px;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .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: auto;
        right: 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;
        height: 80vh;
        overflow-x: scroll;
    }
    .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: 16px;
    }
    .twoNavbox .nav-item-inner span{
        font-size: 14px;
        color: #666;
    }
    .nav-item-inner img{
        width: .4rem;
        transition: all .3s
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !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;
    }
    .header{
        display: none;
    }
}