header .navBox{align-items: center;gap: 1.6rem;}
header .navBox a{color: #072E4F;font-weight: normal;}
header{position: fixed;width: 100%;z-index: 9;top: 0;background: rgba(255,255,255,0.1);backdrop-filter: blur(10px);}
header h1 a img{height: 1.73rem;}
header h1{margin-left: 0.7rem;}
header{border-bottom: 1px solid rgba(255,255,255,0.2);}
header .btn a.en{background: linear-gradient(190deg,#006DC7,#17C191);height: 3.3rem;line-height: 3.3rem;padding: 0  1rem;position: relative;align-items: center;display: inline-flex;gap: 0.5rem}

header .btn{display: inline-flex;gap: 1rem;align-items: center;}
header.headerFix .btn a.en{line-height: 2.5rem;height: 2.5rem;}

footer{background-image: url(../images/bg_footer.png);padding: 1.5rem 0 1.2rem;}
footer .footOne .text{width: 54.3%;}
footer .footOne .text h2{margin-bottom: 1.73rem;}
footer .footOne .text h2 img{max-height: 2rem;}
footer .footOne .text ul {gap: 1rem;}
footer .footOne .text ul li h6{line-height: 1rem;margin-bottom: 0.5rem;}
footer .footOne .text ul li p{line-height: 1rem;}
footer .footOne .ewm{width: 40%;}
footer .footOne .ewm ul.img{margin-bottom: 0.66rem;text-align: center;}
footer .footOne .ewm ul.img li{flex:0 0 20%;color: #fff;line-height: 0.8rem;}
footer .footOne .ewm ul.img li img{width: 90%;display: block;margin: 0 auto 0.33rem;border-radius: 5px;}
footer .footOne .ewm ul li img{margin: auto;display: block;margin-bottom: 0.33rem;}
footer .footOne .ewm ul li a{color: #fff;}
footer .footOne .ewm ul.link{ margin-top: 1.33rem;text-align: center;}
footer .footOne .ewm ul.link li{flex:0 0 20%;line-height: 0.8rem;text-align: center;}
footer .footOne .ewm ul.link li a{color: #fff;}
footer .footOne .ewm ul.link li img{max-width: 90%;display: block;margin: auto; border-radius: 5px;}
footer .footTwo{border-top: 1px solid rgba(255,255,255,.1);padding: 0.9rem 0 0.7rem;margin-top: 1.3rem;}
@media screen and (max-width:1400px){
	header .navBox{gap: 1rem;}
}
@media screen and (max-width:1080px){
	header .navBox{display: none;}
	header .menuLine{display: block;}
	footer .footOne .text{margin-bottom: 1rem;}
	footer .footOne .text,footer .footOne .ewm{width: 100%;}
	footer .footOne{flex-wrap: wrap;}
}
@media screen and (max-width:991px){
	footer .footCenter .footNav{display: none;}
	
}
@media screen and (max-width:760px){
	
	header .btn a.en{display: none;}
	header h1 a img{height: 1.3rem;margin: 0.5rem 0;}
	header .btn{margin-right: 0.5rem;}
}