/* 全局 */

a,
a:hover {
	text-decoration: none !important;
}


/* 内容 */

.main {
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
}

.main::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}


/* 搜索 */

.search {
	position: relative;
	padding: 30px 150px;
}

.search .form {
	position: relative;
	height: 46px;
	padding: 2px;
	border-radius: 10px;
	background-color: #f70;
}

.search .form.open {
	border-radius: 10px 10px 10px 0;
}

.search .form b {
	position: relative;
	float: left;
	width: 50px;
	height: 24px;
	padding: 11px 32px 11px 18px;
	border-radius: 8px 0 0 8px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 24px;
	user-select: none;
	cursor: pointer;
}

.search .form.open b {
	border-radius: 8px 0 0 0;
}

.search .form b::before {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 28px;
	background-color: #e6e6e6;
}

.search .form b::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	transform: rotate(135deg);
	margin-top: -4px;
}

.search .form.open b::after {
	transform: rotate(-45deg);
	margin-top: -1px;
}

.search .form ul {
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 9999;
	display: none;
	width: 98px;
	border: 2px solid #f70;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.search .form.open ul {
	display: block;
}

.search .form ul li {
	padding: 0 18px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #999;
	line-height: 38px;
	cursor: pointer;
}

.search .form ul li:hover {
	color: #333;
}

.search .form input[type='text'] {
	float: left;
	width: 660px;
	height: 24px;
	padding: 11px 18px;
	border: 0;
	border-radius: 0 8px 8px 0;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.search .form input[type='text']::placeholder {
	color: #999;
}

.search .form input[type='button'] {
	float: left;
	width: 100px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background-color: #f70;
	font-size: 20px;
	color: #fff;
}

.search .form a {
	float: left;
	width: 110px;
	height: 46px;
	border-radius: 0 8px 8px 0;
	background-color: #fff;
	text-align: center;
}

.search .form a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	line-height: 46px;
}

.search .form a i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url('/img/job-firm/search_map_icon.png') no-repeat 0 0 / 18px 36px;
}

.search .form a:hover span {
	color: #f70;
}

.search .form a:hover i {
	background-position-y: -18px;
}

.search .history {
	position: absolute;
	top: 80px;
	left: 252px;
	z-index: 555;
	width: 656px;
	padding: 14px 20px 16px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
}

.search .history p {
	padding: 8px 0;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.search .history p span {
	float: left;
	color: #757575;
}

.search .history p a {
	float: right;
	color: #999;
}

.search .history p a:hover {
	color: #f70;
}

.search .history ul {
	overflow: hidden;
	margin-left: -6px;
	margin-right: -6px;
}

.search .history ul li {
	float: left;
	padding: 2px 8px;
	border-radius: 4px;
	margin: 4px 6px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	word-break: break-all;
	cursor: pointer;
}

.search .history ul li:hover {
	background-color: #f70;
	color: #fff;
}

.search .hot {
	height: 24px;
	padding-left: 10px;
	margin-top: 12px;
}

.search .hot label,
.search .hot a {
	float: left;
	font-size: 14px;
	color: #777;
	line-height: 24px;
}

.search .hot a+a {
	margin-left: 14px;
}

.search .hot a:hover {
	color: #f70;
}


/* 搜索置顶 */

.search-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 50px;
	padding: 26px;
	background-color: #fff;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .16);
	animation: showFixedHandle .35s linear both;
}

@keyframes showFixedHandle {
	0% {
		transform: translate(0, -25px)
	}
	35.294117647058826% {
		transform: translate(0, -.4975000000000023px)
	}
	52.94117647058824% {
		transform: translate(0, -6.249600000000001px)
	}
	70.58823529411765% {
		transform: translate(0, -.6212437500000014px)
	}
	82.35294117647058% {
		transform: translate(0, -1.4882437500000023px)
	}
	88.23529411764706% {
		transform: translate(0, -.23424375000000097px)
	}
	94.11764705882352% {
		transform: translate(0, -.384999999999998px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.search-fixed .inner {
	position: relative;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.search-fixed .logo {
	float: left;
	width: 178px;
	height: 46px;
	padding: 2px 0;
}

.search-fixed .logo a,
.search-fixed .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.search-fixed .form {
	position: relative;
	float: right;
	height: 46px;
	padding: 2px;
	border-radius: 10px;
	background-color: #f70;
}

.search-fixed .form.open {
	border-radius: 10px 10px 10px 0;
}

.search-fixed .form b {
	position: relative;
	float: left;
	width: 50px;
	height: 24px;
	padding: 11px 32px 11px 18px;
	border-radius: 8px 0 0 8px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 24px;
	user-select: none;
	cursor: pointer;
}

.search-fixed .form.open b {
	border-radius: 8px 0 0 0;
}

.search-fixed .form b::before {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 28px;
	background-color: #e6e6e6;
}

.search-fixed .form b::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	transform: rotate(135deg);
	margin-top: -4px;
}

.search-fixed .form.open b::after {
	transform: rotate(-45deg);
	margin-top: -1px;
}

.search-fixed .form ul {
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99;
	display: none;
	width: 98px;
	border: 2px solid #f70;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.search-fixed .form.open ul {
	display: block;
}

.search-fixed .form ul li {
	padding: 0 18px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #999;
	line-height: 38px;
	cursor: pointer;
}

.search-fixed .form ul li:hover {
	color: #333;
}

.search-fixed .form input[type='text'] {
	float: left;
	width: 545px;
	height: 24px;
	padding: 11px 18px;
	border: 0;
	border-radius: 0 8px 8px 0;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.search-fixed .form input[type='text']::placeholder {
	color: #999;
}

.search-fixed .form input[type='button'] {
	float: left;
	width: 100px;
	height: 46px;
	padding: 0;
	border: 0;
	background-color: #f70;
	font-size: 20px;
	color: #fff;
}

.search-fixed .form a {
	float: left;
	width: 110px;
	height: 46px;
	border-radius: 0 8px 8px 0;
	background-color: #fff;
	text-align: center;
}

.search-fixed .form a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	line-height: 46px;
}

.search-fixed .form a i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url('/img/job-firm/search_map_icon.png') no-repeat 0 0 / 18px 36px;
}

.search-fixed .form a:hover span {
	color: #f70;
}

.search-fixed .form a:hover i {
	background-position-y: -18px;
}

.search-fixed .history {
	position: absolute;
	top: 52px;
	right: 102px;
	z-index: 555;
	width: 651px;
	padding: 14px 20px 16px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
}

.search-fixed .history p {
	padding: 8px 0;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.search-fixed .history p span {
	float: left;
	color: #757575;
}

.search-fixed .history p a {
	float: right;
	color: #999;
}

.search-fixed .history p a:hover {
	color: #f70;
}

.search-fixed .history ul {
	overflow: hidden;
	margin-left: -6px;
	margin-right: -6px;
}

.search-fixed .history ul li {
	float: left;
	padding: 2px 8px;
	border-radius: 4px;
	margin: 4px 6px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	word-break: break-all;
	cursor: pointer;
}

.search-fixed .history ul li:hover {
	background-color: #f70;
	color: #fff;
}


/* 分类 */

.classify {
	float: left;
	width: 290px;
	height: 370px;
	padding-right: 16px;
}

.classify .wrap {
	position: relative;
	z-index: 222;
	height: 329px;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}

.classify .wrap .lv1-list {
	padding-top: 5px;
}

.classify .wrap .lv1-list li {
	position: relative;
	height: 52px;
	padding: 0 16px 0 15px;
	border: 1px solid #fff;
	border-right: 0;
	border-radius: 6px 0 0 6px;
}

.classify .wrap .lv1-list li.active {
	z-index: 222;
	border-color: #f70;
	background-color: #fff7f0;
}

.classify .wrap .lv1-list li:nth-child(7),
.classify .wrap .lv1-list li:nth-child(8),
.classify .wrap .lv1-list li:nth-child(9),
.classify .wrap .lv1-list li:nth-child(10),
.classify .wrap .lv1-list li:nth-child(11),
.classify .wrap .lv1-list.cut li:nth-child(1),
.classify .wrap .lv1-list.cut li:nth-child(2),
.classify .wrap .lv1-list.cut li:nth-child(3),
.classify .wrap .lv1-list.cut li:nth-child(4),
.classify .wrap .lv1-list.cut li:nth-child(5),
.classify .wrap .lv1-list.cut li:nth-child(6) {
	display: none;
}

.classify .wrap .lv1-list.cut li:nth-child(7),
.classify .wrap .lv1-list.cut li:nth-child(8),
.classify .wrap .lv1-list.cut li:nth-child(9),
.classify .wrap .lv1-list.cut li:nth-child(10),
.classify .wrap .lv1-list.cut li:nth-child(11) {
	display: block;
}

.classify .wrap .lv1-list li::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent #ccc;
}

.classify .wrap .lv1-list li.active::after {
	border-color: transparent #f70;
}

.classify .wrap .lv1-list li b {
	float: left;
	margin: 8px 0 9px;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 1;
}

.classify .wrap .lv1-list li a {
	float: left;
	font-size: 13px;
	color: #777;
	line-height: 1;
}

.classify .wrap .lv1-list li a+a {
	margin-left: 15px;
}

.classify .wrap .lv1-list li.active a {
	color: #f70;
}

.classify .wrap .lv1-list li a:hover {
	color: #f50;
}

.classify .wrap .popu {
	position: absolute;
	top: 0;
	left: 289px;
	z-index: 100;
	width: 909px;
	border: 1px solid #f70;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 6px 26px 0 rgba(153, 153, 153, .4);
	overflow: hidden;
}

.classify .wrap .popu::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 220px;
	background-color: #fff7f0;
}

.classify .wrap .popu .lv2-list {
	float: left;
	width: 220px;
	min-height: 356px;
	padding: 6px 0;
}

.classify .wrap .popu .lv2-list li {
	height: 32px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	cursor: pointer;
}

.classify .wrap .popu .lv2-list li.active {
	position: relative;
	font-weight: bold;
	color: #f70;
}

.classify .wrap .popu .lv2-list li.active::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 220px;
	z-index: 999;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent #fff2e6;
	margin-top: -4px;
}

.classify .wrap .popu .lv3-list {
	float: left;
	width: calc(100% - 220px);
	padding: 6px 0;
	overflow: hidden;
}

.classify .wrap .popu .lv3-list li {
	float: left;
	width: calc(33.3% - 40px);
	height: 32px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.classify .wrap .popu .lv3-list li:hover {
	color: #f70;
}

.classify .page {
	height: 20px;
	padding: 10px 16px;
	border-top: 1px dashed #eee;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.classify .page span {
	float: left;
	font-size: 14px;
	color: #f70;
	line-height: 20px;
}

.classify .page span::after {
	content: ' / 2';
}

.classify .page i {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-left: 10px;
	background-color: rgba(255, 119, 0, .08);
	cursor: pointer;
}

.classify .page i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	margin-top: -4px;
	margin-left: -3px;
	border-color: transparent #f70;
}

.classify .page i.left::after {
	border-width: 4px 6px 4px 0;
}

.classify .page i.right::after {
	border-width: 4px 0 4px 6px;
}

.classify .page i:hover {
	background-color: #f70;
}

.classify .page i:hover::after {
	border-color: transparent #fff;
}


/* 公告 */

.notice {
	float: left;
	width: 530px;
	height: 48px;
	padding: 0 16px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	line-height: 48px;
}

.notice .title {
	float: left;
	width: 80px;
}

.notice .title h2 {
	font-size: 15px;
	color: #f70;
}

.notice .info {
	float: left;
	max-width: calc(100% - 130px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.notice .info.new {
	max-width: calc(100% - 160px);
	padding-right: 30px;
	background: url('/img/new2/new_ico.gif') no-repeat right center;
}

.notice .info a {
	font-size: 15px;
	color: #333;
}

.notice .info a:hover {
	color: #f70;
}

.notice .more {
	float: right;
}

.notice .more a {
	font-size: 14px;
	color: #666;
}

.notice .more a:hover {
	color: #666;
}


/* 即时招聘 */

.instant {
	float: right;
	width: 316px;
	height: 370px;
	overflow: hidden;
}

.instant .list {
	height: 370px;
	padding: 0 16px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.instant.shrink .list {
	height: 285px;
}

.instant .list h2 {
	height: 47px;
	border-bottom: 1px solid #f0f3f7;
	line-height: 47px;
}

.instant .list h2 b {
	float: left;
	font-size: 15px;
	color: #333;
}

.instant .list h2 a {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.instant .list h2 a:hover {
	color: #666;
}

.instant .list ul {
	padding-top: 7px;
}

.instant .list li {
	position: relative;
	height: 28px;
	padding-left: 12px;
	font-size: 15px;
	line-height: 28px;
}

.instant .list li::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ccc;
}

.instant .list li a {
	float: left;
	max-width: 270px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.instant .list li a.new {
	max-width: 240px;
	padding-right: 30px;
	background: url('/img/new2/new_ico.gif') no-repeat right center;
}

.instant .list li a.red {
	color: #de1812;
}

.instant .list li a:hover {
	color: #f70;
}

.instant .pic {
	height: 70px;
	margin-top: 15px;
}

.instant .pic a,
.instant .pic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.instant .user {
	height: 70px;
	margin-top: 15px;
}

.instant .user a {
	float: left;
	width: 150px;
	height: 70px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	text-align: center;
	background: -webkit-linear-gradient(left, #f90, #f70);
	background: -o-linear-gradient(right, #f90, #f70);
	background: -moz-linear-gradient(right, #f90, #f70);
	background: linear-gradient(to right, #f90, #f70);
}

.instant .user a+a {
	float: right;
	background: -webkit-linear-gradient(left, #09f, #07f);
	background: -o-linear-gradient(right, #09f, #07f);
	background: -moz-linear-gradient(right, #09f, #07f);
	background: linear-gradient(to right, #09f, #07f);
}


/* 轮播图 */

#focus {
	float: left;
	width: 562px;
	height: 307px;
	border-radius: 10px;
	overflow: hidden;
}

#focus a,
#focus a img {
	float: left;
	width: 100%;
	height: 100%;
}

#focus a.size1 {
	width: 374px;
	height: 204px;
}

#focus a.size2 {
	width: 374px;
	height: 101px;
}

#focus a.size3 {
	width: 186px;
	height: 101px;
}

#focus a.ml2 {
	margin-left: 2px;
}

#focus a.mb2 {
	margin-bottom: 2px;
}


/* 热招职位 */

.hotjobs {
	float: left;
	width: 1200px;
	padding: 40px 0 30px;
}

.hotjobs .title h2 {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-align: center;
}

.hotjobs .title h2::before,
.hotjobs .title h2::after {
	content: '';
	position: absolute;
	bottom: 50%;
	width: 80px;
	height: 1px;
	background-color: #ddd;
}

.hotjobs .title h2::before {
	left: 50%;
	margin-left: 80px;
}

.hotjobs .title h2::after {
	right: 50%;
	margin-right: 80px;
}

.hotjobs .more a {
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 8px;
	margin: 0 auto;
	background: rgba(255, 119, 0, .1);
	font-size: 15px;
	color: #f70;
	line-height: 40px;
	text-align: center;
}

.hotjobs .list ul {
	padding: 25px 0;
	zoom: 1;
}

.hotjobs .list ul::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.hotjobs .list li {
	float: left;
	width: 288px;
	border-radius: 10px;
	margin-right: 16px;
	background-color: #fff;
	line-height: 24px;
	overflow: hidden;
}

.hotjobs .list li:nth-child(4n) {
	margin-right: 0;
}

.hotjobs .list li:nth-child(1),
.hotjobs .list li:nth-child(2),
.hotjobs .list li:nth-child(3),
.hotjobs .list li:nth-child(4) {
	margin-bottom: 15px;
}

.hotjobs .list li:hover {
	box-shadow: 0 6px 16px 0 hsla(0, 0%, 60%, .2);
}

.hotjobs .list .job {
	display: block;
	padding: 14px 0 12px;
	margin: 0 16px;
}

.hotjobs .list .job p {
	overflow: hidden;
}

.hotjobs .list .job p+p {
	margin-top: 3px;
}

.hotjobs .list .job p span {
	float: left;
	font-size: 13px;
	color: #777;
}

.hotjobs .list .job p span+span {
	position: relative;
	padding-left: 21px;
}

.hotjobs .list .job p span+span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background-color: #e8e8e8;
}

.hotjobs .list .job p b {
	font-size: 15px;
	line-height: 24px;
	white-space: nowrap;
}

.hotjobs .list .job p b:nth-of-type(1) {
	float: left;
	max-width: calc(100% - 140px);
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hotjobs .list .job:hover p b:nth-of-type(1) {
	color: #f70;
}

.hotjobs .list .job p b:nth-of-type(2) {
	float: right;
	color: #f66;
}

.hotjobs .list .job p sup {
	float: left;
	height: 17px;
	padding: 0 2px 0 3px;
	border-radius: 3px;
	margin: 4px 0 3px 4px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
}

.hotjobs .list .job p sup.new {
	background-color: #f80;
}

.hotjobs .list .job p sup.urgent {
	background-color: #f66;
}

.hotjobs .list .job p object {
	float: left;
	width: 16px;
	height: 13px;
	margin: 6px 10px 5px 7px;
}

.hotjobs .list .job p object i {
	position: relative;
	display: block;
	width: 16px;
	height: 13px;
	border-radius: 5px 5px 5px 0;
	background-color: #dbdbdb;
	cursor: pointer;
}

.hotjobs .list .job p object i::before,
.hotjobs .list .job p object i::after {
	content: '';
	position: absolute;
	top: 4px;
	width: 2px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}

.hotjobs .list .job p object i::before {
	left: 4px;
}

.hotjobs .list .job p object i::after {
	right: 4px;
}

.hotjobs .list .job p object i:hover,
.hotjobs .list .job p object i.online {
	background-color: #f70;
}

.hotjobs .list .firm {
	display: block;
	padding: 12px 0;
	border-top: 1px solid #f0f3f7;
	margin: 0 16px;
}

.hotjobs .list .firm p {
	overflow: hidden;
}

.hotjobs .list .firm p img {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	margin-right: 10px;
}

.hotjobs .list .firm p span:nth-of-type(1) {
	float: left;
	max-width: 160px;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hotjobs .list .firm:hover p span:nth-of-type(1) {
	color: #f70;
}

.hotjobs .list .firm p span:nth-of-type(2) {
	float: right;
	font-size: 13px;
	color: #999;
}


/* 广告位 */

.banner {
	float: left;
	width: 1166px;
	padding: 16px 17px 6px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.banner ul {
	overflow: hidden;
}

.banner ul+ul {
	margin-top: 6px;
}

.banner ul li {
	float: left;
	margin-bottom: 10px;
}

.banner ul.size01 li {
	width: 1166px;
	height: 60px;
}

.banner ul.size02 li {
	width: 382px;
	height: 60px;
	margin-left: 10px;
}

.banner ul.size02 li:nth-child(1) {
	height: 130px;
	margin-left: 0;
}

.banner ul.size03 li {
	width: 186px;
	height: 50px;
	margin-right: 10px;
}

.banner ul.size03 li:nth-child(6n) {
	margin-right: 0;
}

.banner ul.size04 li {
	width: 88px;
	height: 30px;
	margin-right: 10px;
}

.banner ul.size04 li:nth-child(12n) {
	margin-right: 0;
}

.banner ul.size05 li {
	width: 382px;
	height: 60px;
	margin-right: 10px;
}

.banner ul.size05 li:nth-child(3n) {
	margin-right: 0;
}

.banner ul li a,
.banner ul li img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}


/* B/C类logo */

.logoList {
	width: 1188px;
	padding: 8px 6px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.logoList li {
	float: left;
	width: 88px;
	height: 30px;
	margin: 8px 10px;
}

.logoList li a,
.logoList li img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}


/* 知名/热点招聘 */

.firms {
	float: left;
	width: 1200px;
	padding: 40px 0 30px;
}

.firms .title {
	position: relative;
	margin-bottom: 26px;
}

.firms .title h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-align: center;
}

.firms .title::before,
.firms .title::after {
	content: '';
	position: absolute;
	bottom: 50%;
	width: 80px;
	height: 1px;
	background-color: #ddd;
}

.firms .title::before {
	left: 50%;
	margin-left: 80px;
}

.firms .title::after {
	right: 50%;
	margin-right: 80px;
}

.firms .more {
	padding-top: 10px;
}

.firms .more a {
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 8px;
	margin: 0 auto;
	background: rgba(255, 119, 0, .1);
	font-size: 15px;
	color: #f70;
	line-height: 40px;
	text-align: center;
}

.firms .tab {
	padding-right: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
}

.firms .tab i {
	position: relative;
	float: right;
	width: 16px;
	height: 15px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin-top: 17px;
	cursor: pointer;
}

.firms .tab i::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	transform: rotate(45deg);
}

.firms .tab i:hover,
.firms .tab i:hover::after {
	border-color: #f70;
}

.firms .tab ul {
	float: left;
	width: 1150px;
	height: 50px;
	overflow: hidden;
}

.firms .tab li {
	float: left;
	height: 50px;
	margin-left: 25px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
	cursor: pointer;
}

.firms .tab li.active {
	position: relative;
	font-weight: bold;
	color: #f70;
}

.firms .tab li.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	background-color: #f70;
}

.firms .tab li:hover {
	color: #f70;
}

.firms .tab.open i::after {
	top: 6px;
	transform: rotate(-135deg);
}

.firms .tab.open ul {
	height: auto;
}

.firms .layui-carousel,
.firms .list {
	background-color: #f6f6f6 !important;
}

.firms .layui-carousel-ind {
	top: 22px !important;
}

.firms .layui-carousel-ind ul {
	padding: 0 !important;
	background-color: transparent !important;
}

.firms .layui-carousel-ind ul li {
	width: 28px !important;
	height: 4px !important;
	border-radius: 2px !important;
	background-color: #e5e9f3 !important;
}

.firms .layui-carousel-ind ul li.layui-this {
	background-color: #f70 !important;
}

.firms .list ul {
	zoom: 1;
}

.firms .list ul::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.firms .list li {
	float: left;
	width: 256px;
	padding: 0 16px 16px;
	border-radius: 10px;
	margin-right: 16px;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
}

.firms .list li:nth-child(4n) {
	margin-right: 0;
}

.firms .list li.top-fixed{
	background: url(/img/job-firm/fixed_top.png) no-repeat right top #fff;
}

.firms .list li:hover {
	box-shadow: 0 6px 16px 0 hsla(0, 0%, 60%, .2);
}

.firms .list li .firm a {
	display: block;
	height: 44px;
	padding: 16px 0 16px 54px;
}

.firms .list li .firm img {
	float: left;
	width: 42px;
	height: 42px;
	border: 1px solid hsla(0, 0%, 96.1%, 1);
	border-radius: 6px;
	margin-left: -54px;
}

.firms .list li .firm b {
	display: block;
	padding: 1px 0 2px;
	font-size: 15px;
	color: #333;
	line-height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.firms .list li .firm a:hover b {
	color: #f70;
}

.firms .list li .firm span {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 19px;
}

.firms .list li .jobs {
	height: 44px;
	padding: 14px 0 16px;
	border-top: 1px solid #f0f3f7;
}

.firms .list li .jobs a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.firms .list li .jobs a+a {
	margin-top: 8px;
}

.firms .list li .jobs a span:nth-of-type(1) {
	float: left;
	max-width: calc(100% - 130px);
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.firms .list li .jobs a:hover span:nth-of-type(1) {
	color: #f70;
}

.firms .list li .jobs a span:nth-of-type(2) {
	float: right;
	color: #f66;
}

.firms .list li .jobs a sup {
	float: left;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	margin: 1px 0 0 4px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	text-align: center;
}

.firms .list li .jobs a sup.new {
	background-color: #f80;
}

.firms .list li .jobs a sup.urgent {
	background-color: #f66;
}

.firms .list li .jobs a object {
	float: left;
	width: 16px;
	height: 13px;
	margin: 3px 0 2px 7px;
}

.firms .list li .jobs a object i {
	position: relative;
	display: block;
	width: 16px;
	height: 13px;
	border-radius: 5px 5px 5px 0;
	background-color: #dbdbdb;
	cursor: pointer;
}

.firms .list li .jobs a object i::before,
.firms .list li .jobs a object i::after {
	content: '';
	position: absolute;
	top: 4px;
	width: 2px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}

.firms .list li .jobs a object i::before {
	left: 4px;
}

.firms .list li .jobs a object i::after {
	right: 4px;
}

.firms .list li .jobs a object i:hover,
.firms .list li .jobs a object i.online {
	background-color: #f70;
}

.firms .list li .all {
	font-size: 13px;
	color: #aaa;
	line-height: 1;
	overflow: hidden;
}

.firms .list li .all a {
	float: left;
	color: #999;
}

.firms .list li .all a:hover {
	color: #666;
}

.firms .list li .all span {
	float: right;
	color: #999;
}


/* 友情链接 */

.link {
	float: left;
	width: 1168px;
	padding: 0 16px 4px;
	border-radius: 10px;
	margin-top: 40px;
	background-color: #fff;
}

.link .title {
	height: 45px;
	border-bottom: 1px solid #f0f3f7;
	line-height: 45px;
}

.link .title i {
	float: left;
	width: 4px;
	height: 17px;
	margin: 14px 6px 0 0;
	background-color: #f70;
}

.link .title h2 {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.link .title a {
	float: right;
	font-size: 14px;
	color: #aaa;
}

.link .title a:hover {
	color: #666;
}

.link .list {
	padding: 14px 0;
	overflow: hidden;
}

.link .list li {
	float: left;
	margin-right: 23px;
	font-size: 14px;
	line-height: 28px;
}

.link .list li a {
	color: #666;
}

.link .list li a:hover {
	color: #f70;
}