html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
body{
	font-family: "microsoft yahei";
	line-height:1.8;
	background-color: #f8f8f8;
	margin-top: 80px;
}
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%;}

/* 滚动条样式 */
::-webkit-scrollbar{  
    width:6px;
    height:6px;
    background-color:#fff;
}  
::-webkit-scrollbar-track{  
    border-radius:4px;
    background-color:#fff;
}
::-webkit-scrollbar-thumb{  
    border-radius:4px;
    background-color:#eee;
}


/* 导航 */
.navbar-default {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border: 0;
	background-color: #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: #e35a2c;
	font-size: 18px;
	font-weight: 600;
}
.navbar-default .navbar-nav > li.active > a {
	color: #e35a2c;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #f97568;
}
.navbar-default .navbar-nav > li.active > a:hover {
	color: #e35a2c;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #f97568;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #e35a2c;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #f97568;
}
.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}
.navbar-default .navbar-brand {
    width: 220px;
}
.navbar-default .navbar-brand img {
    width: 100%;
}

.page_title {
	text-align: center;
	margin: 0 0 30px 0;
}
.page_title img {
	width: 300px;
}
.page_main {
	margin-top: 80px;
	font-size: 16px;
}
.page_main .page_content p {
	text-align: justify;
	text-indent: 2em;
}
.footer {
	line-height: 80px;
	background-color: #e35a2c;
	color: #fff;
	text-align: center;
}

.job_main {
	margin-bottom: 50px;
}

.job_list_item {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 120px;
	gap: 20px;
	background: -webkit-linear-gradient(left, rgb(246 230 211), rgb(255 255 241 / 40%));
	margin-bottom: 10px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 5px;
}
.job_list_item_title {
	background: #e35a2c;
	color: #fff;
	font-weight: bold;
}
.job_list a {
	display: inline-block;
	background-color: #e35a2c;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}


@media screen and (max-width: 992px) {
	.navbar-nav {width: 75%;}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-brand {
		width: 150px;
	}
	.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: #f8f8f8;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}
	.nav_menu li.active {
		background-color: #eb5a17;
	}
	.nav_menu li a {
		display: block;
		color: #eb5a17;
	}
	.nav_menu li.active a {
		color: #fff;
	}

	.mobile_banner {
		position: relative;
		height: 180px;
		overflow: hidden;
	}
	.mobile_banner img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		object-fit: cover;
	}

	.page_title {
		text-align: center;
		margin: 0 0 30px 0;
	}
	.page_title img {
		width: 200px;
	}
	.page_main {
		margin-top: 50px;
		font-size: 14px;
	}
	.job_main {
		margin-bottom: 30px;
	}
	.job_list_item {
		display: grid;
		grid-template-columns: 1fr 40px 60px 50px;
		line-height: 40px;
		gap: 10px;
		padding: 0 10px;
		font-size: 10px;
	}
	.job_list_item_title {
		background: #e35a2c;
		color: #fff;
		font-weight: bold;
	}
	.job_list a {
		border-radius: 5px;
		margin-top: 5px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}
}






