html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
body{
	font-family: "microsoft yahei";
	line-height:1.8;
	background-color: #f8f8f8;
}
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 {
	border: 0;
	background-color: rgba(0,0,0,0);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.navbar_bg {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border: 0;
	background: none;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(5px);
}
.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: #fff;
	font-size: 18px;
	font-weight: 600;
}
.navbar-default .navbar-nav > li.active > a {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #fff;
}
.navbar-default .navbar-nav > li.active > a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #fff;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border-bottom: 4px solid #fff;
}

.navbar-default.navbar_bg .navbar-nav>li>a {
    color: #2689ca;
}
.navbar-default.navbar_bg .navbar-nav > li.active > a {
	color: #2689ca;
	border-bottom: 4px solid #2689ca;
}
.navbar-default.navbar_bg .navbar-nav > li.active > a:hover {
	color: #2689ca;
}
.navbar-default.navbar_bg .navbar-nav > li:hover > a {
	color: #2689ca;
	border-bottom: 4px solid #2689ca;
}
.navbar-fixed-top {
	border-width: 0 0 0px;
}
.nav_mobile {
	display: none;
}
.navbar-default .navbar-brand {
    width: 350px;
	padding-top: 22px;
}
.navbar-default .navbar-brand img {
    width: 100%;
}


.page_main {
	margin-top: 80px;
	font-size: 16px;
}
.page_main .page_content p {
	text-align: justify;
	text-indent: 2em;
}
.page_content {
	position: relative;
	margin-top: 120px;
}

.page_content_header {
	width: 100%;
	height: 90px;
	background: url(../images/kuang1.png) no-repeat center top;
	background-size: 100% auto;
}

.page_content_body {
	width: 100%;
	padding: 20px 80px;
	background: url(../images/kuang2.png) repeat-y center;
	background-size: 100% auto;
}
.page_content_body p {
	text-align: justify;
	text-indent: 2em;
}
.page_content_footer {
	width: 100%;
	height: 66px;
	background: url(../images/kuang3.png) no-repeat center bottom;
	background-size: 100% auto;
}

.page_content .page_title {
	position: absolute;
    top: -70px;
    left: 30px;
    right: 0;
    width: 100%;
    height: 110px;
}
.page_content .page_title img {
	width: auto;
	height: 100%; 
}
.nav_company ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 20px;
}
.nav_company ul li > p {
	padding-left: 50px;
	background: url(../images/title2.png) no-repeat center;
	background-size: 100% auto;
	line-height: 50px;
	height: 56px;
	cursor: pointer;
}
.nav_company ul li.active > p
{
	background: url(../images/title1.png) no-repeat center;
	background-size: 100% auto;
	color: #fff;
}
.company_list {
	display: none;
}
.company_list.active {
	display: block;
}
.company_list_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #278bcd;
}
.company_info {
	display: none;
}

.footer {
	line-height: 80px;
	background-color: #2689ca;
	color: #fff;
	text-align: center;
}


.job_type {
	width: 96%;
}
.job_type h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: rgb(20, 20, 20);
	padding: 12px 20px;
	margin-bottom: 10px;
	word-break: break-all;
}
.job_type ul li {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(20, 20, 20);
    padding: 16px 20px;
    border-radius: 6px;
    cursor: pointer;
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 3%) 100%);
	margin-bottom: 5px;
}
.job_type ul li.active {
	background-color: #2689ca;
    box-shadow: 0 10px 20px 0 rgba(38,137,202,.2);
    color: #fff;
}
.job_type ul li > span{
	margin-left: 2px;
	padding: 0 3px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	background-color: #2689ca;
	color: #fff;
	font-size: 12px;
	float: right;
    width: 40px;
}
.job_type ul li.active > span {
	background-color: #fff;
	color: #2689ca;
}


.job_search .keyword {
	display: grid;
	grid-template-columns: auto 120px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.job_search .keyword > div {
	border: 1px solid #e6e8eb;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-sizing: border-box;
    color: #bfc3c7;
    height: 50px;
    padding-left: 20px;
    transition: border-color .15s;
	background-color: #fff;
}
.job_search .keyword > div:focus {
	border-color: rgba(227,90,44,1);;
}
.job_search .keyword > div span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
}
.job_search .keyword > div span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100% auto;
}
.job_search .keyword input {
	outline: none;
	border: none;
	height: 40px;
	margin-top: 5px;
	width: 90%;
	color: #555;
}
.job_search .keyword a {
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #2689ca;
	color: #fff;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	cursor: pointer;
}

.job_search .agency {
	position: relative;
	font-size: 14px;
}
.job_search .agency .agency_index {
	display: grid;
	grid-template-columns: 100px auto 100px;
	margin-bottom: 16px;
}
.job_search .agency .agency_index ul {
	height: 30px;
	overflow: hidden;
	transition: 0.5s;
}
.job_search .agency .agency_index ul li {
	display: inline-block;
	padding-right: 40px;
	cursor: pointer;
}
.job_search .agency .agency_index ul li.active {
	color: #2689ca;
}
.job_search .agency .agency_index a {
	display: inline-block;
	text-align: center;
	color: #555;
}
.job_search .agency .agency_more {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 350px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	padding: 5px 2px 0 0;
	display: none;
}
.job_search .agency .agency_more ul li {
	cursor: pointer;
	display: block
}
.more_content {
	width: 100%;
	height: 250px;
	padding: 10px 30px;
	overflow-y: auto;
	border-bottom: 1px solid #eee;
	z-index: 99;
}
.more_content ul li span {
    display: inline-block;
    height: 14px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .3s;
    width: 14px;
	margin-top: 8px;
	margin-right: 5px;
}
.more_content ul li span::before {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
	background-color: #fff;
    border: 1px solid #d9d9d9;
    border-collapse: separate;
    border-radius: 2px;
	top: 2px;
}
.more_content ul li span:after {
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    opacity: 0;
    position: absolute;
	height: 8px;
	width: 4px;
    left: 24%;
    top: 60%;
    transform: rotate(45deg) translate(-50%,-50%) scale(1);
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
.more_content ul li.active span::before {
	background-color: #2689ca;
    border: 1px solid #2689ca;
}
.more_content ul li.active span:after {
	opacity: 1;
}
.job_search .agency .agency_more ul li.li_depart {
	padding-left: 20px;
	display: none;
}
.more_btn {
	text-align: right;
	padding-right: 14px;
}
.more_btn a {
	display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #2689ca;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.type_num, .city_num, .company_num {
	position: relative;
}
.type_num span, .city_num span, .company_num span {
	position: absolute;
	top: 0px;
	right: 30px;
	padding: 2px 5px;
	border-radius: 20px;
	background-color: #2689ca;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	transform: scale(0.8);
	display: none;
}




.job_list {
	margin-top: 30px;
	font-size: 14px;
}
.job_list ul li {
	padding: 14px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	border-radius: 5px;
	background: linear-gradient(to right, rgba(213,235,255,1) 0%, rgba(255,255,255,0.9) 100%);
}
.job_header {
	cursor: pointer;
}
.job_title {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: rgb(20, 20, 20);
    font-weight: 600;
	line-height: 34px;
	padding: 0 30px;
}
.job_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	background: url(../images/icon1.png) no-repeat center center;
	background-size: 100% auto;
}
.job_title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	background: url(../images/icon2.png) no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-90deg);
	transition: all .3s;
}
.job_title.active::after {
	transform: rotate(0deg);
}
.job_title span {
	float: right;
	color: #2689ca;
}
.job_tag span {
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.job_tag span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #ccc;
	top: 8px;
	right: 8px;
}
.job_tag span:last-child::after {
	display: none;
}
.job_list a {
	display: inline-block;
	padding: 8px 20px;
	background-color: #2689ca;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
}


.job_content {
	margin: 10px 0;
	padding: 15px;
	background-color: #ebf6ff;
	display: none;
	text-align: justify;
	margin-top: 20px;
}


.index_video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video {
	width: 100%;
	height: calc(100vh + 150px);
	min-height: 661px;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}
.a_next {
	position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url(../images/down01.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px auto;
    text-align: center;
    padding-top: 80px;
    animation: bgchange 1s steps(1) infinite;
    color: #fff;
}

.h_title {
    padding: 12px 20px;
	text-align: center;
	margin-bottom: 40px;
}
.h_title img { 
	width: 80%;
	max-width: 400px;
}


@media screen and (max-width: 992px) {
	.navbar-nav {width: 75%;}
}

@media screen and (max-width: 768px) {
	html,body {
		height: auto;
		background: #a9dff7 url(../images/bg.jpg) no-repeat;
		background-position: center calc(100% - 80px);
		background-size: 100% auto;
	}
	.navbar-default {
		background: none;
		background-color: #fff;
	}
	.navbar-default .navbar-brand {
		width: 200px;
	}
	.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;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #2689ca;
	}
	.navbar-default .navbar-toggle {
		border-color: #2689ca;
	}
	
	.nav_mobile {
		display: block;
	}
	/* 手机端导航条 */
	.nav_menu {
		margin-top: 50px;
		overflow: hidden;
		background-color: #2689ca;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.nav_menu li {
		line-height: 50px;
		text-align: center;
	}
	.nav_menu li.active {
		background-color: #d5ebff;
		color: #2689ca;
	}
	.nav_menu li a {
		display: block;
		color: #fff;
	}
	.nav_menu li.active a {
		color: #2689ca;
	}

	.page_main {
		margin-top: 50px;
		font-size: 14px;
	}


	.job_search {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	.job_search .keyword {
		grid-template-columns: auto 80px 90px;
	}
	.job_search .keyword > div {
		height: 40px;
	}
	.job_search .keyword a {
		width: 80px;
		height: 40px;
		line-height: 40px;
	}
	.job_search .keyword a.a_filter {
		width: 80px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		border-radius: 20px;
	}
	.job_search .keyword input {
		height: 30px;
		font-size: 14px;
		width: calc(100% - 26px);
	}

	.job_type {
		width: 100%;
	}
	.job_type ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.job_type ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: url(../images/title6.png) no-repeat center;
		background-size: 100% 100%;
		padding: 0 10px;
		height: 50px;
		cursor: pointer;
		font-size: 14px;
		line-height: normal;
	}
	.job_type ul li.active {
		background: url(../images/title7.png) no-repeat center;
		background-size: 100% 100%;
	}



	.job_list {
		margin-top: 20px;
	}
	.job_title {
		font-size: 14px;
		color: #333;
		padding: 0 24px;
	}
	.job_title span {
		font-size: 12px;
	}
	.job_tag span {
		padding: 0px 4px;
		margin-right: 5px;
		background: #eee;
    	border-radius: 2px;
		font-size: 12px;
		color: #555;
	}
	.job_tag span::after {
		display: none;
	}

	.index_video {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.video {
		width: 100%;
		height: 30vh;
		min-height: auto;
		object-fit: cover;
		-o-object-position: 50% 60%;
		object-position: 50% 60%;
	}

	.mobile_index111 {
		width: 100vw;
		height: auto;
	}
	.mobile_index111 a {
		display: block;
		width: 100%;
		height: auto;
	}

	.page_content {
		margin-top: 60px;
	}
	.page_content .page_title {
		height: 70px;
		top: -45px;
    	left: 10px;
	}
	.page_content_header {
		height: 8vw;
	}
	.page_content_body {
    	padding: 20px 20px;
	}
	.page_content_footer{
		height: 8vw;
	}
	.nav_company ul {
		gap: 10px;
	}
	.company_list_title {
		font-size: 18px;
	}
	.job_type h4 {
		text-align: center;
	}
	.job_type h4 img {
		width: 80%;
		max-width: 400px;
	}
	.page_company h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	.page_company h4 img{
        width: 80%;
        max-width: 400px;
    }

	.h_title {
		margin-bottom: 20px;
	}

}


@keyframes bgchange {
    0%, 100% {background-image: url(../images/down01.svg);}
    50% {	background-image: url(../images/down02.svg);}
}


/* 放大缩小 */
@keyframes btn_scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}




