html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
body{
	font-family: "microsoft yahei";
	line-height:1.8;
	background-color: #fafafa;
}
body.modal-open {position: fixed;width: 100%;}
ul,li{list-style: none;padding: 0;margin: 0;}
a {color: #1a6ddd;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #1a6ddd;}
a:active {text-decoration: none;}
img {width: 100%;}

.mb-40px {
	margin-bottom: 40px;
}


/* 导航 */
.navbar-default {
	border: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.navbar_bg {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border: 0;
	background: #fff;
}
.navbar-nav {
	float: right;
	text-align: right;
}
.navbar-nav > li {
	display: inline-block;
	float: none;
	padding: 0 20px;
}
.navbar-default .navbar-nav>li>a {
	display: block;
	line-height: 36px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 24px 0 16px 0;
    color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 4px;
	width: 0;
	background-color: #fff;
	transition: all 0.3s ease;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li:hover > a 
{
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover::after, 
.navbar-default .navbar-nav > li.active > a::after,
.navbar-default .navbar-nav > li.active > a:hover::after,
.navbar-default .navbar-nav > li:hover > a::after 
{
	width: 100%;
}



.navbar-default.navbar_bg .navbar-nav>li>a,
.navbar-default.navbar_bg .navbar-nav > li.active > a,
.navbar-default.navbar_bg .navbar-nav > li.active > a:hover,
.navbar-default.navbar_bg .navbar-nav > li:hover > a {
	color: #333;
	background-color: transparent;
}
.navbar-default.navbar_bg .navbar-nav>li>a::after {
	background-color: #4586cd;
}


.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}
.navbar-default .navbar-brand {
    width: 260px;
}
.navbar-default .navbar-brand img {
    width: 100%;
}


.page_main {
	margin-top: 80px;
	font-size: 16px;
}


.page_footer {
	width: 100%;
	height: 60px;
	background-color: #4586cd;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	margin-top: 120px;
}




.job_type {
	width: 90%;
}
.job_type h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: rgb(20, 20, 20);
	padding: 12px 20px;
	margin-bottom: 10px;
	word-break: break-all;
}
.job_type ul li {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(20, 20, 20);
    padding: 16px 20px;
    cursor: pointer;
	border-bottom: 1px solid #eee;
}
.job_type ul li.active {
	background-color: #4586cd;
    box-shadow: 0 10px 20px 0 rgba(69, 134, 205,.2);
    color: #fff;
}


.job_search .keyword {
	display: grid;
	grid-template-columns: auto 120px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.job_search .keyword > div {
	border: 1px solid #e6e8eb;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-sizing: border-box;
    color: #bfc3c7;
    height: 50px;
    padding-left: 20px;
    transition: border-color .15s;
	background-color: #fff;
}
.job_search .keyword > div:focus {
	border-color: rgba(227,90,44,1);;
}
.job_search .keyword > div span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
}
.job_search .keyword > div span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100% auto;
}
.job_search .keyword input {
	outline: none;
	border: none;
	height: 40px;
	margin-top: 5px;
	width: 90%;
	color: #555;
}
.job_search .keyword a {
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #4586cd;
	color: #fff;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	cursor: pointer;
}

.job_search .agency {
	position: relative;
	font-size: 14px;
}
.job_search .agency .agency_index {
	display: grid;
	grid-template-columns: 100px auto 100px;
	margin-bottom: 16px;
	margin-left: 15px;
}
.job_search .agency .agency_index ul {
	height: 30px;
	overflow: hidden;
	transition: 0.5s;
}
.job_search .agency .agency_index ul li {
	display: inline-block;
	padding-right: 40px;
	cursor: pointer;
}
.job_search .agency .agency_index ul li.active {
	color: #4586cd;
}
.job_search .agency .agency_index a {
	display: inline-block;
	text-align: center;
	color: #555;
}
.job_search .agency .agency_more {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 350px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	padding: 5px 2px 0 0;
	display: none;
}
.job_search .agency .agency_more ul li {
	cursor: pointer;
	display: block
}
.more_content {
	width: 100%;
	height: 250px;
	padding: 10px 30px;
	overflow-y: auto;
	border-bottom: 1px solid #eee;
	z-index: 99;
}
.more_content ul li span {
    display: inline-block;
    height: 14px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .3s;
    width: 14px;
	margin-top: 8px;
	margin-right: 5px;
}
.more_content ul li span::before {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
	background-color: #fff;
    border: 1px solid #d9d9d9;
    border-collapse: separate;
    border-radius: 2px;
	top: 2px;
}
.more_content ul li span:after {
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    opacity: 0;
    position: absolute;
	height: 8px;
	width: 4px;
    left: 24%;
    top: 60%;
    transform: rotate(45deg) translate(-50%,-50%) scale(1);
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
.more_content ul li.active span::before {
	background-color: #4586cd;
    border: 1px solid #4586cd;
}
.more_content ul li.active span:after {
	opacity: 1;
}
.job_search .agency .agency_more ul li.li_depart {
	padding-left: 20px;
	display: none;
}
.more_btn {
	text-align: right;
	padding-right: 14px;
}
.more_btn a {
	display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #4586cd;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.type_num, .city_num, .company_num {
	position: relative;
	font-weight: bold;
}
.type_num span, .city_num span, .company_num span {
	position: absolute;
	top: 0px;
	right: 30px;
	padding: 2px 5px;
	border-radius: 20px;
	background-color: #4586cd;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	transform: scale(0.8);
	display: none;
}




.job_list {
	margin-top: 30px;
	font-size: 14px;
}
.job_list > div {
	margin-left: 15px;
}
.job_list ul li {
	/* border-bottom: 1px solid #eee; */
	padding: 14px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	border-radius: 5px;
}
.job_header {
	cursor: pointer;
}
.job_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: rgb(20, 20, 20);
    font-weight: 600;
	line-height: 34px;
}
.job_title span {
	font-size: 14px;
}
.job_tag span {
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.job_tag span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #ccc;
	top: 8px;
	right: 8px;
}
.job_tag span:last-child::after {
	display: none;
}
.job_list a {
	display: inline-block;
	padding: 8px 20px;
	background-color: #4586cd;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
}


.job_content {
	margin: 10px 0;
	padding: 15px;
	background-color: #fafafa;
	display: none;
	text-align: justify;
	margin-top: 20px;
}

.job_content .job_info span, .job_content .job_city span {
	font-weight: bold;
}






@media screen and (max-width: 992px) {
	.navbar-nav {width: 75%;}
}

@media screen and (max-width: 768px) {
	.navbar-default {
		background: #fff;
	}
	.navbar-default .navbar-brand {
		width: 150px;
		margin-top: 0px;
	}
	.navbar-nav {margin: 0;width: 100%;float: left;}
	.navbar-nav>li {width: 100%;}
	.navbar-brand {margin-top: -5px;}
	.left_menu .menu {min-height: 70px;}
	.web_page {
		margin-top: 100px;
	}
	
	.nav_mobile {
		display: block;
	}
	/* 手机端导航条 */
	.nav_menu {
		margin-top: 50px;
		overflow: hidden;
		background-color: #fafafa;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}
	.nav_menu li.active {
		background-color: #4586cd;
		color: #fff;
	}
	.nav_menu li a {
		display: block;
		color: #333;
	}
	.nav_menu li.active a {
		color: #fff;
	}

	.banner {
		width: 100%;
		height: 260px;
		background: url(../images/banner.webp) no-repeat center center;
		background-size: cover;
	}

	.page_main {
		margin-top: 40px;
		font-size: 14px;
	}


	.job_search {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	.job_search .keyword {
		grid-template-columns: auto 80px 90px;
	}
	.job_search .keyword > div {
		height: 40px;
	}
	.job_search .keyword a {
		width: 80px;
		height: 40px;
		line-height: 40px;
	}
	.job_search .keyword a.a_filter {
		width: 80px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		border-radius: 20px;
	}
	.job_search .keyword input {
		height: 30px;
		font-size: 14px;
		width: calc(100% - 26px);
	}

	.pop_filter {
		position: fixed;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 9999;
	}
	.pop_filter .pop_content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: grid;
		grid-template-rows: 60px auto 60px;
	}
	.pop_filter .pop_content .pop_header {
		position: relative;
		line-height: 60px;
		font-size: 18px;
		padding: 0 20px;
	}
	.pop_filter .pop_content .pop_header .pop_close {
		position: absolute;
		width: 30px;
		height: 30px;
		right: 20px;
		top: 18px;
		line-height: 60px;
		font-size: 18px;
		cursor: pointer;
		background: url(../images/close.svg) no-repeat center center;
		background-size: 100% auto;
	}
	.pop_filter .pop_content .pop_main {
		padding: 0 20px;
		overflow-y: auto;
	}
	.pop_filter .pop_content .pop_main .pop_item_title {
		margin-bottom: 10px;
		font-size: 14px;
		color: rgb(140, 140, 140);
		letter-spacing: 0px;
		line-height: 18px;
		font-weight: 400;
	}
	.pop_filter .pop_content .pop_main ul li {
		width: auto;
		padding: 10px;
		box-sizing: border-box;
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		background: rgb(245, 245, 245);
		color: rgb(66, 66, 66);
		border: 1px solid rgb(245, 245, 245);
		border-radius: 5px;
		text-align: left;
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 20px;
	}
	.pop_filter .pop_content .pop_main ul li.active {
		background: #4586cd;
		color: rgb(255, 255, 255);
	}
	.pop_filter .pop_content .pop_main ul li.li_depart {
		display: none;
		background: #ddd;
	}
	.pop_filter .pop_content .pop_main ul li.li_depart.active {
		background: #4586cd;
		color: rgb(255, 255, 255);
	}
	.pop_filter .pop_content .pop_footer {
		line-height: 60px;
		text-align: center;
	}
	.pop_filter .pop_content .pop_footer a {
		display: inline-block;
		width: 40%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #4586cd;
		color: #fff;
		border-radius: 5px;
		margin-top: 10px;
	}
	.pop_filter .pop_content .pop_footer a.pop_reset {
		background-color: #ccc;
		color: #fff;
	}

	.pop_job_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.2);
		z-index: 9998;
		backdrop-filter: blur(5px);
		display: none;
	}

	.pop_job {
		position: fixed;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}
	.pop_job .pop_content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80%;
		display: grid;
		grid-template-rows: auto 60px;
		background-color: #fff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.pop_job .pop_content .pop_main {
		margin-top: 20px;
		padding: 10px 20px;
		overflow-y: auto;
	}
	.pop_job .job_tag span {
		background-color: #efefef;
		font-weight: 500;
		line-height: 20px;
	}
	.pop_job .job_info2 {
		font-size: 14px;
		padding-top: 10px;
		text-align: justify;
	}
	.pop_job .job_info2 span {
		font-weight: bold;
	}
	.pop_job .pop_content .pop_footer {
		border-top: 1px solid #eee;
		text-align: center;
	}
	.pop_job .pop_content .pop_footer a {
		display: inline-block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #4586cd;
		color: #fff;
		border-radius: 5px;
		margin-top: 10px;
	}
	.pop_job .pop_content .pop_footer a.pop_close {
		background-color: #ccc;
		color: #fff;
	}




	.job_list {
		margin-top: 20px;
	}
	.job_title {
		font-size: 16px;
		color: #333;
	}
	.job_tag span {
		padding: 0px 4px;
		margin-right: 5px;
		background: #eee;
    	border-radius: 2px;
		font-size: 12px;
		color: #555;
	}
	.job_tag span::after {
		display: none;
	}


	.mobile_index111 {
		width: 100vw;
		height: auto;
	}
	.mobile_index111 a {
		display: block;
		width: 100%;
		height: auto;
	}

	.enter {
		position: absolute;
		bottom: 25%;
		left: 0;
		right: 0;
		margin: auto;
		width: 40%;
		height: 40px;
		background: url(../images/enter.png) no-repeat center center;
		background-size: 100% auto;
		animation: scale 2s infinite;
	}

	

	.footer_tips {
		grid-template-columns: 60px auto;
		gap: 7px;
		line-height: 20px;
		font-size: 12px;
	}

	.page_main h3 {
		font-size: 16px;
		line-height: 40px;
		width: 160px;
		height: 50px;
		margin-bottom: 30px;
	}

	.page_footer {
		margin-top: 50px;
	}

}


@keyframes bgchange {
    0%, 100% {background-image: url(../images/down01.svg);}
    50% {	background-image: url(../images/down02.svg);}
}

/* 放大缩小 */
@keyframes btn_scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}





