﻿﻿/* yui3 reset.css */
html {
	color: #000;
	background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

iframe {
	display: block;
}

/* yui3 fonts */
body {
	font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
	color: #333;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif
}

table {
	font-size: inherit;
	font: 100%
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%
}

a {
	text-decoration: none;
}

/* utilities */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.ellicape {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

::-webkit-input-placeholder /* WebKit browsers */ {
	color: #999;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */ {
	color: #999;
}

::-moz-placeholder /* Mozilla Firefox 19+ */ {
	color: #999;
}

:-ms-input-placeholder /* Internet Explorer 10+ */ {
	color: #999;
}

.placeholder /* Internet Explorer 9- */ {
	color: #999;
}

/*! grid system 20栅格 1200px */
.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.span20 {
	width: 1200px;
	float: left;
}

.span19 {
	width: 1139px;
	float: left;
}

.span18 {
	width: 1078px;
	float: left;
}

.span17 {
	width: 1017px;
	float: left;
}

.span16 {
	width: 956px;
	float: left;
}

.span15 {
	width: 895px;
	float: left;
}

.span14 {
	width: 834px;
	float: left;
}

.span13 {
	width: 773px;
	float: left;
}

.span12 {
	width: 712px;
	float: left;
}

.span11 {
	width: 651px;
	float: left;
}

.span10 {
	width: 590px;
	float: left;
}

.span9 {
	width: 529px;
	float: left;
}

.span8 {
	width: 468px;
	float: left;
}

.span7 {
	width: 407px;
	float: left;
}

.span6 {
	width: 346px;
	float: left;
}

.span5 {
	width: 285px;
	float: left;
}

.span4 {
	width: 224px;
	float: left;
}

.span3 {
	width: 163px;
	float: left;
}

.span2 {
	width: 102px;
	float: left;
}

.span1 {
	width: 41px;
	float: left;
}

.ml20 {
	margin-left: 20px;
}

.search-input {
	color: #999;
}

/* header&sidebar */
body {
	background-color: #f7f7f7;
}

.header {
	height: 64px;
	line-height: 64px;
	background-color: #424242;
}

.header .container {
	overflow: visible;
}

.header .logo {
	float: left;
	margin-top: 15.5px;
}

.header a {
	color: #fff;
}

.header .overview, .header .platnav {
	float: left;
	font-size: 16px;
	color: #fff;
}

.header .platnav {
	position: relative;
	width: 108px;
}

.header .platnav-hover {
	background-color: #1a1a1a;
}

.header .plat-cate {
	display: none;
	position: absolute;
	z-index: 1;
	top: 64px;
	width: 300px;
	height: 126px;
	background-color: #1a1a1a;
}

.header .plat-cate ul {
	margin: 15px 0 0 25px;
}

.header .plat-cate li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	margin-bottom: 2px;
}

.header .plat-cate li:hover {
	background-color: #424242;
}

.header .plat-cate a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 68px;
	text-align: center;
}

.header .platnav .plat-title {
	display: inline-block;
	height: 64px;
	width: 80px;
	line-height: 64px;
	background: url(../../images/usercenter2/arrow_downtop.png) no-repeat
		right;
	cursor: pointer;
	margin-left: 14px;
}

.header .overview {
	margin-left: 36px;
	margin-right: 28px;
}

.hd-right {
	float: right;
}

.hd-right li {
	float: left;
	margin-left: 30px;
}

.hd-right i {
	position: absolute;
	top: 20px;
	display: inline-block;
	height: 12px;
	width: 12px;
	text-align: center;
	line-height: 12px;
	border-radius: 50%;
	font-style: normal;
	color: #fff;
	font-size: 12px;
	background-color: #ff0000;
}

.sdnav {
	margin-top: 30px;
	background-color: #fff;
}

.sdnav li {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-top: 1px solid #f4f4f4;
}

.sdnav li a {
	display: inline-block;
	color: #333;
	font-size: 16px;
}

.sdnav li i {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	width: 20px;
	height: 23px;
	background: url(../../images/usercenter2/lefticons.png) no-repeat 0 0;
}

.sdnav li.item11 i {
	height: 25px;
	width: 18px;
	background: url(../../images/usercenter2/knowledgeicon.png) no-repeat 0
		0;
}

.sdnav li.item-employer i {
	background: url(../../images/usercenter2/images2/employicons.png)
		no-repeat 0 0;
}

.sdnav li.cur i, .sdnav li:hover i {
	background-position-y: -23px;
}

.sdnav li.item11:hover i, .sdnav li.item11.cur i {
	background-position-y: -25px;
}

.sdnav li.cur a, .sdnav li:hover a {
	color: #ff9425;
	font-weight: bold;
}

.sdnav .item1 i {
	background-position-x: 0px;
}

.sdnav .item2 i {
	background-position-x: -20px;
}

.sdnav .item3 i {
	background-position-x: -60px;
}

.sdnav .item4 i {
	background-position-x: -40px;
}

.sdnav .item5 i {
	background-position-x: -80px;
}

.sdnav .item6 i {
	background-position-x: -100px;
}

.sdnav .item7 i {
	background-position-x: -120px;
}

.sdnav .item8 i {
	background-position-x: -140px;
}

.sdnav .item9 i {
	width: 21px;
	background-position-x: -160px;
}

.sdnav .item10 i {
	background: url(../../images/usercenter2/myfunding.png) no-repeat 0 0;
}

.sdnav .item10.cur i, .sdnav .item10:hover i {
	background: url(../../images/usercenter2/myfunding_hover.png) no-repeat
		0 0;
}

.sdnav .item12 i {
	width: 24px;
	background: url(../../images/usercenter2/myyoushang.png) no-repeat 0 0;
}

.sdnav .item12.cur i, .sdnav .item12:hover i {
	width: 24px;
	background: url(../../images/usercenter2/myyoushang_hover.png) no-repeat
		0 0;
}

.sdnav .item13 i {
	height: 23px;
	width: 20px;
	background: url(../../images/usercenter2/images/icon_feedback_blue.png) no-repeat 0 0;
}

.sdnav .item13.cur i,
.sdnav .item13:hover i {
	background: url(../../images/usercenter2/images/icon_feedback_yellow.png) no-repeat 0 0;
}

.sdnav .quit {
	display: block;
	width: 163px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 20px auto 22px;
	border: 1px solid #59c3f3;
	border-radius: 2px;
	font-size: 16px;
	color: #1cadee;
	;
}

.sdnav .quit:hover {
	color: #fff;
	background-color: #1cadee;
}

.content {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* footer */
.ft-column {
	height: 230px;
	background-color: #696969;
}

.ft-list, .ft-list a {
	color: #fff;
}

.ft-list {
	height: 160px;
	margin-top: 36px;
}

.ft-list .split {
	float: left;
	width: 1px;
	height: 100%;
	background-color: #9a9a9a;
}

.ft-list .ft-item {
	float: left;
	width: 115px;
	text-align: left;
	margin-left: 76px;
}

.ft-item .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.ft-item li {
	margin-bottom: 15px;
}

.ft-list .ft-hotline {
	margin-left: 0;
	width: 224px;
}

.ft-hotline a {
	display: inline-block;
}

.ft-hotline i {
	float: left;
	width: 26px;
	height: 25px;
	margin-top: -4px;
	margin-right: 12px;
}

.ft-hotline .tel i {
	background: url(../../images/usercenter2/telqq.png) no-repeat 0 0;
}

.ft-hotline .qq i {
	background: url(../../images/usercenter2/telqq.png) no-repeat -26px 0;
}

.ft-hotline .appreciation i {
	background: url(../../images/usercenter2/appreciation.png) center
		no-repeat;
}

.ft-hotline .appreciation i {
	float: left;
	width: 28px;
	height: 25px;
	margin-top: -4px;
	margin-right: 10px;
}

.ft-focus a {
	display: inline-block;
}

.ft-focus i {
	float: left;
	width: 23px;
	height: 21px;
	margin-top: -4px;
	margin-right: 12px;
	background: url(../../images/usercenter2/contact.png);
}

.ft-focus .sina i {
	background-position: 0 0;
}

.ft-focus .tencent i {
	background-position: -23px 0;
}

.ft-focus .offical i {
	background-position: -46px 0;
}

.ft-bt {
	overflow: hidden;
	height: 80px;
	text-align: center;
	background-color: #424242;
	color: #bfbfbf;
}

.ft-bt p {
	margin-top: 20px;
}

.ft-bt a {
	color: #bfbfbf;
}

/* checkbox框图片代替美化 */
.box-check {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: 7px;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	box-sizing: border-box;
}

.box-checked {
	border: none;
	background: url(../../images/usercenter2/checkicon.jpg) no-repeat center;
	background-size: 14px;
}
/* 微信图片 */
.wximage {
	width: 100px;
	height: 100px;
	background: url(../../images/usercenter2/weix.jpg);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	position: absolute;
	margin: -35px 0 0 91px;
	z-index: 999;
	display: none;
}

#weixin:hover>.wximage {
	display: block;
}

/* radio单选框图片代替美化 */
.check-circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../images/usercenter2/gous.png) 0 0;
}

.check-circle-ok {
	background: url(../../images/usercenter2/gous.png) -12px 0;
}

/*top-banner*/
.top-banner {
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 32px;
	height: 68px;
	border-bottom: 2px solid #e7e7e7;
	-moz-box-shadow: 0px 0 8px #efefef;
	-webkit-box-shadow: 0px 0 8px #efefef;
	box-shadow: 0px 0 8px #efefef;
	background-color: #fff;
	/*z-index: 100;*/
}

.top-banner .user-container {
	width: 1200px;
	margin: 0 auto;
}

.top-banner>div>a>img {
	float: left;
	margin: 15px 0 0 5px;
}

.top-banner .searchwrap {
	position: absolute;
	margin: 19px 0 0 300px;
	transition: 0.5s;
	display: none;
}

.top-banner .searchwrap a {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 1px;
	width: 29px;
	height: 30px;
	background: url("../../images/search-icon-gray.png") center center
		no-repeat;
}

.top-banner .searchwrap input {
	padding: 0 10px 0 30px;
	width: 278px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}

.top-banner .searchwrap.show {
	display: block;
}

.top-banner .loginbtn {
	margin: 24px 10px 0 0;
	float: right;
	width: 68px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #30bbed;
	border-radius: 4px;
	text-align: center;
}

.top-banner .loginbtn:hover {
	background-color: #06a1d9;
}

/*top登录*/
.top-banner .loginbtn {
	margin: 24px 10px 0 0;
	float: right;
	width: 68px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #30bbed;
	border-radius: 4px;
	text-align: center;
}

.login {
	position: relative;
	color: #333;
	line-height: 68px;
	font-size: 14px;
	/*margin: 5px 10px 0 0;*/
	float: right;
}

.login a {
	color: #333;
}

.loginbg {
	position: absolute;
	margin-top: -20px;
	left: -43px;
	z-index: 10;
	width: 180px;
	height: 125px;
	background: url(../../images/login-bg.png) no-repeat;
}

.login-hd {
	width: 160px;
	margin: 0 auto;
	padding: 15px 0 18px;
	border-bottom: 1px solid #4d5e79;
	overflow: hidden;
}

.login-hd .per {
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 8px;
	border-radius: 50%;
	/* background: url(../../images/per.png); */
}

.login-hd .info {
	float: right;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.login-bd {
	line-height: 40px;
	padding-left: 10px;
}

.login-bd a {
	display: inline-block;
	width: 80px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.login-bd a:first-child {
	border-right: 1px solid #4d5e79;
}

.top-banner .loginbtn:hover {
	background-color: #06a1d9;
}

.arr-log {
	display: inline-block;
	width: 10px;
	height: 5px;
	margin: 0 3px;
	vertical-align: 3px;
	background: url(../../images/arrow.png)
}