.w{
	position: relative;
}
.top{
	width: 100%;
	height: 120px;
	background: #0b5aa8;
}
.logo{
	margin-top:25px;
}
.logo1{
	margin-top:45px;
	margin-right:50px;
}
.select{
	position: absolute;
	top:40px;
	right: 0;
}
.sub{
	float: right;
	width: 35px;
	height: 35px;
	background: url(sub.png) center no-repeat;
	
}
.input-text{
	float: left;
	display: none;
	width: 250px;
	height: 35px;
	line-height: 35px;
	text-indent: 1em;
	border-radius:17.5px;
	background:#1e71c3;
	color: #fff;
	border: 1px solid #a5c6e7;
}
.select:hover .input-text{
	display: block;
	animation: select .5s linear 1;
}
.nav{
	width: 100%;
	background: #277acf;
	border-bottom: 2px solid #0b5aa8;
}
.nav a{
	float: left;
	width: 9.09%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.nav a:hover{
	background: #0b5aa8;
}


.foot{
	height: 170px;
	border-top: 2px solid #004992;
	background:#0b5aa8;
}
.foot-1{
	height: 115px;
	padding-top: 30px;
	border-bottom: 1px solid #b5daff;
}
.foot-ll{
	width: 55%;
}
.dz{
	color: #c2dffc;
}
.foot-main{
	width: 330px;
}
.foot-main img{
	float: left;
	margin:10px 6px 0 6px;
}
#f1{
	margin:7px 6px 0 6px;
}
.dz-t{
	font-size: 14px;
	color: #95c5f4;
}
.vx-hover{
	position: relative;
}
.vx{
	margin-top: 5px;
}
.vx-h{
	position: absolute;
	width: 200px;
	height: 200px;
	top: -200px;
	left: -80px;
}
.vx-hover:hover .vx-h{
	display: block;
}
.yqlj{
	width: 210px;
	height: 42px;
	background: url(yqlj.png);
	margin-top: 5px;
	margin-right: 25px;
	line-height: 42px;
	padding-left:60px;
	font-size: 14px;
	color: #c2dffc;
	cursor: pointer;
	position: relative;
}
.yqlj-h{
	position: absolute;
	top: -150px;
	width: 210px;
	height:150px;
	left: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #0b5aa8;
	overflow: auto;
}
.yqlj-h a{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	padding-left:15px;
}
.yqlj-h a:hover{
	background: #1d77ce;
}
.yqlj:hover .yqlj-h{
	display: block;
}

.foot-text{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #5c95ce;
}


.nav .w div{
						position: relative;
						width: 9.09%;
						float: left;
					}
					.nav .w div a{
						width: 100%;
						
					}
					.nav .w div ul{
						position: absolute;
						width:100%;
						top: 50px;
						left: 0;
						display: none;
						z-index: 999;
					}
					.nav .w div ul a{
						float: left;
						width: 100%;
						height: 32px;
						line-height: 32px;
						color: #99c2ea;
						font-size: 14px;
					}
					.nav .w div:hover ul{
						display: block;
					}
					.nav .w div:hover a{
						background: #0b5aa8;
					}
					.nav .w div ul a:hover{
						background: #277acf;
					}


@keyframes	select{
	 0% {
	width:0px;
	height:0px;
	margin-top:40px;
  }
  50% {
	width: 250px;
	height:0px;
	 -webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	
  }
100%{
	width: 250px;
	height: 35px;
	margin-top: 0px;
}

}