html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: "microsoft yahei";
	line-height: 2;
	background: #bdf1ff;
	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 20px;
	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: 180px;
	margin-top: 6px;
}

.navbar-default .navbar-brand img {
	width: 100%;
}

.banner {
	min-height: 300px;
}
.banner a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	width: 260px;
}


.page_content {
	position: relative;
}

.page_content .page_content_header {
	width: 100%;
	height: 66px;
	background: url(../images/001a.png) no-repeat center top;
	background-size: 100% auto;
}

.page_content .page_content_body {
	width: 100%;
	padding: 20px 80px;
	background: url(../images/001b.png) repeat-y center;
	background-size: 100% auto;
}

.page_content .page_content_footer {
	width: 100%;
	height: 66px;
	background: url(../images/001c.png) no-repeat center bottom;
	background-size: 100% auto;
}

.page_content .page_title {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 240px;
	height: 100px;
	margin: auto;
	background: url(../images/001.png) no-repeat center;
	background-size: 100% auto;
	text-align: center;
	line-height: 86px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 5px;
}




/* 招聘岗位 */
.job_nav {
	width: 70%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
}
.job_nav a {
	background-color: #d6f3fb;
	color: #333;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
}
.job_nav a:hover, 
.job_nav a.active {
	color: #fff;
	background-color: #439cf6;
}

.job_list {
	display: none;
}
.job_list.active {
	display: block;
}
.job_list li {
	background-color: #d6f3fb;
	margin-top: 14px;
	border-radius: 5px;
	padding: 10px;
}
.job_list .job_name {
	position: relative;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	line-height: 40px;
	cursor: pointer;
}
.job_list .job_name::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/jt.svg) no-repeat center;
	background-size: 100% auto;
	transition: .5s all;
}
.job_list .job_name.active::after {
	transform: rotate(180deg);
}
.job_list .job_name .name {
	font-weight: bold;
}
.job_list .job_info {
	display: none;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.job_list .job_info h4 {
	font-weight: bold;
}
.job_list .job_info a {
	display: inline-block;
	width: 150px;
	line-height: 50px;
	background-color: #e75981;
	border-radius: 10px;
	text-align: center; 
	color: #fff;
}



/* 校招流程 */
.qa_nav {
	font-size: 0;
}
.qa_nav a {
	display: inline-block;
	width: 130px;
	text-align: center;
	line-height: 36px;
	background: url(../images/003b.png) no-repeat center;
	background-size: 100% 100%;
	color: #0b52c7;
	font-weight: bold;
	font-size: 16px;
}
.qa_nav a:hover,
.qa_nav a.active {
	background: url(../images/003a.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}
.qa_list_wrap {
	border-radius: 10px;
	border-top-left-radius: 0;
	border: 1px solid #0b52c7;
	background-color: #f0fbff;
	padding: 40px;

}
.qa_list {
	display: none;
}
.qa_list.active {
	display: block;
}
.qa_list li {
	position: relative;
	margin-bottom: 20px;
}
.qa_list li:last-child {
	margin-bottom: 0; 
}
.qa_list li .qa_index {
	content: '';
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(../images/003c.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 40px;
}
.qa_list li .qa_content {
	position: relative;
	background-color: #e6f7ff;
	padding: 20px 20px 20px 80px;
	border-radius: 10px;
	overflow: hidden;
}
.qa_list li .qa_content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: linear-gradient(to right, rgba(30,255,254,0.9) 0%, rgba(30,255,254,0) 60%);
}
.qa_list li .qa_content .question {
	position: relative;
	color: #0b52c7;
	font-weight: bold;
	border-bottom: 1px dashed #0b52c7;
	line-height: 40px;
}
.qa_list li .qa_content .question::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 6px;
	width: 30px;
	height: 30px;
	background: url(../images/003d.png) no-repeat center;
	background-size: 100% auto;
}
.qa_list li .qa_content .answer {
	position: relative;
	padding: 10px 0;
	text-align: justify; 
}
.qa_list li .qa_content .answer::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/003f.png) no-repeat center;
	background-size: 100% auto;
}

.contact_us {
	display: grid;
	grid-template-columns: 2fr 3fr;
	padding: 20px;
}
.contact_us .ewm {
	text-align: center;
	padding-top: 26px;
}
.contact_us .ewm img {
	width: 60%;
	margin-bottom: 10px;
}
.contact_us .contact h3 {
	font-size: 18px;
	width: 220px;
	height: 50px;
	background: url('../images/003-2.png') no-repeat center;
	background-size: 100% auto;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.contact_us .contact div {
	position: relative;
	height: 68px;
	width: 90%;
	line-height: 68px;
	padding-left: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.contact_us .contact div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: linear-gradient(to right, rgba(30,255,254,0.9) 0%, rgba(30,255,254,0) 60%);
}
.contact_us .contact div.url {
	background: #e7f8ff url(../images/003-3.png) no-repeat 20px center;
	background-size: auto 50%;
}
.contact_us .contact div.phone {
	background: #e7f8ff url(../images/003-4.png) no-repeat 20px center;
	background-size: auto 50%;
}

.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: 120px;
		margin: 0;
	}

	.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;
	}

	.banner {
		height: 180px;
		position: relative;
		overflow: hidden;
		min-height: 100px;
	}

	.banner img {
		position: absolute;
		width: auto;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.page_content .page_title {
		top: -10px;
		width: 160px;
		height: 50px;
		font-size: 16px;
		line-height: 40px;
	}
	.page_content .page_content_header {
		height: 40px;
		background: url(../images/h001a.png) no-repeat center top;
    	background-size: 100% auto;
	}
	.page_content .page_content_body {
		padding: 20px 30px;
		background: url(../images/h001c.png) repeat-y center;
		background-size: 100% auto;
	}
	.page_content .page_content_footer {
		height: 40px;
		background: url(../images/h001b.png) no-repeat center top;
    	background-size: 100% auto;
	}


	.qa_list_wrap {
		padding: 20px;
		border-top-right-radius: 0;
	}
	.qa_nav a {
		width: 20%;
		font-size: 12px;
	}
	.qa_list li .qa_index {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		left: -14px;
	}
	.qa_list li .qa_content {
		padding: 10px 10px 10px 40px;
	}
	.qa_list li .qa_content .question::before {
		left: -26px;
		top: 11px;
		width: 20px;
		height: 20px;
	}
	.qa_list li .qa_content .answer::before {
		left: -26px;
		width: 20px;
		height: 20px;
	}

	.contact_us {
		grid-template-columns: 1fr;
	}
	.contact_us .ewm {
		padding-top: 0;
	}
	.contact_us .contact h3 {
		width: 70%;
		font-size: 14px;
		margin: 10px auto;
	}
	.contact_us .contact div {
		margin: auto;
	}
	.job_nav {
		width: 100%;
		column-gap: 5px;
	}
	.job_nav a {
		white-space: nowrap;
	}
	.job_list .job_info a {
		width: 120px;
		line-height: 40px;
		font-size: 12px;
	}
	.contact_us .contact div {
		height: 50px;
		line-height: 50px;
		padding-left: 50px;
	}
	.contact_us .contact div.url {
		background-size: auto 40%;
	}
	.contact_us .contact div.phone {
		background-size: auto 40%;
	}
	
	.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);
	}
}