.header{
	width: 100%;
	height: 77px;
	background: -webkit-linear-gradient(to right, #fff , #37699c 40%); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(to right, #fff , #37699c 40%); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(to right, #fff , #37699c 40%); /* Firefox 3.6 - 15 */
  	background: linear-gradient(to right, #fff 20%,#37699c 40%); 
	min-width: 1200px;
}
/*.header .nav li:nth-child(2) a{
	background: #aec3d8;
}
.header .nav li:nth-child(3) a{
	background: #a2bdd8;
}
.header .nav li:nth-child(4) a{
	background: #95b6d8;
}
.header .nav li:nth-child(5) a{
	background: #86afda;
}
.header .nav li:nth-child(6) a{
	background: #79a6d6;
}
.header .nav li:nth-child(7) a{
	background: #6c9cce;
}
.header .nav li:nth-child(8) a{
	background: #5f91c5;
}*/
/*.header .nav li:nth-child(9) a{
	background: #5382b3;
}
.header .nav li:nth-child(10) a{
	background: #4572a0;
}*/
.header h1{
	float: left;
}
.header h1 a{
	float: left;
	position:relative;
}
.header .nav{
	/* margin-right: 32px; */
}
.header .nav li{
	
}
.header .w995{
	width:1200px;
}
/*.header h1 a img:first-child{
	position: absolute;
    top: 0;
    right: 60px;
}*/
.header .nav a{
	height: 77px;
    float: left;
    line-height: 77px;
    padding: 0px 18px;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-shadow: 0px 0px 2px #000;
}
.header .nav li:nth-child(7)>a::after{
	content: '';
    border-right: none;
    height: 20px;
    position: absolute;
    right: -3px;
    top: 29px;
}
.header .nav li>a::after{
	content: '';
    border-right: dashed 1px #fff;
    height: 20px;
    position: absolute;
    right: -3px;
    top: 29px;
}
.special_wrap{
	background: #5089c3;
    height: 34px;
    margin: 21px 0;
    line-height: 34px;
    border-radius: 6px;
}
.header .nav .special_wrap a{
	line-height: 34px;
    border: none;
    margin: 0;
    padding: 5px 18px;
    height: 15px;
    float: none;
    
}
.header .nav .special_wrap a:first-child::after{
	content: '';
    border-right: dashed 1px #fff;
    height: 20px;
    position: absolute;
    right: -3px;
    top: 6px;
}
.header .nav .special::after{
	border:none;
}
.header .nav .special{
	line-height: 23px;
    margin: 10px 8px;
    height: 57px;
    box-sizing: border-box;
    padding: 17px 10px;
    /* border: solid 1px #aaa; */
    border-radius: 10px;
    background: #7294b5;
}
.header .nav .special_wrap a:first-child:hover,.header .nav .special_wrap a:first-child.on{
	background: none;
	color: #39A98D;
}
.header .nav .special_wrap a:nth-child(2):hover,.header .nav .special_wrap a:nth-child(2).on{
	background: none;
	color: #ffed03;
}
.header .nav li a:hover,.header .nav li a.on{
	background: #95aabf;
}
.header .nav li a:hover::after,.header .nav li a.on::after{
	border:none;
}
.header .switch{
	font-size: 12px;
	color: #666369;
	line-height: 77px;
	text-transform: uppercase;
}
.header .switch:hover{
	color: #e7931a;
}
.header-found-ico{
	width: 17px;
	height: 17px;
	background: url("http://www.lvchengfuwu.com/static/web/css/../img/header_ico.png") no-repeat 0 0;
	margin: 31px 4px 0 0;
	display: none;
}
.header-found{
	position: absolute;
	top: 74px;
	right: 2px;
	height: 50px;
	display: none;
	z-index: 5;
}
.header-found input{
	float: left;
}
.header-found .text{
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	width: 212px;
	border: 1px solid #b6b6b6;
	margin-right: 10px;
}
.header-found .submit{
	width: 50px;
	height: 50px;
	background: #a2bcd6 url("../img/search.png") center center no-repeat;
	border: none;
}