@media screen and (min-width: 1001px){
		header {
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		font-size: 17px;
		color: #fff
	}

	.logo img {
		height: 36px;
		margin-top: 30px
	}

	.header {
		height: 90px;
		line-height: 88px;
		width: 60%;
		padding: 0 0% 0 20%
	}

	.header li {
		width: 14%;
		text-align: center;
		float: left
	}

	.header li:nth-child(1) a.wborder:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#fff;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.header li:nth-child(1) a.bborder:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#000;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}

	.header li a {
		cursor: pointer;
		text-decoration: none;
	/* 	border-bottom: 2px solid transparent; */
		display: inline-block;
		padding: 0 4px;
		line-height: 60px;
		position: relative;
	}

    .header li a:link,.header li a:hover,.header li a:visited,.header li a:active {
	 	color: #fff;
        /* border:0!important;  */
	} 

	.header li:hover a {
		color: #2469b4
	}
}
@media screen and (max-width: 1000px){
		header {
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		font-size: 15px;
		color: #fff
	}

	.logo img {
		height: 36px;
		margin-top: 30px
	}

	.header {
		height: 90px;
		line-height: 88px;
		width: 60%;
		padding: 0 0% 0 12%
	}

	.header li {
		width: 14%;
		text-align: center;
		float: left
	}

	.header li:nth-child(1) a.wborder:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#fff;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.header li:nth-child(1) a.bborder:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#000;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}


	.header li a {
		cursor: pointer;
		text-decoration: none;
	/* 	border-bottom: 2px solid transparent; */
		display: inline-block;
		padding: 0 2px;
		line-height: 60px;
		position: relative;
	}

 	.header li a:link,.header li a:hover,.header li a:visited,.header li a:active {
		color: #fff;
        /* border:0!important;  */
    } 
                                                               
	.header li:hover a {
		color: #2469b4
	}
}