*{
	margin: 0;
	padding: 0;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 16px;
	min-width: 76rem;
	/* min-height: 640px; */
	background: #02020e;
	color: #FFF;
}
li{
	list-style: none;
}
.project{
	font-size: 2.25rem;
}
body .swiper-container .swiper-scrollbar{
	width: 1rem;
	background: #FFFFFF60;
}

.project .text{
	font-size: 2rem;
	margin-top: 1.375rem;
}
.show{
	display: block !important;
}
a{
	text-decoration: none;
	color: #FFF;
}
.jump{
	cursor:pointer
}
.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 5.5rem;
	background: #000;
	z-index: 99;
}
.nav{
	width: 76rem;
	height: 5.5rem;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	/* position: relative; */
	/* padding: 0 22rem; */
}
.nav .logo{
	width: 10rem;
	height: 3.3125rem;
}
.nav ul{
	margin-left: auto;
	display: flex;
	align-items: center;
}
.nav .jump{
	width: 7rem;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	margin-left: 1rem;
	line-height: 5.5rem;
	height: 5.5rem;
}
.nav .ico{
	width: 3rem;
	margin-bottom: 1rem;
}
.now{
	background: url(../images/page/index/now.png) no-repeat center bottom;
}

.alertbox{
	width: 100%;
	display: none;
}
.jump:hover .alertbox{
	display: block;
	position: absolute;
	top: 5.5rem;
	left: 0px;
	background: rgba(0,0,0,0.8);
}
.projectlist{
	width: 76rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}
.jump:hover .projectlist{
	/* border: 1px solid #00FFF4; */
	border-top: none;
}
.nav li:hover{
	background: url(../images/page/index/now.png) no-repeat center bottom;
	background-size: 90%;
}

.nav .box{
	width: 100%;
	display: none;
	position: absolute;
	top: 10rem;
	left: 0rem;
	background: rgba(0,0,0,0.8);
}

.goodslist{
	width: 76rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	/* background: rgba(0,0,0,0.8); */
	margin: 0 auto;
}
.nav .projectbox{
	width: 7rem;
	height: 10rem;
	font-size: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 2rem;
}
.alert:hover{
	/* border: 1px solid #00FFF4; */
	border-bottom: none;
}
.projectbox:hover .box{
	display: block;
}
.projectbox:hover .goodslist{
	/* border: 1px solid #00FFF4; */
}
.goodslist li{
	width: 7rem;
	height: 12rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.goodslist .ico{
	width: 4rem;
	height: 4rem;
}

.content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5rem auto;
	position: relative;
	margin-top: 2rem;
}

.banner{
	width: 72rem;
	font-size: 1rem;
	line-height: 2rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
}
.banner .title{
	font-size:1.875rem;
	color: #00FFF4;
	font-weight: bold;
	margin: 3rem;
	text-align: center;
}
.banner .text{
	text-indent: 2rem;
}
.banner .img{
	width: 52.625rem;
	height: 39.5rem;
	margin: 1rem auto;
}



.foot{
	width: 100%;
	display: flex;
	/* position: absolute;
	bottom: 0;
	left: 0; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 3rem;
	line-height: 3rem;
	margin-top: 5rem;
}
