.fwhead{
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 999;
}

.fwnav{
	width: 100%;
	height: 80px;
	background-color: transparent;
	position: fixed;
	top: 0;
}

.fwnavk{
	width: 1720px;
	height: 80px;
	background-color: transparent;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
}

.fwnavimg{
	width: 188px;
	height: auto;
}
.fwnavimg img{
	width: 100%;
	height: auto;
}
.fwnavtext{
	width: 53%;
	height: 100%;
	display: flex;
}
.navtext img{
	width: 30px;
    height:28px;
}

.navtext{
	width: 100%;
	height: 100%;
}
.navtext ul{
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
}

.navtext ul li{
	width: auto;
	height: 100%;
	cursor: pointer;
}

.navtext ul li:hover{
 color: #e5230c;
 transition: 0.2s;
}

.navtext  ul li.active{
			color: #e5230c;
		}

.neikxian{
	width: 20px;
	height: 2px;
	background-color:  #333333;
	margin-top: 30px;
	margin-bottom: 30px;
	transition:width 1s;
	-webkit-transition:width 1s; /* Safari */
}

.fwneinavk ul li:hover .neikxian{
	width: 40px;
}

.navimg{
	display: flex;
	justify-content: center;
	margin-left: 70px;
	margin-top:16px;
}

.fwneinavtop{
	width: 100%;
	height: 80px;
}

.fwneinavtopk{
	width: 1720px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.fwneinav{
	width: 100%;
	height: 260px;
	
}

.fwneinavk{
	width: 1200px;
	height: 260px;
	margin: 0 auto;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
	background-image: url(../images/wing/cun.png);
	background-size: 100% 100%;
    overflow-y: hidden;
    transition: 0.4s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a:hover, .overlay a:focus {
   /* color: #f1f1f1; */
}

.overlay .closebtn {
    font-size: 48px;
}

.fwneinavtoplogo{
	width: 188px;
	height: auto;
}
.fwneinavtoplogo img{
	width: 100%;
	height: auto;
}

.fwneinavk ul{
	display: flex;
	justify-content: space-between;
}

.fwneinavk ul li{
	font-size: 24px;
	color: #333333;
	text-align: left;
}


.fwneinavsecond{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #333333;
}

.fwneinavsecond a{
	margin-bottom: 15px;
}


@media (max-width:1720px) {
	.fwnavk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		height: 80px;
		background-color: transparent;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		color: #ffffff;
	}
	.fwneinavtopk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		height: 80px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
}


@media (max-width:1200px) {
	.fwneinavk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		height: 260px;
		background-color: pink;
		margin: 0 auto;
	}
}