html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: "microsoft yahei";
	line-height: 2;
	background: #7dd3f1;
	background-size: 100% auto;
	font-size: 16px;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	/* 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;
}

a:active {
	text-decoration: none;
}

img {
	width: 100%;
}
.mt-50 {
	margin-top: 50px;
}

/* 导航 */
.navbar-default {
	background-color: rgba(255, 255, 255, 0.6);
	border: 0;
	backdrop-filter: blur(10px);
}

.navbar_bg {
	border: 0;
}

.navbar-nav {
	float: right;
	text-align: right;
	font-size: 0;
}

.navbar-nav>li {
	display: inline-block;
	float: none;
	padding: 0 30px;
	transition: 300ms;
}

.navbar-default .navbar-nav>li>a {
	display: block;
	line-height: 36px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 24px 0 16px 0;
	color: #555;
	font-size: 16px;
	font-weight: 600;
}

.navbar-default .navbar-nav>li.active {
	color: #fff;
	background-color: #66c7fc;
}
.navbar-default .navbar-nav>li:hover {
	color: #fff;
	background-color: #66c7fc;
}
.navbar-default .navbar-nav>li.active>a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav>li.active>a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav>li:hover>a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}

.navbar-default .navbar-brand {
	width: 230px;
	margin-top: 14px;
}

.navbar-default .navbar-brand img {
	width: 100%;
}

.page_content {
	position: relative;
}

.page_content .page_content_header {
	width: 100%;
	height: 100px;
	background: url(../images/2a.png) no-repeat center top;
	background-size: 100% auto;
}

.page_content .page_content_body {
	width: 100%;
	padding: 20px 80px;
	background: url(../images/2b.png) repeat-y center;
	background-size: 100% auto;
}

.page_content .page_content_footer {
	width: 100%;
	height: 80px;
	background: url(../images/2c.png) no-repeat center bottom;
	background-size: 100% auto;
}


/* 招聘岗位 */
.job_list li {
	border-radius: 10px;
	background-color: rgba(125, 211, 241, 0.2);
	margin-bottom: 20px;
}
.job_list .job_name {
	line-height: 60px;
	padding: 0 50px;
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr 150px;
	gap: 0;
	cursor: pointer;
}
.job_list .job_name .job_btn a {
	float: right;
	text-align: center;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #0068b7;
	color: #fff;
	margin-top: 10px;
	border-radius: 10px;
}
.job_list .job_info {
	display: none;
	padding: 20px 40px;
}
.job_info_list {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px;
}
.job_info_list h4 {
	color: #0068b7;
	font-weight: 600;
}
.job_info_list h5 {
	font-size: 16px;
	font-weight: 600;
}
.job_info_list a {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #0068b7;
	color: #fff;
	border-radius: 10px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}
.job_info_item2 {
	display: grid;
	grid-template-columns: 85px 1fr;
}
.job_info_item2 span {
	font-weight: bold;
}



.page_footer {
	width: 100%;
	height: 60px;
	background-color: #4586cd;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	margin-top: 120px;
}


@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		margin-top: 100px;
	}

	.navbar-default .navbar-brand {
		width: 180px;
		margin-top: 4px;
		margin-bottom: 0;
		padding-bottom: 0;
		height: auto;
	}

	.navbar-nav {
		margin: 0;
		width: 100%;
		float: left;
	}

	.navbar-nav>li {
		width: 100%;
	}

	.navbar-brand {
		margin-top: -5px;
	}


	.nav_mobile {
		display: block;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* 手机端导航条 */
	.nav_menu {
		margin-top: 50px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.6);
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}

	.nav_menu li.active {
		background-color: #66c7fc;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #66c7fc;
	}

	.navbar-default .navbar-toggle {
		border: 1px solid #66c7fc;
	}

	.nav_menu li a {
		display: block;
		font-size: 12px;
		color: #333;
	}

	.nav_menu li.active a {
		color: #fff;
	}

	.page_main {
		font-size: 14px;
	}

	.mt50 {
		margin-top: 40px;
	}


	.page_content .page_content_header {
		height: 12vw;
		background: url(../images/2a.png) no-repeat center top;
    	background-size: 100% auto;
	}
	.page_content .page_content_body {
		padding: 1px 20px;
		background: url(../images/2b.png) repeat-y center;
		background-size: 100% auto;
	}
	.page_content .page_content_footer {
		height: 8vw;
		background: url(../images/2c.png) no-repeat center bottom;
    	background-size: 100% auto;
	}

	.job_list .job_name {
		line-height: 50px;
		padding: 0 20px;
		font-size: 16px;
		display: grid;
		grid-template-columns: 1fr 90px;
	}
	.job_list .job_name .job_btn a {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;	
	}
	.job_list .job_info {
		padding: 1px 14px;
	}
	.job_info_list {
		padding: 20px 20px 50px 20px;
	}
	.job_info_list h4 {
		font-size: 16px;
	}
	.job_info_list a {
		top: auto;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 80px;
		height: 30px;
		line-height: 30px;
	}



	
	.page_footer {
		margin-top: 60px;
	}
	.mt-50 {
		margin-top: 30px;
	}

}


/* 放大缩小 */
@keyframes btn_scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}