#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.7rem;
	z-index: 1000;
}

#header .nav{
	width: 100%;
	height: 100%;
}
#header .nav .bg{
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
#header .nav .logo{
	margin-top: 0.16rem;
}
#header .nav .logo span{
	width:96px;
	height:33px;
	font-size:24px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	line-height:33px;
	position: absolute;
	top: 19px;
	margin-left: 15px;
	color: #fff;
}
#header .menu>li{
	float: left;
	margin-left: 0.6rem;
	/* color: #fff; */
	font-size: 0.16rem;
	/*border-bottom: 2px solid #F64848;*/
}
/* @media only screen and (max-width: 1150px) {
	#header .menu>li{
		margin-left: 0.4rem;
	}
} */
#header.showBg .nav .bg{
	opacity: 1;
	box-shadow: 0px 2px 4px 0px rgba(172,177,183,0.3);
}
#header.showBg .menu>li{
	color: #333;
}
#header .menu.hoverColor>li{
	color: #333;
}
#header .menu>li>a{
	display: inline-block;
	line-height: 0.68rem;
	height: 0.68rem;
}
#header .menu>li:first-child{
	margin-left: 0;
}
#header .menu>li.productAndService{
	position: relative;
}
#header .menu>li.productAndService .childrenMenu{
	display: none;
	position: absolute;
	top: 0.7rem;
	left: -0.25rem;
	padding: 0.1rem 0;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	line-height: 0.4rem;
	color: #666;
	box-shadow: 0 0.01rem 0.04rem 0 rgba(172,177,183,0.3);
}
#header .menu>li.productAndService .childrenMenu li a{
	display: inline-block;
	padding: 0 0.2rem;
	width: calc(100% - 0.4rem);
}

#header .navMobile{
	display: none;
}
#header .navMobile .box{
	position: relative;
	padding: 10px 24px;
	left: 0;
	right: 0;
	z-index: 10;
}
#header .navMobile .box .logo{
	margin-top: 3px;
}
#header .navMobile .box .icon{
	width: 30px;
	height: 30px;
	background: url(../images/index/menu.png) center/20px 13px no-repeat;
}
#header .navMobile .box .icon.close{
	background: url(../images/index/close.png) center/15px 15px no-repeat;
}
#header .navMobile .menu .menuList{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 30px 0;
	color: #B8BAC9;
	background: rgba(0,2,27,0.8);
	overflow: auto;
}
#header .navMobile .menu .menuList>li a{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #363A74;
	font-size: 14px;
	color: #B8BAC9!important;
}
#header .navMobile .menu .menuList>li .icon{
	width: 40px;
	height: 40px;
	background: url(../images/index/arrow_d.png) center/15px 7px no-repeat;
	vertical-align: middle;
}
#header .navMobile .menu .menuList>li .icon.rotate{
	transform: rotate(180deg);
}
#header .navMobile .menu .menuList>li .childrenMenu {
	display: none;
}
#header .navMobile .menu .menuList>li .childrenMenu a{
	padding-left: 55px;
}

/* @media only screen and (max-width: 990px) {
	#header .nav{
		display: none;
	}
	#header .navMobile{
		display: block;
	}
} */

.setBgAnimate{
	background-attachment: fixed!important;
	background-position: center 0px;
	background-repeat: no-repeat;
}

#footer{
	padding-top: 0.7rem;
	background: #121132;
}
#footer .left,
#footer .aboutUs,
#footer .quickAccess{
	width: 65%;
}
#footer .right,
#footer .hotProduct,
#footer .followUs{
	width: 35%;
}
/* @media only screen and (max-width: 1270px) {
	#footer .quickAccess{
		width: 50%;
	}
	#footer .followUs{
		width: 50%;
	}
} */
#footer .info .paddingWrapper{
	padding-right: 0.5rem;
}
#footer .info .title{
	font-size: 0.24rem;
	color: #E2E6EF;
	margin-bottom: 0.3rem;
}
#footer .info .list li{
	font-size: 0.14rem;
	color: #8E96A9;
	margin-bottom: 0.15rem;
}

#footer .aboutUs .address span{
	vertical-align: middle;
	margin-right: 0.1rem;
}
#footer .aboutUs .address .icon{
	display: inline-block;
	width: 0.18rem;
	height: 0.17rem;
	background: url(../images/index/map.png) center/cover;
	vertical-align: middle;
}
#footer .followUs .list{
	min-height: 1.9rem;
}
#footer .followUs .list li{
	cursor: pointer;
	margin-bottom: 0;
	padding-bottom: 0.15rem;
}
#footer .followUs .list li:hover .QRCode{
	display: block;
}
#footer .followUs .list li .textMobile{
	display: none;
}
#footer .followUs .QRCode{
	font-size: 0;
	display: none;
	margin-top: 0.05rem;
	width: 0.7rem;
	height: 0.7rem;
}
#footer .followUs .QRCode img{
	width: 100%;
	height: 100%;
}

#footer .bottom{
	border-top: 1px solid #09153F;
	padding: 0 0.3rem;
}
#footer .bottom .logo{
	padding-top: 0.22rem;
	font-size: 0;
}
#footer .bottom .copyright,
#footer .bottom .copyrightMobile{
	line-height: 0.63rem;
	font-size: 0.14rem;
	color: #5D657E;
}
#footer .bottom .copyrightMobile{
	display: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* @media only screen and (max-width: 990px) {
	#footer{
		padding-top: 0.5rem;
		background: #0C1B45;
	}
	#footer .fl{
		float: none!important;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#footer .info .paddingWrapper{
		padding: 0;
		margin-bottom: 0.4rem;
	}
	#footer .info .paddingWrapper .title{
		color: #fff;
	}
	#footer .hotProduct li,
	#footer .quickAccess li{
		float: left;
		width: 50%;
	}
	#footer .followUs .list{
		display: flex;
		justify-content: space-between;
		min-height: auto;
	}
	#footer .followUs .list li{
		padding: 0;
	}
	#footer .followUs .list li .text,
	#footer .bottom .logo,
	#footer .bottom .copyright{
		display: none;
	}
	#footer .followUs .list li .textMobile{
		margin-top: 0.1rem;
		display: block;
	}
	#footer .followUs .list li .QRCode{
		margin: 0 auto;
		display: block;
	}
	#footer .bottom{
		border-color: #3E5289;
	}
	#footer .bottom .copyrightMobile{
		display: block;
	}
} */