html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: "microsoft yahei";
	line-height: 2;
	background: #1967c5;
	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;
}
.mt-50 {
	margin-top: 50px;
}

/* 导航 */
.navbar-default {
	background-color: rgba(255, 255, 255, 0);
	border: 0;
}
.navbar-default.navbar_bg {
	background-color: rgba(17, 83, 162, 0.9);
	backdrop-filter: blur(10px);
}

.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: 16px 0;
	color: #ccc;
	font-size: 16px;
	font-weight: 600;
}
.navbar-default .navbar-nav>li.active > a {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li:hover>a {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li.active>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar_bg .navbar-nav>li.active {
	color: #fff;
	background-color: #66c7fc;
}
.navbar_bg .navbar-nav>li:hover {
	color: #fff;
	background-color: #66c7fc;
}
.navbar_bg .navbar-nav>li.active>a {
	color: #fff;
	background-color: transparent;
}
.navbar_bg .navbar-nav>li.active>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar_bg .navbar-nav>li:hover>a {
	color: #fff;
	background-color: transparent;
}

.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}

.navbar-default .navbar-brand {
	width: 170px;
    margin-top: -5px;
}

.navbar-default .navbar-brand img {
	width: 100%;
}

.banner {
	min-height: 300px;
}

.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: 300px;
	height: 100px;
	margin: auto;
	background: url(../images/001.png) no-repeat center;
	background-size: 100% auto;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 10px;
	/* 文字加阴影 */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}



/* 招聘岗位 */
.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.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;
}




.page_footer {
	width: 100%;
	height: 60px;
	background-color: #1153a2;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	margin-top: 80px;
}

@media screen and (max-width: 1200px) {
	.swiper_brand .swiper-slide > div {
		height: 240px;
	}
	.boy {
		bottom: 310px;
		width: 120px;
		height: 370px;
	}
	.girl {
		width: 160px;
	}
}

@media screen and (max-width: 992px) {
	.swiper_brand .swiper-slide > div {
		height: 160px;
	}
	.boy {
		bottom: 230px;
        width: 90px;
        height: 290px;
	}
	.girl {
		width: 130px;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		margin-top: 100px;
	}

	.navbar-default .navbar-brand {
		width: 130px;
		margin-top: -10px;
	}

	.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.9);
		display: grid;
		grid-template-columns: repeat(4, 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: 1px 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;
	}
	
	.page_footer {
		margin-top: 60px;
	}
	.mt-50 {
		margin-top: 30px;
	}

	.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);
	}
}