.top{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.top_logo{
	cursor: pointer;
	position: absolute;
	left: 6%;
	top: 40px;
	width: 220px;
	height: 83px;
	background: url(../images/sqt-logo.png) no-repeat center;
	background-size:contain;
}
.top .top_bg{
	width: 100%;
	height: 162px;
	 background: url(../images/head_bg7.png) no-repeat center;
	background-size:contain;
}
.top_nav{
	height: 50px;
	background: #0066cc;
}
.top_nav .nav{
	width: 1000px;
}
.top_nav .nav ul li{
	padding: 0 32px;
	height: 50px;
	line-height: 50px;
	*line-height: 46px;
	color: #fff;
}
.top_nav .nav ul li.select{
	background-color: #003c78;
}
.top_nav .nav ul li a{
	color: #fff;
}
.top_nav .soso{
	width: 235px;
	height: 18px;
	opacity: 1;
	background: #ffffff;
	border-radius: 15px;
	padding: 6px 15px;
	margin-top: 10px;
}
.top_nav .soso input{
	width: 210px;
	border-width: 0;
	color: #999;
}
.top_nav .soso .icon{
	width: 17px;
	height: 17px;
	background: url(../images/search.png) no-repeat center;
}