.header {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	position: relative;
	background-color: #fff;
	box-shadow:0px 12px 24px 0px rgba(30,16,0,0.04);
}
.xionghaizi a{
	color: #333
}
.xionghaizi:hover a{
	color: #fff
}


.header .neirong {
	width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .neirong .log {
	padding: 15px 0;
}

.header .neirong .log img {
	width: 100px;
	/* width: 292px; */
}

.header .neirong .xuanqu {
	/* display: flex; */
}

.header .neirong .xuanqu li {
	/* height: 80px;
	padding: 0 15px;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	color: #333; */
	height: 80px;
	padding: 0 40px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	color: #333;
}
.header .neirong .xuanqu li .line-h{
	line-height: 80px;
}

/*.header .neirong .xuanqu li:nth-child(1) a{
	color: #333;
}
.header .neirong .xuanqu li:nth-child(1):hover a{
	color: #fff;
	font-weight: normal;
}
.header .neirong .xuanqu li:nth-child(1).active a{
	color: #FF9311;
	font-weight: 600
}*/
.header .neirong .xuanqu li .xlk {
	position: absolute;
	padding-top: 20px;
	margin-left: -40px;
	top: 60px;
	min-width: 134px;
	display: none;
	z-index: 999;
}


.header .neirong .xuanqu li .xlk .xlk_you {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	padding:12px 20px;
	border-radius: 0px 0px 4px 4px;
	box-shadow:0px 12px 24px 0px rgba(30,16,0,0.1);
}
.header .neirong .xuanqu li .xlk .xlk_you a span{
	color: #FF9311;
	line-height: 40px;
}

.header .neirong .xuanqu li.active{
	/*background-color: #FF9311;*/
	color: #FF9311;
	font-weight: 600
}
.header .neirong .xuanqu li:hover {
	background-color: #FF9311;
	color: #fff;
	font-weight: normal;
}

.header .neirong .xuanqu li:hover .xlk {
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@keyframes fadeIn {
	0% {
		opacity: 0.3;
		filter: alpha(opacity=0.3);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.3;
		filter: alpha(opacity=0.3);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
body{background-color: #f0f0f0;margin: 0;}
a{text-decoration: none;}
