html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: "microsoft yahei";
	line-height: 2;
	background: #000000;
	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(0, 0, 0, 0);
	border: 0;
}
.navbar-default.navbar_bg {
	background-color: rgba(0, 0, 0, 0.5);
	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 {
	position: relative;
	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;
	background-color: transparent;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #f9c228;
	width: 0;
	transition: 300ms;
	transform-origin: center;
	margin: auto;
}
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li:hover>a {
	background-color: transparent;
	color: #ffffff;
}

.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-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}

.navbar-default .navbar-brand {
	width: 300px;
	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/101d.png) no-repeat center top;
	background-size: 100% auto;
}

.page_content .page_content_body {
	width: 100%;
	padding: 20px 80px;
	background: url(../images/101b.png) repeat-y center;
	background-size: 100% auto;
}

.page_content .page_content_footer {
	width: 100%;
	height: 80px;
	background: url(../images/101f.png) no-repeat center bottom;
	background-size: 100% auto;
}

.video {
	background: url(../images/101b.png) repeat-y center;
	background-size: 100% auto;
	text-align: center;
}
.video div {
	width: 74%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
}


/* 招聘岗位 */
.search {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
.search select {
	width: 100%;
    height: 50px;
    border: 2px solid #544c36;
    border-radius: 10px;
    padding: 0 10px;
    color: #ffffff;
    outline: none;
    background-color: #161616;
}
.job_list_title { 
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 2fr 2fr 4fr 1fr;
	background-color: #544c36;
	color: #fff;
	border-radius: 10px;
	line-height: 50px;
	padding-left: 50px;
}


.job_list li {
	border-radius: 10px;
	background-color: rgb(28 28 28 / 61%);
	margin-bottom: 10px;
}
.job_list .job_name {
	position: relative;
	line-height: 50px;
	padding-left: 50px;
	display: grid;
	grid-template-columns: 2fr 2fr 4fr 1fr;
	gap: 0;
	cursor: pointer;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
	border-radius: 10px;
	color: #fff;
}
.job_list .job_name::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 10px;
	height: 20px;
	margin: auto;
	background: url(../images/jiantou.svg) no-repeat center;
	background-size: 100% auto;
	transition: 300ms;
}
.job_list .job_name.active::after {
	transform: rotate(90deg);
}

.job_list .job_info {
	display: none;
	padding: 20px 40px;
	border-radius: 10px;
	color: #fff;
}
.job_list h4 {
	color: #f9c228;
	font-weight: 600;
	display: inline-block;
}
.job_list .job_info a {
	display: block;
	text-align: center;
	width: 120px;
	height: 50px;
	line-height: 50px;
	background-color: #f9c228;
	color: #fff;
	border-radius: 10px;
	margin: 20px auto;
}



.page_footer {
	width: 100%;
    height: 80px;
    background-color: #000000;
    text-align: center;
    line-height: 80px;
    color: #f9c228;
    font-size: 14px;
    letter-spacing: 3px;
}


@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(40, 40, 40, 0.6);
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}

	.nav_menu li.active {
		background-color: #f9c228;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f9c228;
	}

	.navbar-default .navbar-toggle {
		border: 1px solid #f9c228;
	}

	.nav_menu li a {
		display: block;
		font-size: 12px;
		color: #fff;
	}

	.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/101d.png) no-repeat center top;
    	background-size: 100% auto;
	}
	.page_content .page_content_body {
		padding: 1px 10px;
		background: url(../images/101b.png) repeat-y center;
		background-size: 100% auto;
	}
	.page_content .page_content_footer {
		height: 8vw;
		background: url(../images/101f.png) no-repeat center bottom;
    	background-size: 100% auto;
	}

	.job_list .job_name {
		line-height: 50px;
		padding: 0 10px;
		font-size: 12px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2px;
	}
	.job_list .job_name span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.job_list .job_info a {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;	
	}
	.job_list .job_info {
		padding: 1px 14px;
	}
	.job_list .job_info p {
		text-align: justify;
	}
	.job_info_list {
		padding: 20px 20px 50px 20px;
	}
	.job_info_list a {
		top: auto;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 80px;
		height: 30px;
		line-height: 30px;
	}
	.job_list h4 {
		font-size: 14px;
	}
	.job_list .job_name::after {
		right: 10px;
	}


	
	.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);
	}
}