html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
body{
	font-family: "microsoft yahei";
	line-height:1.8;
	background-color: #009f9b;
}
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%;}



/* 导航 */
.navbar-default {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border: 0;
	backdrop-filter: blur(10px);
	background-color: rgb(255 255 255 / 50%);
}
.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: #009f9b;
	font-size: 18px;
	font-weight: 600;
}
.navbar-default .navbar-nav > li.active > a {
	color: #009f9b;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #feeaa6;
}
.navbar-default .navbar-nav > li.active > a:hover {
	color: #00d4cf;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #feeaa6;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #00d4cf;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #feeaa6;
}
.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}
.navbar-default .navbar-toggle {
    border-color: rgb(255 255 255 / 40%);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(255 255 255 / 60%);
}
.navbar-default .navbar-toggle:hover {
    background-color: rgb(255 255 255 / 10%);
}
.navbar-default .navbar-brand {
    width: 200px;
    margin-top: 0px;
}
.navbar-default .navbar-brand img {
    width: 100%;
}


.footer {
	line-height: 80px;
	color: rgb(255 255 255 / 60%);
	text-align: center;
}

.job_search {
	display: grid;
	grid-template-columns: 1fr 1fr 100px;
	gap: 20px;
}
.job_search input, .job_search select {
	height: 50px;
}
.job_search a {
	display: block;
	background-color: #7eb3ff;
	color: #fff;
	border: 0;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
}

.job_content {
	margin-top: 30px;
	color: #fff;
}
.job_content table {
	width: 100%;
	border-collapse: collapse;
}
.job_content table th, .job_content table td {
	border-bottom: 1px solid rgba(126,179,255,0.3);
	padding: 10px;
}
.job_content table th:last-child, .job_content table td:last-child {
	width: 150px;
	text-align: center;
}
.job_content a {
	display: inline-block;
	background-color: #7eb3ff;
	color: #fff;
	border-radius: 8px;
	padding: 3px 15px;
}





@media screen and (max-width: 992px) {
	.navbar-nav {width: 75%;}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-brand {
		width: 160px;
		margin: 0;
		padding-top: 5px;
	}
	.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:rgb(1 136 132 / 91%);
		backdrop-filter: blur(10px);
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}
	.nav_menu li.active {
		background-color: #009f9b;
	}
	.nav_menu li a {
		display: block;
		color: #fff;
	}
	.nav_menu li.active a {
		color: #fff;
	}


	

	.page_main {
		margin-top: 50px;
	}

	.job_search {
		display: grid;
		grid-template-columns: 1fr 1fr 60px;
		gap: 10px;
	}
	.job_search input, .job_search select {
		height: 40px;
	}
	.job_search a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 100%;
	}

	.job_content {
		margin-top: 30px;
	}
	.job_content table th, .job_content table td {
		padding: 10px;
	}
	.job_content table th:last-child, .job_content table td:last-child {
		width: 100px;
	}
	.job_content a {
		padding: 3px 10px;
	}



}

.page_xingcheng table {
	font-size: 14px;
	line-height: 22px;
    width: 100%;
    border: 1px solid #a6c5d7;
    color:#fff;
    text-align: left;
	border-collapse:collapse;
}
.page_xingcheng table td {
	padding:10px;
}
.page_xingcheng table tr:nth-child(even) {
	background-color:rgb(255 255 255 / 5%);
}
.page_xingcheng table tr td:nth-child(1) {
    
}

.page_xingcheng hr {border: 0}
.page_xingcheng tr {}
.page_xingcheng td {border: 1px rgb(65 157 116 / 52%) solid;}


.anniu{
    font-size: 14px;
    color: #fff;
    display: block;
    background-color:#f1552c;
    padding: 8px;
    text-align: center;
    border-radius: 15px;
	white-space:nowrap;
	font-weight:bold;
}
.anniu:hover{background-color: #ffac4e;}

@media screen and (max-width: 768px) {
.page_xingcheng table {font-size: 12px;}
.anniu{font-size: 12px;}
}

