a {
	text-decoration: none;
	color: #000;
}

input {
	-webkit-appearance: none;
	/*解决iphone safari上的圆角问题*/
}

img {
	border: none;
}

#nav {
	width: 1100px;
	height: 38px;
	margin: 0 auto;
	overflow: hidden;
}

#nav li {
	float: left;
	line-height: 38px;
	margin-right: 12px;
}

#nav li:hover {
	background: #0483b0
}

.cur {
	background: #0483b0 !important
}

#nav li a {
	text-decoration: none;
	font-size: 15px;
	padding: 0 18px;
	color: #fff;
	font-family: "微软雅黑"
}

#search {
	width: 603px;
	margin: 0 auto;
	position: relative;
	top: 35px;
	font-family: "微软雅黑"
}

#search input {
	float: left;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 2px;
	font-family: "微软雅黑";
	-webkit-appearance: none;
	/*解决iphone safari上的圆角问题*/
}

#search input[type='search'] {
	width: 490px;
	height: 35px;
	line-height: 35px;
	border: none;
	font-size: 13px;
	outline: none;
	border: 1px solid #ededed;
	padding: 0 5px;
	float: left;
	font-family: "微软雅黑";
}

#search input[type='submit'] {
	float: left;
	border: none;
	width: 100px;
	height: 35px;
	background: #1a89ed;
	color: #fff;
	font-family: "微软雅黑";
	-webkit-appearance: none;
	/*解决iphone safari上的圆角问题*/
}

#userinfo {
	width: 1180px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin: 0 auto
}

#userinfo .portrait {
	width: 20px;
	height: 20px;
	line-height: 3px;
	position: relative;
	top: 5px;
	border-radius: 50%;	
}

#userinfo a {
	color: #000;
	margin: 0 2px;
	font-size: 13px
}

#userinfo a:hover {
	color: #f60;
}

#hot_key a {
	margin-right: 10px;
	font-size: 13px;
	line-height: 32px;
}