*{
	padding: 0;
	margin: 0;
}
html,body{
	min-width: 1200px;
}
.header{
	width: 100%;
	height: 100px;
	background: #212121;
}
.header_2{
	width: 1150px;
	height: 100px;
	display: flex;
	margin: 0 auto;
}
.logo{
	flex: 1;
	position: relative;
}
.logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	cursor: pointer;
}
#Navigation{
	flex: 5;
}
.car{
	flex: 1.1;
	display: flex;
}
.yiji{
	width: 80%;
	display: flex;
	margin: 0 auto;
}
.yiji li{
	flex: 1;
	list-style: none;
	line-height: 100px;
	text-align: center;
	color: white;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.yiji li span:hover{
	color: #09FF98;
}
.yiji li span{
	width: 100%;
	display: block;
	
}
.tologin{
	flex: 1.5;
	font-size: 18px;
	color: white;
	line-height: 100px;
	text-align: right;
	cursor: pointer;
}
.carimg{
	flex: 1;
	position: relative;
}
.carimg img{
	position: absolute;
	width: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.tologin span:hover{
	color: #09FF98;
}
.chanpin{
	position: relative;
}
.erji{
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 10px 0;
	display: none;
}
.erji div{
	line-height: 35px;
	font-size: 14px;
	text-align: center;		
}
.erji div:hover{
	color: #09FF98;
}
.erji_chang{
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 10px 0;
	display: none;
}
.erji_chang div{
	line-height: 35px;
	font-size: 14px;
	text-align: center;		
}
.erji_chang div:hover{
	color: #09FF98;
}
.erji_sai{
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 10px 0;
	display: none;
}
.erji_sai div{
	line-height: 35px;
	font-size: 14px;
	text-align: center;		
}
.erji_sai div:hover{
	color: #09FF98;
}
.erji_vip{
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 10px 0;
	display: none;
}
.erji_vip div{
	line-height: 35px;
	font-size: 14px;
	text-align: center;		
}
.erji_vip div:hover{
	color: #09FF98;
}
.erji_about{
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 10px 0;
	display: none;
}
.erji_about div{
	line-height: 35px;
	font-size: 14px;
	text-align: center;		
}
.erji_about div:hover{
	color: #09FF98;
}








