/*wrapHead*/
.wrapTop {
	width: 100%;
	height: 50px;
	background: #010100;
}

.wrapTop .top {
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
}

/*head*/
.wrapHead {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

.head {
	width: 1200px;
	margin: 0 auto;
	height: 103px;
	overflow: hidden;
}

.head .logo {
	width: 470px;
	overflow: hidden;
}

.logo img {
	display: block;
	float: left;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin-top: 5px;
}

.logo h2 {
	float: left;
	font-size: 26px;
	margin-top: 29px;
}

.head .words {
	width: 435px;
	margin-top: 25px;
}

.search {
	width: 280px;
	margin-top: 36px;
}

.search input {
	width: 235px;
	height: 28px;
	border: 1px solid #dddddd;
	float: left;
	padding-left: 5px;
}

.search .searchBtn {
	float: left;
	width: 38px;
	background: #ff9000;
	height: 30px;
}

.searchBtn img {
	display: block;
	margin: 6px 11px;
}

/*wrapNav*/
.wrapNav {
	width: 100%;
	border-bottom: 3px solid #ff9000;
	height: 45px;
	background: #ffffff;
}

.wrapNav .nav {
	width: 1200px;
	margin: 0 auto;
}

.nav ul {
	float: left;
	width: 921px;
}

.nav ul li {
	display: block;
	float: left;
	width: 112px;
	text-align: center;
	line-height: 45px;
}

.nav ul li a {
	display: block;
	font-size: 18px;
}

.nav ul li:hover a,.nav ul li.cur a {
	background: #ff9000;
	color: #ffffff;
}

.nav .login {
	float: right;
}

.login a {
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 32px;
}

.login a:hover {
	color: #ff9000;
}

/*footer*/
.footer {
	width: 100%;
	height: 68px;
	background: #181616;
	overflow: hidden;
}

.footer p {
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 25px;
}

.footer p:nth-child(1) {
	margin-top: 10px;
}

.userInfomsg {
	margin-right: 53px;
	width: auto;
}

.userInfomsg a.photo:hover+.userInfoul {
	display: block
}

.userInfomsg ul.userInfoul:hover {
	display: block
}

.userInfomsg ul.userInfoul {
	position: absolute;
	width: 102px;
	z-index: 100;
	margin-top: 46px;
	margin-left: 149px;
	display: none
}

.userInfomsg li {
	display: block;
	float: left;
	width: 112px;
	text-align: center;
	line-height: 40px;
}

.userInfomsg a.photo {
	position: absolute;
	margin-left: 167px;
	width: 62px;
	height: 48px;
}

.userInfomsg a.helloname {
	margin-top: 10px;
	margin-right: 50px;
	width: 116px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.userInfomsg a.helloname:hover {
	background: #ffffff;
	color: #000000;
}

.userInfomsg img {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: absolute;
	margin-left: 10px;
}

.userInfoul li {
	background-color: #ffffff;
}

.userInfoul li a {
	font-size: 15px;
	width: 102px;
	margin-left: 0px;
}