@font-face {
	font-family: 'iconfont'; /* project id 336546 */
	src: url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.eot');
	src: url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.eot?#iefix')
		format('embedded-opentype'),
		url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.woff') format('woff'),
		url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.ttf')
		format('truetype'),
		url('//at.alicdn.com/t/font_336546_atkhjqhsxgp.svg#iconfont')
		format('svg');
}

html * {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
	font-family: "Microsoft YaHei", Verdana, sans-serif, "SimSun";
	/* color: #666666; */
	outline: none
}

body {
	overflow: auto;
	font-size: 14px;
	min-width: 1200px;
	position: relative;
	background: #f6f6f8
}

a {
	color: #666666;
	text-decoration: none;
	font-family: "Microsoft YaHei"
}

span {
	font-family: "Microsoft YaHei"
}

p {
	font-family: "Microsoft YaHei"
}

h3 {
	font-family: "Microsoft YaHei"
}

h4 {
	font-family: "Microsoft YaHei"
}

#map * {
    overflow: visible;
}

#mask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 999999
}

#mask.window .wrap {
	background: #ffffff;
	border-radius: 10px;
	width: auto;
	height: auto;
	position: absolute;
	top: 30%;
	left: 50%;
	padding: 40px;
	transform: translate(-50%, -30%)
}

#mask.window .title {
	white-space: nowrap;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px
}

#mask.window .body {
	margin: 20px 0 0
}

#mask.window .body .button {
	display: flex;
	justify-content: center
}

#mask.window .body .button button {
	font-size: 16px;
	border-radius: 8px;
	line-height: 40px;
	height: 40px;
	width: 120px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	margin: 20px 5px 0 5px;
	border: 0;
	transition: font-size 200ms, color 200ms;
	position: relative
}

#mask.window .body .button button:hover {
	font-size: 20px
}

#mask.window .body .button button.primary {
	background: #ff6000;
	color: #ffffff
}

#mask.window .body .button button.disable {
	background: #cccccc
}

#mask.window .body .message {
	text-align: center
}

.message {
	color: #ff0000;
	margin-top: 12px
}

.pager {
	display: flex;
	justify-content: center
}

.pager li {
	white-space: nowrap;
	margin: 0 4px
}

.pager li a {
	height: 38px;;
	line-height: 38px;
	display: block;
	padding: 0 14px;
	text-decoration: none;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
	border-radius: 3px;
	color: #666666;
	display: block;
}

.pager li.cur a, .pager li a:hover {
	color: #ff6000
}

.pager li.cur a {
	background: none;
	border-color: rgba(0, 0, 0, 0)
}

a:hover {
	text-decoration: none
}

body .clear {
	clear: both
}

nav {
	height: 66px;
	line-height: 66px;
	color: #ffffff;
	margin-bottom: -66px;
	position: relative;
	z-index: 10;
	background: #ffffff
}

nav.static {
	margin-bottom: 0
}

nav a {
	color: #000000;
	text-decoration: none
}

nav .wrap {
	width: 1264px;
	margin: 0 auto
}

nav ul {
	height: 100%;
	float: right;
	margin-right: 20px
}

nav li {
	height: 100%;
	text-align: center;
	float: left
}

nav li a {
	display: block;
	height: 100%;
	margin: 0 10px;
	font-size: 15px
}

nav .logo {
	width: 210px;
	height: 45px;
	float: left;
	margin-right: 0;
	margin-top: 10px
}

nav .user {
	float: left
}

nav {
	height: 66px;
	line-height: 66px;
	color: #ffffff;
	margin-bottom: -66px;
	position: relative;
	z-index: 10
}

nav.static {
	margin-bottom: 0
}

nav a {
	color: #333333;
	text-decoration: none
}

nav ul {
	height: 100%;
	float: right;
	margin-right: 10px
}

nav li {
	height: 100%;
	text-align: center;
	float: left
}

nav li a {
	display: block;
	height: 100%;
	margin: 0 10px
}

nav.t2 {
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	margin: 0;
	border-bottom: 1px #e5e5e5 solid
}

nav.t2 .wrap .op {
	float: left
}

nav.t2 img {
	height: 50px;
	width: 496px;
}

nav.t2 img.logo {
	float: left;
	width: 200px;
	height: 40px;
	margin-top: 5px
}

nav.t2 ul a {
	text-decoration: none
}

nav.t2 ul .cur a, nav.t2 ul a:hover {
	height: 48px;
	border-bottom: 2px #ff6000 solid
}

nav.t3 {
	height: 50px;
	line-height: 50px;
	background: #ff6000;
	margin: 0
}

nav.t3 img {
	height: 50px;
	width: auto
}

nav.t3 a {
	color: #ffffff
}

nav.t3 .op {
	color: #ffffff;
	float: left
}

nav.t8 {
	height: auto;
	margin: auto
}

nav.t8 * {
	color: #ffffff
}

nav.t8 .bar {
	line-height: 40px;
	height: 40px;
	background: #044D91;
	border-top: 1px #044D91 solid;
	border-bottom: 1px #044D91 solid;
	font-size: 16px
}

nav.t8 .bar .loc {
	float: left
}

nav.t8 .bar .loc b {
	font-weight: normal;
	color: #ffffff
}

nav.t8 .bar .loc b i {
	font-family: iconfont;
	font-style: normal;
	margin-right: 2px;
	color: #ffffff
}

nav.t8 .bar .user {
	float: right
}

nav.t8 .ct {
	height: 175px;
	background: #ffffff
}

nav.t8 .ct .logo {
	margin-top: 40px;
	width: 282px;
	height: 72px;
	float: left;
	margin-right: 39px;
	margin-bottom: 22px
}

nav.t8 .ct .search {
	margin-top: 40px;
	float: left
}

nav.t8 .ct .search .text {
	border: #cccccc 1px solid;
	border-right: transparent;
	border-radius: 5em 0 0 5em;
	padding-left: 20px;
	width: 567px;
	float: left;
	height: 64px
}

nav.t8 .ct .search .text input {
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 20px;
	font-weight: 400;
	color: #11171e;
	width: 520px;
	float: left;
	margin: 12px 0
}

nav.t8 .ct .search .text input::before {
	content: '\e638';
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	font-size: 20px;
	color: #999999;
	background: #ffffff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	line-height: 30px;
	font-family: iconfont;
}

nav.t8 .ct .search .button {
	width: 133px;
	height: 66px;
	background: #FF6000;
	border-radius: 0px 100px 100px 0px;
	padding: 0 46px;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	line-height: 66px;
	border: none;
	cursor: pointer;
}

nav.t8 .ct .search .hot_work {
	margin-top: 15px
}

nav.t8 .ct .search .hot_work ul {
	float: left
}

nav.t8 .ct .search .hot_work li {
	border-radius: 12px;
	border: 1px solid #ff6000;
	float: left;
	margin-right: 16px;
	transition: background 400ms;
}

nav.t8 .ct .search .hot_work li:hover {
	background: #ff6000;
	transition: background 400ms;
}

nav.t8 .ct .search .hot_work li:nth-of-type(1) a::before {
	content: 'new';
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	color: #ff6000;
	margin-right: 20px;
	transition: color 400ms;
}

nav.t8 .ct .search .hot_work li:nth-of-type(2) a::before {
	content: '\e629';
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	font-size: 16px;
	color: #ff6000;
	font-family: iconfont;
	margin-right: 5px;
	transition: color 400ms;
}

nav.t8 .ct .search .hot_work li:hover a {
	transition: color 400ms;
	color: #ffffff;
}

nav.t8 .ct .search .hot_work li:hover a::before {
	color: #ffffff;
	transition: color 400ms;
}

nav.t8 .ct .search .hot_work li a {
	margin: 0 12px;
	font-size: 12px;
	font-weight: 400;
	color: #ff6000;
	line-height: 22px;
	font-size: 12px;
	transition: color 400ms;
}

nav.t8 .ct .search .hot_work {
	
}

nav.t8 .ct .login {
	margin-top: 40px;
	float: right
}

nav.t8 .ct .login .contain a {
	display: block;
}

nav.t8 .ct .login .contain .mode_c {
	height: 54px;
	background: #ffffff;
	padding: 0 16px;
	border-radius: 31px;
	line-height: 54px;
	border: 1px solid #ff6000;
	font-size: 16px;
	color: #ff6000;
	font-weight: 800;
	text-align: center;
	border-radius: 31px;
}

nav.t8 .ct .login .contain .mode_c::before {
	content: '\e67b';
	display: block;
	float: left;
	font-size: 24px;
	font-weight: 800;
	color: #ff6000;
	font-family: iconfont;
	margin-right: 8px
}

nav.t8 .ct .login .contain .mode_e {
	font-size: 12px;
	font-weight: 400;
	color: #11171e;
	line-height: 18px;
	margin-top: 8px;
	text-align: center
}

nav.t8 .ct .login .contain .info {
	padding: 12px 25px;
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid #f0f0f0;
	background: #ffffff;
}

nav.t8 .ct .login .contain .info .base {
	margin-bottom: 13px
}

nav.t8 .ct .login .contain .info .base img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	margin-right: 8px
}

nav.t8 .ct .login .contain .info .base .name {
	font-size: 16px;
	font-weight: 800;
	color: #11171e;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 53px;
	text-align: center;
}

nav.t8 .ct .login .contain .info .detail {
	color: #11171e;
}

nav.t8 .ct .login .contain .info .detail ul {
	margin-right: 0
}

nav.t8 .ct .login .contain .info .detail ul li {
	float: left;
	text-align: center
}

nav.t8 .ct .login .contain .info .detail ul li:nth-of-type(1) {
	border-right: 1px #f0f0f0 solid;
	margin-right: 12px;
	padding-right: 12px
}

nav.t8 .ct .login .contain .info .detail ul li h6 {
	font-size: 12px;
	font-weight: 800;
	color: #11171e;
	line-height: 12px;
}

nav.t8 .ct .login .contain .info .detail ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(17, 23, 30, 0.33);
	line-height: 36px;
}

nav.t8 .ct .sc .action a {
	font-size: 14px;
	display: block;
	float: right;
	margin-left: 10px;
	background: #f5f5f5;
	width: 112px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #ff6000;
	color: #ffffff
}

nav.t8 .ct .sc .action a::before {
	font-family: iconfont;
	color: #ffffff;
	font-size: 16px;
	margin-right: 4px;
	display: inline-block;
	width: 20px
}

nav.t8 .ct .sc .action a:first-of-type::before {
	content: '\e612'
}

nav.t8 .ct .sc .action a:last-of-type::before {
	content: '\e62e'
}

nav.t8 .link {
	background: #ffffff
}

nav.t8 .link ul {
	float: left
}

nav.t8 .link li {
	height: 52px;
	line-height: 52px;
	color: #ffffff;
	font-size: 20px;
	margin-right: 96px
}

nav.t8 .link li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	color: rgba(17, 23, 30, 0.66);
	line-height: 52px;
	margin: 0
}

nav.t8 .link li a:hover {
	color: #ff6000
}

nav.t8 .link li.cur a {
	color: #ff6000
}

nav.t8 .link .searchbar {
	float: left;
	margin: 5px 0
}

nav.t8 .link .searchbar form {
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	width: 240px;
	float: left;
	display: flex
}

nav.t8 .link .searchbar form select {
	height: 32px;
	line-height: 32px;
	display: block;
	border: 0;
	float: left;
	margin: 4px 4px 4px 10px;
	font-size: 14px;
	width: 56px
}

nav.t8 .link .searchbar form input {
	border: 0;
	line-height: 32px;
	height: 32px;
	padding: 0 8px;
	margin: 4px 0;
	font-size: 14px;
	flex: 1;
	border-left: 1px #cccccc solid
}

nav.t8 .link .searchbar form button {
	width: 40px;
	font-size: 20px;
	color: #999999;
	background: #ffffff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	line-height: 30px;
	font-family: iconfont;
	border: 0;
	transition: color 200ms
}

nav.t8 .link .searchbar form:hover button {
	color: #333333
}

footer {
	background: #e5e5e5;
	text-align: center;
	font-size: 12px
}

body footer .wrap {
	margin: 34px auto;
	line-height: 2em
}

footer * {
	color: #555555;
	text-decoration: none
}

#online {
	min-width: 1340px;
	background: #f7f7f7
}

#online .banner {
	margin-top: 66px;
	height: 300px;
	background: url(/static/main/image/index_banner.jpg) top center
		no-repeat
}

#online .content {
	width: 1032px;
	margin: 0 auto;
	margin-top: 13px;
	padding-bottom: 60px
}

#online .content .option {
	width: 1000px;
	margin: 0 auto;
	height: 48px;
	border-top: #ee6a2d 1px solid
}

#online .content .option select {
	height: 48px;
	width: 128px;
	float: left;
	padding-left: 15px;
	border: none;
	background: #ee6a2d;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center
}

#online .content .option ul {
	height: 48px;
	background-color: #f2f2f2
}

#online .content .option ul li {
	background-color: #f2f2f2 height:48px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #333333;
	float: left;
	padding: 0 15px;
	cursor: pointer;
}

#online .content .option ul li.select {
	background-color: #ffffff
}

#online .content section {
	width: 100%;
	margin-top: 12px;
	padding-bottom: 50px
}

#online .content section .item {
	margin: 10px 13px;
	width: 490px;
	height: 180px;
	background-color: #ffffff;
	float: left
}

#online .content section .item img {
	width: 180px;
	height: 180px;
	margin-right: 17px;
	float: left
}

#online .content section .item .info {
	float: left;
	width: 293px;
	height: 180px;
	position: relative
}

#online .content section .item .info h3 {
	font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    margin-top: 10px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#online .content section .item .info .de {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 15px
}

#online .content section .item .info span {
	padding: 7px 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
}

#online .content section .item .info span.before {
	background: #5ec82a;
}

#online .content section .item .info span.ing {
	background: #ee6a2d;
}

#online .content section .item .info span.after {
	background: #f2f2f2;
	color: #333333
}

#fair_list {
	background: #f7f7f7;
	min-width: 1340px;
}

#fair_list .back {
	background-color: #ffffff;
	height: 60px;
	margin-top: 66px
}

#fair_list .back p {
	width: 1000px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 auto
}

#fair_list .back p a {
	text-align: left;
	cursor: pointer;
	font-family: iconfont
}

#fair_list .banner {
	height: 300px;
	width: 1000px;
	margin: 0 auto;
	background: url(/static/main/image/detail_banner.jpg) center center
		no-repeat;
}

#fair_list .banner h3 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333333;
	margin-top: 50px;
	text-align: center
}

#fair_list .banner p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
	text-align: justify;
	width: 916px;
	margin: 0 auto;
	margin-top: 25px
}

#fair_list .content {
	width: 1000px;
	margin: 0 auto;
	padding: 23px 0;
	background: #ffffff;
	position: relative;
	overflow: visible
}

@media ( max-width : 1400px) {
	#fair_list .content .service {
		right: 100px
	}
}

@media ( min-width : 1401px) and (max-width : 1660px) {
	#fair_list .content .service {
		right: 150px
	}
}

@media ( min-width : 1661px) and (max-width : 1920px) {
	#fair_list .content .service {
		right: 350px
	}
}

#fair_list .content .service {
	position: fixed;
	top: 430px;
	bottom: auto;
	left: auto;
}

#fair_list .content .jy {
	position: fixed;
	top: 430px;
	bottom: auto;
	left: auto;
}

#fair_list .content .cy {
	position: fixed;
	top: 430px;
	bottom: auto;
	left: auto;
}

#fair_list .content .px {
	position: fixed;
	top: 430px;
	bottom: auto;
	left: auto;
}

#fair_list .content .service ul {
	overflow: visible
}

#fair_list .content .service ul li {
	width: 72px;
	height: 72px;
	background: #ff6c00;
	margin-bottom: 1px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

#fair_list .content .service ul li:hover {
	background: #ff6c00;
}

#fair_list .content .service ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
}

#fair_list .content .service ul li a i {
	color: #ffffff;
	display: block;
	font-family: iconfont;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 34px;
	line-height: 40px;
	font-style: normal;
	margin: 0 auto;
}

#fair_list .content .service ul li a span {
	color: #ffffff;
	display: block;
	text-align: center;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

#fair_list .content .me {
	padding-bottom: 27px;
}

#fair_list .content .me .data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly
}

#fair_list .content .me a.bm {
	width: 160px;
	height: 59px;
	display: block;
	float: left;
	margin-left: 66px;
	margin-right: 20px;
	background-color: #ee6a2d;
	border-radius: 2px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 59px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	cursor: pointer
}

#fair_list .content .me a.da {
	float: left;
	display: block;
	width: 200px;
	height: 57px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #ee6a2d;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 57px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0 19px
}

#fair_list .content .me a.da em {
	font-size: 18px;
	font-style: normal
}

#fair_list .content .me a span {
	font-family: 'iconfont';
	color: #ee6a2d;
	font-size: 32px;
	margin-right: 14px;
	margin-left: 12px;
}

#fair_list .content .option {
	width: 1000px;
	height: 60px;
	border-top: solid 1px #cccccc;
	background-color: #f2f2f2;
}

#fair_list .content .option ul {
	float: left;
}

#fair_list .content .option ul li {
	border-top: #f2f2f2 solid 4px;
	height: 56px;
	width: 110px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer
}

#fair_list .content .option ul li  a {
	display: block
}

#fair_list .content .option ul li.select {
	border-color: #ee6a2d;
	background-color: #ffffff
}

#fair_list .content .option .keyword {
	height: 20px;
	line-height: 20px;
	padding: 9px 15px;
	width: 360px;
	margin-top: 10px;
	font-size: 16px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin-left: 80px;
}

#fair_list .content .option .submit {
	height: 39px;
	width: 103px;
	background-color: #ee6a2d;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin-left: -4px
}

#fair_list .content section {
	padding: 0 10px;
	padding-top: 29px
}

#fair_list .content section.en {
	
}

#fair_list .content section.en ul {
	padding-bottom: 50px
}

#fair_list .content section.en ul li {
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	width: auto;
	margin-bottom: 10px;
	overflow: visible;
}

#fair_list .content section.en ul li .base {
	float: left;
	width: 449px;
	padding-bottom: 26px
}

#fair_list .content section.en ul li .base .num {
	min-width: 22px;
	height: 24px;
	background-color: #ee6a2d;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	float: left;
	padding: 0 2px
}

#fair_list .content section.en ul li .base img {
	width: 100px;
	height: 100px;
	margin-left: 10px;
	border-radius: 50%;
	float: left;
	margin-top: 13px;
	display: block
}

#fair_list .content section.en ul li .base .detail {
	float: left;
	margin-left: 20px;
	width: 319px
}

#fair_list .content section.en ul li .base .detail h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.en ul li .base .detail .industry {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}

#fair_list .content section.en ul li .base .detail .job-num {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 17px;
}

#fair_list .content section.en ul li .base .detail .job-num a {
	font-size: 22px
}

#fair_list .content section.en ul li .base .detail .candi-num {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.en ul li .base .detail .candi-num a.number {
	font-size: 22px
}

#fair_list .content section.en ul li .base .button {
	margin-top: 21px
}

#fair_list .content section.en ul li .base .button a {
	display: block;
	float: left;
	margin-right: 17px
}

#fair_list .content section.en ul li .base .button a.deliver {
	width: 103px;
	height: 36px;
	background-color: #ee6a2d;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center
}

#fair_list .content section.en ul li .base .button a.live {
	width: 103px;
	height: 36px;
	background-color: #49bf5f;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center
}

#fair_list .content section.en ul li .line {
	width: 1px;
	height: 128px;
	background-color: #cccccc;
	float: left;
	margin-top: 20px
}

#fair_list .content section.en ul li .work {
	float: left;
	padding: 20px 17px 20px 30px;
	height: 180px;
	width: 480px;
	overflow: visible;
	position: relative;
	min-height: 180px
}

#fair_list .content section.en ul li #hover.work {
	display: none;
	position: absolute;
	padding: 20px 16px 18px 29px;
	top: 0;
	right: 0;
	height: auto;
	background-color: #f6f6f6;
	border: solid 1px #e9aa60;
	overflow: visible;
	z-index: 10
}

#fair_list .content section.en ul li .work .item {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.en ul li .work .item a {
	display: block;
	cursor: pointer
}

#fair_list .content section.en ul li .work .item span {
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#fair_list .content section.en ul li .work .item span.name {
	width: 200px
}

#fair_list .content section.en ul li .work .item span.salary {
	color: #ee6a2d;
	width: 150px;
	text-align: center
}

#fair_list .content section.en ul li .work .item span.address {
	color: #333333;
	float: right;
	width: 130px;
	text-align: left
}

#fair_list .content section.wo ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

#fair_list .content section.wo ul li {
	width: 440px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 20px 19px;
	padding-bottom: 28px;
	margin-right: 20px;
	margin-bottom: 20px
}

#fair_list .content section.wo ul li:nth-child(2n) {
	margin-right: 0
}

#fair_list .content section.wo ul li .on {
	line-height: 36px
}

#fair_list .content section.wo ul li .on .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.wo ul li .on .salary {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ee6a2d;
	float: right
}

#fair_list .content section.wo ul li .de {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
}

#fair_list .content section.wo ul li .de span {
	margin-right: 8px
}

#fair_list .content section.wo ul li p.en-name {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.wo ul li .button {
	margin-top: 15px;
}

#fair_list .content section.wo ul li .button a {
	display: block;
	float: left;
	margin-right: 17px;
	width: 103px;
	height: 36px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	border-radius: 2px;
}

#fair_list .content section.wo ul li .button a.deliver {
	background-color: #ee6a2d;
}

#fair_list .content section.wo ul li .button a.live {
	background-color: #49bf5f;
}

#fair_list .content section.can ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

#fair_list .content section.can ul li {
	width: 440px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 23px 15px;
	padding-bottom: 28px;
	margin-right: 22px;
	margin-bottom: 20px
}

#fair_list .content section.can ul li:nth-child(2n) {
	margin-right: 0
}

#fair_list .content section.can ul li img {
	width: 68px;
	height: 68px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	border-radius: 50%;
	float: left;
	margin-right: 15px
}

#fair_list .content section.can ul li .ins {
	float: left;
	width: 355px
}

#fair_list .content section.can ul li .ins .info {
	width: 250px;
	float: left
}

#fair_list .content section.can ul li .ins .info .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

#fair_list .content section.can ul li .ins .info .de {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 13px
}

#fair_list .content section.can ul li .ins .info .de span {
	margin-right: 8px
}

#fair_list .content section.can ul li .ins .info .except {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ee6a2d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#fair_list .content section.can ul li .button {
	float: right;
	display: block;
	width: 103px;
	height: 36px;
	line-height: 36px;
	background-color: #49bf5f;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 20px
}

#offline {
	min-width: 1340px;
	background: #f7f7f7
}

#offline .banner {
	margin-top: 66px;
	height: 300px;
	background: url(/static/main/image/list_banner.jpg) top center no-repeat
}

#offline .content {
	width: 1032px;
	margin: 0 auto;
	margin-top: 13px;
	padding-bottom: 60px
}

#offline .content .option {
	width: 1000px;
	margin: 0 auto;
	height: 48px;
	border-top: #ee6a2d 1px solid
}

#offline .content .option select {
	height: 48px;
	width: 128px;
	float: left;
	padding-left: 15px;
	border: none;
	background: #ee6a2d;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center
}

#offline .content .option ul {
	height: 48px;
	background-color: #f2f2f2
}

#offline .content .option ul li {
	background-color: #f2f2f2 height:48px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #333333;
	float: left;
	padding: 0 15px;
	cursor: pointer;
}

#offline .content .option ul li.select {
	background-color: #ffffff
}

#offline .content section {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 50px
}

#offline .content section .item {
	margin: 10px 13px;
	width: 1003px;
	height: 180px;
	background-color: #ffffff;
	float: left
}

#offline .content section .item .date {
	width: 180px;
	height: 140px;
	float: left;
	background-color: #2da5dd;
	color: #ffffff;
	text-align: center;
	padding-top: 40px
}

#offline .content section .item .date .year {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
}

#offline .content section .item .date .day {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

#offline .content section .item .info {
	float: left;
	margin-left: 17px;
	margin-top: 16px
}

#offline .content section .item .info .left {
	float: left;
	width: 695px
}

#offline .content section .item .info .left .head {
	height: 27px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 2px;
	color: #333333;
	width: auto;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#offline .content section .item .info .left .head span {
	display: block;
	width: 63px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	float: left;
	margin-right: 9px;
	text-align: center;
}

#offline .content section .item .info .left .head span.ing {
	background-color: #ee6a2d;
}

#offline .content section .item .info .left .head span.before {
	background-color: #5ec82a;
}

#offline .content section .item .info .left .head span.after {
	background-color: #e5e5e5;
	color: #333333
}

#offline .content section .item .info .left .des {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

#offline .content section .item .button {
	
}

#offline .content section .item .button a {
	display: block;
	padding: 9px 12px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	border: solid 1px #ee6a2d;
	margin-top: 16px
}

#offline .content section .item .button a.book {
	background-color: #ee6a2d;
}

#offline .content section .item .button a.enter {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ee6a2d;
}

#offlinefair_list {
	background: #f7f7f7;
	min-width: 1340px;
}

#offlinefair_list .back {
	background-color: #ffffff;
	height: 60px;
	margin-top: 66px
}

#offlinefair_list .back p {
	width: 1000px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 auto
}

#offlinefair_list .back p a {
	text-align: left;
	cursor: pointer;
	font-family: iconfont
}

#offlinefair_list .content {
	width: 1000px;
	margin: 14px auto;
}

#offlinefair_list .content .base {
	padding: 20px 26px;
	width: 948px;
	border-top: 1px solid #ee6a2d;
	background-color: #ffffff
}

#offlinefair_list .content .base .l {
	float: left;
	width: 450px;
}

#offlinefair_list .content .base .l h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333333;
}

#offlinefair_list .content .base .l h5 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ee6a2d;
}

#offlinefair_list .content .base .l p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 22px
}

#offlinefair_list .content .base .r {
	float: right;
	margin-right: 5px;
	padding-bottom: 13px
}

#offlinefair_list .content .base .r h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #ee6a2d;
	margin-bottom: 10px
}

#offlinefair_list .content .base .r .map {
	width: 445px;
	height: 230px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

#offlinefair_list .content .main {
	margin-top: 7px;
	background-color: #ffffff;
	padding-bottom: 30px
}

#offlinefair_list .content .main .option {
	padding-top: 12px
}

#offlinefair_list .content .main .option ul {
	border-top: solid 1px #ee6a2d;
	background-color: #f2f2f2;
}

#offlinefair_list .content .main .option ul li {
	
}

#offlinefair_list .content .option ul li {
	border-top: #f2f2f2 solid 4px;
	height: 45px;
	width: 110px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer
}

#offlinefair_list .content .option ul li.select {
	border-color: #ee6a2d;
	background-color: #ffffff
}

#offlinefair_list .content section {
	
}

#offlinefair_list .content section.de {
	padding: 30px
}

#offlinefair_list .content section.de .message {
	margin: 0;
	text-align: justify;
}

#offlinefair_list .content section.en {
	margin: 24px auto;
	padding: 0
}

#offlinefair_list .content section.en .s-bar {
	padding: 0 12px
}

#offlinefair_list .content section.en .s-bar span {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333333;
}

#offlinefair_list .content section.en .s-bar span em {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ee6a2d;
	font-style: normal
}

#offlinefair_list .content section.en .s-bar .form {
	float: right
}

#offlinefair_list .content section.en .s-bar .form p {
	float: left;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: #333333;
	margin-right: 26px
}

#offlinefair_list .content section.en .s-bar .form .keyword {
	width: 300px;
	height: 30px;
	padding: 4px 20px;
	border: solid 1px #cccccc;
}

#offlinefair_list .content section.en .s-bar .form  .botton {
	width: 103px;
	height: 40px;
	background-color: #ee6a2d;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	border: none;
	margin-left: -4px;
	cursor: pointer
}

#offlinefair_list .content section.en .items {
	margin-top: 23px
}

#offlinefair_list .content section.en .items .item {
	padding: 10px 18px;
	margin: 9px;
	float: left;
	width: 442px;
	border: 1px solid #ee6a2d;
	margin: bottom:12px
}

#offlinefair_list .content section.en .items .item .h {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 16px
}

#offlinefair_list .content section.en .items .item .h p {
	float: left;
	width: 330px;
	font-weight: bold
}

#offlinefair_list .content section.en .items .item .h span {
	float: right;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ee6a2d;
}

#offlinefair_list .content section.en .items .item .w {
	width: 440px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#offlinefair_list .content section.en .items .item .w span {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ee6a2d;
	margin-right: 10px
}

#offlinefair_list .content section.en .items .item .contact {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}

#offlinefair_list .content section.en .items .item .time {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 15px
}

#offlinefair_list .content section.reserve {
	margin: 24px auto;
	padding: 0;
}

#offlinefair_list .content section.reserve h3 {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 6px;
	color: #ff6000;
	text-align: center;
	margin-bottom: 50px
}

#offlinefair_list .content section.reserve .ins {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#offlinefair_list .content section.reserve .ins .item {
	width: 250px;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 5px;
	color: #333333;
	text-align: center
}

#offlinefair_list .content section.reserve .ins .item p {
	letter-spacing: 3px
}

#offlinefair_list .content section.reserve .ins .item .en_count {
	color: #ff6000;
}

#offlinefair_list .content section.reserve .ins .item .work_count {
	color: #700000;
}

#offlinefair_list .content section.reserve .ins .item .can_count {
	color: #006e5d;
}

#offlinefair_list .content section.reserve .ins .item .rest_count {
	color: #271811;
}

#offlinefair_list .content section.reserve .thumb {
	width: 1000px;
	height: 563px;
	background-color: #a9a7a6;
	margin-top: 45px
}

#offlinefair_list .content section.reserve .button {
	width: 180px;
	height: 56px;
	background-color: #ff6000;
	border-radius: 28px;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 5px;
	text-align: center;
	color: #ffffff;
	margin: 60px auto;
	cursor: pointer;
}

#offlinefair_list .content .main #alert {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 380px;
	padding: 20px 30px;
	background-color: #ffffff;
	transform: translate(-50%, -30%);
	border-radius: 5px
}

#offlinefair_list .content .main #alert .message {
	color: #ff0000;
	margin-top: 12px;
	text-align: center;
}

#offlinefair_list .content .main #alert .button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 20px
}

#offlinefair_list .content .main #alert .close {
	width: 120px;
	height: 46px;
	background-color: rgb(221, 221, 221);
	border-radius: 23px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	text-align: center;
	letter-spacing: 4px;
	color: #666666;
	cursor: pointer;
	border: none;
	float: left;
}

#offlinefair_list .content .main #alert h3 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 5px;
	color: #000000;
	text-align: center;
	margin-bottom: 50px
}

#offlinefair_list .content .main #alert .sl {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 4px;
	color: #333333;
	margin-bottom: 88px
}

#offlinefair_list .content .main #alert .sl select {
	width: 260px;
	height: 26px;
	border-radius: 4px;
	border: solid 2px #ff6000;
	color: #ff6000
}

#offlinefair_list .content .main #alert .submit {
	width: 148px;
	height: 46px;
	background-color: #ff6000;
	border-radius: 23px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 4px;
	color: #ffffff;
	cursor: pointer;
	border: none;
	float: left
}

#offlinefair_list .content .main #mask {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999;
}

#reserve {
	background: #f7f7f7;
	min-width: 1340px;
}

#reserve .back {
	background-color: #ffffff;
	height: 60px;
	margin-top: 66px
}

#reserve .back p {
	width: 1000px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 auto
}

#reserve .back p a {
	text-align: left;
	cursor: pointer;
	font-family: iconfont
}

#reserve .content {
	padding: 30px;
	width: 940px;
	margin: 14px auto;
	background: #ffffff
}

#reserve .content .base {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 20px
}

#reserve .content .base h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #333333;
}

#reserve .content .base h3 span {
	font-weight: normal;
	letter-spacing: 2px;
	color: #ee6a2d;
}

#reserve .content .base p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

#reserve .content .base p.name {
	margin-top: 16px
}

#reserve .content .info {
	margin-top: 20px
}

#reserve .content .info h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 10px
}

#reserve .content .info label {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px
}

#reserve .content .info label span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	line-height: 40px;
	color: #333333;
}

#reserve .content .info label input {
	width: 440px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333333;
	background-color: #eeeeee;
	border-radius: 2px;
	border: solid 1px #cccccc;
	padding: 0 15px;
	margin-left: 25px
}

#reserve .content .info .submit {
	width: 473px;
	height: 40px;
	background-color: #ee6a2d;
	border-radius: 2px;
	margin-left: 115px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	border: none;
	margin-top: 30px;
	cursor: pointer;
	text-align: center
}

body .wrap {
	width: 1264px;
	margin: 0 auto
}

#hr_enterprise.item {
	
}

#hr_enterprise.item .info {
	background: #ffffff;
	margin-top: 24px;
	margin-bottom: 16px;
	border-radius: 8px;
	padding: 24px
}

#hr_enterprise.item .info .base {
	float: left;
	width: 760px
}

#hr_enterprise.item .info .base img {
	width: 120px;
	height: 120px;
	background: #efefef;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	margin-right: 24px;
	float: left
}

#hr_enterprise.item .info .base .detail {
	float: left
}

#hr_enterprise.item .info .base .detail h2 {
	font-size: 32px;
	font-weight: 800;
	color: #11171e;
	line-height: 48px;
	margin-top: 20px
}

#hr_enterprise.item .info .base .detail p {
	margin-top: 7px
}

#hr_enterprise.item .info .base .detail p span {
	font-size: 14px;
	font-weight: bold;
	color: rgba(17, 23, 30, 0.66);
	line-height: 1.5em;
	margin-right: 14px
}

#hr_enterprise.item .info .op {
	float: right;
}

#hr_enterprise.item .info .op .wxapp {
	height: 24px;
	width: 24px;
	float: right
}

#hr_enterprise.item .info .op .wxapp .b {
	font-family: iconfont;
	font-size: 24px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	cursor: pointer;
	color: rgba(17, 23, 30, 0.66);
	font-weight: bold
}

#hr_enterprise.item .info .op .book {
	margin-top: 50px
}

#hr_enterprise.item .info .op .book button {
	border-radius: 4px;
	background: #ffffff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ff6000;
	width: 118px;
	height: 46px;
	line-height: 46px;
	border: none;
	border: 1px solid #FF6000;
	cursor: pointer;
	margin-top: 10px;
}

#hr_enterprise.item .info .op .book button:before {
	content: '\e624';
	display: block;
	float: left;
	color: #ff6000;
	font-family: iconfont;
	font-size: 20px;
	margin-left: 12px
}

#hr_enterprise.item .info .op .book .unmark:before {
	content: '\e6c8';
}

#hr_enterprise.item .content {
	margin-top: 16px;
	margin-bottom:95px
}

#hr_enterprise.item .content .main {
	width: 784px;
	float: left
}

#hr_enterprise.item .content .main .option {
	background: #ffffff;
	padding: 19px 24px;
}

#hr_enterprise.item .content .main .option li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 800;
	color: rgba(17, 23, 30, 0.66);
	line-height: 30px;
	cursor: pointer;
	margin-right: 24px
}

#hr_enterprise.item .content .main .option li.cur {
	color: rgba(17, 23, 30, 1);
}

#hr_enterprise.item .content .main .block {
	display: none;
	background: #ffffff;
	padding: 24px;
	margin-top: 8px
}

#hr_enterprise.item .content .main .cur.block {
	display: block
}

#hr_enterprise.item .content .main .information {
	
}

#hr_enterprise.item .content .main .information .welfare {
	padding: 8px 0;
	margin-bottom: 25px
}

#hr_enterprise.item .content .main .information .welfare span {
	border-radius: 2em;
	height: 12px;
	line-height: 12px;
	border: 1px solid rgba(17, 23, 30, 0.66);
	font-size: 12px;
	font-weight: 300;
	color: rgba(17, 23, 30, 1);
	padding: 4px 8px;
	margin-right: 16px;
	display: block;
	float: left;
	margin-bottom: 8px
}

#hr_enterprise.item .content .main .information .slide h3 {
	font-size: 16px;
	font-weight: 800;
	color: #11171e;
	line-height: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px
}

#hr_enterprise.item .content .main .information .common {
	margin-bottom: 30px
}

#hr_enterprise.item .content .main .information .common p {
	font-size: 14px;
	font-weight: 400;
	color: #11171e;
	line-height: 2em;
	padding: 5px 0;
	min-height:130px
}

#hr_enterprise.item .content .main .information .address{
	margin-bottom:35px
}

#hr_enterprise.item .content .main .information .address p {
	font-size: 14px;
	font-weight: 400;
	color: #11171e;
	line-height: 21px;
	margin-top:10px
}

#hr_enterprise.item .content .main .information .address .map{
	width:100%;
	height:304px;
	margin-top:8px
}

#hr_enterprise.item .content .main .business ul{
	margin-top:10px
}

#hr_enterprise.item .content .main .business ul li span{
	margin-right:12px
}

#hr_enterprise.item .content .main .business ul li{
	font-size: 14px;
font-weight: 400;
color: #11171e;
line-height: 2em;
}

#hr_enterprise.item .content .rest {
	float: right;
	padding: 24px;
	width: 256px
}

#post .content {
	background: #ffffff
}

#post .content .wrap {
	margin: 100px auto
}

#post .content  h1 {
	height: 80px;
	text-align: center;
	line-height: 80px
}

#post .content .main blockquote {
	color: #333333;
	font-size: 16px;
	line-height: 2em;
	margin: 40px;
	text-align: justify
}

#post .content .main blockquote * {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

#post .content .main blockquote table, #post .content .main blockquote td
	{
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: visible
}

#post .content .main blockquote h1, #post .content .main blockquote h2,
	#post .content .main blockquote h3, #post .content .main blockquote h4,
	#post .content .main blockquote h5, #post .content .main blockquote h6
	{
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 1em
}

#post .content .main blockquote p {
	margin-bottom: 1.2em
}

#post .content .main blockquote img {
	max-width: 100%
}

#post .content .main blockquote a {
	color: #ff6000;
	text-decoration: underline
}

#post .content .main blockquote video {
	width: 858px;
	height: 482px;
	margin: auto;
	display: block
}

#post .content .main blockquote iframe {
	border: 0
}

#post .content .item_1 h1 {
	font-size: 35px;
	font-weight: bold;
	overflow: visible;
}

#post .content .item_1 h1::after {
	display: block;
	font-size: 11px;
	line-height: 41px;
	font-weight: normal;
	content: 'CHONGQING TALENT MARKET GROUP CO., LTD';
	width: 380px;
	background: #ffffff;
	margin: -20px auto
}

#post .content .item_1 h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 100px
}

#post .content .item_1 h2::after {
	content: '';
	float: right;
	display: block;
	width: 800px;
	height: 1px;
	background: #cccccc;
	margin-top: 18px
}

#post .content .item_1 .main blockquote blockquote p {
	line-height: 36px;
	border-bottom: 1px #cccccc dashed;
	margin-bottom: 0;
	padding: 10px 0 10px 133px;
	text-indent: -133px;
}

#post .content .latest {
	padding: 20px 40px
}

#post .content .latest h3 {
	color: #ff6000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}

#post .content .latest h3 a {
	float: right;
	font-weight: normal;
	font-size: 12px
}

#post .content .latest li {
	float: left;
	width: 50%;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}

#post .content .latest li::before {
	content: '\e634';
	font-family: iconfont;
	font-size: 8px;
	margin-right: 8px;
}

#post .content .latest li span {
	float: right;
	font-size: 12px;
	margin: 0 20px 0 15px;
	color: #aaaaaa
}

#post.n .content {
	background: #f5f5f5
}

#post.n .content .wrap {
	width: 938px;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
	margin-top: 0;
	padding: 60px 30px;
	background: #ffffff;
}

#post.n .content h1 {
	font-size: 26px;
	line-height: 40px;
	height: auto;
	font-weight: normal;
	padding: 20px 0;
	margin-bottom: 40px
}

#post.n .content .main {
	border-top: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid
}

#post.n .content .info {
	text-align: center;
	line-height: 40px
}

#post_type nav {
	height: 50px;
	line-height: 50px;
	border-top: 2px #ff6000 solid;
	background: #ffffff;
	margin: 0;
	border-bottom: 1px #e5e5e5 solid
}

#post_type .list .wrap {
	padding: 22px 0 70px
}

#post_type .list .type {
	border: 1px #e5e5e5 solid;
	overflow: visible
}

#post_type .list .type h3 {
	height: 38px;
	line-height: 38px;
	background: #f6f6f6;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 14px;
	overflow: visible
}

#post_type .list .type h3::before {
	content: '';
	display: block;
	float: left;
	margin: 12px 12px 12px -1px;
	width: 2px;
	height: 14px;
	background: #ff6000;
}

#post_type .list .type h3 a {
	text-decoration: none;
	color: #ff6000;
}

#post_type .list .type ul {
	padding: 25px
}

#post_type .list .type li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px #d2d2d2 dashed
}

#post_type .list .type li:last-child {
	border: 0;
}

#post_type .list .type li::before {
	content: '';
	float: left;
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px #ff6000 solid;
	border-bottom: 2px #ff6000 solid;
	transform: rotate(-45deg);
	margin: 18px 14px 0 0;
}

#post_type .list .type li span {
	float: right
}

#post_type.node .list .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#post_type.node .list .type {
	width: 320px;
	height: 250px;
	margin-bottom: 20px
}

#post_type.node .list .type li {
	height: 32px;
	line-height: 32px;
	border: 0;
	text-overflow: ellipsis;
	white-space: nowrap
}

#post_type.node .list .type li::before {
	margin-top: 11px
}

#post_type .list .pager {
	margin-top: 25px
}

#online .ct {
	float: right;
	width: 1104px;
	position: relative;
	z-index: 0
}

#online .top .focus {
	height: 240px;
	float: left;
	width: 1104px;
	border-radius: 0.5em
}

#online .top .focus * {
	overflow: visible
}

#online .top .focus a {
	display: block;
	height: 100%
}

#online .top .focus img {
	width: 100%;
	height: 100%
}

#online .top .focus .swiper-pagination {
	text-align: center;
}

#online .top .focus .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #999999;
	margin: 0 4px;
	border-radius: 2em;
	opacity: 0.33;
}

#online .top .focus .swiper-pagination-bullet-active {
	background: #0C247C;
	width: 8px;
	height: 8px;
	opacity: 0.8;
}

#mask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 999999
}

#mask.window .wrap {
	background: #ffffff;
	border-radius: 10px;
	width: auto;
	height: auto;
	position: absolute;
	top: 30%;
	left: 50%;
	padding: 40px;
	transform: translate(-50%, -30%)
}

#mask.window .title {
	white-space: nowrap;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px
}

#mask.window .body {
	margin: 20px 0 0
}

#mask.window .body .button {
	display: flex;
	justify-content: center
}

#mask.window .body .button button {
	font-size: 16px;
	border-radius: 8px;
	line-height: 40px;
	height: 40px;
	width: 120px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	margin: 20px 5px 0 5px;
	border: 0;
	transition: font-size 200ms, color 200ms;
	position: relative
}

#mask.window .body .button button:hover {
	font-size: 20px
}

#mask.window .body .button button.primary {
	background: #ff6000;
	color: #ffffff
}

#mask.window .body .button button.disable {
	background: #cccccc
}

#mask.window .body .message {
	text-align: center
}

#mask.window .body .alert {
	min-width: 260px;
	max-width: 600px
}

#mask.window .body .prompt {
	width: 400px
}

#mask.window .body .prompt .input {
	padding: 6px 12px;
	border: 1px #cccccc solid;
	border-radius: 4px;
}

#mask.window .body .prompt .input input {
	border: 0;
	width: 100%;
	height: 20px;
	line-height: 20px
}

#mask.window .body .modify-password-window {
	width: 320px
}

#mask.window .body .modify-password-window .input {
	border: 1px #cccccc solid;
	border-radius: 4px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px
}

#mask.window .body .modify-password-window .input input {
	border: 0;
	height: 38px;
	line-height: 38px;
	width: 200px;
	padding: 0 20px;
	color: #999999
}

#mask.window .body .modify-password-window .error {
	color: #ff0000
}

#mask.window .body .resume-select {
	line-height: 28px
}

#mask.window .body .resume-select input {
	float: left;
	width: 16px;
	height: 16px;
	margin: 6px
}

#mask.window .body .resume-select em {
	color: #ff0000;
	font-style: normal
}

#mask.window .body .resume-invite input {
	width: 290px;
	padding: 10px;
	border: 1px #e5e5e5 solid;
	display: block;
	margin-bottom: 10px
}

#mask.window .body .resume-invite .type {
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px
}

#mask.window .body .resume-invite .type input {
	display: none
}

#mask.window .body .resume-invite .type span {
	margin: 0 20px 0 10px;
	float: left;
	width: 56px
}

#mask.window .body .resume-invite .type label {
	margin-right: 10px;
	padding: 0 10px;
	float: left;
	cursor: pointer
}

#mask.window .body .resume-invite .type label.cur {
	background: #00bab1;
	border-radius: 3px;
	color: #ffffff
}

#mask.window .body .resume-invite .dd.d2 img {
	display: block;
	margin: auto;
	width: 200px;
	height: 200px
}

#mask.window .body .resume-invite .dd.d2 .hide {
	position: absolute;
	display: none;
	top: 65px;
	left: 116px;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	background-size: cover;
	background-image: url(/image/home/logo_wxapp.png);
	background-repeat: no-repeat
}

#mask.window .body .resume-invite .dd.d2 #before.hide {
	top: 64px;
}

#user_candidate #mask.window .body .resume-invite .dd.d2 .hide {
	left: 90px;
}

#mask.window .body .resume-invite .dd.d2 span {
	color: #ff0000;
	margin: 6px 0 10px;
	display: block;
	text-align: center
}

#mask.window .body .interview-review {
	padding: 10px;
	border: 1px #e5e5e5 solid
}

#mask.window .body .interview-review textarea {
	width: 300px;
	overflow: auto;
	resize: none;
	border: 0
}

#mask.window .body .field {
	width: 320px;
	border: 1px #cccccc solid;
	border-radius: 4px;
	margin: 10px auto;
	padding: 0 12px
}

#mask.window .body .field input[type=text] {
	height: 38px;
	width: 100%;
	line-height: 38px;
	border: 0;
	font-size: 14px;
	display: block
}

#mask.window .body .field textarea {
	line-height: 24px;
	font-size: 14px;
	display: block;
	resize: none;
	border: 0;
	width: 100%;
	margin: 8px auto
}

#mask.window .body .date-range .select>* {
	display: inline-block;
	margin: 0 6px;
	height: 38px;
	line-height: 38px;
	width: auto
}

#mask.window .body .date-range .field select {
	border: 0;
	font-size: 16px;
	height: 38px
}